.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); }#pGxwWfNbmBdlpQzy6UczATw92wST4ena { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3661b2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container { background-color: transparent; background-image: none; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container > .video-iframe-container { display: none; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row > .video-iframe-container { display: none; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .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); }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container { border-width: 0; border-radius: 0; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#Ha5ZEfFEDKTRBA9BqKSK365Lypez224o { 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.5rem;width:11.0625rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#SN5WbaPTPPePbF5Lgi6Byvg4IsJCukuv { color:#ffffff;display:block;width:43.6855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.5625rem;left:24.8115234375rem;height:0;text-align:left;text-align-last:left;display:none; }
#GGS0l6MEyWvGad6VwykaKHA4llrSw6qo { 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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.46770858764649rem;left:71.25rem;display:block; }
#iv8n5Z1d0Tn4fMUetDt7DKGuf0ldtEG0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbWFt4PqfeT9TC4qUqX2lNe4Q0eapUQ1 { 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:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0.4375rem;left:57.375rem;display:block; }
#HETN4JATTyJKW9fAAO7Tm2Fe0rmsNE3n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EVufUuVwbIQ2Ji8VN6R1cE1FaC9hoKnT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:7.5625rem;top:0.8125rem;left:39.9375rem;overflow:hidden;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3661b2;background-image:url("https://images.assets-landingi.com/uc/a771422c-b483-44a9-9a66-dec632b92aae/tlo_landing_czasopisma.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:32.5rem;width:75rem;overflow:visible;position:relative;display:block; }#uvMOlcmzkPxgfxvNh4I5z0aTudC2P2Sd { color:#ffffff;display:block;width:24.3125rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:5.525rem;font-style:normal;display:block; }
#mTKuXSM0QTlDresIiIyMGCZQrzfpeABb { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#dIfChCsTdLQuaQxkiV6BxDxOdGOqAgHa { 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.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:#3661b2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;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:15039;text-align:center;text-align-last:center;top:19.75rem;left:0rem;display:block; }
#ZoaxPqmqyyd2QWKSMoiyfUhf7ZzVUayo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iB9PuND9R7cx2fyctP7H6Jm7LmJFqVQq { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:40.8125rem;top:0.6875rem;left:34.1875rem;overflow:hidden;display:block; }
#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET { background-color:#3661b2;background-image:url("https://images.assets-landingi.com/uc/a771422c-b483-44a9-9a66-dec632b92aae/tlo_landing_czasopisma.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET.adaptive-delivery-prevent-bg, #Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET.lazyload, #Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET.lazyloading { background-image: none; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container { background-color: transparent; background-image: none; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container > .video-iframe-container { display: none; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row > .video-iframe-container { display: none; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .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); }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container { border-width: 0; border-radius: 0; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container { font-size:0.875rem;font-family:"open sans";height:32.5rem;width:75rem;overflow:visible;position:relative;display:block; }#FsD27DqAN5XBUDe01iZto8IZ5dQKqbmd { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:5.525rem;font-style:normal;display:block; }
#wwQTd1BkMVAoGgKKtB8kPTzTcC1Iv6TG { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#NkEHlOEXdMihlygq16hcT3xl4k5fCwlc { 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.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:#3661b2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;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:15039;text-align:center;text-align-last:center;top:19.724998474121rem;left:0rem;display:block; }
#OFWHfxq3EkbS4eN6ffAFXeeQ9Gkyx3MC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBJhuCK6mRUrHsMIvQF5dMJhvdKceJlT { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:40.8125rem;top:0.6875rem;left:34.1875rem;overflow:hidden;display:block; }
#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT { background-color:#3661b2;background-image:url("https://images.assets-landingi.com/uc/a771422c-b483-44a9-9a66-dec632b92aae/tlo_landing_czasopisma.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT.adaptive-delivery-prevent-bg, #f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT.lazyload, #f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT.lazyloading { background-image: none; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container { background-color: transparent; background-image: none; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container > .video-iframe-container { display: none; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row > .video-iframe-container { display: none; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .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); }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container { border-width: 0; border-radius: 0; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container { font-size:0.875rem;font-family:"open sans";height:32.5rem;width:75rem;overflow:visible;position:relative;display:block; }#VXN9cLQ5LwFsT3GHflv4CMFuWgw1TzbJ { color:#ffffff;display:block;width:25rem;position:absolute;font-family:inter;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:5.525rem;font-style:normal;display:block; }
#vMTLOPE8uVTFSBN8psQB1iLT3QcZ3DRL { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.25rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#DRU4SzBzg13phFXI4aAxLlqcElEXZJQK { 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.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:#3661b2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.0625rem;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:15039;text-align:center;text-align-last:center;top:19.75rem;left:0rem;display:block; }
#UDMH5TJV25phDRc656CnXVMc2Sq7PNc3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RGXndqBk6Jat60wHzakmNrS1WrZ8FMOq { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:40.8125rem;top:0.6875rem;left:34.1875rem;overflow:hidden;display:block; }
#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#244e9d;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; }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row .container { background-color: transparent; background-image: none; }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row .container > .video-iframe-container { display: none; }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row > .video-iframe-container { display: none; }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .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); }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row .container { border-width: 0; border-radius: 0; }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#gi8TCz55iXokZdqXeTmhOyoidNfkktCM { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#v842BN2WAdmNPDT2nQ6phSHFLaJciu2z { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.3125rem;left:19.375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#sH2F4TJ6snTqTocbpy77sXbGNUziPGq3 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.3125rem;left:38.125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mcvqZCFIpJeJQp0GJ5ZUtOTqS0p8leZG { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3125rem;left:56.875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#azXUJQ8XPb5Nsc2csMCBewmKm5lT2oHJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.25rem;left:63.125rem;overflow:hidden;display:block; }
#xJ5JBeMQhb71RfhXZRD1xZaIhTuvSbbd { position:absolute;display:block;z-index:15006;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.5rem;left:44.375rem;overflow:hidden;display:block; }
#rOe9LFWfETSDrriecCTRdmtXBlaeCaJE { position:absolute;display:block;z-index:15007;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.25rem;left:25.625rem;overflow:hidden;display:block; }
#l9p7uACQTq7qycDpGR9kTmBqipZ4Rfpv { position:absolute;display:block;z-index:15008;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.25rem;left:6.875rem;overflow:hidden;display:block; }
#sTv9ZMR7trvduq99H1c9IyWzZ0KN9n2z { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:inter;font-size:2.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5812530517578rem;left:22.09375rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n6AOA46IZEgaGkk2MPKbnV9VC1Rwv70A { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:75rem;top:13.125rem;left:0rem;display:block; }
#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c { position:relative;display:block; }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c { background-color: transparent; background-image: none; }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c > .row .container > .video-iframe-container { display: none; }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c > .row > .video-iframe-container { display: none; }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c > .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); }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c { border-width: 0; border-radius: 0; }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c > .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; }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c > .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.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KBb9gziwBHheGTg1BsM1EA6R3M3vMPgs { color:#000000;display:block;width:75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qq7NFnvsoy5kikVDMOqyMJbJgFtgKysD { 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:11.6875rem;width:15.375rem;top:7.375rem;left:1.6875rem;overflow:hidden;display:block; }
#JPKvEBWMMerJlOlkpABDaBW3yOJPTh6F { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#drDtqPev2GshNK2d1DVz6q2z9DzqZH6c { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:23.875rem;left:1.25rem;display:block; }
#bgnysX9LMpuVmZTwA6CPadv0AcolCSMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BbVpTRVRel3wIi9nh8SFzxWPTQxUztIs { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:23.875rem;left:20rem;display:block; }
#KSuurn49wpAceVyoT2MheSN6JCqC3Tn6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iuHxiVBrcxgTKBUs9FCMgheShtt14CbL { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.8125rem;left:18.75rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTNB9RCHQT9Jt2AfWdftUynUEUTVgCO8 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.8125rem;left:37.5rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pwWWFLNkcK0ggwyscA10oK9dTBe7wum7 { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:23.875rem;left:38.75rem;display:block; }
#cqiawMevHlu6Ru5vgzTRvLTT6ncuT006 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d133EslNrKxyoIXqQXryn03A1wxW6Mud { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:20.8125rem;left:56.25rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BF0LyoAZVtt4PgHT93qLr3uhadm0orkN { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:23.875rem;left:57.5rem;display:block; }
#o33KauXnUuxKKPNc8K0h9AG28PTePy4v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tFfpNViu1ErDTUNTlRtcu86CIKfXJv5m { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:15.375rem;top:7.375rem;left:20.4375rem;overflow:hidden;display:block; }
#GUH4TPTmlehHh7LTRdOilNRnTb3aGTN8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:15.375rem;top:7.375rem;left:39.1875rem;overflow:hidden;display:block; }
#t7rl7ZIomQei3iW2KcuCpfMwX9Je0eWD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:15.375rem;top:7.375rem;left:57.9375rem;overflow:hidden;display:block; }
#uWEwyceNCCih7cMRPuflaMPKTxUCbaNQ { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:23.875rem;left:9.6875rem;display:block; }
#Pi2E5Vi5RPB9pZUVy9XCEOyAfOw3coEf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxtRRvX2Cr9qfPHdCaeXM0d70qvQROdV { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:23.875rem;left:28.4375rem;display:block; }
#bwQFCRtgruW4T0LzmMCwNUtWJtSJptW8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7P9WNRi9vX7XEOw7N8TpcTXsbwFllVA { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:23.875rem;left:47.1875rem;display:block; }
#nTzmnRK5PUK3AyHLrW78HiVzHwimn87C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W68SuqKbRXNdW3ncWh8Nu1eaq4fUdTxf { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:23.875rem;left:65.9375rem;display:block; }
#Jk77GZ2nxDVzmDzW3s4pkfIlk6MLA9hm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 { position:relative;display:block; }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 { background-color: transparent; background-image: none; }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 > .row .container > .video-iframe-container { display: none; }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 > .row > .video-iframe-container { display: none; }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 > .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); }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 { border-width: 0; border-radius: 0; }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 > .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; }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 > .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.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w5SM1VUE5UcPLgxKsPIgO10PtxF4WwnC { 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:11.6875rem;width:15.375rem;top:0rem;left:1.6875rem;overflow:hidden;display:block; }
#DzEqNXvdfyp5pCbHtk5qB3oPhmKqZR4F { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.46875rem;left:0rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1rfmlD6gm6K3MSs4JwHL0JEIfr9DS4F { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:16.53125rem;left:1.25rem;display:block; }
#yP8w13CMTPIGrw6xTaBEJ3JdlDElkVPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rRxSKT9QDU9Frto1q8pnZGlCqU3bglxu { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:16.53125rem;left:20rem;display:block; }
#T72uQsAxuwVtBQdhHf90scmRHOTu9dQf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvF006zE1D6Be1IeWpIOXDtTf2ESmTWB { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.46875rem;left:18.75rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vulnqyPV9f7KJU6ymN2AOCqIsalWWzeh { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5rem;left:37.5rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUTpuxJSaXQTrc5RaETtcoAO6T4XF54K { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:16.53125rem;left:38.75rem;display:block; }
#F2CxfQvnXZUoW9dOzDzDTU52u7EP0M2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhEoOyI8lLyi1ksrzpuxfFwKHlyKrr6G { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.46875rem;left:56.25rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kfam4dUbI3a63fQTLRcHeWSqkQw7ukEa { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:16.53125rem;left:57.5rem;display:block; }
#zV497HxRTGJQrLvXBM7xCJeSRydPP7qi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XCbN88QrMgw2y8IFx45r2ofDLte0HH6c { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:15.375rem;top:0rem;left:20.4375rem;overflow:hidden;display:block; }
#mKaHqUvlPy6Tg93U03bUTMVemQdgAxhh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:15.3125rem;top:0rem;left:39.21875rem;overflow:hidden;display:block; }
#rUvr4hRWPLBmrNTxIwf7mAfSuSzQOxaJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:15.3125rem;top:0rem;left:57.96875rem;overflow:hidden;display:block; }
#yCBBCP66HeVSoChV1kantTd2qHmhcRCb { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:16.53125rem;left:9.6875rem;display:block; }
#WZ95loMtfgQr9r6xT0yhLG7RnP8Naz32 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6A7134WGTzKA18CWCPiSNtpsNknptU7 { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:16.53125rem;left:28.4375rem;display:block; }
#A5KSTexkaMQzpthVGQ5etfk1wwuAfeH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KB7GBeECbWeIBBKMrpip7p1aKOFTurbh { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:16.53125rem;left:47.1875rem;display:block; }
#XbGUezPMc8RsxQb7gKMsstTAIT1wn4Zt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WqlERFmEKwTC8Sm4wEoSwFiN9ZbV10Tu { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:16.53125rem;left:65.9375rem;display:block; }
#QiC2bVhapEIU0VElfh7rGMMyt546Xty0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA { position:relative;display:block; }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA { background-color: transparent; background-image: none; }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA > .row .container > .video-iframe-container { display: none; }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA > .row > .video-iframe-container { display: none; }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA > .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); }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA { border-width: 0; border-radius: 0; }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA > .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; }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA > .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.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BKAFBaN26307R5LTElSLavxAPcsKXlHM { 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:11.6875rem;width:15.375rem;top:0rem;left:1.6875rem;overflow:hidden;display:block; }
#AiomISaaBNpoVft4ZJtd8QV8PKfvehyo { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.46875rem;left:0rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhqFoEBFibp9FHbgNNs7BpVCJxNLKVGT { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:16.53125rem;left:1.25rem;display:block; }
#fDahQTTLzT9gDQlbqCgsI8hLioSHMWxq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cf63oKWOPb2vWqrHEiHkJw3z2HMBOL8A { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:16.53125rem;left:20rem;display:block; }
#k8pwhODmEXT59fv0LlWiDQVwTmzQXtoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wVe1ucnrKoFkAJeFkHLIngZuucooof8g { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.46875rem;left:18.75rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rzhOXHIBWIHHdBkNbm9sqm8HTZV07Ndu { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.5rem;left:37.5rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u4NVVommoonGucsQc6EAzMWMML3hWu8F { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:16.53125rem;left:38.75rem;display:block; }
#Aq1IzIkrNKyDeeiB0UkwJONsOD0uKtO3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTx7hhDKrTBRx3Ck5p3LfRqdyLDglKeS { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.46875rem;left:56.25rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IOlVrbTTliuhsLaRzZ0ElXtegQ4OcsUe { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:16.53125rem;left:57.5rem;display:block; }
#WtpbGU6gNBvV73ZWnb2edwiibm0GCaWb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AcV7TIuek4t42Pd9QyB9ksZi01prBR1p { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:15.3125rem;top:0rem;left:20.46875rem;overflow:hidden;display:block; }
#TxLpR84NE54CAs6tONc6icHcRMe7auks { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:15.3125rem;top:0rem;left:39.21875rem;overflow:hidden;display:block; }
#QPU5QFFDQnVvTOf5rn66UkVywpkQHXF3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:15.3125rem;top:0rem;left:57.96875rem;overflow:hidden;display:block; }
#XB4T0KqKAeVOQf8vE4BvkqH7VbT4P3Ko { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:16.53125rem;left:9.6875rem;display:block; }
#EIyg2kVNJBFZaanyGlINnnM7iiKpxg0v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcqrnBB1ImE9OicMnBFrkRhRiqZFTcBD { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:16.53125rem;left:28.4375rem;display:block; }
#TWAcFnRLzT8BlJNpQqIwc3cDxtirbNe0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihuRsECnsmeDotSnQlslkDKGzF9b69gc { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:16.53125rem;left:47.1875rem;display:block; }
#wyh9fxScSamTAMZDx1mR3NwGB3rVgXvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vi8TTqC42S4lu52OtmXgpMeuxLJ7b9Jn { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:16.53125rem;left:65.9375rem;display:block; }
#AGJ2DOEaPk1h432P31NDDq9op2xuBT2D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO { position:relative;display:block; }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO { background-color: transparent; background-image: none; }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO > .row .container > .video-iframe-container { display: none; }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO > .row > .video-iframe-container { display: none; }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO > .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); }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO { border-width: 0; border-radius: 0; }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO > .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; }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO > .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.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GBPc2Wxa1FuReleo8W21wlekH3Hc4JKt { 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:11.6875rem;width:15.3125rem;top:0rem;left:1.71875rem;overflow:hidden;display:block; }
#i0KTek7RhTJVtLx4k4RBZ718aGU3fiLk { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.46875rem;left:0rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FrHlO3UOH4Xle5bBTvrl8MqFIu7ecEin { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:16.53125rem;left:1.25rem;display:block; }
#XL8JSvvrElrDWzmM6bKCh5MaOZP4CQiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xz4nTlRgD09eWULhZVcOsd8KvIvnedHN { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:16.53125rem;left:20rem;display:block; }
#oUzOJqcfIIMXEEQxdOV0qvpMkXfAgMl2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n0E0N3L7O7sTVd3SV0DhVUfvDClOsf8C { color:#000000;display:block;width:18.75rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.46875rem;left:18.75rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lk5WLz6L4qe7oXBr319wOuC5xdn3RVLo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:15.3125rem;top:0rem;left:20.46875rem;overflow:hidden;display:block; }
#If1ouxKX1Qbl6vatDO9wsaorsDdWUTyZ { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:16.53125rem;left:9.6875rem;display:block; }
#s2UfzH2FbhKc3NBRJ63NmuaMOoVz7d5i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Um4a71CObZlkUKu1nPHInRtlTPUaqqUe { 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 #dfdfdf;border-left:0.0625rem solid #dfdfdf;border-right:0.0625rem solid #dfdfdf;border-bottom:0.0625rem solid #dfdfdf;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:7.8125rem;height:2.5rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:16.53125rem;left:28.4375rem;display:block; }
#FoxEh2PylnVm9T8Dvkaex3WRODHh2RPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo { position:relative;display:block; }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo { background-color: transparent; background-image: none; }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo > .row .container > .video-iframe-container { display: none; }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo > .row > .video-iframe-container { display: none; }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo > .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); }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo { border-width: 0; border-radius: 0; }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo > .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; }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo > .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:3.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ogLkLbphoeP38EEBayhEx2TRcxCvtUNv { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0rem;left:0rem;display:block; }
#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row .container { background-color: transparent; background-image: none; }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row .container > .video-iframe-container { display: none; }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row > .video-iframe-container { display: none; }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .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); }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row .container { border-width: 0; border-radius: 0; }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#LJoTqscm3BMZkQDF6U7tTwwxmHCJO61x { color:#000000;display:block;width:62.1875rem;position:absolute;font-family:inter;font-size:2rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:6.40625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#XTys3wOWfZzMm3a7TgxTsH7y3ODIiPBg { 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:#000000;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;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15047;text-align:left;text-align-last:left;top:4.2687530517578rem;left:0rem;display:block; }
#N4GFPXwEzwO0i5bhVUEupVNxMth4V2Zh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPcksTH5L6URyZPncUhyN3M0m7ELl7xD { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:4.7875003814697rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#iTi4iIa1vKfsv2UBeme9HnfHnUZcO3Mn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:4.2687501907349rem;left:72.5rem; }
#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz { position:relative;display:block; }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz { background-color: transparent; background-image: none; }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz > .row .container > .video-iframe-container { display: none; }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz > .row > .video-iframe-container { display: none; }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz > .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); }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz { border-width: 0; border-radius: 0; }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz > .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; }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz > .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:19.1875rem;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; }#HbzEgRSHrd9g85GTBNJcllTZ7JTq49HK { color:#000000;display:block;width:74.5rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:17.6rem;display:block; }
#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 { position:relative;display:block; }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 { background-color: transparent; background-image: none; }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 > .row .container > .video-iframe-container { display: none; }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 > .row > .video-iframe-container { display: none; }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 > .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); }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 { border-width: 0; border-radius: 0; }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 > .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; }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 > .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:4.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; }#BWm85K8A0ftfL7wTARSCtUlxdu9VBkd0 { 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:#000000;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;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15048;text-align:left;text-align-last:left;top:0.8125rem;left:0rem;display:block; }
#kBh1UdXOUATTt7onb7L7wJns3d8vpedv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OxvzMDx8s8nfJDORyx5C8Osu3nNrtkZS { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#QZ3zZ9wTNTEGXS7K7zdWLr5NRyEwmOZq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:0.8125rem;left:72.5rem; }
#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB { position:relative;display:block; }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB { background-color: transparent; background-image: none; }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB > .row .container > .video-iframe-container { display: none; }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB > .row > .video-iframe-container { display: none; }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB > .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); }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB { border-width: 0; border-radius: 0; }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB > .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; }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB > .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:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Say6WmiatTZXMZ7WAT1sxQ2ZD6s8kqNx { color:#000000;display:block;width:53.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.6rem;display:block; }
#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy { position:relative;display:block; }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy { background-color: transparent; background-image: none; }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy > .row .container > .video-iframe-container { display: none; }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy > .row > .video-iframe-container { display: none; }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy > .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); }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy { border-width: 0; border-radius: 0; }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy > .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; }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy > .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:4.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; }#dGzAOL09aJlcHFAcgD3Di9Qf8by8cLof { 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:#000000;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;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15049;text-align:left;text-align-last:left;top:1rem;left:0rem;display:block; }
#qhsMd021Iilim02RCR4GBaLhpN1CAc57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkZ0uc0pTgOnTSZRvZVeBOoShthoOFSc { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#uyTKVaUU4DaUKXV5Uazk5tT2lTcREXUs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:0.875rem;left:72.5rem; }
#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg { position:relative;display:block; }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg { background-color: transparent; background-image: none; }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg > .row .container > .video-iframe-container { display: none; }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg > .row > .video-iframe-container { display: none; }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg > .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); }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg { border-width: 0; border-radius: 0; }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg > .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; }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg > .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:9.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ODIsaF4TK8GHQJ6dZkylD8UWhDGA8K5Q { color:#000000;display:block;width:50.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:8rem;display:block; }
#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn { position:relative;display:block; }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn { background-color: transparent; background-image: none; }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn > .row .container > .video-iframe-container { display: none; }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn > .row > .video-iframe-container { display: none; }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn > .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); }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn { border-width: 0; border-radius: 0; }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn > .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; }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn > .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:4.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; }#Ir0di0m09B1MwRvMFeTEC0W9bx6sEKE2 { 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:#000000;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;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15050;text-align:left;text-align-last:left;top:0.8125rem;left:0rem;display:block; }
#bOKNSORVa6Jyl1VqlEhk8Qf06dmAMkFH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXO2d8aHQrTA3CsV7ib9ZHbVRrkkWTPX { color:#000000;display:block;width:20.625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#dJZBl7sTenIZTq8rhpWdZJz25HURB5Px { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0.8125rem;left:72.5rem; }
#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp { position:relative;display:block; }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp { background-color: transparent; background-image: none; }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp > .row .container > .video-iframe-container { display: none; }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp > .row > .video-iframe-container { display: none; }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp > .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); }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp { border-width: 0; border-radius: 0; }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp > .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; }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp > .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:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N8iTPbi2CL70QhIwhTTgL6TzIZSU1J4w { color:#000000;display:block;width:56.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.6rem;display:block; }
#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn { position:relative;display:block; }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn { background-color: transparent; background-image: none; }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn > .row .container > .video-iframe-container { display: none; }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn > .row > .video-iframe-container { display: none; }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn > .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); }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn { border-width: 0; border-radius: 0; }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn > .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; }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn > .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:4.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; }#FrVVfkOxPTQpXtqy9GcnVTTak3mBQH1r { 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:#000000;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;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15051;text-align:left;text-align-last:left;top:0.875rem;left:0rem;display:block; }
#coOsUATQQtJRCMeJke6HND2fTZa69Gw5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TglMB5vH80lVk63D4iXzOGRHSiHXEoTd { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:1.4124984741211rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#yVE5EXcJMyHw8DAl76nSfBbER8rOITlT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:0.875rem;left:72.5rem; }
#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x { position:relative;display:block; }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x { background-color: transparent; background-image: none; }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x > .row .container > .video-iframe-container { display: none; }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x > .row > .video-iframe-container { display: none; }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x > .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); }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x { border-width: 0; border-radius: 0; }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x > .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; }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x > .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:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i6zTOeAGdKSl2rzfz5cbAkzALUmFU9gf { color:#000000;display:block;width:60.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:1.6rem;display:block; }
#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 { position:relative;display:block; }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 { background-color: transparent; background-image: none; }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 > .row .container > .video-iframe-container { display: none; }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 > .row > .video-iframe-container { display: none; }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 > .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); }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 { border-width: 0; border-radius: 0; }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 > .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; }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 > .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:4.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; }#QH4fszJnqVks8PqXCaP3NkA9geKQOqRw { 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:#000000;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;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:left;text-align-last:left;top:0.9375rem;left:0rem;display:block; }
#RRAA2ErQNd9BpxZdzUUMHLBiFfmMSFck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PE11Ai3x9VgShQ0OVch7KLlGacNfqMnU { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:1.4125003814698rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#pqbONX3Dqg3XiWu5Dt6fE5ei362GWpNv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:0.875rem;left:72.5rem; }
#e4QyZR0b7L8AfveP7izNaebxhizFRFnO { position:relative;display:block; }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO { background-color: transparent; background-image: none; }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO > .row .container > .video-iframe-container { display: none; }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO > .row > .video-iframe-container { display: none; }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO > .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); }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO { border-width: 0; border-radius: 0; }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO > .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; }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;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; }#cxhay6H9uyZVGmh6QSU3F7MhbtaCWfd2 { color:#000000;display:block;width:70.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:4.8rem;display:block; }
#knsbUKxbAZXkn2IpFhwmDsi721DfStST { position:relative;display:block; }#knsbUKxbAZXkn2IpFhwmDsi721DfStST { background-color: transparent; background-image: none; }#knsbUKxbAZXkn2IpFhwmDsi721DfStST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knsbUKxbAZXkn2IpFhwmDsi721DfStST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knsbUKxbAZXkn2IpFhwmDsi721DfStST > .row .container > .video-iframe-container { display: none; }#knsbUKxbAZXkn2IpFhwmDsi721DfStST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knsbUKxbAZXkn2IpFhwmDsi721DfStST > .row > .video-iframe-container { display: none; }#knsbUKxbAZXkn2IpFhwmDsi721DfStST > .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); }#knsbUKxbAZXkn2IpFhwmDsi721DfStST { border-width: 0; border-radius: 0; }#knsbUKxbAZXkn2IpFhwmDsi721DfStST > .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; }#knsbUKxbAZXkn2IpFhwmDsi721DfStST > .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:4.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; }#vbC6EPpT1AetcKeacRNMuFordHCza7Jr { 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:#000000;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;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15053;text-align:left;text-align-last:left;top:0.875rem;left:0rem;display:block; }
#P0gGSt5Vybzz6869K3go3HrwuqJTwWVO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVGyzvglKsIfzbThNs4S4VRlhTT25iKT { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.3937492370606rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#nm29Wa7NC1AgiyEXvw9WIU8MXi2GGFQC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:0.8125rem;left:72.5rem; }
#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET { position:relative;display:block; }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET { background-color: transparent; background-image: none; }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET > .row .container > .video-iframe-container { display: none; }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET > .row > .video-iframe-container { display: none; }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET > .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); }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET { border-width: 0; border-radius: 0; }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET > .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; }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET > .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:10.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mk4VgP7BfLyI8iU2ll8w9OQJWXS6PLhT { color:#000000;display:block;width:70.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:8rem;display:block; }
#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy { position:relative;display:block; }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy { background-color: transparent; background-image: none; }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy > .row .container > .video-iframe-container { display: none; }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy > .row > .video-iframe-container { display: none; }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy > .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); }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy { border-width: 0; border-radius: 0; }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy > .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; }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy > .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:4.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; }#wfcOGKKHeKTQ1TzsCn0zxlQSzL3OWTGn { 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:#000000;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;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15054;text-align:left;text-align-last:left;top:0.875rem;left:0rem;display:block; }
#llTQJIITDyEzHgcoy1RTc8SS7SEtfkHF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTlvl8fZ8JQUkAuUPbRxhXtg0mzO3rio { color:#000000;display:block;width:29.25rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.4125061035156rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#qnn1XAivx0EZ0ObVuCXPgiJ7qgmkhhto { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:0.875rem;left:72.5rem; }
#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx { position:relative;display:block; }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx { background-color: transparent; background-image: none; }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx > .row .container > .video-iframe-container { display: none; }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx > .row > .video-iframe-container { display: none; }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx > .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); }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx { border-width: 0; border-radius: 0; }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx > .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; }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx > .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:5.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; }#foBZ06ccHfLw2cTnqmeh6uF78e7DF0rF { color:#000000;display:block;width:60.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:3.2rem;display:block; }
#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 { position:relative;display:block; }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 { background-color: transparent; background-image: none; }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 > .row .container > .video-iframe-container { display: none; }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 > .row > .video-iframe-container { display: none; }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 > .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); }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 { border-width: 0; border-radius: 0; }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 > .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; }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 > .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:4.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; }#ZRzCtn2NJTaGUdf0tWhG9hHb0apQD8qJ { 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:#000000;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;overflow:hidden;position:absolute;width:75rem;height:2.5rem;text-decoration:none;z-index:15055;text-align:left;text-align-last:left;top:1rem;left:0rem;display:block; }
#DmnaoDZTMGLwtXJ0PvLOttEQu8taecNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l0q6N49bg46U8blTrsETA8ekJWOTCS10 { color:#000000;display:block;width:33.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:1.3937377929688rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#U4F9k9q4D0XcNVTUazIOQSedXyDLTagI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:0.9375rem;left:72.5rem; }
#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr { position:relative;display:block; }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr { background-color: transparent; background-image: none; }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr > .row .container > .video-iframe-container { display: none; }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr > .row > .video-iframe-container { display: none; }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr > .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); }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr { border-width: 0; border-radius: 0; }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr > .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; }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr > .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:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xo7qOBh2uif0HdosXv3Mb4ggyA1BUPzn { color:#000000;display:block;width:62.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:3.2rem;display:block; }
#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw { position:relative;display:block; }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw { background-color: transparent; background-image: none; }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw > .row .container > .video-iframe-container { display: none; }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw > .row > .video-iframe-container { display: none; }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw > .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); }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw { border-width: 0; border-radius: 0; }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw > .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; }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw > .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:1.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; }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d2344;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; }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row .container { background-color: transparent; background-image: none; }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row .container > .video-iframe-container { display: none; }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row > .video-iframe-container { display: none; }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .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); }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row .container { border-width: 0; border-radius: 0; }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#CwNNkqJcZApG7Tz0TV6TeZ1MB6Fr7GTT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UoKfp2vTFoUfdDgBkci7O91x61RxLf2i { color:#ffffff;display:block;width:72.5rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:13.8125rem;left:1.25rem;height:10.8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VdZibfVe9yA1r1Sxy45ErawTaTlT90TT { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:23.4375rem;top:8.375rem;left:25.78125rem;overflow:hidden;display:block; }
#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#041227;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; }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row .container { background-color: transparent; background-image: none; }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row .container > .video-iframe-container { display: none; }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row > .video-iframe-container { display: none; }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .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); }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row .container { border-width: 0; border-radius: 0; }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row .container { font-size:0.875rem;font-family:"open sans";height:17.5rem;width:75rem;position:relative;display:block; }#yIQnzbAdD2cK9OALEz4d4AI6RB40KQRA { color:#ffffff;display:block;width:75rem;position:absolute;font-family:inter;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uMF01zKSGZ1mScmq2UXxRzUXbedu6kHe { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:21.625rem;height:2.1125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GLTOr3B98IlOo1xh3lmM8tGIgHwJWkfB { color:#ffffff;display:block;width:19.8739375rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:41.5rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CGCcNpQHsaDz9uJ2R6MzKbbl0umBmT30 { 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:2rem;width:2rem;top:9.375rem;left:18.1875rem;overflow:hidden;display:block; }
#X0J6in9wAx7MrUgsLpb0XDzC82iDg90L { 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:2rem;width:2rem;top:9.25rem;left:38.1875rem;overflow:hidden;display:block; }
#QI9JxC6cHWLFz9vJVRVuQ1Z2tWqnNRB8 { color:#cacaca;display:block;width:56.9375rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:15.15625rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#cN6pTAWniZXVQWoqI8mDtQ2iOl16EyRc { color:#cacaca;display:block;width:28.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.15625rem;left:46.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #pGxwWfNbmBdlpQzy6UczATw92wST4ena { display:block; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ha5ZEfFEDKTRBA9BqKSK365Lypez224o { width:11.0625rem;height:1.5rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SN5WbaPTPPePbF5Lgi6Byvg4IsJCukuv { width:20rem;height:1.625rem;top:7rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #GGS0l6MEyWvGad6VwykaKHA4llrSw6qo { width:3.125rem;height:2.875rem;top:0.3125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iv8n5Z1d0Tn4fMUetDt7DKGuf0ldtEG0 { display:block; }
 }@media only screen and (max-width: 1199px) { #UbWFt4PqfeT9TC4qUqX2lNe4Q0eapUQ1 { width:12.5rem;height:2.875rem;top:0.3125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HETN4JATTyJKW9fAAO7Tm2Fe0rmsNE3n { display:block; }
 }@media only screen and (max-width: 1199px) { #EVufUuVwbIQ2Ji8VN6R1cE1FaC9hoKnT { width:6.5rem;height:2.3125rem;top:1.375rem;left:25.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uvMOlcmzkPxgfxvNh4I5z0aTudC2P2Sd { width:21.0625rem;height:4.225rem;top:4.125rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mTKuXSM0QTlDresIiIyMGCZQrzfpeABb { width:23rem;height:6.825rem;top:9.5rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIfChCsTdLQuaQxkiV6BxDxOdGOqAgHa { width:16.25rem;height:3.75rem;top:17.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoaxPqmqyyd2QWKSMoiyfUhf7ZzVUayo { display:block; }
 }@media only screen and (max-width: 1199px) { #iB9PuND9R7cx2fyctP7H6Jm7LmJFqVQq { width:23.6875rem;height:18rem;top:4.75rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET { display:block; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container { width:47.75rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FsD27DqAN5XBUDe01iZto8IZ5dQKqbmd { width:21.0625rem;height:4.225rem;top:4.125rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wwQTd1BkMVAoGgKKtB8kPTzTcC1Iv6TG { width:23rem;height:6.825rem;top:9.5rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkEHlOEXdMihlygq16hcT3xl4k5fCwlc { width:16.25rem;height:3.75rem;top:17.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFWHfxq3EkbS4eN6ffAFXeeQ9Gkyx3MC { display:block; }
 }@media only screen and (max-width: 1199px) { #gBJhuCK6mRUrHsMIvQF5dMJhvdKceJlT { width:23.6875rem;height:17.9375rem;top:4.75rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT { display:block; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container { width:47.75rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VXN9cLQ5LwFsT3GHflv4CMFuWgw1TzbJ { width:21.0625rem;height:4.225rem;top:4.125rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMTLOPE8uVTFSBN8psQB1iLT3QcZ3DRL { width:23rem;height:6.825rem;top:9.5rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRU4SzBzg13phFXI4aAxLlqcElEXZJQK { width:16.25rem;height:3.75rem;top:17.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDMH5TJV25phDRc656CnXVMc2Sq7PNc3 { display:block; }
 }@media only screen and (max-width: 1199px) { #RGXndqBk6Jat60wHzakmNrS1WrZ8FMOq { width:23.6875rem;height:17.9375rem;top:4.75rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx { display:block; }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row .container { width:47.75rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gi8TCz55iXokZdqXeTmhOyoidNfkktCM { width:11.9375rem;height:3.4125rem;top:5.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v842BN2WAdmNPDT2nQ6phSHFLaJciu2z { width:11.9375rem;height:1.1375rem;top:5.125rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sH2F4TJ6snTqTocbpy77sXbGNUziPGq3 { width:11.9375rem;height:3.4125rem;top:5.125rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mcvqZCFIpJeJQp0GJ5ZUtOTqS0p8leZG { width:11.9375rem;height:7.9625rem;top:5.125rem;left:35.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #azXUJQ8XPb5Nsc2csMCBewmKm5lT2oHJ { width:3.75rem;height:3.75rem;top:0rem;left:39.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xJ5JBeMQhb71RfhXZRD1xZaIhTuvSbbd { width:3.75rem;height:3.75rem;top:0rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rOe9LFWfETSDrriecCTRdmtXBlaeCaJE { width:3.75rem;height:3.75rem;top:0rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9p7uACQTq7qycDpGR9kTmBqipZ4Rfpv { width:3.75rem;height:3.75rem;top:0rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTv9ZMR7trvduq99H1c9IyWzZ0KN9n2z { width:4.5rem;height:2.275rem;top:0.75rem;left:15.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n6AOA46IZEgaGkk2MPKbnV9VC1Rwv70A { width:47.75rem;height:1.25rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c { display:block; }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c > .row .container { width:47.75rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KBb9gziwBHheGTg1BsM1EA6R3M3vMPgs { width:47.75rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qq7NFnvsoy5kikVDMOqyMJbJgFtgKysD { width:9.9375rem;height:7.5625rem;top:6.78125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPKvEBWMMerJlOlkpABDaBW3yOJPTh6F { width:10.6875rem;height:2.7625rem;top:16rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drDtqPev2GshNK2d1DVz6q2z9DzqZH6c { width:10rem;height:2.5rem;top:19.9375rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bgnysX9LMpuVmZTwA6CPadv0AcolCSMD { display:block; }
 }@media only screen and (max-width: 1199px) { #BbVpTRVRel3wIi9nh8SFzxWPTQxUztIs { width:10rem;height:2.5rem;top:19.9375rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KSuurn49wpAceVyoT2MheSN6JCqC3Tn6 { display:block; }
 }@media only screen and (max-width: 1199px) { #iuHxiVBrcxgTKBUs9FCMgheShtt14CbL { width:10.6875rem;height:2.7625rem;top:16rem;left:24.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTNB9RCHQT9Jt2AfWdftUynUEUTVgCO8 { width:10.6875rem;height:2.7625rem;top:16rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pwWWFLNkcK0ggwyscA10oK9dTBe7wum7 { width:10rem;height:2.5rem;top:20rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqiawMevHlu6Ru5vgzTRvLTT6ncuT006 { display:block; }
 }@media only screen and (max-width: 1199px) { #d133EslNrKxyoIXqQXryn03A1wxW6Mud { width:10.6875rem;height:2.7625rem;top:16rem;left:36.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BF0LyoAZVtt4PgHT93qLr3uhadm0orkN { width:10rem;height:2.5rem;top:19.9375rem;left:36.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o33KauXnUuxKKPNc8K0h9AG28PTePy4v { display:block; }
 }@media only screen and (max-width: 1199px) { #tFfpNViu1ErDTUNTlRtcu86CIKfXJv5m { width:10rem;height:7.625rem;top:6.78125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUH4TPTmlehHh7LTRdOilNRnTb3aGTN8 { width:10rem;height:7.625rem;top:6.75rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t7rl7ZIomQei3iW2KcuCpfMwX9Je0eWD { width:10rem;height:7.5625rem;top:6.8125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWEwyceNCCih7cMRPuflaMPKTxUCbaNQ { width:10rem;height:2.5rem;top:23.3125rem;left:1.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pi2E5Vi5RPB9pZUVy9XCEOyAfOw3coEf { display:block; }
 }@media only screen and (max-width: 1199px) { #OxtRRvX2Cr9qfPHdCaeXM0d70qvQROdV { width:10rem;height:2.5rem;top:23.375rem;left:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwQFCRtgruW4T0LzmMCwNUtWJtSJptW8 { display:block; }
 }@media only screen and (max-width: 1199px) { #E7P9WNRi9vX7XEOw7N8TpcTXsbwFllVA { width:10rem;height:2.5rem;top:23.375rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTzmnRK5PUK3AyHLrW78HiVzHwimn87C { display:block; }
 }@media only screen and (max-width: 1199px) { #W68SuqKbRXNdW3ncWh8Nu1eaq4fUdTxf { width:10rem;height:2.5rem;top:23.375rem;left:36.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jk77GZ2nxDVzmDzW3s4pkfIlk6MLA9hm { display:block; }
 }@media only screen and (max-width: 1199px) { #sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 { display:block; }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 > .row .container { width:47.75rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w5SM1VUE5UcPLgxKsPIgO10PtxF4WwnC { width:10rem;height:7.5625rem;top:0.03125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DzEqNXvdfyp5pCbHtk5qB3oPhmKqZR4F { width:10.6875rem;height:2.7625rem;top:9.25rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x1rfmlD6gm6K3MSs4JwHL0JEIfr9DS4F { width:10rem;height:2.5rem;top:13.125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yP8w13CMTPIGrw6xTaBEJ3JdlDElkVPn { display:block; }
 }@media only screen and (max-width: 1199px) { #rRxSKT9QDU9Frto1q8pnZGlCqU3bglxu { width:10rem;height:2.5rem;top:13.125rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T72uQsAxuwVtBQdhHf90scmRHOTu9dQf { display:block; }
 }@media only screen and (max-width: 1199px) { #tvF006zE1D6Be1IeWpIOXDtTf2ESmTWB { width:10.6875rem;height:1.38125rem;top:9.25rem;left:24.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vulnqyPV9f7KJU6ymN2AOCqIsalWWzeh { width:10.6875rem;height:2.7625rem;top:9.25rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eUTpuxJSaXQTrc5RaETtcoAO6T4XF54K { width:10rem;height:2.5rem;top:13.1875rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F2CxfQvnXZUoW9dOzDzDTU52u7EP0M2e { display:block; }
 }@media only screen and (max-width: 1199px) { #IhEoOyI8lLyi1ksrzpuxfFwKHlyKrr6G { width:10.6875rem;height:2.7625rem;top:9.25rem;left:36.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kfam4dUbI3a63fQTLRcHeWSqkQw7ukEa { width:10rem;height:2.5rem;top:13.125rem;left:36.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zV497HxRTGJQrLvXBM7xCJeSRydPP7qi { display:block; }
 }@media only screen and (max-width: 1199px) { #XCbN88QrMgw2y8IFx45r2ofDLte0HH6c { width:10rem;height:7.5625rem;top:0.03125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mKaHqUvlPy6Tg93U03bUTMVemQdgAxhh { width:9.9375rem;height:7.5625rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rUvr4hRWPLBmrNTxIwf7mAfSuSzQOxaJ { width:9.9375rem;height:7.5625rem;top:0.0625rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCBBCP66HeVSoChV1kantTd2qHmhcRCb { width:10rem;height:2.5rem;top:16.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZ95loMtfgQr9r6xT0yhLG7RnP8Naz32 { display:block; }
 }@media only screen and (max-width: 1199px) { #n6A7134WGTzKA18CWCPiSNtpsNknptU7 { width:10rem;height:2.5rem;top:16.5rem;left:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A5KSTexkaMQzpthVGQ5etfk1wwuAfeH5 { display:block; }
 }@media only screen and (max-width: 1199px) { #KB7GBeECbWeIBBKMrpip7p1aKOFTurbh { width:10rem;height:2.5rem;top:16.5rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XbGUezPMc8RsxQb7gKMsstTAIT1wn4Zt { display:block; }
 }@media only screen and (max-width: 1199px) { #WqlERFmEKwTC8Sm4wEoSwFiN9ZbV10Tu { width:10rem;height:2.5rem;top:16.5rem;left:36.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QiC2bVhapEIU0VElfh7rGMMyt546Xty0 { display:block; }
 }@media only screen and (max-width: 1199px) { #PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA { display:block; }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA > .row .container { width:47.75rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BKAFBaN26307R5LTElSLavxAPcsKXlHM { width:9.8125rem;height:7.4375rem;top:0.03125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiomISaaBNpoVft4ZJtd8QV8PKfvehyo { width:10.6875rem;height:2.7625rem;top:8.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UhqFoEBFibp9FHbgNNs7BpVCJxNLKVGT { width:10rem;height:2.5rem;top:12.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fDahQTTLzT9gDQlbqCgsI8hLioSHMWxq { display:block; }
 }@media only screen and (max-width: 1199px) { #Cf63oKWOPb2vWqrHEiHkJw3z2HMBOL8A { width:10rem;height:2.5rem;top:12.5rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k8pwhODmEXT59fv0LlWiDQVwTmzQXtoz { display:block; }
 }@media only screen and (max-width: 1199px) { #wVe1ucnrKoFkAJeFkHLIngZuucooof8g { width:10.6875rem;height:2.7625rem;top:8.625rem;left:24.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzhOXHIBWIHHdBkNbm9sqm8HTZV07Ndu { width:10.6875rem;height:2.7625rem;top:8.625rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4NVVommoonGucsQc6EAzMWMML3hWu8F { width:10rem;height:2.5rem;top:12.5625rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aq1IzIkrNKyDeeiB0UkwJONsOD0uKtO3 { display:block; }
 }@media only screen and (max-width: 1199px) { #fTx7hhDKrTBRx3Ck5p3LfRqdyLDglKeS { width:10.6875rem;height:2.7625rem;top:8.625rem;left:36.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IOlVrbTTliuhsLaRzZ0ElXtegQ4OcsUe { width:10rem;height:2.5rem;top:12.5rem;left:36.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtpbGU6gNBvV73ZWnb2edwiibm0GCaWb { display:block; }
 }@media only screen and (max-width: 1199px) { #AcV7TIuek4t42Pd9QyB9ksZi01prBR1p { width:9.9375rem;height:7.5625rem;top:0.03125rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TxLpR84NE54CAs6tONc6icHcRMe7auks { width:9.875rem;height:7.5rem;top:0rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QPU5QFFDQnVvTOf5rn66UkVywpkQHXF3 { width:9.75rem;height:7.375rem;top:0.0625rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XB4T0KqKAeVOQf8vE4BvkqH7VbT4P3Ko { width:10rem;height:2.5rem;top:15.9375rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EIyg2kVNJBFZaanyGlINnnM7iiKpxg0v { display:block; }
 }@media only screen and (max-width: 1199px) { #kcqrnBB1ImE9OicMnBFrkRhRiqZFTcBD { width:10rem;height:2.5rem;top:15.9375rem;left:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWAcFnRLzT8BlJNpQqIwc3cDxtirbNe0 { display:block; }
 }@media only screen and (max-width: 1199px) { #ihuRsECnsmeDotSnQlslkDKGzF9b69gc { width:10rem;height:2.5rem;top:15.875rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wyh9fxScSamTAMZDx1mR3NwGB3rVgXvm { display:block; }
 }@media only screen and (max-width: 1199px) { #Vi8TTqC42S4lu52OtmXgpMeuxLJ7b9Jn { width:10rem;height:2.5rem;top:15.9375rem;left:36.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AGJ2DOEaPk1h432P31NDDq9op2xuBT2D { display:block; }
 }@media only screen and (max-width: 1199px) { #EzqZf8amtlPStJeR9StGOJGGCLpEBDEO { display:block; }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GBPc2Wxa1FuReleo8W21wlekH3Hc4JKt { width:9.75rem;height:7.375rem;top:0.03125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i0KTek7RhTJVtLx4k4RBZ718aGU3fiLk { width:10.6875rem;height:2.7625rem;top:8.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FrHlO3UOH4Xle5bBTvrl8MqFIu7ecEin { width:10rem;height:2.5rem;top:12.5rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XL8JSvvrElrDWzmM6bKCh5MaOZP4CQiz { display:block; }
 }@media only screen and (max-width: 1199px) { #xz4nTlRgD09eWULhZVcOsd8KvIvnedHN { width:10rem;height:2.5rem;top:12.5rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oUzOJqcfIIMXEEQxdOV0qvpMkXfAgMl2 { display:block; }
 }@media only screen and (max-width: 1199px) { #n0E0N3L7O7sTVd3SV0DhVUfvDClOsf8C { width:10.6875rem;height:2.7625rem;top:8.625rem;left:12.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lk5WLz6L4qe7oXBr319wOuC5xdn3RVLo { width:9.9375rem;height:7.5625rem;top:0.03125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #If1ouxKX1Qbl6vatDO9wsaorsDdWUTyZ { width:10rem;height:2.5rem;top:15.875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2UfzH2FbhKc3NBRJ63NmuaMOoVz7d5i { display:block; }
 }@media only screen and (max-width: 1199px) { #Um4a71CObZlkUKu1nPHInRtlTPUaqqUe { width:10rem;height:2.5rem;top:15.875rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FoxEh2PylnVm9T8Dvkaex3WRODHh2RPI { display:block; }
 }@media only screen and (max-width: 1199px) { #eDmO4t9APiWlHKsC3qQdMornzmiRSwFo { display:block; }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo > .row .container { width:47.75rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ogLkLbphoeP38EEBayhEx2TRcxCvtUNv { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 { display:block; }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row .container { width:47.75rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LJoTqscm3BMZkQDF6U7tTwwxmHCJO61x { width:47.75rem;height:2.275rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTys3wOWfZzMm3a7TgxTsH7y3ODIiPBg { width:47.125rem;height:2.5rem;top:3.4375rem;left:0.625rem;font-size:1rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 1199px) { #N4GFPXwEzwO0i5bhVUEupVNxMth4V2Zh { display:block; }
 }@media only screen and (max-width: 1199px) { #RPcksTH5L6URyZPncUhyN3M0m7ELl7xD { width:14.375rem;height:1.3rem;top:4.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iTi4iIa1vKfsv2UBeme9HnfHnUZcO3Mn { width:2.5rem;height:2.5rem;top:3.4375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zCZFZgrDkEWhdI43l1pmPWa8QMknsckz { display:block; }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz > .row .container { width:47.75rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HbzEgRSHrd9g85GTBNJcllTZ7JTq49HK { width:45.5rem;height:19.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emXHHCTwBNywrSoNohkEzriM6xkFLIg2 { display:block; }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BWm85K8A0ftfL7wTARSCtUlxdu9VBkd0 { width:47.1875rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kBh1UdXOUATTt7onb7L7wJns3d8vpedv { display:block; }
 }@media only screen and (max-width: 1199px) { #OxvzMDx8s8nfJDORyx5C8Osu3nNrtkZS { width:17.375rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZ3zZ9wTNTEGXS7K7zdWLr5NRyEwmOZq { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB { display:block; }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB > .row .container { width:47.75rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Say6WmiatTZXMZ7WAT1sxQ2ZD6s8kqNx { width:45.5625rem;height:3rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy { display:block; }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dGzAOL09aJlcHFAcgD3Di9Qf8by8cLof { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 1199px) { #qhsMd021Iilim02RCR4GBaLhpN1CAc57 { display:block; }
 }@media only screen and (max-width: 1199px) { #JkZ0uc0pTgOnTSZRvZVeBOoShthoOFSc { width:11.875rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uyTKVaUU4DaUKXV5Uazk5tT2lTcREXUs { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg { display:block; }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg > .row .container { width:47.75rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ODIsaF4TK8GHQJ6dZkylD8UWhDGA8K5Q { width:46.75rem;height:7.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn { display:block; }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ir0di0m09B1MwRvMFeTEC0W9bx6sEKE2 { width:47.1875rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 1199px) { #bOKNSORVa6Jyl1VqlEhk8Qf06dmAMkFH { display:block; }
 }@media only screen and (max-width: 1199px) { #rXO2d8aHQrTA3CsV7ib9ZHbVRrkkWTPX { width:21.4375rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJZBl7sTenIZTq8rhpWdZJz25HURB5Px { width:2.5rem;height:2.5rem;top:0.9375rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp { display:block; }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp > .row .container { width:47.75rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #N8iTPbi2CL70QhIwhTTgL6TzIZSU1J4w { width:46.125rem;height:3rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn { display:block; }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FrVVfkOxPTQpXtqy9GcnVTTak3mBQH1r { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #coOsUATQQtJRCMeJke6HND2fTZa69Gw5 { display:block; }
 }@media only screen and (max-width: 1199px) { #TglMB5vH80lVk63D4iXzOGRHSiHXEoTd { width:16.6875rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yVE5EXcJMyHw8DAl76nSfBbER8rOITlT { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x { display:block; }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i6zTOeAGdKSl2rzfz5cbAkzALUmFU9gf { width:44.8125rem;height:3rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 { display:block; }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QH4fszJnqVks8PqXCaP3NkA9geKQOqRw { width:47.0625rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RRAA2ErQNd9BpxZdzUUMHLBiFfmMSFck { display:block; }
 }@media only screen and (max-width: 1199px) { #PE11Ai3x9VgShQ0OVch7KLlGacNfqMnU { width:18.5625rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pqbONX3Dqg3XiWu5Dt6fE5ei362GWpNv { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e4QyZR0b7L8AfveP7izNaebxhizFRFnO { display:block; }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO > .row .container { width:47.75rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cxhay6H9uyZVGmh6QSU3F7MhbtaCWfd2 { width:46.5625rem;height:4.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #knsbUKxbAZXkn2IpFhwmDsi721DfStST { display:block; }#knsbUKxbAZXkn2IpFhwmDsi721DfStST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vbC6EPpT1AetcKeacRNMuFordHCza7Jr { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P0gGSt5Vybzz6869K3go3HrwuqJTwWVO { display:block; }
 }@media only screen and (max-width: 1199px) { #rVGyzvglKsIfzbThNs4S4VRlhTT25iKT { width:24.5625rem;height:1.3rem;top:1.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nm29Wa7NC1AgiyEXvw9WIU8MXi2GGFQC { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET { display:block; }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET > .row .container { width:47.75rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mk4VgP7BfLyI8iU2ll8w9OQJWXS6PLhT { width:47.75rem;height:7.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy { display:block; }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wfcOGKKHeKTQ1TzsCn0zxlQSzL3OWTGn { width:47.0625rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #llTQJIITDyEzHgcoy1RTc8SS7SEtfkHF { display:block; }
 }@media only screen and (max-width: 1199px) { #qTlvl8fZ8JQUkAuUPbRxhXtg0mzO3rio { width:30.125rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qnn1XAivx0EZ0ObVuCXPgiJ7qgmkhhto { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx { display:block; }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #foBZ06ccHfLw2cTnqmeh6uF78e7DF0rF { width:46.75rem;height:3rem;top:0rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 { display:block; }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZRzCtn2NJTaGUdf0tWhG9hHb0apQD8qJ { width:47.125rem;height:2.5rem;top:1rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DmnaoDZTMGLwtXJ0PvLOttEQu8taecNX { display:block; }
 }@media only screen and (max-width: 1199px) { #l0q6N49bg46U8blTrsETA8ekJWOTCS10 { width:30.8125rem;height:1.3rem;top:1.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4F9k9q4D0XcNVTUazIOQSedXyDLTagI { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr { display:block; }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr > .row .container { width:47.75rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Xo7qOBh2uif0HdosXv3Mb4ggyA1BUPzn { width:41.625rem;height:4.5rem;top:0rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw { display:block; }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h { display:block; }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row .container { width:47.75rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CwNNkqJcZApG7Tz0TV6TeZ1MB6Fr7GTT { width:47.75rem;height:2.275rem;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UoKfp2vTFoUfdDgBkci7O91x61RxLf2i { width:46.5rem;height:13.6rem;top:10.75rem;left:0.625rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #VdZibfVe9yA1r1Sxy45ErawTaTlT90TT { width:18.75rem;height:2.5rem;top:6.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P { display:block; }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row .container { width:47.75rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yIQnzbAdD2cK9OALEz4d4AI6RB40KQRA { width:43rem;height:1.95rem;top:2.0625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uMF01zKSGZ1mScmq2UXxRzUXbedu6kHe { width:19.8125rem;height:1.4625rem;top:7.26953125rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLTOr3B98IlOo1xh3lmM8tGIgHwJWkfB { width:19.8125rem;height:1.4625rem;top:7.25rem;left:26.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGCcNpQHsaDz9uJ2R6MzKbbl0umBmT30 { width:1.5rem;height:1.5rem;top:7.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0J6in9wAx7MrUgsLpb0XDzC82iDg90L { width:1.5rem;height:1.5rem;top:7.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QI9JxC6cHWLFz9vJVRVuQ1Z2tWqnNRB8 { width:36.25rem;height:1.1375rem;top:12.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cN6pTAWniZXVQWoqI8mDtQ2iOl16EyRc { width:10.5625rem;height:1.1375rem;top:12.625rem;left:36.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pGxwWfNbmBdlpQzy6UczATw92wST4ena { position:relative;z-index:auto;background-color:#3661b2;background-image:none;display:block; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container { background-color: transparent; background-image: none; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container > .video-iframe-container { display: none; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row > .video-iframe-container { display: none; }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .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); }#pGxwWfNbmBdlpQzy6UczATw92wST4ena > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha5ZEfFEDKTRBA9BqKSK365Lypez224o { width:10rem;height:1.375rem;top:0.875rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SN5WbaPTPPePbF5Lgi6Byvg4IsJCukuv { width:20rem;height:0;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #GGS0l6MEyWvGad6VwykaKHA4llrSw6qo { width:2.75rem;height:2.25rem;top:0.0625rem;left:17.25rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #iv8n5Z1d0Tn4fMUetDt7DKGuf0ldtEG0 { display:block; }
 }@media only screen and (max-width: 763px) { #UbWFt4PqfeT9TC4qUqX2lNe4Q0eapUQ1 { width:10rem;height:2.25rem;top:0.0625rem;left:6.6875rem;font-size:0.8125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #HETN4JATTyJKW9fAAO7Tm2Fe0rmsNE3n { display:block; }
 }@media only screen and (max-width: 763px) { #EVufUuVwbIQ2Ji8VN6R1cE1FaC9hoKnT { width:7.5625rem;height:2.875rem;top:3.3125rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#3661b2;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvMOlcmzkPxgfxvNh4I5z0aTudC2P2Sd { width:18.125rem;height:3.575rem;top:17.772918701172rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mTKuXSM0QTlDresIiIyMGCZQrzfpeABb { width:18.75rem;height:4.875rem;top:22.409374237061rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dIfChCsTdLQuaQxkiV6BxDxOdGOqAgHa { width:16.25rem;height:3.125rem;top:28.4375rem;left:1.875rem;color:#3661b2;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoaxPqmqyyd2QWKSMoiyfUhf7ZzVUayo { display:block; }
 }@media only screen and (max-width: 763px) { #iB9PuND9R7cx2fyctP7H6Jm7LmJFqVQq { width:20rem;height:15.222052067381rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET { background-color:#3661b2;background-image:none;display:block; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container { background-color: transparent; background-image: none; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container > .video-iframe-container { display: none; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row > .video-iframe-container { display: none; }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .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); }#Q7w4QByVvbFySLh9sqUDQ0UtWfgnttET > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsD27DqAN5XBUDe01iZto8IZ5dQKqbmd { width:18.125rem;height:3.575rem;top:17.772918701172rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wwQTd1BkMVAoGgKKtB8kPTzTcC1Iv6TG { width:18.75rem;height:4.875rem;top:22.409374237061rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NkEHlOEXdMihlygq16hcT3xl4k5fCwlc { width:16.25rem;height:3.125rem;top:28.4375rem;left:1.875rem;color:#3661b2;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFWHfxq3EkbS4eN6ffAFXeeQ9Gkyx3MC { display:block; }
 }@media only screen and (max-width: 763px) { #gBJhuCK6mRUrHsMIvQF5dMJhvdKceJlT { width:20rem;height:15.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT { background-color:#3661b2;background-image:none;display:block; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container { background-color: transparent; background-image: none; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container > .video-iframe-container { display: none; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row > .video-iframe-container { display: none; }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .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); }#f1ErtTtQZrlpqWZeNF1a1xfthsBLLiVT > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXN9cLQ5LwFsT3GHflv4CMFuWgw1TzbJ { width:18.125rem;height:3.575rem;top:17.772918701172rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vMTLOPE8uVTFSBN8psQB1iLT3QcZ3DRL { width:18.75rem;height:4.875rem;top:22.409378051757rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DRU4SzBzg13phFXI4aAxLlqcElEXZJQK { width:16.25rem;height:3.125rem;top:28.4375rem;left:1.875rem;color:#3661b2;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDMH5TJV25phDRc656CnXVMc2Sq7PNc3 { display:block; }
 }@media only screen and (max-width: 763px) { #RGXndqBk6Jat60wHzakmNrS1WrZ8FMOq { width:20rem;height:15.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx { display:block; }#OHGK6L4AdJNlUZqHfk8dMFUGwd6azlhx > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gi8TCz55iXokZdqXeTmhOyoidNfkktCM { width:14.75rem;height:2.1125rem;top:2.5rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v842BN2WAdmNPDT2nQ6phSHFLaJciu2z { width:10.0625rem;height:1.05625rem;top:7.6614580154419rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sH2F4TJ6snTqTocbpy77sXbGNUziPGq3 { width:15.5625rem;height:2.1125rem;top:12.105209350586rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mcvqZCFIpJeJQp0GJ5ZUtOTqS0p8leZG { width:15rem;height:5.28125rem;top:16.679166793823rem;left:4rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #azXUJQ8XPb5Nsc2csMCBewmKm5lT2oHJ { width:3.125rem;height:3.125rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5JBeMQhb71RfhXZRD1xZaIhTuvSbbd { width:3.125rem;height:3.125rem;top:11.726041793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOe9LFWfETSDrriecCTRdmtXBlaeCaJE { width:3.125rem;height:3.125rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9p7uACQTq7qycDpGR9kTmBqipZ4Rfpv { width:3.125rem;height:3.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTv9ZMR7trvduq99H1c9IyWzZ0KN9n2z { width:2.9375rem;height:1.95rem;top:7.3666667938231rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6AOA46IZEgaGkk2MPKbnV9VC1Rwv70A { width:20rem;height:1.25rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c { display:block; }#UCUxhX4FD0supXP9J8Q6P4kMkrUOdW7c > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBb9gziwBHheGTg1BsM1EA6R3M3vMPgs { width:16.25rem;height:3.9rem;top:0rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq7NFnvsoy5kikVDMOqyMJbJgFtgKysD { width:8.6875rem;height:6.5625rem;top:5.734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPKvEBWMMerJlOlkpABDaBW3yOJPTh6F { width:8.75rem;height:2.4375rem;top:13.609375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drDtqPev2GshNK2d1DVz6q2z9DzqZH6c { width:8.75rem;height:2.5rem;top:16.860416412354rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgnysX9LMpuVmZTwA6CPadv0AcolCSMD { display:block; }
 }@media only screen and (max-width: 763px) { #BbVpTRVRel3wIi9nh8SFzxWPTQxUztIs { width:8.75rem;height:2.5625rem;top:35.772916793823rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSuurn49wpAceVyoT2MheSN6JCqC3Tn6 { display:block; }
 }@media only screen and (max-width: 763px) { #iuHxiVBrcxgTKBUs9FCMgheShtt14CbL { width:10rem;height:2.4375rem;top:32.547916412354rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNB9RCHQT9Jt2AfWdftUynUEUTVgCO8 { width:10rem;height:2.4375rem;top:13.609375rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwWWFLNkcK0ggwyscA10oK9dTBe7wum7 { width:8.75rem;height:2.5rem;top:16.860416412354rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqiawMevHlu6Ru5vgzTRvLTT6ncuT006 { display:block; }
 }@media only screen and (max-width: 763px) { #d133EslNrKxyoIXqQXryn03A1wxW6Mud { width:10rem;height:2.4375rem;top:32.547916412354rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF0LyoAZVtt4PgHT93qLr3uhadm0orkN { width:8.75rem;height:2.5rem;top:35.741666793823rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o33KauXnUuxKKPNc8K0h9AG28PTePy4v { display:block; }
 }@media only screen and (max-width: 763px) { #tFfpNViu1ErDTUNTlRtcu86CIKfXJv5m { width:8.6875rem;height:6.625rem;top:24.672916412354rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUH4TPTmlehHh7LTRdOilNRnTb3aGTN8 { width:8.6875rem;height:6.625rem;top:5.734375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rl7ZIomQei3iW2KcuCpfMwX9Je0eWD { width:8.75rem;height:6.625rem;top:24.672916412354rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWEwyceNCCih7cMRPuflaMPKTxUCbaNQ { width:8.75rem;height:2.5rem;top:38.960416793823rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi2E5Vi5RPB9pZUVy9XCEOyAfOw3coEf { display:block; }
 }@media only screen and (max-width: 763px) { #OxtRRvX2Cr9qfPHdCaeXM0d70qvQROdV { width:8.75rem;height:2.5rem;top:38.960416793823rem;left:0.59375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwQFCRtgruW4T0LzmMCwNUtWJtSJptW8 { display:block; }
 }@media only screen and (max-width: 763px) { #E7P9WNRi9vX7XEOw7N8TpcTXsbwFllVA { width:8.75rem;height:2.5rem;top:19.985416412354rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTzmnRK5PUK3AyHLrW78HiVzHwimn87C { display:block; }
 }@media only screen and (max-width: 763px) { #W68SuqKbRXNdW3ncWh8Nu1eaq4fUdTxf { width:8.75rem;height:2.5rem;top:19.985416412354rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk77GZ2nxDVzmDzW3s4pkfIlk6MLA9hm { display:block; }
 }@media only screen and (max-width: 763px) { #sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 { display:block; }#sdtaKRRpXcLlzhEEvkOPsLklZNMsbIF5 > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5SM1VUE5UcPLgxKsPIgO10PtxF4WwnC { width:8.75rem;height:6.625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzEqNXvdfyp5pCbHtk5qB3oPhmKqZR4F { width:10rem;height:2.4375rem;top:7.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1rfmlD6gm6K3MSs4JwHL0JEIfr9DS4F { width:8.75rem;height:2.5rem;top:11.126041412354rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP8w13CMTPIGrw6xTaBEJ3JdlDElkVPn { display:block; }
 }@media only screen and (max-width: 763px) { #rRxSKT9QDU9Frto1q8pnZGlCqU3bglxu { width:8.75rem;height:2.5rem;top:29.726043701172rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T72uQsAxuwVtBQdhHf90scmRHOTu9dQf { display:block; }
 }@media only screen and (max-width: 763px) { #tvF006zE1D6Be1IeWpIOXDtTf2ESmTWB { width:10rem;height:1.21875rem;top:26.501041412354rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vulnqyPV9f7KJU6ymN2AOCqIsalWWzeh { width:8.75rem;height:2.4375rem;top:7.875rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTpuxJSaXQTrc5RaETtcoAO6T4XF54K { width:8.75rem;height:2.5rem;top:11.126041412354rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2CxfQvnXZUoW9dOzDzDTU52u7EP0M2e { display:block; }
 }@media only screen and (max-width: 763px) { #IhEoOyI8lLyi1ksrzpuxfFwKHlyKrr6G { width:10rem;height:2.4375rem;top:26.501041412354rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfam4dUbI3a63fQTLRcHeWSqkQw7ukEa { width:8.75rem;height:2.5rem;top:29.75rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV497HxRTGJQrLvXBM7xCJeSRydPP7qi { display:block; }
 }@media only screen and (max-width: 763px) { #XCbN88QrMgw2y8IFx45r2ofDLte0HH6c { width:8.6875rem;height:6.5625rem;top:18.626041412354rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKaHqUvlPy6Tg93U03bUTMVemQdgAxhh { width:8.5625rem;height:6.5rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUvr4hRWPLBmrNTxIwf7mAfSuSzQOxaJ { width:8.6875rem;height:6.5625rem;top:18.626041412354rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCBBCP66HeVSoChV1kantTd2qHmhcRCb { width:8.75rem;height:2.5rem;top:14.251041412354rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ95loMtfgQr9r6xT0yhLG7RnP8Naz32 { display:block; }
 }@media only screen and (max-width: 763px) { #n6A7134WGTzKA18CWCPiSNtpsNknptU7 { width:8.75rem;height:2.5rem;top:14.251041412354rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5KSTexkaMQzpthVGQ5etfk1wwuAfeH5 { display:block; }
 }@media only screen and (max-width: 763px) { #KB7GBeECbWeIBBKMrpip7p1aKOFTurbh { width:8.75rem;height:2.5rem;top:32.851043701172rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbGUezPMc8RsxQb7gKMsstTAIT1wn4Zt { display:block; }
 }@media only screen and (max-width: 763px) { #WqlERFmEKwTC8Sm4wEoSwFiN9ZbV10Tu { width:8.75rem;height:2.5rem;top:32.875rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiC2bVhapEIU0VElfh7rGMMyt546Xty0 { display:block; }
 }@media only screen and (max-width: 763px) { #PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA { display:block; }#PQwyMx4CiXio4R1x7LtnVXRFtOm4DQHA > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BKAFBaN26307R5LTElSLavxAPcsKXlHM { width:8.5625rem;height:6.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiomISaaBNpoVft4ZJtd8QV8PKfvehyo { width:10rem;height:2.4375rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhqFoEBFibp9FHbgNNs7BpVCJxNLKVGT { width:8.75rem;height:2.5rem;top:11.001037597656rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDahQTTLzT9gDQlbqCgsI8hLioSHMWxq { display:block; }
 }@media only screen and (max-width: 763px) { #Cf63oKWOPb2vWqrHEiHkJw3z2HMBOL8A { width:8.75rem;height:2.5625rem;top:29.601043701172rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8pwhODmEXT59fv0LlWiDQVwTmzQXtoz { display:block; }
 }@media only screen and (max-width: 763px) { #wVe1ucnrKoFkAJeFkHLIngZuucooof8g { width:8.75rem;height:2.4375rem;top:26.376037597656rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzhOXHIBWIHHdBkNbm9sqm8HTZV07Ndu { width:8.75rem;height:2.4375rem;top:7.75rem;left:10.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4NVVommoonGucsQc6EAzMWMML3hWu8F { width:8.75rem;height:2.5rem;top:11.001037597656rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq1IzIkrNKyDeeiB0UkwJONsOD0uKtO3 { display:block; }
 }@media only screen and (max-width: 763px) { #fTx7hhDKrTBRx3Ck5p3LfRqdyLDglKeS { width:10rem;height:2.4375rem;top:26.376037597656rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOlVrbTTliuhsLaRzZ0ElXtegQ4OcsUe { width:8.75rem;height:2.5rem;top:29.625rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtpbGU6gNBvV73ZWnb2edwiibm0GCaWb { display:block; }
 }@media only screen and (max-width: 763px) { #AcV7TIuek4t42Pd9QyB9ksZi01prBR1p { width:8.625rem;height:6.5625rem;top:18.563537597656rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLpR84NE54CAs6tONc6icHcRMe7auks { width:8.5625rem;height:6.5rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPU5QFFDQnVvTOf5rn66UkVywpkQHXF3 { width:8.5rem;height:6.5rem;top:18.563537597656rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4T0KqKAeVOQf8vE4BvkqH7VbT4P3Ko { width:8.75rem;height:2.5rem;top:14.126037597656rem;left:0.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIyg2kVNJBFZaanyGlINnnM7iiKpxg0v { display:block; }
 }@media only screen and (max-width: 763px) { #kcqrnBB1ImE9OicMnBFrkRhRiqZFTcBD { width:8.75rem;height:2.5rem;top:14.126037597656rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWAcFnRLzT8BlJNpQqIwc3cDxtirbNe0 { display:block; }
 }@media only screen and (max-width: 763px) { #ihuRsECnsmeDotSnQlslkDKGzF9b69gc { width:8.75rem;height:2.5rem;top:32.788543701172rem;left:0.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyh9fxScSamTAMZDx1mR3NwGB3rVgXvm { display:block; }
 }@media only screen and (max-width: 763px) { #Vi8TTqC42S4lu52OtmXgpMeuxLJ7b9Jn { width:8.75rem;height:2.5rem;top:32.788543701172rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJ2DOEaPk1h432P31NDDq9op2xuBT2D { display:block; }
 }@media only screen and (max-width: 763px) { #EzqZf8amtlPStJeR9StGOJGGCLpEBDEO { display:block; }#EzqZf8amtlPStJeR9StGOJGGCLpEBDEO > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBPc2Wxa1FuReleo8W21wlekH3Hc4JKt { width:8.5625rem;height:6.5rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0KTek7RhTJVtLx4k4RBZ718aGU3fiLk { width:10rem;height:2.4375rem;top:7.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrHlO3UOH4Xle5bBTvrl8MqFIu7ecEin { width:8.75rem;height:2.5rem;top:11.001037597656rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL8JSvvrElrDWzmM6bKCh5MaOZP4CQiz { display:block; }
 }@media only screen and (max-width: 763px) { #xz4nTlRgD09eWULhZVcOsd8KvIvnedHN { width:8.75rem;height:2.5625rem;top:11rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUzOJqcfIIMXEEQxdOV0qvpMkXfAgMl2 { display:block; }
 }@media only screen and (max-width: 763px) { #n0E0N3L7O7sTVd3SV0DhVUfvDClOsf8C { width:10rem;height:2.4375rem;top:7.75rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk5WLz6L4qe7oXBr319wOuC5xdn3RVLo { width:8.625rem;height:6.5625rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #If1ouxKX1Qbl6vatDO9wsaorsDdWUTyZ { width:8.75rem;height:2.5rem;top:14.126037597656rem;left:0.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2UfzH2FbhKc3NBRJ63NmuaMOoVz7d5i { display:block; }
 }@media only screen and (max-width: 763px) { #Um4a71CObZlkUKu1nPHInRtlTPUaqqUe { width:8.75rem;height:2.5rem;top:14.126037597656rem;left:10.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoxEh2PylnVm9T8Dvkaex3WRODHh2RPI { display:block; }
 }@media only screen and (max-width: 763px) { #eDmO4t9APiWlHKsC3qQdMornzmiRSwFo { display:block; }#eDmO4t9APiWlHKsC3qQdMornzmiRSwFo > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogLkLbphoeP38EEBayhEx2TRcxCvtUNv { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 { display:block; }#ITyRTJwFiZ8nUvuAc8RnIg4NZ7gIsTZ9 > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJoTqscm3BMZkQDF6U7tTwwxmHCJO61x { width:17.5rem;height:3.9rem;top:0.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTys3wOWfZzMm3a7TgxTsH7y3ODIiPBg { width:12.5rem;height:2.5rem;top:5.8000001907349rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4GFPXwEzwO0i5bhVUEupVNxMth4V2Zh { display:block; }
 }@media only screen and (max-width: 763px) { #RPcksTH5L6URyZPncUhyN3M0m7ELl7xD { width:18.75rem;height:1.3rem;top:6.39999961853rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTi4iIa1vKfsv2UBeme9HnfHnUZcO3Mn { width:2.5rem;height:2.5rem;top:9.5498046875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCZFZgrDkEWhdI43l1pmPWa8QMknsckz { display:block; }#zCZFZgrDkEWhdI43l1pmPWa8QMknsckz > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HbzEgRSHrd9g85GTBNJcllTZ7JTq49HK { width:17.8125rem;height:25.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emXHHCTwBNywrSoNohkEzriM6xkFLIg2 { display:block; }#emXHHCTwBNywrSoNohkEzriM6xkFLIg2 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BWm85K8A0ftfL7wTARSCtUlxdu9VBkd0 { width:14.5625rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBh1UdXOUATTt7onb7L7wJns3d8vpedv { display:block; }
 }@media only screen and (max-width: 763px) { #OxvzMDx8s8nfJDORyx5C8Osu3nNrtkZS { width:17.1875rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ3zZ9wTNTEGXS7K7zdWLr5NRyEwmOZq { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB { display:block; }#JygFwzq1vKGaHSoNfXmuUqqWV0KTViuB > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Say6WmiatTZXMZ7WAT1sxQ2ZD6s8kqNx { width:18.75rem;height:4.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy { display:block; }#ZCBCiyT7r9TrIWylCCuzsyTW4sZ3dvJy > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGzAOL09aJlcHFAcgD3Di9Qf8by8cLof { width:10.8125rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhsMd021Iilim02RCR4GBaLhpN1CAc57 { display:block; }
 }@media only screen and (max-width: 763px) { #JkZ0uc0pTgOnTSZRvZVeBOoShthoOFSc { width:12.0625rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyTKVaUU4DaUKXV5Uazk5tT2lTcREXUs { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg { display:block; }#L8GKTmywqlkpMoNxHatXXSDSSwkEk4yg > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODIsaF4TK8GHQJ6dZkylD8UWhDGA8K5Q { width:18.75rem;height:9.8rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn { display:block; }#wXm3E0PaxxALoHx0zW4dxJe2ePZIqdzn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ir0di0m09B1MwRvMFeTEC0W9bx6sEKE2 { width:17.8125rem;height:2.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOKNSORVa6Jyl1VqlEhk8Qf06dmAMkFH { display:block; }
 }@media only screen and (max-width: 763px) { #rXO2d8aHQrTA3CsV7ib9ZHbVRrkkWTPX { width:19.125rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJZBl7sTenIZTq8rhpWdZJz25HURB5Px { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp { display:block; }#g4RNTdzcUuvQVcu8TKEzzu2hB2CEdSzp > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8iTPbi2CL70QhIwhTTgL6TzIZSU1J4w { width:18.9375rem;height:4.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn { display:block; }#DNN1rTVOrDsaOp3NbukHutDW8qUDd4Tn > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrVVfkOxPTQpXtqy9GcnVTTak3mBQH1r { width:15.125rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOsUATQQtJRCMeJke6HND2fTZa69Gw5 { display:block; }
 }@media only screen and (max-width: 763px) { #TglMB5vH80lVk63D4iXzOGRHSiHXEoTd { width:18.5625rem;height:1.3rem;top:1.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVE5EXcJMyHw8DAl76nSfBbER8rOITlT { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x { display:block; }#mEDVfLkSfiDxoAen8iUaT0MGwvCFF86x > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6zTOeAGdKSl2rzfz5cbAkzALUmFU9gf { width:18.8125rem;height:4.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 { display:block; }#FKvlG0rD6r0IugTPKa9ilcPHMBDuDdn1 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QH4fszJnqVks8PqXCaP3NkA9geKQOqRw { width:18.0625rem;height:2.5rem;top:0.64999961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRAA2ErQNd9BpxZdzUUMHLBiFfmMSFck { display:block; }
 }@media only screen and (max-width: 763px) { #PE11Ai3x9VgShQ0OVch7KLlGacNfqMnU { width:18.5625rem;height:1.3rem;top:1.25rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqbONX3Dqg3XiWu5Dt6fE5ei362GWpNv { width:2.5rem;height:2.5rem;top:4.3994140625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4QyZR0b7L8AfveP7izNaebxhizFRFnO { display:block; }#e4QyZR0b7L8AfveP7izNaebxhizFRFnO > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxhay6H9uyZVGmh6QSU3F7MhbtaCWfd2 { width:18.75rem;height:11.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #knsbUKxbAZXkn2IpFhwmDsi721DfStST { display:block; }#knsbUKxbAZXkn2IpFhwmDsi721DfStST > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbC6EPpT1AetcKeacRNMuFordHCza7Jr { width:11.8125rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0gGSt5Vybzz6869K3go3HrwuqJTwWVO { display:block; }
 }@media only screen and (max-width: 763px) { #rVGyzvglKsIfzbThNs4S4VRlhTT25iKT { width:18.75rem;height:1.3rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm29Wa7NC1AgiyEXvw9WIU8MXi2GGFQC { width:2.5rem;height:2.5rem;top:4.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET { display:block; }#AI8XmCaCPG3kbtnCc8Lf50lpwbTTxdET > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mk4VgP7BfLyI8iU2ll8w9OQJWXS6PLhT { width:18.75rem;height:11.2rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy { display:block; }#bLMST1TwPgF4OeZkkgBhiChVKCfbdZNy > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfcOGKKHeKTQ1TzsCn0zxlQSzL3OWTGn { width:19rem;height:2.5rem;top:1.3125rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #llTQJIITDyEzHgcoy1RTc8SS7SEtfkHF { display:block; }
 }@media only screen and (max-width: 763px) { #qTlvl8fZ8JQUkAuUPbRxhXtg0mzO3rio { width:17.9375rem;height:2.6rem;top:1.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnn1XAivx0EZ0ObVuCXPgiJ7qgmkhhto { width:2.5rem;height:2.5rem;top:5.125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx { display:block; }#QZgpOtUpSGaw0OeKEeiro0H8XtBxTEtx > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foBZ06ccHfLw2cTnqmeh6uF78e7DF0rF { width:18.75rem;height:7rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 { display:block; }#KNeKiMV4OP0f8XGgSHGhfbTFrumfZBm6 > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRzCtn2NJTaGUdf0tWhG9hHb0apQD8qJ { width:19rem;height:2.5rem;top:1.375rem;left:0.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmnaoDZTMGLwtXJ0PvLOttEQu8taecNX { display:block; }
 }@media only screen and (max-width: 763px) { #l0q6N49bg46U8blTrsETA8ekJWOTCS10 { width:16.3125rem;height:2.6rem;top:1.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4F9k9q4D0XcNVTUazIOQSedXyDLTagI { width:2.5rem;height:2.5rem;top:5.125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr { display:block; }#D5dvcKFD2AeI8hu7kCmGff5lGUz2L4Pr > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xo7qOBh2uif0HdosXv3Mb4ggyA1BUPzn { width:18.75rem;height:7rem;top:0rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw { display:block; }#cp4H1CVAWtAHha9H0NkpsLyGe5h5wrQw > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h { display:block; }#ZcQKle9tlLx6Q4qhhPbcBcvh7RxJ3e6h > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwNNkqJcZApG7Tz0TV6TeZ1MB6Fr7GTT { width:17.5rem;height:1.95rem;top:2.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoKfp2vTFoUfdDgBkci7O91x61RxLf2i { width:18.75rem;height:24rem;top:9.875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #VdZibfVe9yA1r1Sxy45ErawTaTlT90TT { width:16.875rem;height:2.25rem;top:5.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P { display:block; }#FwFtfh9EJPgG9iHPsavF5Ed7ESnovW4P > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIQnzbAdD2cK9OALEz4d4AI6RB40KQRA { width:19.875rem;height:3.575rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #uMF01zKSGZ1mScmq2UXxRzUXbedu6kHe { width:12.4375rem;height:1.4625rem;top:9.6875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #GLTOr3B98IlOo1xh3lmM8tGIgHwJWkfB { width:19.8125rem;height:1.4625rem;top:15.3994140625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #CGCcNpQHsaDz9uJ2R6MzKbbl0umBmT30 { width:1.875rem;height:1.875rem;top:6.8994140625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0J6in9wAx7MrUgsLpb0XDzC82iDg90L { width:1.875rem;height:1.875rem;top:12.7373046875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI9JxC6cHWLFz9vJVRVuQ1Z2tWqnNRB8 { width:20rem;height:1.1375rem;top:18.5488265625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN6pTAWniZXVQWoqI8mDtQ2iOl16EyRc { width:20rem;height:1.1375rem;top:20.3105453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }