.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:13rem;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:7.8125rem;left:0.5625rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DVdE5DU5wW5sV7LK7cOEAfZBGp6m6ERt { color:#ffffff;display:block;width:37.6875rem;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.441666603088rem;left:0rem;height:13.8rem;font-style:normal;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:13.9375rem;top:7.5rem;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:9.3125rem;top:7.5rem;left:11.625rem;display:block; }
#LXnNZRT9AplI09MFnOeLKl0SndTZgw7H { color:#ffffff;display:block;width:6.125rem;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:7.8125rem;left:14.4375rem;height:3.0875rem;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:#dedede;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:26.1875rem;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:26.1875rem;left:17.5rem;display:block; }
#HTRkXVJ01qztKHBlZDnpQMCWnEKfmT0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }
#hdgxP904ktPm9DmWwDGOh7sDaDFBqq7x { 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:1rem;width:9.8125rem;top:6.125rem;left:61rem;overflow:hidden;display:block; }
#SEDaIIGBsd6vZycEX6oHogFogJUMmkzD { 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:1.9375rem;width:18.75rem;display:none; }
#vul8590UPWDr2KBBa2N3BdaRbeSsXuuJ { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.3125rem;left:3.9375rem;height:4.875rem;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; }
#mo2ROMrtESQrB70X1ALtoFASk9LTIg3E { 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:3.125rem;width:3.125rem;top:20.700000762939rem;left:0rem;overflow:hidden;display:block; }
#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI { 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; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI.adaptive-delivery-prevent-bg, #nUSq7TrL4u3g5SASEwl80F58NQLsL5TI.lazyload, #nUSq7TrL4u3g5SASEwl80F58NQLsL5TI.lazyloading { background-image: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container { background-color: transparent; background-image: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container > .video-iframe-container { display: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row > .video-iframe-container { display: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .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); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container { border-width: 0; border-radius: 0; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#T98UCImimWQKCA5G0lWmU2COPIypwLNN { color:#525bf3;display:block;width:13rem;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:7.1875rem;left:0.5625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CEpwBue9gOg2nGRae1bwyeqDFGyl5IoF { color:#ffffff;display:block;width:37.6875rem;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:10.816665649414rem;left:0rem;height:6.9rem;font-style:normal;display:block; }
#SRHw7S3PJfSWed5HpA2ggcUrnVUuR9tl { 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:13.9375rem;top:6.875rem;left:0rem;display:block; }
#IUSvw3T0b5AUuXpgoEpCibdV5bRa8aOf { 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:9.3125rem;top:6.875rem;left:11.625rem;display:block; }
#GEw7MKwuDXR6Wvt7shZ24xpuynyC2ffa { color:#ffffff;display:block;width:6.125rem;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:7.1875rem;left:14.4375rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fbgGyfws8r5FR4AAL80IBkkSEu6Xgik9 { 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; }
#IArRaKDV6r761QdKP0EtB30QVClbE7xN { 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:25.5625rem;left:0rem;display:block; }
#ODVThz2uVPQ3VcAchC4lRp3VkXazpIvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzHmnI69PVgAJShSxrB7TG7XIGGuysOE { 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; }
#ek3ySL4ySTBzW2qDmBxDLTgzdbt1m6Bz { 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:1rem;width:9.8125rem;top:6.125rem;left:61rem;overflow:hidden;display:block; }
#Um8Qthr00137IqBQsCszw1OfJSz5QTzv { 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:1.9375rem;width:18.75rem;display:none; }
#sAQs5APfnFfkvhhtiT39smnQJLdNMw0c { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.6875rem;left:3.9375rem;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; }
#dKTepN4um8AMAXnwWToW5DOv62PftQsE { 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:3.125rem;width:3.125rem;top:20.075000762939rem;left:0rem;overflow:hidden;display:block; }
#UCgfrr74blqUx43OVc1BaP5RSH3d7ld2 { 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:none; }#UCgfrr74blqUx43OVc1BaP5RSH3d7ld2 > .row .container { border-width: 0; border-radius: 0; }#UCgfrr74blqUx43OVc1BaP5RSH3d7ld2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCgfrr74blqUx43OVc1BaP5RSH3d7ld2 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:none; }#U4s6JgAmwoMzfuJJdAGpKhHJWcw8dgyn { 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; }
#ggJxct4TGxBNoV6CVzIW32wa4Q8xvdsi { 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; }
#QJa0kpq8DICUBVRFnV4US064PoPbbWA5 { 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; }
#MSra5k9WZvf5rlxiVitNbChaZ5OB93h0 { 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; }
#n8k3rRpwOZu96lwutfdZW5CKxrQSTSqP { color:#ffffff;display:block;width:25rem;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.84375rem;left:50rem;height:1.4875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4UcylcHZ0yw368eqfkQcCv4ttOx11CG { 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; }
#w91o2VxoQlviod4cOCfqPkKCFNhJXLR2 { 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; }
#R2GnbU4zxDxRs75KFKMQ0AWOAn9gftRE { 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; }
#IIpB0q5zIiIzyUJTOCFP6EnqzbDDRRw0 { 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; }
#LCFU2mr5653QioMHrL5Ta6cETWcTtTqo { 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; }
#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:19rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:7.7749938964844rem;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:block; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { background-color: transparent; background-image: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container > .video-iframe-container { display: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row > .video-iframe-container { display: none; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .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); }#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:25.5625rem;width:75rem;position:relative;display:block; }#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:2.925rem;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:8.6875rem;left:0rem;height:13.78125rem;text-align:left;text-align-last:left;font-style:normal;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; }#pilaPwIbw1hK2T2H9GuUdnVspqlmD8DT { 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; }
#QApl241SgkHSbpEyzEaJmLftgC4hxMRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:7.3125rem;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; }
#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV { position:relative;display:block; }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV { background-color: transparent; background-image: none; }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV > .row .container > .video-iframe-container { display: none; }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV > .row > .video-iframe-container { display: none; }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV > .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); }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV { border-width: 0; border-radius: 0; }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV > .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; }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV > .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; }#VoEaxm8tQz3bKIrnMficZQgRTZOlD2UO { color:#252525;display:block;width:36.25rem;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.5000019073486rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFTnPGiZgTTTof3HxWzoV0uyA8htoSr9 { color:#45c3cc;display:block;width:36.25rem;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.5000019073486rem;left:38.75rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UIexi2hIbRPhxQdMkRnpXoe6wtthi8Kv { color:#252525;display:block;width:36.25rem;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.8374996185303rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uWkcEN5stZGpXKwaa0RT49qUZOcwgf83 { color:#45c3cc;display:block;width:36.25rem;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.8374996185303rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkvQpTmL6w63T6boKMb8yT1qws7nJ8lw { 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:38.8125rem;top:6.83749961853rem;left:36.1875rem;display:block; }
#bVVaL5Ddg814MG086U0aSvLe1JJD6Rl3 { 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:36.23335375rem;height:4.929164375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9104194641113rem;left:38.765625rem;display:block; }
#mMDWucTqTSW6s2GIP2mlqoKk5FVPcKUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3PnzfUMTfoZrTFkSBOuS6HJ4M3y3cTQ { 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:36.23335375rem;height:4.929164375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.910418510437rem;left:0rem;display:block; }
#IDXBOgR2O0iVRl1wM3TkbfFIH1uNT825 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu { position:relative;display:block; }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu { background-color: transparent; background-image: none; }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu > .row .container > .video-iframe-container { display: none; }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu > .row > .video-iframe-container { display: none; }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu > .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); }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu { border-width: 0; border-radius: 0; }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu > .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; }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu > .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; }#CFe8FDnO5BZmoxNbhMQVJgsWead0H38q { color:#45c3cc;display:block;width:36.25rem;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; }
#nCBtcO4LtIFIqNmpvesVMOpoxAbiVrPX { color:#252525;display:block;width:36.25rem;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:38.75rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BeiJgAdni54VTcXOkiTS2muNAfGQcIaF { color:#45c3cc;display:block;width:36.25rem;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.8374996185303rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxoRPQ3ZtcEW0dz5tqzVcaHE4MAcLVyC { color:#252525;display:block;width:36.25rem;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.8374996185303rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yd6TmRwxBfVmnmXBhWd82OhCSMtbHz0R { 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:38.8125rem;top:6.8125rem;left:0rem;display:block; }
#xdyddfZWRBT1vfWKQv94Zt4qCyxu57Tf { 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:36.23335375rem;height:4.929164375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.9104175567627rem;left:38.765625rem;display:block; }
#uOkRoqiSkEG2R7HJgV6d9IJ7VQ9N4m5v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PdNbgI5IyfCdeLJ20bfDfwSRqtuqqfZS { 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:36.23335375rem;height:4.929164375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.9104180335999rem;left:0rem;display:block; }
#Ux9JZHL3GoN9x2NRm1U8DeEmQGSM6ENq { 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:28.125rem;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; }#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:4.6875rem;left:0rem;display:block; }
#DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { color:#000000;display:block;width:61.5rem;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:4.25rem;left:2.1875rem;height:20.625rem;font-style:normal;display:block; }
#a0vqqgGko5l9tGHa8EAChhl3kQTpBlA8 { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txWTpL0q8kSFCkmEnwnpBXQJGRrGWsVh { position:absolute;display:block;z-index:15065;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:12.208332061767rem;left:0rem;display:block; }
#BkVaU6xHSlrwNhfkCvQ0T6X65BzZ58Ea { position:absolute;display:block;z-index:15066;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:15.894793510437rem;left:0rem;display:block; }
#S81Arykq7mNfkBh4m6oeHlhh36VSREI6 { position:absolute;display:block;z-index:15067;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:19.708333015442rem;left:0rem;display:block; }
#cgNw67DxF2lzgUeoz3XU7tCzOVUIHAH3 { position:absolute;display:block;z-index:15068;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:23.458336830139rem;left:0rem;display:block; }
#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 { position:relative;display:block; }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 { background-color: transparent; background-image: none; }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 > .row .container > .video-iframe-container { display: none; }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 > .row > .video-iframe-container { display: none; }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 > .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); }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 { border-width: 0; border-radius: 0; }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 > .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; }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 > .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:28.125rem;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; }#rb0rUTs5igEkLXPyFoHAcS2hQLtmMrtr { 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:4.6875rem;left:0rem;display:block; }
#ltCWemka2wSvmMhybMFySEwouhaVxaMp { color:#000000;display:block;width:61.8125rem;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:4.25rem;left:2.1875rem;height:20.625rem;font-style:normal;display:block; }
#x4R2lTISQf3OXzcc3iUEnOd5FMO3fzua { 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:12.186456680298rem;left:0rem;display:block; }
#pkzsPZnqOcyBafNh2T5TTtIi9uuCCMRo { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fu6qTdEOuPuTukTAqxDJfs54qUt0HzsC { 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:15.875rem;left:0rem;display:block; }
#g7sUkDfKS7Q3CdEHMK1oc7T4moWzdnpd { 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:19.6875rem;left:0rem;display:block; }
#XGCzPFoOumtzgPpHKTTDiJZu05yTfCDu { 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:23.4375rem;left:0rem;display:block; }
#k4MKlTshrstyU1BCM4dMto3xC2c15Iq2 { position:relative;display:none; }#k4MKlTshrstyU1BCM4dMto3xC2c15Iq2 { border-width: 0; border-radius: 0; }#k4MKlTshrstyU1BCM4dMto3xC2c15Iq2 > .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; }#k4MKlTshrstyU1BCM4dMto3xC2c15Iq2 > .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:44.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:none; }#WRO8uUJcolJ7RG5pwbstKhaQc4XX7M5S { 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:4.625rem;left:0rem;display:block; }
#TgG957NnnmaPFX3Zdoii2sB7J1EUSB3i { 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:4.25rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#Th3hkInDuLV5RPSCNxCDbbQCl6GTEeVZ { 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:8.1875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#WwHw1rfKiVcSnmPtHNQdBbDF3Q06ds6R { 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:12.25rem;left:0rem;display:block; }
#HFZCsZSaO6KR5bzLgCHB0t6TiLt0EMLp { 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:11.875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#QfsbqB2Ce5TAtIIzptEgFGrDupTu69v0 { 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:15.875rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#bDtKT232NxJ4fkKWFpnWOANlIbgzW39x { color:#000000;display:block;width:44.875rem;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:22.1875rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#dJNadNn7yPaLcmDRpNasi3OOHDiJakEq { 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:22.5625rem;left:0rem;display:block; }
#m7cuUxNTA9C4XPliKDB3aSMHXkIXQEXd { 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:26.099998474121rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#XS4WtsOGAFNXxnGnTZtV57batKCO2c0O { 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:30.1875rem;left:0rem;display:block; }
#zrpu4FltwK5dJ1haa8rAMEBgM3TUXhXM { 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:29.8125rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#Lz44xGDPUHEmReMKTGBwCSXiSNtksgIX { 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:33.8125rem;left:2.1875rem;height:1.3rem;font-style:normal;display:block; }
#TVk5BJNS2rJ7Vqkand5kh3xBkhkc5cUF { 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:37.5rem;left:2.1875rem;height:3.75rem;font-style:normal;display:block; }
#ApWoMlTRw6GzcOtIOFLU6ZCRgnQyTn9c { 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:37.875rem;left:0rem;display:block; }
#iOSvh472KGk4V669rhll5eMioQpSksyJ { color:#000000;display:block;width:5.125rem;position:absolute;font-family:"instrument sans cond";font-size:1rem;font-weight:normal;z-index:15125;line-height:1.3;letter-spacing:0;top:19.0625rem;left:4rem;height:1.3rem;display:block; }
#XCmKT51uGoVTWfvHfkxe5h6iKLB2KeQd { 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:15126;opacity:1;top:18.987499237061rem;left:1.96875rem; }
#nvaxHqKqldstxvnVtN5eVsuzVb5TgDpw { 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:15127;opacity:1;top:19rem;left:9.5625rem; }
#uywEAV38fJ3r9m4HKs8INLLUwxPXEgyr { color:#45c3cc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:2.25rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo { position:relative;display:block; }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo { background-color: transparent; background-image: none; }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo > .row .container > .video-iframe-container { display: none; }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo > .row > .video-iframe-container { display: none; }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo > .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); }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo { border-width: 0; border-radius: 0; }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo > .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; }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo > .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:21.3125rem;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; }#u77iREci2XbCy45T6b98khpU73FfP5hW { 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; }
#TEmusHJGc827f2SxywPQbuk8ZtHC4dud { 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; }
#DTqTs3oTyORcgAVupPCeNZzdIe5iXuOC { color:#111111;display:block;width:22.4375rem;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.5rem;left:26.28125rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWDR5G7UvMOCWEW8ev4LQFaV5MZ11dZi { 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.0624980926512rem;left:34.375rem;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:38.125rem;width:75rem;position:relative;display:none; }#EL370Mf8pHbVedaliVolCy02gcP17X9o { color:#ffffff;display:block;width:44.4375rem;position:absolute;font-family:"instrument sans cond";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.125rem;left:15.28125rem;height:11.25rem;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:22.5rem;width:28.75rem;top:12.875rem;left:7.46875rem;display:block; }
#tCJMCEnmCeKuQr1MomzUibLWHu3uLnNN { background-color:#eaeaea;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:29rem;left:13.75rem;display:block; }
#vzP0KQizlT0nT2Kt3ekiu9d8BuZ6KP13 { 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:21rem;left:7.46875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paemubQw1xtxHadcRqzgmxiLfkQHFwP7 { color:#000000;display:block;width:28.75rem;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.25rem;left:7.46875rem;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:27.082290649414rem;left:7.46875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcL0mTBMH5qMivdEAIgXnJMNeTJeJPmT { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.3125rem;left:7.46875rem;height:1.4625rem;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.25rem;left:20.3125rem;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:10.4375rem;overflow:hidden;display:block; }
#UdvXQuTtZTJwSSPqT0T8Qkro83qVfGOv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.1875rem;left:51.53125rem;overflow:hidden;display:block; }
#gRnwIgrAfJFpiZMbpwh65y96EK74G0v2 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.25rem;left:38.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETN9yxSGBVhEhoJdo0rGWrVlrMQFDQuQ { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21rem;left:38.6875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2sd2cxGAEz1AErLTUzNi5yuBgBnuFDv { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.0625rem;left:38.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b8G3NJ03fVWoXRbkW7WwkOTzqOHnoToP { background-color:#eaeaea;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:15010;text-align:center;text-align-last:center;top:29rem;left:44.9375rem;display:block; }
#txtugpkTRlrKTiUwcw2d8pxTtvUaKkK5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6TBK2zFg54JS8xTo5UToG06HdEFlcrF { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:33.3125rem;left:38.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bfc9IHAWZd7mHrML0i3ygdexLFeQQWhV { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:22.5rem;width:28.75rem;top:13rem;left:38.6875rem;display:block; }
#XNH6Gyv4ZIkvCsLnunrbSmio4JFOr6U1 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.8125rem;left:7.46875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHN87TGw9r2NyyNXpd23r1tf6zT2Ps7h { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.8125rem;left:38.65625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HmXbWWp5yHGAitfVGp8JJzz4XQ4o0TEk { 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; }#HmXbWWp5yHGAitfVGp8JJzz4XQ4o0TEk > .row .container { border-width: 0; border-radius: 0; }#HmXbWWp5yHGAitfVGp8JJzz4XQ4o0TEk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmXbWWp5yHGAitfVGp8JJzz4XQ4o0TEk > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:none; }#zbK8hHhWnXil9ZTpoEzw06V7nyhNb6T4 { color:#ffffff;display:block;width:44.4375rem;position:absolute;font-family:"instrument sans cond";font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:3.125rem;left:15.28125rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gq1FwafTqOS3ZgUR7HqafcA8QT1MI0F4 { 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:22.5rem;width:28.75rem;top:12.875rem;left:7.46875rem;display:block; }
#Tk6d11h6T59Pxzchcq9fxCWD0lThzcIg { 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:29rem;left:13.75rem;display:block; }
#AshR9TTLAtc7gTVKTp7rFNbEq0xiWDBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klTEunNds0rg6QcL4WUT3dZCqQ47tvWZ { 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:21rem;left:7.46875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Baw3lPyqzgbMExwrgD36Upt947NSBBcX { color:#000000;display:block;width:28.75rem;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.25rem;left:7.46875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8QUt8QLBHfxW8hgRiTzwWrxiBRgXJIc { 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:27.082290649414rem;left:7.46875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PiaAHNJEPcDeDbO39LsxkDmfiDihh29A { color:#000000;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:33.4375rem;left:7.46875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zcnd6OzvDhJLmT3ua9BSqa8NEk7Fd7lm { 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.25rem;left:20.3125rem;overflow:hidden;display:block; }
#ondm4ZrBHIRPq5AWQTM3yvhdKWAwuAbG { 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:10.4375rem;overflow:hidden;display:block; }
#ydqkLQqHCgZxn9IJobmqbSACpcs5Ir3g { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.1875rem;left:51.53125rem;overflow:hidden;display:block; }
#DPRC88qoDt8yoHG9XNPrbVaLsooyC9xV { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.25rem;left:38.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3ISs40veOyVpQ9WqwwMqAB6Zi6w95mJ { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21rem;left:38.6875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UuoUIkLKfDVlfoxiJNsNUn0krhu8suT4 { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:27.0625rem;left:38.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w4c7ozOTSo4VsMbTz2SMvGSPyEa0iRTx { 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:15010;text-align:center;text-align-last:center;top:29rem;left:44.9375rem;display:block; }
#B92aistpTrJHsK19TaFPs7VhmUzvr0vI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eb78ZoRm8CsFVyWMeaTyGJfTWXC260DD { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:33.4375rem;left:38.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PeAxKLD1OJ7NmayvpikgTJMBQ8AHyvoS { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:22.5rem;width:28.75rem;top:13rem;left:38.6875rem;display:block; }
#aCzMKb4WTicWg7TfBUnfEBehGNVv6me6 { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.8125rem;left:7.46875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qk7zQcAlVUI0W9N2ylT0C7QUTJmXTG5t { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"instrument sans cond";font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.8125rem;left:38.65625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;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:36.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; }#ZN6Z2KLP2EhibVMbLKy8IRyWIJDmwQTJ { 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:9.125rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;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; }
#Um8riNC8KS6bnwmCOoA8r3suwNIAAcF5 { 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:7.5rem;width:13.9375rem;top:24.6875rem;left:16.125rem;overflow:hidden;display:block; }
#TSmRVvR87JlRqtRF52HNEVQEoTOLbePR { position:absolute;display:block;z-index:15021;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:27.375rem;left:44.625rem;overflow:hidden;display:block; }
#fbXRM1TxI1tvd7CVr49zknw6Nk7xeJkT { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:"instrument sans cond";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:22.0625rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#sHUk8Rn9THz72umvCLswyRfgIPkkg3mH { 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:4.1875rem;width:14.5625rem;top:12.812500715256rem;left:30.21875rem;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:none; }#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:none; }#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:none; }#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:none; }#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; } #UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .row .container { background-color: transparent; background-image: none; }#UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .row .container > .video-iframe-container { display: none; }#UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .row > .video-iframe-container { display: none; }#UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .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); }#UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .row .container { border-width: 0; border-radius: 0; }#UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .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:2.7875003814698rem;left:1.125rem;width:12.3125rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVdE5DU5wW5sV7LK7cOEAfZBGp6m6ERt { width:25.25rem;height:9.6rem;top:5.625rem;left:0.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #vBEFkBeaLNCyV2q9y6CcE7MTxoOPNqmV { width:13.0625rem;height:1.75rem;top:2.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RmeXMNe46P40VZBFy916UoZnlJPP7PGp { width:7.5625rem;height:1.75rem;top:2.625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXnNZRT9AplI09MFnOeLKl0SndTZgw7H { top:2.75rem;left:14.09375rem;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:21.25rem;left:0.625rem;font-size:1.25rem;background-color:#dedede;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: 1199px) { #K9QBRZoeswkFUF5CzFx18QLLTLI8Mty8 { display:block; }
 }@media only screen and (max-width: 1199px) { #l58bPaOcy2pDtAbQIIDIKHDWgsyEE3EA { width:16.25rem;height:3.75rem;top:25.6875rem;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) { #WSVTgBz5J8s0XyNXNeBac3KTwFL5wwNX { width:18.75rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hdgxP904ktPm9DmWwDGOh7sDaDFBqq7x { width:9.1875rem;height:0.9375rem;top:4.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SEDaIIGBsd6vZycEX6oHogFogJUMmkzD { width:18.75rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vul8590UPWDr2KBBa2N3BdaRbeSsXuuJ { top:16.836458206177rem;left:4.3125rem;width:20.125rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mo2ROMrtESQrB70X1ALtoFASk9LTIg3E { width:3.125rem;height:3.125rem;top:16.773958206177rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUSq7TrL4u3g5SASEwl80F58NQLsL5TI { 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; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI.adaptive-delivery-prevent-bg, #nUSq7TrL4u3g5SASEwl80F58NQLsL5TI.lazyload, #nUSq7TrL4u3g5SASEwl80F58NQLsL5TI.lazyloading { background-image: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container { background-color: transparent; background-image: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container > .video-iframe-container { display: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row > .video-iframe-container { display: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .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); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container { width:47.75rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T98UCImimWQKCA5G0lWmU2COPIypwLNN { top:4.8500003814697rem;left:1.125rem;width:12.3125rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEpwBue9gOg2nGRae1bwyeqDFGyl5IoF { width:15.25rem;height:9.6rem;top:7.6875rem;left:0.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 1199px) { #SRHw7S3PJfSWed5HpA2ggcUrnVUuR9tl { width:13.0625rem;height:1.75rem;top:4.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IUSvw3T0b5AUuXpgoEpCibdV5bRa8aOf { width:7.5625rem;height:1.75rem;top:4.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GEw7MKwuDXR6Wvt7shZ24xpuynyC2ffa { top:4.8125rem;left:14.09375rem;width:7rem;height:1.4625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbgGyfws8r5FR4AAL80IBkkSEu6Xgik9 { width:12.6875rem;height:3.125rem;top:1.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IArRaKDV6r761QdKP0EtB30QVClbE7xN { width:16.25rem;height:3.75rem;top:23.875rem;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) { #ODVThz2uVPQ3VcAchC4lRp3VkXazpIvW { display:block; }
 }@media only screen and (max-width: 1199px) { #RzHmnI69PVgAJShSxrB7TG7XIGGuysOE { width:18.75rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ek3ySL4ySTBzW2qDmBxDLTgzdbt1m6Bz { width:9.1875rem;height:0.9375rem;top:4.75rem;left:34rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Um8Qthr00137IqBQsCszw1OfJSz5QTzv { width:18.75rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sAQs5APfnFfkvhhtiT39smnQJLdNMw0c { top:18.898958206177rem;left:4.3125rem;width:20.125rem;height:2.925rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dKTepN4um8AMAXnwWToW5DOv62PftQsE { width:3.125rem;height:3.125rem;top:18.836458206177rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCgfrr74blqUx43OVc1BaP5RSH3d7ld2 { display:none; }#UCgfrr74blqUx43OVc1BaP5RSH3d7ld2 > .row .container { width:47.75rem;height:10.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #U4s6JgAmwoMzfuJJdAGpKhHJWcw8dgyn { top:5.875rem;left:16.0625rem;width:15.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ggJxct4TGxBNoV6CVzIW32wa4Q8xvdsi { 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) { #QJa0kpq8DICUBVRFnV4US064PoPbbWA5 { 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) { #MSra5k9WZvf5rlxiVitNbChaZ5OB93h0 { top:5.84375rem;left:0rem;width:15.9375rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8k3rRpwOZu96lwutfdZW5CKxrQSTSqP { top:7.375rem;left:32.625rem;width:14.375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W4UcylcHZ0yw368eqfkQcCv4ttOx11CG { top:5.875rem;left:32rem;width:15.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w91o2VxoQlviod4cOCfqPkKCFNhJXLR2 { top:1.25rem;left:38.071876525879rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R2GnbU4zxDxRs75KFKMQ0AWOAn9gftRE { top:1.25rem;left:6.0833330154419rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IIpB0q5zIiIzyUJTOCFP6EnqzbDDRRw0 { top:1.25rem;left:22rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LCFU2mr5653QioMHrL5Ta6cETWcTtTqo { width:47.75rem;height:6.4401064773738rem;top:0rem;left:0rem;z-index:15002;display:block; }
 }@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:block; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:47.75rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { top:2.5rem;left:7.8125rem;width:32.125rem;height:2.275rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:46.75rem;height:16.875rem;top:6.75rem;left:0.5rem;font-size:1.125rem;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) { #pilaPwIbw1hK2T2H9GuUdnVspqlmD8DT { width:16.25rem;height:3.75rem;top:0rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QApl241SgkHSbpEyzEaJmLftgC4hxMRT { display:block; }
 }@media only screen and (max-width: 1199px) { #WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { display:block; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { width:47.75rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z7HTuUkUMHE0h9OKGT8NEcd7uvq6TIPU { top:2.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV { display:block; }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VoEaxm8tQz3bKIrnMficZQgRTZOlD2UO { width:22.625rem;height:1.95rem;top:1.9375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TFTnPGiZgTTTof3HxWzoV0uyA8htoSr9 { width:22.625rem;height:1.95rem;top:1.9375rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UIexi2hIbRPhxQdMkRnpXoe6wtthi8Kv { width:22.625rem;height:1.3rem;top:4.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWkcEN5stZGpXKwaa0RT49qUZOcwgf83 { width:22.625rem;height:1.3rem;top:4.25rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kkvQpTmL6w63T6boKMb8yT1qws7nJ8lw { width:23.875rem;height:0.0625rem;top:6.1875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bVVaL5Ddg814MG086U0aSvLe1JJD6Rl3 { width:22.625rem;height:5rem;top:1.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mMDWucTqTSW6s2GIP2mlqoKk5FVPcKUl { display:block; }
 }@media only screen and (max-width: 1199px) { #a3PnzfUMTfoZrTFkSBOuS6HJ4M3y3cTQ { width:22.625rem;height:5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IDXBOgR2O0iVRl1wM3TkbfFIH1uNT825 { display:block; }
 }@media only screen and (max-width: 1199px) { #ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu { display:block; }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CFe8FDnO5BZmoxNbhMQVJgsWead0H38q { width:22.625rem;height:1.95rem;top:1.9375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nCBtcO4LtIFIqNmpvesVMOpoxAbiVrPX { width:22.625rem;height:1.95rem;top:1.9375rem;left:24.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BeiJgAdni54VTcXOkiTS2muNAfGQcIaF { width:22.625rem;height:1.3rem;top:4.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PxoRPQ3ZtcEW0dz5tqzVcaHE4MAcLVyC { width:22.625rem;height:1.3rem;top:4.25rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yd6TmRwxBfVmnmXBhWd82OhCSMtbHz0R { width:23.875rem;height:0.0625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdyddfZWRBT1vfWKQv94Zt4qCyxu57Tf { width:22.625rem;height:5rem;top:1.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOkRoqiSkEG2R7HJgV6d9IJ7VQ9N4m5v { display:block; }
 }@media only screen and (max-width: 1199px) { #PdNbgI5IyfCdeLJ20bfDfwSRqtuqqfZS { width:22.625rem;height:5rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ux9JZHL3GoN9x2NRm1U8DeEmQGSM6ENq { display:block; }
 }@media only screen and (max-width: 1199px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { top:4.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { top:3.8125rem;left:2.875rem;width:44.3125rem;height:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a0vqqgGko5l9tGHa8EAChhl3kQTpBlA8 { width:43.0625rem;height:2.1125rem;top:0rem;left:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #txWTpL0q8kSFCkmEnwnpBXQJGRrGWsVh { top:4.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BkVaU6xHSlrwNhfkCvQ0T6X65BzZ58Ea { top:4.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S81Arykq7mNfkBh4m6oeHlhh36VSREI6 { top:4.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgNw67DxF2lzgUeoz3XU7tCzOVUIHAH3 { top:4.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0EC0cD2liTlCZol2yvAvEwFOTaudc17 { display:block; }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rb0rUTs5igEkLXPyFoHAcS2hQLtmMrtr { top:4.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ltCWemka2wSvmMhybMFySEwouhaVxaMp { top:3.8125rem;left:2.875rem;width:44.3125rem;height:18.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x4R2lTISQf3OXzcc3iUEnOd5FMO3fzua { top:21.191668510437rem;left:0.62499997019767rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pkzsPZnqOcyBafNh2T5TTtIi9uuCCMRo { width:43.0625rem;height:2.1125rem;top:0rem;left:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fu6qTdEOuPuTukTAqxDJfs54qUt0HzsC { top:17.750000953674rem;left:0.62499997019767rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g7sUkDfKS7Q3CdEHMK1oc7T4moWzdnpd { top:14.750000953674rem;left:0.62499997019767rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XGCzPFoOumtzgPpHKTTDiJZu05yTfCDu { top:11.000000953674rem;left:0.62499997019767rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4MKlTshrstyU1BCM4dMto3xC2c15Iq2 { display:none; }#k4MKlTshrstyU1BCM4dMto3xC2c15Iq2 > .row .container { width:47.75rem;height:38.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WRO8uUJcolJ7RG5pwbstKhaQc4XX7M5S { top:4.25rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgG957NnnmaPFX3Zdoii2sB7J1EUSB3i { top:3.8125rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Th3hkInDuLV5RPSCNxCDbbQCl6GTEeVZ { top:7.5rem;left:2.875rem;width:42.8125rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WwHw1rfKiVcSnmPtHNQdBbDF3Q06ds6R { top:11.1875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFZCsZSaO6KR5bzLgCHB0t6TiLt0EMLp { top:10.75rem;left:2.875rem;width:43.875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QfsbqB2Ce5TAtIIzptEgFGrDupTu69v0 { top:14.3125rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bDtKT232NxJ4fkKWFpnWOANlIbgzW39x { top:19.3125rem;left:2.875rem;width:44.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJNadNn7yPaLcmDRpNasi3OOHDiJakEq { top:19.6875rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7cuUxNTA9C4XPliKDB3aSMHXkIXQEXd { top:22.9375rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XS4WtsOGAFNXxnGnTZtV57batKCO2c0O { top:26.3125rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrpu4FltwK5dJ1haa8rAMEBgM3TUXhXM { top:26rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lz44xGDPUHEmReMKTGBwCSXiSNtksgIX { top:29.625rem;left:2.875rem;width:38.4375rem;height:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVk5BJNS2rJ7Vqkand5kh3xBkhkc5cUF { top:32.6875rem;left:2.875rem;width:38.3125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ApWoMlTRw6GzcOtIOFLU6ZCRgnQyTn9c { top:33rem;left:0.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iOSvh472KGk4V669rhll5eMioQpSksyJ { width:5.125rem;height:1.3rem;top:16.75rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCmKT51uGoVTWfvHfkxe5h6iKLB2KeQd { width:1.25rem;height:1.25rem;top:16.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nvaxHqKqldstxvnVtN5eVsuzVb5TgDpw { width:1.25rem;height:1.25rem;top:16.75rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uywEAV38fJ3r9m4HKs8INLLUwxPXEgyr { width:43.0625rem;height:2.1125rem;top:0rem;left:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo { display:block; }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u77iREci2XbCy45T6b98khpU73FfP5hW { 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) { #TEmusHJGc827f2SxywPQbuk8ZtHC4dud { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTqTs3oTyORcgAVupPCeNZzdIe5iXuOC { width:20.625rem;height:2.45rem;top:13.4375rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWDR5G7UvMOCWEW8ev4LQFaV5MZ11dZi { width:6.25rem;height:6.25rem;top:6.4375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q6FBB4fSVXklukMO8VivsTprHf7w1czH { display:none; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { width:47.75rem;height:35.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EL370Mf8pHbVedaliVolCy02gcP17X9o { width:31.9375rem;height:8.55rem;top:2rem;left:7.90625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIJOElUncGRnh94d7fD4dhRU7zSPxTJd { width:22.5rem;height:21.25rem;top:12.0625rem;left:0.74999997019769rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tCJMCEnmCeKuQr1MomzUibLWHu3uLnNN { width:16.25rem;height:3.75rem;top:26.437515258789rem;left:3.8750000894069rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzP0KQizlT0nT2Kt3ekiu9d8BuZ6KP13 { display:block; }
 }@media only screen and (max-width: 1199px) { #zM7wCbRzEIUlE1nxtGN7fDHW6aux2pmx { width:22.5rem;height:4.875rem;top:20.062515258789rem;left:0.81250008940694rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paemubQw1xtxHadcRqzgmxiLfkQHFwP7 { width:22.4375rem;height:1.38125rem;top:17.437515258789rem;left:0.81250008940694rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z5lbXUQCLhAOEBJRuIPN0s7m18NIIWgs { width:22.4375rem;height:0.975rem;top:24.687515258789rem;left:0.87500008940694rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcL0mTBMH5qMivdEAIgXnJMNeTJeJPmT { width:22.5rem;height:1.3rem;top:31.070833206177rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #itKRRhsCLaNVEZmDB1k29CM0pWPxJQNC { width:3.125rem;height:3.125rem;top:13.3125rem;left:10.437500089407rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x24s8bw4nBB7Ui7kgPe0H8yOR0BZtp4i { width:47.75rem;height:21.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UdvXQuTtZTJwSSPqT0T8Qkro83qVfGOv { width:3.125rem;height:3.125rem;top:13.3125rem;left:34.187501996756rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gRnwIgrAfJFpiZMbpwh65y96EK74G0v2 { width:22.4375rem;height:1.38125rem;top:17.437515258789rem;left:24.562501996756rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETN9yxSGBVhEhoJdo0rGWrVlrMQFDQuQ { width:22.5rem;height:4.875rem;top:20.062515258789rem;left:24.562501996756rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A2sd2cxGAEz1AErLTUzNi5yuBgBnuFDv { width:22.4375rem;height:0.975rem;top:24.687515258789rem;left:24.625001996756rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8G3NJ03fVWoXRbkW7WwkOTzqOHnoToP { width:16.25rem;height:3.75rem;top:26.437515258789rem;left:27.625001996756rem;display:block; }
 }@media only screen and (max-width: 1199px) { #txtugpkTRlrKTiUwcw2d8pxTtvUaKkK5 { display:block; }
 }@media only screen and (max-width: 1199px) { #v6TBK2zFg54JS8xTo5UToG06HdEFlcrF { width:22.5rem;height:1.3rem;top:31.070833206177rem;left:24.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfc9IHAWZd7mHrML0i3ygdexLFeQQWhV { width:22.5rem;height:21.25rem;top:12.0625rem;left:24.500001996756rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XNH6Gyv4ZIkvCsLnunrbSmio4JFOr6U1 { width:22.4375rem;height:1.3rem;top:19.000015258789rem;left:0.81250008940694rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AHN87TGw9r2NyyNXpd23r1tf6zT2Ps7h { width:22.4375rem;height:1.3rem;top:19.000015258789rem;left:24.562501996756rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HmXbWWp5yHGAitfVGp8JJzz4XQ4o0TEk { display:none; }#HmXbWWp5yHGAitfVGp8JJzz4XQ4o0TEk > .row .container { width:47.75rem;height:35.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #zbK8hHhWnXil9ZTpoEzw06V7nyhNb6T4 { width:31.9375rem;height:8.55rem;top:2rem;left:7.90625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gq1FwafTqOS3ZgUR7HqafcA8QT1MI0F4 { width:22.5rem;height:21.25rem;top:12.0625rem;left:0.74999997019769rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tk6d11h6T59Pxzchcq9fxCWD0lThzcIg { width:16.25rem;height:3.75rem;top:26.437515258789rem;left:3.8750000894069rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AshR9TTLAtc7gTVKTp7rFNbEq0xiWDBc { display:block; }
 }@media only screen and (max-width: 1199px) { #klTEunNds0rg6QcL4WUT3dZCqQ47tvWZ { width:22.5rem;height:4.875rem;top:20.062515258789rem;left:0.81250008940694rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Baw3lPyqzgbMExwrgD36Upt947NSBBcX { width:22.4375rem;height:1.38125rem;top:17.437515258789rem;left:0.81250008940694rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k8QUt8QLBHfxW8hgRiTzwWrxiBRgXJIc { width:22.4375rem;height:0.975rem;top:24.687515258789rem;left:0.87500008940694rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PiaAHNJEPcDeDbO39LsxkDmfiDihh29A { width:22.5rem;height:1.21875rem;top:31.133346557618rem;left:0.74999997019769rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zcnd6OzvDhJLmT3ua9BSqa8NEk7Fd7lm { width:3.125rem;height:3.125rem;top:13.3125rem;left:10.437500089407rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ondm4ZrBHIRPq5AWQTM3yvhdKWAwuAbG { width:47.75rem;height:21.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydqkLQqHCgZxn9IJobmqbSACpcs5Ir3g { width:3.125rem;height:3.125rem;top:13.3125rem;left:34.187501996756rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DPRC88qoDt8yoHG9XNPrbVaLsooyC9xV { width:22.4375rem;height:1.38125rem;top:17.437515258789rem;left:24.562501996756rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3ISs40veOyVpQ9WqwwMqAB6Zi6w95mJ { width:22.5rem;height:4.875rem;top:20.062515258789rem;left:24.562501996756rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UuoUIkLKfDVlfoxiJNsNUn0krhu8suT4 { width:22.4375rem;height:0.975rem;top:24.687515258789rem;left:24.625001996756rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w4c7ozOTSo4VsMbTz2SMvGSPyEa0iRTx { width:16.25rem;height:3.75rem;top:26.437515258789rem;left:27.625001996756rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B92aistpTrJHsK19TaFPs7VhmUzvr0vI { display:block; }
 }@media only screen and (max-width: 1199px) { #eb78ZoRm8CsFVyWMeaTyGJfTWXC260DD { width:22.5rem;height:1.21875rem;top:31.133346557618rem;left:24.500001996756rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PeAxKLD1OJ7NmayvpikgTJMBQ8AHyvoS { width:22.5rem;height:21.25rem;top:12.0625rem;left:24.500001996756rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCzMKb4WTicWg7TfBUnfEBehGNVv6me6 { width:22.4375rem;height:1.3rem;top:19.000015258789rem;left:0.81250008940694rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qk7zQcAlVUI0W9N2ylT0C7QUTJmXTG5t { width:22.4375rem;height:1.3rem;top:19.000015258789rem;left:24.562501996756rem;font-size:1rem;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:30.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZN6Z2KLP2EhibVMbLKy8IRyWIJDmwQTJ { width:46.375rem;height:1.13789375rem;top:7.55078125rem;left:0.625rem;font-size:0.875rem;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) { #Um8riNC8KS6bnwmCOoA8r3suwNIAAcF5 { width:11.6875rem;height:6.25rem;top:19.1875rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSmRVvR87JlRqtRF52HNEVQEoTOLbePR { width:12rem;height:1.625rem;top:21.5rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fbXRM1TxI1tvd7CVr49zknw6Nk7xeJkT { width:46.375rem;height:1.1375rem;top:17.551040649414rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sHUk8Rn9THz72umvCLswyRfgIPkkg3mH { width:11.125rem;height:3.25rem;top:10.625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { background-color:#fdfdfd;background-image:none;display:none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:47.75rem;height:46.125rem;position:relative;display:none; } }@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:none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:47.75rem;height:41rem;position:relative;display:none; } }@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; } #UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .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:#b3b3b3;background-image:url("https://images.assets-landingi.com/uc/b34f888a-87cb-4316-9ca4-3dbe65efc8ad/kongres_HPV_3_MOBILE_WARSZTATY.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:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RKDcx1Bs6OoSOBr7oXeX7yPTT38wQffA { width:10.9375rem;height:1.3rem;top:6.3125rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DVdE5DU5wW5sV7LK7cOEAfZBGp6m6ERt { width:19.375rem;height:3.3rem;top:9.2520837783812rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBEFkBeaLNCyV2q9y6CcE7MTxoOPNqmV { width:11.5rem;height:1.5625rem;top:6.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmeXMNe46P40VZBFy916UoZnlJPP7PGp { width:5.75rem;height:1.5625rem;top:6.1875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXnNZRT9AplI09MFnOeLKl0SndTZgw7H { width:5.125rem;height:1.3rem;top:6.3125rem;left:13.25rem;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:33.0625rem;left:1.875rem;font-size:1.125rem;background-color:#dedede;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:37.5625rem;left:1.875rem;font-size:1.125rem;color:#ffffff;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(0,0,0,0);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) { #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) { #hdgxP904ktPm9DmWwDGOh7sDaDFBqq7x { width:12.1875rem;height:1.25rem;top:0.6875rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEDaIIGBsd6vZycEX6oHogFogJUMmkzD { top:4.1875rem;left:4.9375rem;width:7.1875rem;height:0.6875rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vul8590UPWDr2KBBa2N3BdaRbeSsXuuJ { width:11.625rem;height:3.575rem;top:28rem;left:6.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15016;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mo2ROMrtESQrB70X1ALtoFASk9LTIg3E { width:3.125rem;height:3.125rem;top:28.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUSq7TrL4u3g5SASEwl80F58NQLsL5TI { background-color:#b3b3b3;background-image:url("https://images.assets-landingi.com/uc/b34f888a-87cb-4316-9ca4-3dbe65efc8ad/kongres_HPV_3_MOBILE_WARSZTATY.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; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI.adaptive-delivery-prevent-bg, #nUSq7TrL4u3g5SASEwl80F58NQLsL5TI.lazyload, #nUSq7TrL4u3g5SASEwl80F58NQLsL5TI.lazyloading { background-image: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container { background-color: transparent; background-image: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container > .video-iframe-container { display: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row > .video-iframe-container { display: none; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .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); }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container { border-width: 0; border-radius: 0; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nUSq7TrL4u3g5SASEwl80F58NQLsL5TI > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T98UCImimWQKCA5G0lWmU2COPIypwLNN { width:10.9375rem;height:1.3rem;top:6.9375rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CEpwBue9gOg2nGRae1bwyeqDFGyl5IoF { width:19.375rem;height:3.45rem;top:9.8770828247069rem;left:0.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SRHw7S3PJfSWed5HpA2ggcUrnVUuR9tl { width:11.5rem;height:1.5625rem;top:6.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUSvw3T0b5AUuXpgoEpCibdV5bRa8aOf { width:5.75rem;height:1.5625rem;top:6.8125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEw7MKwuDXR6Wvt7shZ24xpuynyC2ffa { width:5.125rem;height:1.3rem;top:6.9375rem;left:13.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fbgGyfws8r5FR4AAL80IBkkSEu6Xgik9 { width:10.3125rem;height:2.5rem;top:1.375rem;left:4.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IArRaKDV6r761QdKP0EtB30QVClbE7xN { width:16.25rem;height:3.625rem;top:33.3125rem;left:1.875rem;font-size:1.125rem;color:#ffffff;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(0,0,0,0);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) { #ODVThz2uVPQ3VcAchC4lRp3VkXazpIvW { display:block; }
 }@media only screen and (max-width: 763px) { #RzHmnI69PVgAJShSxrB7TG7XIGGuysOE { 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) { #ek3ySL4ySTBzW2qDmBxDLTgzdbt1m6Bz { width:12.1875rem;height:1.25rem;top:0.6875rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Um8Qthr00137IqBQsCszw1OfJSz5QTzv { top:4.1875rem;left:4.9375rem;width:7.1875rem;height:0.6875rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sAQs5APfnFfkvhhtiT39smnQJLdNMw0c { width:11.625rem;height:3.575rem;top:28rem;left:6.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15016;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dKTepN4um8AMAXnwWToW5DOv62PftQsE { width:3.125rem;height:3.125rem;top:28.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCgfrr74blqUx43OVc1BaP5RSH3d7ld2 { display:none; }#UCgfrr74blqUx43OVc1BaP5RSH3d7ld2 > .row .container { width:20rem;height:9rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U4s6JgAmwoMzfuJJdAGpKhHJWcw8dgyn { width:6.25rem;height:1.1375rem;top:4.3875007629394rem;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) { #ggJxct4TGxBNoV6CVzIW32wa4Q8xvdsi { width:6.25rem;height:0.975rem;top:5.75rem;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) { #QJa0kpq8DICUBVRFnV4US064PoPbbWA5 { width:6.25rem;height:1.95rem;top:5.7249984741211rem;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) { #MSra5k9WZvf5rlxiVitNbChaZ5OB93h0 { width:6.25rem;height:1.1375rem;top:4.3624992370606rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8k3rRpwOZu96lwutfdZW5CKxrQSTSqP { width:6.25rem;height:1.95rem;top:5.75rem;left:13.75rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4UcylcHZ0yw368eqfkQcCv4ttOx11CG { width:6.25rem;height:1.1375rem;top:4.3875007629394rem;left:13.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w91o2VxoQlviod4cOCfqPkKCFNhJXLR2 { width:2.5rem;height:2.5rem;top:1.25rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2GnbU4zxDxRs75KFKMQ0AWOAn9gftRE { width:2.5rem;height:2.5rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIpB0q5zIiIzyUJTOCFP6EnqzbDDRRw0 { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCFU2mr5653QioMHrL5Ta6cETWcTtTqo { width:20rem;height:2.69791875rem;top:0rem;left:0rem;z-index:15002;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.13789375rem;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:2.925rem;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.13789375rem;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.13789375rem;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:block; }#QdH1nSb1ykFAeV5l0tnnFshTVcwvhSqZ > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyJUnpBTigmEpTWbFA3xfxk2QLi3GWUL { 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) { #Sm4BqnPUMgGkBV3VueX1e8LQMJtLM5Fm { width:20rem;height:30rem;top:5.3479309082031rem;left:0rem;font-size:1rem;line-height:1.5;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) { #pilaPwIbw1hK2T2H9GuUdnVspqlmD8DT { 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) { #QApl241SgkHSbpEyzEaJmLftgC4hxMRT { display:block; }
 }@media only screen and (max-width: 763px) { #WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 { display:block; }#WQtOe27WU49EITkOEcG5BTsFMJmdRmH2 > .row .container { width:20rem;height:7.625rem;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) { #WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV { display:block; }#WPa4IAnDEJQl2CiTkMXFTw3GcRWEI6oV > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoEaxm8tQz3bKIrnMficZQgRTZOlD2UO { width:9.4375rem;height:1.7875rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTnPGiZgTTTof3HxWzoV0uyA8htoSr9 { width:9.4375rem;height:1.7875rem;top:0.96249961853025rem;left:10.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIexi2hIbRPhxQdMkRnpXoe6wtthi8Kv { width:9.375rem;height:0.975rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWkcEN5stZGpXKwaa0RT49qUZOcwgf83 { width:9.375rem;height:0.975rem;top:2.9375rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkvQpTmL6w63T6boKMb8yT1qws7nJ8lw { width:10.75rem;height:0.0625rem;top:4.375rem;left:9.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bVVaL5Ddg814MG086U0aSvLe1JJD6Rl3 { width:9.375rem;height:3.75rem;top:0.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMDWucTqTSW6s2GIP2mlqoKk5FVPcKUl { display:block; }
 }@media only screen and (max-width: 763px) { #a3PnzfUMTfoZrTFkSBOuS6HJ4M3y3cTQ { width:9.375rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDXBOgR2O0iVRl1wM3TkbfFIH1uNT825 { display:block; }
 }@media only screen and (max-width: 763px) { #ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu { display:block; }#ZqTcvHFf5zmDgseTa6Q81Tu74nnKQUHu > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFe8FDnO5BZmoxNbhMQVJgsWead0H38q { width:9.4375rem;height:1.7875rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCBtcO4LtIFIqNmpvesVMOpoxAbiVrPX { width:9.4375rem;height:1.7875rem;top:0.96249961853025rem;left:10.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeiJgAdni54VTcXOkiTS2muNAfGQcIaF { width:9.375rem;height:0.975rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxoRPQ3ZtcEW0dz5tqzVcaHE4MAcLVyC { width:9.375rem;height:0.975rem;top:2.9375rem;left:10.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd6TmRwxBfVmnmXBhWd82OhCSMtbHz0R { width:10.75rem;height:0.0625rem;top:4.375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #xdyddfZWRBT1vfWKQv94Zt4qCyxu57Tf { width:9.375rem;height:3.75rem;top:0.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOkRoqiSkEG2R7HJgV6d9IJ7VQ9N4m5v { display:block; }
 }@media only screen and (max-width: 763px) { #PdNbgI5IyfCdeLJ20bfDfwSRqtuqqfZS { width:9.375rem;height:3.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux9JZHL3GoN9x2NRm1U8DeEmQGSM6ENq { display:block; }
 }@media only screen and (max-width: 763px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { width:0.9375rem;height:0.9375rem;top:3.6052093505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCpJKPm6dXNDBQUokamCkiG7syp7r5Cv { width:17.5rem;height:19.6rem;top:3.3552083969116rem;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) { #a0vqqgGko5l9tGHa8EAChhl3kQTpBlA8 { width:20rem;height:1.95rem;top:0rem;left:0rem;font-size:1.5rem;color:#45c3cc;display:block; }
 }@media only screen and (max-width: 763px) { #txWTpL0q8kSFCkmEnwnpBXQJGRrGWsVh { width:0.9375rem;height:0.9375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkVaU6xHSlrwNhfkCvQ0T6X65BzZ58Ea { width:0.9375rem;height:0.9375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S81Arykq7mNfkBh4m6oeHlhh36VSREI6 { width:0.9375rem;height:0.9375rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgNw67DxF2lzgUeoz3XU7tCzOVUIHAH3 { width:0.9375rem;height:0.9375rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0EC0cD2liTlCZol2yvAvEwFOTaudc17 { display:block; }#o0EC0cD2liTlCZol2yvAvEwFOTaudc17 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rb0rUTs5igEkLXPyFoHAcS2hQLtmMrtr { width:0.9375rem;height:0.9375rem;top:3.6052093505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltCWemka2wSvmMhybMFySEwouhaVxaMp { width:17.5rem;height:19.6rem;top:3.3552093505859rem;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) { #x4R2lTISQf3OXzcc3iUEnOd5FMO3fzua { width:0.9375rem;height:0.9375rem;top:12.061471939087rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkzsPZnqOcyBafNh2T5TTtIi9uuCCMRo { width:20rem;height:1.95rem;top:0rem;left:0rem;font-size:1.5rem;color:#45c3cc;display:block; }
 }@media only screen and (max-width: 763px) { #Fu6qTdEOuPuTukTAqxDJfs54qUt0HzsC { width:0.9375rem;height:0.9375rem;top:17.725000858307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7sUkDfKS7Q3CdEHMK1oc7T4moWzdnpd { width:0.9375rem;height:0.9375rem;top:20.537500858307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGCzPFoOumtzgPpHKTTDiJZu05yTfCDu { width:0.9375rem;height:0.9375rem;top:14.787500858307rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MKlTshrstyU1BCM4dMto3xC2c15Iq2 { display:none; }#k4MKlTshrstyU1BCM4dMto3xC2c15Iq2 > .row .container { width:20rem;height:46.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WRO8uUJcolJ7RG5pwbstKhaQc4XX7M5S { width:0.9375rem;height:0.9375rem;top:3.6052083969116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgG957NnnmaPFX3Zdoii2sB7J1EUSB3i { width:17.5rem;height:4.2rem;top:3.3552083969116rem;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) { #Th3hkInDuLV5RPSCNxCDbbQCl6GTEeVZ { width:17.5rem;height:1.1375rem;top:7.8552083969119rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WwHw1rfKiVcSnmPtHNQdBbDF3Q06ds6R { width:0.9375rem;height:0.9375rem;top:11.129166603088rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFZCsZSaO6KR5bzLgCHB0t6TiLt0EMLp { width:18.25rem;height:4.2rem;top:10.879166603088rem;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) { #QfsbqB2Ce5TAtIIzptEgFGrDupTu69v0 { width:16.5625rem;height:1.1375rem;top:15.504165649414rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bDtKT232NxJ4fkKWFpnWOANlIbgzW39x { width:17.5rem;height:4.2rem;top:20.514583587646rem;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) { #dJNadNn7yPaLcmDRpNasi3OOHDiJakEq { width:0.9375rem;height:0.9375rem;top:20.702083587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7cuUxNTA9C4XPliKDB3aSMHXkIXQEXd { width:17.75rem;height:1.1375rem;top:25.077083587646rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XS4WtsOGAFNXxnGnTZtV57batKCO2c0O { width:0.9375rem;height:0.9375rem;top:28.16250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrpu4FltwK5dJ1haa8rAMEBgM3TUXhXM { width:18.125rem;height:4.2rem;top:27.97500038147rem;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) { #Lz44xGDPUHEmReMKTGBwCSXiSNtksgIX { width:18.125rem;height:1.1375rem;top:32.549999237061rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TVk5BJNS2rJ7Vqkand5kh3xBkhkc5cUF { width:18.125rem;height:2.8rem;top:35.4375rem;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) { #ApWoMlTRw6GzcOtIOFLU6ZCRgnQyTn9c { width:0.9375rem;height:0.9375rem;top:35.700000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOSvh472KGk4V669rhll5eMioQpSksyJ { width:5.125rem;height:1.21875rem;top:17.8125rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCmKT51uGoVTWfvHfkxe5h6iKLB2KeQd { display:flex;width:1.125rem;height:1.125rem;top:17.9375rem;left:1.875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #nvaxHqKqldstxvnVtN5eVsuzVb5TgDpw { display:flex;width:1.125rem;height:1.125rem;top:17.8125rem;left:8.875rem;font-size:0.75rem; }
 }@media only screen and (max-width: 763px) { #uywEAV38fJ3r9m4HKs8INLLUwxPXEgyr { width:20rem;height:1.95rem;top:0rem;left:0rem;font-size:1.5rem;color:#45c3cc;display:block; }
 }@media only screen and (max-width: 763px) { #kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo { display:block; }#kx7bLlkxO5Ml7WZNkBIA5tZrkauLcpCo > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u77iREci2XbCy45T6b98khpU73FfP5hW { 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) { #TEmusHJGc827f2SxywPQbuk8ZtHC4dud { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTqTs3oTyORcgAVupPCeNZzdIe5iXuOC { width:19.9375rem;height:2.275rem;top:11rem;left:0rem;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aWDR5G7UvMOCWEW8ev4LQFaV5MZ11dZi { width:5rem;height:5rem;top:5.1875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6FBB4fSVXklukMO8VivsTprHf7w1czH { display:none; }#q6FBB4fSVXklukMO8VivsTprHf7w1czH > .row .container { width:20rem;height:51rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EL370Mf8pHbVedaliVolCy02gcP17X9o { width:18.75rem;height:6.3rem;top:1.2718772888184rem;left:0.62500005960463rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIJOElUncGRnh94d7fD4dhRU7zSPxTJd { width:18.75rem;height:19.375rem;top:8.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCJMCEnmCeKuQr1MomzUibLWHu3uLnNN { width:16.25rem;height:3.75rem;top:22.125rem;left:1.875rem;font-size:1.125rem;background-color:#eaeaea;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) { #zM7wCbRzEIUlE1nxtGN7fDHW6aux2pmx { width:20rem;height:4.225rem;top:16.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #paemubQw1xtxHadcRqzgmxiLfkQHFwP7 { width:20rem;height:1.4625rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5lbXUQCLhAOEBJRuIPN0s7m18NIIWgs { width:20rem;height:1.1375rem;top:20.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcL0mTBMH5qMivdEAIgXnJMNeTJeJPmT { width:20rem;height:1.21875rem;top:26.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itKRRhsCLaNVEZmDB1k29CM0pWPxJQNC { width:3.125rem;height:3.125rem;top:10.125rem;left:8.4375rem;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) { #UdvXQuTtZTJwSSPqT0T8Qkro83qVfGOv { width:3.125rem;height:3.125rem;top:30.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRnwIgrAfJFpiZMbpwh65y96EK74G0v2 { width:20rem;height:1.4625rem;top:34.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETN9yxSGBVhEhoJdo0rGWrVlrMQFDQuQ { width:20rem;height:4.225rem;top:37.0625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2sd2cxGAEz1AErLTUzNi5yuBgBnuFDv { width:20rem;height:1.1375rem;top:41.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8G3NJ03fVWoXRbkW7WwkOTzqOHnoToP { width:16.25rem;height:3.75rem;top:42.75rem;left:1.875rem;font-size:1.125rem;background-color:#eaeaea;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) { #txtugpkTRlrKTiUwcw2d8pxTtvUaKkK5 { display:block; }
 }@media only screen and (max-width: 763px) { #v6TBK2zFg54JS8xTo5UToG06HdEFlcrF { width:20rem;height:1.21875rem;top:46.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfc9IHAWZd7mHrML0i3ygdexLFeQQWhV { width:18.75rem;height:19.375rem;top:29.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNH6Gyv4ZIkvCsLnunrbSmio4JFOr6U1 { width:20rem;height:1.21875rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHN87TGw9r2NyyNXpd23r1tf6zT2Ps7h { width:20rem;height:1.21875rem;top:35.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmXbWWp5yHGAitfVGp8JJzz4XQ4o0TEk { display:none; }#HmXbWWp5yHGAitfVGp8JJzz4XQ4o0TEk > .row .container { width:20rem;height:50.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zbK8hHhWnXil9ZTpoEzw06V7nyhNb6T4 { width:18.75rem;height:6.3rem;top:1.2718772888184rem;left:0.62500005960463rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq1FwafTqOS3ZgUR7HqafcA8QT1MI0F4 { width:18.75rem;height:19.375rem;top:8.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk6d11h6T59Pxzchcq9fxCWD0lThzcIg { width:16.25rem;height:3.75rem;top:22.125rem;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) { #AshR9TTLAtc7gTVKTp7rFNbEq0xiWDBc { display:block; }
 }@media only screen and (max-width: 763px) { #klTEunNds0rg6QcL4WUT3dZCqQ47tvWZ { width:20rem;height:4.225rem;top:16.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baw3lPyqzgbMExwrgD36Upt947NSBBcX { width:20rem;height:1.4625rem;top:13.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8QUt8QLBHfxW8hgRiTzwWrxiBRgXJIc { width:20rem;height:1.1375rem;top:20.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiaAHNJEPcDeDbO39LsxkDmfiDihh29A { width:20rem;height:1.05625rem;top:26.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zcnd6OzvDhJLmT3ua9BSqa8NEk7Fd7lm { width:3.125rem;height:3.125rem;top:10.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ondm4ZrBHIRPq5AWQTM3yvhdKWAwuAbG { width:20rem;height:8.8452655889144rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydqkLQqHCgZxn9IJobmqbSACpcs5Ir3g { width:3.125rem;height:3.125rem;top:30.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPRC88qoDt8yoHG9XNPrbVaLsooyC9xV { width:20rem;height:1.4625rem;top:34.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ISs40veOyVpQ9WqwwMqAB6Zi6w95mJ { width:20rem;height:4.225rem;top:37.0625rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuoUIkLKfDVlfoxiJNsNUn0krhu8suT4 { width:20rem;height:1.1375rem;top:41.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4c7ozOTSo4VsMbTz2SMvGSPyEa0iRTx { width:16.25rem;height:3.75rem;top:42.75rem;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) { #B92aistpTrJHsK19TaFPs7VhmUzvr0vI { display:block; }
 }@media only screen and (max-width: 763px) { #eb78ZoRm8CsFVyWMeaTyGJfTWXC260DD { width:20rem;height:1.05625rem;top:47rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeAxKLD1OJ7NmayvpikgTJMBQ8AHyvoS { width:18.75rem;height:19.375rem;top:29.437500953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCzMKb4WTicWg7TfBUnfEBehGNVv6me6 { width:20rem;height:1.21875rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk7zQcAlVUI0W9N2ylT0C7QUTJmXTG5t { width:20rem;height:1.21875rem;top:35.75rem;left:0rem;font-size:0.9375rem;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.11289375rem;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:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZN6Z2KLP2EhibVMbLKy8IRyWIJDmwQTJ { width:20rem;height:1.1375rem;top:6.125rem;left:0rem;font-size:0.875rem;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) { #Um8riNC8KS6bnwmCOoA8r3suwNIAAcF5 { width:11.5625rem;height:6.25rem;top:17.212501525879rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSmRVvR87JlRqtRF52HNEVQEoTOLbePR { width:11.125rem;height:1.5rem;top:25.525001525879rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbXRM1TxI1tvd7CVr49zknw6Nk7xeJkT { width:20rem;height:1.1375rem;top:14.762496948243rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHUk8Rn9THz72umvCLswyRfgIPkkg3mH { width:9.375rem;height:2.75rem;top:9.52499961853rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI { display:none; }#p960AuV7Tz7QmnIZb4cpZz7G5ztdZbgI > .row .container { width:20rem;height:53.8125rem;position:relative;display:none; } }@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:none; }#g31OREaMTqSFQT1WTS7RJr2cXwiN8M3K > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@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; } #UpJppRAc8Z8JZmDFFcP8sTBTnCcew3Jn > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }