.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9ed0e9;background-color:rgba(255,255,255,0.85);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row .container { border-width: 0; border-radius: 0; }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#NT1Eyxm1FdUUHxFXqDe3osncfT743m7h { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.125rem;left:56.58984375rem;display:block; }
#Pr7LptWLGhcH7Natkd6T0X5iRUNELAdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lhkwLPOsAlQx73TXTpZJRp6x9cN8SalW { 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:1.25rem;width:4.875rem;top:1.4375rem;left:1.15625rem;overflow:hidden;display:block; }
#J2vgztEnTbW1K8tTC5C9S9drRghakyvF { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.125rem;left:66.1875rem;display:block; }
#qQEu8vZ3Zs0o3ZJFTdnyMxsro2Kq6IsW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#breESTRNJday2eyBmXTk6rorI9dsVE7c { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.125rem;left:44.71875rem;display:block; }
#Q840Vu1eSxRmfqlVyfQXzvyWGE20sNWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#duw4xFbBsLJ7l1EiC3C1NHkoGzAL2dRc { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.125rem;left:33.96875rem;display:block; }
#GOgU5UbtIqWqKriee7MHtkdu3qBkiUEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pe01HNfGEGmwJRMtl9GzKv5yHfL9eeJO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mBIgHPJBnvOKCF9EH2VuKQlbKxDW4UKh { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.854166625rem;height:3.041666625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.125rem;left:23.25rem;display:none; }
#FiuFTb2MKDzJXJJSfIRQhOF0nSVBVFXv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9ed0e9;background-color:rgba(255,255,255,0.85);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row .container { background-color: transparent; background-image: none; }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row .container > .video-iframe-container { display: none; }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row > .video-iframe-container { display: none; }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .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); }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row .container { border-width: 0; border-radius: 0; }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#TVm8LHKc6WmtFceLQzTB8MRNBBlPLNul { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.125rem;left:56.58984375rem;display:block; }
#xhMJzOVQpd28hrsKm7JDBGCgbZnmbrPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#snFKRsaBCyGgPQCWM4MgJ1sKmgF8JIiA { 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:1.875rem;width:7.9375rem;top:1.125rem;left:7.9375009536744rem;overflow:hidden;display:block; }
#TfRmrsfBgU4pK51Vq5Ms19OTrWiXkgsf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:13.125rem;top:3.1041667461395rem;left:5.3437509536743rem;overflow:hidden;display:block; }
#nlmDiuaGSG4yw2mfsJRUru8JwlHRO6g0 { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.125rem;left:66.1875rem;display:block; }
#WRf4vGTD93UIEyuBHlrkEhwhk80UMqVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWJSAVD32WR1QTviIoxdmxStSthmyLMo { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.125rem;left:44.71875rem;display:block; }
#IBWf9RWctmJMge7geygEVUve7aRQlflF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z2onAzaSEEUdQPm1f0IxCLr6IE6uAShG { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.125rem;left:33.96875rem;display:block; }
#pf66px9u2O41Tr0yK48P1TvTgMNoxFRb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xiSM9SqJEqRqQr33AbX6HFZ0yQOPdv55 { background-color:transparent;background-image:none;border-top:0.0625rem solid #213f7c;border-left:0.0625rem solid #213f7c;border-right:0.0625rem solid #213f7c;border-bottom:0.0625rem solid #213f7c;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#213f7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.854166625rem;height:3.041666625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.125rem;left:23.25rem;display:block; }
#e640X7qUR7DMu4mGRwb6IAsyUGuBTRT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.4);background-image:url("https://images.assets-landingi.com/uc/6cea791b-d85b-4018-8982-c7fc17106429/Akademia_sensodyne_haleon_v2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;overflow:visible;position:relative;display:block; }#KMnrxWbdDehXcDZMuxCkT8QDEiF2dyZf { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:comfortaa;font-size:3.0625rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:16.3125rem;left:29.875rem;height:6.7371875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#kZ0qJqGnKWDAH1mXznhzZiDOnthckuQf { color:#6cc1e7;display:block;width:35rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.625;letter-spacing:0;top:24.5rem;left:40rem;height:2.43774375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-form-header { font-size:0.875rem; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:#ffffff;width:34.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.3125rem;box-sizing:border-box;height:2.75rem;color:#191716;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.4;text-align:center;text-align-last:center; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.3125rem;box-sizing:border-box;height:3.125rem;color:#191716;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.4;text-align:center;text-align-last:center; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-select { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.3125rem;box-sizing:border-box;height:2.75rem;color:#2b2b2b;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#e84913;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#f7f9f9;width:34.3125rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.5rem 0.375rem rgba(247,249,249,0.25) ;font-style:normal; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ [class*="-text"]:-moz-placeholder { color:#191716;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ [class*="-text"]::-moz-placeholder { color:#191716;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ [class*="-text"]:-ms-input-placeholder { color:#191716;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ [class*="-text"]::-webkit-input-placeholder { color:#191716;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.5;font-size:0.75rem;font-weight:400;color:#2b2b2b;vertical-align:top;width:33.0625rem;overflow:hidden;font-style:normal;float:none; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-container:first-of-type{padding-top:0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-container:last-of-type{padding-bottom:0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ  { background-color:rgba(247,249,249,0.15);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;left:13.46875rem;top:22.1875rem;z-index:100007;position:absolute;font-size:0.875rem; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.3125rem;display:block;vertical-align:top; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:1.125rem;line-height:1.4;font-weight:400;color:#2b2b2b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ {display:block;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ { background-color:rgba(247,249,249,0.15);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;left:20.9375rem;top:22.1875rem;z-index:15007;position:absolute;font-size:0.875rem;display:none; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #mnnXcwQRfSHuyUyzse8awftZDy8kwXbw { position:relative;display:block;z-index:15000; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #PAOiT0Z5f21hb56polegc0EVKOlxcloc { position:relative;display:block;z-index:15000; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #sTThuGcBaPBiynrEgGK6y9VTZdeAIV40 { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #d7Kr4mZquBwSy1gIp1JwddTGQfwKHbzB { position:relative;display:none; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #WNUPTC4xDceIt6ou4CTX08o5iuAXyQFW { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #kVqUviLRsEtLe4NUxNevUqtt9gibki7g { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #VJWLTM37Jea7ozkCxoWxL9SOOVqHiOJA { position:relative;display:none; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #HPNO6pIEXWoFN9LaalThgsJ8IqxxpXzT { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #iW4Vk7lerM42N7xTJ9ip0kBXwXVoUbrK { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #ggwom044vreU2ByzPVfMkOr4rJ76S7Tm { position:relative;display:none; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #TS0XQ6nPvK79H2vE0EH4FxpXcbyn7kPk { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #gs2meA2Ak18fswyvqkEZiMrhmo2lIhAx { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #I967S2N2MC8RGdweFHcNcS6ykk2xHHp0 { position:relative;display:none; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #FU7UybgGTixfFHFSJVeGGdQ4IGa1ACOm { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #tkcy5l8xvI7DvVSvpllo2uscVFTggTEF { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #NWEb0t0X2TNwMwcl36iRQzLltsQqfTKG { position:relative;display:none; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #Lm4Nku2vrp3uDFivwfHn2tb0XTsHxAtV { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #FOWeiG0TVcss5nEiqkxSQhcy3SPABpBW { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #yJJPRPKArtxVk3E1GB2ATQhAcXgt4qMG { position:relative;display:none; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #VuoRfwUEaIAhTONtAzF2OwEOvoJPqikC { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #bMs50VJQKDJpwVfUwsAbSucG9FVuvyGD { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #lEvbK4tSc5G1Kp8gBoQoW7zBRn8Je4uX { position:relative;z-index:2; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #unlKEnunNSJQC8wEqt9KH7EtDwebINN4 { position:relative; }
#NR7SivggLD9Du3wvxkUSpxM76XZLVp57 { position:relative;display:block; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #BRE5uNcCSiBRLCVhkFCrs5QCRWxgn7k6 { position:relative; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #xK34DlSe3nTEZA2sFXP1T8Er8Q9v6TIk { position:relative; }
#lAROX6Jgv1KLnmF84LVbO9blZ5ZUe35I { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #6cc1e7, #00aae7);background-image: -moz-linear-gradient(174deg, #6cc1e7, #00aae7);background-image: -ms-linear-gradient(174deg, #6cc1e7, #00aae7);background-image: -o-linear-gradient(174deg, #6cc1e7, #00aae7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cc1e7', endColorstr='#00aae7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cc1e7', endColorstr='#00aae7' );";background-image: linear-gradient(174deg, #6cc1e7, #00aae7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#f7f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:29.4375rem;left:59.375rem;display:block; }
#UO14Ml0ot4DUBaXoghQG7TZJ96JdmfTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #213f7c, #1b2152);background-image: -moz-linear-gradient(180deg, #213f7c, #1b2152);background-image: -ms-linear-gradient(180deg, #213f7c, #1b2152);background-image: -o-linear-gradient(180deg, #213f7c, #1b2152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );";background-image: linear-gradient(180deg, #213f7c, #1b2152);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row .container { background-color: transparent; background-image: none; }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row .container > .video-iframe-container { display: none; }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row > .video-iframe-container { display: none; }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .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); }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row .container { border-width: 0; border-radius: 0; }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#erpIwwBNSSv1DctwWckX9Wc0TEnJncnO { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:3.09375rem;left:14.9375rem;height:3.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#btsE461QUqmK2CyZziWC7XUFfkR1FfWf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container { background-color: transparent; background-image: none; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container > .video-iframe-container { display: none; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row > .video-iframe-container { display: none; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .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); }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container { border-width: 0; border-radius: 0; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#KAIHvbSPPg8ARKJlpigiikewXLT0x0hG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#ZN24SUGAKblvoO2Mm2a3n8GPzSayDd1w { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.375rem;left:6.0625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2rB558n6SApEeyADI7VvrenlgoqwdQr { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.5625rem;left:6.0625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sH1Bn2J2uW0tHHoA58xwPfZP1OOvkX1N { color:#1b2152;display:block;width:25.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.5625rem;left:6.0625rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#utww9xnQz2BNNRWFp83vsV0z6oCauyUU { color:#17264a;display:block;width:29.125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:6.0625rem;height:5.359375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MZdhlv3pTnLHHU8vvqStdXyKgoeqlDqe { color:#1b2152;display:block;width:28.687125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18rem;left:6.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bCIgNdFgQGXRVfNs7s3lbB7ADnzEVK5h { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:0.0625rem;top:5.34375rem;left:4.8430995941162rem;display:block; }
#k0H2Gu7ADPQ4USZ4RIgvXzRmvDuAdLBU { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:0.0625rem;top:5.8404941558838rem;left:4.7805995941162rem;display:none; }
#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container { background-color: transparent; background-image: none; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container > .video-iframe-container { display: none; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row > .video-iframe-container { display: none; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .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); }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container { border-width: 0; border-radius: 0; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#XDvvVdq3HqRTCnw9dBGiTuLN34ySCArD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.436875rem;width:29.3111875rem;top:4.9648456573486rem;left:42.5rem;display:block; }
#kvBEZbVDCg3i0PdbzxMhfyTr9oL5AoUx { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.3125rem;left:6.0625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DDya58dyT5eRhI1GhWXgxoV6eL15urBh { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:6.5rem;left:6.0625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dSsbT3lXtZxZmyFfzLO95yLBg5XT8zml { color:#1b2152;display:block;width:25.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13rem;left:6.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CXLhQ5sJSPKCwV9oUJ5RmItlVkgpBKuQ { color:#17264a;display:block;width:27.5625rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5rem;left:6.0625rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dU0f89sZIHUO3Guc62pbJM3IRqinb09q { color:#1b2152;display:block;width:28.687125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.4375rem;left:6.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Psio2Am5Tu0nwa4VNOvL95qXGVBbwrvK { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:0.0625rem;top:5.8404941558838rem;left:4.7805995941162rem;display:block; }
#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container { background-color: transparent; background-image: none; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container > .video-iframe-container { display: none; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row > .video-iframe-container { display: none; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .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); }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container { border-width: 0; border-radius: 0; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#X0oveqtKUrnAbpsFoEOzXSau4lI8IdUP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#dz9TvQMzFx5vK9prvBnevGVOyWrBsEZy { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iyMpyroIP0Qz1BMr9H4W4kUL6llQgpRF { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:7.0625rem;left:6.0625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IQ8Tee7P9cWcX8LekQBUDXucNWyo1VMk { color:#1b2152;display:block;width:25.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.561401367188rem;left:6.06201171875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZVVPTUm8S5ceq36PSppICl5WJab3GUQ0 { color:#17264a;display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:6.0625rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JcVcSLXLuuXI94UtuyfZ26chqtnMyhxP { color:#1b2152;display:block;width:28.687125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.972045898438rem;left:6.06201171875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HkDHzuSEAQFBTuWTeoJN12pIZvxDkDgo { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:0.0625rem;top:6.8096923828125rem;left:4.9686279296875rem;display:block; }
#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container { background-color: transparent; background-image: none; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container > .video-iframe-container { display: none; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row > .video-iframe-container { display: none; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .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); }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container { border-width: 0; border-radius: 0; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#thwhpAvpZ9XXzFg7ILwmEroyCL5CFQT4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#VNBTEmC4fqTfFW5RWaqxgS2ccUG3kD4f { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QZSh9KBdLO15vQ10RrM9nmVxQ8vFL4B8 { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:7.0625rem;left:6.0625rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BAQF5zPSqVzkrWfdryzVHd6ptfoX1aWq { color:#1b2152;display:block;width:25.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.561401367188rem;left:6.06201171875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iAKh1qrAvqTlQfZrwT4Z4Q5M4dMouWBE { color:#17264a;display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yMUeyufs0mdMlSnv7kaR5v2KniwBAx11 { color:#1b2152;display:block;width:28.687125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:16.972045898438rem;left:6.06201171875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eQU2m8FfFyQMxRrshTaSeSVDTCpDTIX2 { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:0.0625rem;top:6.8096923828125rem;left:4.9686279296875rem;display:block; }
#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container { background-color: transparent; background-image: none; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container > .video-iframe-container { display: none; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row > .video-iframe-container { display: none; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .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); }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container { border-width: 0; border-radius: 0; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#GIATEul51DJnL0aRGcTh8M0VGU8K3KfX { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#NqnpGIsvo3TKEgEF5bknndNzk5XpFbOi { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCvOc3UkCQq6hTi4q7LNFluTdHTkAwqg { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:7.0625rem;left:6.0625rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wXJrVuex9Qutiracx9f5c0WHPLeGK6gQ { color:#1b2152;display:block;width:27.125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.749389648438rem;left:6.06201171875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cGCNcTMyZtGCbg1c4SAiPXCNpKq8QiWG { color:#17264a;display:block;width:21.1875rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:6.06201171875rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eAr24fwp3hJ2Kg4DqTHoBu43JACEQmGp { color:#1b2152;display:block;width:28.6865rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.72216796875rem;left:6.06201171875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sFo0ORdlGcOwCsnAvw0RCl49U8W0SGzT { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:0.0625rem;top:6.8096923828125rem;left:4.9686279296875rem;display:block; }
#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container { background-color: transparent; background-image: none; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container > .video-iframe-container { display: none; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row > .video-iframe-container { display: none; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .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); }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container { border-width: 0; border-radius: 0; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#rkSbtOZNHGxJdTubAoc1k2eRiAUWUnal { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#P3rlqF3o9AFs5AL8IV7AAaTypaXLaRdL { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eH0KoySlkPnIEKfL1sIuw0KvB0TeBxu3 { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:7.0625rem;left:6.0625rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n0P1o0GizSOQ2yX8QKZZwl0o70DmeZiH { color:#1b2152;display:block;width:25.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:11.375rem;left:6.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CTV71bR9K7PPtqLoKb311tXMXbZrGbbt { color:#17264a;display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:9.0625rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eDfRlvkJwfGD9Qk0rmReH7Vpeu6rksAO { color:#1b2152;display:block;width:28.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15.375rem;left:6.0625rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTkcuswevLQ3QnTS1mNNohQaP6bmgnKH { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:0.125rem;top:6.81005859375rem;left:5.03125rem;display:block; }
#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row .container { background-color: transparent; background-image: none; }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row .container > .video-iframe-container { display: none; }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row > .video-iframe-container { display: none; }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .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); }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row .container { border-width: 0; border-radius: 0; }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#FJUwggI1NTt5XSwGvEWCvrudzLT9WEou { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#AsDbKV6NmNIVQT3fEnXkT8ChR2Cz2uuX { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mUGHOMCneV1TGT8wcMUdToNGAU3MpEfl { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.625rem;left:6.0625rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rb9tQ5Z3QoLIq8PoyKU4QxRUyoQpymIg { color:#1b2152;display:block;width:28.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.125rem;left:6.0625rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X1nUUzaz9C6GL24WMCqX6pdBBux8TxMU { color:#17264a;display:block;width:24.8125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TluPwsF8BRnwNlMtRoNz97tqZ2EiEl0F { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.06005859375rem;left:6.0625rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AN3qJ1JhI7cr6uFKUOv7Fihy6tnVh3CQ { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:0.125rem;top:5.43505859375rem;left:5.28125rem;display:block; }
#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container { background-color: transparent; background-image: none; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container > .video-iframe-container { display: none; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row > .video-iframe-container { display: none; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .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); }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container { border-width: 0; border-radius: 0; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#XbeprvIqpkkwZMbNonCAf0RCep4Dx1QO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#rTnRnVgn9UK1hXNZFtv4WeBm9N48atud { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TzIMHUszxczX7037PBOgvdXTGVlB6EXD { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.625rem;left:6.0625rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bq2aMKIa3paSG9SXrFT9mT2vsf3D8vnO { color:#1b2152;display:block;width:27.4985625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.125rem;left:6.0625rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I2OSm4pyKyMJ6NKUiVM72DPe4w6sTHBq { color:#17264a;display:block;width:25.9375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#URobB8q5k4BRW1oEya2h1BgKkXEnzy5n { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.06005859375rem;left:6.0625rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rpC2OIcdvXz2meALwkGJiZa6buz2vgeq { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:0.125rem;top:5.43505859375rem;left:5.28125rem;display:block; }
#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row .container { background-color: transparent; background-image: none; }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row .container > .video-iframe-container { display: none; }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row > .video-iframe-container { display: none; }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .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); }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row .container { border-width: 0; border-radius: 0; }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#ZbJMU0SsKSHh7KvULZFesXVsaWZmtnuS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#dgnNJR9W2gcUhmlRzOI4aLNoWIw5vErt { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zyL8FytvGx5qFCJ2hmmXkIE5BAdXW2WD { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.625rem;left:6.0625rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M3p7aJ4lABKBD6pRFZaEkFwcRGqWZ9FK { color:#1b2152;display:block;width:26.1875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.62353515625rem;left:6.0625rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dAmbTE8NkTEg7cCJW0hoA7sbTTDGAKkr { color:#17264a;display:block;width:25.9375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LqbAlAftvswAAcLleVN6VRUrOa1zRVHi { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:0.125rem;top:5.43505859375rem;left:5.125rem;display:block; }
#cJpzFvtBy9oKI2Ktx1vtRZlHCiZTMOmI { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.37255859375rem;left:6.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container { background-color: transparent; background-image: none; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container > .video-iframe-container { display: none; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row > .video-iframe-container { display: none; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .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); }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container { border-width: 0; border-radius: 0; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#LOsBL40Pt3qiDO0QDLqZmX2RnJHFvTwq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#BkvfNdR6UNT6FNhcVg5HUVGCBo8cOrpA { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MKD2JU0ZgqqcU3GHcdiXTWJLv8cDtzeZ { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:18.8408203125rem;left:6.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ImFT2zduEEuJ1NrmPWH6P4csysXUap2X { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.625rem;left:6.0625rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ymKJmOLyE02h8RAxWK2tEzxpKx2R6NSM { color:#1b2152;display:block;width:27.499rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.62353515625rem;left:6.0625rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIus8TE32QLJWp4SM5Jk1TsJ3spASROi { color:#17264a;display:block;width:24.6875rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#arnpEDw7phWKA4ndgyoqzBVqIqidxzUO { position:absolute;display:block;z-index:15013;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:0.125rem;top:5.43505859375rem;left:5.125rem;display:block; }
#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row .container { background-color: transparent; background-image: none; }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row .container > .video-iframe-container { display: none; }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row > .video-iframe-container { display: none; }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .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); }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row .container { border-width: 0; border-radius: 0; }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#e5IbsdKETLU24ZU6MXSxQwJsXJHxVQLH { color:#1b2152;display:block;width:24.5rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:6.25rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UoPAel6GmWvwInNLRd688D225iryz0JE { color:#1b2152;display:block;width:27.375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.53125rem;left:6.25rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BFta1AT8vmXdJnGm8wicCsS9FMOUFqTe { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.6875rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hQnJCvqOZIH8VlXzUaAuUqwwKzST2JuN { position:absolute;display:block;z-index:15012;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:0.125rem;top:3.90625rem;left:5.125rem;display:block; }
#uDoZyDnbfJTg04xHiMpeL6Qk79CQog6Q { color:#1b2152;display:block;width:21.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:10.2978515625rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FevAO5rIZ5hU3I14DQ5iyT11TnSR1TX2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4365rem;width:29.3105625rem;top:3.4365234375rem;left:42.5rem;display:block; }
#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row .container { background-color: transparent; background-image: none; }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row .container > .video-iframe-container { display: none; }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row > .video-iframe-container { display: none; }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .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); }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row .container { border-width: 0; border-radius: 0; }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#saZK0LnJeARAko2as4X9zrG54dXZc2IJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#N5FPnQngBAIALqN8VnkGGnC1Fl8dB89X { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iVvoivX2qrLI4SM5sUNUvW42TICIoNoJ { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:18.625rem;left:6.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N83ZDels4BrZcowZk9VLkQNAUw6IGRxt { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:0.125rem;top:5.125rem;left:5.125rem;display:block; }
#TAma2oMcI8CPqt0uZwqV1msMgAGVxW0R { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.125rem;left:6.0625rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cXfv9B16vJEGVgzPuMVx4y1lFGbXk66I { color:#1b2152;display:block;width:27.4995rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.87353515625rem;left:6.06201171875rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NhmZ38TIpDRa4mOAtgwwuwSPt2K1Kwse { color:#17264a;display:block;width:24.6875rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.06201171875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row .container { background-color: transparent; background-image: none; }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row .container > .video-iframe-container { display: none; }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row > .video-iframe-container { display: none; }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .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); }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row .container { border-width: 0; border-radius: 0; }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#yi3ENiSi9USxB6T9gLZhJtxeTkl8CiO1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#KARwauC2ePPxTz2CXvV8MIRupArEfKcq { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:6.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mC4m742k92mu4GeWZVgTTDARnniwUEql { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:18.625rem;left:6.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRA59eb2LbZ369CsNmqT8g3HX1RX4hBu { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:0.125rem;top:5.125rem;left:5.125rem;display:block; }
#NL42DrAQ691xCuGODmRhwNpPJL50XnFo { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.125rem;left:6.0625rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xgD5Mn2vWNNsws7kzRodfXtTrsvLkq6J { color:#1b2152;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.5625rem;left:6.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row .container { background-color: transparent; background-image: none; }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row .container > .video-iframe-container { display: none; }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row > .video-iframe-container { display: none; }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .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); }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row .container { border-width: 0; border-radius: 0; }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#cD8CeOA4vW8Wr6GZNSKzLBEbqrznNZEq { color:#1b2152;display:block;width:28.3125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:6.25rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#avtaFUK5qqQbNrIb4pol47R4HQyXaxHQ { color:#1b2152;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.84375rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vEkqnxRbatG9xz2Qhl1UeTQiCpMeKT1d { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.6875rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qkVIBrm3TeLAxkP0TFS85kOttwf0Ab6B { position:absolute;display:block;z-index:15012;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:0.125rem;top:3.90625rem;left:5.125rem;display:block; }
#UlWRf0KR2AQMqFA65cJMbExox3SqusOw { color:#1b2152;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:8.375rem;left:6.25rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eudeIn5GD75k89T0ClyQoPMqQWEivhSz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4365rem;width:29.3105625rem;top:3.4365234375rem;left:42.5rem;display:block; }
#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row .container { background-color: transparent; background-image: none; }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row .container > .video-iframe-container { display: none; }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row > .video-iframe-container { display: none; }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .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); }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row .container { border-width: 0; border-radius: 0; }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#zwhIz8So8LfyizB98wS4l3eToVog8ffs { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:42.5rem;display:block; }
#JIC4aOqL02KpRl7TOfSsD20VVei0r5JW { color:#17264a;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.6875rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y1gcbKgFpLgmKJ3rE7Pl6P9XrfuCIZqu { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.8125rem;left:6.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z9TJlZ44XscT4yxxDnQpKdoi3yr8TZZ6 { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:0.125rem;top:3.9375rem;left:5.1875rem;display:block; }
#rz13AtwW6TnXcnnisCDCs9qxGrFMxf5S { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:3.9375rem;left:6.125rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tv8TUEP1nqgTNI8K8DRkISSXvXwX6d1g { color:#1b2152;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:12.375rem;left:6.125rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row .container { background-color: transparent; background-image: none; }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row .container > .video-iframe-container { display: none; }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row > .video-iframe-container { display: none; }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .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); }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row .container { border-width: 0; border-radius: 0; }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#wVMo9T2Xo0XKgoJZWR6MVZd1GvnzcbyH { color:#1b2152;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.4375rem;left:6.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tU0FyAW3Llua7tLUE8PC9w1ATkVBUHy4 { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.0625rem;left:6.4375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jiwe3B8ffOcpOc2oX7THUMG1bPJ40GrV { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:0.125rem;top:6.6875rem;left:5.1875rem;display:block; }
#woGg0bcoGGvmCRZFvSIAwFV4CvMgsqA5 { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:6.6875rem;left:6.4375rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oqnChHCKOtTC1GJBHDrbmaoVZzOLvMVH { color:#1b2152;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.0625rem;left:6.4375rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aKTQDXD7LqmqeBcldGlsGPT0MyJ2uEfv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4355625rem;width:29.3105625rem;top:4.96875rem;left:42.5rem;display:block; }
#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row .container { background-color: transparent; background-image: none; }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row .container > .video-iframe-container { display: none; }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row > .video-iframe-container { display: none; }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .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); }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row .container { border-width: 0; border-radius: 0; }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#ZkkB9vBQuZOfBAwT52sm244kUd3CRlKi { color:#1b2152;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:6.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTl4myxaBv16AKpltSH7M3lXDpBRCfbF { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:18.1875rem;left:6.4375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M513JXrEMf9TtX5SnCneeaTETDWGC3PR { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:0.125rem;top:5.5625rem;left:5.1875rem;display:block; }
#c9Rym8ZddWXT4RSpmEMlQTfr9WXh9bsf { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:5.5625rem;left:6.4375rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rcm4qwTeLZDzd57NnqGCnNJ9e9O9baZZ { color:#1b2152;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.4375rem;left:6.4375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uXsyDTum14nf8X5BbyZzLrLTEUOSDfMf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4365rem;width:29.3105625rem;top:4.9677734375rem;left:42.5rem;display:block; }
#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row .container { background-color: transparent; background-image: none; }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row .container > .video-iframe-container { display: none; }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row > .video-iframe-container { display: none; }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .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); }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row .container { border-width: 0; border-radius: 0; }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#yvQ6H5F2CeEG5mJ6rXCvbv3fXLsRbQTE { color:#1b2152;display:block;width:28.3125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:6.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tlWGSc3QUohLCzh8185yOUt8RhqlpGxc { color:#1b2152;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:16.84375rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LWPOcUZ0fMntRnTELAkBztLJpEUtSMTn { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.6875rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TWdUd0nRkhlw3FTPPxX5Stq4QXGarJxv { position:absolute;display:block;z-index:15012;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:0.125rem;top:3.90625rem;left:5.125rem;display:block; }
#QgrLDZLbuNx8y1LxxcBZIeO5t7qToGm8 { color:#1b2152;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:12.125rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TyUx73V9dpwDtPFSbuLQAurdhUyPcCnm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4355625rem;width:29.3105625rem;top:3.4375rem;left:42.5rem;display:block; }
#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row .container { background-color: transparent; background-image: none; }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row .container > .video-iframe-container { display: none; }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row > .video-iframe-container { display: none; }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .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); }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row .container { border-width: 0; border-radius: 0; }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#FQFEHtgxlFQUh4uh5sqoUkkwFo6dRa8t { color:#1b2152;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.9375rem;left:6.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LReqvHfbykJJJphsDE5XbKlXb2wxTfiM { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.5625rem;left:6.375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKHF1QEJeEn6ukZ3nPQd6xCmDOLsqz5S { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:0.125rem;top:4.1875rem;left:5.1875rem;display:block; }
#V0EvGACRfLlyDC3ATWSHGuOXDJPWMvKG { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:4.1875rem;left:6.375rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XtfzbfoRPm6LCOvGffANIrw2CveaRtiS { color:#1b2152;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:14.0625rem;left:6.375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qegrObE0LfrvQHQHl76NhGiby9BOaVmG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4355625rem;width:29.3105625rem;top:4.96875rem;left:42.5rem;display:block; }
#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row .container { background-color: transparent; background-image: none; }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row .container > .video-iframe-container { display: none; }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row > .video-iframe-container { display: none; }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .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); }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row .container { border-width: 0; border-radius: 0; }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#mEo2fOsPTIA893FMxtKfPIg1yoEik2Rl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:3.4658203125rem;left:42.49951171875rem;display:block; }
#arnLzPpy9s5864iBuVPX6t7OlL7gcS81 { color:#1b2152;display:block;width:28.3125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:6.25rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xVWK83GhTJbxpCbctsDuy5CG9pyi61lt { color:#1b2152;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.0625rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R2uNdg0LIg4wASAqSVHbMSnbI5d3m0nX { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:3.6875rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OAvx84vGuR8Q0UHoHRJkAyJTZcF7E4Hb { position:absolute;display:block;z-index:15012;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:0.125rem;top:3.90625rem;left:5.125rem;display:block; }
#PmAb3u7DDBbV100HXSw1u3xkeiJlKmUF { color:#1b2152;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:12.125rem;left:6.25rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row .container { background-color: transparent; background-image: none; }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row .container > .video-iframe-container { display: none; }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row > .video-iframe-container { display: none; }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .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); }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row .container { border-width: 0; border-radius: 0; }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#NTVVAuIAxhUNEnpVPu0asA1FUI9cJW1S { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:41.56201171875rem;display:block; }
#HOV63UQhdzm3Xi0BH8ScdiXJ6DAkMU3G { color:#1b2152;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.4375rem;left:6.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HT2usp37TWZU6GTgeTvTgFXEpr2TTHpe { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.125rem;left:6.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gMNl2Xwmp1XBkTDGaXNq127bye35uBeO { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:0.125rem;top:6.6875rem;left:5.1875rem;display:block; }
#DbdZSQyLT7lyFy157nxuOyoCukqpGWvF { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:6.6875rem;left:6.125rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bOTVndQhRsnZldb8F65AnseE0DAWpb9Z { color:#1b2152;display:block;width:27.5rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:13.5625rem;left:6.125rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row .container { background-color: transparent; background-image: none; }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row .container > .video-iframe-container { display: none; }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row > .video-iframe-container { display: none; }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .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); }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row .container { border-width: 0; border-radius: 0; }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#PhQPMWZRClgraXqiSQ2QFm9zk8PSv15i { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:3.4658203125rem;left:42.49951171875rem;display:block; }
#mov625yW8dP4Nq1GFxP4qJx2b2TT90WE { color:#1b2152;display:block;width:24.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:6.25rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#htrXyJxTVbLXPBFpgQgLPD8lhmO157hz { color:#1b2152;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.5625rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UWidn3tBGqBeSsqnLHEkf0iHf1HLsMx7 { position:absolute;display:block;z-index:15012;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:0.125rem;top:5.375rem;left:5.125rem;display:block; }
#paZ7PJqps0fX5SWH7BWvQECuqQOW6ZaF { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.375rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mQ8ZlKfOZzqgHp0ufq7a0CGDQaqt6fnu { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:5.375rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row .container { background-color: transparent; background-image: none; }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row .container > .video-iframe-container { display: none; }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row > .video-iframe-container { display: none; }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .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); }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row .container { border-width: 0; border-radius: 0; }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#LluaI8LhRCRx34ZTzubW4a3Qd9zekQsC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:41.56201171875rem;display:block; }
#IdPwwgpBHqJ4GdCIMy6spIiqs0XuHrcz { color:#1b2152;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:6.125rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SpuLupm8xkopw6D6QaW3mFAtQ73RrSuI { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.8125rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZm1KGKMtTwpylQ4cSqr0lVZLQqzaBxs { color:#1b2152;display:block;width:28.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.125rem;left:6.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g3pZbE1IdKhBCvWsNUKQPeVddNJzkhET { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:0.125rem;top:6.6875rem;left:5.1875rem;display:block; }
#TsHVDWffQwQaHf9c3JDTy5yfkOTbb2UR { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:6.6875rem;left:6.125rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row .container { background-color: transparent; background-image: none; }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row .container > .video-iframe-container { display: none; }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row > .video-iframe-container { display: none; }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .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); }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row .container { border-width: 0; border-radius: 0; }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#AVDXsuhENa6hxPsmxaXIbZD2kHqiTIWP { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96875rem;left:41.56201171875rem;display:block; }
#QafDvThL1teVNxEan9IDadHxPeXTd7KB { color:#1b2152;display:block;width:25.5605625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:12.875rem;left:6.375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RQR4Et5VgpEUFD6gRg14nVsqME6BAHIy { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:9.3125rem;left:6.375rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k90aIZPdgVgLE34hifTadWDXr3p49TEC { color:#1b2152;display:block;width:29.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.8125rem;left:6.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rkRlMUh9UggQ6qwtKFznK9ZRr6KcT21g { position:absolute;display:block;z-index:15022;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:0.125rem;top:4.9375rem;left:5.1875rem;display:block; }
#IsnXErAnnClMMMd691XsoNdlKwC2Fi3o { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #213f7c, #1b2152);background-image: -moz-linear-gradient(174deg, #213f7c, #1b2152);background-image: -ms-linear-gradient(174deg, #213f7c, #1b2152);background-image: -o-linear-gradient(174deg, #213f7c, #1b2152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );";background-image: linear-gradient(174deg, #213f7c, #1b2152);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#f7f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:18.4375rem;left:6.375rem;display:block; }
#k84H6WbizRtAMpzR0tvTAVqC2qhdtcfR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yfLia78msuKDxOSWa0lyuXfKCfe4mlFQ { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:4.9375rem;left:6.375rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row .container { background-color: transparent; background-image: none; }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row .container > .video-iframe-container { display: none; }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row > .video-iframe-container { display: none; }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .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); }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row .container { border-width: 0; border-radius: 0; }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#Euxz6Xg4KkHU2FwvhLBJq4PsfJArxtJE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96875rem;left:41.56201171875rem;display:block; }
#W5ACX5CWpnE4JeUbvBswiahbg0eJZXMR { color:#1b2152;display:block;width:25.5605625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:15.5625rem;left:6.375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XNzgQWWPFh5dlVNU6VvWTJgGwbVaxFlV { color:#17264a;display:block;width:28.5625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:12.5625rem;left:6.375rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E4B6Jgk9lpvnr9VNddAhbGeyKbP1zdnU { color:#1b2152;display:block;width:29.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:10.0625rem;left:6.375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T0p5ft4qHHUagXJA0hxJKRRdAUy4ohFH { position:absolute;display:block;z-index:15022;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9970625rem;width:0.12402375rem;top:8.1875rem;left:5.25rem;display:block; }
#fWnF09Ctlwgv8gqH1ZhoRKHRZQqU9dAx { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:8.1875rem;left:6.375rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row .container { background-color: transparent; background-image: none; }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row .container > .video-iframe-container { display: none; }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row > .video-iframe-container { display: none; }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .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); }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row .container { border-width: 0; border-radius: 0; }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#MF5vr0R56CHRUJGC27M8TcnHMGF7PrQm { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96875rem;left:41.56201171875rem;display:block; }
#i84nAhOZKU1eDNR3gayAv8I66HqpqGnH { color:#1b2152;display:block;width:25.5605625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.625rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#velpakdPcNwObQqfJKJ2z3E4FVERhRDJ { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:14.5625rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gk5RksOrEvmfB7mFsDk2CV885MQTRdNV { color:#1b2152;display:block;width:22.125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.1875rem;left:6.25rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#svoZ67t63EF6xdZgxupgVrqDblnD75hO { position:absolute;display:block;z-index:15021;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:0.125rem;top:7.1875rem;left:5.1875rem;display:block; }
#THQRUiAONVc4kwG3ITZmadNst8c7pT1a { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:7.1875rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row .container { background-color: transparent; background-image: none; }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row .container > .video-iframe-container { display: none; }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row > .video-iframe-container { display: none; }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .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); }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row .container { border-width: 0; border-radius: 0; }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#ll4Tu9aXCnIKFS2pNGXT1nQ48Cp7Ddm6 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:41.560546875rem;display:block; }
#aW7cMlv5C5G3AfkNU8VCzP9VTCfA4iSb { color:#1b2152;display:block;width:24.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.5rem;left:6.25rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Wh8NpFxTu6546VugX1DIFcs3ZdbN2FMR { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:13.625rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#whWBIGpWoW5xzwcEO0xQiRzyuQsIEzAT { color:#1b2152;display:block;width:25.5625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.6875rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nb7ybHDpQfNzf6txXPJuomeqskTL5wfI { position:absolute;display:block;z-index:15021;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:0.125rem;top:7.625rem;left:5.1875rem;display:block; }
#S0dsPB49rqQgZIsWLBDTU0BJMbmcqdSK { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:7.625rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row .container { background-color: transparent; background-image: none; }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row .container > .video-iframe-container { display: none; }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row > .video-iframe-container { display: none; }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .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); }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row .container { border-width: 0; border-radius: 0; }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#BDQmfmKCoysHB3wyyqdhkERLE0gXAr3T { color:#1b2152;display:block;width:26.3105625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:17.1875rem;left:6.0625rem;height:5.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P1LBvXITh4MXQXvSfr2B34CfEC2RfOID { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:12.875rem;left:6.0625rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eEpAqv3K7JLFg1qh5t8Df3HoWehvqkyz { color:#1b2152;display:block;width:24.4375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:6.125rem;height:5.359375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LMvf8u6xFWZJJAhI0ODcZrlStPa4bgGS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.4033203125rem;left:41.560546875rem;display:block; }
#FJXflCJpUyoMgTaOSOQs6PNaLuN90EQz { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:4rem;left:6.1875rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1tOZ5N4cHIlNF0bwStIxCzyFgAND9SM { position:absolute;display:block;z-index:15018;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:0.12402375rem;top:4rem;left:5.1875rem;display:block; }
#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row .container { background-color: transparent; background-image: none; }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row .container > .video-iframe-container { display: none; }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row > .video-iframe-container { display: none; }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .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); }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row .container { border-width: 0; border-radius: 0; }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#fZZ4B7KAyT9yX9Xdeywk5G1hJOVUPkK4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4375rem;width:29.3125rem;top:5rem;left:41.5625rem;display:block; }
#WdVRJRpKIT631E9DNnTteWQGVCBSEBmt { color:#1b2152;display:block;width:19.5625rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:6.1875rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dSwm0ZrzyGkL9VVumkVowm1dQxRVEelT { position:absolute;display:block;z-index:15011;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:0.125rem;top:6.5rem;left:5.1875rem;display:block; }
#sHgqLbkxGVhKN1xkv1a5mLWDZhbsW8Ty { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:6.5625rem;left:6.1875rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Utg9fgvA8zTohouFutT0lC57uMQLuCHM { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.375rem;left:6.1875rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ICOXxn0CDFlOrTVI9DnM9bRu8WvgTyiI { color:#1b2152;display:block;width:29.25rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:15.875rem;left:6.1875rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row .container { background-color: transparent; background-image: none; }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row .container > .video-iframe-container { display: none; }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row > .video-iframe-container { display: none; }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .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); }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row .container { border-width: 0; border-radius: 0; }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#BISt2IXqR5Tibf1knKAHBxXMycqFcRWB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4355625rem;width:29.3100625rem;top:4.96875rem;left:41.56201171875rem;display:block; }
#bFBibGrMU7t2G24wNIaUelGXgeDuIX9d { color:#1b2152;display:block;width:21.687rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9rem;left:6.5rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cb7MmccJXWxlzulSgUUD3Oy3owzMx7bZ { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:13.1875rem;left:6.5rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VkrXzPZgqk5xcWFVTtwLnS6gyWHqcvZO { color:#213f7c;display:block;width:26.3115rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.1875rem;left:6.5rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bKaPoKdL3rV93ShiSphc3S82MTrcZsyN { color:#1b2152;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:15.25rem;left:6.4375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TMGg5l6bQEfT4yxE1NVIfLWtSTPGnNif { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.125rem;top:7.5625rem;left:5.3125rem;display:block; }
#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row .container { background-color: transparent; background-image: none; }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row .container > .video-iframe-container { display: none; }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row > .video-iframe-container { display: none; }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .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); }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row .container { border-width: 0; border-radius: 0; }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#Z6IxgtHZDbiLt4z8u8S9keGUkBay4J0G { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.4355625rem;width:29.3100625rem;top:4.96875rem;left:41.59423828125rem;display:block; }
#iBt11GTT2O2leCi42SHOFGgwzntpneLZ { color:#1b2152;display:block;width:24.4365rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7rem;left:6.4375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bQy5d71E4LNJggymDWrAJ9pBJwo0JMbh { color:#213f7c;display:block;width:26.3115rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.25rem;left:6.4375rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yRqlysRZrU9GCVWFowqFgpHUzrixiNOR { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:9.75rem;left:6.4375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eZfUSuLE3qzTGRT41J5FHCuK2cqyGHTe { color:#1b2152;display:block;width:26.3105625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:15.6875rem;left:6.4375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mXhwhosaA27J4W0uJDvJ7aGxcfT8m2lt { position:absolute;display:block;z-index:15017;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:0.125rem;top:5.25rem;left:5.1875rem;display:block; }
#BCTaC5AFVH0CxAMtK59zvz59V05o92dh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row .container { background-color: transparent; background-image: none; }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row .container > .video-iframe-container { display: none; }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row > .video-iframe-container { display: none; }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .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); }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row .container { border-width: 0; border-radius: 0; }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#FIzEIobq0wpVSIT5QpUhNPG5kJpBiJQ5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:41.56201171875rem;display:block; }
#C0rkkAaywLuf9eIGr4zFfSK4UBnxiJD3 { color:#1b2152;display:block;width:25.25rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:6.25rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U9fhPUJv9C1eDHEq1cIzkA699U6ENGrH { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.8125rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NmHP13K3r8IroR1IOtCgaWmccy7aBO5S { color:#213f7c;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:7.3125rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O6h21R1HKWu1KT3KTEEk09htTfFd4o6J { color:#1b2152;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:16.4375rem;left:6.25rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ITkFGkIdx89C8eKTfIWVHo5G7O74I6yC { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:0.125rem;top:7.625rem;left:5.1875rem;display:block; }
#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #213f7c, #1b2152);background-image: -moz-linear-gradient(180deg, #213f7c, #1b2152);background-image: -ms-linear-gradient(180deg, #213f7c, #1b2152);background-image: -o-linear-gradient(180deg, #213f7c, #1b2152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );";background-image: linear-gradient(180deg, #213f7c, #1b2152);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row .container { background-color: transparent; background-image: none; }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row .container > .video-iframe-container { display: none; }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row > .video-iframe-container { display: none; }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .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); }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row .container { border-width: 0; border-radius: 0; }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#QZ6r5C1JQrDD5AkW2OARwtUFhnqqpKzC { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:3.09375rem;left:14.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row .container { background-color: transparent; background-image: none; }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row .container > .video-iframe-container { display: none; }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row > .video-iframe-container { display: none; }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .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); }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row .container { border-width: 0; border-radius: 0; }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#TzrqZtJEIOniuqp7Kzr7zMOv5yHWBptC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:4.96728515625rem;left:41.5927734375rem;display:block; }
#BJ6A6pCVdKg9RCgtWF6Guxpz7DRnUOVA { color:#8e8e8e;display:block;width:9.875rem;position:absolute;font-family:comfortaa;font-size:0.6875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:22.0625rem;left:61.0908203125rem;height:1.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#lxDQ7gebDda1oHNqP5Is6Zp3qNy3o3E3 { color:#1b2152;display:block;width:23.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.375rem;left:6.1875rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oZmMIMsX2airslw7JoGtHuqF7CxDCvsH { color:#1b2152;display:block;width:19.5625rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.0625rem;left:6.1875rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QrzAOm9LQOKnSFzO9FqwbGDVLN7N8UmB { position:absolute;display:block;z-index:15016;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:0.125rem;top:9.0625rem;left:5.1875rem;display:block; }
#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row .container { background-color: transparent; background-image: none; }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row .container > .video-iframe-container { display: none; }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row > .video-iframe-container { display: none; }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .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); }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row .container { border-width: 0; border-radius: 0; }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#wZ8ofA3xkZOaQP3Qxgp9IQ752OfxktbR { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:3.279296875rem;left:41.560546875rem;display:block; }
#otgerlHWg8QFDFffUDxl2WVKTrxdnqLk { color:#1b2152;display:block;width:19.5625rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:9.6875rem;left:6.875rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#iNJoty7zOToovC91PwUMwI4CehslucLf { position:absolute;display:block;z-index:15014;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:0.125rem;top:9.8125rem;left:5.625rem;display:block; }
#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row .container { background-color: transparent; background-image: none; }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row .container > .video-iframe-container { display: none; }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row > .video-iframe-container { display: none; }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .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); }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row .container { border-width: 0; border-radius: 0; }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#NnwJTBWiNXzvUHol1v0Qcy86IXi9VKzP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:3.404296875rem;left:41.560546875rem;display:block; }
#rup5LmldDZKcgpH1r7OpC0r4x9p86sSN { color:#1b2152;display:block;width:26.6875rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:9.4375rem;left:6.375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VfOrUJbkb8u3MuagMLgJgOTiF3gp45xO { color:#1b2152;display:block;width:26.0625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:12.5rem;left:6.375rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XaqFE1psAMDAeGQl2o027bSd62VaL1sd { position:absolute;display:block;z-index:15020;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:0.125rem;top:9.4375rem;left:5.1875rem;display:block; }
#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #213f7c, #1b2152);background-image: -moz-linear-gradient(180deg, #213f7c, #1b2152);background-image: -ms-linear-gradient(180deg, #213f7c, #1b2152);background-image: -o-linear-gradient(180deg, #213f7c, #1b2152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );";background-image: linear-gradient(180deg, #213f7c, #1b2152);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row .container { background-color: transparent; background-image: none; }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row .container > .video-iframe-container { display: none; }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row > .video-iframe-container { display: none; }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .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); }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row .container { border-width: 0; border-radius: 0; }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#qcvTyrAm33dwhaNUCwuCO7gmymws2yCp { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:comfortaa;font-size:2.8125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:3.09375rem;left:14.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f3f3;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; }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row .container { background-color: transparent; background-image: none; }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row .container > .video-iframe-container { display: none; }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row > .video-iframe-container { display: none; }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .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); }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row .container { border-width: 0; border-radius: 0; }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:75rem;position:relative;display:block; }#CPoFRAQIGB8dr9BZu1oZLDQVbTq8msfR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.437rem;width:29.3115rem;top:3.4658203125rem;left:42.49951171875rem;display:block; }
#WEtWauNzqxkVCeCem3GGpqJSKL80734f { color:#1b2152;display:block;width:26.75rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.4375rem;left:6.25rem;height:3.57291875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#biFESB7yzob88i4yconwCNktvOTve2o5 { color:#1b2152;display:block;width:26.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5rem;left:6.25rem;height:6.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ysAFLMP7DnhZUqtsxaJIP76wQddmSAKd { color:#17264a;display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.5625rem;left:6.25rem;height:1.31286875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SJwSHdTg3JUT2ae3nPn6aVIJD228rcbD { position:absolute;display:block;z-index:15012;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:0.125rem;top:5.375rem;left:5.125rem;display:block; }
#wdnK693PSPHP4677fzdBwP5x7rxtsvod { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row .container { background-color: transparent; background-image: none; }#wdnK693PSPHP4677fzdBwP5x7rxtsvod::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row .container > .video-iframe-container { display: none; }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row > .video-iframe-container { display: none; }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .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); }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row .container { border-width: 0; border-radius: 0; }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#OvJqgy4SdADRioLIMFluZT6uPP4sZvr0 { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #213f7c, #1b2152);background-image: -moz-linear-gradient(174deg, #213f7c, #1b2152);background-image: -ms-linear-gradient(174deg, #213f7c, #1b2152);background-image: -o-linear-gradient(174deg, #213f7c, #1b2152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );";background-image: linear-gradient(174deg, #213f7c, #1b2152);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#f7f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24.6875rem;left:6.375rem;display:block; }
#x0l35SPFdKw65W5ihtCp6oy2xM7xb3yF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DooVwkr8yTNgGsggPinhFQIphIy851yZ { background-color:transparent;background-image: -webkit-linear-gradient(174deg, #213f7c, #1b2152);background-image: -moz-linear-gradient(174deg, #213f7c, #1b2152);background-image: -ms-linear-gradient(174deg, #213f7c, #1b2152);background-image: -o-linear-gradient(174deg, #213f7c, #1b2152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );";background-image: linear-gradient(174deg, #213f7c, #1b2152);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#f7f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:24.6875rem;left:43.9375rem;display:block; }
#P3UEIKEvp4MXEntBEcFuOnL1wZHzvOak { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOw0cRflVWbibTe4WNMJNDLrATeoOXIc { color:#1b2152;display:block;width:28.125rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.875rem;left:43.9375rem;height:7.1458125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EnaaLXQow6cD260kpCmNcHDSGCfOZu3u { color:#1b2152;display:block;width:26.5625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:13.78125rem;left:6.375rem;height:1.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPG65sPDpryxntMz4Dm3SRRGWIkp1B1T { color:#1b2152;display:block;width:26.625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:19.0625rem;left:6.375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mogc6U4fUmFxEzlPfpoQ1wav4R701CsT { color:#1b2152;display:block;width:29.3125rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:13.78125rem;left:43.9375rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iCrnoblTGyQlzzPolyC68fX7pZMKObSo { color:#1b2152;display:block;width:28.6875rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:19.0625rem;left:43.9375rem;height:3.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tywg5CQs0UfyBMOdT2guyJtewV4yfD95 { color:#1b2152;display:block;width:24.5rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.875rem;left:6.375rem;height:5.359375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zs2dm25TBtxW0fuPQDg7BAWxTeZorVkZ { position:absolute;display:block;z-index:15017;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.125rem;top:3.875rem;left:5.1875rem;display:block; }
#sx1dDkbL5hE2XrVSFCJvgWkD9p2eaVxB { position:absolute;display:block;z-index:15018;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:0.125rem;top:4.0625rem;left:42.5rem;display:block; }
#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6cc1e7;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; }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row .container { background-color: transparent; background-image: none; }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row .container > .video-iframe-container { display: none; }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row > .video-iframe-container { display: none; }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .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); }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row .container { border-width: 0; border-radius: 0; }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#tXK9iJ8T3taC8UtdX21mnkM3NgCy4248 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cea791b-d85b-4018-8982-c7fc17106429/Akademia_sensodyne_haleon_v2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tXK9iJ8T3taC8UtdX21mnkM3NgCy4248.adaptive-delivery-prevent-bg, #tXK9iJ8T3taC8UtdX21mnkM3NgCy4248.lazyload, #tXK9iJ8T3taC8UtdX21mnkM3NgCy4248.lazyloading { background-image: none; }#tXK9iJ8T3taC8UtdX21mnkM3NgCy4248 > .row .container { border-width: 0; border-radius: 0; }#tXK9iJ8T3taC8UtdX21mnkM3NgCy4248::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tXK9iJ8T3taC8UtdX21mnkM3NgCy4248 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tXK9iJ8T3taC8UtdX21mnkM3NgCy4248 > .row .container { font-size:0.875rem;font-family:arial;height:66.3125rem;width:75rem;position:relative;display:none; }#GTfp6zpMoDNGTnHaTtXSFn4b5yxutzxE { color:#ffffff;display:block;width:55.749625rem;position:absolute;font-family:comfortaa;font-size:2.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:4.623046875rem;left:9.591796875rem;height:6.173825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-form-header { font-size:0.875rem; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:#ffffff;width:34.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #6cc1e7;border-left:0.0625rem solid #6cc1e7;border-right:0.0625rem solid #6cc1e7;border-bottom:0.0625rem solid #6cc1e7;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.3125rem;box-sizing:border-box;height:2.75rem;color:#1b2152;font-size:1rem;overflow:hidden;font-family:comfortaa;vertical-align:top;line-height:1.4;text-align:center;text-align-last:center; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #6cc1e7;border-left:0.0625rem solid #6cc1e7;border-right:0.0625rem solid #6cc1e7;border-bottom:0.0625rem solid #6cc1e7;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.3125rem;box-sizing:border-box;height:3.125rem;color:#1b2152;font-size:1rem;overflow:hidden;font-family:comfortaa;vertical-align:top;line-height:1.4;text-align:center;text-align-last:center; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-select { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #6cc1e7;border-left:0.0625rem solid #6cc1e7;border-right:0.0625rem solid #6cc1e7;border-bottom:0.0625rem solid #6cc1e7;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.3125rem;box-sizing:border-box;height:2.75rem;color:#1b2152;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#f7f9f9;width:34.3125rem;height:4.375rem;font-family:comfortaa;overflow:hidden;box-shadow: 0rem 0rem 0.9375rem rgba(108,193,231,0.4) ;font-style:normal; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 [class*="-text"]:-moz-placeholder { color:#1b2152;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 [class*="-text"]::-moz-placeholder { color:#1b2152;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 [class*="-text"]:-ms-input-placeholder { color:#1b2152;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 [class*="-text"]::-webkit-input-placeholder { color:#1b2152;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:comfortaa;line-height:1;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:33.0625rem;overflow:hidden;font-style:normal;float:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-container:first-of-type{padding-top:0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-container:last-of-type{padding-bottom:0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;left:19.08984375rem;top:16.998046875rem;z-index:100008;position:absolute;font-size:0.875rem; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.3125rem;display:block;vertical-align:top; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:1.125rem;line-height:1.4;font-weight:400;color:#2b2b2b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 {display:block;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;left:19.08984375rem;top:16.998046875rem;z-index:15008;position:absolute;font-size:0.875rem; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #qq56ZbD304aldhCVln8GEN4xqlMGEi7v { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #gNqTFLGaFVgz0MlKxWJiEJG8hCsauFI7 { position:relative;display:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #u95tJW15WW9lmGSSL9L88rSvGnCF2Fsr { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #UFEaxbRalzksbtfhsbhk0BF3gh0mnZ6Q { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #FqtitOfNsPLVaB7u9amgxXXGLX5mHJVo { position:relative;display:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #uc3c8J5pBTklRn9zkCGT8WndVb0E2VPg { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #kni83wcwQOxINtTItXH9XPcD61hU6hxs { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #M2ziHKHAWA3MWs5A7VnwWfdxSZvMrIkD { position:relative;display:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #qg8ltwyvuqMia91yQeyRSMpJE2wRRN8C { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #LJpaDizCNr6PsdChwi7RSluTAvBww8UJ { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #Gg307M6Ti7DrcBdN4bFRzDcupCiCwgE5 { position:relative;display:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #R4yilxqizzS5m4DedBXTKISOu7SJvpPq { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #lKRkekw6MzJhNCrLqTVpgAItTfXCV0Pz { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #wIKpbfXBhis04GeFXVO8xkCQeNlgz3eQ { position:relative;display:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #cJR55QqFry91FUx9FRdMQ8xJBRNI6OTM { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #U3cqABWTdKbaHT6RXDuA2q73TqBNO56f { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #CHJS5GILnXQ2kqFSdzUa7sfP32UyIEhd { position:relative;display:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #Qb9IPeAfHKuWsyZDePXboCx2f71Dk8pb { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #vfGGWkZGp4skhbf1NClHbETdO3bakTm5 { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #FLsXNd0EKpgQ4H1S0EbwXVNT1NWhpXRK { position:relative;display:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #cRLb6FNServb2ZSaLcJWGNIn2wtrpOnT { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #GHZpiiXDCHcnXZ5IhbcKbxfii6x42XgS { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #GFSxlPVrmk68P9ceDol3NtPKDZQicRQJ { position:relative;z-index:2; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #y0yXZbovdRPi9O8bsGtXZ6fvLmv4VTQg { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #KhPMBIPdpM1fTAe1RKkxCKu3doeVr94d { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #qEvzeXt3esn4Nbg1aNgxLF7XREcxkRPp { position:relative;display:none; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #rSbRruLxPhQqGD4prXf1C2QPgHy4bimS { position:relative; }
#JmSwrv8K02F7Zg9pafPZt7qk3RJNfpmD { position:relative;display:block;z-index:100000;display:block; }
#zmTynCxAB5KZaCQ5PdMotwkiA51ptDbc { position:relative;display:block;z-index:100000;display:block; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #QGTxaSKG0sd0J7uc1oEzzZ1fLkgxq8hu { position:relative; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #MTHRpCGk5kSD8pJmXnBaJ8nwMENmEIbb { position:relative; }
#BGaPMqrgxwktPeIfp9ENPfydo9EASRZf { color:#6cc1e7;display:block;width:47.3741875rem;position:absolute;font-family:comfortaa;font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.625;letter-spacing:0;top:12.748827934265rem;left:13.811717987061rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wwsZdB3MZ0dSueyOMJQCoiq5f3TNCkPP { position:absolute;display:block;z-index:15010;height:2.875rem;width:5.125rem;top:12.78125rem;left:2.125rem;display:block; }
#sqWshDFcXBAlBfJoVFiPfKxDzT8E60gt { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.625;letter-spacing:0;top:50.748046875rem;left:38.08984375rem;height:4.265625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OblK37WTdXIORSawWcZfbfZQaqzn5hrq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b2152;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; }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row .container { background-color: transparent; background-image: none; }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row .container > .video-iframe-container { display: none; }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row > .video-iframe-container { display: none; }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .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); }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row .container { border-width: 0; border-radius: 0; }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#TmnLhF7T0gWLVKL8axlqbFeO8gJb8Uz6 { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:40.28125rem;height:1.13671875rem;display:block; }
#bH9dHxo1zRNFAiAsVFiEnTx1TdRvWsys { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6875rem;left:55.15625rem;height:1.13671875rem;display:block; }
#WxiQC42IZ6bhqViNz0Kd3MGaAvkZu9zV { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:64.21875rem;height:1.13671875rem;display:block; }
#KQMhwo0PNIdnpeD2RbUy3TM0yi3Efv35 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:5.249025rem;top:1.46875rem;left:5.9375rem;overflow:hidden;display:block; }
#gzQrpWd2Rb39b9uiHOPIufn7JqmeNSOu { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:0.97473125rem;display:block; }
#oDmEfEHLMdHOtwTtyi4Ag7Bsa2MOJKlH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:8.8125rem;top:1.71875rem;left:12.062500953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yavdMirhCFXBevbCO6OCMQq2ttnLDeoW { display:none; }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NT1Eyxm1FdUUHxFXqDe3osncfT743m7h { width:8.8125rem;height:3.125rem;top:1.125rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr7LptWLGhcH7Natkd6T0X5iRUNELAdX { display:block; }
 }@media only screen and (max-width: 763px) { #lhkwLPOsAlQx73TXTpZJRp6x9cN8SalW { width:4.875rem;height:1.25rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2vgztEnTbW1K8tTC5C9S9drRghakyvF { width:8.8125rem;height:3.125rem;top:1.125rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQEu8vZ3Zs0o3ZJFTdnyMxsro2Kq6IsW { display:block; }
 }@media only screen and (max-width: 763px) { #breESTRNJday2eyBmXTk6rorI9dsVE7c { width:11.0625rem;height:3.125rem;top:1.125rem;left:31.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q840Vu1eSxRmfqlVyfQXzvyWGE20sNWK { display:block; }
 }@media only screen and (max-width: 763px) { #duw4xFbBsLJ7l1EiC3C1NHkoGzAL2dRc { width:9.9375rem;height:3.125rem;top:1.125rem;left:20.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOgU5UbtIqWqKriee7MHtkdu3qBkiUEl { display:block; }
 }@media only screen and (max-width: 763px) { #Pe01HNfGEGmwJRMtl9GzKv5yHfL9eeJO { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBIgHPJBnvOKCF9EH2VuKQlbKxDW4UKh { width:9.8125rem;height:3rem;top:1.125rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiuFTb2MKDzJXJJSfIRQhOF0nSVBVFXv { display:block; }
 }@media only screen and (max-width: 763px) { #D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM { display:none; }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TVm8LHKc6WmtFceLQzTB8MRNBBlPLNul { width:8.8125rem;height:3.125rem;top:1.125rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMJzOVQpd28hrsKm7JDBGCgbZnmbrPJ { display:block; }
 }@media only screen and (max-width: 763px) { #snFKRsaBCyGgPQCWM4MgJ1sKmgF8JIiA { width:7.9375rem;height:1.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRmrsfBgU4pK51Vq5Ms19OTrWiXkgsf { width:13.125rem;height:1.1875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlmDiuaGSG4yw2mfsJRUru8JwlHRO6g0 { width:8.8125rem;height:3.125rem;top:1.125rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRf4vGTD93UIEyuBHlrkEhwhk80UMqVx { display:block; }
 }@media only screen and (max-width: 763px) { #qWJSAVD32WR1QTviIoxdmxStSthmyLMo { width:11.0625rem;height:3.125rem;top:1.125rem;left:31.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBWf9RWctmJMge7geygEVUve7aRQlflF { display:block; }
 }@media only screen and (max-width: 763px) { #z2onAzaSEEUdQPm1f0IxCLr6IE6uAShG { width:9.9375rem;height:3.125rem;top:1.125rem;left:20.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf66px9u2O41Tr0yK48P1TvTgMNoxFRb { display:block; }
 }@media only screen and (max-width: 763px) { #xiSM9SqJEqRqQr33AbX6HFZ0yQOPdv55 { width:9.8125rem;height:3rem;top:1.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e640X7qUR7DMu4mGRwb6IAsyUGuBTRT1 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMnrxWbdDehXcDZMuxCkT8QDEiF2dyZf { width:45.125rem;height:6.6875rem;top:16.3125rem;left:2.625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0qJqGnKWDAH1mXznhzZiDOnthckuQf { width:35rem;height:2.4375rem;top:24.5rem;left:12.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-regular-label { width:34.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-text { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-textarea { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-select { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-button { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-checkbox-label { width:33.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ  { width:34.3125rem;height:auto;top:22.1875rem;left:7.34375rem; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .radio-container { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ {display:block;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ { width:34.3125rem;height:auto;top:22.1875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #mnnXcwQRfSHuyUyzse8awftZDy8kwXbw {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #PAOiT0Z5f21hb56polegc0EVKOlxcloc {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #sTThuGcBaPBiynrEgGK6y9VTZdeAIV40 {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #d7Kr4mZquBwSy1gIp1JwddTGQfwKHbzB { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #WNUPTC4xDceIt6ou4CTX08o5iuAXyQFW {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #kVqUviLRsEtLe4NUxNevUqtt9gibki7g {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #VJWLTM37Jea7ozkCxoWxL9SOOVqHiOJA { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #HPNO6pIEXWoFN9LaalThgsJ8IqxxpXzT {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #iW4Vk7lerM42N7xTJ9ip0kBXwXVoUbrK {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #ggwom044vreU2ByzPVfMkOr4rJ76S7Tm { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #TS0XQ6nPvK79H2vE0EH4FxpXcbyn7kPk {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #gs2meA2Ak18fswyvqkEZiMrhmo2lIhAx {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #I967S2N2MC8RGdweFHcNcS6ykk2xHHp0 { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #FU7UybgGTixfFHFSJVeGGdQ4IGa1ACOm {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #tkcy5l8xvI7DvVSvpllo2uscVFTggTEF {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #NWEb0t0X2TNwMwcl36iRQzLltsQqfTKG { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #Lm4Nku2vrp3uDFivwfHn2tb0XTsHxAtV {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #FOWeiG0TVcss5nEiqkxSQhcy3SPABpBW {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #yJJPRPKArtxVk3E1GB2ATQhAcXgt4qMG { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #VuoRfwUEaIAhTONtAzF2OwEOvoJPqikC {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #bMs50VJQKDJpwVfUwsAbSucG9FVuvyGD {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #lEvbK4tSc5G1Kp8gBoQoW7zBRn8Je4uX {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #unlKEnunNSJQC8wEqt9KH7EtDwebINN4 {  }
 }@media only screen and (max-width: 763px) { #NR7SivggLD9Du3wvxkUSpxM76XZLVp57 { display:block; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #BRE5uNcCSiBRLCVhkFCrs5QCRWxgn7k6 {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #xK34DlSe3nTEZA2sFXP1T8Er8Q9v6TIk {  }
 }@media only screen and (max-width: 763px) { #lAROX6Jgv1KLnmF84LVbO9blZ5ZUe35I { width:15.625rem;height:3.0625rem;top:29.4375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO14Ml0ot4DUBaXoghQG7TZJ96JdmfTI { display:block; }
 }@media only screen and (max-width: 763px) { #tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT { display:block; }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erpIwwBNSSv1DctwWckX9Wc0TEnJncnO { width:45.125rem;height:3.0625rem;top:3.0625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btsE461QUqmK2CyZziWC7XUFfkR1FfWf { display:block; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIHvbSPPg8ARKJlpigiikewXLT0x0hG { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN24SUGAKblvoO2Mm2a3n8GPzSayDd1w { width:25.25rem;height:0;top:4.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2rB558n6SApEeyADI7VvrenlgoqwdQr { width:26.3125rem;height:1.3125rem;top:5.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH1Bn2J2uW0tHHoA58xwPfZP1OOvkX1N { width:25.9375rem;height:3.9375rem;top:13.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utww9xnQz2BNNRWFp83vsV0z6oCauyUU { width:29.125rem;height:5.3125rem;top:7.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZdhlv3pTnLHHU8vvqStdXyKgoeqlDqe { width:28.625rem;height:2.625rem;top:18rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCIgNdFgQGXRVfNs7s3lbB7ADnzEVK5h { width:0.0625rem;height:15.5rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0H2Gu7ADPQ4USZ4RIgvXzRmvDuAdLBU { width:0.0625rem;height:14.6875rem;top:5.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 { display:block; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDvvVdq3HqRTCnw9dBGiTuLN34ySCArD { width:29.25rem;height:16.402562801319rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvBEZbVDCg3i0PdbzxMhfyTr9oL5AoUx { width:25.25rem;height:0;top:6.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDya58dyT5eRhI1GhWXgxoV6eL15urBh { width:26.3125rem;height:1.3125rem;top:6.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSsbT3lXtZxZmyFfzLO95yLBg5XT8zml { width:25.9375rem;height:3.9375rem;top:13rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXLhQ5sJSPKCwV9oUJ5RmItlVkgpBKuQ { width:27.5625rem;height:3.5625rem;top:8.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU0f89sZIHUO3Guc62pbJM3IRqinb09q { width:28.625rem;height:2.625rem;top:17.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psio2Am5Tu0nwa4VNOvL95qXGVBbwrvK { width:0.0625rem;height:14.6875rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut { display:block; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0oveqtKUrnAbpsFoEOzXSau4lI8IdUP { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz9TvQMzFx5vK9prvBnevGVOyWrBsEZy { width:25.1875rem;height:;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyMpyroIP0Qz1BMr9H4W4kUL6llQgpRF { width:26.25rem;height:1.3125rem;top:7rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8Tee7P9cWcX8LekQBUDXucNWyo1VMk { width:25.9375rem;height:2.625rem;top:13.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVVPTUm8S5ceq36PSppICl5WJab3GUQ0 { width:24.75rem;height:;top:9.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcVcSLXLuuXI94UtuyfZ26chqtnMyhxP { width:28.625rem;height:2.625rem;top:16.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkDHzuSEAQFBTuWTeoJN12pIZvxDkDgo { width:0.0625rem;height:13.25rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U { display:block; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thwhpAvpZ9XXzFg7ILwmEroyCL5CFQT4 { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNBTEmC4fqTfFW5RWaqxgS2ccUG3kD4f { width:25.1875rem;height:;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZSh9KBdLO15vQ10RrM9nmVxQ8vFL4B8 { width:26.25rem;height:1.3125rem;top:7rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAQF5zPSqVzkrWfdryzVHd6ptfoX1aWq { width:25.9375rem;height:2.625rem;top:13.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAKh1qrAvqTlQfZrwT4Z4Q5M4dMouWBE { width:24.75rem;height:;top:9.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMUeyufs0mdMlSnv7kaR5v2KniwBAx11 { width:28.625rem;height:2.625rem;top:16.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQU2m8FfFyQMxRrshTaSeSVDTCpDTIX2 { width:0.0625rem;height:13.25rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 { display:block; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIATEul51DJnL0aRGcTh8M0VGU8K3KfX { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqnpGIsvo3TKEgEF5bknndNzk5XpFbOi { width:25.1875rem;height:;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvOc3UkCQq6hTi4q7LNFluTdHTkAwqg { width:26.25rem;height:1.3125rem;top:7rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXJrVuex9Qutiracx9f5c0WHPLeGK6gQ { width:27.0625rem;height:2.625rem;top:13.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGCNcTMyZtGCbg1c4SAiPXCNpKq8QiWG { width:21.1875rem;height:3.5625rem;top:9.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAr24fwp3hJ2Kg4DqTHoBu43JACEQmGp { width:28.625rem;height:2.625rem;top:17.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFo0ORdlGcOwCsnAvw0RCl49U8W0SGzT { width:0.0625rem;height:14.25rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO { display:block; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkSbtOZNHGxJdTubAoc1k2eRiAUWUnal { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3rlqF3o9AFs5AL8IV7AAaTypaXLaRdL { width:25.1875rem;height:;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH0KoySlkPnIEKfL1sIuw0KvB0TeBxu3 { width:26.3125rem;height:1.3125rem;top:7.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0P1o0GizSOQ2yX8QKZZwl0o70DmeZiH { width:25.9375rem;height:2.625rem;top:11.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTV71bR9K7PPtqLoKb311tXMXbZrGbbt { width:24.8125rem;height:1.75rem;top:9.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDfRlvkJwfGD9Qk0rmReH7Vpeu6rksAO { width:28.6875rem;height:3.9375rem;top:15.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkcuswevLQ3QnTS1mNNohQaP6bmgnKH { width:0.125rem;height:12.75rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp { display:block; }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJUwggI1NTt5XSwGvEWCvrudzLT9WEou { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsDbKV6NmNIVQT3fEnXkT8ChR2Cz2uuX { width:25.1875rem;height:;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUGHOMCneV1TGT8wcMUdToNGAU3MpEfl { width:26.3125rem;height:1.3125rem;top:5.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9tQ5Z3QoLIq8PoyKU4QxRUyoQpymIg { width:28.25rem;height:3.9375rem;top:12.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1nUUzaz9C6GL24WMCqX6pdBBux8TxMU { width:24.8125rem;height:3.5625rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TluPwsF8BRnwNlMtRoNz97tqZ2EiEl0F { width:28.625rem;height:3.9375rem;top:17rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN3qJ1JhI7cr6uFKUOv7Fihy6tnVh3CQ { width:0.125rem;height:15.5rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1CwInus2kQJFsBbMZUvFdLpDHyVltgl { display:block; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbeprvIqpkkwZMbNonCAf0RCep4Dx1QO { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTnRnVgn9UK1hXNZFtv4WeBm9N48atud { width:25.1875rem;height:;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzIMHUszxczX7037PBOgvdXTGVlB6EXD { width:26.3125rem;height:1.3125rem;top:5.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2aMKIa3paSG9SXrFT9mT2vsf3D8vnO { width:27.4375rem;height:3.9375rem;top:12.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2OSm4pyKyMJ6NKUiVM72DPe4w6sTHBq { width:25.9375rem;height:3.5625rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URobB8q5k4BRW1oEya2h1BgKkXEnzy5n { width:28.625rem;height:3.9375rem;top:17rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpC2OIcdvXz2meALwkGJiZa6buz2vgeq { width:0.125rem;height:15.5rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX { display:block; }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbJMU0SsKSHh7KvULZFesXVsaWZmtnuS { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgnNJR9W2gcUhmlRzOI4aLNoWIw5vErt { width:25.1875rem;height:;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyL8FytvGx5qFCJ2hmmXkIE5BAdXW2WD { width:26.3125rem;height:1.3125rem;top:5.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3p7aJ4lABKBD6pRFZaEkFwcRGqWZ9FK { width:26.1875rem;height:3.9375rem;top:13.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAmbTE8NkTEg7cCJW0hoA7sbTTDGAKkr { width:25.9375rem;height:5.375rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqbAlAftvswAAcLleVN6VRUrOa1zRVHi { width:0.125rem;height:15.5rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJpzFvtBy9oKI2Ktx1vtRZlHCiZTMOmI { width:28.625rem;height:2.625rem;top:18.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu { display:block; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOsBL40Pt3qiDO0QDLqZmX2RnJHFvTwq { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkvfNdR6UNT6FNhcVg5HUVGCBo8cOrpA { width:25.1875rem;height:;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKD2JU0ZgqqcU3GHcdiXTWJLv8cDtzeZ { width:28.625rem;height:2.625rem;top:18.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImFT2zduEEuJ1NrmPWH6P4csysXUap2X { width:26.3125rem;height:1.3125rem;top:5.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymKJmOLyE02h8RAxWK2tEzxpKx2R6NSM { width:27.4375rem;height:3.9375rem;top:13.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIus8TE32QLJWp4SM5Jk1TsJ3spASROi { width:24.6875rem;height:5.3125rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnpEDw7phWKA4ndgyoqzBVqIqidxzUO { width:0.125rem;height:15.5rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 { display:block; }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5IbsdKETLU24ZU6MXSxQwJsXJHxVQLH { width:24.5rem;height:3.5625rem;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoPAel6GmWvwInNLRd688D225iryz0JE { width:27.375rem;height:3.9375rem;top:15.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFta1AT8vmXdJnGm8wicCsS9FMOUFqTe { width:26.3125rem;height:1.3125rem;top:3.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnJCvqOZIH8VlXzUaAuUqwwKzST2JuN { width:0.125rem;height:15.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDoZyDnbfJTg04xHiMpeL6Qk79CQog6Q { width:21.9375rem;height:3.9375rem;top:10.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FevAO5rIZ5hU3I14DQ5iyT11TnSR1TX2 { width:29.25rem;height:16.402538334091rem;top:3.4375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T { display:block; }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saZK0LnJeARAko2as4X9zrG54dXZc2IJ { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5FPnQngBAIALqN8VnkGGnC1Fl8dB89X { width:25.1875rem;height:;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVvoivX2qrLI4SM5sUNUvW42TICIoNoJ { width:28.625rem;height:2.625rem;top:18.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N83ZDels4BrZcowZk9VLkQNAUw6IGRxt { width:0.125rem;height:16.125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAma2oMcI8CPqt0uZwqV1msMgAGVxW0R { width:26.3125rem;height:1.3125rem;top:5.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXfv9B16vJEGVgzPuMVx4y1lFGbXk66I { width:27.4375rem;height:5.1875rem;top:12.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhmZ38TIpDRa4mOAtgwwuwSPt2K1Kwse { width:24.6875rem;height:0;top:6.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae { display:block; }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi3ENiSi9USxB6T9gLZhJtxeTkl8CiO1 { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KARwauC2ePPxTz2CXvV8MIRupArEfKcq { width:25.25rem;height:5.3125rem;top:6.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC4m742k92mu4GeWZVgTTDARnniwUEql { width:28.625rem;height:2.625rem;top:18.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRA59eb2LbZ369CsNmqT8g3HX1RX4hBu { width:0.125rem;height:16.125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL42DrAQ691xCuGODmRhwNpPJL50XnFo { width:26.3125rem;height:1.3125rem;top:5.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgD5Mn2vWNNsws7kzRodfXtTrsvLkq6J { width:27.5rem;height:3.9375rem;top:13.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM { display:block; }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cD8CeOA4vW8Wr6GZNSKzLBEbqrznNZEq { width:28.3125rem;height:;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtaFUK5qqQbNrIb4pol47R4HQyXaxHQ { width:26.3125rem;height:2.625rem;top:16.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEkqnxRbatG9xz2Qhl1UeTQiCpMeKT1d { width:26.3125rem;height:1.3125rem;top:3.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkVIBrm3TeLAxkP0TFS85kOttwf0Ab6B { width:0.125rem;height:15.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlWRf0KR2AQMqFA65cJMbExox3SqusOw { width:27.5rem;height:6.5625rem;top:8.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eudeIn5GD75k89T0ClyQoPMqQWEivhSz { width:29.25rem;height:16.402538334091rem;top:3.4375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq { display:block; }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwhIz8So8LfyizB98wS4l3eToVog8ffs { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIC4aOqL02KpRl7TOfSsD20VVei0r5JW { width:25.25rem;height:5.3125rem;top:5.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1gcbKgFpLgmKJ3rE7Pl6P9XrfuCIZqu { width:28.625rem;height:2.625rem;top:19.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TJlZ44XscT4yxxDnQpKdoi3yr8TZZ6 { width:0.125rem;height:18rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz13AtwW6TnXcnnisCDCs9qxGrFMxf5S { width:26.3125rem;height:1.3125rem;top:3.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv8TUEP1nqgTNI8K8DRkISSXvXwX6d1g { width:27.5rem;height:6.5625rem;top:12.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6TOn4NEJI8b9exRegF5WmH782HRnVr { display:block; }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVMo9T2Xo0XKgoJZWR6MVZd1GvnzcbyH { width:25.25rem;height:3.5625rem;top:8.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU0FyAW3Llua7tLUE8PC9w1ATkVBUHy4 { width:28.625rem;height:2.625rem;top:17.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiwe3B8ffOcpOc2oX7THUMG1bPJ40GrV { width:0.125rem;height:12.625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woGg0bcoGGvmCRZFvSIAwFV4CvMgsqA5 { width:26.3125rem;height:1.3125rem;top:6.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqnChHCKOtTC1GJBHDrbmaoVZzOLvMVH { width:27.5rem;height:2.625rem;top:13.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTQDXD7LqmqeBcldGlsGPT0MyJ2uEfv { width:29.25rem;height:16.401602771185rem;top:5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZtpRShrL2asRFCZsABUdxkcTPC14wLZ { display:block; }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkkB9vBQuZOfBAwT52sm244kUd3CRlKi { width:25.25rem;height:5.3125rem;top:7.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTl4myxaBv16AKpltSH7M3lXDpBRCfbF { width:28.625rem;height:2.625rem;top:18.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M513JXrEMf9TtX5SnCneeaTETDWGC3PR { width:0.125rem;height:14.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Rym8ZddWXT4RSpmEMlQTfr9WXh9bsf { width:26.3125rem;height:1.3125rem;top:5.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcm4qwTeLZDzd57NnqGCnNJ9e9O9baZZ { width:27.5rem;height:3.9375rem;top:13.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXsyDTum14nf8X5BbyZzLrLTEUOSDfMf { width:29.25rem;height:16.402538334091rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGMmSVwL6QueXfACUSHmbiDESbDVOEbV { display:block; }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvQ6H5F2CeEG5mJ6rXCvbv3fXLsRbQTE { width:28.3125rem;height:;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlWGSc3QUohLCzh8185yOUt8RhqlpGxc { width:26.3125rem;height:2.625rem;top:16.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWPOcUZ0fMntRnTELAkBztLJpEUtSMTn { width:26.3125rem;height:1.3125rem;top:3.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWdUd0nRkhlw3FTPPxX5Stq4QXGarJxv { width:0.125rem;height:15.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrLDZLbuNx8y1LxxcBZIeO5t7qToGm8 { width:27.5rem;height:2.625rem;top:12.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUx73V9dpwDtPFSbuLQAurdhUyPcCnm { width:29.25rem;height:16.401602771185rem;top:3.4375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe { display:block; }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQFEHtgxlFQUh4uh5sqoUkkwFo6dRa8t { width:25.25rem;height:7.125rem;top:5.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LReqvHfbykJJJphsDE5XbKlXb2wxTfiM { width:28.625rem;height:2.625rem;top:19.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKHF1QEJeEn6ukZ3nPQd6xCmDOLsqz5S { width:0.125rem;height:17.5rem;top:4.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0EvGACRfLlyDC3ATWSHGuOXDJPWMvKG { width:26.3125rem;height:1.3125rem;top:4.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtfzbfoRPm6LCOvGffANIrw2CveaRtiS { width:27.5rem;height:3.9375rem;top:14.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qegrObE0LfrvQHQHl76NhGiby9BOaVmG { width:29.25rem;height:16.401602771185rem;top:5rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 { display:block; }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEo2fOsPTIA893FMxtKfPIg1yoEik2Rl { width:29.25rem;height:16.402512665677rem;top:3.4375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnLzPpy9s5864iBuVPX6t7OlL7gcS81 { width:28.3125rem;height:5.3125rem;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVWK83GhTJbxpCbctsDuy5CG9pyi61lt { width:26.3125rem;height:2.625rem;top:17.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2uNdg0LIg4wASAqSVHbMSnbI5d3m0nX { width:26.3125rem;height:1.3125rem;top:3.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAvx84vGuR8Q0UHoHRJkAyJTZcF7E4Hb { width:0.125rem;height:15.5rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmAb3u7DDBbV100HXSw1u3xkeiJlKmUF { width:27.5rem;height:3.9375rem;top:12.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae { display:block; }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTVVAuIAxhUNEnpVPu0asA1FUI9cJW1S { width:29.25rem;height:16.402512665677rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOV63UQhdzm3Xi0BH8ScdiXJ6DAkMU3G { width:25.25rem;height:3.5625rem;top:8.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2usp37TWZU6GTgeTvTgFXEpr2TTHpe { width:28.625rem;height:2.625rem;top:17.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMNl2Xwmp1XBkTDGaXNq127bye35uBeO { width:0.125rem;height:13rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbdZSQyLT7lyFy157nxuOyoCukqpGWvF { width:26.3125rem;height:1.3125rem;top:6.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOTVndQhRsnZldb8F65AnseE0DAWpb9Z { width:27.5rem;height:2.625rem;top:13.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 { display:block; }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhQPMWZRClgraXqiSQ2QFm9zk8PSv15i { width:29.25rem;height:16.402512665677rem;top:3.4375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mov625yW8dP4Nq1GFxP4qJx2b2TT90WE { width:24.4375rem;height:1.75rem;top:7.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htrXyJxTVbLXPBFpgQgLPD8lhmO157hz { width:26.3125rem;height:2.625rem;top:15.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWidn3tBGqBeSsqnLHEkf0iHf1HLsMx7 { width:0.0625rem;height:12.75rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paZ7PJqps0fX5SWH7BWvQECuqQOW6ZaF { width:26.0625rem;height:1.3125rem;top:10.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ8ZlKfOZzqgHp0ufq7a0CGDQaqt6fnu { width:26.3125rem;height:1.3125rem;top:5.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU { display:block; }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LluaI8LhRCRx34ZTzubW4a3Qd9zekQsC { width:29.25rem;height:16.402512665677rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdPwwgpBHqJ4GdCIMy6spIiqs0XuHrcz { width:25.25rem;height:3.5625rem;top:8.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpuLupm8xkopw6D6QaW3mFAtQ73RrSuI { width:26.0625rem;height:1.3125rem;top:12.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZm1KGKMtTwpylQ4cSqr0lVZLQqzaBxs { width:28.625rem;height:2.625rem;top:17.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3pZbE1IdKhBCvWsNUKQPeVddNJzkhET { width:0.0625rem;height:12.9375rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsHVDWffQwQaHf9c3JDTy5yfkOTbb2UR { width:26.3125rem;height:1.3125rem;top:6.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh { display:block; }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVDXsuhENa6hxPsmxaXIbZD2kHqiTIWP { width:29.25rem;height:16.402512665677rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QafDvThL1teVNxEan9IDadHxPeXTd7KB { width:25.5rem;height:3.9375rem;top:12.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQR4Et5VgpEUFD6gRg14nVsqME6BAHIy { width:26.0625rem;height:1.3125rem;top:9.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k90aIZPdgVgLE34hifTadWDXr3p49TEC { width:29.25rem;height:1.75rem;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkRlMUh9UggQ6qwtKFznK9ZRr6KcT21g { width:0.125rem;height:16.375rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsnXErAnnClMMMd691XsoNdlKwC2Fi3o { width:21.5rem;height:3rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k84H6WbizRtAMpzR0tvTAVqC2qhdtcfR { display:block; }
 }@media only screen and (max-width: 763px) { #yfLia78msuKDxOSWa0lyuXfKCfe4mlFQ { width:26.3125rem;height:1.3125rem;top:4.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5F74GuClrrWPf0OTxImRlm09mVVkOP5 { display:block; }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Euxz6Xg4KkHU2FwvhLBJq4PsfJArxtJE { width:29.25rem;height:16.402512665677rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ACX5CWpnE4JeUbvBswiahbg0eJZXMR { width:25.5rem;height:2.625rem;top:15.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNzgQWWPFh5dlVNU6VvWTJgGwbVaxFlV { width:28.5625rem;height:1.3125rem;top:12.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4B6Jgk9lpvnr9VNddAhbGeyKbP1zdnU { width:29.25rem;height:1.75rem;top:10.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0p5ft4qHHUagXJA0hxJKRRdAUy4ohFH { width:0.0625rem;height:9.9375rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWnF09Ctlwgv8gqH1ZhoRKHRZQqU9dAx { width:26.3125rem;height:1.3125rem;top:8.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpTSoyC5DchlUHSg5c5nsIqD877dPlsI { display:block; }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF5vr0R56CHRUJGC27M8TcnHMGF7PrQm { width:29.25rem;height:16.402512665677rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i84nAhOZKU1eDNR3gayAv8I66HqpqGnH { width:25.5rem;height:2.625rem;top:16.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #velpakdPcNwObQqfJKJ2z3E4FVERhRDJ { width:26.0625rem;height:1.3125rem;top:14.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk5RksOrEvmfB7mFsDk2CV885MQTRdNV { width:22.125rem;height:5.3125rem;top:9.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svoZ67t63EF6xdZgxupgVrqDblnD75hO { width:0.125rem;height:11.6875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQRUiAONVc4kwG3ITZmadNst8c7pT1a { width:26.3125rem;height:1.3125rem;top:7.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivI0MJcAensqOFFfouSdwEvGsSqZQEnE { display:block; }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll4Tu9aXCnIKFS2pNGXT1nQ48Cp7Ddm6 { width:29.25rem;height:16.402512665677rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW7cMlv5C5G3AfkNU8VCzP9VTCfA4iSb { width:24.4375rem;height:3.5625rem;top:9.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh8NpFxTu6546VugX1DIFcs3ZdbN2FMR { width:26.0625rem;height:1.3125rem;top:13.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWBIGpWoW5xzwcEO0xQiRzyuQsIEzAT { width:25.5625rem;height:2.625rem;top:15.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb7ybHDpQfNzf6txXPJuomeqskTL5wfI { width:0.125rem;height:10.625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0dsPB49rqQgZIsWLBDTU0BJMbmcqdSK { width:26.3125rem;height:1.3125rem;top:7.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 { display:block; }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDQmfmKCoysHB3wyyqdhkERLE0gXAr3T { width:26.25rem;height:5.25rem;top:17.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1LBvXITh4MXQXvSfr2B34CfEC2RfOID { width:26.0625rem;height:2.625rem;top:12.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEpAqv3K7JLFg1qh5t8Df3HoWehvqkyz { width:24.4375rem;height:7.125rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvf8u6xFWZJJAhI0ODcZrlStPa4bgGS { width:29.25rem;height:16.402512665677rem;top:4.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJXflCJpUyoMgTaOSOQs6PNaLuN90EQz { width:26.3125rem;height:1.3125rem;top:4rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1tOZ5N4cHIlNF0bwStIxCzyFgAND9SM { width:0.125rem;height:18rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE { display:block; }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZZ4B7KAyT9yX9Xdeywk5G1hJOVUPkK4 { width:29.3125rem;height:16.4375rem;top:5rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdVRJRpKIT631E9DNnTteWQGVCBSEBmt { width:19.5625rem;height:3.5625rem;top:7.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSwm0ZrzyGkL9VVumkVowm1dQxRVEelT { width:0.125rem;height:14.1875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHgqLbkxGVhKN1xkv1a5mLWDZhbsW8Ty { width:26.3125rem;height:1.3125rem;top:6.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utg9fgvA8zTohouFutT0lC57uMQLuCHM { width:26.0625rem;height:1.3125rem;top:12.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICOXxn0CDFlOrTVI9DnM9bRu8WvgTyiI { width:29.25rem;height:5.25rem;top:15.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 { display:block; }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BISt2IXqR5Tibf1knKAHBxXMycqFcRWB { width:29.25rem;height:16.401882565928rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFBibGrMU7t2G24wNIaUelGXgeDuIX9d { width:21.625rem;height:3.5625rem;top:9rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb7MmccJXWxlzulSgUUD3Oy3owzMx7bZ { width:26.0625rem;height:1.3125rem;top:13.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkrXzPZgqk5xcWFVTtwLnS6gyWHqcvZO { width:26.25rem;height:1.3125rem;top:7.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKaPoKdL3rV93ShiSphc3S82MTrcZsyN { width:26.3125rem;height:3.9375rem;top:15.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMGg5l6bQEfT4yxE1NVIfLWtSTPGnNif { width:0.125rem;height:11.25rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN { display:block; }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6IxgtHZDbiLt4z8u8S9keGUkBay4J0G { width:29.25rem;height:16.401882565928rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBt11GTT2O2leCi42SHOFGgwzntpneLZ { width:24.375rem;height:1.75rem;top:7rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQy5d71E4LNJggymDWrAJ9pBJwo0JMbh { width:26.25rem;height:1.3125rem;top:5.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRqlysRZrU9GCVWFowqFgpHUzrixiNOR { width:26.0625rem;height:5.25rem;top:9.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfUSuLE3qzTGRT41J5FHCuK2cqyGHTe { width:26.25rem;height:5.25rem;top:15.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXhwhosaA27J4W0uJDvJ7aGxcfT8m2lt { width:0.0625rem;height:15.5625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTaC5AFVH0CxAMtK59zvz59V05o92dh { display:block; }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIzEIobq0wpVSIT5QpUhNPG5kJpBiJQ5 { width:29.25rem;height:16.402512665677rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0rkkAaywLuf9eIGr4zFfSK4UBnxiJD3 { width:25.1875rem;height:3.5625rem;top:8.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9fhPUJv9C1eDHEq1cIzkA699U6ENGrH { width:26.0625rem;height:2.4375rem;top:12.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHP13K3r8IroR1IOtCgaWmccy7aBO5S { width:26.25rem;height:1.1875rem;top:7.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6h21R1HKWu1KT3KTEEk09htTfFd4o6J { width:26.3125rem;height:2.625rem;top:16.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITkFGkIdx89C8eKTfIWVHo5G7O74I6yC { width:0.125rem;height:10.9375rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA { display:block; }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZ6r5C1JQrDD5AkW2OARwtUFhnqqpKzC { width:45.125rem;height:;top:3.0625rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKgNsLnONHwWpT5MgBcsqluhRJsTLLon { display:block; }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzrqZtJEIOniuqp7Kzr7zMOv5yHWBptC { width:29.25rem;height:16.402512665677rem;top:4.9375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ6A6pCVdKg9RCgtWF6Guxpz7DRnUOVA { width:9.875rem;height:1rem;top:22.0625rem;left:37.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxDQ7gebDda1oHNqP5Is6Zp3qNy3o3E3 { width:23.9375rem;height:3.9375rem;top:13.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZmMIMsX2airslw7JoGtHuqF7CxDCvsH { width:19.5625rem;height:3.5625rem;top:9.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrzAOm9LQOKnSFzO9FqwbGDVLN7N8UmB { width:0.125rem;height:8rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 { display:block; }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZ8ofA3xkZOaQP3Qxgp9IQ752OfxktbR { width:29.25rem;height:16.402538334091rem;top:3.25rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otgerlHWg8QFDFffUDxl2WVKTrxdnqLk { width:19.5rem;height:3.5625rem;top:9.6875rem;left:0.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJoty7zOToovC91PwUMwI4CehslucLf { width:0.0625rem;height:3.375rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl { display:block; }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnwJTBWiNXzvUHol1v0Qcy86IXi9VKzP { width:29.25rem;height:16.402538334091rem;top:3.375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rup5LmldDZKcgpH1r7OpC0r4x9p86sSN { width:26.6875rem;height:1.75rem;top:9.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfOrUJbkb8u3MuagMLgJgOTiF3gp45xO { width:26.0625rem;height:1.3125rem;top:12.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaqFE1psAMDAeGQl2o027bSd62VaL1sd { width:0.125rem;height:4.0625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ { display:block; }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcvTyrAm33dwhaNUCwuCO7gmymws2yCp { width:45.125rem;height:;top:3.0625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka { display:block; }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPoFRAQIGB8dr9BZu1oZLDQVbTq8msfR { width:29.25rem;height:16.402512665677rem;top:3.4375rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEtWauNzqxkVCeCem3GGpqJSKL80734f { width:26.75rem;height:3.5625rem;top:7.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biFESB7yzob88i4yconwCNktvOTve2o5 { width:26.3125rem;height:6.5625rem;top:11.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysAFLMP7DnhZUqtsxaJIP76wQddmSAKd { width:26.25rem;height:1.1875rem;top:5.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJwSHdTg3JUT2ae3nPn6aVIJD228rcbD { width:0.0625rem;height:12.75rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdnK693PSPHP4677fzdBwP5x7rxtsvod { display:block; }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvJqgy4SdADRioLIMFluZT6uPP4sZvr0 { width:15.625rem;height:3.0625rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0l35SPFdKw65W5ihtCp6oy2xM7xb3yF { display:block; }
 }@media only screen and (max-width: 763px) { #DooVwkr8yTNgGsggPinhFQIphIy851yZ { width:15.625rem;height:3.0625rem;top:24.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3UEIKEvp4MXEntBEcFuOnL1wZHzvOak { display:block; }
 }@media only screen and (max-width: 763px) { #lOw0cRflVWbibTe4WNMJNDLrATeoOXIc { width:28.125rem;height:8.875rem;top:3.875rem;left:19.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnaaLXQow6cD260kpCmNcHDSGCfOZu3u { width:26.5625rem;height:2.625rem;top:13.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPG65sPDpryxntMz4Dm3SRRGWIkp1B1T { width:26.625rem;height:3.9375rem;top:19.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mogc6U4fUmFxEzlPfpoQ1wav4R701CsT { width:29.3125rem;height:3.9375rem;top:13.75rem;left:18.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCrnoblTGyQlzzPolyC68fX7pZMKObSo { width:28.6875rem;height:3.9375rem;top:19.0625rem;left:19.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tywg5CQs0UfyBMOdT2guyJtewV4yfD95 { width:24.5rem;height:7.125rem;top:3.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs2dm25TBtxW0fuPQDg7BAWxTeZorVkZ { width:0.125rem;height:23.75rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx1dDkbL5hE2XrVSFCJvgWkD9p2eaVxB { width:0.125rem;height:23.75rem;top:4.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk { display:block; }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXK9iJ8T3taC8UtdX21mnkM3NgCy4248 { display:block; }#tXK9iJ8T3taC8UtdX21mnkM3NgCy4248 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTfp6zpMoDNGTnHaTtXSFn4b5yxutzxE { width:47.75rem;height:6.125rem;top:4.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-regular-label { width:34.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-text { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-textarea { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-select { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-button { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-checkbox-label { width:33.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191  { width:34.3125rem;height:auto;top:16.9375rem;left:5.46484375rem; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .radio-container { width:34.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 {display:block;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 { width:34.3125rem;height:auto;top:16.9375rem;left:5.46484375rem; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #qq56ZbD304aldhCVln8GEN4xqlMGEi7v {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #gNqTFLGaFVgz0MlKxWJiEJG8hCsauFI7 { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #u95tJW15WW9lmGSSL9L88rSvGnCF2Fsr {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #UFEaxbRalzksbtfhsbhk0BF3gh0mnZ6Q {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #FqtitOfNsPLVaB7u9amgxXXGLX5mHJVo { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #uc3c8J5pBTklRn9zkCGT8WndVb0E2VPg {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #kni83wcwQOxINtTItXH9XPcD61hU6hxs {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #M2ziHKHAWA3MWs5A7VnwWfdxSZvMrIkD { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #qg8ltwyvuqMia91yQeyRSMpJE2wRRN8C {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #LJpaDizCNr6PsdChwi7RSluTAvBww8UJ {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #Gg307M6Ti7DrcBdN4bFRzDcupCiCwgE5 { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #R4yilxqizzS5m4DedBXTKISOu7SJvpPq {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #lKRkekw6MzJhNCrLqTVpgAItTfXCV0Pz {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #wIKpbfXBhis04GeFXVO8xkCQeNlgz3eQ { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #cJR55QqFry91FUx9FRdMQ8xJBRNI6OTM {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #U3cqABWTdKbaHT6RXDuA2q73TqBNO56f {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #CHJS5GILnXQ2kqFSdzUa7sfP32UyIEhd { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #Qb9IPeAfHKuWsyZDePXboCx2f71Dk8pb {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #vfGGWkZGp4skhbf1NClHbETdO3bakTm5 {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #FLsXNd0EKpgQ4H1S0EbwXVNT1NWhpXRK { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #cRLb6FNServb2ZSaLcJWGNIn2wtrpOnT {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #GHZpiiXDCHcnXZ5IhbcKbxfii6x42XgS {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #GFSxlPVrmk68P9ceDol3NtPKDZQicRQJ {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #y0yXZbovdRPi9O8bsGtXZ6fvLmv4VTQg {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #KhPMBIPdpM1fTAe1RKkxCKu3doeVr94d {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #qEvzeXt3esn4Nbg1aNgxLF7XREcxkRPp { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #rSbRruLxPhQqGD4prXf1C2QPgHy4bimS {  }
 }@media only screen and (max-width: 763px) { #JmSwrv8K02F7Zg9pafPZt7qk3RJNfpmD { display:block; }
 }@media only screen and (max-width: 763px) { #zmTynCxAB5KZaCQ5PdMotwkiA51ptDbc { display:block; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #QGTxaSKG0sd0J7uc1oEzzZ1fLkgxq8hu {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #MTHRpCGk5kSD8pJmXnBaJ8nwMENmEIbb {  }
 }@media only screen and (max-width: 763px) { #BGaPMqrgxwktPeIfp9ENPfydo9EASRZf { width:47.3125rem;height:;top:12.6875rem;left:0.18671798706055rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwsZdB3MZ0dSueyOMJQCoiq5f3TNCkPP { width:5.125rem;height:2.875rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqWshDFcXBAlBfJoVFiPfKxDzT8E60gt { width:16.5625rem;height:4.25rem;top:50.6875rem;left:24.46484375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OblK37WTdXIORSawWcZfbfZQaqzn5hrq { display:block; }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmnLhF7T0gWLVKL8axlqbFeO8gJb8Uz6 { width:12.6875rem;height:1.125rem;top:1.6875rem;left:26.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH9dHxo1zRNFAiAsVFiEnTx1TdRvWsys { width:7.625rem;height:1.125rem;top:1.6875rem;left:40.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxiQC42IZ6bhqViNz0Kd3MGaAvkZu9zV { width:10.25rem;height:1.125rem;top:1.6875rem;left:37.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQMhwo0PNIdnpeD2RbUy3TM0yi3Efv35 { width:5.1875rem;height:1.5441855868471rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzQrpWd2Rb39b9uiHOPIufn7JqmeNSOu { width:8.1875rem;height:0.9375rem;top:1.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDmEfEHLMdHOtwTtyi4Ag7Bsa2MOJKlH { width:8.8125rem;height:1.0625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yavdMirhCFXBevbCO6OCMQq2ttnLDeoW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(255,255,255,0.85);background-image:none;display:block; }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row .container { background-color: transparent; background-image: none; }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row .container > .video-iframe-container { display: none; }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row > .video-iframe-container { display: none; }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .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); }#yavdMirhCFXBevbCO6OCMQq2ttnLDeoW > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NT1Eyxm1FdUUHxFXqDe3osncfT743m7h { width:9.3125rem;height:2.8125rem;top:4.25rem;left:5.3125rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr7LptWLGhcH7Natkd6T0X5iRUNELAdX { display:block; }
 }@media only screen and (max-width: 763px) { #lhkwLPOsAlQx73TXTpZJRp6x9cN8SalW { width:8.125rem;height:1.875rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #J2vgztEnTbW1K8tTC5C9S9drRghakyvF { width:9.375rem;height:2.8125rem;top:8rem;left:5.3125rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQEu8vZ3Zs0o3ZJFTdnyMxsro2Kq6IsW { display:block; }
 }@media only screen and (max-width: 763px) { #breESTRNJday2eyBmXTk6rorI9dsVE7c { width:9.291666625rem;height:2.729166625rem;top:15.5rem;left:5.375rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q840Vu1eSxRmfqlVyfQXzvyWGE20sNWK { display:block; }
 }@media only screen and (max-width: 763px) { #duw4xFbBsLJ7l1EiC3C1NHkoGzAL2dRc { width:9.291666625rem;height:2.729166625rem;top:11.75rem;left:5.375rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOgU5UbtIqWqKriee7MHtkdu3qBkiUEl { display:block; }
 }@media only screen and (max-width: 763px) { #Pe01HNfGEGmwJRMtl9GzKv5yHfL9eeJO { display:flex;top:0.65625rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15021;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #mBIgHPJBnvOKCF9EH2VuKQlbKxDW4UKh { width:9.729166625rem;height:2.916666625rem;top:19.59375rem;left:5.09375rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #FiuFTb2MKDzJXJJSfIRQhOF0nSVBVFXv { display:block; }
 }@media only screen and (max-width: 763px) { #D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM { position:relative;z-index:auto;display:none; }#D6GmttU2GtR5XVrpK4AWdEFEgiQVrsRM > .row .container { width:20rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TVm8LHKc6WmtFceLQzTB8MRNBBlPLNul { width:10.9375rem;height:3.125rem;top:0.34375rem;left:2.78125rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMJzOVQpd28hrsKm7JDBGCgbZnmbrPJ { display:block; }
 }@media only screen and (max-width: 763px) { #snFKRsaBCyGgPQCWM4MgJ1sKmgF8JIiA { width:5.3125rem;height:1.25rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRmrsfBgU4pK51Vq5Ms19OTrWiXkgsf { width:19.25rem;height:1.625rem;top:7.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlmDiuaGSG4yw2mfsJRUru8JwlHRO6g0 { width:10.9375rem;height:3.125rem;top:0.34375rem;left:3.4375rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRf4vGTD93UIEyuBHlrkEhwhk80UMqVx { display:block; }
 }@media only screen and (max-width: 763px) { #qWJSAVD32WR1QTviIoxdmxStSthmyLMo { width:10.9375rem;height:3.125rem;top:0.34375rem;left:5.625rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBWf9RWctmJMge7geygEVUve7aRQlflF { display:block; }
 }@media only screen and (max-width: 763px) { #z2onAzaSEEUdQPm1f0IxCLr6IE6uAShG { width:10.9375rem;height:3.125rem;top:0.34375rem;left:4.53125rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf66px9u2O41Tr0yK48P1TvTgMNoxFRb { display:block; }
 }@media only screen and (max-width: 763px) { #xiSM9SqJEqRqQr33AbX6HFZ0yQOPdv55 { width:9.8125rem;height:3rem;top:4.71875rem;left:5.0625rem;font-weight:700;font-style:normal;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e640X7qUR7DMu4mGRwb6IAsyUGuBTRT1 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(255,255,255,0.7);background-image:url("https://images.assets-landingi.com/uc/df9ca2f0-79f0-4af5-b577-2ab44518cee1/Akademia_sensodyne_haleon_v2_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KMnrxWbdDehXcDZMuxCkT8QDEiF2dyZf { width:20rem;height:4.5rem;top:22.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kZ0qJqGnKWDAH1mXznhzZiDOnthckuQf { width:20rem;height:1.44348125rem;top:28.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;color:#213f7c;display:block; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-form-header {  }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#2b2b2b;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#2b2b2b;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-select { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#2b2b2b;font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-button { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#e84913;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f7f9f9;width:17.5rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0rem 0.9375rem 0.625rem rgba(247,249,249,0.25) ;font-style:normal; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ [class*="-text"]:-moz-placeholder { color:#555352;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ [class*="-text"]::-moz-placeholder { color:#555352;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ [class*="-text"]:-ms-input-placeholder { color:#555352;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ [class*="-text"]::-webkit-input-placeholder { color:#555352;font-family:"open sans";font-size:1rem;font-weight:400;font-style:normal; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.875rem;font-weight:400;color:#2b2b2b;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-container:first-of-type{padding-top:0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-container:last-of-type{padding-bottom:0;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ  { background-color:rgba(247,249,249,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0rem;top:13.4375rem;z-index:100003; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:400;color:#2b2b2b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ {display:block;}#aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ { background-color:rgba(247,249,249,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0rem;top:13.4375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #mnnXcwQRfSHuyUyzse8awftZDy8kwXbw {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #PAOiT0Z5f21hb56polegc0EVKOlxcloc {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #sTThuGcBaPBiynrEgGK6y9VTZdeAIV40 {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #d7Kr4mZquBwSy1gIp1JwddTGQfwKHbzB { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #WNUPTC4xDceIt6ou4CTX08o5iuAXyQFW {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #kVqUviLRsEtLe4NUxNevUqtt9gibki7g {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #VJWLTM37Jea7ozkCxoWxL9SOOVqHiOJA { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #HPNO6pIEXWoFN9LaalThgsJ8IqxxpXzT {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #iW4Vk7lerM42N7xTJ9ip0kBXwXVoUbrK {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #ggwom044vreU2ByzPVfMkOr4rJ76S7Tm { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #TS0XQ6nPvK79H2vE0EH4FxpXcbyn7kPk {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #gs2meA2Ak18fswyvqkEZiMrhmo2lIhAx {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #I967S2N2MC8RGdweFHcNcS6ykk2xHHp0 { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #FU7UybgGTixfFHFSJVeGGdQ4IGa1ACOm {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #tkcy5l8xvI7DvVSvpllo2uscVFTggTEF {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #NWEb0t0X2TNwMwcl36iRQzLltsQqfTKG { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #Lm4Nku2vrp3uDFivwfHn2tb0XTsHxAtV {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #FOWeiG0TVcss5nEiqkxSQhcy3SPABpBW {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #yJJPRPKArtxVk3E1GB2ATQhAcXgt4qMG { display:none; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #VuoRfwUEaIAhTONtAzF2OwEOvoJPqikC {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #bMs50VJQKDJpwVfUwsAbSucG9FVuvyGD {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #lEvbK4tSc5G1Kp8gBoQoW7zBRn8Je4uX {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #unlKEnunNSJQC8wEqt9KH7EtDwebINN4 {  }
 }@media only screen and (max-width: 763px) { #NR7SivggLD9Du3wvxkUSpxM76XZLVp57 { display:block; }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #BRE5uNcCSiBRLCVhkFCrs5QCRWxgn7k6 {  }
 }@media only screen and (max-width: 763px) { #aDfCf6EOcvISEqTuFThb5VIhTGbDStQJ #xK34DlSe3nTEZA2sFXP1T8Er8Q9v6TIk {  }
 }@media only screen and (max-width: 763px) { #lAROX6Jgv1KLnmF84LVbO9blZ5ZUe35I { width:13.875rem;height:3.1875rem;top:31.8125rem;left:3.0625rem;font-weight:700;font-style:normal;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(174deg, #213f7c, #1b2152);background-image: -moz-linear-gradient(174deg, #213f7c, #1b2152);background-image: -ms-linear-gradient(174deg, #213f7c, #1b2152);background-image: -o-linear-gradient(174deg, #213f7c, #1b2152);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#213f7c', endColorstr='#1b2152' );";background-image: linear-gradient(174deg, #213f7c, #1b2152);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UO14Ml0ot4DUBaXoghQG7TZJ96JdmfTI { display:block; }
 }@media only screen and (max-width: 763px) { #tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT { display:block; }#tnN8CCAFDdSZvZUSQGOVV4zNrCs26oLT > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erpIwwBNSSv1DctwWckX9Wc0TEnJncnO { width:20rem;height:1.6499rem;top:1.33203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btsE461QUqmK2CyZziWC7XUFfkR1FfWf { background-color:#f6f3f3;background-image:none;display:block; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container { background-color: transparent; background-image: none; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container > .video-iframe-container { display: none; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row > .video-iframe-container { display: none; }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .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); }#btsE461QUqmK2CyZziWC7XUFfkR1FfWf > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIHvbSPPg8ARKJlpigiikewXLT0x0hG { height:11.2135625rem;width:20rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN24SUGAKblvoO2Mm2a3n8GPzSayDd1w { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2rB558n6SApEeyADI7VvrenlgoqwdQr { width:18.75rem;height:1.125rem;top:2.999267578125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH1Bn2J2uW0tHHoA58xwPfZP1OOvkX1N { width:18.25rem;height:4.5rem;top:11.221355438233rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utww9xnQz2BNNRWFp83vsV0z6oCauyUU { width:18.6875rem;height:5.84895625rem;top:4.7486981153488rem;left:0.93684899806975rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZdhlv3pTnLHHU8vvqStdXyKgoeqlDqe { width:16.875rem;height:2.4375rem;top:16.218751907349rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCIgNdFgQGXRVfNs7s3lbB7ADnzEVK5h { width:0.0625rem;height:15.125rem;top:2.8385410308838rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0H2Gu7ADPQ4USZ4RIgvXzRmvDuAdLBU { width:0.0625rem;height:15.625rem;top:3.134765625rem;left:-0.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 { background-color:#f6f3f3;background-image:none;display:block; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container { background-color: transparent; background-image: none; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container > .video-iframe-container { display: none; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row > .video-iframe-container { display: none; }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .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); }#B5aVLTzFrxlUA7U2UbzC3ev4JEiGyWb7 > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDvvVdq3HqRTCnw9dBGiTuLN34ySCArD { height:11.213875rem;width:20rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvBEZbVDCg3i0PdbzxMhfyTr9oL5AoUx { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDya58dyT5eRhI1GhWXgxoV6eL15urBh { width:18.75rem;height:1.125rem;top:2.999267578125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSsbT3lXtZxZmyFfzLO95yLBg5XT8zml { width:18.25rem;height:3.375rem;top:9.6503925323488rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXLhQ5sJSPKCwV9oUJ5RmItlVkgpBKuQ { width:17.6875rem;height:4.38671875rem;top:4.7490234375rem;left:0.93701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU0f89sZIHUO3Guc62pbJM3IRqinb09q { width:16.875rem;height:2.4375rem;top:13.567708492279rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psio2Am5Tu0nwa4VNOvL95qXGVBbwrvK { width:0.0625rem;height:13.125rem;top:2.8388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut { background-color:#f6f3f3;background-image:none;display:block; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container { background-color: transparent; background-image: none; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container > .video-iframe-container { display: none; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row > .video-iframe-container { display: none; }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .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); }#Z8M6lOq1oBTxTZwmUbQ05JohRTS8dyut > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0oveqtKUrnAbpsFoEOzXSau4lI8IdUP { height:11.213875rem;width:20rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz9TvQMzFx5vK9prvBnevGVOyWrBsEZy { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyMpyroIP0Qz1BMr9H4W4kUL6llQgpRF { width:18.75rem;height:1.125rem;top:2.999267578125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ8Tee7P9cWcX8LekQBUDXucNWyo1VMk { width:18.25rem;height:2.25rem;top:9.6510486602781rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVVPTUm8S5ceq36PSppICl5WJab3GUQ0 { width:17.6875rem;height:4.38671875rem;top:4.7490234375rem;left:0.93701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcVcSLXLuuXI94UtuyfZ26chqtnMyhxP { width:16.875rem;height:2.4375rem;top:12.837884902954rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkDHzuSEAQFBTuWTeoJN12pIZvxDkDgo { width:0.0625rem;height:13.125rem;top:2.8388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U { background-color:#f6f3f3;background-image:none;display:block; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container { background-color: transparent; background-image: none; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container > .video-iframe-container { display: none; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row > .video-iframe-container { display: none; }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .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); }#flGEEU3vywq6NVLfkyMS5k2UiKqtRf8U > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #thwhpAvpZ9XXzFg7ILwmEroyCL5CFQT4 { height:11.213875rem;width:20rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNBTEmC4fqTfFW5RWaqxgS2ccUG3kD4f { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZSh9KBdLO15vQ10RrM9nmVxQ8vFL4B8 { width:18.75rem;height:1.125rem;top:2.999267578125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAQF5zPSqVzkrWfdryzVHd6ptfoX1aWq { width:18.25rem;height:2.25rem;top:9.6510429382325rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAKh1qrAvqTlQfZrwT4Z4Q5M4dMouWBE { width:17.6875rem;height:4.38671875rem;top:4.7490234375rem;left:0.93701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMUeyufs0mdMlSnv7kaR5v2KniwBAx11 { width:16.875rem;height:2.4375rem;top:12.525392532349rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQU2m8FfFyQMxRrshTaSeSVDTCpDTIX2 { width:0.0625rem;height:13.125rem;top:2.8388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 { background-color:#f6f3f3;background-image:none;display:block; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container { background-color: transparent; background-image: none; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container > .video-iframe-container { display: none; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row > .video-iframe-container { display: none; }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .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); }#BIU8tJrvra1Vg9fzqbsEaXi7SNgHXs97 > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIATEul51DJnL0aRGcTh8M0VGU8K3KfX { height:11.213875rem;width:20rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqnpGIsvo3TKEgEF5bknndNzk5XpFbOi { width:19.1875rem;height:0;top:4.6875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCvOc3UkCQq6hTi4q7LNFluTdHTkAwqg { width:13.25rem;height:1.125rem;top:3.625rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXJrVuex9Qutiracx9f5c0WHPLeGK6gQ { width:18.25rem;height:3.375rem;top:8.8125rem;left:0.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGCNcTMyZtGCbg1c4SAiPXCNpKq8QiWG { width:16.3125rem;height:2.92448125rem;top:5.3125rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAr24fwp3hJ2Kg4DqTHoBu43JACEQmGp { width:16.875rem;height:2.4375rem;top:12.75rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFo0ORdlGcOwCsnAvw0RCl49U8W0SGzT { width:0.0625rem;height:13.125rem;top:2.8388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO { background-color:#f6f3f3;background-image:none;display:block; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container { background-color: transparent; background-image: none; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container > .video-iframe-container { display: none; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row > .video-iframe-container { display: none; }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .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); }#rpyUM5HskL0rFr7iXVJCCxfAkaIwDlMO > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkSbtOZNHGxJdTubAoc1k2eRiAUWUnal { height:11.213875rem;width:20rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3rlqF3o9AFs5AL8IV7AAaTypaXLaRdL { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH0KoySlkPnIEKfL1sIuw0KvB0TeBxu3 { width:18.75rem;height:1.125rem;top:2.999267578125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0P1o0GizSOQ2yX8QKZZwl0o70DmeZiH { width:18.25rem;height:3.375rem;top:6.7138671875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTV71bR9K7PPtqLoKb311tXMXbZrGbbt { width:17.6875rem;height:1.4624rem;top:4.7490234375rem;left:0.93701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDfRlvkJwfGD9Qk0rmReH7Vpeu6rksAO { width:16.875rem;height:4.875rem;top:10.7763671875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkcuswevLQ3QnTS1mNNohQaP6bmgnKH { width:0.0625rem;height:13.125rem;top:2.8388671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp { display:block; }#RVVeGkg2bhHrZ2QruTGc2TgPKwezK2Mp > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJUwggI1NTt5XSwGvEWCvrudzLT9WEou { height:11.213875rem;width:20rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsDbKV6NmNIVQT3fEnXkT8ChR2Cz2uuX { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUGHOMCneV1TGT8wcMUdToNGAU3MpEfl { width:18.75rem;height:1.125rem;top:2.999267578125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9tQ5Z3QoLIq8PoyKU4QxRUyoQpymIg { width:18.25rem;height:4.5rem;top:9.87255859375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1nUUzaz9C6GL24WMCqX6pdBBux8TxMU { width:17.6875rem;height:4.38671875rem;top:4.7490234375rem;left:0.93701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TluPwsF8BRnwNlMtRoNz97tqZ2EiEl0F { width:18.8125rem;height:4.875rem;top:15.125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN3qJ1JhI7cr6uFKUOv7Fihy6tnVh3CQ { width:0.0625rem;height:16.875rem;top:2.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1CwInus2kQJFsBbMZUvFdLpDHyVltgl { background-color:#f6f3f3;background-image:none;display:block; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container { background-color: transparent; background-image: none; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container > .video-iframe-container { display: none; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row > .video-iframe-container { display: none; }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .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); }#U1CwInus2kQJFsBbMZUvFdLpDHyVltgl > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbeprvIqpkkwZMbNonCAf0RCep4Dx1QO { height:11.213875rem;width:20rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTnRnVgn9UK1hXNZFtv4WeBm9N48atud { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzIMHUszxczX7037PBOgvdXTGVlB6EXD { width:18.75rem;height:1.125rem;top:2.999267578125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2aMKIa3paSG9SXrFT9mT2vsf3D8vnO { width:18.25rem;height:5.625rem;top:9.87255859375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2OSm4pyKyMJ6NKUiVM72DPe4w6sTHBq { width:17.6875rem;height:4.38671875rem;top:4.8115234375rem;left:0.93701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URobB8q5k4BRW1oEya2h1BgKkXEnzy5n { width:17.5rem;height:4.875rem;top:16.24755859375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpC2OIcdvXz2meALwkGJiZa6buz2vgeq { width:0.0625rem;height:17.8125rem;top:2.9990234375rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX { display:block; }#ygpgdoJDkcwoXdF91iq4AVQld4lTWBxX > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbJMU0SsKSHh7KvULZFesXVsaWZmtnuS { height:11.213875rem;width:20rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgnNJR9W2gcUhmlRzOI4aLNoWIw5vErt { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyL8FytvGx5qFCJ2hmmXkIE5BAdXW2WD { width:18.75rem;height:1.125rem;top:3.1240234375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3p7aJ4lABKBD6pRFZaEkFwcRGqWZ9FK { width:18.25rem;height:4.5rem;top:11.37255859375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAmbTE8NkTEg7cCJW0hoA7sbTTDGAKkr { width:17.6875rem;height:5.84895625rem;top:4.8740234375rem;left:0.93701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqbAlAftvswAAcLleVN6VRUrOa1zRVHi { width:0.0625rem;height:15.5rem;top:3.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJpzFvtBy9oKI2Ktx1vtRZlHCiZTMOmI { width:15rem;height:2.4375rem;top:16.62255859375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu { background-color:#f6f3f3;background-image:none;display:block; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container { background-color: transparent; background-image: none; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container > .video-iframe-container { display: none; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row > .video-iframe-container { display: none; }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .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); }#esWdQ9fexkfWk6NNE1Lvt5aGOcVJTfEu > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOsBL40Pt3qiDO0QDLqZmX2RnJHFvTwq { height:11.213875rem;width:20rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkvfNdR6UNT6FNhcVg5HUVGCBo8cOrpA { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKD2JU0ZgqqcU3GHcdiXTWJLv8cDtzeZ { width:19.1875rem;height:2.4375rem;top:14.7021484375rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ImFT2zduEEuJ1NrmPWH6P4csysXUap2X { width:18.75rem;height:1.125rem;top:2.9365234375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymKJmOLyE02h8RAxWK2tEzxpKx2R6NSM { width:18.25rem;height:4.5rem;top:9.49755859375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIus8TE32QLJWp4SM5Jk1TsJ3spASROi { width:17.6875rem;height:4.38671875rem;top:4.3740234375rem;left:0.93701171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnpEDw7phWKA4ndgyoqzBVqIqidxzUO { width:0.0625rem;height:14.1875rem;top:2.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 { display:block; }#ohmWTU42lVPAHSMRRRvQIQsxb31FVDU0 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5IbsdKETLU24ZU6MXSxQwJsXJHxVQLH { width:19.0625rem;height:4.38671875rem;top:5.0625rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UoPAel6GmWvwInNLRd688D225iryz0JE { width:17.4375rem;height:4.875rem;top:14.3125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFta1AT8vmXdJnGm8wicCsS9FMOUFqTe { width:8.25rem;height:1.125rem;top:3.0625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQnJCvqOZIH8VlXzUaAuUqwwKzST2JuN { width:0.0615234375rem;height:15.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDoZyDnbfJTg04xHiMpeL6Qk79CQog6Q { width:18.8125rem;height:3.375rem;top:10.25rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FevAO5rIZ5hU3I14DQ5iyT11TnSR1TX2 { height:11.214875rem;width:20rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T { display:block; }#IzhGxIH3TTyhl4aZTTsU2nfkJbEH4g0T > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saZK0LnJeARAko2as4X9zrG54dXZc2IJ { height:11.213875rem;width:20rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5FPnQngBAIALqN8VnkGGnC1Fl8dB89X { width:19.1875rem;height:0;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVvoivX2qrLI4SM5sUNUvW42TICIoNoJ { width:19.0625rem;height:2.4375rem;top:16.2646484375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N83ZDels4BrZcowZk9VLkQNAUw6IGRxt { width:0.0615234375rem;height:15.625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAma2oMcI8CPqt0uZwqV1msMgAGVxW0R { width:18.75rem;height:1.125rem;top:2.999267578125rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXfv9B16vJEGVgzPuMVx4y1lFGbXk66I { width:18.25rem;height:5.625rem;top:9.935302734375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhmZ38TIpDRa4mOAtgwwuwSPt2K1Kwse { width:17.6875rem;height:4.38671875rem;top:4.874267578125rem;left:0.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae { display:block; }#Uoas9ceEqzkFHhde5dZZ8eolBeQCfAae > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yi3ENiSi9USxB6T9gLZhJtxeTkl8CiO1 { height:11.213875rem;width:20rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KARwauC2ePPxTz2CXvV8MIRupArEfKcq { width:19.1875rem;height:4.38671875rem;top:4.875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC4m742k92mu4GeWZVgTTDARnniwUEql { width:19.0625rem;height:2.4375rem;top:15.875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRA59eb2LbZ369CsNmqT8g3HX1RX4hBu { width:0.0615234375rem;height:15.625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL42DrAQ691xCuGODmRhwNpPJL50XnFo { width:19.0625rem;height:1.125rem;top:3rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgD5Mn2vWNNsws7kzRodfXtTrsvLkq6J { width:19.0625rem;height:4.5rem;top:10.125rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM { display:block; }#xnWZ3MmtmzAtzESofDQx2bbvSKDfTlTM > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cD8CeOA4vW8Wr6GZNSKzLBEbqrznNZEq { width:19.0625rem;height:1.4624rem;top:5.0625rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #avtaFUK5qqQbNrIb4pol47R4HQyXaxHQ { width:17.4375rem;height:2.4375rem;top:15.375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEkqnxRbatG9xz2Qhl1UeTQiCpMeKT1d { width:8.25rem;height:1.125rem;top:3.0625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkVIBrm3TeLAxkP0TFS85kOttwf0Ab6B { width:0.0615234375rem;height:13.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlWRf0KR2AQMqFA65cJMbExox3SqusOw { width:19.0625rem;height:6.75rem;top:7.25rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eudeIn5GD75k89T0ClyQoPMqQWEivhSz { height:11.214875rem;width:20rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq { display:block; }#ZwdnHyeFWx7oycEdL2cglcXsU3PlcIGq > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwhIz8So8LfyizB98wS4l3eToVog8ffs { height:11.213875rem;width:20rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIC4aOqL02KpRl7TOfSsD20VVei0r5JW { width:17.625rem;height:4.38671875rem;top:4.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1gcbKgFpLgmKJ3rE7Pl6P9XrfuCIZqu { width:19.0625rem;height:2.4375rem;top:17.4375rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TJlZ44XscT4yxxDnQpKdoi3yr8TZZ6 { width:0.0615234375rem;height:16.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz13AtwW6TnXcnnisCDCs9qxGrFMxf5S { width:19.0625rem;height:1.125rem;top:3.0625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv8TUEP1nqgTNI8K8DRkISSXvXwX6d1g { width:19.0625rem;height:6.75rem;top:10rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6TOn4NEJI8b9exRegF5WmH782HRnVr { display:block; }#Xl6TOn4NEJI8b9exRegF5WmH782HRnVr > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVMo9T2Xo0XKgoJZWR6MVZd1GvnzcbyH { width:19.0625rem;height:2.92448125rem;top:4.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU0FyAW3Llua7tLUE8PC9w1ATkVBUHy4 { width:17.25rem;height:2.4375rem;top:11.125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiwe3B8ffOcpOc2oX7THUMG1bPJ40GrV { width:0.0615234375rem;height:10.3125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woGg0bcoGGvmCRZFvSIAwFV4CvMgsqA5 { width:19.0625rem;height:1.125rem;top:2.75rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqnChHCKOtTC1GJBHDrbmaoVZzOLvMVH { width:19.0625rem;height:2.25rem;top:8.0625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTQDXD7LqmqeBcldGlsGPT0MyJ2uEfv { height:11.214771125597rem;width:20rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZtpRShrL2asRFCZsABUdxkcTPC14wLZ { display:block; }#aZtpRShrL2asRFCZsABUdxkcTPC14wLZ > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkkB9vBQuZOfBAwT52sm244kUd3CRlKi { width:17.625rem;height:4.38671875rem;top:4.4375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTl4myxaBv16AKpltSH7M3lXDpBRCfbF { width:17.25rem;height:2.4375rem;top:15.125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M513JXrEMf9TtX5SnCneeaTETDWGC3PR { width:0.0615234375rem;height:14.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Rym8ZddWXT4RSpmEMlQTfr9WXh9bsf { width:19.0625rem;height:1.125rem;top:2.9375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcm4qwTeLZDzd57NnqGCnNJ9e9O9baZZ { width:19.0625rem;height:4.5rem;top:9.8125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXsyDTum14nf8X5BbyZzLrLTEUOSDfMf { height:11.215410826728rem;width:20rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGMmSVwL6QueXfACUSHmbiDESbDVOEbV { display:block; }#bGMmSVwL6QueXfACUSHmbiDESbDVOEbV > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvQ6H5F2CeEG5mJ6rXCvbv3fXLsRbQTE { width:19.0625rem;height:4.38671875rem;top:4.6875rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tlWGSc3QUohLCzh8185yOUt8RhqlpGxc { width:17.4375rem;height:2.4375rem;top:14.8125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWPOcUZ0fMntRnTELAkBztLJpEUtSMTn { width:19.0625rem;height:1.125rem;top:2.875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWdUd0nRkhlw3FTPPxX5Stq4QXGarJxv { width:0.0615234375rem;height:13.875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrLDZLbuNx8y1LxxcBZIeO5t7qToGm8 { width:19.0625rem;height:3.375rem;top:10.125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyUx73V9dpwDtPFSbuLQAurdhUyPcCnm { height:11.214771125597rem;width:20rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe { display:block; }#ihg13fHiZ0c1hdwa6tzGthxhSxEScCoe > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQFEHtgxlFQUh4uh5sqoUkkwFo6dRa8t { width:19.0625rem;height:5.84895625rem;top:4.75rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LReqvHfbykJJJphsDE5XbKlXb2wxTfiM { width:17.25rem;height:2.4375rem;top:16.75rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKHF1QEJeEn6ukZ3nPQd6xCmDOLsqz5S { width:0.0615234375rem;height:15.5rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0EvGACRfLlyDC3ATWSHGuOXDJPWMvKG { width:19.0625rem;height:1.125rem;top:3.0625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtfzbfoRPm6LCOvGffANIrw2CveaRtiS { width:19.0625rem;height:4.5rem;top:11.5625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qegrObE0LfrvQHQHl76NhGiby9BOaVmG { height:11.214771125597rem;width:20rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 { display:block; }#LHEznBIiObk2n4rPK6Ec4kQW5QSBpMK7 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEo2fOsPTIA893FMxtKfPIg1yoEik2Rl { height:11.214875rem;width:19.999rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arnLzPpy9s5864iBuVPX6t7OlL7gcS81 { width:16.125rem;height:5.84895625rem;top:4.625rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xVWK83GhTJbxpCbctsDuy5CG9pyi61lt { width:19.0625rem;height:2.25rem;top:16.5rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2uNdg0LIg4wASAqSVHbMSnbI5d3m0nX { width:8.25rem;height:1.125rem;top:2.8125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAvx84vGuR8Q0UHoHRJkAyJTZcF7E4Hb { width:0.0615234375rem;height:15.5rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmAb3u7DDBbV100HXSw1u3xkeiJlKmUF { width:19.0625rem;height:4.5rem;top:11.125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae { display:block; }#bbdbeF4TwQ1kz7fpJMamEwr3SzefhNae > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTVVAuIAxhUNEnpVPu0asA1FUI9cJW1S { height:11.213875rem;width:20rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOV63UQhdzm3Xi0BH8ScdiXJ6DAkMU3G { width:17.625rem;height:2.92448125rem;top:4.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT2usp37TWZU6GTgeTvTgFXEpr2TTHpe { width:17.25rem;height:3.65625rem;top:11.625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMNl2Xwmp1XBkTDGaXNq127bye35uBeO { width:0.0615234375rem;height:11.5rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbdZSQyLT7lyFy157nxuOyoCukqpGWvF { width:19.0625rem;height:1.125rem;top:3.25rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOTVndQhRsnZldb8F65AnseE0DAWpb9Z { width:19.0625rem;height:2.25rem;top:8.5625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 { display:block; }#W5IToQH5QPIbwhMueIiAT5DBDr0B3oD9 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhQPMWZRClgraXqiSQ2QFm9zk8PSv15i { height:11.213875rem;width:20rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mov625yW8dP4Nq1GFxP4qJx2b2TT90WE { width:16.125rem;height:1.4624rem;top:4.75rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #htrXyJxTVbLXPBFpgQgLPD8lhmO157hz { width:19.0625rem;height:2.4375rem;top:8.6875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWidn3tBGqBeSsqnLHEkf0iHf1HLsMx7 { width:0.0615234375rem;height:7.625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paZ7PJqps0fX5SWH7BWvQECuqQOW6ZaF { width:19.0625rem;height:1.125rem;top:6.9375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ8ZlKfOZzqgHp0ufq7a0CGDQaqt6fnu { width:19.0625rem;height:1.125rem;top:3rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU { display:block; }#uFSSmFmd4JdXLhSxkfLcQ3SdQ0RaGRAU > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LluaI8LhRCRx34ZTzubW4a3Qd9zekQsC { height:11.213875rem;width:20rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdPwwgpBHqJ4GdCIMy6spIiqs0XuHrcz { width:19.0625rem;height:2.92448125rem;top:4.25rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpuLupm8xkopw6D6QaW3mFAtQ73RrSuI { width:18.8125rem;height:2.25rem;top:7.875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZm1KGKMtTwpylQ4cSqr0lVZLQqzaBxs { width:17.25rem;height:3.65625rem;top:10.6875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3pZbE1IdKhBCvWsNUKQPeVddNJzkhET { width:0.0615234375rem;height:11.125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsHVDWffQwQaHf9c3JDTy5yfkOTbb2UR { width:19.0625rem;height:1.125rem;top:2.75rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh { display:block; }#Ael0eIDdxDRUrwiN3oGxAaFNChou9qGh > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AVDXsuhENa6hxPsmxaXIbZD2kHqiTIWP { height:11.214875rem;width:19.999rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QafDvThL1teVNxEan9IDadHxPeXTd7KB { width:19.0625rem;height:3.65625rem;top:10.8125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQR4Et5VgpEUFD6gRg14nVsqME6BAHIy { width:17.6875rem;height:2.25rem;top:7.9375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k90aIZPdgVgLE34hifTadWDXr3p49TEC { width:19.0625rem;height:1.4624rem;top:5.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkRlMUh9UggQ6qwtKFznK9ZRr6KcT21g { width:0.0625rem;height:10.625rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsnXErAnnClMMMd691XsoNdlKwC2Fi3o { width:20rem;height:3rem;top:28.625rem;left:0rem;font-weight:700;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k84H6WbizRtAMpzR0tvTAVqC2qhdtcfR { display:block; }
 }@media only screen and (max-width: 763px) { #yfLia78msuKDxOSWa0lyuXfKCfe4mlFQ { width:19.0625rem;height:1.125rem;top:3.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5F74GuClrrWPf0OTxImRlm09mVVkOP5 { display:block; }#S5F74GuClrrWPf0OTxImRlm09mVVkOP5 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Euxz6Xg4KkHU2FwvhLBJq4PsfJArxtJE { height:11.214875rem;width:19.999rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ACX5CWpnE4JeUbvBswiahbg0eJZXMR { width:17.25rem;height:2.4375rem;top:10.3125rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNzgQWWPFh5dlVNU6VvWTJgGwbVaxFlV { width:19.0625rem;height:2.25rem;top:7.375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4B6Jgk9lpvnr9VNddAhbGeyKbP1zdnU { width:19.0625rem;height:1.4624rem;top:4.875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0p5ft4qHHUagXJA0hxJKRRdAUy4ohFH { width:0.0625rem;height:9.9375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWnF09Ctlwgv8gqH1ZhoRKHRZQqU9dAx { width:19.0625rem;height:1.125rem;top:2.75rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpTSoyC5DchlUHSg5c5nsIqD877dPlsI { display:block; }#OpTSoyC5DchlUHSg5c5nsIqD877dPlsI > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MF5vr0R56CHRUJGC27M8TcnHMGF7PrQm { height:11.214875rem;width:19.999rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i84nAhOZKU1eDNR3gayAv8I66HqpqGnH { width:17.25rem;height:2.4375rem;top:11.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #velpakdPcNwObQqfJKJ2z3E4FVERhRDJ { width:19.0625rem;height:1.125rem;top:9.625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk5RksOrEvmfB7mFsDk2CV885MQTRdNV { width:19.0625rem;height:4.38671875rem;top:4.875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svoZ67t63EF6xdZgxupgVrqDblnD75hO { width:0.0625rem;height:10.625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQRUiAONVc4kwG3ITZmadNst8c7pT1a { width:19.0625rem;height:1.125rem;top:3rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivI0MJcAensqOFFfouSdwEvGsSqZQEnE { display:block; }#ivI0MJcAensqOFFfouSdwEvGsSqZQEnE > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll4Tu9aXCnIKFS2pNGXT1nQ48Cp7Ddm6 { height:11.214875rem;width:19.999rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW7cMlv5C5G3AfkNU8VCzP9VTCfA4iSb { width:19.0625rem;height:2.92448125rem;top:4.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh8NpFxTu6546VugX1DIFcs3ZdbN2FMR { width:19.0625rem;height:2.25rem;top:8.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whWBIGpWoW5xzwcEO0xQiRzyuQsIEzAT { width:16.4365rem;height:2.4375rem;top:11.0625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb7ybHDpQfNzf6txXPJuomeqskTL5wfI { width:0.0615234375rem;height:10.1875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0dsPB49rqQgZIsWLBDTU0BJMbmcqdSK { width:19.0625rem;height:1.125rem;top:2.875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 { display:block; }#DPha1VQAsHVxafNZ7TWpyc5oWObpp6h8 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDQmfmKCoysHB3wyyqdhkERLE0gXAr3T { width:19.0625rem;height:6.09375rem;top:15.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1LBvXITh4MXQXvSfr2B34CfEC2RfOID { width:19.0625rem;height:2.25rem;top:12.125rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEpAqv3K7JLFg1qh5t8Df3HoWehvqkyz { width:19.0625rem;height:5.84895625rem;top:5.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMvf8u6xFWZJJAhI0ODcZrlStPa4bgGS { height:11.214875rem;width:19.999rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJXflCJpUyoMgTaOSOQs6PNaLuN90EQz { width:19.0625rem;height:1.125rem;top:3.4375rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1tOZ5N4cHIlNF0bwStIxCzyFgAND9SM { width:0.0625rem;height:17.625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE { display:block; }#tloMiBRmW3W1btd8BwTwJZ5LwVaQgffE > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZZ4B7KAyT9yX9Xdeywk5G1hJOVUPkK4 { height:11.214875rem;width:19.999rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdVRJRpKIT631E9DNnTteWQGVCBSEBmt { width:19.0625rem;height:2.92448125rem;top:5rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSwm0ZrzyGkL9VVumkVowm1dQxRVEelT { width:0.0625rem;height:15rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHgqLbkxGVhKN1xkv1a5mLWDZhbsW8Ty { width:19.0625rem;height:1.125rem;top:3rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utg9fgvA8zTohouFutT0lC57uMQLuCHM { width:19.0625rem;height:2.8125rem;top:8.5625rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICOXxn0CDFlOrTVI9DnM9bRu8WvgTyiI { width:19.0625rem;height:6.09375rem;top:12rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 { display:block; }#TMFzIKB6zz1TSqrZs6wDe05z4S2fFaw9 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BISt2IXqR5Tibf1knKAHBxXMycqFcRWB { height:11.214875rem;width:19.999rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFBibGrMU7t2G24wNIaUelGXgeDuIX9d { width:18.375rem;height:2.92448125rem;top:5rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb7MmccJXWxlzulSgUUD3Oy3owzMx7bZ { width:18.5rem;height:2.25rem;top:8.25rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkrXzPZgqk5xcWFVTtwLnS6gyWHqcvZO { width:19.0625rem;height:1.125rem;top:3.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKaPoKdL3rV93ShiSphc3S82MTrcZsyN { width:19.0625rem;height:4.875rem;top:11.0625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMGg5l6bQEfT4yxE1NVIfLWtSTPGnNif { width:0.0615234375rem;height:12.3125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN { display:block; }#kSklNXOe1xaMLu6BolvmWtUNqVfyiFpN > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6IxgtHZDbiLt4z8u8S9keGUkBay4J0G { height:11.214875rem;width:19.999rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBt11GTT2O2leCi42SHOFGgwzntpneLZ { width:19.0625rem;height:1.4624rem;top:5.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQy5d71E4LNJggymDWrAJ9pBJwo0JMbh { width:19.0625rem;height:1.125rem;top:3.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRqlysRZrU9GCVWFowqFgpHUzrixiNOR { width:19.0625rem;height:4.5rem;top:7.25rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfUSuLE3qzTGRT41J5FHCuK2cqyGHTe { width:19.0625rem;height:4.875rem;top:13.1875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXhwhosaA27J4W0uJDvJ7aGxcfT8m2lt { width:0.0615234375rem;height:14.375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTaC5AFVH0CxAMtK59zvz59V05o92dh { display:block; }#BCTaC5AFVH0CxAMtK59zvz59V05o92dh > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIzEIobq0wpVSIT5QpUhNPG5kJpBiJQ5 { height:11.214875rem;width:19.9995rem;top:19.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0rkkAaywLuf9eIGr4zFfSK4UBnxiJD3 { width:17.625rem;height:4.38671875rem;top:3.0615234375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9fhPUJv9C1eDHEq1cIzkA699U6ENGrH { width:18rem;height:5.625rem;top:7.904296875rem;left:1.99951171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHP13K3r8IroR1IOtCgaWmccy7aBO5S { width:15.1875rem;height:1.125rem;top:1.31103515625rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6h21R1HKWu1KT3KTEEk09htTfFd4o6J { width:14.937rem;height:2.8125rem;top:14.841796875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITkFGkIdx89C8eKTfIWVHo5G7O74I6yC { width:0.0615234375rem;height:12.9375rem;top:1.31103515625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA { display:block; }#aOM8KAEx2F3egbhQSrbQgnrntJ8dOEcA > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZ6r5C1JQrDD5AkW2OARwtUFhnqqpKzC { width:20rem;height:1.51245rem;top:1.900390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKgNsLnONHwWpT5MgBcsqluhRJsTLLon { display:block; }#nKgNsLnONHwWpT5MgBcsqluhRJsTLLon > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzrqZtJEIOniuqp7Kzr7zMOv5yHWBptC { height:11.214875rem;width:19.999rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ6A6pCVdKg9RCgtWF6Guxpz7DRnUOVA { width:9.8095625rem;height:0.75rem;top:23.5625rem;left:10.1875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxDQ7gebDda1oHNqP5Is6Zp3qNy3o3E3 { width:19.0625rem;height:3.65625rem;top:6.6875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZmMIMsX2airslw7JoGtHuqF7CxDCvsH { width:19.0625rem;height:2.92448125rem;top:2.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrzAOm9LQOKnSFzO9FqwbGDVLN7N8UmB { width:0.0615234375rem;height:7.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 { display:block; }#RWg6LNMgTJOxTPbz4pkhHuS8paDLTd84 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZ8ofA3xkZOaQP3Qxgp9IQ752OfxktbR { height:11.214875rem;width:19.999rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otgerlHWg8QFDFffUDxl2WVKTrxdnqLk { width:19.0625rem;height:2.92448125rem;top:3.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJoty7zOToovC91PwUMwI4CehslucLf { width:0.0615234375rem;height:3.375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl { display:block; }#LWDJTPk4qPcMvMoQT09kiG0n8CZqtxTl > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NnwJTBWiNXzvUHol1v0Qcy86IXi9VKzP { height:11.214875rem;width:19.999rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rup5LmldDZKcgpH1r7OpC0r4x9p86sSN { width:16.0625rem;height:2.92448125rem;top:3.1875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfOrUJbkb8u3MuagMLgJgOTiF3gp45xO { width:15.75rem;height:2.25rem;top:7rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaqFE1psAMDAeGQl2o027bSd62VaL1sd { width:0.0615234375rem;height:5.8125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ { display:block; }#ZW1H9XwEpAuGKVDrao6v8epB4TXP8fWZ > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcvTyrAm33dwhaNUCwuCO7gmymws2yCp { width:20rem;height:1.6499rem;top:1.33203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka { display:block; }#IOFPyaSkeUEXssTB7ixq3vv1UNF4iNka > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPoFRAQIGB8dr9BZu1oZLDQVbTq8msfR { height:11.214875rem;width:19.999rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEtWauNzqxkVCeCem3GGpqJSKL80734f { width:19.0625rem;height:2.92448125rem;top:5.0625rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #biFESB7yzob88i4yconwCNktvOTve2o5 { width:19.0625rem;height:7.3125rem;top:9.5625rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysAFLMP7DnhZUqtsxaJIP76wQddmSAKd { width:19.0625rem;height:1.125rem;top:3.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJwSHdTg3JUT2ae3nPn6aVIJD228rcbD { width:0.0615234375rem;height:13.125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdnK693PSPHP4677fzdBwP5x7rxtsvod { display:block; }#wdnK693PSPHP4677fzdBwP5x7rxtsvod > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvJqgy4SdADRioLIMFluZT6uPP4sZvr0 { width:19.0625rem;height:3.0625rem;top:19rem;left:0.9375rem;font-weight:700;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0l35SPFdKw65W5ihtCp6oy2xM7xb3yF { display:block; }
 }@media only screen and (max-width: 763px) { #DooVwkr8yTNgGsggPinhFQIphIy851yZ { width:19.0625rem;height:3.0625rem;top:48.3125rem;left:0.9375rem;font-weight:700;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3UEIKEvp4MXEntBEcFuOnL1wZHzvOak { display:block; }
 }@media only screen and (max-width: 763px) { #lOw0cRflVWbibTe4WNMJNDLrATeoOXIc { width:19.0625rem;height:8.7734375rem;top:26.625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnaaLXQow6cD260kpCmNcHDSGCfOZu3u { width:19.0625rem;height:2.25rem;top:9.5625rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPG65sPDpryxntMz4Dm3SRRGWIkp1B1T { width:19.0625rem;height:4.875rem;top:13.25rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mogc6U4fUmFxEzlPfpoQ1wav4R701CsT { width:19.0625rem;height:4.5rem;top:36.1875rem;left:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCrnoblTGyQlzzPolyC68fX7pZMKObSo { width:19.0625rem;height:4.875rem;top:42.1875rem;left:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tywg5CQs0UfyBMOdT2guyJtewV4yfD95 { width:19.0625rem;height:5.84895625rem;top:2.9375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs2dm25TBtxW0fuPQDg7BAWxTeZorVkZ { width:0.0625rem;height:19.0625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx1dDkbL5hE2XrVSFCJvgWkD9p2eaVxB { width:0.0625rem;height:24.6875rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk { display:block; }#ICvt2qvP4ZaRsp5tP8hZl3a5CBDiVJOk > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXK9iJ8T3taC8UtdX21mnkM3NgCy4248 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19a43039-2685-45aa-b88d-a22eca7fbd5a/Akademia_sensodyne_nowe_mobile_v11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#tXK9iJ8T3taC8UtdX21mnkM3NgCy4248.adaptive-delivery-prevent-bg, #tXK9iJ8T3taC8UtdX21mnkM3NgCy4248.lazyload, #tXK9iJ8T3taC8UtdX21mnkM3NgCy4248.lazyloading { background-image: none; }#tXK9iJ8T3taC8UtdX21mnkM3NgCy4248 > .row .container { width:20rem;height:64.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTfp6zpMoDNGTnHaTtXSFn4b5yxutzxE { width:19.9995rem;height:5.361325rem;top:3.685546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-form-header {  }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:400;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #6cc1e7;border-left:0.0625rem solid #6cc1e7;border-right:0.0625rem solid #6cc1e7;border-bottom:0.0625rem solid #6cc1e7;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#1b2152;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-text {padding-top: 0; padding-bottom: 0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #6cc1e7;border-left:0.0625rem solid #6cc1e7;border-right:0.0625rem solid #6cc1e7;border-bottom:0.0625rem solid #6cc1e7;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#1b2152;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-select { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#f7f9f9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #6cc1e7;border-left:0.0625rem solid #6cc1e7;border-right:0.0625rem solid #6cc1e7;border-bottom:0.0625rem solid #6cc1e7;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#1b2152;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-select {padding-top: 0; padding-bottom: 0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#6cc1e7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f7f9f9;width:17.5rem;height:3.125rem;font-family:comfortaa;overflow:hidden;box-shadow: 0rem 0rem 0.625rem rgba(247,249,249,0.25) ;font-style:normal; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 [class*="-text"]:-moz-placeholder { color:#1b2152;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 [class*="-text"]::-moz-placeholder { color:#1b2152;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 [class*="-text"]:-ms-input-placeholder { color:#1b2152;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 [class*="-text"]::-webkit-input-placeholder { color:#1b2152;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:roboto;font-size:1rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-container:first-of-type{padding-top:0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-container:last-of-type{padding-bottom:0;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0rem;top:13.2607421875rem;z-index:100003; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:400;color:#2b2b2b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 {display:block;}#EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:0rem;top:13.2607421875rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #qq56ZbD304aldhCVln8GEN4xqlMGEi7v {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #gNqTFLGaFVgz0MlKxWJiEJG8hCsauFI7 { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #u95tJW15WW9lmGSSL9L88rSvGnCF2Fsr {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #UFEaxbRalzksbtfhsbhk0BF3gh0mnZ6Q {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #FqtitOfNsPLVaB7u9amgxXXGLX5mHJVo { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #uc3c8J5pBTklRn9zkCGT8WndVb0E2VPg {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #kni83wcwQOxINtTItXH9XPcD61hU6hxs {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #M2ziHKHAWA3MWs5A7VnwWfdxSZvMrIkD { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #qg8ltwyvuqMia91yQeyRSMpJE2wRRN8C {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #LJpaDizCNr6PsdChwi7RSluTAvBww8UJ {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #Gg307M6Ti7DrcBdN4bFRzDcupCiCwgE5 { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #R4yilxqizzS5m4DedBXTKISOu7SJvpPq {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #lKRkekw6MzJhNCrLqTVpgAItTfXCV0Pz {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #wIKpbfXBhis04GeFXVO8xkCQeNlgz3eQ { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #cJR55QqFry91FUx9FRdMQ8xJBRNI6OTM {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #U3cqABWTdKbaHT6RXDuA2q73TqBNO56f {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #CHJS5GILnXQ2kqFSdzUa7sfP32UyIEhd { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #Qb9IPeAfHKuWsyZDePXboCx2f71Dk8pb {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #vfGGWkZGp4skhbf1NClHbETdO3bakTm5 {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #FLsXNd0EKpgQ4H1S0EbwXVNT1NWhpXRK { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #cRLb6FNServb2ZSaLcJWGNIn2wtrpOnT {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #GHZpiiXDCHcnXZ5IhbcKbxfii6x42XgS {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #GFSxlPVrmk68P9ceDol3NtPKDZQicRQJ {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #y0yXZbovdRPi9O8bsGtXZ6fvLmv4VTQg {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #KhPMBIPdpM1fTAe1RKkxCKu3doeVr94d {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #qEvzeXt3esn4Nbg1aNgxLF7XREcxkRPp { display:none; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #rSbRruLxPhQqGD4prXf1C2QPgHy4bimS {  }
 }@media only screen and (max-width: 763px) { #JmSwrv8K02F7Zg9pafPZt7qk3RJNfpmD { display:block; }
 }@media only screen and (max-width: 763px) { #zmTynCxAB5KZaCQ5PdMotwkiA51ptDbc { display:block; }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #QGTxaSKG0sd0J7uc1oEzzZ1fLkgxq8hu {  }
 }@media only screen and (max-width: 763px) { #EFHFDOpIFc4r1ahPwiSpCTTbf0sOD191 #MTHRpCGk5kSD8pJmXnBaJ8nwMENmEIbb {  }
 }@media only screen and (max-width: 763px) { #BGaPMqrgxwktPeIfp9ENPfydo9EASRZf { width:16.7470625rem;height:2.5996125rem;top:10.02490234375rem;left:1.62548828125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wwsZdB3MZ0dSueyOMJQCoiq5f3TNCkPP { width:2.625rem;height:1.4375rem;top:10.02499961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqWshDFcXBAlBfJoVFiPfKxDzT8E60gt { width:19.9980625rem;height:3.9375rem;top:55.7607421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OblK37WTdXIORSawWcZfbfZQaqzn5hrq { display:block; }#OblK37WTdXIORSawWcZfbfZQaqzn5hrq > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmnLhF7T0gWLVKL8axlqbFeO8gJb8Uz6 { width:12.6875rem;height:1.13736875rem;top:1.9375rem;left:3.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bH9dHxo1zRNFAiAsVFiEnTx1TdRvWsys { width:7.625rem;height:1.13769375rem;top:3.625rem;left:6.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxiQC42IZ6bhqViNz0Kd3MGaAvkZu9zV { width:10.25rem;height:1.13769375rem;top:5.3125rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQMhwo0PNIdnpeD2RbUy3TM0yi3Efv35 { width:5.1875rem;height:1.5441855868471rem;top:9.423828125rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzQrpWd2Rb39b9uiHOPIufn7JqmeNSOu { width:8.1875rem;height:0.97473125rem;top:7.69921875rem;left:5.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDmEfEHLMdHOtwTtyi4Ag7Bsa2MOJKlH { width:8.25rem;height:1rem;top:11.904296875rem;left:5.875rem;display:block; }
 }