.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;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/36f9c560-e064-4968-a421-5a0cf58ec95d/kongres_HPV_3_KV_DESKTOP.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { color:#525bf3;display:block;width:4.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:6.25rem;left:0.625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DVdE5DU5wW5sV7LK7cOEAfZBGp6m6ERt { color:#ffffff;display:block;width:39.249625rem;position:absolute;font-family:"instrument sans cond";font-size:2.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:9.692578315735rem;left:0rem;height:10.35rem;font-style:normal;display:block; }
#tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.200000762939rem;left:6.5rem;height:3.65625rem;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; }
#vBEFkBeaLNCyV2q9y6CcE7MTxoOPNqmV { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:2.125rem;width:5.5625rem;top:5.9375rem;left:0rem;display:block; }
#RmeXMNe46P40VZBFy916UoZnlJPP7PGp { position:absolute;display:block;z-index:15030;background-color:#525bf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:2.125rem;width:10.6875rem;top:5.9375rem;left:3.1875rem;display:block; }
#LXnNZRT9AplI09MFnOeLKl0SndTZgw7H { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.25rem;left:6.1875rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KUBG6NMTeg20GGEEkTaCGtbGlH976QyU { position:absolute;display:block;z-index:15035;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:14rem;top:2.5rem;left:61rem;overflow:hidden;display:block; }
#vdg112KsTtppzaX5Sc67G64RfAdyokW5 { background-color:#3ecece;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.612487792969rem;left:0rem;display:block; }
#K9QBRZoeswkFUF5CzFx18QLLTLI8Mty8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l58bPaOcy2pDtAbQIIDIKHDWgsyEE3EA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #54d8d8;border-left:0.125rem solid #54d8d8;border-right:0.125rem solid #54d8d8;border-bottom:0.125rem solid #54d8d8;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:28.612487792969rem;left:17.5rem;display:block; }
#HTRkXVJ01qztKHBlZDnpQMCWnEKfmT0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUHpdKyLmofF65BJox00EwZqr8l3rICy { position:absolute;display:block;z-index:15040;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.125rem;width:5.625rem;top:22.525000572204rem;left:0rem;overflow:hidden;display:block; }
#WSVTgBz5J8s0XyNXNeBac3KTwFL5wwNX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:18.75rem;display:none; }
#UK9l7p28XvzOIUATg4l7qTEp03LWhSe7 { position:absolute;display:block;z-index:15045;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:6.0625rem;width:10rem;top:21.4375rem;left:65rem;overflow:hidden;display:block; }
#tG7vDPQVcPfEC8IuPKA8LVh0GvUNUmoR { box-sizing:content-box;height:17.875rem;width:10rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:16.5rem;left:65rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.12) ;display:block; }
#fDtyMwRLJcl3EeEwo4qsnsytu2FiJQO5 { color:#525bf3;display:block;width:9.375rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:17.0625rem;left:65.28125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XAieK2C81tdgA5klwP2k6BdVDEbsz9sd { background-color:#2e9ca2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:27.5rem;left:64.9375rem;display:block; }
#pna0wwAqHiOWwZiMs1fUGTFkAL1i55Am { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KrRP2LJrt9n9U5IM7PWCiQCG1MPcEkbG { background-color:#279199;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:30.9375rem;left:64.9375rem;display:block; }
#TOOffHBQESWUAdPuHc1dt5rBCyoopfT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#am2uRKFpZdMXabhzuLTSLHhle3T2HIRh { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:"instrument sans cond";font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:26.91250038147rem;left:17.5rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#J6nqwprwuDqZQgmX3sCtbpUsaDXVkAU0 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"instrument sans cond";font-size:0.875rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:32.987499237061rem;left:18.75rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/36f9c560-e064-4968-a421-5a0cf58ec95d/kongres_HPV_3_KV_DESKTOP.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT.adaptive-delivery-prevent-bg, #Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT.lazyload, #Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT.lazyloading { background-image: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container { background-color: transparent; background-image: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container > .video-iframe-container { display: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row > .video-iframe-container { display: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .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); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container { border-width: 0; border-radius: 0; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#zTzwQ5ybh54WhJ45GGoFXPAIEFb7Zffr { color:#525bf3;display:block;width:4.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.8312501907349rem;left:0.625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p71qWOpNq1hfdzlmekthmdxUHCCZKOTe { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:"instrument sans cond";font-size:2.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:11.893750190735rem;left:0rem;height:6.9rem;font-style:normal;display:block; }
#HEn4mrMT0pNHaZNppH6q6DD9A1nCLS2l { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.96249961853rem;left:6.5rem;height:3.9rem;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; }
#qu5VO1r0KwSi8ILm493kSLx2NZOu2DKL { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:2.125rem;width:5.5625rem;top:5.5124998092651rem;left:0rem;display:block; }
#R7WLua9B3mIqBdOgvvsCbwzzurItZE8B { position:absolute;display:block;z-index:15030;background-color:#525bf3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:2.125rem;width:10.6875rem;top:5.5124998092651rem;left:3.1875rem;display:block; }
#mug5VThP2NJIM8AG6T8wOTopV6lgUFvd { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:5.8312501907349rem;left:6.1875rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E2ugRaOOK0QgAfSpo27iokoWunumHhHH { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:"instrument sans cond";font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:8.737500190735rem;left:0rem;height:2.275rem;font-style:normal;display:block; }
#akg3GqlZs9WJkng14FZ1WrUL07nHaShy { position:absolute;display:block;z-index:15035;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:14rem;top:2.5rem;left:61rem;overflow:hidden;display:block; }
#r882J5HMoMvNh8bZdAMi2ZuqSq0wsaW3 { color:#7f7f7f;display:block;width:6.25rem;position:absolute;font-family:"instrument sans cond";font-size:0.75rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:15.625rem;left:68.75rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#IEy0BvdUoTEehPvEROsXMI3uOACKSJmw { position:absolute;display:block;z-index:15037;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:6.25rem;width:6.25rem;top:8.75rem;left:68.75rem;overflow:hidden;display:block; }
#HFPXJQQ9yC7PmkMgK169fypv8XerdLcB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #54d8d8;border-left:0.125rem solid #54d8d8;border-right:0.125rem solid #54d8d8;border-bottom:0.125rem solid #54d8d8;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:26.4375rem;left:0rem;display:block; }
#bmgPH7JP5Rzkc7D2TxXvaoe20C8uagU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lrh8gcMgT3ZQNO1qpOCuPPedoRkDc8Oy { color:#7f7f7f;display:block;width:6.25rem;position:absolute;font-family:"instrument sans cond";font-size:0.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:15.625rem;left:60.9375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#LlFlTq6PnWowx0QroSwlQ3in1UqmzgFT { position:absolute;display:block;z-index:15039;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:6.25rem;width:6.25rem;top:8.75rem;left:60.9375rem;overflow:hidden;display:block; }
#dxQMGQDhekrRiwDyZ42BdZv8DkVul6AL { position:absolute;display:block;z-index:15040;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.125rem;width:5.625rem;top:20.35000038147rem;left:0rem;overflow:hidden;display:block; }
#ICHztGrPdJxIxaBKIPMu27wo53BxxRUl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:18.75rem;display:none; }
#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1e737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1e737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1e737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1e737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1e737c, #1cb7c2);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; }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row .container { background-color: transparent; background-image: none; }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row .container > .video-iframe-container { display: none; }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row > .video-iframe-container { display: none; }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .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); }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row .container { border-width: 0; border-radius: 0; }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#vdnRU7svxLWXu4EwTBoUVPxHMNqyT9Ah { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eN4d51IumeFAagameZAIdI25UpS1SpO6 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.8125rem;left:25rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K314fNhUcq8QTMTrWZ0Ei6EL03oNU0qE { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.8125rem;left:0rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCIk3r0cLkao64k4gA24TDx1LvCQtJJO { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0yEu1omLQUu9frlqKpSpAAvJ7c6yuXf { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:"instrument sans cond";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:7.7750015258787rem;left:52.71875rem;height:2.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aCiw9ZMOhvpsWDoJgCvT0TPBPzCsnifo { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.40625rem;left:49.96875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hz82OTS57iOd8zDMbGTgkQryCluQWtkH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.875rem;left:60.625rem;overflow:hidden;display:block; }
#aeNDESP8fLoHTqIEXJFnvdkHmKPwTTim { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.875rem;left:10.9375rem;overflow:hidden;display:block; }
#msn2h9wxBXS1QF9b0az0XeeM2r7XTrSN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.875rem;left:35.625rem;overflow:hidden;display:block; }
#fadx0Q28fVx519Bg213FlgtM9yDCoPWz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:70.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#rfReU95Q2bM5WREGATml2boQl2qPZOm8 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:7.77499961853rem;left:53.09375rem;display:block; }
#XURQwbqnAWSABc77flyRhu2D4ukApabi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f656d, #07373d);background-image: -moz-linear-gradient(90deg, #1f656d, #07373d);background-image: -ms-linear-gradient(90deg, #1f656d, #07373d);background-image: -o-linear-gradient(90deg, #1f656d, #07373d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );";background-image: linear-gradient(90deg, #1f656d, #07373d);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:none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { border-width: 0; border-radius: 0; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { font-size:0.875rem;font-family:arial;height:64.9375rem;width:75rem;position:relative;display:none; }#RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:20.65625rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.1875rem;left:0rem;height:37.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKLhSSGWqzmC0ZWZhd0WUsqQEGcUgMtW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:50.9375rem;left:44.375rem;overflow:hidden;display:block; }
#K4coniAAXpCy5btri4XkIk8i1LbkTQ1v { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:50.9375rem;left:23.125rem;overflow:hidden;display:block; }
#u16lLvfmnxQ3TGPQD2v6c3Omn59E77Je { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:"instrument sans cond";font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:59.337501525879rem;left:38.59375rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#h8QXatzl4Ly62Ec1mwCzW0rzXROcIgQs { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:59.337501525879rem;left:19.375rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f656d, #07373d);background-image: -moz-linear-gradient(90deg, #1f656d, #07373d);background-image: -ms-linear-gradient(90deg, #1f656d, #07373d);background-image: -o-linear-gradient(90deg, #1f656d, #07373d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );";background-image: linear-gradient(90deg, #1f656d, #07373d);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:none; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row .container { border-width: 0; border-radius: 0; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:none; }#cLv05pUX77WetbcHaMTbwwbSdc8ubTSI { color:rgba(255,255,255,0.85);display:block;width:18.125rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:28.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#AGceypNNg6VQXKKDWmIgsdT42H9M2o99 { position:absolute;display:block;z-index:15009;background-color:rgba(217,217,217,0.6);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:0.0625rem;width:7.5rem;top:0.5625rem;left:24.125rem;display:block; }
#hZ0htMxHOTDboxRQe1zzDagDz7LA6nBJ { position:absolute;display:block;z-index:15010;background-color:rgba(217,217,217,0.6);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:0.0625rem;width:7.5rem;top:0.5625rem;left:43.75rem;display:block; }
#IMkKruTrHL3QMbMqx947rskCPWo4P2uD { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:18.4375rem;width:32.875rem;top:3.1749992370606rem;left:21.0625rem;display:block; }
#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f656d, #07373d);background-image: -moz-linear-gradient(90deg, #1f656d, #07373d);background-image: -ms-linear-gradient(90deg, #1f656d, #07373d);background-image: -o-linear-gradient(90deg, #1f656d, #07373d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );";background-image: linear-gradient(90deg, #1f656d, #07373d);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:none; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row .container { border-width: 0; border-radius: 0; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:none; }#s0ch1cCfVBzN5gZORl5TSM0PG67L5Nfv { background-color:#28828b;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#TC7pSE6E2CpVBJpwsX1VbWMK2TlL9DXV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bzfNGcCI0vbFgU5BvLtyCqLR5XsfmJbQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #03262a, #155961);background-image: -moz-linear-gradient(90deg, #03262a, #155961);background-image: -ms-linear-gradient(90deg, #03262a, #155961);background-image: -o-linear-gradient(90deg, #03262a, #155961);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03262a', endColorstr='#155961' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03262a', endColorstr='#155961' );";background-image: linear-gradient(90deg, #03262a, #155961);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:none; }#bzfNGcCI0vbFgU5BvLtyCqLR5XsfmJbQ > .row .container { border-width: 0; border-radius: 0; }#bzfNGcCI0vbFgU5BvLtyCqLR5XsfmJbQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzfNGcCI0vbFgU5BvLtyCqLR5XsfmJbQ > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:none; }#n23iCTcoFtFIxHDSIfnlTyX9gK6ZuN0X { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hViNv26cv2aS1b9LGAfObP5yvKu65ttZ { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:2.4375rem;height:13.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UsbVUHngVKm4J8i1L9Us6Rv35RtwS4tf { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.40625rem;left:0rem; }
#fcT9a11iN4f2nnwiBcN6gL29a42d79BH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15rem;left:0rem; }
#E5QEs2muUyGaqhhGP22UcvDHlEF3H0VN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.875rem;left:0rem; }
#h4WMumphqGPHxzAfhZEebzBhLoiuZTUR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:22.75rem;left:0rem; }
#WLDpLSvqTJSDHBhF1cAMQTFy11w9kG5K { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:"instrument sans cond";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:26.4375rem;left:0rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f768ViHrniC397bxINTTppbR86tx4LoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1f656d, #07373d);background-image: -moz-linear-gradient(90deg, #1f656d, #07373d);background-image: -ms-linear-gradient(90deg, #1f656d, #07373d);background-image: -o-linear-gradient(90deg, #1f656d, #07373d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f656d', endColorstr='#07373d' );";background-image: linear-gradient(90deg, #1f656d, #07373d);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:none; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { border-width: 0; border-radius: 0; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#qqEGAk8RWew5DDRi09HDucazTBE7av33 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.21875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DBUbo1RA0z1mx76LgQJDHT66L3v37bet { color:#f4f4f4;display:block;width:17.5rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:8.3125rem;left:3.75rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.21875rem;left:25rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { color:#f4f4f4;display:block;width:16.4375rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:8.28125rem;left:29.28125rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#LIUUE5hvRNFTk0lr73JVOgt6aTch3D0d { color:#f4f4f4;display:block;width:22.5rem;position:absolute;font-family:"work sans";font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:8.3125rem;left:51.34375rem;height:6.5625rem;text-align:center;text-align-last:center;display:block; }
#TqpSUREJMZUkX1KumGCdpEi9zayfruPb { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"work sans";font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.21875rem;left:50rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u10z2o2750bF2NVne1KZU02aphtsfNVs { position:absolute;display:block;z-index:15034;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:5rem;width:4.5625rem;top:0rem;left:10.21875rem;overflow:hidden;display:block; }
#xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { position:absolute;display:block;z-index:15035;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:5rem;width:5rem;top:0rem;left:35rem;overflow:hidden;display:block; }
#bUIMVDt3izi25UINf1i5N5bS55lgDCFw { position:absolute;display:block;z-index:15036;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:5rem;width:4.1875rem;top:0rem;left:60.5rem;overflow:hidden;display:block; }
#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { position:relative;display:block; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { background-color: transparent; background-image: none; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container > .video-iframe-container { display: none; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row > .video-iframe-container { display: none; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .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); }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { border-width: 0; border-radius: 0; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z7HTuUkUMHE0h9OKGT8NEcd7uvq6TIPU { color:#111111;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { position:relative;display:block; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { background-color: transparent; background-image: none; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container > .video-iframe-container { display: none; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row > .video-iframe-container { display: none; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .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); }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { border-width: 0; border-radius: 0; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qBweaXTyTtJkIqSs75VoxaJfwc2dsVdU { color:#252525;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQSVPSfe6qfOQcG3wP4yP2tFVzrp8UD1 { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pwQBLDcSgV8eXxTFlANSVJ0VRxRghbnL { color:#252525;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374938964844rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcsSczh0AF6L9GmB0ewB2rqiDnbTtxoS { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8375244140625rem;left:25.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hQVOKZXtuQEW5TnUryia3S9DwhQ42dl6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#zgIIwEbygVi1k7mwTOFbWxmuMVLCJnQ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHtWApy9PVn2VT3Th0cpRIxA17IQ1SZv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#lSlhqyVWfZS314NZvdRwNBVqTw21yIZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDI6aIZ3QXWyKoAeXMW2LzAzQwGITrmT { position:absolute;display:block;z-index:15016;background-color:#cccccc;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:0.0625rem;width:51.3125rem;top:6.77499961853rem;left:23.6875rem;display:block; }
#NVtfVVvRil4uPRxaAowrFvAFBE0wsaC1 { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.25rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6xVdC8Zn2GORT4u4bwsA1uWzERRe80W { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#tWEkKNscNq3KoaI5gDkbqy3r7y3ke4Vz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { position:relative;display:block; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { background-color: transparent; background-image: none; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container > .video-iframe-container { display: none; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row > .video-iframe-container { display: none; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .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); }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { border-width: 0; border-radius: 0; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HVCnT6JxPX62v2GWfqHZe4SAVGv66JJq { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w6a7BnpcgocaWepqAFs0OXDtDNzhUuOm { color:#252525;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#if5M1hWq7PkGo5mT5Nk61v43zTt1uqDM { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374938964844rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xudUGtzmuZtqGZqbKBmsT4xJsg4iWisc { color:#252525;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8375244140625rem;left:25.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iRdkTIRwv49XNTO9QnK3DdZCWsMSB37V { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#CHmv50K8V8f18rbioWMdOCDT3dADpG5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xIuwlWXcI9t3gOTny2OxSfNXy637Ww03 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#GdTE28UHrCqpCDKl9nb21mxWbVmArXuE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lbqoBsmofv0q6REHXTg5ZiTalSiyZdE8 { position:absolute;display:block;z-index:15016;background-color:#cccccc;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:0.0625rem;width:25.625rem;top:6.77499961853rem;left:49.375rem;display:block; }
#KqNgWcpVcN1bsnui0y89CuSeVT1cqdBR { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.25rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTiMLm2rJPQXCXprKX6rmiTOS2n7OUXk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#MQzq2qZzFOP6asddMyLF2dpFidiKu4cL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O1BVUVzIMdMNS5a6VIRnNOG6VPBlXaz9 { position:absolute;display:block;z-index:15017;background-color:#cccccc;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:0.0625rem;width:25.625rem;top:6.75rem;left:0rem;display:block; }
#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { position:relative;display:block; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { background-color: transparent; background-image: none; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container > .video-iframe-container { display: none; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row > .video-iframe-container { display: none; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .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); }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { border-width: 0; border-radius: 0; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hnoZCl1dbKW8Q9z3596tAHEM2VkOU6xq { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a98u1Ef702A7P6ZD00zoeeRMoggEElG5 { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eh0ZBZit34HbVdGXIOXMORc1w9LpbiES { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374938964844rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c74AdrCswZcD3czGwqtpk4xBFiifAGgX { color:#45c3cc;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8375244140625rem;left:25.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l7fby19WcHKQ9warCCSCfTlXnLvw2g83 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#QdC2GqOFV7htZAQPpa73UAG9m7bhnTAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R2bDp7orfUhlXnBWrl3Awwttw3317oni { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#APPrUO7TTnTHEPeSZkTgaLtQkLcdsIfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kx7VlHXhbpivBAsvagFCcP23E2qssRTV { position:absolute;display:block;z-index:15016;background-color:#cccccc;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:0.0625rem;width:51.3125rem;top:6.7750015258787rem;left:0rem;display:block; }
#LbuBfCxQSJpP5ATpHt2bI7yedVQJOpcz { color:#252525;display:block;width:23.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:51.25rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CP2zkSkTviIGf0JhDHIWpocTefdevKMP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#C4MhPOu2xDNh3shsn60AeqoIMI9oQLZQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { position:relative;display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { background-color: transparent; background-image: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .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); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { border-width: 0; border-radius: 0; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:132.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TaqLgUTkHI5gWm7EGATwGhpCWyfuAbbN { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:1.875rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { position:absolute;display:block;z-index:15064;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.8125rem;left:0rem;display:block; }
#DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:10.4375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#PsDNbE7QQTE90nxSeFQZMAEokMQS3ugd { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#Dp7EqQFo5TBDvcBydMwZJ61g1e5e1UhM { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:4.625rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#w0yQED5RlkdDrASrZAmLHiBTxRqkt9cb { position:absolute;display:block;z-index:15070;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:18.4375rem;left:0rem;display:block; }
#obhR5NoRyd0spcZQfET4OCexTBiJcbDI { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:18.0625rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#QtUnMITZaW1dSJWoxptKaAax0f4gcAht { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:23.875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:27.746887207031rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#edlbifW6hhK7FkCNG3dz2MuoSC6Xnxdm { position:absolute;display:block;z-index:15073;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:28.1875rem;left:0rem;display:block; }
#HDH8NGz8Te0pgGgaFyGtwgrQPyTtHEtS { position:absolute;display:block;z-index:15075;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:37.875rem;left:0rem;display:block; }
#c4NveS3eycJuPog76Vsae8hKg8ktGtkC { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:37.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#vEaON3A2vo605hRdLgDPJotTbv9cRxt8 { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:33.596862792969rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#UKcJMamnAQhfV9eJIQozHgQER6JBUwf4 { position:absolute;display:block;z-index:15077;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:43.9375rem;left:0rem;display:block; }
#guMFCvSMFSs4MzDrM35x9vkMghJxN5P6 { color:#000000;display:block;width:67.3125rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:43.5625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#dk48CfI4Tv9EWpo0Lx3T4ezVS1HGztRX { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:5.0562438964844rem;left:0rem;display:block; }
#qSii5a8BPOo5KvZOEnm0uT1bxPa6CnSG { color:#999999;display:block;width:71.875rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#i3wMnbWDcWXi2PxHyDg20KlsZoMboSly { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:66.25rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#S60Z2Pd3WsPJ1SbI2Dy63c9KnpabOF08 { position:absolute;display:block;z-index:15070;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:66.6875rem;left:0rem;display:block; }
#mEqg1Iel6r2QnB9NbVL5NEkvn0E7qJPF { color:#999999;display:block;width:71.875rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:68.375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#d3wBzvSL3hfdTbhEriSkmMiLw7KWy5pd { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:78rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#WfvWncySOwnKSCDAhz3OiCsH25LNKw3V { color:#000000;display:block;width:60rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:72.1875rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#eqwOIrZwEXCiUFwxTnAJpKBsItUfewV2 { position:absolute;display:block;z-index:15078;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:72.5625rem;left:0rem;display:block; }
#oVUTbpMQD95CW02s7xke0KT1R90TKfFw { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:85.625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#wBbuiy2An2Mx0zFhO74rmsBpyJ8JHnQy { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:81.6875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#t3FlxlNTlalidPbeKew2Ki7AtbDJzO6P { position:absolute;display:block;z-index:15081;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:82.0625rem;left:0rem;display:block; }
#okrLWzI3zbVTiwovKfwTlT1aFwwWGnlC { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:89.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#HIoim6TXKDMCzn53kJ4cg2WdvZAPpaLI { position:absolute;display:block;z-index:15084;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:89.6875rem;left:0rem;display:block; }
#na9EHfGilsBQlcmPBBs3SrqJyyNCWT7b { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:93.25rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#MuGixo7hpQ4Ia59i0PtLebyX3y30mhRG { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:97rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#LJpCDgC9XGDn7DRELS6cT2UTAKXDnuTn { position:absolute;display:block;z-index:15087;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:97.375rem;left:0rem;display:block; }
#tJ28wCI7mVGEkVP5uURnSdRvG1bGwXb2 { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:100.875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#DEvTNm9qf7nCBmVSVTVMCTWkA0BM1a6B { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:104.5625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#BDXEVVoEbBCP7DXtfMET5rIiI0aZzSWr { position:absolute;display:block;z-index:15090;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:104.9375rem;left:0rem;display:block; }
#ylkUIHWPKb6INP9HF8LZbnT9VgI7qkyZ { position:absolute;display:block;z-index:15099;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:120.3125rem;left:0rem;display:block; }
#K8RHsaHNor4b2r5FRkNbtv7xc0ZpBcdK { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:119.9375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#AFGe5Dzn8F697Zgi06QkoLwLFNc5vpvC { position:absolute;display:block;z-index:15101;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:126.3125rem;left:0rem;display:block; }
#LUhbp3igplg92CHwc8BctEkTQPmq15pW { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15064;line-height:1.5;letter-spacing:0;top:125.9375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#uWHKXIeilBKlUQbzDTywMWP8TduT3mPp { position:absolute;display:block;z-index:15080;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:49.875rem;left:0rem;display:block; }
#iyW34O5QqT3NqBOrWkN9hSkJ1nsel44a { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:49.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#IEOGbWQ612528iQKp5A5avwvbDVkNtCX { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:53.5rem;left:2.1875rem;height:2.6rem;font-style:normal;display:block; }
#kaAycy5aAKD5aHxcKPFGIFoSFnyhTcTQ { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:58.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#a1C6yQ9offhootsoHDLVbmsydePBRrob { position:absolute;display:block;z-index:15083;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:58.875rem;left:0rem;display:block; }
#ryKnybBdC3RTJFCXrL86E91n1ZMfxwgo { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:108.48748779297rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#CqiTmkhPRZ13WkUGEW9SBdxrigek73Kt { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:62.5rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#msVrbp83utXPQ93ZxILfRT4R0E0VeMPD { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:112.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#s9o9EMTxkmhtdRJcsf9waqnlIowa398d { position:absolute;display:block;z-index:15093;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:112.6875rem;left:0rem;display:block; }
#QP4ca0ETN5P3fCgZahJAHV9IT61RhzSk { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:116.1875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { position:relative;display:block; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { background-color: transparent; background-image: none; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container > .video-iframe-container { display: none; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row > .video-iframe-container { display: none; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .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); }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { border-width: 0; border-radius: 0; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LJQkvkrk0J0TuobTZTLLLaD2NW4eLTNS { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:0rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#XCVwxB5vTIbzgngTvayNcB8tKm3fNT12 { position:absolute;display:block;z-index:15070;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.125rem;left:0rem;display:block; }
#caVuTEHqqo0R3JqQVW9GykJNdZA8Ml84 { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:5.75rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#OgTFsvmwtM94wADiEX86ux8eq999Zzw5 { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:11.5rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#nP8FWIZWQMakG1ysfJTBf8c7T5ywSTa7 { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:14.625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#A68zuee6yhWTc6IGg6B6EtfZN4oW8ei9 { position:absolute;display:block;z-index:15073;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:15rem;left:0rem;display:block; }
#As3GhOZWMREDChfmb85pMBrk1hb0L3uz { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:18.53750038147rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#l9ZJwwATXc7My3l5V9qZcOcdk3oKRJRW { position:absolute;display:block;z-index:15079;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:22.5625rem;left:0rem;display:block; }
#oweNVcTy97yad6q5DOAdREVkyoPEIoz3 { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:22.1875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#xPi8bvyfsgoaLOK9ugxrs6DCNKQa0mxQ { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:26.125rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#vQUHC580WJfbGWvUTLG3hSWd2sGDL4uf { position:absolute;display:block;z-index:15077;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:30.1875rem;left:0rem;display:block; }
#av3yumMzGlN2M1HT4zOa7r23km30fNN0 { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:29.8125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#ddp2fD1MwFX9XVfKL9yySKE6RTR3BRnR { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.43125915527344rem;left:0rem;display:block; }
#A9S7vk5lqkT1FbVJuDTrHPw1RUaVi08D { color:#999999;display:block;width:71.875rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#PTMUSDSmFXQWXQhtfwfLHNtSMqqBbFum { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:33.762496948243rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#OkOTk8pyPwPNfE17DrhNnzc99m4b0qKy { position:absolute;display:block;z-index:15082;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:37.875rem;left:0rem;display:block; }
#ZE6UrhMpR7UaN5ywX4oll7TnH8asEfGF { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:37.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#vb0M1zIbRAbN70uQgTNR2TJ6k6mGS6XP { position:absolute;display:block;z-index:15084;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:51.6875rem;left:0rem;display:block; }
#ANVuTtVqBqU47bcdmUCrctasvFpeC0np { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:51.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#zRLZCRWOT5F7mGJ9R4JS97lTq8ZhtFNf { position:absolute;display:block;z-index:15084;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:45.6875rem;left:0rem;display:block; }
#FnTSEOt6g3LKrG5GTcJTyanVh6LkNVLa { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:45.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#wnlR2ysniioBdTaRxWf9kE8EX2xND1m2 { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:41.587501525879rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { position:relative;display:block; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { background-color: transparent; background-image: none; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container > .video-iframe-container { display: none; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row > .video-iframe-container { display: none; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .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); }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { border-width: 0; border-radius: 0; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:68.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uTc2wxN5zVfNbFtO6M6HeDCNoZJI5UoS { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:0rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#bHN3KU2pED84CpJDfKgxWPGwFsrloFRU { position:absolute;display:block;z-index:15070;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.125rem;left:0rem;display:block; }
#TXUZRe3nCf0DBoLPi95UxTbZXct8ru6d { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:5.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#rq1oh2u0m7ncD7vVwxUum90GHttUTgsP { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.6875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#Mw6lSQ2AGR06bLgxfvkkIGkSa2RBzGCG { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:13.375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#hrscwfGvD2hxZ1S9iPHu8pbdsU6wydTd { position:absolute;display:block;z-index:15073;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:13.75rem;left:0rem;display:block; }
#z6vxa1fGW9UTqc6iDilxrpvOapwW1mOG { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:17.287498474121rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#XssNyWeoSUdTf5OKT3raDGmdCM68ehUO { position:absolute;display:block;z-index:15079;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:21.3125rem;left:0rem;display:block; }
#k8WALKd88QwBxzaHxw6JlXfodN8baz5a { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:20.9375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#v0vTNZBzrmUeGOhgUTxfhzbCIWRRvUoo { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#aUI9ctFV57ifFGb62x6hlS0TlQTKVkZS { position:absolute;display:block;z-index:15077;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:28.9375rem;left:0rem;display:block; }
#yiTnBfVq0owOvd01RhpX3WQi6I2NGFOT { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:28.5625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#Am5SlPmDuLl3awHlm3kGV8WqT8nowaa4 { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.43125915527344rem;left:0rem;display:block; }
#r0gqCkf0vnWCJLCuurg0VNC0TNW7A9Li { color:#999999;display:block;width:71.875rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#yfNb7QQv9omXE9JnA8saQT3EFM74VMKe { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:57.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#bRZqIKP4FMuL9idIk2mKPNLZVrgdq7yP { position:absolute;display:block;z-index:15093;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:58.3125rem;left:0rem;display:block; }
#rCPVTPR2KgGQ4pSxhaUskHO7Tz6aFTqD { position:absolute;display:block;z-index:15078;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:64.125rem;left:0rem;display:block; }
#MiJR00rtW91Dn7UuTZwdOWaOotpTT4v0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#45c3cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.75rem;height:2.625rem;text-decoration:none;z-index:15130;text-align:left;text-align-last:left;top:63.3125rem;left:2.1875rem;display:block; }
#mwWqXGMgwUqzouPZaM7JUTP6NEsbkG8a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hk8rptd52szTWohrOgVia8HGmBZM7tNW { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:32.512500762939rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#e4UADTHuCfhTuxshtmyMeXkFXnqNdNrF { position:absolute;display:block;z-index:15082;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:36.625rem;left:0rem;display:block; }
#ghUOTsMeCbxB5wiscXqdnMq6ITZ0icX4 { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:36.25rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#SBcQKTQRI8uzRI7koaart61NJ6hsn8bR { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:40.33749961853rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#yu2P7bxhOkZDzvvrMhvatDVElr5rCx52 { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:51.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#nXEPN89IfLeDL6xBmIRy3bJt3RGLGFWQ { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:48.0625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#HbOtOkLrXsfNRM0FyJ2XOPHgMNi6gISo { color:#000000;display:block;width:66.6875rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15048;line-height:1.5;letter-spacing:0;top:44.125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#emUTTqSyfGJhLCahxLibU55TlFyR8ev4 { position:absolute;display:block;z-index:15088;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:52.125rem;left:0rem;display:block; }
#JJrhCouP8cvt73Jpo1InmyCJML3Ok0Pf { position:absolute;display:block;z-index:15085;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:44.5rem;left:0rem;display:block; }
#VacAkTg9pF3CKBRsAMHIrmE9IFL3RuTB { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:21.875rem;top:52.5rem;left:53.125rem;overflow:hidden;display:block; }
#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { position:relative;display:block; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { background-color: transparent; background-image: none; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container > .video-iframe-container { display: none; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row > .video-iframe-container { display: none; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .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); }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { border-width: 0; border-radius: 0; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:88.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c3NOKOhnPs6N9t9FGJLnt3DnSSFcg7QB { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:1.875rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ItSGQ2miyvz0VIHC5gNWu1waNHa8yMMk { color:#000000;display:block;width:37.9375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:4.625rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#UvhxHUawkwJU5lPWAc9hLkAdiLCxpdXb { position:absolute;display:block;z-index:15070;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:10.8125rem;left:0rem;display:block; }
#BMRlrPmAvlrdfenR3U6tb37QZXe34kvZ { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:10.4375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#aKTH6aTqfGgHcqGAm4dV30XRU5rxiUeg { color:#999999;display:block;width:35.3125rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#Uv4c0EuQEyZZO8N4o9tDf8q2JISivBTa { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:18rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#p6Txv39cxukh1rqlpIO2TtLv0dGyMO30 { position:absolute;display:block;z-index:15073;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:18.375rem;left:0rem;display:block; }
#gNSiiDEFV5qDOvohEcTTM91azw8blqqa { position:absolute;display:block;z-index:15075;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:25.96875rem;left:0rem;display:block; }
#G1XIRdemMMimzwwqlAc0osnoT7u6riR7 { color:#000000;display:block;width:56.5rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:25.5625rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#ffhcLeyIN7yTkDx9eSo2EgyOQzKp77uf { color:#999999;display:block;width:33.4375rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:21.97500038147rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#eCW2F38kwhEvm6UNQrMoufeTfTqRd2cc { position:absolute;display:block;z-index:15077;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:35.500055313111rem;left:0rem;display:block; }
#n5kcbZHyv5PS91chU9D8y91nBPsTNay2 { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:35.0625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#v9DVAyIqegTPRmqzc4n64T6tZCwi7Ib1 { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:5.0625rem;left:0rem;display:block; }
#b7MUxfVHOAiTvs4BU3vzBGEcdk2HsQcB { color:#999999;display:block;width:34.5rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:6.75rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#zgUIZix5M8wS0Bv6A8xh21swDNqQv8TU { color:#000000;display:block;width:67.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:46.937501907349rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#g6T1KnaIRU4BxvhFdVMTOU2LBB57Tx5Z { position:absolute;display:block;z-index:15070;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:47.375001907349rem;left:0rem;display:block; }
#pkrEIzlgVkWnso6ecx0GrHbwL7VTgRl8 { color:#999999;display:block;width:71.875rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:49.062501907349rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#v0tyxa3J4IOfa0OTe8oewTJIPT5BP73o { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:52.812501907349rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#CXbLm1leQVh9uty5FQ9wEpMKtoZkBhWI { position:absolute;display:block;z-index:15078;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:53.187501907349rem;left:0rem;display:block; }
#TuEOkr5T2ist5CPqTIU6l2ia9kKN2yvu { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:31.4375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#iT4QE8gNyDaqLkflMErHZqsyZV94s7tA { position:absolute;display:block;z-index:15075;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:60.937501907349rem;left:0rem;display:block; }
#K3cOESLLRxAGPdfBQzFT0CK9SpK55Iyz { color:#000000;display:block;width:67.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:60.500001907349rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#gFr8Slyigg111uOQ1vJKlZS0eR6T4UD5 { color:#999999;display:block;width:71.875rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:64.50000190735rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#UbFV8rVN6S4Ju6edtsurdVhmkAqCFn3l { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.5;letter-spacing:0;top:68.18750190735rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#Eu9fTWgCFbOKd42uTc16z2Dz0o6OZFGv { position:absolute;display:block;z-index:15083;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:68.56250190735rem;left:0rem;display:block; }
#XTZEMsEV05IxEibrdFbhxcxEpMeaxqUn { color:#000000;display:block;width:67.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:76rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#h0RbzlDLfhyJlfJvrqnOTNZBNUQpEyFo { position:absolute;display:block;z-index:15080;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:76.4375rem;left:0rem;display:block; }
#LP19x0z60GoaLbMIOkgvyLtyTiusS2sq { color:#999999;display:block;width:71.875rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:56.750001907349rem;left:2.25rem;height:1.3rem;font-style:normal;display:block; }
#C9qRnZo2ZcE6T5HQ8DcGSvPXRIxvBxQQ { color:#999999;display:block;width:71.875rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:72.25000190735rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#DsM9Lxo9QMkThetl80nTZmDNO3Brx34s { position:absolute;display:block;z-index:15100;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:82.5rem;left:0rem;display:block; }
#IV3x8kHRT5NsLEMrQRdX8Nh74awPZKDG { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15063;line-height:1.5;letter-spacing:0;top:82.0625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#sscfefFr6NSlPcJRnmLZ5CbPMDG1TT3I { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:41rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#Oc957xdziRE8QkeJRh59e4UQb7Nhequl { position:absolute;display:block;z-index:15079;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:41.405210494995rem;left:0rem;display:block; }
#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { position:relative;display:block; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { background-color: transparent; background-image: none; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container > .video-iframe-container { display: none; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row > .video-iframe-container { display: none; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .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); }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { border-width: 0; border-radius: 0; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:110.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Lfx9xwTNodEIUq6kciH2fvaB8WlEWrZD { color:#000000;display:block;width:70.1875rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:0rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#rGUt8PHe4FpoDfDQDAIr1IKRlyNS75CR { position:absolute;display:block;z-index:15070;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.125rem;left:0rem;display:block; }
#MVADBRAZ8i4FSAP2wOGIEn9ycDITf2vk { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:5.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#kCg9w8Qr5IAeG2ypAiPuyz0mEZgVZbWX { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#TT0PvycvK4cBG36BV9A824QgDNth85f4 { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:13.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#AqDk8LktW2nny1BaInx2Qn0dhrV2sroo { position:absolute;display:block;z-index:15073;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:13.8125rem;left:0rem;display:block; }
#Ii9WTJOdV1S07S3ntKmsCgmqBkSUN7NQ { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:17.537498474121rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#N9a0KWLfe9pAwVbeTCeA2vPMQRF7TT3J { position:absolute;display:block;z-index:15079;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:21.6875rem;left:0rem;display:block; }
#Lt4w9xUisawOtdrrivl3c6He3tvf7EaZ { color:#000000;display:block;width:70.5625rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:21.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#g9X0Qfh9xAMBPsS25dlymPuMUyhFLTbu { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:25.1875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#PHClmewehvuSMDuRDcT7iuM5aMFv4x0e { position:absolute;display:block;z-index:15077;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:29.375rem;left:0rem;display:block; }
#iafpelxtq4ek5l8mS6adOdbMrCI4vQFa { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:29.125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#y6FmnLiQdaqbvuZlBkyxdmDb5TBs0P5u { position:absolute;display:block;z-index:15067;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:0.43125915527344rem;left:0rem;display:block; }
#FZIaiTvfZONPr5vRqqgnAkVX7PQWdsLr { color:#999999;display:block;width:71.875rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.0625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#qp8LeUAU8cJ5vTidTXJhkQh7JuKdUVTA { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:48.4375rem;left:2.1875rem;height:1.875rem;font-style:normal;display:block; }
#kWMPgvg7GvcnTopcyEyty2XO7AsmosSs { position:absolute;display:block;z-index:15070;background-color:#e6e6e6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:48.875rem;left:0rem;display:block; }
#dUgVZG0y9CQNIfMiDykNr5xxlqKhuJZE { color:#999999;display:block;width:65rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:50.5625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#NZRU36OexAPpobLpzRdmqdUqTVceouUL { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:58.25rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#ZBkgIan3VkveSUniwqRmOwasPGOMl1zX { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:54.3125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#T678pIfLaotTOFZsVLQL2JMDMX68odns { position:absolute;display:block;z-index:15078;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:54.6875rem;left:0rem;display:block; }
#s02Oi4EBNDfk84HVzC7y4uq4c3IZ1Sx2 { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:91.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#AcqxyBs8xEFesP4RkuuNlhmeXURBXzmR { position:absolute;display:block;z-index:15090;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:91.875rem;left:0rem;display:block; }
#yoMqw2KvXAvawbt4x8WqoQlvRNLTO6Tk { color:#000000;display:block;width:71.375rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.5;letter-spacing:0;top:97.4375rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#S7eU5XXOsHFWfFaTd1ivFlPmVMHSZIl4 { position:absolute;display:block;z-index:15093;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:98rem;left:0rem;display:block; }
#N10OcEFdzWRiHxt0zrhXLTl8eKADVwmR { position:absolute;display:block;z-index:15079;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:37.1875rem;left:0rem;display:block; }
#mD2kcVvq2Gi39EnmEpUUbV29Np3ZHJhN { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:36.8125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#hN31tKZcmtMFHqkihxFRLFZ6WA2o2QIO { position:absolute;display:block;z-index:15078;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:104.1875rem;left:0rem;display:block; }
#sVC77uwaIHV4BEInnMITDRlKvhsQS8Rt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(0,0,0,0);border-left:0.0625rem solid rgba(0,0,0,0);border-right:0.0625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid rgba(0,0,0,0);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#45c3cc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:2.625rem;text-decoration:none;z-index:15130;text-align:left;text-align-last:left;top:103.4375rem;left:2.1875rem;display:block; }
#gDd7Www7XsuQwC9FRbDGdOCkiS5k7W74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRuE8Sn2RLMMsZmwlqaW7oOBCA80bZlt { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:33.087493896484rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#J2hN0gvUQamkBlrHsxctJzKI8BvqJTTP { position:absolute;display:block;z-index:15088;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:43.25rem;left:0rem;display:block; }
#H6biPK6JmXZNQHuaDSn8sqc0VElahClU { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:42.875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#WVzfZaRtFRp2mQUmrObxnbnnix2BJ2VW { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:62.0625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#C8mVF9aTTbqFqWTMDTIG7R1LftiVdTAP { position:absolute;display:block;z-index:15081;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:62.4375rem;left:0rem;display:block; }
#WshUVoTsHtyVGJSoz8xkLFWhnZ7FlezV { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:66rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#Uyv1k2wJshFP20TQXLodWIGKnIXRBC3F { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:69.75rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#dGbATkXI2KoM9LmQMOZUiQI6FzIExLnH { position:absolute;display:block;z-index:15084;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:70.125rem;left:0rem;display:block; }
#aZF8gklTWoDIk041419XHxTr5TAIq2wT { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:73.6875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#y4SLIlD3OHqhkwUz3A4miJWaqNqW2ANU { position:absolute;display:block;z-index:15087;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:77.875rem;left:0rem;display:block; }
#pcEAh92SEEKxSMboJ7xiTXcv34EBQU0V { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.5;letter-spacing:0;top:77.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#W9oDoIAtcEwIyRv1eytrhzx0HIqBQLf9 { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:81.4375rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#z3KpiLiw0hGDEVV0ZUbp1XQ6Bup5RqTJ { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:21.875rem;top:92rem;left:53.125rem;overflow:hidden;display:block; }
#GDN9fIC6gBsnBuaM7gQxTEisGgWrZDcb { color:#999999;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:88.5625rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#rCdbkwS9r3L8SJN7uxWMSrxB5VCD5P39 { color:#000000;display:block;width:63.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:84.625rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#ezIZN0sAeJO2hUUR8a7hnDnW8wTZmU1H { position:absolute;display:block;z-index:15090;background-color:#45c3cc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:85rem;left:0rem;display:block; }
#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { position:relative;display:block; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { background-color: transparent; background-image: none; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container > .video-iframe-container { display: none; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row > .video-iframe-container { display: none; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .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); }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { border-width: 0; border-radius: 0; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JP65wDhCyvK2OvdWCgyQ0Whq2wosPNsL { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:1.875rem;font-weight:700;z-index:15123;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehv6t6t5nOS9w73IsHHbUR7XX3ZLWKo6 { color:#666666;display:block;width:35rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:7.125rem;left:2.1875rem;height:5.625rem;font-style:normal;display:block; }
#R7SMz67AQ14IUlZkzklfTUQHJUbOz5TA { position:absolute;display:block;z-index:15067;background-color:#525bf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.5625rem;left:0rem;display:block; }
#in5Cblv6UrTQigZ1QpRoNkzlhoyvIm56 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3ecece;border-left:0.0625rem solid #3ecece;border-right:0.0625rem solid #3ecece;border-bottom:0.0625rem solid #3ecece;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3ecece;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.9375rem;left:2.1875rem;display:block; }
#fPApuOIVKoX4kp9XI9fofPqi85C5ipip { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O9MSFCFZLzUGFxPT1Au7lqJtVDcICSco { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:"instrument sans cond";font-size:1.5rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:13.75rem;left:39.6875rem;height:6.3rem;font-style:normal;display:block; }
#FBHKZC7IMu64wAi3Zos37SaEmDJnpnsv { color:#999999;display:block;width:31.5rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20.5625rem;left:39.6875rem;height:5.2rem;font-style:normal;display:block; }
#t2WfJLV2xd14MiVkEeTx1a9LQydoIZuc { color:#666666;display:block;width:35rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:7.125rem;left:39.6875rem;height:5.625rem;font-style:normal;display:block; }
#xOFilwNpSnVdKhPIpfAdbzDpqFWpDkrN { position:absolute;display:block;z-index:15077;background-color:#525bf3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:7.5625rem;left:37.5rem;display:block; }
#S72ydTca2dGxr3uIlQv7T70Dg7LwIzEx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3ecece;border-left:0.0625rem solid #3ecece;border-right:0.0625rem solid #3ecece;border-bottom:0.0625rem solid #3ecece;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3ecece;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.762500762939rem;left:39.6875rem;display:block; }
#OnP5D4qA0n8wPNrGiiShuADwP6aa75zp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aI9DGUeAwdmfHd3WkynPGFOAlXbpRQVq { color:#999999;display:block;width:31.5rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:18.3125rem;left:2.1875rem;height:2.6rem;font-style:normal;display:block; }
#G561B5GqkTiCKJhaQliJ1bC1ZQ7ETLEq { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"instrument sans cond";font-size:1.5rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:13.75rem;left:2.1875rem;height:4.2rem;font-style:normal;display:block; }
#IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"instrument sans cond";font-size:1.0625rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:22.3125rem;left:2.1875rem;height:10.8125rem;font-style:normal;display:block; }#IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo li:before{  }
#ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf { color:#000000;display:block;width:33.125rem;position:absolute;font-family:"instrument sans cond";font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:26.012499809265rem;left:39.6875rem;height:;font-style:normal;display:block; }#ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf li:before{  }
#R8xvxPld8UpSp899MSIxz2NFdKourNvP { position:relative;display:block; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP { background-color: transparent; background-image: none; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container > .video-iframe-container { display: none; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row > .video-iframe-container { display: none; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .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); }#R8xvxPld8UpSp899MSIxz2NFdKourNvP { border-width: 0; border-radius: 0; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CfXikClqIAFaAOCGe6dE6F5PhfutibrH { color:#111111;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZBUWcUpka4a3dmPon0PT14WM6nNeM2T { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:0rem;left:0rem;display:block; }
#gKvxLSfZsTpVlIMte78QpVFJmBX8gwr2 { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.4;letter-spacing:0;top:27.0625rem;left:30rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPLIwk5ehDmnk2CR86AzEh0TiX58lQ2l { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:27.0625rem;left:15rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wWvkzG5x8d370EKGF7hqr66ZbxVPaZp9 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.1875rem;left:19.375rem;overflow:hidden;display:block; }
#v4tahJr7SP1X2DmNwfEp2lBLQoXMdlpv { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.1875rem;left:34.375rem;overflow:hidden;display:block; }
#z3zMNPmq30PrPRfamm5Nom5vGV42Weq6 { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:27.0625rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#llgesE4SAKkGgNRdxp82TKrnxl2mKNuN { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:15.25rem;left:45rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ftB3yTfugdyTCTu69po9Nq1xLhVBmUoS { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:15.25rem;left:15rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTzZKIabHVfq3O0LnfJWUglsL4D6bKGQ { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:15.25rem;left:30rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FsnIiTUBayXVIxHwLt10VvyJ0P3Q6pHN { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.875rem;width:5.875rem;top:20.1875rem;left:4.375rem;overflow:hidden;display:block; }
#l2adhOPs8VZ8ABw6kA7lv3puQBn2xXA2 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:19.375rem;overflow:hidden;display:block; }
#D6PPEa0HEeR7VTTeqBCSIH3TesubSTAk { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:34.375rem;overflow:hidden;display:block; }
#kHmPdZKBigFx5sZOgTFMmGSl2xVFPgQm { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:49.375rem;overflow:hidden;display:block; }
#SAp2Sfvh8UiJT5HITPTTgPeJeGTzxQBP { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:15.25rem;left:60rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJnG81LZonBWNfl9Ep3dlrsDLnMgPhT0 { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:15.25rem;left:0rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fiuDsmy4F2cDy5nRW9NmLMen4XHG3AFT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:4.375rem;overflow:hidden;display:block; }
#vm2tUPuqDZG0Xo1LTRipuQxZNJJRm0cc { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.375rem;left:64.375rem;overflow:hidden;display:block; }
#F0Jn7AQiDUHeFrcgPAVHyTgQkRu6sTRe { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:27.0625rem;left:45rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vzrkD9drWmPA0gV7aI2qrCsVCsSx40iE { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.1875rem;left:49.375rem;overflow:hidden;display:block; }
#sRLeRX6I2ANV9AOFGdCCAR7oh9xWfhxv { color:#111111;display:block;width:15rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15051;line-height:1.4;letter-spacing:0;top:27.0625rem;left:60rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ko6Bc2THwVZU8yBO2r5xDZz0LygOPs0V { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:20.1875rem;left:64.375rem;overflow:hidden;display:block; }
#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP { position:relative;display:block; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP { background-color: transparent; background-image: none; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container > .video-iframe-container { display: none; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row > .video-iframe-container { display: none; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .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); }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP { border-width: 0; border-radius: 0; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M68thrRapzzC8Alp64KfQoh04lkrrGTC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #3ecece;border-left:0.0625rem solid #3ecece;border-right:0.0625rem solid #3ecece;border-bottom:0.0625rem solid #3ecece;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3ecece;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#LRUQDwuc2QHG7kUT0eZzqysJVdFSh5HC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { border-width: 0; border-radius: 0; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:none; }#VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:"instrument sans cond";font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.625rem;left:12.28125rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXaMoKfRMCBoWTlPcGxzyLxqS75T7ZpQ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:54.125rem;top:0rem;left:12.28125rem;overflow:hidden;display:block; }
#q6FBB4fSVXklukMO8VivsTprHf7w1czH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { border-width: 0; border-radius: 0; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:none; }#EL370Mf8pHbVedaliVolCy02gcP17X9o { color:#ffffff;display:block;width:50.4375rem;position:absolute;font-family:"instrument sans cond";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:12.28125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIJOElUncGRnh94d7fD4dhRU7zSPxTJd { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:21.25rem;width:28.75rem;top:13.0625rem;left:5.625rem;display:block; }
#Goe3QGeFTpaukgSwWPfMkcGVLTE6TsxC { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:19.375rem;width:28.75rem;top:14rem;left:40.6875rem;display:block; }
#tCJMCEnmCeKuQr1MomzUibLWHu3uLnNN { background-color:#3ecece;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.8125rem;left:11.875rem;display:block; }
#vzP0KQizlT0nT2Kt3ekiu9d8BuZ6KP13 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUWo6gXRXeqsGZI9svCFWgqoMxhq0Udf { background-color:#3ecece;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans cond";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.8125rem;left:46.9375rem;display:block; }
#XSJcztmXvq4Hw6W74Pit1foddpAcUt3Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zM7wCbRzEIUlE1nxtGN7fDHW6aux2pmx { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.8125rem;left:5.65625rem;height:6.500375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZtaQUlQNQomx6W1XVblqc8dmbm3LsaXl { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:40.625rem;height:6.500375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paemubQw1xtxHadcRqzgmxiLfkQHFwP7 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.5625rem;left:5.65625rem;height:1.62539375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gLTJSLeXQmNx0aUiPMnDuvaaFAyX2UsO { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5625rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5lbXUQCLhAOEBJRuIPN0s7m18NIIWgs { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.89453125rem;left:5.59375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3hrLzNMpOm2dWqvtcH6y4g6VTncUEZs { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.875rem;left:40.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcL0mTBMH5qMivdEAIgXnJMNeTJeJPmT { color:#aeaeae;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.25rem;left:5.59375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itKRRhsCLaNVEZmDB1k29CM0pWPxJQNC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.9375rem;left:18.4375rem;overflow:hidden;display:block; }
#LXy34eB5UMsx08g5XebSULWmrTIEuy9n { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:13.0625rem;left:27.71875rem;overflow:hidden;display:block; }
#d6zsfPWl5Kn0N1LX86JPiJsy9zhD1IZy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:3.625rem;top:15.25rem;left:53.25rem;overflow:hidden;display:block; }
#x24s8bw4nBB7Ui7kgPe0H8yOR0BZtp4i { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:54.125rem;top:0rem;left:7.625rem;overflow:hidden;display:block; }
#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row .container { border-width: 0; border-radius: 0; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:none; }#TSVpTipPKdWJq5HBRuBANnGF0zGFIEsF { color:#ffffff;display:block;width:56.25rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.125rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tq3JgCmTFWMDxe62qo8S2S73Qkp0zHfw { position:absolute;display:block;z-index:15018;background-color:#1cb7c2;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:0.6875rem;width:5.875rem;top:2.0625rem;left:50.875rem;display:block; }
#QIJB9GAqzXqbmdE9dIkiRTOJXZFHLpc7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:1rem;left:66.25rem; }
#UTQJxucewAifEPC90JnNGrpes4TUrFL7 { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:63.75rem;height:3.75rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0rem;left:5.625rem;display:block; }
#MW5I04lkm6GzNo8ZTEKwtQ7EqTJrf14E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DnLNmCO69WcT7I1GfyNb2rd1iW8Qir4u { position:absolute;display:block;z-index:15017;background-color:rgba(9,11,53,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.15) ;height:3.75rem;width:63.75rem;top:0rem;left:5.625rem;display:block; }
#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -moz-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -ms-linear-gradient(90deg, #1d737c, #1cb7c2);background-image: -o-linear-gradient(90deg, #1d737c, #1cb7c2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d737c', endColorstr='#1cb7c2' );";background-image: linear-gradient(90deg, #1d737c, #1cb7c2);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:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { border-width: 0; border-radius: 0; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:none; }#oZr9TrquDTy9SR13fzVd0QKewrt29n3e { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.49);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:0.0625rem;width:63.75rem;top:5rem;left:5.625rem;display:block; }
#fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { color:rgba(255,255,255,0.8);display:block;width:18.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.13671875rem;left:5.625rem;height:1.38164375rem;font-style:normal;display:block; }
#U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { color:rgba(255,255,255,0.8);display:block;width:12.125rem;position:absolute;font-family:"instrument sans cond";font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.13671875rem;left:45.6875rem;height:1.38125rem;font-style:normal;display:block; }
#UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { color:rgba(255,255,255,0.8);display:block;width:6.4375rem;position:absolute;font-family:"instrument sans cond";font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1364593505859rem;left:62.125rem;height:1.38125rem;font-style:normal;display:block; }
#KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.7250061035156rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.49);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:0.0625rem;width:63.75rem;top:10rem;left:5.625rem;display:block; }
#odVWnOoaFwABMnCemohkUwWP57ld5km5 { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.49);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:0.0625rem;width:63.75rem;top:15rem;left:5.625rem;display:block; }
#v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.49);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:0.0625rem;width:63.75rem;top:20rem;left:5.625rem;display:block; }
#gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.0625rem;left:5.625rem;height:3.0875rem;font-style:normal;display:block; }
#vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.4990234375rem;left:50.8125rem; }
#scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:6.4990234375rem;left:64.40625rem; }
#HL8XUfebL65CaXBJVh0slHOrB34eOGTq { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.4873046875rem;left:64.40625rem; }
#FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.4873046875rem;left:50.8125rem; }
#xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.9375rem;left:5.625rem;height:3.0875rem;font-style:normal;display:block; }
#GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.625rem;left:50.8125rem; }
#SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.49);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:0.0625rem;width:63.75rem;top:25rem;left:5.625rem;display:block; }
#EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { color:#ffffff;display:block;width:35.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:21.75rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.625rem;left:50.8125rem; }
#xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.49);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:0.0625rem;width:63.75rem;top:30rem;left:5.625rem;display:block; }
#nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:26.625rem;left:50.8125rem; }
#N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { color:#ffffff;display:block;width:38rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:26rem;left:5.625rem;height:3.0875rem;font-style:normal;display:block; }
#IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:26.625rem;left:64.4375rem; }
#UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.49);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:0.0625rem;width:63.75rem;top:35rem;left:5.625rem;display:block; }
#raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:31.0625rem;left:5.625rem;height:3.0875rem;font-style:normal;display:block; }
#LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.625rem;left:50.8125rem; }
#Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:31.625rem;left:64.4375rem; }
#TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.49);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:0.0625rem;width:63.75rem;top:40rem;left:5.625rem;display:block; }
#F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { color:#ffffff;display:block;width:38rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:36.6875rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#VyK29mlQXF3JJvSITGT4ak3TynwziuOa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:36.625rem;left:50.8125rem; }
#EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { position:absolute;display:block;z-index:15025;background-color:rgba(255,255,255,0.49);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:0.0625rem;width:63.75rem;top:45rem;left:5.625rem;display:block; }
#SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { color:#ffffff;display:block;width:38rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:41.75rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:41.625rem;left:50.8125rem; }
#szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:41.625rem;left:64.4375rem; }
#TmmOuTgNWzBNiXIb9TVV0PKN6DBawHCv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:46.625rem;left:50.8125rem; }
#msirvxTuOD5UEkL127pAsMy5y0G0Wkc5 { color:#ffffff;display:block;width:38rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:47rem;left:5.625rem;height:1.54375rem;font-style:normal;display:block; }
#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1a9f295-ddd7-454b-90d3-9f63d7783f49/DSC00596scaled.jpg");background-position: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:block; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.adaptive-delivery-prevent-bg, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyload, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyloading { background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { background-color: transparent; background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.65); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.65); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .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); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { border-width: 0; border-radius: 0; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt::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; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#kgf4pKH7TVsBTxN9XMPrioVLNScWszBk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.6875rem;left:47.1875rem;display:none; }
#xi8ZMXwQFnN5c9AoiZGFRckGcZq0uUW5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VidmuliepNbaUG2ap4vx7970unEMlakN { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJeyKPWR2M9zSxOvDzuzQDz91hbyH3KR { color:#ffffff;display:block;width:32rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:17.28125rem;left:43rem;height:19.59375rem;text-align:center;text-align-last:center;display:block; }
#aEtPI13ZZKwKg5tZLxAv449NmqvNw7b0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:12.5rem;left:57.125rem;overflow:hidden;display:block; }
#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { position:relative;display:block; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { background-color: transparent; background-image: none; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container > .video-iframe-container { display: none; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row > .video-iframe-container { display: none; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .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); }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { border-width: 0; border-radius: 0; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OoA6zdKmWx06b6tbprBWiTqJJMHPGUsQ { color:#111111;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8aAsCPa0u23BWhWBJWQhgfntydWTSEg { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.0041675567625rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#utIiIb4eA9zRThVRLEQbJEpqgQr1Lny5 { position:absolute;display:block;z-index:15027;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.1875rem;width:14.5625rem;top:13.09765625rem;left:20.030468940735rem;overflow:hidden;display:block; }
#TTcCTRWJUaISxnWV3XToaxg4D5VFNQVz { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:13.1875rem;top:12.754166603088rem;left:39.34375rem;overflow:hidden;display:block; }
#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { position:relative;display:block; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { background-color: transparent; background-image: none; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container > .video-iframe-container { display: none; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row > .video-iframe-container { display: none; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .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); }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { border-width: 0; border-radius: 0; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kVE4J5fvHSzLN015rTFQBfKS1DeZv3um { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#hKp83vRDu2MagTw3MpG2ubrV9Oxnyv3v { position:absolute;display:block;z-index:15025;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:2rem;width:14.875rem;top:6.5583333969119rem;left:50.84375rem;overflow:hidden;display:block; }
#ZTotDbfgWGxDBpGAIDw9m87Ty0aLE4JW { position:absolute;display:block;z-index:15026;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.75rem;width:10.4375rem;top:14.5rem;left:8rem;overflow:hidden;display:block; }
#LfEF2Se8wEs8PuAXTb8DNXl3wdQOtfu6 { position:absolute;display:block;z-index:15027;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.75rem;width:14.75rem;top:5.6833333969116rem;left:5.84375rem;overflow:hidden;display:block; }
#Gze5dXawOJ4x5Dx7XSFLcZsf5QW4MTEk { position:absolute;display:block;z-index:15028;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.125rem;width:14.5625rem;top:5.4958333969116rem;left:30.21875rem;overflow:hidden;display:block; }
#x7wsmbFXVDKPTh1aXF3sr1BGVPnKmvEL { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:16.6875rem;top:15.25rem;left:29.15625rem;overflow:hidden;display:block; }
#KXoJWzmatnOdpnIZ0wZTEAKxRtR3ecu1 { position:absolute;display:block;z-index:15030;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:5rem;width:9.5625rem;top:13.875rem;left:53.5rem;overflow:hidden;display:block; }
#KZ7W9mSVpMz7bP2W68svda5mXgMNIr0r { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.0625rem;top:23.6875rem;left:32.46875rem;overflow:hidden;display:block; }
#wOfDspI8A3QEm6azPoDazpQkW8EkghwX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:13.5625rem;top:23.6875rem;left:51.5rem;overflow:hidden;display:block; }
#dmy28o3m0am29k5KFTgOxTtETLJWGPEy { position:absolute;display:block;z-index:15033;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.9375rem;width:13.4375rem;top:25rem;left:6.5rem;overflow:hidden;display:block; }
#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { position:relative;display:block; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { background-color: transparent; background-image: none; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container > .video-iframe-container { display: none; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row > .video-iframe-container { display: none; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .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); }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { border-width: 0; border-radius: 0; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HncD6P489vgTF34EkVaaZZl7o3UpSdRM { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Z7pclmNsGatDcpKsV7U32Cmxsr2UHAZd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:15.8125rem;top:5.8125rem;left:44.625rem;overflow:hidden;display:block; }
#vnTIetCXsU18ueg1w8tilJrqcrrglzgo { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:13.9375rem;top:3.125rem;left:16.125rem;overflow:hidden;display:block; }
#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { border-top:0.0625rem solid #eaeaea;border-left:0rem solid rgba(0,0,0,0);border-right:0;border-bottom:0rem solid rgba(0,0,0,0);background-color:#fdfdfd;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; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { border-width: 0; border-radius: 0; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { color:#111111;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { color:#585858;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:13.125rem;left:0rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:10.9375rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:16.375rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { color:#585858;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:18.5625rem;left:0rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:22rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { color:#585858;display:block;width:67.5rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:24.1875rem;left:0rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { color:#585858;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:31.3125rem;left:0rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:29.125rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s5TSeEcOThqT1brZKsKVbk3EBt0CLu8T { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:34.625rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uOZ5Np8Evd0P8r1dAO1TvTSpQpX1iOFb { color:#585858;display:block;width:67.3125rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:36.8125rem;left:0rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.76171875rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { color:#585858;display:block;width:67.3125rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:42.3125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:40.125rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { border-width: 0; border-radius: 0; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { color:#585858;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:5.9260406494141rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.738525390625rem;left:0rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.1135406494137rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umSXavtKpW53h5pSVbkM6plakcMvtXnx { color:#585858;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.363540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:14.738540649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { color:#585858;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:16.926040649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#niiBOd1lynsPSXVNrpLATw76NIsRtInF { color:#585858;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:22.363540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20.176040649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TOeBblpO8TPVT309EvC6NChrXglw7ZtG { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:25.676040649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HVsNcSnrSdunJGf6bQvuRmgXgmCPvIEX { color:#585858;display:block;width:67.3125rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:27.863540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { color:#585858;display:block;width:72.625rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:33.301040649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { color:#111111;display:block;width:70.625rem;position:absolute;font-family:"instrument sans cond";font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:31.113540649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { background-color: transparent; background-image: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { display: none; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .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); }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { border-width: 0; border-radius: 0; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;position:relative;display:block; }#n8311dcfa8975fed4d0b542af33526a9.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b434a;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; } #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection *:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="text"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="email"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="tel"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection textarea:focus-visible { outline: none; } #gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row .container { background-color: transparent; background-image: none; }#gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row .container > .video-iframe-container { display: none; }#gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row > .video-iframe-container { display: none; }#gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .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); }#gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row .container { border-width: 0; border-radius: 0; }#gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/af86e2e9-b035-44c5-b8bb-99d598e4adcd/kongres_HPV_3_TABLET.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:47.75rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { top:3.2250003814698rem;left:1.125rem;width:4.3125rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVdE5DU5wW5sV7LK7cOEAfZBGp6m6ERt { width:25.25rem;height:7.65rem;top:5.875rem;left:0.625rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { top:14.398958206177rem;left:6.875rem;width:16.625rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBEFkBeaLNCyV2q9y6CcE7MTxoOPNqmV { width:5.25rem;height:1.75rem;top:3.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RmeXMNe46P40VZBFy916UoZnlJPP7PGp { width:8.875rem;height:1.75rem;top:3.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXnNZRT9AplI09MFnOeLKl0SndTZgw7H { top:3.1875rem;left:6.28125rem;width:7rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUBG6NMTeg20GGEEkTaCGtbGlH976QyU { width:12.6875rem;height:3.125rem;top:1.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdg112KsTtppzaX5Sc67G64RfAdyokW5 { width:16.25rem;height:3.75rem;top:18.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K9QBRZoeswkFUF5CzFx18QLLTLI8Mty8 { display:block; }
 }@media only screen and (max-width: 1199px) { #l58bPaOcy2pDtAbQIIDIKHDWgsyEE3EA { width:16.25rem;height:3.75rem;top:25.125rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTRkXVJ01qztKHBlZDnpQMCWnEKfmT0A { display:block; }
 }@media only screen and (max-width: 1199px) { #SUHpdKyLmofF65BJox00EwZqr8l3rICy { width:5.625rem;height:3.125rem;top:14.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WSVTgBz5J8s0XyNXNeBac3KTwFL5wwNX { width:18.75rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UK9l7p28XvzOIUATg4l7qTEp03LWhSe7 { width:10rem;height:6.0625rem;top:17.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tG7vDPQVcPfEC8IuPKA8LVh0GvUNUmoR { width:10rem;height:17.875rem;top:12.75rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fDtyMwRLJcl3EeEwo4qsnsytu2FiJQO5 { width:10rem;height:3.9rem;top:13.3125rem;left:37.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XAieK2C81tdgA5klwP2k6BdVDEbsz9sd { width:10.0625rem;height:3.4375rem;top:23.75rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pna0wwAqHiOWwZiMs1fUGTFkAL1i55Am { display:block; }
 }@media only screen and (max-width: 1199px) { #KrRP2LJrt9n9U5IM7PWCiQCG1MPcEkbG { width:10.0625rem;height:3.4375rem;top:27.1875rem;left:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOOffHBQESWUAdPuHc1dt5rBCyoopfT8 { display:block; }
 }@media only screen and (max-width: 1199px) { #am2uRKFpZdMXabhzuLTSLHhle3T2HIRh { width:15.6875rem;height:1.05625rem;top:23.8125rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J6nqwprwuDqZQgmX3sCtbpUsaDXVkAU0 { width:16.125rem;height:1.05625rem;top:29.125rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/af86e2e9-b035-44c5-b8bb-99d598e4adcd/kongres_HPV_3_TABLET.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT.adaptive-delivery-prevent-bg, #Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT.lazyload, #Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT.lazyloading { background-image: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container { background-color: transparent; background-image: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container > .video-iframe-container { display: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row > .video-iframe-container { display: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .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); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zTzwQ5ybh54WhJ45GGoFXPAIEFb7Zffr { top:8.8499984741213rem;left:1.125rem;width:4.3125rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p71qWOpNq1hfdzlmekthmdxUHCCZKOTe { width:25.25rem;height:5.1rem;top:14rem;left:0.625rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #HEn4mrMT0pNHaZNppH6q6DD9A1nCLS2l { top:20.523956298828rem;left:6.875rem;width:16.625rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qu5VO1r0KwSi8ILm493kSLx2NZOu2DKL { width:5.25rem;height:1.75rem;top:8.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7WLua9B3mIqBdOgvvsCbwzzurItZE8B { width:8.875rem;height:1.75rem;top:8.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mug5VThP2NJIM8AG6T8wOTopV6lgUFvd { top:8.8125rem;left:6.28125rem;width:7rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2ugRaOOK0QgAfSpo27iokoWunumHhHH { width:26.5rem;height:1.7875rem;top:11.75rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #akg3GqlZs9WJkng14FZ1WrUL07nHaShy { width:12.6875rem;height:3.125rem;top:1.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r882J5HMoMvNh8bZdAMi2ZuqSq0wsaW3 { width:5rem;height:1.7875rem;top:12.8125rem;left:42.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEy0BvdUoTEehPvEROsXMI3uOACKSJmw { width:5rem;height:5rem;top:7.22500038147rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFPXJQQ9yC7PmkMgK169fypv8XerdLcB { width:17.5rem;height:3.75rem;top:25rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bmgPH7JP5Rzkc7D2TxXvaoe20C8uagU3 { display:block; }
 }@media only screen and (max-width: 1199px) { #Lrh8gcMgT3ZQNO1qpOCuPPedoRkDc8Oy { width:5rem;height:1.7875rem;top:12.8125rem;left:36.299999237061rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LlFlTq6PnWowx0QroSwlQ3in1UqmzgFT { width:5rem;height:5rem;top:7.22500038147rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxQMGQDhekrRiwDyZ42BdZv8DkVul6AL { width:5.625rem;height:3.125rem;top:20.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICHztGrPdJxIxaBKIPMu27wo53BxxRUl { width:18.75rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI { display:block; }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vdnRU7svxLWXu4EwTBoUVPxHMNqyT9Ah { top:5.875rem;left:16.0625rem;width:15.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eN4d51IumeFAagameZAIdI25UpS1SpO6 { top:7.375rem;left:16.25rem;width:15.5rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K314fNhUcq8QTMTrWZ0Ei6EL03oNU0qE { top:7.375rem;left:-0.13541698455811rem;width:16.125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCIk3r0cLkao64k4gA24TDx1LvCQtJJO { top:5.84375rem;left:0rem;width:15.9375rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0yEu1omLQUu9frlqKpSpAAvJ7c6yuXf { top:7.375rem;left:32.625rem;width:14.375rem;height:2.45rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCiw9ZMOhvpsWDoJgCvT0TPBPzCsnifo { top:5.875rem;left:32rem;width:15.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hz82OTS57iOd8zDMbGTgkQryCluQWtkH { top:1.25rem;left:38.071876525879rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aeNDESP8fLoHTqIEXJFnvdkHmKPwTTim { top:1.25rem;left:6.0833330154419rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msn2h9wxBXS1QF9b0az0XeeM2r7XTrSN { top:1.25rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fadx0Q28fVx519Bg213FlgtM9yDCoPWz { width:47.75rem;height:6.4401064773738rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #rfReU95Q2bM5WREGATml2boQl2qPZOm8 { width:15.0625rem;height:2.125rem;top:7.625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XURQwbqnAWSABc77flyRhu2D4ukApabi { display:block; }
 }@media only screen and (max-width: 1199px) { #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { display:none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:47.75rem;height:64.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { top:2.5rem;left:7.8125rem;width:32.125rem;height:4.55rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:46.75rem;height:40.5rem;top:9rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XKLhSSGWqzmC0ZWZhd0WUsqQEGcUgMtW { width:6.25rem;height:6.25rem;top:51.625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4coniAAXpCy5btri4XkIk8i1LbkTQ1v { width:6.25rem;height:6.25rem;top:51.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u16lLvfmnxQ3TGPQD2v6c3Omn59E77Je { width:15.0625rem;height:2.4375rem;top:58.5rem;left:26.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8QXatzl4Ly62Ec1mwCzW0rzXROcIgQs { width:12.375rem;height:2.4375rem;top:58.5rem;left:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 { display:none; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row .container { width:47.75rem;height:17.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #cLv05pUX77WetbcHaMTbwwbSdc8ubTSI { width:18.125rem;height:1.3rem;top:0rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AGceypNNg6VQXKKDWmIgsdT42H9M2o99 { width:7.5rem;height:0.0625rem;top:0.625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hZ0htMxHOTDboxRQe1zzDagDz7LA6nBJ { width:7.5rem;height:0.0625rem;top:0.625rem;left:31.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IMkKruTrHL3QMbMqx947rskCPWo4P2uD { width:22.0625rem;height:12.1875rem;top:3.28125rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 { display:none; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row .container { width:47.75rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #s0ch1cCfVBzN5gZORl5TSM0PG67L5Nfv { width:16.25rem;height:3.75rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TC7pSE6E2CpVBJpwsX1VbWMK2TlL9DXV { display:block; }
 }@media only screen and (max-width: 1199px) { #bzfNGcCI0vbFgU5BvLtyCqLR5XsfmJbQ { display:none; }#bzfNGcCI0vbFgU5BvLtyCqLR5XsfmJbQ > .row .container { width:47.75rem;height:26.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #n23iCTcoFtFIxHDSIfnlTyX9gK6ZuN0X { top:2.5rem;left:7.8125rem;width:32.125rem;height:4.55rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hViNv26cv2aS1b9LGAfObP5yvKu65ttZ { width:43.5625rem;height:11.8125rem;top:8.8125rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsbVUHngVKm4J8i1L9Us6Rv35RtwS4tf { width:1.25rem;height:1.25rem;top:9.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fcT9a11iN4f2nnwiBcN6gL29a42d79BH { width:1.25rem;height:1.25rem;top:12.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E5QEs2muUyGaqhhGP22UcvDHlEF3H0VN { width:1.25rem;height:1.25rem;top:15.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h4WMumphqGPHxzAfhZEebzBhLoiuZTUR { width:1.25rem;height:1.25rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WLDpLSvqTJSDHBhF1cAMQTFy11w9kG5K { width:42.1875rem;height:1.875rem;top:22.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f768ViHrniC397bxINTTppbR86tx4LoK { display:none; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { width:47.75rem;height:18.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #qqEGAk8RWew5DDRi09HDucazTBE7av33 { width:11.625rem;height:2.7625rem;top:4.3125rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBUbo1RA0z1mx76LgQJDHT66L3v37bet { width:13.625rem;height:6.125rem;top:8.0625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { width:11.875rem;height:2.7625rem;top:4.3125rem;left:18.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { width:14.25rem;height:6.125rem;top:8.0625rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LIUUE5hvRNFTk0lr73JVOgt6aTch3D0d { width:14.8125rem;height:9.8rem;top:8.0625rem;left:32.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqpSUREJMZUkX1KumGCdpEi9zayfruPb { width:7.6875rem;height:2.7625rem;top:4.3125rem;left:35.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u10z2o2750bF2NVne1KZU02aphtsfNVs { width:3.4375rem;height:3.75rem;top:0rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { width:3.75rem;height:3.75rem;top:0rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUIMVDt3izi25UINf1i5N5bS55lgDCFw { width:3.125rem;height:3.75rem;top:0rem;left:38.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { display:block; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z7HTuUkUMHE0h9OKGT8NEcd7uvq6TIPU { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { display:block; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qBweaXTyTtJkIqSs75VoxaJfwc2dsVdU { width:15rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQSVPSfe6qfOQcG3wP4yP2tFVzrp8UD1 { width:15rem;height:1.95rem;top:2.0625rem;left:16.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwQBLDcSgV8eXxTFlANSVJ0VRxRghbnL { width:15rem;height:1.3rem;top:4.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VcsSczh0AF6L9GmB0ewB2rqiDnbTtxoS { width:15rem;height:1.3rem;top:4.125rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQVOKZXtuQEW5TnUryia3S9DwhQ42dl6 { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #zgIIwEbygVi1k7mwTOFbWxmuMVLCJnQ1 { display:block; }
 }@media only screen and (max-width: 1199px) { #gHtWApy9PVn2VT3Th0cpRIxA17IQ1SZv { width:15rem;height:5rem;top:1.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lSlhqyVWfZS314NZvdRwNBVqTw21yIZB { display:block; }
 }@media only screen and (max-width: 1199px) { #EDI6aIZ3QXWyKoAeXMW2LzAzQwGITrmT { width:31.625rem;height:0.0625rem;top:6.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NVtfVVvRil4uPRxaAowrFvAFBE0wsaC1 { width:12.5rem;height:3.9rem;top:1.875rem;left:33.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6xVdC8Zn2GORT4u4bwsA1uWzERRe80W { width:15rem;height:5rem;top:1.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tWEkKNscNq3KoaI5gDkbqy3r7y3ke4Vz { display:block; }
 }@media only screen and (max-width: 1199px) { #SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { display:block; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HVCnT6JxPX62v2GWfqHZe4SAVGv66JJq { width:15rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w6a7BnpcgocaWepqAFs0OXDtDNzhUuOm { width:15rem;height:1.95rem;top:2.0625rem;left:16.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #if5M1hWq7PkGo5mT5Nk61v43zTt1uqDM { width:15rem;height:1.3rem;top:4.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xudUGtzmuZtqGZqbKBmsT4xJsg4iWisc { width:15rem;height:1.3rem;top:4.125rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iRdkTIRwv49XNTO9QnK3DdZCWsMSB37V { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #CHmv50K8V8f18rbioWMdOCDT3dADpG5s { display:block; }
 }@media only screen and (max-width: 1199px) { #xIuwlWXcI9t3gOTny2OxSfNXy637Ww03 { width:15rem;height:5rem;top:1.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdTE28UHrCqpCDKl9nb21mxWbVmArXuE { display:block; }
 }@media only screen and (max-width: 1199px) { #lbqoBsmofv0q6REHXTg5ZiTalSiyZdE8 { width:15.8125rem;height:0.0625rem;top:6.1875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqNgWcpVcN1bsnui0y89CuSeVT1cqdBR { width:12.5rem;height:3.9rem;top:1.875rem;left:33.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTiMLm2rJPQXCXprKX6rmiTOS2n7OUXk { width:15rem;height:5rem;top:1.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQzq2qZzFOP6asddMyLF2dpFidiKu4cL { display:block; }
 }@media only screen and (max-width: 1199px) { #O1BVUVzIMdMNS5a6VIRnNOG6VPBlXaz9 { width:15.8125rem;height:0.0625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { display:block; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hnoZCl1dbKW8Q9z3596tAHEM2VkOU6xq { width:15rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a98u1Ef702A7P6ZD00zoeeRMoggEElG5 { width:15rem;height:1.95rem;top:2.0625rem;left:16.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eh0ZBZit34HbVdGXIOXMORc1w9LpbiES { width:15rem;height:1.3rem;top:4.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c74AdrCswZcD3czGwqtpk4xBFiifAGgX { width:15rem;height:1.3rem;top:4.125rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7fby19WcHKQ9warCCSCfTlXnLvw2g83 { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 1199px) { #QdC2GqOFV7htZAQPpa73UAG9m7bhnTAN { display:block; }
 }@media only screen and (max-width: 1199px) { #R2bDp7orfUhlXnBWrl3Awwttw3317oni { width:15rem;height:5rem;top:1.25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #APPrUO7TTnTHEPeSZkTgaLtQkLcdsIfA { display:block; }
 }@media only screen and (max-width: 1199px) { #kx7VlHXhbpivBAsvagFCcP23E2qssRTV { width:31.625rem;height:0.0625rem;top:6.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LbuBfCxQSJpP5ATpHt2bI7yedVQJOpcz { width:12.5rem;height:3.9rem;top:1.875rem;left:33.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CP2zkSkTviIGf0JhDHIWpocTefdevKMP { width:15rem;height:5rem;top:1.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C4MhPOu2xDNh3shsn60AeqoIMI9oQLZQ { display:block; }
 }@media only screen and (max-width: 1199px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:47.75rem;height:118.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TaqLgUTkHI5gWm7EGATwGhpCWyfuAbbN { width:43.0625rem;height:1.95rem;top:0rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { top:8.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { top:8.25rem;left:2.875rem;width:38.3125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PsDNbE7QQTE90nxSeFQZMAEokMQS3ugd { top:13.5625rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dp7EqQFo5TBDvcBydMwZJ61g1e5e1UhM { top:3.375rem;left:2.875rem;width:38.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0yQED5RlkdDrASrZAmLHiBTxRqkt9cb { top:17rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obhR5NoRyd0spcZQfET4OCexTBiJcbDI { top:16.5625rem;left:2.875rem;width:43.875rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtUnMITZaW1dSJWoxptKaAax0f4gcAht { top:21.875rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { top:24.9375rem;left:2.875rem;width:44.4375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #edlbifW6hhK7FkCNG3dz2MuoSC6Xnxdm { top:25.3125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDH8NGz8Te0pgGgaFyGtwgrQPyTtHEtS { top:35.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4NveS3eycJuPog76Vsae8hKg8ktGtkC { top:35.0625rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vEaON3A2vo605hRdLgDPJotTbv9cRxt8 { top:31.9375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKcJMamnAQhfV9eJIQozHgQER6JBUwf4 { top:40.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #guMFCvSMFSs4MzDrM35x9vkMghJxN5P6 { top:40.25rem;left:2.875rem;width:44.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dk48CfI4Tv9EWpo0Lx3T4ezVS1HGztRX { top:3.75rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #qSii5a8BPOo5KvZOEnm0uT1bxPa6CnSG { top:5.25rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i3wMnbWDcWXi2PxHyDg20KlsZoMboSly { top:60.0625rem;left:2.875rem;width:38.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S60Z2Pd3WsPJ1SbI2Dy63c9KnpabOF08 { top:60.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #mEqg1Iel6r2QnB9NbVL5NEkvn0E7qJPF { top:62rem;left:2.875rem;width:40.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d3wBzvSL3hfdTbhEriSkmMiLw7KWy5pd { top:70.5rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WfvWncySOwnKSCDAhz3OiCsH25LNKw3V { top:65.125rem;left:2.875rem;width:38.3125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqwOIrZwEXCiUFwxTnAJpKBsItUfewV2 { top:65.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVUTbpMQD95CW02s7xke0KT1R90TKfFw { top:77.125rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBbuiy2An2Mx0zFhO74rmsBpyJ8JHnQy { top:73.5rem;left:2.875rem;width:38.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3FlxlNTlalidPbeKew2Ki7AtbDJzO6P { top:73.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okrLWzI3zbVTiwovKfwTlT1aFwwWGnlC { top:80.3125rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIoim6TXKDMCzn53kJ4cg2WdvZAPpaLI { top:80.625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #na9EHfGilsBQlcmPBBs3SrqJyyNCWT7b { top:83.9375rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MuGixo7hpQ4Ia59i0PtLebyX3y30mhRG { top:86.8125rem;left:2.875rem;width:39.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJpCDgC9XGDn7DRELS6cT2UTAKXDnuTn { top:87.125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJ28wCI7mVGEkVP5uURnSdRvG1bGwXb2 { top:90.5rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DEvTNm9qf7nCBmVSVTVMCTWkA0BM1a6B { top:93.625rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BDXEVVoEbBCP7DXtfMET5rIiI0aZzSWr { top:94.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ylkUIHWPKb6INP9HF8LZbnT9VgI7qkyZ { top:107.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K8RHsaHNor4b2r5FRkNbtv7xc0ZpBcdK { top:107.1875rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AFGe5Dzn8F697Zgi06QkoLwLFNc5vpvC { top:112.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LUhbp3igplg92CHwc8BctEkTQPmq15pW { top:112.375rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWHKXIeilBKlUQbzDTywMWP8TduT3mPp { top:45.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iyW34O5QqT3NqBOrWkN9hSkJ1nsel44a { top:45.375rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEOGbWQ612528iQKp5A5avwvbDVkNtCX { top:49rem;left:2.875rem;width:38.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kaAycy5aAKD5aHxcKPFGIFoSFnyhTcTQ { top:53.3125rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a1C6yQ9offhootsoHDLVbmsydePBRrob { top:53.625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ryKnybBdC3RTJFCXrL86E91n1ZMfxwgo { top:97.25rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CqiTmkhPRZ13WkUGEW9SBdxrigek73Kt { top:56.9375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msVrbp83utXPQ93ZxILfRT4R0E0VeMPD { top:100.25rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s9o9EMTxkmhtdRJcsf9waqnlIowa398d { top:100.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QP4ca0ETN5P3fCgZahJAHV9IT61RhzSk { top:103.875rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { display:block; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container { width:47.75rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LJQkvkrk0J0TuobTZTLLLaD2NW4eLTNS { top:0rem;left:2.875rem;width:36.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCVwxB5vTIbzgngTvayNcB8tKm3fNT12 { top:5.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #caVuTEHqqo0R3JqQVW9GykJNdZA8Ml84 { top:5rem;left:2.875rem;width:40.625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OgTFsvmwtM94wADiEX86ux8eq999Zzw5 { top:10.25rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nP8FWIZWQMakG1ysfJTBf8c7T5ywSTa7 { top:13.3125rem;left:2.8746091127396rem;width:42.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A68zuee6yhWTc6IGg6B6EtfZN4oW8ei9 { top:13.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #As3GhOZWMREDChfmb85pMBrk1hb0L3uz { top:18.375rem;left:2.8746091127396rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9ZJwwATXc7My3l5V9qZcOcdk3oKRJRW { top:21.75rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oweNVcTy97yad6q5DOAdREVkyoPEIoz3 { top:21.3125rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPi8bvyfsgoaLOK9ugxrs6DCNKQa0mxQ { top:24.9375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQUHC580WJfbGWvUTLG3hSWd2sGDL4uf { top:28.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #av3yumMzGlN2M1HT4zOa7r23km30fNN0 { top:27.875rem;left:2.875rem;width:41.3125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ddp2fD1MwFX9XVfKL9yySKE6RTR3BRnR { top:0.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #A9S7vk5lqkT1FbVJuDTrHPw1RUaVi08D { top:1.9375rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PTMUSDSmFXQWXQhtfwfLHNtSMqqBbFum { top:33.25rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkOTk8pyPwPNfE17DrhNnzc99m4b0qKy { top:36.5625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZE6UrhMpR7UaN5ywX4oll7TnH8asEfGF { top:36.25rem;left:2.875rem;width:44.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vb0M1zIbRAbN70uQgTNR2TJ6k6mGS6XP { top:48.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ANVuTtVqBqU47bcdmUCrctasvFpeC0np { top:47.9375rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRLZCRWOT5F7mGJ9R4JS97lTq8ZhtFNf { top:43.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnTSEOt6g3LKrG5GTcJTyanVh6LkNVLa { top:42.875rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wnlR2ysniioBdTaRxWf9kE8EX2xND1m2 { top:39.875rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { display:block; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container { width:47.75rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uTc2wxN5zVfNbFtO6M6HeDCNoZJI5UoS { top:0rem;left:2.875rem;width:36.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bHN3KU2pED84CpJDfKgxWPGwFsrloFRU { top:5.4375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXUZRe3nCf0DBoLPi95UxTbZXct8ru6d { top:5rem;left:2.875rem;width:40.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rq1oh2u0m7ncD7vVwxUum90GHttUTgsP { top:8.625rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mw6lSQ2AGR06bLgxfvkkIGkSa2RBzGCG { top:11.5625rem;left:2.875rem;width:43.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hrscwfGvD2hxZ1S9iPHu8pbdsU6wydTd { top:11.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z6vxa1fGW9UTqc6iDilxrpvOapwW1mOG { top:15.3125rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XssNyWeoSUdTf5OKT3raDGmdCM68ehUO { top:18.75rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k8WALKd88QwBxzaHxw6JlXfodN8baz5a { top:18.3125rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0vTNZBzrmUeGOhgUTxfhzbCIWRRvUoo { top:21.9375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aUI9ctFV57ifFGb62x6hlS0TlQTKVkZS { top:25.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yiTnBfVq0owOvd01RhpX3WQi6I2NGFOT { top:24.9375rem;left:2.875rem;width:41.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Am5SlPmDuLl3awHlm3kGV8WqT8nowaa4 { top:0.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #r0gqCkf0vnWCJLCuurg0VNC0TNW7A9Li { top:1.9375rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yfNb7QQv9omXE9JnA8saQT3EFM74VMKe { top:50.625rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRZqIKP4FMuL9idIk2mKPNLZVrgdq7yP { top:50.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCPVTPR2KgGQ4pSxhaUskHO7Tz6aFTqD { top:56.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MiJR00rtW91Dn7UuTZwdOWaOotpTT4v0 { width:17rem;height:1.875rem;top:55.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mwWqXGMgwUqzouPZaM7JUTP6NEsbkG8a { display:block; }
 }@media only screen and (max-width: 1199px) { #hk8rptd52szTWohrOgVia8HGmBZM7tNW { top:28.5625rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4UADTHuCfhTuxshtmyMeXkFXnqNdNrF { top:31.875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghUOTsMeCbxB5wiscXqdnMq6ITZ0icX4 { top:31.5625rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBcQKTQRI8uzRI7koaart61NJ6hsn8bR { top:35.1875rem;left:2.875rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yu2P7bxhOkZDzvvrMhvatDVElr5rCx52 { top:45rem;left:2.875rem;width:43.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nXEPN89IfLeDL6xBmIRy3bJt3RGLGFWQ { top:41.9375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HbOtOkLrXsfNRM0FyJ2XOPHgMNi6gISo { top:38.3125rem;left:2.875rem;width:40.625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emUTTqSyfGJhLCahxLibU55TlFyR8ev4 { top:45.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJrhCouP8cvt73Jpo1InmyCJML3Ok0Pf { top:38.75rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VacAkTg9pF3CKBRsAMHIrmE9IFL3RuTB { width:20rem;height:9rem;top:45.6875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { display:block; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container { width:47.75rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #c3NOKOhnPs6N9t9FGJLnt3DnSSFcg7QB { width:43.0625rem;height:1.95rem;top:0rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ItSGQ2miyvz0VIHC5gNWu1waNHa8yMMk { top:3.6875rem;left:2.875rem;width:38.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvhxHUawkwJU5lPWAc9hLkAdiLCxpdXb { top:9.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BMRlrPmAvlrdfenR3U6tb37QZXe34kvZ { top:8.9375rem;left:2.875rem;width:26.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKTH6aTqfGgHcqGAm4dV30XRU5rxiUeg { top:12.6875rem;left:2.875rem;width:23.75rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uv4c0EuQEyZZO8N4o9tDf8q2JISivBTa { top:15.625rem;left:2.875rem;width:40.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p6Txv39cxukh1rqlpIO2TtLv0dGyMO30 { top:16rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gNSiiDEFV5qDOvohEcTTM91azw8blqqa { top:22.75rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G1XIRdemMMimzwwqlAc0osnoT7u6riR7 { top:22.4375rem;left:2.875rem;width:41.25rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffhcLeyIN7yTkDx9eSo2EgyOQzKp77uf { top:19.375rem;left:2.875rem;width:25.6875rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eCW2F38kwhEvm6UNQrMoufeTfTqRd2cc { top:32.875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n5kcbZHyv5PS91chU9D8y91nBPsTNay2 { top:32.5625rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9DVAyIqegTPRmqzc4n64T6tZCwi7Ib1 { top:4.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #b7MUxfVHOAiTvs4BU3vzBGEcdk2HsQcB { top:5.75rem;left:2.875rem;width:37.9375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zgUIZix5M8wS0Bv6A8xh21swDNqQv8TU { top:42.6875rem;left:2.875rem;width:44.0625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g6T1KnaIRU4BxvhFdVMTOU2LBB57Tx5Z { top:43.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #pkrEIzlgVkWnso6ecx0GrHbwL7VTgRl8 { top:44.625rem;left:2.875rem;width:43.625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v0tyxa3J4IOfa0OTe8oewTJIPT5BP73o { top:47.75rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXbLm1leQVh9uty5FQ9wEpMKtoZkBhWI { top:48.0625rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TuEOkr5T2ist5CPqTIU6l2ia9kKN2yvu { top:29.5625rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iT4QE8gNyDaqLkflMErHZqsyZV94s7tA { top:54.8125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #K3cOESLLRxAGPdfBQzFT0CK9SpK55Iyz { top:54.4375rem;left:2.875rem;width:44.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFr8Slyigg111uOQ1vJKlZS0eR6T4UD5 { top:58.125rem;left:2.875rem;width:43.625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UbFV8rVN6S4Ju6edtsurdVhmkAqCFn3l { top:61.1875rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eu9fTWgCFbOKd42uTc16z2Dz0o6OZFGv { top:61.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTZEMsEV05IxEibrdFbhxcxEpMeaxqUn { top:67.8125rem;left:2.875rem;width:44.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0RbzlDLfhyJlfJvrqnOTNZBNUQpEyFo { top:68.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #LP19x0z60GoaLbMIOkgvyLtyTiusS2sq { top:51.375rem;left:2.875rem;width:43.625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9qRnZo2ZcE6T5HQ8DcGSvPXRIxvBxQQ { top:64.8125rem;left:2.875rem;width:43.625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsM9Lxo9QMkThetl80nTZmDNO3Brx34s { top:73.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IV3x8kHRT5NsLEMrQRdX8Nh74awPZKDG { top:72.9375rem;left:2.875rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sscfefFr6NSlPcJRnmLZ5CbPMDG1TT3I { top:37.625rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oc957xdziRE8QkeJRh59e4UQb7Nhequl { top:37.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { display:block; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container { width:47.75rem;height:101.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lfx9xwTNodEIUq6kciH2fvaB8WlEWrZD { top:0rem;left:2.875rem;width:39.375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rGUt8PHe4FpoDfDQDAIr1IKRlyNS75CR { top:7.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVADBRAZ8i4FSAP2wOGIEn9ycDITf2vk { top:6.75rem;left:2.875rem;width:43.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kCg9w8Qr5IAeG2ypAiPuyz0mEZgVZbWX { top:10.4375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TT0PvycvK4cBG36BV9A824QgDNth85f4 { top:13.375rem;left:2.875rem;width:43.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqDk8LktW2nny1BaInx2Qn0dhrV2sroo { top:13.75rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ii9WTJOdV1S07S3ntKmsCgmqBkSUN7NQ { top:17.125rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N9a0KWLfe9pAwVbeTCeA2vPMQRF7TT3J { top:20.5rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lt4w9xUisawOtdrrivl3c6He3tvf7EaZ { top:20.125rem;left:2.875rem;width:42.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g9X0Qfh9xAMBPsS25dlymPuMUyhFLTbu { top:23.6875rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHClmewehvuSMDuRDcT7iuM5aMFv4x0e { top:28.75rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iafpelxtq4ek5l8mS6adOdbMrCI4vQFa { top:28.4375rem;left:2.8749999552965rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y6FmnLiQdaqbvuZlBkyxdmDb5TBs0P5u { top:0.375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #FZIaiTvfZONPr5vRqqgnAkVX7PQWdsLr { top:3.625rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qp8LeUAU8cJ5vTidTXJhkQh7JuKdUVTA { top:45.5625rem;left:2.8749999552965rem;width:44.5rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWMPgvg7GvcnTopcyEyty2XO7AsmosSs { top:45.9375rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #dUgVZG0y9CQNIfMiDykNr5xxlqKhuJZE { top:47.625rem;left:2.8749999552965rem;width:44.0625rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZRU36OexAPpobLpzRdmqdUqTVceouUL { top:54.5rem;left:2.8749999552965rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBkgIan3VkveSUniwqRmOwasPGOMl1zX { top:50.75rem;left:2.8749999552965rem;width:38.3125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T678pIfLaotTOFZsVLQL2JMDMX68odns { top:51.0625rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s02Oi4EBNDfk84HVzC7y4uq4c3IZ1Sx2 { top:85.312469482425rem;left:2.8749999552965rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AcqxyBs8xEFesP4RkuuNlhmeXURBXzmR { top:85.624969482425rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yoMqw2KvXAvawbt4x8WqoQlvRNLTO6Tk { top:90.437469482425rem;left:2.8749999552965rem;width:44.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S7eU5XXOsHFWfFaTd1ivFlPmVMHSZIl4 { top:90.749969482425rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N10OcEFdzWRiHxt0zrhXLTl8eKADVwmR { top:35.6875rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mD2kcVvq2Gi39EnmEpUUbV29Np3ZHJhN { top:35.375rem;left:2.8749999552965rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hN31tKZcmtMFHqkihxFRLFZ6WA2o2QIO { top:95.999969482425rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVC77uwaIHV4BEInnMITDRlKvhsQS8Rt { width:17rem;height:1.875rem;top:95.562469482425rem;left:2.7499999552965rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDd7Www7XsuQwC9FRbDGdOCkiS5k7W74 { display:block; }
 }@media only screen and (max-width: 1199px) { #KRuE8Sn2RLMMsZmwlqaW7oOBCA80bZlt { top:32.1875rem;left:2.8749999552965rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2hN0gvUQamkBlrHsxctJzKI8BvqJTTP { top:40.875rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H6biPK6JmXZNQHuaDSn8sqc0VElahClU { top:40.5625rem;left:2.8749999552965rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WVzfZaRtFRp2mQUmrObxnbnnix2BJ2VW { top:57.625rem;left:2.8749999552965rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8mVF9aTTbqFqWTMDTIG7R1LftiVdTAP { top:57.9375rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WshUVoTsHtyVGJSoz8xkLFWhnZ7FlezV { top:61.375rem;left:2.8749999552965rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uyv1k2wJshFP20TQXLodWIGKnIXRBC3F { top:64.4375rem;left:2.8749999552965rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGbATkXI2KoM9LmQMOZUiQI6FzIExLnH { top:64.75rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZF8gklTWoDIk041419XHxTr5TAIq2wT { top:68.1875rem;left:2.8749999552965rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y4SLIlD3OHqhkwUz3A4miJWaqNqW2ANU { top:71.8125rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pcEAh92SEEKxSMboJ7xiTXcv34EBQU0V { top:71.5rem;left:2.8749999552965rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W9oDoIAtcEwIyRv1eytrhzx0HIqBQLf9 { top:75.25rem;left:2.8749999552965rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3KpiLiw0hGDEVV0ZUbp1XQ6Bup5RqTJ { width:20rem;height:9rem;top:85.499969482425rem;left:27.750001147389rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GDN9fIC6gBsnBuaM7gQxTEisGgWrZDcb { top:82.124969482425rem;left:2.8749999552965rem;width:44.125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCdbkwS9r3L8SJN7uxWMSrxB5VCD5P39 { top:78.375rem;left:2.8749999552965rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ezIZN0sAeJO2hUUR8a7hnDnW8wTZmU1H { top:78.6875rem;left:0.62500001490119rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { display:block; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container { width:47.75rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JP65wDhCyvK2OvdWCgyQ0Whq2wosPNsL { width:43.0625rem;height:3.9rem;top:0rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehv6t6t5nOS9w73IsHHbUR7XX3ZLWKo6 { top:5.5625rem;left:2.875rem;width:38.3125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7SMz67AQ14IUlZkzklfTUQHJUbOz5TA { top:5.9375rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#525bf3;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #in5Cblv6UrTQigZ1QpRoNkzlhoyvIm56 { width:16.25rem;height:3.75rem;top:29.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fPApuOIVKoX4kp9XI9fofPqi85C5ipip { display:block; }
 }@media only screen and (max-width: 1199px) { #O9MSFCFZLzUGFxPT1Au7lqJtVDcICSco { top:42.0625rem;left:2.875rem;width:43.875rem;height:3.675rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBHKZC7IMu64wAi3Zos37SaEmDJnpnsv { top:46.25rem;left:2.875rem;width:38.4375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2WfJLV2xd14MiVkEeTx1a9LQydoIZuc { top:35.875rem;left:2.875rem;width:38.3125rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xOFilwNpSnVdKhPIpfAdbzDpqFWpDkrN { top:36.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;background-color:#525bf3;background-image:none;display:block; }
 }@media only screen and (max-width: 1199px) { #S72ydTca2dGxr3uIlQv7T70Dg7LwIzEx { width:16.25rem;height:3.75rem;top:62.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OnP5D4qA0n8wPNrGiiShuADwP6aa75zp { display:block; }
 }@media only screen and (max-width: 1199px) { #aI9DGUeAwdmfHd3WkynPGFOAlXbpRQVq { top:13.875rem;left:2.875rem;width:38.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G561B5GqkTiCKJhaQliJ1bC1ZQ7ETLEq { top:11.5625rem;left:2.875rem;width:43.875rem;height:1.8375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo { top:17.5rem;left:2.875rem;width:43.875rem;height:10.8125rem;font-size:1.0625rem;display:block; }#IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo li:before{  }
 }@media only screen and (max-width: 1199px) { #ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf { top:51.125rem;left:2.875rem;width:41.4375rem;height:10.5rem;font-size:1.0625rem;display:block; }#ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf li:before{  }
 }@media only screen and (max-width: 1199px) { #R8xvxPld8UpSp899MSIxz2NFdKourNvP { display:block; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container { width:47.75rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CfXikClqIAFaAOCGe6dE6F5PhfutibrH { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qZBUWcUpka4a3dmPon0PT14WM6nNeM2T { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKvxLSfZsTpVlIMte78QpVFJmBX8gwr2 { width:11.9375rem;height:2.45rem;top:25.512500762939rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPLIwk5ehDmnk2CR86AzEh0TiX58lQ2l { width:11.9375rem;height:1.225rem;top:25.512500762939rem;left:23.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wWvkzG5x8d370EKGF7hqr66ZbxVPaZp9 { width:6.25rem;height:6.25rem;top:18.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4tahJr7SP1X2DmNwfEp2lBLQoXMdlpv { width:6.25rem;height:6.25rem;top:18.625rem;left:38.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3zMNPmq30PrPRfamm5Nom5vGV42Weq6 { width:11.9375rem;height:2.45rem;top:25.512500762939rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llgesE4SAKkGgNRdxp82TKrnxl2mKNuN { width:11.9375rem;height:1.225rem;top:13.75rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ftB3yTfugdyTCTu69po9Nq1xLhVBmUoS { width:11.9375rem;height:2.45rem;top:13.75rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTzZKIabHVfq3O0LnfJWUglsL4D6bKGQ { width:11.9375rem;height:1.225rem;top:13.75rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FsnIiTUBayXVIxHwLt10VvyJ0P3Q6pHN { width:5.875rem;height:5.875rem;top:18.8125rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2adhOPs8VZ8ABw6kA7lv3puQBn2xXA2 { width:6.25rem;height:6.25rem;top:6.875rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6PPEa0HEeR7VTTeqBCSIH3TesubSTAk { width:6.25rem;height:6.25rem;top:6.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kHmPdZKBigFx5sZOgTFMmGSl2xVFPgQm { width:6.25rem;height:6.25rem;top:6.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAp2Sfvh8UiJT5HITPTTgPeJeGTzxQBP { width:11.9375rem;height:1.225rem;top:25.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJnG81LZonBWNfl9Ep3dlrsDLnMgPhT0 { width:11.9375rem;height:1.225rem;top:13.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fiuDsmy4F2cDy5nRW9NmLMen4XHG3AFT { width:6.25rem;height:6.25rem;top:6.875rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vm2tUPuqDZG0Xo1LTRipuQxZNJJRm0cc { width:6.25rem;height:6.25rem;top:18.625rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0Jn7AQiDUHeFrcgPAVHyTgQkRu6sTRe { width:11.9375rem;height:1.225rem;top:25.512500762939rem;left:35.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vzrkD9drWmPA0gV7aI2qrCsVCsSx40iE { width:6.25rem;height:6.25rem;top:18.625rem;left:38.65625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sRLeRX6I2ANV9AOFGdCCAR7oh9xWfhxv { width:11.9375rem;height:1.225rem;top:25.512500762939rem;left:35.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ko6Bc2THwVZU8yBO2r5xDZz0LygOPs0V { width:6.25rem;height:6.25rem;top:18.625rem;left:38.65625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kIy8zoxtr8COhtah2fxPzo26CWoRHNGP { display:block; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M68thrRapzzC8Alp64KfQoh04lkrrGTC { width:16.25rem;height:3.75rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRUQDwuc2QHG7kUT0eZzqysJVdFSh5HC { display:block; }
 }@media only screen and (max-width: 1199px) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:47.75rem;height:25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:31.9375rem;height:7.15rem;top:8.925000190735rem;left:7.90625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mXaMoKfRMCBoWTlPcGxzyLxqS75T7ZpQ { width:47.75rem;height:21.118071593534rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6FBB4fSVXklukMO8VivsTprHf7w1czH { display:none; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { width:47.75rem;height:33.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EL370Mf8pHbVedaliVolCy02gcP17X9o { width:31.9375rem;height:6.175rem;top:2rem;left:7.90625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIJOElUncGRnh94d7fD4dhRU7zSPxTJd { width:22.5rem;height:20.625rem;top:10.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Goe3QGeFTpaukgSwWPfMkcGVLTE6TsxC { width:22.5rem;height:18.1875rem;top:11.875rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCJMCEnmCeKuQr1MomzUibLWHu3uLnNN { width:16.25rem;height:3.75rem;top:24.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzP0KQizlT0nT2Kt3ekiu9d8BuZ6KP13 { display:block; }
 }@media only screen and (max-width: 1199px) { #FUWo6gXRXeqsGZI9svCFWgqoMxhq0Udf { width:16.25rem;height:3.75rem;top:24.375rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XSJcztmXvq4Hw6W74Pit1foddpAcUt3Z { display:block; }
 }@media only screen and (max-width: 1199px) { #zM7wCbRzEIUlE1nxtGN7fDHW6aux2pmx { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtaQUlQNQomx6W1XVblqc8dmbm3LsaXl { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paemubQw1xtxHadcRqzgmxiLfkQHFwP7 { width:22.4375rem;height:1.38164375rem;top:16.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gLTJSLeXQmNx0aUiPMnDuvaaFAyX2UsO { width:22.3125rem;height:1.38164375rem;top:16.25rem;left:24.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5lbXUQCLhAOEBJRuIPN0s7m18NIIWgs { width:22.4375rem;height:0.975rem;top:22.625rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3hrLzNMpOm2dWqvtcH6y4g6VTncUEZs { width:22.25rem;height:0.975rem;top:22.625rem;left:24.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcL0mTBMH5qMivdEAIgXnJMNeTJeJPmT { width:22.5rem;height:1.21875rem;top:29.070833206177rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #itKRRhsCLaNVEZmDB1k29CM0pWPxJQNC { width:3.125rem;height:3.125rem;top:12.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXy34eB5UMsx08g5XebSULWmrTIEuy9n { width:6.6875rem;height:6.6875rem;top:10.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d6zsfPWl5Kn0N1LX86JPiJsy9zhD1IZy { width:3.625rem;height:2.5rem;top:12.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x24s8bw4nBB7Ui7kgPe0H8yOR0BZtp4i { width:47.75rem;height:21.118071593534rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK { display:none; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row .container { width:47.75rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TSVpTipPKdWJq5HBRuBANnGF0zGFIEsF { width:42.5625rem;height:1.38125rem;top:0.8125rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15042;display:block; }
 }@media only screen and (max-width: 1199px) { #tq3JgCmTFWMDxe62qo8S2S73Qkp0zHfw { width:5rem;height:0.6875rem;top:1.625rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QIJB9GAqzXqbmdE9dIkiRTOJXZFHLpc7 { width:1.875rem;height:1.875rem;top:0.5625rem;left:44.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UTQJxucewAifEPC90JnNGrpes4TUrFL7 { width:46.5rem;height:3rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MW5I04lkm6GzNo8ZTEKwtQ7EqTJrf14E { display:block; }
 }@media only screen and (max-width: 1199px) { #DnLNmCO69WcT7I1GfyNb2rd1iW8Qir4u { width:46.5rem;height:3rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:47.75rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:46.5rem;height:0.0625rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:18.625rem;height:1.13789375rem;top:0rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:12.125rem;height:1.13789375rem;top:0rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:7.6875rem;height:1.13789375rem;top:0rem;left:39.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:12.5rem;height:1.3rem;top:3.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { width:46.5rem;height:0.0625rem;top:15.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:46.5rem;height:0.0625rem;top:10.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:46.5rem;height:0.0625rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:27.375rem;height:2.6rem;top:6.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { width:1.25rem;height:1.25rem;top:3.0687484741211rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { width:1.25rem;height:1.25rem;top:3.068359375rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { width:1.25rem;height:1.25rem;top:7.44921875rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { width:1.25rem;height:1.25rem;top:7.44921875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:27.375rem;height:2.6rem;top:11.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { width:1.25rem;height:1.25rem;top:12.13671875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:46.5rem;height:0.0625rem;top:19.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:27.375rem;height:1.3rem;top:16.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { width:1.25rem;height:1.25rem;top:16.82421875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:46.5rem;height:0.0625rem;top:25.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { width:1.25rem;height:1.25rem;top:22.26171875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:29.3125rem;height:2.6rem;top:21.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { width:1.25rem;height:1.25rem;top:22.26171875rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:46.5rem;height:0.0625rem;top:30.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:28.5625rem;height:2.6rem;top:26.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { width:1.25rem;height:1.25rem;top:27.375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { width:1.25rem;height:1.25rem;top:27.375rem;left:42.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:46.5rem;height:0.0625rem;top:35.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:29.3125rem;height:2.6rem;top:31.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyK29mlQXF3JJvSITGT4ak3TynwziuOa { width:1.25rem;height:1.25rem;top:32.1875rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:46.5rem;height:0.0625rem;top:38.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:29.3125rem;height:1.3rem;top:36.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { width:1.25rem;height:1.25rem;top:36.505859375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { width:1.25rem;height:1.25rem;top:36.505859375rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TmmOuTgNWzBNiXIb9TVV0PKN6DBawHCv { width:1.25rem;height:1.25rem;top:40.56875038147rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #msirvxTuOD5UEkL127pAsMy5y0G0Wkc5 { width:29.3125rem;height:1.3rem;top:40.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt { display:block; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kgf4pKH7TVsBTxN9XMPrioVLNScWszBk { width:16.25rem;height:3.75rem;top:15.1875rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xi8ZMXwQFnN5c9AoiZGFRckGcZq0uUW5 { display:block; }
 }@media only screen and (max-width: 1199px) { #VidmuliepNbaUG2ap4vx7970unEMlakN { top:2.5rem;left:6.125rem;width:35.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJeyKPWR2M9zSxOvDzuzQDz91hbyH3KR { width:30rem;height:18.5625rem;top:20.0625rem;left:8.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #aEtPI13ZZKwKg5tZLxAv449NmqvNw7b0 { top:15.9375rem;left:22.15625rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { display:block; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container { width:47.75rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OoA6zdKmWx06b6tbprBWiTqJJMHPGUsQ { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8aAsCPa0u23BWhWBJWQhgfntydWTSEg { width:46.375rem;height:1.1375rem;top:7.1114587783812rem;left:0.68749997019769rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #utIiIb4eA9zRThVRLEQbJEpqgQr1Lny5 { width:11.125rem;height:3.25rem;top:11.4375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTcCTRWJUaISxnWV3XToaxg4D5VFNQVz { width:12.0625rem;height:4.375rem;top:10.875rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { display:block; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container { width:47.75rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kVE4J5fvHSzLN015rTFQBfKS1DeZv3um { width:46.375rem;height:1.1375rem;top:0rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hKp83vRDu2MagTw3MpG2ubrV9Oxnyv3v { width:11.8125rem;height:1.5rem;top:10.888542175293rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZTotDbfgWGxDBpGAIDw9m87Ty0aLE4JW { width:8.1875rem;height:2.875rem;top:10.201042175293rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LfEF2Se8wEs8PuAXTb8DNXl3wdQOtfu6 { width:10.5625rem;height:2.625rem;top:4.25rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gze5dXawOJ4x5Dx7XSFLcZsf5QW4MTEk { width:12.1875rem;height:3.375rem;top:3.875rem;left:29.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x7wsmbFXVDKPTh1aXF3sr1BGVPnKmvEL { width:14.6875rem;height:1.875rem;top:16.8125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KXoJWzmatnOdpnIZ0wZTEAKxRtR3ecu1 { width:7.125rem;height:3.75rem;top:15.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZ7W9mSVpMz7bP2W68svda5mXgMNIr0r { width:8.8125rem;height:4rem;top:22.0625rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOfDspI8A3QEm6azPoDazpQkW8EkghwX { width:12.125rem;height:4rem;top:22.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dmy28o3m0am29k5KFTgOxTtETLJWGPEy { width:13.4375rem;height:1.9375rem;top:31.375rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { display:block; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HncD6P489vgTF34EkVaaZZl7o3UpSdRM { width:46.375rem;height:1.1375rem;top:0rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z7pclmNsGatDcpKsV7U32Cmxsr2UHAZd { width:12rem;height:1.625rem;top:4.0125007629394rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vnTIetCXsU18ueg1w8tilJrqcrrglzgo { width:11.6875rem;height:6.25rem;top:1.7000007629394rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { background-color:#fdfdfd;background-image:none;display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { background-color: transparent; background-image: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row > .video-iframe-container { display: none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .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); }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:47.75rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { top:2.5rem;left:6.125rem;width:35.5rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:46.5rem;height:1.6rem;top:12.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:46.5rem;height:1.70039375rem;top:9.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:46.5rem;height:1.70039375rem;top:15.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:46.5rem;height:1.6rem;top:17.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { width:46.5rem;height:1.70039375rem;top:21.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { width:46.5rem;height:3rem;top:23.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:46.5rem;height:1.6rem;top:30.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:46.5rem;height:1.70039375rem;top:28rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5TSeEcOThqT1brZKsKVbk3EBt0CLu8T { width:46.5rem;height:1.70039375rem;top:33.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOZ5Np8Evd0P8r1dAO1TvTSpQpX1iOFb { width:46.5rem;height:1.6rem;top:35.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:21.875rem;height:1.62539375rem;top:6.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:46.5rem;height:3rem;top:40.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:46.5rem;height:1.70039375rem;top:38.75rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { background-color:#fdfdfd;background-image:none;display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { background-color: transparent; background-image: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row > .video-iframe-container { display: none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .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); }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:47.75rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:46.5rem;height:1.5rem;top:5.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:46.5rem;height:1.59375rem;top:3.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:46.5rem;height:1.70039375rem;top:8.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:46.5rem;height:3rem;top:10.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:46.5rem;height:1.70039375rem;top:15.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:43.5rem;height:3rem;top:17.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:46.5rem;height:1.5rem;top:24.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:46.5rem;height:1.70039375rem;top:22.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TOeBblpO8TPVT309EvC6NChrXglw7ZtG { width:46.5rem;height:1.70039375rem;top:27.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HVsNcSnrSdunJGf6bQvuRmgXgmCPvIEX { width:46.5rem;height:1.5rem;top:29.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:21.875rem;height:1.62539375rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:45rem;height:3rem;top:35.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:46.5rem;height:1.70039375rem;top:32.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection { display:block; } #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection *:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="text"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="email"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="tel"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection textarea:focus-visible { outline: none; } #gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/3b4c79b4-ffe1-4ed5-a90b-d0c7f2dff1e8/kongres_HPV_3_MOBILE2.png");background-position:top 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.adaptive-delivery-prevent-bg, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyload, #RLRCl7HwlotanJXNGmxyRsIDpuCEc20S.lazyloading { background-image: none; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { border-width: 0; border-radius: 0; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLRCl7HwlotanJXNGmxyRsIDpuCEc20S > .row .container { width:20rem;height:50.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { width:3.8125rem;height:1.3rem;top:6.0625rem;left:4.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DVdE5DU5wW5sV7LK7cOEAfZBGp6m6ERt { width:19.5rem;height:5.85rem;top:8.7515630722044rem;left:0.24960938096046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdX1u9P8qfxIzsSRZBEss4tsWBlr13G0 { width:13.25rem;height:2.68125rem;top:28.1875rem;left:6rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15016;line-height:1.3;color:#797979;display:block; }
 }@media only screen and (max-width: 763px) { #vBEFkBeaLNCyV2q9y6CcE7MTxoOPNqmV { width:4.1875rem;height:1.5625rem;top:5.9375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmeXMNe46P40VZBFy916UoZnlJPP7PGp { width:6.875rem;height:1.5625rem;top:5.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXnNZRT9AplI09MFnOeLKl0SndTZgw7H { width:6.25rem;height:1.3rem;top:6.0625rem;left:9.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KUBG6NMTeg20GGEEkTaCGtbGlH976QyU { width:10.3125rem;height:2.5rem;top:1.375rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdg112KsTtppzaX5Sc67G64RfAdyokW5 { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;font-size:1.125rem;background-color:#3ecece;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K9QBRZoeswkFUF5CzFx18QLLTLI8Mty8 { display:block; }
 }@media only screen and (max-width: 763px) { #l58bPaOcy2pDtAbQIIDIKHDWgsyEE3EA { width:16.25rem;height:3.625rem;top:38rem;left:1.875rem;font-size:1.125rem;color:#3ecece;border-top:0.125rem solid #3ecece;border-left:0.125rem solid #3ecece;border-right:0.125rem solid #3ecece;border-bottom:0.125rem solid #3ecece;background-color:rgba(255,255,255,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HTRkXVJ01qztKHBlZDnpQMCWnEKfmT0A { display:block; }
 }@media only screen and (max-width: 763px) { #SUHpdKyLmofF65BJox00EwZqr8l3rICy { width:4.5rem;height:2.5rem;top:28.31875038147rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSVTgBz5J8s0XyNXNeBac3KTwFL5wwNX { top:1.625rem;left:4.9375rem;width:10.125rem;height:2.5rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UK9l7p28XvzOIUATg4l7qTEp03LWhSe7 { width:10rem;height:6.0625rem;top:45rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tG7vDPQVcPfEC8IuPKA8LVh0GvUNUmoR { width:20rem;height:5.75rem;top:45rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDtyMwRLJcl3EeEwo4qsnsytu2FiJQO5 { width:20rem;height:1.1375rem;top:45.75rem;left:0rem;font-size:0.875rem;color:#6b6b6b;display:block; }
 }@media only screen and (max-width: 763px) { #XAieK2C81tdgA5klwP2k6BdVDEbsz9sd { width:7.8125rem;height:2.5rem;top:47.5625rem;left:1.875rem;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.875rem;background-color:#3ecece;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pna0wwAqHiOWwZiMs1fUGTFkAL1i55Am { display:block; }
 }@media only screen and (max-width: 763px) { #KrRP2LJrt9n9U5IM7PWCiQCG1MPcEkbG { width:7.8125rem;height:2.5rem;top:47.5625rem;left:10.3125rem;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.875rem;background-color:#3ecece;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TOOffHBQESWUAdPuHc1dt5rBCyoopfT8 { display:block; }
 }@media only screen and (max-width: 763px) { #am2uRKFpZdMXabhzuLTSLHhle3T2HIRh { width:16.25rem;height:1.1375rem;top:36.375rem;left:1.875rem;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #J6nqwprwuDqZQgmX3sCtbpUsaDXVkAU0 { width:13.75rem;height:2.275rem;top:42.05625rem;left:3.125rem;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT { background-color:#b3b3b3;background-image:url("https://images.assets-landingi.com/uc/3b4c79b4-ffe1-4ed5-a90b-d0c7f2dff1e8/kongres_HPV_3_MOBILE2.png");background-position:top 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT.adaptive-delivery-prevent-bg, #Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT.lazyload, #Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT.lazyloading { background-image: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container { background-color: transparent; background-image: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container > .video-iframe-container { display: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row > .video-iframe-container { display: none; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .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); }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container { border-width: 0; border-radius: 0; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6LpUUZcsr7MgsW8MGezHE48NT7hGccT > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTzwQ5ybh54WhJ45GGoFXPAIEFb7Zffr { width:3.8125rem;height:1.3rem;top:5.9375rem;left:4.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p71qWOpNq1hfdzlmekthmdxUHCCZKOTe { width:19.5rem;height:3.9rem;top:10.377083778381rem;left:0.25rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEn4mrMT0pNHaZNppH6q6DD9A1nCLS2l { width:13.25rem;height:2.68125rem;top:27.9375rem;left:6rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15016;line-height:1.3;color:#797979;display:block; }
 }@media only screen and (max-width: 763px) { #qu5VO1r0KwSi8ILm493kSLx2NZOu2DKL { width:4.1875rem;height:1.5625rem;top:5.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7WLua9B3mIqBdOgvvsCbwzzurItZE8B { width:6.875rem;height:1.5625rem;top:5.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mug5VThP2NJIM8AG6T8wOTopV6lgUFvd { width:6.25rem;height:1.3rem;top:5.9375rem;left:9.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E2ugRaOOK0QgAfSpo27iokoWunumHhHH { width:20rem;height:1.5125rem;top:8.3145837783812rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #akg3GqlZs9WJkng14FZ1WrUL07nHaShy { width:10.3125rem;height:2.5rem;top:1.375rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r882J5HMoMvNh8bZdAMi2ZuqSq0wsaW3 { width:5.125rem;height:1.95rem;top:37.3125rem;left:13.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IEy0BvdUoTEehPvEROsXMI3uOACKSJmw { width:2.5rem;height:2.5rem;top:37.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFPXJQQ9yC7PmkMgK169fypv8XerdLcB { width:16.25rem;height:3.625rem;top:32.375rem;left:1.875rem;font-size:1.125rem;color:#28828b;border-top:0.125rem solid #28828b;border-left:0.125rem solid #28828b;border-right:0.125rem solid #28828b;border-bottom:0.125rem solid #28828b;background-color:rgba(255,255,255,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bmgPH7JP5Rzkc7D2TxXvaoe20C8uagU3 { display:block; }
 }@media only screen and (max-width: 763px) { #Lrh8gcMgT3ZQNO1qpOCuPPedoRkDc8Oy { width:5.6875rem;height:1.95rem;top:37.3125rem;left:4.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LlFlTq6PnWowx0QroSwlQ3in1UqmzgFT { width:2.5rem;height:2.5rem;top:37.037498474121rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxQMGQDhekrRiwDyZ42BdZv8DkVul6AL { width:4.5rem;height:2.5rem;top:28.06875038147rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICHztGrPdJxIxaBKIPMu27wo53BxxRUl { top:1.625rem;left:4.9375rem;width:10.125rem;height:2.5rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI { display:block; }#Jsm2iEg479aZisymW3oc1Wl0e4m1OkvI > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdnRU7svxLWXu4EwTBoUVPxHMNqyT9Ah { width:6.25rem;height:1.1375rem;top:4.0124969482422rem;left:6.875rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eN4d51IumeFAagameZAIdI25UpS1SpO6 { width:6.25rem;height:0.975rem;top:5.375rem;left:6.875rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K314fNhUcq8QTMTrWZ0Ei6EL03oNU0qE { width:6.25rem;height:1.95rem;top:5.3499984741211rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCIk3r0cLkao64k4gA24TDx1LvCQtJJO { width:6.25rem;height:1.1375rem;top:3.9875030517578rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0yEu1omLQUu9frlqKpSpAAvJ7c6yuXf { width:6.25rem;height:3.575rem;top:5.375rem;left:13.75rem;font-size:0.6875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aCiw9ZMOhvpsWDoJgCvT0TPBPzCsnifo { width:6.25rem;height:1.1375rem;top:4.0124969482422rem;left:13.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hz82OTS57iOd8zDMbGTgkQryCluQWtkH { width:2.5rem;height:2.5rem;top:0.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNDESP8fLoHTqIEXJFnvdkHmKPwTTim { width:2.5rem;height:2.5rem;top:0.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msn2h9wxBXS1QF9b0az0XeeM2r7XTrSN { width:2.5rem;height:2.5rem;top:0.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fadx0Q28fVx519Bg213FlgtM9yDCoPWz { width:20rem;height:2.69791875rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #rfReU95Q2bM5WREGATml2boQl2qPZOm8 { width:6.0625rem;height:3.4375rem;top:5.4125003814697rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XURQwbqnAWSABc77flyRhu2D4ukApabi { display:block; }
 }@media only screen and (max-width: 763px) { #QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ { display:none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:20rem;height:94.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { width:17.5rem;height:6.3375rem;top:1.875rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:20rem;height:72rem;top:9.6604156494137rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XKLhSSGWqzmC0ZWZhd0WUsqQEGcUgMtW { width:5rem;height:5rem;top:83.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4coniAAXpCy5btri4XkIk8i1LbkTQ1v { width:5rem;height:5rem;top:83.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u16lLvfmnxQ3TGPQD2v6c3Omn59E77Je { width:7.5rem;height:3.4125rem;top:89.125rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8QXatzl4Ly62Ec1mwCzW0rzXROcIgQs { width:10rem;height:2.275rem;top:89.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 { display:none; }#Np9gTA5ZIxgoVhLra9tWzRTmiJatF5H9 > .row .container { width:20rem;height:14.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cLv05pUX77WetbcHaMTbwwbSdc8ubTSI { width:18.75rem;height:1.21875rem;top:0rem;left:0.625rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AGceypNNg6VQXKKDWmIgsdT42H9M2o99 { width:2.5rem;height:0.0625rem;top:0.53750610351562rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ0htMxHOTDboxRQe1zzDagDz7LA6nBJ { width:2.5rem;height:0.0625rem;top:0.53750610351562rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMkKruTrHL3QMbMqx947rskCPWo4P2uD { height:10.4375rem;width:18.75rem;top:2.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 { display:none; }#wDSxWIK4LcvoQRRysyKzImRtu9nUIbi0 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0ch1cCfVBzN5gZORl5TSM0PG67L5Nfv { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.125rem;background-color:#28828b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TC7pSE6E2CpVBJpwsX1VbWMK2TlL9DXV { display:block; }
 }@media only screen and (max-width: 763px) { #bzfNGcCI0vbFgU5BvLtyCqLR5XsfmJbQ { display:none; }#bzfNGcCI0vbFgU5BvLtyCqLR5XsfmJbQ > .row .container { width:20rem;height:29.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n23iCTcoFtFIxHDSIfnlTyX9gK6ZuN0X { width:19.9375rem;height:6.3375rem;top:1.875rem;left:-0.0625rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #hViNv26cv2aS1b9LGAfObP5yvKu65ttZ { width:18.125rem;height:12rem;top:9.7854156494137rem;left:1.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UsbVUHngVKm4J8i1L9Us6Rv35RtwS4tf { display:flex;width:1rem;height:1rem;top:10.097915649414rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #fcT9a11iN4f2nnwiBcN6gL29a42d79BH { display:flex;width:1rem;height:1rem;top:14.597915649414rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #E5QEs2muUyGaqhhGP22UcvDHlEF3H0VN { display:flex;width:1rem;height:1rem;top:17.660415649414rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #h4WMumphqGPHxzAfhZEebzBhLoiuZTUR { display:flex;width:1rem;height:1rem;top:20.597915649414rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #WLDpLSvqTJSDHBhF1cAMQTFy11w9kG5K { width:20rem;height:3.1875rem;top:23.785415649414rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #f768ViHrniC397bxINTTppbR86tx4LoK { display:none; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { width:20rem;height:34.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qqEGAk8RWew5DDRi09HDucazTBE7av33 { width:10rem;height:2.275rem;top:5.5000009536743rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBUbo1RA0z1mx76LgQJDHT66L3v37bet { width:9.375rem;height:6.825rem;top:8.4375rem;left:0.3125rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { width:10rem;height:2.275rem;top:5.5rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { width:9.375rem;height:9.1rem;top:8.425000190735rem;left:10.375rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LIUUE5hvRNFTk0lr73JVOgt6aTch3D0d { width:17.6875rem;height:6.825rem;top:24.9375rem;left:1.15625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TqpSUREJMZUkX1KumGCdpEi9zayfruPb { width:6.3125rem;height:2.275rem;top:22.0625rem;left:6.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u10z2o2750bF2NVne1KZU02aphtsfNVs { width:3.4375rem;height:3.75rem;top:0.9375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { width:3.75rem;height:3.75rem;top:0.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUIMVDt3izi25UINf1i5N5bS55lgDCFw { width:3.125rem;height:3.75rem;top:17.5185546875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { display:block; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7HTuUkUMHE0h9OKGT8NEcd7uvq6TIPU { width:20rem;height:2.1125rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh { display:block; }#yCZMSx2rknOox4zkNRCwbIb7cTzXMrPh > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBweaXTyTtJkIqSs75VoxaJfwc2dsVdU { width:6.25rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQSVPSfe6qfOQcG3wP4yP2tFVzrp8UD1 { width:6.25rem;height:1.625rem;top:1.0875015258789rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwQBLDcSgV8eXxTFlANSVJ0VRxRghbnL { width:6.25rem;height:0.975rem;top:2.8625030517578rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcsSczh0AF6L9GmB0ewB2rqiDnbTtxoS { width:6.25rem;height:0.975rem;top:2.875rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQVOKZXtuQEW5TnUryia3S9DwhQ42dl6 { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgIIwEbygVi1k7mwTOFbWxmuMVLCJnQ1 { display:block; }
 }@media only screen and (max-width: 763px) { #gHtWApy9PVn2VT3Th0cpRIxA17IQ1SZv { width:6.25rem;height:3.75rem;top:0.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSlhqyVWfZS314NZvdRwNBVqTw21yIZB { display:block; }
 }@media only screen and (max-width: 763px) { #EDI6aIZ3QXWyKoAeXMW2LzAzQwGITrmT { width:13.75rem;height:0.0625rem;top:4.375rem;left:6.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NVtfVVvRil4uPRxaAowrFvAFBE0wsaC1 { width:6.25rem;height:2.7625rem;top:1.1875rem;left:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xVdC8Zn2GORT4u4bwsA1uWzERRe80W { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWEkKNscNq3KoaI5gDkbqy3r7y3ke4Vz { display:block; }
 }@media only screen and (max-width: 763px) { #SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ { display:block; }#SkcLnhhTc1s2dVvAaLTNnEJfONk8smAQ > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVCnT6JxPX62v2GWfqHZe4SAVGv66JJq { width:6.25rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6a7BnpcgocaWepqAFs0OXDtDNzhUuOm { width:6.25rem;height:1.625rem;top:1.0875015258789rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #if5M1hWq7PkGo5mT5Nk61v43zTt1uqDM { width:6.25rem;height:0.975rem;top:2.8625030517578rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xudUGtzmuZtqGZqbKBmsT4xJsg4iWisc { width:6.25rem;height:0.975rem;top:2.875rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRdkTIRwv49XNTO9QnK3DdZCWsMSB37V { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHmv50K8V8f18rbioWMdOCDT3dADpG5s { display:block; }
 }@media only screen and (max-width: 763px) { #xIuwlWXcI9t3gOTny2OxSfNXy637Ww03 { width:6.25rem;height:3.75rem;top:0.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdTE28UHrCqpCDKl9nb21mxWbVmArXuE { display:block; }
 }@media only screen and (max-width: 763px) { #lbqoBsmofv0q6REHXTg5ZiTalSiyZdE8 { width:13.75rem;height:0.0625rem;top:4.375rem;left:6.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #KqNgWcpVcN1bsnui0y89CuSeVT1cqdBR { width:6.25rem;height:2.7625rem;top:1.1875rem;left:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiMLm2rJPQXCXprKX6rmiTOS2n7OUXk { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQzq2qZzFOP6asddMyLF2dpFidiKu4cL { display:block; }
 }@media only screen and (max-width: 763px) { #O1BVUVzIMdMNS5a6VIRnNOG6VPBlXaz9 { width:13.75rem;height:0.0625rem;top:5.6875rem;left:3.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #my351KAwU7acnwd3vqMo17Ph8DyQT3Ka { display:block; }#my351KAwU7acnwd3vqMo17Ph8DyQT3Ka > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnoZCl1dbKW8Q9z3596tAHEM2VkOU6xq { width:6.25rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a98u1Ef702A7P6ZD00zoeeRMoggEElG5 { width:6.25rem;height:1.625rem;top:1.0875015258789rem;left:6.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh0ZBZit34HbVdGXIOXMORc1w9LpbiES { width:6.25rem;height:0.975rem;top:2.8625030517578rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c74AdrCswZcD3czGwqtpk4xBFiifAGgX { width:6.25rem;height:0.975rem;top:2.875rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7fby19WcHKQ9warCCSCfTlXnLvw2g83 { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdC2GqOFV7htZAQPpa73UAG9m7bhnTAN { display:block; }
 }@media only screen and (max-width: 763px) { #R2bDp7orfUhlXnBWrl3Awwttw3317oni { width:6.25rem;height:3.75rem;top:0.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APPrUO7TTnTHEPeSZkTgaLtQkLcdsIfA { display:block; }
 }@media only screen and (max-width: 763px) { #kx7VlHXhbpivBAsvagFCcP23E2qssRTV { width:13.75rem;height:0.0625rem;top:4.375rem;left:6.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #LbuBfCxQSJpP5ATpHt2bI7yedVQJOpcz { width:6.25rem;height:2.7625rem;top:1.1875rem;left:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP2zkSkTviIGf0JhDHIWpocTefdevKMP { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MhPOu2xDNh3shsn60AeqoIMI9oQLZQ { display:block; }
 }@media only screen and (max-width: 763px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:20rem;height:130rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaqLgUTkHI5gWm7EGATwGhpCWyfuAbbN { width:19.9375rem;height:1.70625rem;top:0rem;left:0rem;font-size:1.3125rem;color:#45c3cc;display:block; }
 }@media only screen and (max-width: 763px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { width:0.9375rem;height:0.9375rem;top:12.042708396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { width:17.5rem;height:5.6rem;top:11.792708396912rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PsDNbE7QQTE90nxSeFQZMAEokMQS3ugd { width:17.5rem;height:1.1375rem;top:17.730208396912rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dp7EqQFo5TBDvcBydMwZJ61g1e5e1UhM { width:17.875rem;height:2.8rem;top:3.4302062988281rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w0yQED5RlkdDrASrZAmLHiBTxRqkt9cb { width:0.9375rem;height:0.9375rem;top:20.879166603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obhR5NoRyd0spcZQfET4OCexTBiJcbDI { width:18.25rem;height:7rem;top:20.629166603088rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QtUnMITZaW1dSJWoxptKaAax0f4gcAht { width:16.5625rem;height:1.1375rem;top:28.066665649414rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tBDy4lSEuDIoEhIxtFcC8FQOwiUy8hZT { width:17.5rem;height:9.8rem;top:31.014583587646rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #edlbifW6hhK7FkCNG3dz2MuoSC6Xnxdm { width:0.9375rem;height:0.9375rem;top:31.202087402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDH8NGz8Te0pgGgaFyGtwgrQPyTtHEtS { width:0.9375rem;height:0.9375rem;top:44.576042175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4NveS3eycJuPog76Vsae8hKg8ktGtkC { width:18.125rem;height:2.8rem;top:44.201042175293rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vEaON3A2vo605hRdLgDPJotTbv9cRxt8 { width:17.75rem;height:1.1375rem;top:41.202083587646rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKcJMamnAQhfV9eJIQozHgQER6JBUwf4 { width:0.9375rem;height:0.9375rem;top:49.065624237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guMFCvSMFSs4MzDrM35x9vkMghJxN5P6 { width:17.3125rem;height:2.8rem;top:48.815624237061rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dk48CfI4Tv9EWpo0Lx3T4ezVS1HGztRX { width:0.9375rem;height:0.9375rem;top:3.6781311035156rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qSii5a8BPOo5KvZOEnm0uT1bxPa6CnSG { width:18.125rem;height:3.4125rem;top:6.55312538147rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i3wMnbWDcWXi2PxHyDg20KlsZoMboSly { width:18.125rem;height:1.4rem;top:66.940624237062rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #S60Z2Pd3WsPJ1SbI2Dy63c9KnpabOF08 { width:0.9375rem;height:0.9375rem;top:67.315624237062rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mEqg1Iel6r2QnB9NbVL5NEkvn0E7qJPF { width:18.125rem;height:2.275rem;top:68.690624237062rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d3wBzvSL3hfdTbhEriSkmMiLw7KWy5pd { width:18.125rem;height:1.1375rem;top:80.334373474119rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WfvWncySOwnKSCDAhz3OiCsH25LNKw3V { width:18.125rem;height:7rem;top:72.928123474119rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eqwOIrZwEXCiUFwxTnAJpKBsItUfewV2 { width:0.9375rem;height:0.9375rem;top:73.178123474119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUTbpMQD95CW02s7xke0KT1R90TKfFw { width:18.125rem;height:1.1375rem;top:87.909378051756rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wBbuiy2An2Mx0zFhO74rmsBpyJ8JHnQy { width:17.125rem;height:4.2rem;top:83.346874237062rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #t3FlxlNTlalidPbeKew2Ki7AtbDJzO6P { width:0.9375rem;height:0.9375rem;top:83.534374237062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #okrLWzI3zbVTiwovKfwTlT1aFwwWGnlC { width:17.875rem;height:4.2rem;top:90.934371948244rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HIoim6TXKDMCzn53kJ4cg2WdvZAPpaLI { width:0.9375rem;height:0.9375rem;top:91.184371948244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9EHfGilsBQlcmPBBs3SrqJyyNCWT7b { width:18.125rem;height:1.1375rem;top:95.496871948244rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MuGixo7hpQ4Ia59i0PtLebyX3y30mhRG { width:18.125rem;height:2.8rem;top:98.371871948244rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LJpCDgC9XGDn7DRELS6cT2UTAKXDnuTn { width:0.9375rem;height:0.9375rem;top:98.746871948244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ28wCI7mVGEkVP5uURnSdRvG1bGwXb2 { width:17.4375rem;height:1.1375rem;top:101.55937194824rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEvTNm9qf7nCBmVSVTVMCTWkA0BM1a6B { width:18.125rem;height:4.2rem;top:104.47499847412rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BDXEVVoEbBCP7DXtfMET5rIiI0aZzSWr { width:0.9375rem;height:0.9375rem;top:104.68437194824rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylkUIHWPKb6INP9HF8LZbnT9VgI7qkyZ { width:0.9375rem;height:0.9375rem;top:120.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8RHsaHNor4b2r5FRkNbtv7xc0ZpBcdK { width:18.125rem;height:2.8rem;top:120.625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AFGe5Dzn8F697Zgi06QkoLwLFNc5vpvC { width:0.9375rem;height:0.9375rem;top:125.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUhbp3igplg92CHwc8BctEkTQPmq15pW { width:18.125rem;height:2.8rem;top:125.25rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uWHKXIeilBKlUQbzDTywMWP8TduT3mPp { width:0.9375rem;height:0.9375rem;top:53.599998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyW34O5QqT3NqBOrWkN9hSkJ1nsel44a { width:18.125rem;height:2.8rem;top:53.412498474121rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IEOGbWQ612528iQKp5A5avwvbDVkNtCX { width:18.125rem;height:2.275rem;top:56.549999237061rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kaAycy5aAKD5aHxcKPFGIFoSFnyhTcTQ { width:18.125rem;height:2.8rem;top:60.8125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a1C6yQ9offhootsoHDLVbmsydePBRrob { width:0.9375rem;height:0.9375rem;top:61.075000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryKnybBdC3RTJFCXrL86E91n1ZMfxwgo { width:18.125rem;height:1.1375rem;top:109.05000305176rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CqiTmkhPRZ13WkUGEW9SBdxrigek73Kt { width:18.125rem;height:1.1375rem;top:63.987499237063rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #msVrbp83utXPQ93ZxILfRT4R0E0VeMPD { width:14.9375rem;height:4.2rem;top:112.05000305176rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #s9o9EMTxkmhtdRJcsf9waqnlIowa398d { width:0.9375rem;height:0.9375rem;top:112.23750305176rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP4ca0ETN5P3fCgZahJAHV9IT61RhzSk { width:18.125rem;height:2.275rem;top:116.625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi { display:block; }#Vl1TKDzyZRKq8yuh3f0fgOIiOlvzNHHi > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJQkvkrk0J0TuobTZTLLLaD2NW4eLTNS { width:16.8125rem;height:2.8rem;top:0rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XCVwxB5vTIbzgngTvayNcB8tKm3fNT12 { width:0.9375rem;height:0.9375rem;top:7.5041656494137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #caVuTEHqqo0R3JqQVW9GykJNdZA8Ml84 { width:18.25rem;height:7rem;top:7.2541656494137rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OgTFsvmwtM94wADiEX86ux8eq999Zzw5 { width:16.5625rem;height:1.1375rem;top:14.629165649414rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nP8FWIZWQMakG1ysfJTBf8c7T5ywSTa7 { width:16.4375rem;height:5.6rem;top:17.577083587646rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A68zuee6yhWTc6IGg6B6EtfZN4oW8ei9 { width:0.9375rem;height:0.9375rem;top:17.827083587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #As3GhOZWMREDChfmb85pMBrk1hb0L3uz { width:17.75rem;height:1.1375rem;top:23.451560974121rem;left:1.8749998211861rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l9ZJwwATXc7My3l5V9qZcOcdk3oKRJRW { width:0.9375rem;height:0.9375rem;top:25.402084350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oweNVcTy97yad6q5DOAdREVkyoPEIoz3 { width:14.25rem;height:4.2rem;top:26.36484336853rem;left:1.8749998211861rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xPi8bvyfsgoaLOK9ugxrs6DCNKQa0mxQ { width:17.5rem;height:1.1375rem;top:30.92812538147rem;left:1.8749998211861rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vQUHC580WJfbGWvUTLG3hSWd2sGDL4uf { width:0.9375rem;height:0.9375rem;top:34.190622329712rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #av3yumMzGlN2M1HT4zOa7r23km30fNN0 { width:17.5rem;height:5.6rem;top:33.93984413147rem;left:1.8749998211861rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ddp2fD1MwFX9XVfKL9yySKE6RTR3BRnR { width:0.9375rem;height:0.9375rem;top:0.31041717529297rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #A9S7vk5lqkT1FbVJuDTrHPw1RUaVi08D { width:18.125rem;height:2.275rem;top:3.185417175293rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTMUSDSmFXQWXQhtfwfLHNtSMqqBbFum { width:18.125rem;height:1.1375rem;top:39.910415649414rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OkOTk8pyPwPNfE17DrhNnzc99m4b0qKy { width:0.9375rem;height:0.9375rem;top:56.748962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE6UrhMpR7UaN5ywX4oll7TnH8asEfGF { width:18.125rem;height:5.6rem;top:42.972915649414rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vb0M1zIbRAbN70uQgTNR2TJ6k6mGS6XP { width:0.9375rem;height:0.9375rem;top:43.222915649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANVuTtVqBqU47bcdmUCrctasvFpeC0np { width:18.125rem;height:2.8125rem;top:56.621871948243rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zRLZCRWOT5F7mGJ9R4JS97lTq8ZhtFNf { width:0.9375rem;height:0.9375rem;top:52.061462402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnTSEOt6g3LKrG5GTcJTyanVh6LkNVLa { width:18.125rem;height:2.8rem;top:51.9375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wnlR2ysniioBdTaRxWf9kE8EX2xND1m2 { width:18.125rem;height:1.1375rem;top:48.879165649414rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D { display:block; }#m8W0ndUOcLIbNh0UGObPnMlphTqyoG2D > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTc2wxN5zVfNbFtO6M6HeDCNoZJI5UoS { width:17.875rem;height:2.8rem;top:0rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bHN3KU2pED84CpJDfKgxWPGwFsrloFRU { width:0.9375rem;height:0.9375rem;top:7.5666656494137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUZRe3nCf0DBoLPi95UxTbZXct8ru6d { width:18.25rem;height:4.2rem;top:7.1916656494137rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rq1oh2u0m7ncD7vVwxUum90GHttUTgsP { width:16.5625rem;height:1.1375rem;top:11.754165649414rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mw6lSQ2AGR06bLgxfvkkIGkSa2RBzGCG { width:16.4375rem;height:4.2rem;top:14.827087402344rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hrscwfGvD2hxZ1S9iPHu8pbdsU6wydTd { width:0.9375rem;height:0.9375rem;top:15.139587402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6vxa1fGW9UTqc6iDilxrpvOapwW1mOG { width:17.75rem;height:1.1375rem;top:19.452087402344rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XssNyWeoSUdTf5OKT3raDGmdCM68ehUO { width:0.9375rem;height:0.9375rem;top:22.714584350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8WALKd88QwBxzaHxw6JlXfodN8baz5a { width:17.625rem;height:2.8rem;top:22.303131103516rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v0vTNZBzrmUeGOhgUTxfhzbCIWRRvUoo { width:17.5rem;height:1.1375rem;top:25.428131103516rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aUI9ctFV57ifFGb62x6hlS0TlQTKVkZS { width:0.9375rem;height:0.9375rem;top:28.815628051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiTnBfVq0owOvd01RhpX3WQi6I2NGFOT { width:17.5rem;height:2.8rem;top:28.565628051757rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Am5SlPmDuLl3awHlm3kGV8WqT8nowaa4 { width:0.9375rem;height:0.9375rem;top:0.31041717529297rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r0gqCkf0vnWCJLCuurg0VNC0TNW7A9Li { width:17.5rem;height:2.275rem;top:3.185417175293rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yfNb7QQv9omXE9JnA8saQT3EFM74VMKe { width:18.125rem;height:2.8rem;top:52.962493896484rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bRZqIKP4FMuL9idIk2mKPNLZVrgdq7yP { width:0.9375rem;height:0.9375rem;top:53.21354675293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCPVTPR2KgGQ4pSxhaUskHO7Tz6aFTqD { width:0.9375rem;height:0.9375rem;top:58.237503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiJR00rtW91Dn7UuTZwdOWaOotpTT4v0 { width:16.75rem;height:2.4375rem;top:57.498962402344rem;left:1.6239585876465rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mwWqXGMgwUqzouPZaM7JUTP6NEsbkG8a { display:block; }
 }@media only screen and (max-width: 763px) { #hk8rptd52szTWohrOgVia8HGmBZM7tNW { width:18.125rem;height:1.1375rem;top:31.72395324707rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e4UADTHuCfhTuxshtmyMeXkFXnqNdNrF { width:0.9375rem;height:0.9375rem;top:34.967712402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghUOTsMeCbxB5wiscXqdnMq6ITZ0icX4 { width:18.125rem;height:2.8rem;top:34.72395324707rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SBcQKTQRI8uzRI7koaart61NJ6hsn8bR { width:18.125rem;height:1.1375rem;top:37.94270324707rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yu2P7bxhOkZDzvvrMhvatDVElr5rCx52 { width:18.125rem;height:2.8rem;top:48.3125rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nXEPN89IfLeDL6xBmIRy3bJt3RGLGFWQ { width:18.125rem;height:1.1375rem;top:45.4375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HbOtOkLrXsfNRM0FyJ2XOPHgMNi6gISo { width:18.125rem;height:4.2rem;top:40.875rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #emUTTqSyfGJhLCahxLibU55TlFyR8ev4 { width:0.9375rem;height:0.9375rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJrhCouP8cvt73Jpo1InmyCJML3Ok0Pf { width:0.9375rem;height:0.9375rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VacAkTg9pF3CKBRsAMHIrmE9IFL3RuTB { width:17.5rem;height:7.875rem;top:60.561462402344rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q { display:block; }#iNwbfIhtkTTGw5fk7wtHQzVCOg0rBF0q > .row .container { width:20rem;height:83.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3NOKOhnPs6N9t9FGJLnt3DnSSFcg7QB { width:19.9375rem;height:1.70625rem;top:0rem;left:0rem;font-size:1.3125rem;color:#45c3cc;display:block; }
 }@media only screen and (max-width: 763px) { #ItSGQ2miyvz0VIHC5gNWu1waNHa8yMMk { width:17.875rem;height:2.8125rem;top:3.4302082061767rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UvhxHUawkwJU5lPWAc9hLkAdiLCxpdXb { width:0.9375rem;height:0.9375rem;top:11.004165649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMRlrPmAvlrdfenR3U6tb37QZXe34kvZ { width:17.9375rem;height:2.8125rem;top:10.629165649414rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aKTH6aTqfGgHcqGAm4dV30XRU5rxiUeg { width:16.5625rem;height:1.1375rem;top:13.754165649414rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uv4c0EuQEyZZO8N4o9tDf8q2JISivBTa { width:17.5rem;height:4.21875rem;top:16.764587402344rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p6Txv39cxukh1rqlpIO2TtLv0dGyMO30 { width:0.9375rem;height:0.9375rem;top:17.077087402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNSiiDEFV5qDOvohEcTTM91azw8blqqa { width:0.9375rem;height:0.9375rem;top:25.076049804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1XIRdemMMimzwwqlAc0osnoT7u6riR7 { width:17.9375rem;height:8.4375rem;top:24.701049804688rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ffhcLeyIN7yTkDx9eSo2EgyOQzKp77uf { width:17.75rem;height:1.1375rem;top:21.264587402344rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCW2F38kwhEvm6UNQrMoufeTfTqRd2cc { width:0.9375rem;height:0.9375rem;top:36.628173828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5kcbZHyv5PS91chU9D8y91nBPsTNay2 { width:17.5rem;height:2.8125rem;top:36.378173828125rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v9DVAyIqegTPRmqzc4n64T6tZCwi7Ib1 { width:0.9375rem;height:0.9375rem;top:3.7406253814698rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b7MUxfVHOAiTvs4BU3vzBGEcdk2HsQcB { width:18.125rem;height:2.275rem;top:6.5531234741213rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgUIZix5M8wS0Bv6A8xh21swDNqQv8TU { width:18.125rem;height:2.8125rem;top:45.503173828125rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g6T1KnaIRU4BxvhFdVMTOU2LBB57Tx5Z { width:0.9375rem;height:0.9375rem;top:45.878173828125rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pkrEIzlgVkWnso6ecx0GrHbwL7VTgRl8 { width:18.125rem;height:2.275rem;top:48.628173828125rem;left:1.8750000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v0tyxa3J4IOfa0OTe8oewTJIPT5BP73o { width:18.125rem;height:4.21875rem;top:51.615661621094rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CXbLm1leQVh9uty5FQ9wEpMKtoZkBhWI { width:0.9375rem;height:0.9375rem;top:51.865661621094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEOkr5T2ist5CPqTIU6l2ia9kKN2yvu { width:18.125rem;height:1.1375rem;top:33.451049804688rem;left:1.8750000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iT4QE8gNyDaqLkflMErHZqsyZV94s7tA { width:0.9375rem;height:0.9375rem;top:59.365661621094rem;left:0rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K3cOESLLRxAGPdfBQzFT0CK9SpK55Iyz { width:18.125rem;height:4.21875rem;top:59.115661621094rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gFr8Slyigg111uOQ1vJKlZS0eR6T4UD5 { width:18.125rem;height:1.1375rem;top:63.709411621094rem;left:1.8750000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbFV8rVN6S4Ju6edtsurdVhmkAqCFn3l { width:18.125rem;height:4.21875rem;top:66.596923828125rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Eu9fTWgCFbOKd42uTc16z2Dz0o6OZFGv { width:0.9375rem;height:0.9375rem;top:66.784423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZEMsEV05IxEibrdFbhxcxEpMeaxqUn { width:18.125rem;height:2.8125rem;top:74.203125rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h0RbzlDLfhyJlfJvrqnOTNZBNUQpEyFo { width:0.9375rem;height:0.9375rem;top:74.362503051756rem;left:0rem;background-color:#45c3cc;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LP19x0z60GoaLbMIOkgvyLtyTiusS2sq { width:18.125rem;height:1.1375rem;top:56.209411621094rem;left:1.8750000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C9qRnZo2ZcE6T5HQ8DcGSvPXRIxvBxQQ { width:18.125rem;height:1.1375rem;top:71.190673828125rem;left:1.8750000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DsM9Lxo9QMkThetl80nTZmDNO3Brx34s { width:0.9375rem;height:0.9375rem;top:79.168746948244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV3x8kHRT5NsLEMrQRdX8Nh74awPZKDG { width:18.125rem;height:2.8125rem;top:78.918746948244rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sscfefFr6NSlPcJRnmLZ5CbPMDG1TT3I { width:18.125rem;height:2.8125rem;top:40.981262207031rem;left:1.8750000596046rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Oc957xdziRE8QkeJRh59e4UQb7Nhequl { width:0.9375rem;height:0.9375rem;top:40.981250762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI97qlC3XLUawJJg3pEgZfPBatQN6qDs { display:block; }#cI97qlC3XLUawJJg3pEgZfPBatQN6qDs > .row .container { width:20rem;height:112.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfx9xwTNodEIUq6kciH2fvaB8WlEWrZD { width:17.875rem;height:4.21875rem;top:0rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rGUt8PHe4FpoDfDQDAIr1IKRlyNS75CR { width:0.9375rem;height:0.9375rem;top:9.0666656494137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVADBRAZ8i4FSAP2wOGIEn9ycDITf2vk { width:18.25rem;height:4.21875rem;top:8.6916656494137rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kCg9w8Qr5IAeG2ypAiPuyz0mEZgVZbWX { width:16.5625rem;height:1.1375rem;top:13.254165649414rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TT0PvycvK4cBG36BV9A824QgDNth85f4 { width:16.625rem;height:4.21875rem;top:16.139587402344rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AqDk8LktW2nny1BaInx2Qn0dhrV2sroo { width:0.9375rem;height:0.9375rem;top:16.452087402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii9WTJOdV1S07S3ntKmsCgmqBkSUN7NQ { width:17.75rem;height:1.1375rem;top:20.639587402344rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N9a0KWLfe9pAwVbeTCeA2vPMQRF7TT3J { width:0.9375rem;height:0.9375rem;top:24.027084350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt4w9xUisawOtdrrivl3c6He3tvf7EaZ { width:17.625rem;height:4.21875rem;top:23.615631103516rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g9X0Qfh9xAMBPsS25dlymPuMUyhFLTbu { width:17.5rem;height:1.1375rem;top:28.178131103516rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PHClmewehvuSMDuRDcT7iuM5aMFv4x0e { width:0.9375rem;height:0.9375rem;top:31.564590454101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iafpelxtq4ek5l8mS6adOdbMrCI4vQFa { width:17.5rem;height:4.21875rem;top:31.313537597656rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y6FmnLiQdaqbvuZlBkyxdmDb5TBs0P5u { width:0.9375rem;height:0.9375rem;top:0.31041717529297rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FZIaiTvfZONPr5vRqqgnAkVX7PQWdsLr { width:18.125rem;height:2.275rem;top:4.5604162216186rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qp8LeUAU8cJ5vTidTXJhkQh7JuKdUVTA { width:18.125rem;height:2.8125rem;top:47.940628051757rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kWMPgvg7GvcnTopcyEyty2XO7AsmosSs { width:0.9375rem;height:0.9375rem;top:48.252090454101rem;left:0rem;background-color:#e6e6e6;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dUgVZG0y9CQNIfMiDykNr5xxlqKhuJZE { width:18.125rem;height:2.275rem;top:51.128128051757rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZRU36OexAPpobLpzRdmqdUqTVceouUL { width:18.125rem;height:1.1375rem;top:61.145832061767rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZBkgIan3VkveSUniwqRmOwasPGOMl1zX { width:18.125rem;height:5.625rem;top:55.238540649414rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T678pIfLaotTOFZsVLQL2JMDMX68odns { width:0.9375rem;height:0.9375rem;top:55.48957824707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s02Oi4EBNDfk84HVzC7y4uq4c3IZ1Sx2 { width:18.125rem;height:2.8125rem;top:90.1875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AcqxyBs8xEFesP4RkuuNlhmeXURBXzmR { width:0.9375rem;height:0.9375rem;top:90.395835876462rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoMqw2KvXAvawbt4x8WqoQlvRNLTO6Tk { width:18.125rem;height:2.8125rem;top:94.811462402344rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S7eU5XXOsHFWfFaTd1ivFlPmVMHSZIl4 { width:0.9375rem;height:0.9375rem;top:95.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N10OcEFdzWRiHxt0zrhXLTl8eKADVwmR { width:0.9375rem;height:0.9375rem;top:38.886459350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD2kcVvq2Gi39EnmEpUUbV29Np3ZHJhN { width:18.125rem;height:2.8125rem;top:38.762496948243rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hN31tKZcmtMFHqkihxFRLFZ6WA2o2QIO { width:0.9375rem;height:0.9375rem;top:99.736457824706rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVC77uwaIHV4BEInnMITDRlKvhsQS8Rt { width:16.75rem;height:1.875rem;top:99.311462402344rem;left:1.6239585876465rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gDd7Www7XsuQwC9FRbDGdOCkiS5k7W74 { display:block; }
 }@media only screen and (max-width: 763px) { #KRuE8Sn2RLMMsZmwlqaW7oOBCA80bZlt { width:18.125rem;height:1.1375rem;top:35.811462402344rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J2hN0gvUQamkBlrHsxctJzKI8BvqJTTP { width:0.9375rem;height:0.9375rem;top:43.498962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6biPK6JmXZNQHuaDSn8sqc0VElahClU { width:18.125rem;height:2.8125rem;top:43.311462402344rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WVzfZaRtFRp2mQUmrObxnbnnix2BJ2VW { width:18.125rem;height:2.8125rem;top:64.123958587644rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C8mVF9aTTbqFqWTMDTIG7R1LftiVdTAP { width:0.9375rem;height:0.9375rem;top:64.436458587644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshUVoTsHtyVGJSoz8xkLFWhnZ7FlezV { width:18.125rem;height:1.1375rem;top:67.311458587644rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Uyv1k2wJshFP20TQXLodWIGKnIXRBC3F { width:18.125rem;height:2.8125rem;top:70.311458587644rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dGbATkXI2KoM9LmQMOZUiQI6FzIExLnH { width:0.9375rem;height:0.9375rem;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZF8gklTWoDIk041419XHxTr5TAIq2wT { width:18.125rem;height:1.1375rem;top:73.436462402344rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y4SLIlD3OHqhkwUz3A4miJWaqNqW2ANU { width:0.9375rem;height:0.9375rem;top:76.648956298825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcEAh92SEEKxSMboJ7xiTXcv34EBQU0V { width:18.125rem;height:4.21875rem;top:76.4375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W9oDoIAtcEwIyRv1eytrhzx0HIqBQLf9 { width:18.125rem;height:1.1375rem;top:81.0625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z3KpiLiw0hGDEVV0ZUbp1XQ6Bup5RqTJ { width:17.5rem;height:7.875rem;top:102.43646240234rem;left:1.2489585876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDN9fIC6gBsnBuaM7gQxTEisGgWrZDcb { width:18.125rem;height:1.1375rem;top:87.1875rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rCdbkwS9r3L8SJN7uxWMSrxB5VCD5P39 { width:18.125rem;height:2.8125rem;top:84.061462402344rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ezIZN0sAeJO2hUUR8a7hnDnW8wTZmU1H { width:0.9375rem;height:0.9375rem;top:84.248962402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvdLgvU68Szo324OGZcQp9d8QR3pRLtO { display:block; }#rvdLgvU68Szo324OGZcQp9d8QR3pRLtO > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JP65wDhCyvK2OvdWCgyQ0Whq2wosPNsL { width:19.9375rem;height:3.4125rem;top:0rem;left:0rem;font-size:1.3125rem;color:#45c3cc;display:block; }
 }@media only screen and (max-width: 763px) { #ehv6t6t5nOS9w73IsHHbUR7XX3ZLWKo6 { width:17.8125rem;height:4.21875rem;top:5.1177062988281rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R7SMz67AQ14IUlZkzklfTUQHJUbOz5TA { width:0.9375rem;height:0.9375rem;top:5.4281234741211rem;left:0rem;background-color:#525bf3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #in5Cblv6UrTQigZ1QpRoNkzlhoyvIm56 { width:16.25rem;height:3.75rem;top:33.617706298828rem;left:1.875rem;font-size:1.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fPApuOIVKoX4kp9XI9fofPqi85C5ipip { display:block; }
 }@media only screen and (max-width: 763px) { #O9MSFCFZLzUGFxPT1Au7lqJtVDcICSco { width:18.125rem;height:8.3125rem;top:45.055206298828rem;left:1.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FBHKZC7IMu64wAi3Zos37SaEmDJnpnsv { width:18.125rem;height:4.55rem;top:53.9375rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t2WfJLV2xd14MiVkEeTx1a9LQydoIZuc { width:17.8125rem;height:4.21875rem;top:39.6875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xOFilwNpSnVdKhPIpfAdbzDpqFWpDkrN { width:0.9375rem;height:0.9375rem;top:39.875rem;left:0rem;background-color:#525bf3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #S72ydTca2dGxr3uIlQv7T70Dg7LwIzEx { width:16.25rem;height:3.75rem;top:77.643753051756rem;left:1.875rem;font-size:1.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OnP5D4qA0n8wPNrGiiShuADwP6aa75zp { display:block; }
 }@media only screen and (max-width: 763px) { #aI9DGUeAwdmfHd3WkynPGFOAlXbpRQVq { width:18.125rem;height:3.4125rem;top:14.180206298828rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G561B5GqkTiCKJhaQliJ1bC1ZQ7ETLEq { width:16.0625rem;height:3.325rem;top:10.430206298828rem;left:1.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo { width:18.125rem;height:13.90625rem;top:18.59375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#IFrM4oa1t0Ot6lZNLRkccheqNHLTG6Uo li:before{  }
 }@media only screen and (max-width: 763px) { #ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf { width:18.125rem;height:17.8125rem;top:58.800003051757rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }#ZgPWsbbNavmU6WsgHJmn1ZJcxe8HOJIf li:before{  }
 }@media only screen and (max-width: 763px) { #R8xvxPld8UpSp899MSIxz2NFdKourNvP { display:block; }#R8xvxPld8UpSp899MSIxz2NFdKourNvP > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfXikClqIAFaAOCGe6dE6F5PhfutibrH { width:20rem;height:2.1125rem;top:2rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #qZBUWcUpka4a3dmPon0PT14WM6nNeM2T { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKvxLSfZsTpVlIMte78QpVFJmBX8gwr2 { width:9.375rem;height:2.275rem;top:38.5625rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SPLIwk5ehDmnk2CR86AzEh0TiX58lQ2l { width:9.375rem;height:2.275rem;top:38.5625rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wWvkzG5x8d370EKGF7hqr66ZbxVPaZp9 { width:5rem;height:5rem;top:32.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4tahJr7SP1X2DmNwfEp2lBLQoXMdlpv { width:5rem;height:5rem;top:32.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3zMNPmq30PrPRfamm5Nom5vGV42Weq6 { width:9.375rem;height:2.275rem;top:29.03125rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #llgesE4SAKkGgNRdxp82TKrnxl2mKNuN { width:9.375rem;height:1.1375rem;top:20.6875rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ftB3yTfugdyTCTu69po9Nq1xLhVBmUoS { width:9.375rem;height:2.275rem;top:11.375rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yTzZKIabHVfq3O0LnfJWUglsL4D6bKGQ { width:9.375rem;height:1.1375rem;top:20.6875rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FsnIiTUBayXVIxHwLt10VvyJ0P3Q6pHN { width:5rem;height:5rem;top:23.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2adhOPs8VZ8ABw6kA7lv3puQBn2xXA2 { width:5rem;height:5rem;top:5.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6PPEa0HEeR7VTTeqBCSIH3TesubSTAk { width:5rem;height:5rem;top:14.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHmPdZKBigFx5sZOgTFMmGSl2xVFPgQm { width:5rem;height:5rem;top:14.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAp2Sfvh8UiJT5HITPTTgPeJeGTzxQBP { width:9.375rem;height:1.1375rem;top:29.0625rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yJnG81LZonBWNfl9Ep3dlrsDLnMgPhT0 { width:9.375rem;height:2.275rem;top:11.375rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fiuDsmy4F2cDy5nRW9NmLMen4XHG3AFT { width:5rem;height:5rem;top:5.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm2tUPuqDZG0Xo1LTRipuQxZNJJRm0cc { width:5rem;height:5rem;top:23.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Jn7AQiDUHeFrcgPAVHyTgQkRu6sTRe { width:9.375rem;height:2.275rem;top:48.274993896484rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vzrkD9drWmPA0gV7aI2qrCsVCsSx40iE { width:5rem;height:5rem;top:42.524993896484rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRLeRX6I2ANV9AOFGdCCAR7oh9xWfhxv { width:9.375rem;height:2.275rem;top:48.274993896484rem;left:10.625rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ko6Bc2THwVZU8yBO2r5xDZz0LygOPs0V { width:5rem;height:5rem;top:42.524993896484rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIy8zoxtr8COhtah2fxPzo26CWoRHNGP { display:block; }#kIy8zoxtr8COhtah2fxPzo26CWoRHNGP > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M68thrRapzzC8Alp64KfQoh04lkrrGTC { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LRUQDwuc2QHG7kUT0eZzqysJVdFSh5HC { display:block; }
 }@media only screen and (max-width: 763px) { #xAAno80sv41HCuc14Ua1HLzx0VB5LrRS { display:none; }#xAAno80sv41HCuc14Ua1HLzx0VB5LrRS > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VfvLCuFndbDNJmaG4DRdMayR9zgT1c9H { width:18.75rem;height:5.85rem;top:7.125rem;left:0.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXaMoKfRMCBoWTlPcGxzyLxqS75T7ZpQ { width:20rem;height:8.8452655889144rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6FBB4fSVXklukMO8VivsTprHf7w1czH { display:none; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { width:20rem;height:48.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EL370Mf8pHbVedaliVolCy02gcP17X9o { width:18.75rem;height:6.825rem;top:1.875rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIJOElUncGRnh94d7fD4dhRU7zSPxTJd { width:18.75rem;height:18.375rem;top:10.023986816406rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Goe3QGeFTpaukgSwWPfMkcGVLTE6TsxC { width:18.75rem;height:17.25rem;top:29.648956298828rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCJMCEnmCeKuQr1MomzUibLWHu3uLnNN { width:16.25rem;height:3.75rem;top:22.058349609375rem;left:1.875rem;font-size:1.125rem;background-color:#3ecece;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vzP0KQizlT0nT2Kt3ekiu9d8BuZ6KP13 { display:block; }
 }@media only screen and (max-width: 763px) { #FUWo6gXRXeqsGZI9svCFWgqoMxhq0Udf { width:16.25rem;height:3.75rem;top:41.870849609375rem;left:1.875rem;font-size:1.125rem;background-color:#3ecece;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XSJcztmXvq4Hw6W74Pit1foddpAcUt3Z { display:block; }
 }@media only screen and (max-width: 763px) { #zM7wCbRzEIUlE1nxtGN7fDHW6aux2pmx { width:20rem;height:4.225rem;top:16.160400390625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtaQUlQNQomx6W1XVblqc8dmbm3LsaXl { width:20rem;height:4.225rem;top:35.921875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #paemubQw1xtxHadcRqzgmxiLfkQHFwP7 { width:20rem;height:1.4625rem;top:14.898986816406rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLTJSLeXQmNx0aUiPMnDuvaaFAyX2UsO { width:20rem;height:1.4625rem;top:34.529174804688rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5lbXUQCLhAOEBJRuIPN0s7m18NIIWgs { width:20rem;height:1.1375rem;top:20.259399414062rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3hrLzNMpOm2dWqvtcH6y4g6VTncUEZs { width:20rem;height:1.1375rem;top:40.084350585938rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcL0mTBMH5qMivdEAIgXnJMNeTJeJPmT { width:20rem;height:1.21875rem;top:26.495834350586rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itKRRhsCLaNVEZmDB1k29CM0pWPxJQNC { width:3.125rem;height:3.125rem;top:11.273986816406rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXy34eB5UMsx08g5XebSULWmrTIEuy9n { width:5rem;height:5rem;top:10.023986816406rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6zsfPWl5Kn0N1LX86JPiJsy9zhD1IZy { width:3.5625rem;height:2.5rem;top:31.216674804688rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x24s8bw4nBB7Ui7kgPe0H8yOR0BZtp4i { width:20rem;height:8.8452655889144rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK { display:none; }#NZC8kbseyGVtCBES4Qmp7aX7N1kHCGsK > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TSVpTipPKdWJq5HBRuBANnGF0zGFIEsF { width:18.5rem;height:2.45rem;top:0.6875rem;left:0.6875rem;font-size:0.875rem;line-height:1.4;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #tq3JgCmTFWMDxe62qo8S2S73Qkp0zHfw { width:4.1875rem;height:0.625rem;top:2.5124969482422rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIJB9GAqzXqbmdE9dIkiRTOJXZFHLpc7 { display:flex;width:1.875rem;height:1.875rem;top:4rem;left:17.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTQJxucewAifEPC90JnNGrpes4TUrFL7 { width:20rem;height:3.75rem;top:0rem;left:0rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #MW5I04lkm6GzNo8ZTEKwtQ7EqTJrf14E { display:block; }
 }@media only screen and (max-width: 763px) { #DnLNmCO69WcT7I1GfyNb2rd1iW8Qir4u { width:20rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnII1me8iU49HUW3mmz5L6VTNCILXQ7M { display:none; }#DnII1me8iU49HUW3mmz5L6VTNCILXQ7M > .row .container { width:20rem;height:52.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZr9TrquDTy9SR13fzVd0QKewrt29n3e { width:20rem;height:0.0625rem;top:2.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNnTCLS2T1Kf61T5DlD5VfQ3SJWZXKdr { width:7.6875rem;height:1.95rem;top:0.3359375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U020Xs5Xnd4k2FrtT63uge9WcqchHOQn { width:5.1875rem;height:1.95rem;top:0.25390625rem;left:11.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMlfbmThU4f9pBkdtWDoAIVDXeUGn4T4 { width:3.375rem;height:1.95rem;top:0.25390625rem;left:16.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJAOQcllT4ub3zPKrhviPCHRZbHKdezv { width:10.75rem;height:1.21875rem;top:3.808349609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz5Twr3CTefpyemoyPJU5drT7ZRUgwuv { width:20rem;height:0.0625rem;top:17.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odVWnOoaFwABMnCemohkUwWP57ld5km5 { width:20rem;height:0.0625rem;top:12.433349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9pQvRZRIiInQRCv3B4n20WQybQBxDK3 { width:20rem;height:0.0625rem;top:5.8708343505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHSsq7zLRH4ZE9sUAr7qqavllOSxzob { width:10.5625rem;height:4.875rem;top:6.745849609375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDpIsf6H95f5vgKergkPAMDdIqsbgKSB { display:flex;width:1.25rem;height:1.25rem;top:3.7520904541016rem;left:17.53125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #scxApg7hQfLONvN9wI7u6Xqdx1LRGpdi { display:flex;width:1.25rem;height:1.25rem;top:3.8125rem;left:13.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #HL8XUfebL65CaXBJVh0slHOrB34eOGTq { display:flex;width:1.25rem;height:1.25rem;top:8.625rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FBz62J5zLw4Rxk19T04aA5F9pl9kJnHS { display:flex;width:1.25rem;height:1.25rem;top:8.5625rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xUtcZczoRFWyQRrvkLpBmJVWneAFynMP { width:11.6875rem;height:3.65625rem;top:13.21875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRN00CW7L9u3B9PhPvCnhwI1W5GEMnOd { display:flex;width:1.25rem;height:1.25rem;top:14.4375rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SPIdVo7yTA1I5LW1Jkot9P9i05RZTB22 { width:20rem;height:0.0625rem;top:21.891662597656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHnQS2VcZQmX9yC6A7uJdMMyuR1yGTO0 { width:12.625rem;height:2.4375rem;top:18.46875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzcIllwZbec2n0APh1qsbcTBOVaMfBxA { display:flex;width:1.25rem;height:1.25rem;top:19.125rem;left:12.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xH7rh57QTIPFaRLS5TarAAyzbFWPqomP { width:20rem;height:0.0625rem;top:29.551025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxcrrwO87amXhLHhK7lWvW2BKszfsH5 { display:flex;width:1.25rem;height:1.25rem;top:25.1875rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #N7qlgiEebCEuqmNC0PZtxcdzJvekKqRz { width:11.25rem;height:6.09375rem;top:22.765625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKqStrqxybPzSRTDyH4uqMM5Jf9mrNQ { display:flex;width:1.25rem;height:1.25rem;top:25.1875rem;left:17.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UOhlywX40XfnTTM9uDWqa1pI1S4urDeu { width:20rem;height:0.0625rem;top:36.155212402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raJR1hKaiDBNIWHGr1bJVhtOMtUaEnsv { width:11.625rem;height:4.875rem;top:30.488525390625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD2RZTGHb1Kh38zFeiJ7guWwpa984wms { display:flex;width:1.25rem;height:1.25rem;top:32.280212402344rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Al0eOAxEq3JmGl5TnLwx1S1ITQUU2HCF { display:flex;width:1.25rem;height:1.25rem;top:32.280212402344rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TeeUHl4vMMpBoC2wNf7ezET9fKPzRCek { width:20rem;height:0.0625rem;top:41.759399414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0ad5IDtOFXK3xg1C1Ro8Mfws6lN0Uws { width:11.5rem;height:3.65625rem;top:37.092712402344rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyK29mlQXF3JJvSITGT4ak3TynwziuOa { display:flex;width:1.25rem;height:1.25rem;top:38.329162597656rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #EdTdhV6ckXNzV1yaB1sUQc5uMwE6i5ol { width:20rem;height:0.0625rem;top:46.071899414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXGTuIQIJSEbWqD8JnoJL207hMt7XsT6 { width:10.125rem;height:2.4375rem;top:42.759399414062rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2VwlPPGHR5gPFSznIgPddCKaU8wfL6c { display:flex;width:1.25rem;height:1.25rem;top:43.384399414062rem;left:17.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #szkvLNkJ75HUH74cQH1CbtgOm11qOgGF { display:flex;width:1.25rem;height:1.25rem;top:43.384399414062rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TmmOuTgNWzBNiXIb9TVV0PKN6DBawHCv { display:flex;width:1.25rem;height:1.25rem;top:48.314575195312rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #msirvxTuOD5UEkL127pAsMy5y0G0Wkc5 { width:10.625rem;height:3.65625rem;top:47.134399414062rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d1a9f295-ddd7-454b-90d3-9f63d7783f49/DSC00596scaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.adaptive-delivery-prevent-bg, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyload, #TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt.lazyloading { background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { background-color: transparent; background-image: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.7); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,48,53,0.7); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row > .video-iframe-container { display: none; }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .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); }#TD9W6Mz42CiwfT9MeWEmw3EJfyXdM9qt > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgf4pKH7TVsBTxN9XMPrioVLNScWszBk { width:16.25rem;height:3.4375rem;top:37.1875rem;left:1.875rem;font-size:1.125rem;z-index:15024;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #xi8ZMXwQFnN5c9AoiZGFRckGcZq0uUW5 { display:block; }
 }@media only screen and (max-width: 763px) { #VidmuliepNbaUG2ap4vx7970unEMlakN { width:20rem;height:2.1125rem;top:1.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #EJeyKPWR2M9zSxOvDzuzQDz91hbyH3KR { width:20rem;height:21rem;top:14.312496185302rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aEtPI13ZZKwKg5tZLxAv449NmqvNw7b0 { width:2.3125rem;height:2.5rem;top:11.374996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 { display:block; }#RSkXOC70QyVkar8QT4tbMHeI1RDrqTu7 > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoA6zdKmWx06b6tbprBWiTqJJMHPGUsQ { width:20rem;height:2.1125rem;top:2rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #x8aAsCPa0u23BWhWBJWQhgfntydWTSEg { width:20rem;height:1.1375rem;top:5.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utIiIb4eA9zRThVRLEQbJEpqgQr1Lny5 { width:9.75rem;height:2.75rem;top:9.2000007629394rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTcCTRWJUaISxnWV3XToaxg4D5VFNQVz { width:11.1875rem;height:4.0625rem;top:14.450000762939rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frsqdPTDiJgad4aJiTAfNxzbM45eTm6h { display:block; }#frsqdPTDiJgad4aJiTAfNxzbM45eTm6h > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVE4J5fvHSzLN015rTFQBfKS1DeZv3um { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKp83vRDu2MagTw3MpG2ubrV9Oxnyv3v { width:13.8125rem;height:1.25rem;top:14.3125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTotDbfgWGxDBpGAIDw9m87Ty0aLE4JW { width:7.5rem;height:2.625rem;top:19.15625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfEF2Se8wEs8PuAXTb8DNXl3wdQOtfu6 { width:10rem;height:2.5rem;top:3.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gze5dXawOJ4x5Dx7XSFLcZsf5QW4MTEk { width:9.9375rem;height:2.75rem;top:8.625rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7wsmbFXVDKPTh1aXF3sr1BGVPnKmvEL { width:15.25rem;height:1.8125rem;top:24.59375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXoJWzmatnOdpnIZ0wZTEAKxRtR3ecu1 { width:7.125rem;height:3.75rem;top:28.59375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ7W9mSVpMz7bP2W68svda5mXgMNIr0r { width:7.375rem;height:3.375rem;top:40.0625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOfDspI8A3QEm6azPoDazpQkW8EkghwX { width:10.625rem;height:3.5rem;top:46.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmy28o3m0am29k5KFTgOxTtETLJWGPEy { width:10.8125rem;height:1.5625rem;top:35.78125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 { display:block; }#JEocEuKnbTBNkcRLCRknSKRxFcdmMq17 > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HncD6P489vgTF34EkVaaZZl7o3UpSdRM { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7pclmNsGatDcpKsV7U32Cmxsr2UHAZd { width:11.5rem;height:1.5rem;top:10.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnTIetCXsU18ueg1w8tilJrqcrrglzgo { width:9.3125rem;height:5rem;top:3.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { display:block; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DZyDHGIhruDKDFdXzrxOG7bzb0XUSEo0 { width:18.875rem;height:4.225rem;top:1.875rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"instrument sans cond";display:block; }
 }@media only screen and (max-width: 763px) { #sV6EXFBTpdRKmcnihcB1XnsKpgHLkOhg { width:20rem;height:2.8125rem;top:12.010437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tNM1vRcSvglv0vbJ2Gok9mN9edECJhPG { width:18.75rem;height:1.5rem;top:10.041687011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J39nsXPqOow9SelW8eA9JPBwV7wRPvKD { width:18.75rem;height:1.5rem;top:16.135437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfwlakZqH8pqNhq2LOX39VWQZwCkpiiw { width:18.75rem;height:2.8125rem;top:18.072937011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VyMxxgM8q2uQUdpi1uQwlwGBHwuAnWT4 { width:18.75rem;height:1.5rem;top:22.010437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wy76Lgi34P4fsQ1bimqTWG5VJW5F4eSt { width:18.75rem;height:7.03125rem;top:23.947937011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UFCSTgM40UqnCrkFFy6ao3Ne8mRwSy53 { width:18.875rem;height:2.8125rem;top:34.072937011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JeWbhl4N9cT46eEkDiBlT13C9KvvTloq { width:19.375rem;height:1.5rem;top:32.135437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5TSeEcOThqT1brZKsKVbk3EBt0CLu8T { width:18.75rem;height:1.5rem;top:38.072937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uOZ5Np8Evd0P8r1dAO1TvTSpQpX1iOFb { width:18.75rem;height:2.625rem;top:40.010437011719rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXg2IeOM7tmO41Pg02c6ZZRilGRo5pGc { width:18.1875rem;height:1.54375rem;top:7.6354370117188rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E96AhVlRJiqbxVEEDKttCtpX3Rr1bwxM { width:19.5625rem;height:4.21875rem;top:47.510437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zel7FI2DxqWaXQhGypLSGBvXJa3J9sLD { width:18.125rem;height:3rem;top:43.947937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K { display:block; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D08ZdNu3q4L5AVUKPwA5464lrMJ5k0PD { width:20rem;height:2.8125rem;top:4.5rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0LMDGH8V7qJTzODIE3vE90GZ3CIU7LQ { width:18.75rem;height:1.5rem;top:2.65625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yhHzztUW19z6MIGTwZ9LIu9vlX2PFwFi { width:18.75rem;height:1.5rem;top:8.6979370117188rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #umSXavtKpW53h5pSVbkM6plakcMvtXnx { width:19.9375rem;height:5.625rem;top:10.572937011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #imxgUCZLIvUJOumCdP3HZfsF8FS6mcrS { width:18.75rem;height:3rem;top:17.572937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Om1A8RiQM8TRMnz3ibOUOHJzzP5pSlMy { width:19.875rem;height:5.625rem;top:21.010437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niiBOd1lynsPSXVNrpLATw76NIsRtInF { width:18.875rem;height:2.8125rem;top:29.885437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TAoey98pqbh1gOdkuyeyAJJ7Qcxke14K { width:18.75rem;height:1.5rem;top:27.885437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOeBblpO8TPVT309EvC6NChrXglw7ZtG { width:18.75rem;height:1.5rem;top:34.010437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HVsNcSnrSdunJGf6bQvuRmgXgmCPvIEX { width:18.75rem;height:2.8125rem;top:36.010437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n3OTiKHDJpk4rCsiidd8oTMxcRzpMgr8 { width:18.1875rem;height:1.54375rem;top:0rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c34BU2wcM7dahUAaoRIfm4Fmcdq2KzVA { width:19.875rem;height:4.21875rem;top:43.447937011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tv2fT14lhrUbkz2oVUVs4AEwQ2WemnE1 { width:18rem;height:3rem;top:40.010437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT { display:block; }#USJq5Tq8RrcSwgFzU27hs8FifXF4A3TT > .row .container { width:20rem;height:0.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection { display:block; } #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection *:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="text"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="email"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection input[type="tel"]:focus-visible, #n8311dcfa8975fed4d0b542af33526a9.widget-smartsection textarea:focus-visible { outline: none; } #gf0Z2HsZMdxsHdIQzq5Zantcx4Ub9LOe > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }