.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,214,214;--color-primary-1:239,133,133;--color-primary-2:229,51,51;--color-primary-3:222,0,0;--color-primary-4:179,0,0;--color-secondary-0:228,224,231;--color-secondary-1:175,163,182;--color-secondary-2:121,101,134;--color-secondary-3:88,63,104;--color-secondary-4:36,17,47;--color-tertiary-0:255,255,255;--color-tertiary-1:107,107,107;--color-tertiary-2:88,88,88;--color-tertiary-3:17,17,17;--color-tertiary-4:0,0,0;--headlines-font-family:"Instrument Sans Cond";--paragraphs-font-family:"Instrument Sans Cond"; }body { background-color:rgba(var(--color-tertiary-0),1);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); }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f70412d7-6859-49cb-b18c-b20ada337539/kongres_KV_KONG_KARDIOLOGIA_25_06_TLO_TOP.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ.adaptive-delivery-prevent-bg, #zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ.lazyload, #zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ.lazyloading { background-image: none; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container { background-color: transparent; background-image: none; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container > .video-iframe-container { display: none; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row > .video-iframe-container { display: none; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .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); }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container { border-width: 0; border-radius: 0; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#B3g8CvDtBvntXdo91EBv3icf4rNdyc8U { 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:34rem;width:33.75rem;top:0rem;left:41.25rem;overflow:hidden;display:block; }
#npHHb406TI371VKcAMNBMbSIktuIlbL9 { background-color:#cf0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.375rem;left:0rem;display:block; }
#PHSHTNs4FqaiblxuriSnHqk3tHBSGv06 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xvP60IZMQvt1M2mBiaaKLI7cGWwqNLFv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.48);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.48);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.48);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.48);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:29.375rem;left:17.5rem;display:block; }
#F0xGvBpEhsJ4lDGusPyigGKGIi2lzHkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITDZFNIQAQuItVbmGLvIGHOOUCg9lMli { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:5.8125rem;top:24.75rem;left:0rem;overflow:hidden;display:block; }
#Cf1BiaJFwuGJxaVSOtg4SUQJUMHJTyua { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:playfair;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.125rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oIrIRV4mMvq4SCZm1XR75RJGIl3nrinE { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:playfair;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:10.3125rem;left:0rem;height:6.75rem;font-style:normal;display:block; }
#TVl1nnmCmKvSREKlJay9HIVTUVwn8psi { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:1.375rem;left:41.25rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#VwHw2vUzarMzrvN01UgrLyLe0dehfKJ2 { color:#ececec;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.421875rem;left:6.65625rem;height:3.65625rem;display:block; }
#dvH0bXslcyhh9KDM9NQQra0VfU12B5CM { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8rem;left:0.5625rem;height:1.5434rem;font-style:normal;display:block; }
#eumCiFSXcgoQ2JzAcLnylpZAlILLGu9b { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8rem;left:10.40625rem;height:1.5434rem;font-style:normal;display:block; }
#N1gbnLgGpFpoOTNLF8PpJAfWNdkZCwod { box-sizing:content-box;height:1.875rem;width:9.8125rem;position:absolute;display:block;z-index:15015;background-color:#cf0000;background-image:none;top:7.8125rem;left:0rem;display:block; }
#TaZN0oR5eCynEAFTips2TARu17Sxr4fQ { box-sizing:content-box;height:1.875rem;width:10.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.8125rem;left:9.8125rem;display:block; }
#ct8VGI4ELI342QpGsrsasdFvw1FVOwcE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ct8VGI4ELI342QpGsrsasdFvw1FVOwcE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#k8NN1zq7WRhSuGM440Sk8IdPB1MuqBRe { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:11.5625rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#amQsOnMTxT4OWQKiGGRs87XesEz94PSC { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:playfair;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.375rem;left:0rem;height:3.89930625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jdw3kJ1ZQ4BvH39634czdCGwVi62rtzQ { 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:4.375rem;width:5.375rem;top:30.625rem;left:62.75rem;overflow:hidden;display:block; }
#Dir4eDLekWFi3xygzFLr3NbFWapDlMT6 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.75rem;top:30.34375rem;left:69.25rem;overflow:hidden;display:block; }
#RC4MWtbB43CrTRUImPCsHcFzrowUyJPD { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#cf0000;background-image:none;top:8rem;left:68.75rem;display:block; }
#p3PMBz3kcRrsSC4foy192g3Tm64hhWrX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8.5rem;left:68.6875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#TW2ryOO4aRmISgUXn0dChpOTFtQUNzt3 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:10.762512207031rem;left:68.75rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cf0000;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; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container { background-color: transparent; background-image: none; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container > .video-iframe-container { display: none; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row > .video-iframe-container { display: none; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .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); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container { border-width: 0; border-radius: 0; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ZBTXxBvk0iMbv5HBAIktcXc7wKfi31QI { 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:15000;opacity:1;top:3.9375rem;left:72.5rem; }
#ZBTXxBvk0iMbv5HBAIktcXc7wKfi31QI > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#FPS4kXnVff3gDQgAZ22fWFUcTV7raNgy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:3.9375rem;left:5rem;height:2.7rem;display:block; }
#CACpL1k20iAG8qbN88xhiSgToS2V8N3X { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#LP8TNaprb9IJHwzmSzoLZURi59f1efWN { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:2.125rem;left:5rem;height:1.5rem;display:block; }
#ZZGfzPXIFEKUADNJMqF9zS4KmUueMZRd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:2.5rem;left:28.6875rem;overflow:hidden;display:block; }
#tn51dKnnzifth42VXZZI8KoOU5DvpC0C { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:2.125rem;left:33.75rem;height:1.5rem;font-style:normal;display:block; }
#CM9oQ9DQm2o3ODkEFXc5i9mhLH1OXXtM { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:3.9375rem;left:33.75rem;height:2.69965rem;display:block; }
#l8V7hRa5KhAGZUg3EgxzbXTx6oSuR4NQ { 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:3.75rem;width:3.75rem;top:2.4375rem;left:50.125rem;overflow:hidden;display:block; }
#dULEat5knudUAIn5neH2KtVIIMfcPZnN { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:2.125rem;left:55.1875rem;height:1.5rem;font-style:normal;display:block; }
#Js3W63HR2RFWMSkH1nkpWqLmHqXGAJSn { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:3.9375rem;left:55.1875rem;height:2.7rem;display:block; }
#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row .container { background-color: transparent; background-image: none; }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row .container > .video-iframe-container { display: none; }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row > .video-iframe-container { display: none; }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .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); }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row .container { border-width: 0; border-radius: 0; }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:75rem;position:relative;display:block; }#qTpGHsV87oS1WHzFZhskDNOB3pKtADVL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fDtTFT94THk4gOD86P7DDV0t1kK8sAfp { color:rgba(var(--color-tertiary-0),1);display:block;width:73.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.375rem;left:0rem;height:35.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ev5um6QL5EqSuILdr3KqvWGsA8NAoliP { color:rgba(var(--color-tertiary-0),1);display:block;width:73.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:43.8125rem;left:0rem;height:3.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { background-color: transparent; background-image: none; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container > .video-iframe-container { display: none; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row > .video-iframe-container { display: none; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .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); }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { border-width: 0; border-radius: 0; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { color:rgba(var(--color-tertiary-0),0.85);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XDBIOwHPtnyfztPL7XSF71eUzrPyMT8g { position:absolute;display:block;z-index:15009;background-color:rgba(217,217,217,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:0.55624961853027rem;left:19.96875rem;display:block; }
#cZi24R6iuZpCV7777KaTb4frL1AAHZrL { position:absolute;display:block;z-index:15010;background-color:rgba(217,217,217,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:11.875rem;top:0.56354141235351rem;left:43.09375rem;display:block; }
#oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.6875rem;width:35rem;top:2.2374992370606rem;left:20rem;display:block; }
#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { background-color: transparent; background-image: none; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container > .video-iframe-container { display: none; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row > .video-iframe-container { display: none; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .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); }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { border-width: 0; border-radius: 0; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#Vytsp7LKNKsRouqrETuVv8svTpP1KORI { background-color:rgba(var(--color-tertiary-0),1);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:#a90000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#IssZum7uRf3mDrkVskBbOSBbKe9FnpzV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2b1638, #452c54);background-image: -moz-linear-gradient(90deg, #2b1638, #452c54);background-image: -ms-linear-gradient(90deg, #2b1638, #452c54);background-image: -o-linear-gradient(90deg, #2b1638, #452c54);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b1638', endColorstr='#452c54' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b1638', endColorstr='#452c54' );";background-image: linear-gradient(90deg, #2b1638, #452c54);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row .container { background-color: transparent; background-image: none; }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row .container > .video-iframe-container { display: none; }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row > .video-iframe-container { display: none; }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .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); }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row .container { border-width: 0; border-radius: 0; }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#NeBtThmLTdGVMymcELJoTFNBWgwboFGr { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lOauGEnWAgzV500QWalpQIvJaTyV40bL { color:rgba(var(--color-tertiary-0),1);display:block;width:73.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.625rem;left:0rem;height:19.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#lOauGEnWAgzV500QWalpQIvJaTyV40bL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lOauGEnWAgzV500QWalpQIvJaTyV40bL li:before{  }
#pNWe1laSSPozBCTzfNAy00V2VVzHGTiz { background-color:rgba(var(--color-tertiary-0),1);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:#2b1638;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.3125rem;left:29.375rem;display:block; }
#EO0N6X3adNG9GRBqorMF6UeMvl7f4TxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#452c54' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#452c54' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row .container { background-color: transparent; background-image: none; }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row .container > .video-iframe-container { display: none; }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row > .video-iframe-container { display: none; }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .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); }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row .container { border-width: 0; border-radius: 0; }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#Lt2tKTPFM7CSkePe93qZdzMQyLTIlb7A { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f768ViHrniC397bxINTTppbR86tx4LoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#452c54' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#452c54' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { background-color: transparent; background-image: none; }#f768ViHrniC397bxINTTppbR86tx4LoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container > .video-iframe-container { display: none; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f768ViHrniC397bxINTTppbR86tx4LoK > .row > .video-iframe-container { display: none; }#f768ViHrniC397bxINTTppbR86tx4LoK > .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); }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { border-width: 0; border-radius: 0; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#qqEGAk8RWew5DDRi09HDucazTBE7av33 { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.59375rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DBUbo1RA0z1mx76LgQJDHT66L3v37bet { color:#f4f4f4;display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:7.78125rem;left:0rem;height:8.3958125rem;text-align:left;text-align-last:left;display:block; }
#XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.59375rem;left:19.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { color:#f4f4f4;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:7.78125rem;left:19.1875rem;height:8.3958125rem;text-align:left;text-align-last:left;display:block; }
#u10z2o2750bF2NVne1KZU02aphtsfNVs { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:19.1875rem;overflow:hidden;display:block; }
#bUIMVDt3izi25UINf1i5N5bS55lgDCFw { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:57.6875rem;overflow:hidden;display:block; }
#Cre3M55t8w5sfQk0VI5zmSJaVe8HTtM9 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:38.5rem;overflow:hidden;display:block; }
#T4MdSzq23H2TR4uxXRbIl1Kf6ztcL8CU { color:#f4f4f4;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:7.6875rem;left:38.5rem;height:8.3958125rem;text-align:left;text-align-last:left;display:block; }
#fTIaUOtM9P5wclIuX7KNDiBafI3kleQG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:5.5rem;left:38.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDzv6NwC1WFE4O5UTzXhxvyFCyOGpdbM { color:#f4f4f4;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:7.40625rem;left:57.6875rem;height:9.795125rem;text-align:left;text-align-last:left;display:block; }
#INxBpxDqCPp6p14JeWwarMkWiG2VTnhN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5.21875rem;left:57.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#452c54' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#452c54' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), #452c54);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { background-color: transparent; background-image: none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container > .video-iframe-container { display: none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row > .video-iframe-container { display: none; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .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); }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { border-width: 0; border-radius: 0; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#ldCmpEduq4ySeq2AeRRweDrgzLkGmg49 { background-color:rgba(var(--color-tertiary-0),1);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:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#oDMeS8QetuHgRKW8o3WGzAHvqQnSmu2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row .container { background-color: transparent; background-image: none; }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row .container > .video-iframe-container { display: none; }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row > .video-iframe-container { display: none; }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .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); }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row .container { border-width: 0; border-radius: 0; }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#tDsay6eGfzeJtW2fbRFefPpKs2CwQpup { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c938CrnTRUPnt9zKftUlikIxEqNMlwML { color:#7f7f7f;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { position:relative;display:block; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { background-color: transparent; background-image: none; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container > .video-iframe-container { display: none; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row > .video-iframe-container { display: none; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .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); }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { border-width: 0; border-radius: 0; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .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; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UtK2PihAFmvimWhmQ3gpmWzgi5F6c58e { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nB918pnCPi630ZhwTsC0xvs16BP0cbln { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:51.25rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ss4qXD2tX9GfppXzwpOZHb2NEMNT3g6n { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374996185303rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mH4Mpy3TEZQdxnFpDisZQnlZUeKTq05B { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#gNXGdMNzPTcg9vnbsiSKkeSNpf0rXTXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Su3y3ebFmkrRKmiRuplHddLKmQT0p4pb { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#St1ki3AuTJACCSli6in36rBZSQMNlGuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQLVbVGyUmu6dis2AKTwmTZNVWKBhRVI { position:absolute;display:block;z-index:15016;background-color:#cccccc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:6.7749938964844rem;left:23.75rem;display:block; }
#kG4BwL7vn5ukPL48vEF5sCxHlLwr1BIQ { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sF5Varx10AOg8Cvm9IGDJVqA4QVZqwoA { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#ieHaQ8ZQIKm2xBnK4KFPHTWQp83qTn4P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndXUoGDzU5KDSXM9W6fre4TFfmxSGKOH { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:25.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 { position:relative;display:block; }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 { background-color: transparent; background-image: none; }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 > .row .container > .video-iframe-container { display: none; }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 > .row > .video-iframe-container { display: none; }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 > .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); }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 { border-width: 0; border-radius: 0; }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 > .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; }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G8s3PuulbEefRir7OuGyn9qC8GXSBtqz { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lFs5TDHMTWVRzRD8umLSPPzzgKCKm8up { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:51.25rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEIVNG4N2E1T2FvwLhcs7aZMX4krsvm6 { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374996185303rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLRgFfpZQnU0SX9tzVvSoUCXTnNF2nrv { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#zhg9D3UOFSE5cT2ZCGi6c9FTdcei0bx8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fxeVv5CU65utEi5KGqQWBrrXBv9Xke6k { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#lQhci7cHT9BI3GCNo4huZZU6DdpvhwMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJXMI4DhWEiWWHg24CSovOsVIzg9T5Qo { position:absolute;display:block;z-index:15016;background-color:#cccccc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.625rem;top:6.7750015258787rem;left:0rem;display:block; }
#m7c9qqrrOMutQDPeA5oqfgtg2kWbpHKU { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rPltg6VowLaGlWfTZ8WTTGaQDxduRciL { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#n9B1rzL5OB9HWwRG2azAdyUA3NlI8b7h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MA8tTDLhQtoGQTGRDHshh9qGJWg8Sfkq { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:25.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QMydDpFue7XKs5nLax4720FhJzz5Zzyw { position:absolute;display:block;z-index:15017;background-color:#cccccc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25.625rem;top:6.75rem;left:49.375rem;display:block; }
#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { position:relative;display:block; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { background-color: transparent; background-image: none; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container > .video-iframe-container { display: none; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row > .video-iframe-container { display: none; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .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); }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { border-width: 0; border-radius: 0; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .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; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VDN7TLFhn97SRRXdwRXxwGLHrHgwU9Og { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M9mphFAL60SxmQHILad0Xvpo5zQHkmk3 { color:#252525;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:51.25rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0krst5BDEtbbPMLXl6cJnOHp6uKCZwG { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.8374996185303rem;left:0rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnpioxBQut8D20Z23v0oQFu59DXq72NS { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.875rem;left:0rem;display:block; }
#wu8KMHIPlU7bpdIcrKbss663JgLnO8z2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLDT1whwCyECVL0uREN5Zel9vbNXwJwU { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.875rem;left:51.25rem;display:block; }
#ZoDeJnl2q6hRpSum78ALtc2ZlhZdSVrS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qvvxgf3AkWTVXTuTJkLrxCnXJlUNlQyP { position:absolute;display:block;z-index:15017;background-color:#cccccc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:51.25rem;top:6.75rem;left:0rem;display:block; }
#m0eb9mQoHNc05BlVusPMLBbb40u3tuAQ { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Flho6svF5aciL9CG9WkMBskERHJRMv1p { color:#cf0000;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8125rem;left:25.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FD56mChcDcRG95InXrEMkDcQPE92gXA3 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e6e6e6;border-left:0.0625rem solid #e6e6e6;border-right:0.0625rem solid #e6e6e6;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.875rem;left:25.625rem;display:block; }
#xhhPe5dll13UDQttUEJX9Tyx4eyVE0at { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl { position:relative;display:block; }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl { background-color: transparent; background-image: none; }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl > .row .container > .video-iframe-container { display: none; }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl > .row > .video-iframe-container { display: none; }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl > .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); }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl { border-width: 0; border-radius: 0; }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl > .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; }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31rem;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; }#VizkFiHEwPhq2i9hMFyTkgm8omVR4yXi { position:absolute;display:block;z-index:15064;background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:10.5625rem;left:0rem;display:block; }
#QSRNcoQ7pFCwm7RTUaLPyfSzBMbc5EHN { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:10.0625rem;left:1.875rem;height:1.9rem;font-style:normal;display:block; }
#yJdydc3Pmy93xgvCL6M0luHfPS0SMVfz { position:absolute;display:block;z-index:15070;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:16.1875rem;left:0rem;display:block; }
#GPWp3k7v01S64ST9xA8IB1ewVKhFhMQT { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:15.625rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#gek1cIJmLmvttPLyVT8yuCCtef6Rsacx { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:23.125rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#p4ENPaAD6doBQ7Vx1b5bMZtTz2WzuDDZ { position:absolute;display:block;z-index:15073;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:23.625rem;left:0rem;display:block; }
#GE8bJweP6AcWbaTT9T7dROwtoCNJVqID { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:26.974998474121rem;left:1.875rem;height:1.40625rem;display:block; }
#lQdy5TpNmxdE694VX4SPuNa4HZKO3Ace { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:19.474998474121rem;left:1.875rem;height:1.40625rem;display:block; }
#Mrcv3yO9mnXgNl7X7EAk8PeXw3pJURpB { color:rgba(var(--color-tertiary-1),1);display:block;width:72rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:12.0625rem;left:1.875rem;height:1.40625rem;display:block; }
#qn3ItfJl0Ap1ZOPXbxznDPHSqZyIQdIy { color:#cf0000;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:2.4rem;font-style:normal;display:block; }
#Gz8nZygtQFt1q81yuDlyICATC87L3dGA { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:4.1875rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#pIgW6vff5JCp2d29dkZs5hRwCyqIUBKl { position:absolute;display:block;z-index:15096;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:4.6875rem;left:0rem;display:block; }
#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { position:relative;display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { background-color: transparent; background-image: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row > .video-iframe-container { display: none; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { border-width: 0; border-radius: 0; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.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; }#aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { position:absolute;display:block;z-index:15064;background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.5625rem;left:0rem;display:block; }
#UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.9rem;font-style:normal;display:block; }
#I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:5.4375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:9.3125rem;left:1.875rem;height:1.40625rem;display:block; }
#y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { position:absolute;display:block;z-index:15097;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5.8125rem;left:0rem;display:block; }
#qTiCklVl3aWIgGI7EzwZksqkGxbLtzJo { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:17rem;left:1.875rem;height:1.40625rem;display:block; }
#d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { color:rgba(var(--color-tertiary-4),1);display:block;width:72.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:13.125rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { position:absolute;display:block;z-index:15100;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:13.625rem;left:0rem;display:block; }
#VipU6XuGS3BbRmS5UE8GWKXErmKChD6e { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:24.75rem;left:1.875rem;height:1.40625rem;display:block; }
#aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:20.875rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#lx1axrqvV1P9EsHflKTLcd4nSuITotum { position:absolute;display:block;z-index:15103;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:21.3125rem;left:0rem;display:block; }
#xxakZLOvl7RWFLxaL6TVyFiE1NQ94uVl { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:28.5rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#zXrTcwTgopKOn7cXuGUeQbEH5pc1zrTS { position:absolute;display:block;z-index:15106;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:29rem;left:0rem;display:block; }
#OkRGGnRiFD7sATMk4zg75r5zyVuaf8S2 { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:32.375rem;left:1.875rem;height:1.40625rem;display:block; }
#Ea6ut5wubpThKd1479skI12g24NCaq4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:36.125rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#pVBsqIFZVVwldTt0oDwdOJweBmVJUZCP { position:absolute;display:block;z-index:15109;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:36.625rem;left:0rem;display:block; }
#WmKvWR17HBZu0THdkCfJ4Hplckv6rcLz { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15117;line-height:1.5;letter-spacing:0;top:45.875rem;left:1.875rem;height:1.40625rem;display:block; }
#PZK4PllHbBRDZTAXX2fQTktRpS0VpcZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:42rem;left:1.875rem;height:3.7986125rem;font-style:normal;display:block; }
#X6rWxbgtZGkeoEsS8hLLBDLRzs5za4uT { position:absolute;display:block;z-index:15112;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:42.625rem;left:0rem;display:block; }
#EKme4pCc4vq7n8IvR5edZRUzF9l1V1Np { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:56.75rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#l4b6eAgcBi0OeqcI8TAMz1hnXR0vEb9N { position:absolute;display:block;z-index:15115;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:57.25rem;left:0rem;display:block; }
#nU93ANT2tupfw03TgEnTH79QNAJw66NP { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:62.6875rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#QmOlvkXh9dHmwTXTolDcCma8ioVTf10n { position:absolute;display:block;z-index:15118;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:63.25rem;left:0rem;display:block; }
#bwDCZ5FStGrR10tbctHE8i2sHIBBqO2i { color:rgba(var(--color-tertiary-1),1);display:block;width:72rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:1.9375rem;left:1.8125rem;height:1.40625rem;display:block; }
#SNaJ93C38fSTwi72tBz1l4KOfLppBgko { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:49.375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#rzuOOWf3HCZLEX6A6i5dWl2nfdzv11eq { position:absolute;display:block;z-index:15115;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:50rem;left:0rem;display:block; }
#Mw12xM2i07FQVTUcERn2Lx6KztrT91ml { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15120;line-height:1.5;letter-spacing:0;top:53.25rem;left:1.875rem;height:1.40625rem;display:block; }
#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK { position:relative;display:block; }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK { background-color: transparent; background-image: none; }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK > .row .container > .video-iframe-container { display: none; }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK > .row > .video-iframe-container { display: none; }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK > .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); }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK { border-width: 0; border-radius: 0; }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK > .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; }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.5rem;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; }#TWUUARGhhVHJTAT7WrcSGQqHwV6otRaq { position:absolute;display:block;z-index:15064;background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.5625rem;left:0rem;display:block; }
#rqgZPTmWvFq3sz7utktaiFH57dNIC9Wk { color:rgba(var(--color-tertiary-4),1);display:block;width:70.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.9rem;font-style:normal;display:block; }
#CZazeftEdST39ksMubCtUya6lCHg9fLr { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:5.4375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#M5PTuu4P3GhTTJSvvhN6iuUx0TMEF4CV { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:9.3125rem;left:1.875rem;height:1.40625rem;display:block; }
#rS0Qw8TuZqkh1fkB6HrthAKTx6naSwzU { position:absolute;display:block;z-index:15097;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5.9375rem;left:0rem;display:block; }
#Ztzl8m8zfNxm1KHnW9QMeeBz1gUNo5A2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:42.125rem;left:58.625rem;height:1.9rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CicdXXmNWEvSTZ9ZRNHeVRfRhI3MULy6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:42.25rem;left:73.4375rem; }
#BEbsZd1MfzmDsvDtvCCHrvbG05FaMVa7 { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:2.625rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:41.7734375rem;left:62.5625rem;display:block; }
#cc7WnLGb1paUmuBFnRxOJRMXwyaXudeN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yxLBcIuQhtC2OuLCe86mLtJ5KrWuHvG6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:42.125rem;left:2.1875rem;height:1.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RKbAuZVySK0Ifs4DZa54eK6q1bsndllZ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:42.3125rem;left:0rem; }
#NSoTT7LlXrTW4n2W295DLWbFVkyM0STW { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:17rem;left:1.875rem;height:1.40625rem;display:block; }
#acGeVdkl1uvXTKn2Z4IuM7H3fksxU6He { color:rgba(var(--color-tertiary-4),1);display:block;width:72.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:13.125rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#Pc1PE9JM0ZOTGt9ENiXNLXLrip2TfPFn { position:absolute;display:block;z-index:15100;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:13.625rem;left:0rem;display:block; }
#nkse6Wy5SwlUQl3GQ1GazCqIVBILenaq { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15108;line-height:1.5;letter-spacing:0;top:24.8125rem;left:1.875rem;height:1.40625rem;display:block; }
#izFQDTi67i9yVS29Q9FmgkhrFMNG7O4K { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:20.875rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#qXzOtwr4SGmfcP0v0vBNzbRGLpnfyghw { position:absolute;display:block;z-index:15103;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:21.3125rem;left:0rem;display:block; }
#qLMapDzdKMLsAiOLhEHvRKo25VRTEFmS { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:28.4375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#w3KDodn61tcSPp7ggWPPugBzNT3hgWqa { position:absolute;display:block;z-index:15106;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:28.9375rem;left:0rem;display:block; }
#Nm9Zrg6lyPEwP1HlHSFZbNAr8QqhXzX6 { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:32.3125rem;left:1.875rem;height:1.40625rem;display:block; }
#mlOpld524cTbC9QpA5ZTVvOSTeoficHx { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:35.8125rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#E4PcdrhRONnGRwnselIR98QaQCMBHcAD { position:absolute;display:block;z-index:15109;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:36.3125rem;left:0rem;display:block; }
#btEvBm5B0lfqVDImVgXb4a5WJ7cgLZuh { color:rgba(var(--color-tertiary-1),1);display:block;width:72rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:1.9375rem;left:1.84375rem;height:1.40625rem;display:block; }
#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { position:relative;display:block; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { background-color: transparent; background-image: none; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container > .video-iframe-container { display: none; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row > .video-iframe-container { display: none; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .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); }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { border-width: 0; border-radius: 0; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .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; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.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; }#QOgvpDorFx4IoQ9QWApBrE9Az9KTwlrg { position:absolute;display:block;z-index:15064;background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5rem;left:0rem;display:block; }
#kCmxc4BQNunxxXJZMV2Tblov71tzbfrc { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:4.5rem;left:1.875rem;height:1.9rem;font-style:normal;display:block; }
#KqUap6gyshDAtS5nZOoXe3HmsCEFHlg3 { position:absolute;display:block;z-index:15070;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:10.5rem;left:0rem;display:block; }
#JudOiEqe5ngAAavZeT2I3q2xWO6JNaZg { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:9.9375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#nOiogbPl9OfLXGN02vs9PLlDmz7hheJJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:17.4375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#Z1W0DrLgPxKrfsJfqPN1dq0tB3eTKXRu { position:absolute;display:block;z-index:15073;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:17.9375rem;left:0rem;display:block; }
#aCWJaNiavTzRTciuXtrLaZPtqavsVowW { position:absolute;display:block;z-index:15076;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:25.4375rem;left:0rem;display:block; }
#CTyDbu50ULgslUyqQQPfUgFpsqR4LPbv { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:24.9375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#i64ckMRoNWtXLuT8WFDcs9JmopJHhAr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:40.037109375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#kmFNTomyuazvU3CHR9NhhBlDODnQfirm { position:absolute;display:block;z-index:15094;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:40.537109375rem;left:0rem;display:block; }
#QJ2roxmLD8o1MdicuE1HMnWc1aB6Bf8Z { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:21.287109375rem;left:1.875rem;height:1.40625rem;display:block; }
#XPnSx8VkSfPtr5UzpNBWfaSQSzCJJBx7 { color:#cf0000;display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:2.4rem;font-style:normal;display:block; }
#cWaFMcBsvBFhHVNSWzqN8xZ4a5kDHqbg { position:absolute;display:block;z-index:15099;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:46.599609375rem;left:0rem;display:block; }
#NZifiOJGe6AyRcZuN0zLQErvP3kZCCOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:67.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:46.037109375rem;left:1.875rem;height:3.7986125rem;font-style:normal;display:block; }
#IITIOL2cJr1p86cqhTLL4qkPpJ6Tplzm { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:13.724609375rem;left:1.875rem;height:1.40625rem;display:block; }
#TTOISkLAIlvXRfKRnMdp7WqS1B0UW5eP { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:32.5625rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#XWCn4VrGb0KrzoTp6yNPQaMFtRAPeXy8 { position:absolute;display:block;z-index:15078;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:33.125rem;left:0rem;display:block; }
#lH5z8u6im3kvwIyekRqpU5kpCeG8ouVH { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:28.8359375rem;left:1.875rem;height:1.40625rem;display:block; }
#XT5iISlPoJH6VzPfEhE642uLX0gC7Ofu { color:rgba(var(--color-tertiary-1),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.5;letter-spacing:0;top:49.9482421875rem;left:1.875rem;height:1.40625rem;display:block; }
#ffpW7KAVsLCCU6I93WfyT8xwG4fdFZre { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:53.6875rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#mDGp9lezTSIOC9nZ8PiAmpStytcbbhRB { position:absolute;display:block;z-index:15105;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:54.1875rem;left:0rem;display:block; }
#ce1KrbGooBHb8oMqlGpxmbfmuNZ9DUCm { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:36.412109375rem;left:1.875rem;height:1.40625rem;display:block; }
#NrhIOBBhNVRaC28GGfVqV86wIXJVa97F { position:absolute;display:block;z-index:15108;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:60.1875rem;left:0rem;display:block; }
#mEphOnFF3tLhxeyZmKZ0H86VR8aIy11S { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:59.6875rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#sTdffV2dKvl63k4K9LXTldFrUnTR9RLX { color:rgba(var(--color-tertiary-1),1);display:block;width:72rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15100;line-height:1.5;letter-spacing:0;top:6.4375rem;left:1.84375rem;height:1.40625rem;display:block; }
#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT { position:relative;display:block; }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT { background-color: transparent; background-image: none; }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT > .row .container > .video-iframe-container { display: none; }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT > .row > .video-iframe-container { display: none; }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT > .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); }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT { border-width: 0; border-radius: 0; }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT > .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; }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:57rem;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; }#i6mDnNoPzNwIvveHEfP3dpg0pXTxbsFE { position:absolute;display:block;z-index:15064;background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.5rem;left:0rem;display:block; }
#gJiwl1nPlhUU8PTFiiQKcq0KAEug0HGz { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.9rem;font-style:normal;display:block; }
#S0OtnuMrfTCtczqOKPe54cSOmsThc0vO { position:absolute;display:block;z-index:15070;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:15.25rem;left:0rem;display:block; }
#nVyiOOzwgoyS4978UphsDmlMch2a2kAW { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:14.6875rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#VO5RbPeWCmqc0byp1kxfdI0271rIXkGw { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:22.1875rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#WOoKkB6lwBC7k8QnIl7HvASWDtLkM7Dx { position:absolute;display:block;z-index:15073;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:22.6875rem;left:0rem;display:block; }
#hBOUwJHOLowrz3rzbgshiLKDpAoSoU8S { position:absolute;display:block;z-index:15076;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:30.1875rem;left:0rem;display:block; }
#Qg2R513sPw4yss2VP2y8QPMvcvd1lomu { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:29.6875rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#fwcy2v4nZFNdCVbDoWsV4qKyS4C6s3Mq { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:26.037109375rem;left:1.875rem;height:1.40625rem;display:block; }
#vrwlNXaP3Iq1DlINkMn5gITFO5NM7ZhT { position:absolute;display:block;z-index:15099;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:45.474609375rem;left:0rem;display:block; }
#ma32vVVhXvsaTwwz9JKMUAURLbO12wiA { color:rgba(var(--color-tertiary-4),1);display:block;width:67.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:44.912109375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#ACVRZ23857bGGQytfGKD6J99TaVSaDOF { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:18.474609375rem;left:1.875rem;height:1.40625rem;display:block; }
#RBABwmeTzgAMtNlf2uIZTd7zsXF9GgqG { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:37.3125rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#dzEzr6iBWIVDytfVEG5aft9mB32lmARM { position:absolute;display:block;z-index:15078;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:37.875rem;left:0rem;display:block; }
#ikZNbRuPwZ9BHrPyL110DCZGElFpHcTo { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:33.5859375rem;left:1.875rem;height:1.40625rem;display:block; }
#XwwZ2H5IpcHW5OcKGQULNTualnkTGVpS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15068;line-height:1.6;letter-spacing:0;top:5.4375rem;left:1.875rem;height:5.69791875rem;font-style:normal;display:block; }
#WpKJZh9yJkygtH4OMAJdE2k7EAEgfpEw { position:absolute;display:block;z-index:15105;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5.9375rem;left:0rem;display:block; }
#DMkxxFBHnKlK9GZhDBTGFIrsDiByboiZ { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:41.162109375rem;left:1.875rem;height:1.40625rem;display:block; }
#kgTvex2BnoSXEGZuxDZP9iTV9oRq1pTI { position:absolute;display:block;z-index:15111;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:51.125rem;left:0rem;display:block; }
#Z06xkPXz69PfdeJZeuUo4ZOpyhq2ktT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:50.625rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#ccJpzsZK6ZfAgpPncghKwQ6JZMSTDzTw { color:rgba(var(--color-tertiary-1),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15112;line-height:1.5;letter-spacing:0;top:11.1875rem;left:1.875rem;height:1.40625rem;display:block; }
#hVTHXAsd4tbelagusMETeu8bJoSP1R1c { color:rgba(var(--color-tertiary-1),1);display:block;width:72rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15101;line-height:1.5;letter-spacing:0;top:1.9375rem;left:1.90625rem;height:1.40625rem;display:block; }
#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 { position:relative;display:block; }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 { background-color: transparent; background-image: none; }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 > .row .container > .video-iframe-container { display: none; }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 > .row > .video-iframe-container { display: none; }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 > .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); }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 { border-width: 0; border-radius: 0; }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 > .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; }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.9375rem;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; }#PMEpaLrdpo3dDlxu3sCnNevZiSaa9wO0 { position:absolute;display:block;z-index:15064;background-color:#b5b5b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:0.5rem;left:0rem;display:block; }
#HPuEOlNm5wKxZJ4JFS0pVq2UmFFRXOTq { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:0rem;left:1.875rem;height:1.9rem;font-style:normal;display:block; }
#MkDWM9Ti7ZGLZSQPyTBp6SfnDIfFzCGV { position:absolute;display:block;z-index:15070;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:6rem;left:0rem;display:block; }
#dzBOfrtpfzkvEwBIEDu0wN2BkfPiXpwW { color:rgba(var(--color-tertiary-4),1);display:block;width:67.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:5.4375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#V9GbTcelnIHt5mlkId41LpQdxWJuOSJo { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:12.9375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#zIBV0Nsrka4NUWrvBV4K6tlZptdethdr { position:absolute;display:block;z-index:15073;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:13.4375rem;left:0rem;display:block; }
#DZCwvRzgFRvwE63Hns5hDHOObgoG2iXX { position:absolute;display:block;z-index:15076;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:20.9375rem;left:0rem;display:block; }
#JCmwu26yU1rcZD16CKPESDR8LZ0iwS2U { color:rgba(var(--color-tertiary-4),1);display:block;width:62.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:20.4375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#VVOzdD8Okk6PE9Wc7vAwLtzUN9kd6KNG { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:42.787109375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#XFdGga1acTkg8QPpd0xPz3sbBJ5oUHfw { position:absolute;display:block;z-index:15094;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:43.287109375rem;left:0rem;display:block; }
#Hxv5RQbt1fTwqHPRqixz8DMbNuE51nOw { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:16.787109375rem;left:1.875rem;height:1.40625rem;display:block; }
#t3xNTM9yoRVT8w0ZbB4dtTIpX8x1hxHu { position:absolute;display:block;z-index:15099;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:49.287109375rem;left:0rem;display:block; }
#vSylLR9rsOx9mNKcSrmCyNpDRbSLokKS { color:rgba(var(--color-tertiary-4),1);display:block;width:67.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15062;line-height:1.6;letter-spacing:0;top:48.724609375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#HTT500ixk3yrtkyV6mZDPHsxFT9eUTDr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.6;letter-spacing:0;top:54.974609375rem;left:59.25rem;height:1.79980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VVQohKIKdp0RLkmTqKhtiVeAi8xdXFNw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:55.099609375rem;left:73.125rem; }
#FLrnVG7H5O59liPDeNr2TysOhulTS3pe { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:2.625rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:54.5625rem;left:0rem;display:block; }
#kcRLxwDwkk46PDT3qsAz7CWihue2UUa6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NIuq1azqhp0yMcQTOBTXPw42nDLnPtvS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:55.125rem;left:0rem; }
#hSELlIkfUQlH7DTI17WXdvPImz2wzw1a { color:#c7c7c7;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:54.912109375rem;left:2.1875rem;height:1.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RFfyrRCASy8NTIDXzvmOw5nVCM8CO2hR { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15096;line-height:1.5;letter-spacing:0;top:9.224609375rem;left:1.875rem;height:1.40625rem;display:block; }
#WTCgBXM35z0TJJXMm07lxbtSUemX4mRO { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:28.0625rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#Z3VNT7XAgNyZIiAvAfTwgDpyODyJbo9R { position:absolute;display:block;z-index:15078;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:28.625rem;left:0rem;display:block; }
#iB9bmZTbU3VkMQK2UBunQUNWT8fVTJ5N { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15097;line-height:1.5;letter-spacing:0;top:24.3359375rem;left:1.875rem;height:1.40625rem;display:block; }
#hoeNt7mSJtQDoVET9aeFFTNBvc58dEdw { color:rgba(var(--color-tertiary-1),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15099;line-height:1.5;letter-spacing:0;top:31.912109375rem;left:1.875rem;height:1.40625rem;display:block; }
#BxIEKVi7ZGT0x24UDrVJ7xGqeonXkSsw { color:rgba(var(--color-tertiary-4),1);display:block;width:68.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:35.4375rem;left:1.875rem;height:3.798825rem;font-style:normal;display:block; }
#TzHLywQvBu0sdo0nQQQkcpSf5XMe6lu4 { position:absolute;display:block;z-index:15121;background-color:#cf0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:36rem;left:0rem;display:block; }
#brr8qTSoDKHdZJaL3zmN2VrBquPyZ2J5 { color:rgba(var(--color-tertiary-1),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15121;line-height:1.5;letter-spacing:0;top:39.2998046875rem;left:1.875rem;height:1.40625rem;display:block; }
#ul6iizZJBgggmFSageoKO1UD1LEtJyUI { color:rgba(var(--color-tertiary-1),1);display:block;width:72rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15102;line-height:1.5;letter-spacing:0;top:1.9375rem;left:1.84375rem;height:1.40625rem;display:block; }
#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp { position:relative;display:block; }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp { background-color: transparent; background-image: none; }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp > .row .container > .video-iframe-container { display: none; }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp > .row > .video-iframe-container { display: none; }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp > .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); }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp { border-width: 0; border-radius: 0; }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp > .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; }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:196.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; }#HBcCfTHD1SoHupeowxSqyam54ZC8GKwH { color:#cf0000;display:block;width:61.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:2.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cp44J9fZJfbfXE2td61VsMNGo2MbJtNt { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#cf0000;background-image:none;top:21.75rem;left:0rem;display:block; }
#JTeDHREamEa17CTLdx0dSIFwWFqEPO2P { color:#888888;display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:19.4375rem;left:8.125rem;height:4.986975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rLoe2WeVToPMrALeFTnwkUIIOUxuG9y8 { position:absolute;display:block;z-index:15027;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;height:5rem;width:5rem;top:19.5625rem;left:1.875rem;overflow:hidden;display:block; }
#iNEwGqE3zpIiodIyBolOWOM7A0mHcRik { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:29.450000762939rem;left:8.125rem;height:5.09895rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wZcv6xX3F4HGWyGlQfP3snwQP87VbZSQ { color:rgba(var(--color-tertiary-4),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:4.375rem;left:0rem;height:5.09895625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#If2zUw0FWGzwlwvqW73KNWrhnz7mdUVH { color:rgba(var(--color-tertiary-4),1);display:block;width:63.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:11.1875rem;left:0rem;height:3.3993rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sk5x3nuPeRTmHEkNGbl0S58uyMW1NMLp { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#cf0000;background-image:none;top:162.3125rem;left:0rem;display:block; }
#n8fmHy0tTf6MpgFrnXzISTzWGSKO4oKL { position:absolute;display:block;z-index:15034;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;height:5rem;width:5rem;top:160.125rem;left:1.875rem;overflow:hidden;display:block; }
#rCh1PTUfgz1bCrWuhq0FcKaeWrVky2Ik { color:#888888;display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:160rem;left:8.125rem;height:4.986975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fxmhFb1tcI99aG3mMXBTuG1Nwo5kTUxo { color:#888888;display:block;width:52.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:169.8125rem;left:8.125rem;height:3.39930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JC6TQ1Mzpbp56qcNyeGxTOUJ8cZIEkJm { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#cf0000;background-image:none;top:96.5rem;left:0rem;display:block; }
#PI446ltyHlP9J8XsOXLHw9DiSdKReHct { position:absolute;display:block;z-index:15041;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;height:5rem;width:5rem;top:94.3125rem;left:1.875rem;overflow:hidden;display:block; }
#fs84IlRRoRBEQ66Q888kIDh06PkrbgDG { color:#888888;display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:94.1875rem;left:8.125rem;height:6.6493rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVwQCGz3id2uExXeCCNTSBmIBtFRtist { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.6;letter-spacing:0;top:141.75rem;left:8.125rem;height:1.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uOM0qCBAq7iqCNngwK4KxveFFHkVuKQD { position:absolute;display:block;z-index:15001;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:157.5rem;left:0rem;display:block; }
#QK4CNdTHTMx9Ks3qr3Og7szuIHhIGaEJ { position:absolute;display:block;z-index:15002;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:91.6875rem;left:0rem;display:block; }
#QkmN93dKcN07H245M9hSqSAZkwP6RQU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:65.9375rem;left:8.3125rem;height:1.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QaxeQX6w2y4R8oTs0SGM74MhUOWsuBa1 { position:absolute;display:block;z-index:15049;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;height:5rem;width:5rem;top:53.25rem;left:1.875rem;overflow:hidden;display:block; }
#ZxC5BvuItsh7yMCTs9TiR5VGAwgphQpT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:53.125rem;left:8.125rem;height:4.986975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTfpATJfeVmJDh29dLxD36fSoiBrJsn7 { position:absolute;display:block;z-index:15010;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:50.625rem;left:0rem;display:block; }
#Hp1exyifSwu46MEsuPCsld8KiDaZcoqk { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#cf0000;background-image:none;top:55.4375rem;left:0rem;display:block; }
#BK1lmuPXr2SQ6StzlKeIwA8FTKk9Slv2 { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:107.6875rem;left:8.125rem;height:1.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WqQ7JL1pAxTWqdT9hwU1bryqsE6Mf3ks { position:absolute;display:block;z-index:15057;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;height:5rem;width:5rem;top:132.0625rem;left:1.875rem;overflow:hidden;display:block; }
#Fy66TR3Fhgf7abWTtul5E10vHIRUDPMv { color:#888888;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.4;letter-spacing:0;top:131.9375rem;left:8.125rem;height:4.986975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkcXMNPcCEm1hfimmRWSTlTxCOpd8wst { position:absolute;display:block;z-index:15018;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:129.5rem;left:0rem;display:block; }
#vmrUCXfLxifC5SxBWbySeMvKyqTsuxez { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15045;background-color:#cf0000;background-image:none;top:134.25rem;left:0rem;display:block; }
#Pf8trdJ0xnCPdkQwx6fwr4X50JQAJZIi { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:19.8125rem;left:70rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#vmwTvCIX9JhKz8lxl7Em0TVDg1uKhZoI { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:21.6875rem;left:70rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#zpZiG8T87katdeAKLZeoxQp472E2xJxx { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#cf0000;background-image:none;top:19.5625rem;left:70rem;display:block; }
#IHsACEluGRUQEgJ0szuIo4J1h2noHQQq { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:#cf0000;background-image:none;top:160.125rem;left:69.99999809265rem;display:block; }
#HAMenI9vThk9SNzii2hvnCu86KPX61t0 { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:162.25rem;left:69.99999809265rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#Lr1zriaN7tWqJN0ZrRfs2fXbr5Jp1vDx { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:160.375rem;left:69.99999809265rem;height:2.27430625rem;text-align:center;text-align-last:center;display:block; }
#ZxcxoPFGgTflOJ9Dl15Q5Q8MxIZTlA0q { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#cf0000;background-image:none;top:96.1875rem;left:69.99999809265rem;display:block; }
#vkPcicdnFJRFBXiFdAq2z5gUUXoSgLr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:98.3125rem;left:69.99999809265rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#cQlHqQNMC5PWMnLBPRUpTo8MUfOBksZn { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:96.4375rem;left:69.99999809265rem;height:2.27430625rem;text-align:center;text-align-last:center;display:block; }
#KZrfNyOWrhwwPdxtRphM6fqdmh9JiGRd { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#cf0000;background-image:none;top:53.25rem;left:70rem;display:block; }
#SCcUxU9B14lzMFXVQa5AofaVmpmFLxB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:55.375rem;left:70rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#qEbseFASwODpbsiOx28VntslkUx1TS9l { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:53.5rem;left:70rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#CkZ7gRfegmeQSL5fzJR8eNSbeSZZ272u { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#cf0000;background-image:none;top:132.0625rem;left:69.99999809265rem;display:block; }
#Mn8XSptD6d5i4HbnuMcwO3uq7T0CzEvd { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.2;letter-spacing:0;top:134.1875rem;left:69.99999809265rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#zRa5X9TxynmmPoDur5Xk7WV75usQK213 { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:132.3125rem;left:69.99999809265rem;height:2.27430625rem;text-align:center;text-align-last:center;display:block; }
#INxCOot0PnsnuS7lyQb9qIuiuDUcCIOW { position:absolute;display:block;z-index:15002;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:16.9375rem;left:0rem;display:block; }
#pQ0xb4qhBvTUzvnNksCeSp7chShHT946 { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:35.125rem;left:8.75rem;height:9.8489375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#pQ0xb4qhBvTUzvnNksCeSp7chShHT946 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pQ0xb4qhBvTUzvnNksCeSp7chShHT946 li:before{  }
#MAFQTJm3AonxM1OmAaM6DR0zGFv3Hmhu { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:177.37503051757rem;left:8.125rem;height:4.76823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MAFQTJm3AonxM1OmAaM6DR0zGFv3Hmhu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MAFQTJm3AonxM1OmAaM6DR0zGFv3Hmhu li:before{  }
#vT8mqJuJrTMRtQdnKwA9U3kEgoPBTdC4 { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:174.875rem;left:8.125rem;height:1.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RR6QoiKmPkcL80Vx0lhEl0dIJ0Hhx8El { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:185.81253051757rem;left:8.125rem;height:4.76823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#RR6QoiKmPkcL80Vx0lhEl0dIJ0Hhx8El li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RR6QoiKmPkcL80Vx0lhEl0dIJ0Hhx8El li:before{  }
#FIzi9PJZMOJqaA0lEAfPw1BXHSbhCdZM { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:183.31253051757rem;left:8.125rem;height:1.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQlpT7ndNIggDy60QHOFpglaB98NHPl2 { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:144.5rem;left:8.125rem;height:8.155375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KQlpT7ndNIggDy60QHOFpglaB98NHPl2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KQlpT7ndNIggDy60QHOFpglaB98NHPl2 li:before{  }
#xqQzvKgypRqOPbQCg0LJioT0AcpicLBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:68.711853027344rem;left:8.125rem;height:22.09545rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KKg744TZ1RRSpapmlFC8z0Jx3vomPT91 { color:#888888;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:110.4375rem;left:8.125rem;height:13.236125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KKg744TZ1RRSpapmlFC8z0Jx3vomPT91 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KKg744TZ1RRSpapmlFC8z0Jx3vomPT91 li:before{  }
#WVLCFbcPPU8FNEr6UtKk6PnOarNW5uXV { color:#cf0000;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:125.5rem;left:8.125rem;height:1.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UKziPXuHn2HSIFAwTUcECHOBSNv61u3z { color:#cf0000;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:46.75rem;left:8.125rem;height:1.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TXGDM03pltgVqMCcqzUW23eybgJTk5xl { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.5rem;top:26.125rem;left:8.125rem;overflow:hidden;display:block; }
#t4p8JfvavugntAk8VptB5zsReJs6Iz7y { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.625rem;top:25.6875rem;left:16.5rem;overflow:hidden;display:block; }
#kNN8XdussSLUnB7WaIgzOF5hNXGIdfb5 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.5rem;top:62.625rem;left:8.125rem;overflow:hidden;display:block; }
#wn0z5oHz9RpZQdvZma5kHq01DCRHIX1n { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.625rem;top:62.1875rem;left:16.5rem;overflow:hidden;display:block; }
#h69hUs8zDTM0FcseOKfeQz7LD3CZSJc2 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.5rem;top:104.4375rem;left:8.125rem;overflow:hidden;display:block; }
#uxegoZZK09qBiK4FN9IdPehcck4m4gP7 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.625rem;top:104rem;left:16.5rem;overflow:hidden;display:block; }
#PFWA8kQ78CQZE5rQCz85Agot8uFeGVCR { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.5rem;top:138.3125rem;left:8.125rem;overflow:hidden;display:block; }
#RWLQ3HzX47AWx9PFdth6yIKOzpdmGn7s { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.625rem;top:137.875rem;left:16.5rem;overflow:hidden;display:block; }
#kiRLIDC6TXc2mBsXpwWeLFmsc01xULRD { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:7.5rem;top:166.1875rem;left:8.125rem;overflow:hidden;display:block; }
#y1HeFidzMmN6NlBhMoKLwArZ6LVTJ5Qg { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.625rem;top:165.75rem;left:16.5rem;overflow:hidden;display:block; }
#Kk8ZWTPHIFHpWibaJLz2PZw3PgSxS9VJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:10.5625rem;top:101.8125rem;left:15.9375rem;overflow:hidden;display:block; }
#zu9ptrsqIPD5SUvk5ewiQTqqqs3ez1d7 { color:#888888;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:101.625rem;left:8.125rem;height:1.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xG9XCJTk1EPiBKkKmTrfy5xRnyTET7OP { color:#cf0000;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:154.41235351562rem;left:8.125rem;height:1.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fXw5LT2kHzceZhyqeXrJ4xv85ppnzkiS { color:#cf0000;display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:192.45574951172rem;left:8.125rem;height:1.89930625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D3iuIfbV0JmnTGr8LvPqw9ck7AZPBiyq { color:#888888;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:59.431401729584rem;left:8.125rem;height:1.69965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vBmRhl63hJq7pU3LrNEf1t0FS8pSZifx { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.3125rem;top:58.4375rem;left:15.9375rem;overflow:hidden;display:block; }
#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { border-width: 0; border-radius: 0; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:none; }#uvxssTkRTIBU0tIGzMAraQTlwqgem9Rq { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:21.875rem;top:0rem;left:26.5625rem;overflow:hidden;display:block; }
#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row .container { background-color: transparent; background-image: none; }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row .container > .video-iframe-container { display: none; }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row > .video-iframe-container { display: none; }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .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); }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row .container { border-width: 0; border-radius: 0; }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#PBtQ7mfp7hWT6TUQR6Hgr13VXdLQdsdE { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:21.875rem;top:0rem;left:13.0625rem;overflow:hidden;display:block; }
#vOvqHsgtNDdvog315vQMiWLutvupuarJ { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:21.875rem;top:0rem;left:39.9375rem;overflow:hidden;display:block; }
#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { position:relative;display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { background-color: transparent; background-image: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container > .video-iframe-container { display: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row > .video-iframe-container { display: none; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .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); }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv { border-width: 0; border-radius: 0; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .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; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { position:absolute;display:block;z-index:15000;background-color:#e6e6e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { color:#b7b7b7;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.11249923706055rem;left:6.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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.5rem;width:14.5rem;top:0rem;left:30.25rem;display:block; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.460625rem;padding-right:0.408125rem;padding-bottom:0.460625rem;padding-left:0.408125rem;display:block;align-items:center;width:2.45rem;min-width:2.45rem;height:2.474375rem;position:relative;font-family:playfair;font-size:1.841875rem;font-weight:700;line-height:39.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.26625rem;height:0.978125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.690625rem;font-weight:400;line-height:15.65px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:17.0625rem;height:4.66125rem;padding-top:0.575625rem;padding-right:0.583125rem;padding-bottom:0.575625rem;padding-left:0.583125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1rem;left:28.385414123535rem;z-index:15004; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl { width:auto; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/f4cb1410-3cb4-470a-825a-c8e6db16b786/kongres_KV_KONG_KARDIOLOGIA_25_06_TLO_BILETY.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP.adaptive-delivery-prevent-bg, #EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP.lazyload, #EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP.lazyloading { background-image: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container { background-color: transparent; background-image: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container > .video-iframe-container { display: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row > .video-iframe-container { display: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .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); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container { border-width: 0; border-radius: 0; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#LlPRCn75XrkqMGRKAua8V4IcsW5avBxc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:20rem;top:12.25rem;left:5.625rem;display:block; }
#Aeqa5Qg7ReGl1fC5u3cIJXOW2B4Sqn5h { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:20rem;top:12.25rem;left:27.5rem;display:block; }
#fNFJF6rp8sgUPedwFp6wHHOUPmKBCbxC { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:playfair;font-size:4.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.59375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xxgAUQMKTCv6ZTclfHQFTC4ogsVNvLf7 { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:playfair;font-size:4.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.1875rem;left:27.5rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuskCS6h7vgDAo6uKodlSX6pOnZbMz48 { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:5.59375rem;height:1.5434rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5pphN3LnAk0ZTKXeSnIlb5UZE6AJ6Bh { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.0625rem;left:27.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s1rgXIoZ3l5uX9ZP0f5cZ0S1snKfyWPf { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.519790649414rem;left:5.59375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AzIsDWGzJhcm9dDqJ3pumFVuGMU9TgvR { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.5rem;left:27.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTi5PErJG8uDSIGiMq3IycT3Nsg4UZJV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.1875rem;left:14.0625rem;overflow:hidden;display:block; }
#f71p2LT6iKeVTH3MbKf5XGGURgov749Z { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.1875rem;left:35.9375rem;overflow:hidden;display:block; }
#euOuVO3DIPQ9e2CQGToo5KUdd4HUxwL0 { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.58749961853rem;left:5.625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ae394CGl1iPUnHDXV52G732avsuu50Fo { background-color:#cf0000;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;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:15008;text-align:center;text-align-last:center;top:27.25rem;left:7.5rem;display:block; }
#g1xdUMhKMi6iSPKweoNLDwFBFiKDbJ22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZxTq3wNhQ6y03Z18lw24QfLpqfsOnKk { background-color:#cf0000;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;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:15009;text-align:center;text-align-last:center;top:27.25rem;left:29.375rem;display:block; }
#ae9ihzIwHB3vB7n2RgZrxsqFt9Qt7ay0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D0aR2KNCpeWtZxrNMxVPtHLIo8JeMETP { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:6.8993rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlAIX8GTkbrDEamPORNzAeGvyiUhNn7x { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:20rem;top:12.25rem;left:49.375rem;display:block; }
#u3vgE8o5XavSP1S1wKRhJrTaA3ZxAHTo { background-color:#cf0000;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;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:15015;text-align:center;text-align-last:center;top:27.25rem;left:51.25rem;display:block; }
#TNlJnLFH2JPro1hbFlcOVSzqPd7fOmts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1XblW140xWfMEgcluGm9vOHFSrI8URU { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:playfair;font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.0625rem;left:50.625rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UakuCBKRmceS0W6EETEnTPPxlneU4Xq9 { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.0625rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C7BS5kkGkiEQCrAsLhnVQoF5yThdSdq0 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.125rem;left:57.8125rem;overflow:hidden;display:block; }
#pOsWXuyvp45h8eDETRrCRSc9fcw1OLwz { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:31.587501525879rem;left:49.375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RGNKfcpkThqlpnfEg99ceJ5q7AhF1Lsi { color:rgba(var(--color-secondary-4),1);display:block;width:2.75rem;position:absolute;font-family:playfair;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.125rem;left:7.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/f4cb1410-3cb4-470a-825a-c8e6db16b786/kongres_KV_KONG_KARDIOLOGIA_25_06_TLO_BILETY.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX.adaptive-delivery-prevent-bg, #Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX.lazyload, #Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX.lazyloading { background-image: none; }#Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX > .row .container { border-width: 0; border-radius: 0; }#Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:none; }#yT5MtCCqXKdEuMtUzcywOxnoUh81p7U2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:20rem;top:12.25rem;left:5.625rem;display:block; }
#cTeZaler1PK5cItL4aOKl7XVp2dObiHP { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:20rem;top:12.25rem;left:27.5rem;display:block; }
#Je0VSpEo1Un4b7pJxg76U0dx8tElLhFN { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:playfair;font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:5.59375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSsv7f25ktU9UTMs0zcQcf8NSZdAg4DW { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:playfair;font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.3125rem;left:27.5rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rflTcN39qzNlqCdXO0r96JbN0Uplfwl7 { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:5.59375rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8PbWIcaoZUDZ4wqDygvTJxsidMvkBQh { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.0625rem;left:27.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9RRboCumI8roHB3mVqdyvXPHQZzQxJX { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.519790649414rem;left:5.59375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c6Ty7C82pAQQD8eSXaOS0QZvTs5xWsFG { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.5rem;left:27.5rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TLyeTDhFzggnruS5BsS38Jo1SrS8sWtu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.1875rem;left:14.0625rem;overflow:hidden;display:block; }
#ciFRc6fVqlXSZL42ISmEw2zPlIweXilw { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.1875rem;left:35.9375rem;overflow:hidden;display:block; }
#mMNp7xlqaM5xP0taBWoPOlx7TTNg5UgW { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:31.150001525879rem;left:5.625rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLDQ1nTBqqJZkKBpRAxnB90uWvTVSxOP { background-color:#cf0000;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;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:15008;text-align:center;text-align-last:center;top:27.25rem;left:7.5rem;display:block; }
#paqAzSyw4Ukpw6dMWefkKvk21LpZJyUu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bA4LJPIgsTyEIDceBP1LL3UDx95rKUro { background-color:#cf0000;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;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:15009;text-align:center;text-align-last:center;top:27.25rem;left:29.375rem;display:block; }
#oMHqh91ibQGtkZqy4IswOT30lbVTlzdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gCikxE8qshJt9ZISPGLFB5FByEU7cc4w { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.125rem;left:0rem;height:6.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DsbPtTSvKapnbzMtKyfTllCKT9XvXX7F { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:21.25rem;width:20rem;top:12.25rem;left:49.375rem;display:block; }
#eSzK1miNzDwQEeOHVExPLrgOvTSNzTlb { background-color:#cf0000;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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;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:15015;text-align:center;text-align-last:center;top:27.25rem;left:51.25rem;display:block; }
#Uzg1a5IA3z254gBoKvtzxy1rSFLJsxzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rxFXx5UmW2VebAya9fylLp3GCs9lViau { color:rgba(var(--color-secondary-4),1);display:block;width:17.5rem;position:absolute;font-family:playfair;font-size:1.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.0625rem;left:50.625rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDw3Pkqi0F2GFn89L9W9wlOgesNmURq3 { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:18.0625rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uox25x5t7soarosLOkXxksHgeth8Z8Ph { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:14.125rem;left:57.8125rem;overflow:hidden;display:block; }
#JQSSk6h3qVGakxpcC9eVFDpSaMeGu8sa { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:31.587501525879rem;left:49.375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WT23Edt0CsDu0bcLfl9Opk8PLByr3JKJ { color:rgba(var(--color-secondary-4),1);display:block;width:2.75rem;position:absolute;font-family:playfair;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.5rem;left:7.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UNVbMskN89OnvvV3iehHuffA5PJk1vJ9 { color:#9b9b9b;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:31.0625rem;left:27.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePT0MGD0QCuak3XVhLewVJX948zUQkyq { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:playfair;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.444793701172rem;left:5.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkRBNHxmtkNBm01lInkX9UlkM9y0t6DE { color:rgba(var(--color-secondary-4),1);display:block;width:20rem;position:absolute;font-family:playfair;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.4375rem;left:27.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row .container { background-color: transparent; background-image: none; }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row .container > .video-iframe-container { display: none; }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row > .video-iframe-container { display: none; }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .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); }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row .container { border-width: 0; border-radius: 0; }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;position:relative;display:block; }#U8G5BZbcqbt2KLz4exdhCI2TrzwJQodF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:2.5rem;left:5.625rem;display:block; }
#HBVE3b5V4PoNFKdrzHIlfTMW5kngydu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:5.625rem;height:1.3rem;font-style:normal;display:block; }
#HQbi82Xuc2yVcaXDAQQlCbQuFARKBRkk { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrCkCWb1yWi0RgzxP3mB8JlRdysGsMyF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:61.125rem;height:1.29948125rem;font-style:normal;display:block; }
#Py5SgkCsuxwuOKw133SB9eI4vcKOLPgI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2875061035156rem;left:5.625rem;height:1.4625rem;font-style:normal;display:block; }
#hlXSIO73k8SNeNKy8EsiSFJA75e1s4Gm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:12.5rem;left:5.625rem;display:block; }
#kDHbafzA5z2Ex7qyM4J1XtCdUWmBTNEL { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:17.5rem;left:5.625rem;display:block; }
#BFZgAqAeWTOZ1BhqONWm0tr5lwCovk6i { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:5.625rem;height:1.381075rem;font-style:normal;display:block; }
#qELu1HOlpsLpcViChMeDTD7cuBxFHrJL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9989585876465rem;left:50.8125rem; }
#vhQs5eP5uZdCTJQa6MVylTzWiEET49Jr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.9989585876465rem;left:64.40625rem; }
#iSVv5T2lACAktXvoR081etrVu5Av8Lr4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.9869995117188rem;left:64.40624809265rem; }
#WrX9r6LD4dkPWwEwkh00zIqQTyQ9dFK8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.9869995117188rem;left:50.811635971069rem; }
#uOmtEKULLp64krFfl3ln2ig7oFxstnZc { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.375rem;left:5.625rem;height:1.381075rem;font-style:normal;display:block; }
#xB7Myb2mX6SO7t6bUIM0hhK7AzyN6Ebh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.125rem;left:50.811635971069rem; }
#be6RymkuqN6GfaDBHqZgPaIo3TN5wm2l { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:22.5rem;left:5.625rem;display:block; }
#JPfOuhxeQMHldHgUTgcXdamabfBnTgvu { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.375rem;left:5.625rem;height:1.381075rem;font-style:normal;display:block; }
#KAkfT5lp1WoAlyEuJBb1ktWLbyleps7P { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.125rem;left:50.811635971069rem; }
#JN5r5rvwmnsDsavOorImwT03UGxFvp2F { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:27.5rem;left:5.625rem;display:block; }
#s9gRMkcM92QeQ5Pn6MTaur4xW8eJkFIF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.125rem;left:50.811635971069rem; }
#h57htvGtz5OREMQ3SSTqTzcCItaydWXM { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.6875rem;left:5.625rem;height:2.76215rem;font-style:normal;display:block; }
#bQZRJlOxAbuBXIV81I8T6KKfk2gmipX8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.125rem;left:64.43749809265rem; }
#x8bsGwm2KiIATDLLvohSk9DHu3OXTrcy { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:32.5rem;left:5.625rem;display:block; }
#b8bhXq8X11NCvscxB52DFJTBK4w7BNGh { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:29.375rem;left:5.625rem;height:1.381075rem;font-style:normal;display:block; }
#X0qETRd1Tu2OnMdVWSqxqN4yZbFRTsVg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:29.125rem;left:50.811635971069rem; }
#bCFVt9mdSiX40ZtD2zJ43GVSElqenh2s { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:29.125rem;left:64.43749809265rem; }
#BIaIL8lIexOp6X7OKxH5JQP23T6TNQ9C { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:7.5rem;left:5.625rem;display:block; }
#eqqTKZT11gUreWkP1eXr5vetJbAcUtqo { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:34.0625rem;left:50.811462402344rem; }
#XxOeeUtrcKeaHo5goWS0mserUTz59Kfa { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:34.375rem;left:5.625rem;height:1.381075rem;font-style:normal;display:block; }
#MCgoMEvtctDU9eu0hwS6m3GWQC6bUoET { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MCgoMEvtctDU9eu0hwS6m3GWQC6bUoET > .row .container { border-width: 0; border-radius: 0; }#MCgoMEvtctDU9eu0hwS6m3GWQC6bUoET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCgoMEvtctDU9eu0hwS6m3GWQC6bUoET > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:none; }#ouUrNknr3OyclBlsWBaWohnOCymnpWw4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:2.5rem;left:5.625rem;display:block; }
#ghfcXuLk7sdra1pL8Qr2VKueqTq27IkZ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:5.625rem;height:1.3rem;font-style:normal;display:block; }
#blo2pf7vgpmD7h67NBBh8pbpRuVysiJT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FnGA21zS0f71ZlfncSTA825nuDq1cC0v { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.63645935058594rem;left:61.125rem;height:1.3rem;font-style:normal;display:block; }
#f6t50wGgnsrnEqTo7BvHs3BJhinWHKp7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.2875061035156rem;left:5.625rem;height:1.4625rem;font-style:normal;display:block; }
#c8bowbvNts00BPyttBzOFbGnGkkCp4tR { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:12.5rem;left:5.625rem;display:block; }
#zeXDS9cIvfBir7SZely5rmWM4iTerGMK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:17.5rem;left:5.625rem;display:block; }
#gAsdrFH3xDBwbIn1tvdO6HyAcVPMaogs { color:rgba(var(--color-tertiary-0),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.3125rem;left:5.625rem;height:1.38125rem;font-style:normal;display:block; }
#EthOe9dSploTwAM4Utq9XRnhq5XaxSST { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.9989585876465rem;left:50.8125rem; }
#CcdCPu7WhLyKGd2QMiCNVCUU008D63mB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.9989585876465rem;left:64.40625rem; }
#FX8yHE7Fq1OME83H93r5SQk4gHz6Rqxm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.9869995117188rem;left:64.40624809265rem; }
#eLXMwfvBrObxonhzcwEhscRlF3MwmgQU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.9869995117188rem;left:50.811635971069rem; }
#dIwi9Hh3eKvzuKD0nPotOiWC8S8PCNpD { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.375rem;left:5.625rem;height:1.38125rem;font-style:normal;display:block; }
#lDfeMN3wQP073ipX9fIDO2ylKxuusiET { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.125rem;left:50.811635971069rem; }
#QHJVQ4PobM28qBPpPWbyob8GNeDa1hNq { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:22.5rem;left:5.625rem;display:block; }
#tcW7xiIgXzcIhFHnftU0DvPASpmDu7AS { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.375rem;left:5.625rem;height:1.381075rem;font-style:normal;display:block; }
#cGTzUXym9pfSKnDLO7MAB4C28LHF1xly { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.125rem;left:50.811635971069rem; }
#SyT5pIhZ1aFx3GqiwZMzhZIMSLJAXIqu { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:27.5rem;left:5.625rem;display:block; }
#czKlPk06CkdWDSNAK8oKuvC4xKJJdbq0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:24.125rem;left:50.811635971069rem; }
#daZxsW2rXPOkgsoZtSRJK3nhtSrbFBo3 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.6875rem;left:5.625rem;height:2.76215rem;font-style:normal;display:block; }
#CeQMLbkrhl8CM4OcEUPX2nP2IeNlVTeb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.125rem;left:64.43749809265rem; }
#dRNMTeIuDw42zsb0EryH4dtb9ELiXgIC { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:32.5rem;left:5.625rem;display:block; }
#fiAKisRBWnXkSs12gOTRu9K0JQ45pM2H { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:29.375rem;left:5.625rem;height:1.38125rem;font-style:normal;display:block; }
#pVOJmuIkiLyIa2R3J7sJtOVdivAaCsub { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:29.125rem;left:50.811635971069rem; }
#T3r2NxsBHEDI1y2FGxmvZlbLrAxLfJTG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:29.125rem;left:64.43749809265rem; }
#BIwHyMOmEmBgpD6FrS7kcgkJKlqHwJcu { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:37.5rem;left:5.625rem;display:block; }
#IZdBvvfyTc0fvDT9N7kgIlkAJKbOZRr2 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:34.375rem;left:5.625rem;height:1.38125rem;font-style:normal;display:block; }
#qTqhTx6ERcfb6me4DeD90c3IT6MFaenx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:34.125rem;left:50.811635971069rem; }
#IgdxIES8z1qx3NKlAdzAR0nlSy11oaGU { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:42.5rem;left:5.625rem;display:block; }
#zt743mnTOKkdFqZDdGREmqe1vFfZ3MEn { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:39.4375rem;left:5.625rem;height:1.381075rem;font-style:normal;display:block; }
#rsyTVkMq1wCzurkdW5sQkc0Vb4DEwxNs { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:39.125rem;left:50.811635971069rem; }
#KtuwMaoT8wZSRrm8rGSQ6s7eVCpc9Ld9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:39.125rem;left:64.43749809265rem; }
#JoRu286eVxEEbhQm6TkT3H5yzTl0mBT3 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),0.49);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:63.75rem;top:7.5rem;left:5.625rem;display:block; }
#FIz5TnPJiWgFH3nPLsXNLLHMkJpbb5tL { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:44.0625rem;left:50.811635971069rem; }
#WDk0DEbk8NnKiZVyfTSsGFQtTFewDkhl { color:rgba(var(--color-tertiary-0),1);display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:44.375rem;left:5.625rem;height:1.381075rem;font-style:normal;display:block; }
#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54d2f029-c4fc-4e98-93fa-9cf6931ec1e3/shutterstock_2494973469.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF.adaptive-delivery-prevent-bg, #gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF.lazyload, #gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF.lazyloading { background-image: none; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container { background-color: transparent; background-image: none; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,8,55,0.8); }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container > .video-iframe-container { display: none; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,8,55,0.8); }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row > .video-iframe-container { display: none; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .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); }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container { border-width: 0; border-radius: 0; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#yr0dPw9vh3wLpGfhR4NIluCi2h9u2B1N { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNeatCmqrTXkGfHZkCnW2qaakViVyJWS { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:17.0625rem;left:44.46875rem;height:14.34375rem;text-align:center;text-align-last:center;display:block; }
#RK2vO1UIwSTplEawT6N3C1daZiyQIALG { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.125rem;left:50.875rem;display:block; }
#y16RToPCCTeh7K1HgZznk9AaMWIF48Ll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GsBkiWZFF5zByp5sc7TE3wG1g13CsNIH { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:8.59375rem;left:55.25rem; }
#twT5NqudzV4fURTdo5sA4u1glVwx7t9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1794576e-ff92-41ed-a9fa-abe5b1de5d0f/BWARPOW_EXT_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g.adaptive-delivery-prevent-bg, #twT5NqudzV4fURTdo5sA4u1glVwx7t9g.lazyload, #twT5NqudzV4fURTdo5sA4u1glVwx7t9g.lazyloading { background-image: none; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container { background-color: transparent; background-image: none; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,36,62,0.8); }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container > .video-iframe-container { display: none; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,36,62,0.8); }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row > .video-iframe-container { display: none; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .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); }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container { border-width: 0; border-radius: 0; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#mTPFHpWuv9np4bXaOQGQ8Ne2o4gq2bQb { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSWrolZ8Uub7RbuaN2fPQMekKv0rn6My { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:20.0625rem;left:2.21875rem;height:11.15625rem;text-align:center;text-align-last:center;display:block; }
#rx723rXvOFSax12FllefMCAPsEVTJwM1 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.125rem;left:7.21875rem;display:block; }
#lsxWbqLTnulzrB9PxfSOo0IixEZadp2G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNHPEmpJAgsluhsVZ0uhQdBfEUw3gQ9d { box-sizing:content-box;color:#5d92ff;font-size:5.25rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.21875rem;left:12.125rem; }
#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { position:relative;display:block; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { background-color: transparent; background-image: none; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container > .video-iframe-container { display: none; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row > .video-iframe-container { display: none; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .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); }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { border-width: 0; border-radius: 0; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .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; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.5rem;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; }#qv5mr3D6PL3wfWDoUzuAtgoUI29eWMr5 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hII2HO0JsJX8Lf3Pbdnle1pIOFdnRTP3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:3.125rem;overflow:hidden;display:block; }
#TKqL2T9dMuI68oNUSZ2oRerR6DKvz3Lm { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5625rem;left:0rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mk0GXQktI3giX4wstTgqlTxpR4hFeqnP { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:15.625rem;overflow:hidden;display:block; }
#PpnqTCE4Zl19ZufXRAeSbN8ApPGrdW6G { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:28.125rem;overflow:hidden;display:block; }
#flzyA6AO29kHMnNtUvd3J6fkc1WLplcy { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:40.625rem;overflow:hidden;display:block; }
#xICpq43VAWmFapuc20xTWWhkvHcdmNfm { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:53.125rem;overflow:hidden;display:block; }
#uFGZCHBiA5HcAWr6KSfVXNwuS5UQ2uI7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.5625rem;left:3.125rem;overflow:hidden;display:block; }
#sFSXiG0nXLCyukTTMCm6JfRXGwB0UBx9 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.5625rem;left:12.5rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JlTITNlFmUzUEMN2um2IvtKKLhHwfkTg { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:15.5625rem;left:25rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sEPV4It1BnFPmlvFqBfJixv2NqIFnm4B { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.5625rem;left:50rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFhueiVTXlvaKwq3IaOyAToXiQ1Vn9Is { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.5625rem;left:37.5rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#snRHe884OH5ZmKX4ftdPiypX6ctxCZCL { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:28.4375rem;left:0rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oevzv3bWrmUdHv7OtFUFh8UuObNaflDG { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:28.4375rem;left:12.5rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5Zf9FO7T37M8TaC07vbr6PeJA8TuG0n { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:28.4375rem;left:25rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PdTutxgBZRBsZWPQ1tytZGlDRvFdiC06 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:5.875rem;width:5.875rem;top:21.75rem;left:15.8125rem;overflow:hidden;display:block; }
#lbTGhHGWwMrVGfbiUyQnSNQgTVZCImZ5 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.5625rem;left:28.125rem;overflow:hidden;display:block; }
#LnfAcbxa4Ax1DZC949cKtJaTggstOrtd { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:28.4375rem;left:50rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OFoTPuAf1c4vvw9CcQ08ObMpIDWJToQM { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.5625rem;left:53.125rem;overflow:hidden;display:block; }
#SnPGOaTUtlT2Jsm2wLANrNoT7UTuTpEC { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:28.4375rem;left:37.5rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GrsqtvXMtwrySGTul7W21CboQ49zXyQ2 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.5625rem;left:40.625rem;overflow:hidden;display:block; }
#PL25JD7Ew8SkUcHTldUGtsFThZTpXNfT { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:8.6875rem;left:65.625rem;overflow:hidden;display:block; }
#nggOuc5Kl1CepzSw013l1bomr00N1vg9 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.5625rem;left:62.5rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rILaE96Jub9F094uyepK9cDi4CFZMDXv { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:28.4375rem;left:62.5rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fuzwESmAQiHD9zlQ9q4aTSof0TyUSVdO { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;height:6.25rem;width:6.25rem;top:21.5625rem;left:65.625rem;overflow:hidden;display:block; }
#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a { position:relative;display:block; }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a { background-color: transparent; background-image: none; }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a > .row .container > .video-iframe-container { display: none; }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a > .row > .video-iframe-container { display: none; }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a > .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); }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a { border-width: 0; border-radius: 0; }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a > .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; }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qgWOJDFd4krcsP0pDWOybtoowtpBTJMZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cf0000;border-left:0.0625rem solid #cf0000;border-right:0.0625rem solid #cf0000;border-bottom:0.0625rem solid #cf0000;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:#cf0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0rem;left:29.375rem;display:block; }
#rA1vFGu1z3tTgS05N98z7uR9I3IbFWX5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { position:relative;display:block; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { background-color: transparent; background-image: none; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container > .video-iframe-container { display: none; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row > .video-iframe-container { display: none; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .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); }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { border-width: 0; border-radius: 0; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .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; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;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; }#WKTXaq13d2zZEAVy6299zlGRRrqBT67E { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#RQFbPQgEonTFnQcaSMtTyEkmlmc3wpaP { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { position:relative;display:block; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { background-color: transparent; background-image: none; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container > .video-iframe-container { display: none; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row > .video-iframe-container { display: none; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .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); }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { border-width: 0; border-radius: 0; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .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; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11rem;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; }#zXqlh481i40bOUiQNp7mQQzaN2oNRS5u { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#r2q2s4o3C61Ihepo8ifJx9NeGsuSCvag { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:15.75rem;top:3.21875rem;left:29.625001907349rem;overflow:hidden;display:block; }
#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW { position:relative;display:block; }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW { background-color: transparent; background-image: none; }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW > .row .container > .video-iframe-container { display: none; }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW > .row > .video-iframe-container { display: none; }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW > .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); }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW { border-width: 0; border-radius: 0; }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW > .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; }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11rem;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; }#WV8S7lg6wTCiVnZTfWznBGsUNzKLT76J { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#RANB0ETATs7F4VS4aPOc0WVzTNCIkRfQ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:15.75rem;top:3.21875rem;left:29.625001907349rem;overflow:hidden;display:block; }
#cu2qTykD36KTsMLlTkICu0Vb9bU3638x { position:relative;display:block; }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x { background-color: transparent; background-image: none; }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x > .row .container > .video-iframe-container { display: none; }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x > .row > .video-iframe-container { display: none; }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x > .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); }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x { border-width: 0; border-radius: 0; }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x > .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; }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11rem;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; }#ntXGg8Q0dZBiIc3IWVVdkCTMR8sNcPbx { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#dcCK60GxNXeqp8qehgMR9oxGIR2muu7T { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:21.0625rem;top:4.1875rem;left:1.1875rem;overflow:hidden;display:block; }
#TCXeqPPZ2Up92WhAe6GNNOtOGGd04N2K { 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.0625rem;width:21.5625rem;top:3.96875rem;left:26.718751907349rem;overflow:hidden;display:block; }
#Q9q2CibDsk034i4nf4rxghBnyTzOIwTK { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:17.5rem;top:3.03125rem;left:53.707464218139rem;overflow:hidden;display:block; }
#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq { position:relative;display:block; }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq { background-color: transparent; background-image: none; }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq > .row .container > .video-iframe-container { display: none; }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq > .row > .video-iframe-container { display: none; }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq > .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); }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq { border-width: 0; border-radius: 0; }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq > .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; }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11rem;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; }#asKsweqbtgySG0LyCR1OWc1woJiySzrK { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#gfTVu57RCHiGZgqWOqDJprw6P5ayG5po { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:13.1875rem;top:3.375rem;left:15.09375rem;overflow:hidden;display:block; }
#Ve3CxOJGizRdGG73D5K3MDyUud1LAGQU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:16.0625rem;top:3.4375rem;left:32.593751907349rem;overflow:hidden;display:block; }
#Ar2ARXmrBsL4MoibROrHHTBXwUb01rwf { 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.6875rem;width:16.0625rem;top:3.65625rem;left:52.868055343628rem;overflow:hidden;display:block; }
#h9Bsk4qJzIyoDXWdKT15Q0Kq374NzUuM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:6.5625rem;top:1.875rem;left:3.5rem;overflow:hidden;display:block; }
#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa { position:relative;display:block; }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa { background-color: transparent; background-image: none; }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa > .row .container > .video-iframe-container { display: none; }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa > .row > .video-iframe-container { display: none; }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa > .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); }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa { border-width: 0; border-radius: 0; }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa > .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; }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.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; }#fe59X5ulADX9Cn4LsecWsu5OfhHKSih9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:15rem;top:5.375rem;left:48.125rem;overflow:hidden;display:block; }
#BsSR3235eAqpzo29nhdlaSQKWkvrNJiE { color:#bcbcbc;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.375rem;left:18.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#R1fGPpGvMa9eggGqupeGhgr1R1mVuIok { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#wyVOWB0oQ5wz8TA1vw482TPp2IXTuN3B { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:21.4375rem;top:25.375rem;left:26.75rem;overflow:hidden;display:block; }
#IXkaVaqutbc7k2hHAvmh4RIafo9wMRiL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:13.75rem;top:4.75rem;left:30.625rem;overflow:hidden;display:block; }
#BorGto3t94wkpBgQ7wV08g5p5v4Vstfh { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:7.25rem;top:3.125rem;left:16.34375rem;overflow:hidden;display:block; }
#FXrEfUMW2ZSOa0VcftZtTuh0tqvFT1fZ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.1875rem;top:14.375rem;left:14.875rem;overflow:hidden;display:block; }
#e2cdOVMIcB3WppDxxS0DK5izwPxwgrnW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.75rem;top:15.0625rem;left:31.125rem;overflow:hidden;display:block; }
#aU40ExH2zeyHNKTQtS1pOovRcGhgAv1C { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:11.625rem;top:14.75rem;left:49.25rem;overflow:hidden;display:block; }
#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO { border-top:0.0625rem solid #eaeaea;border-left:0rem solid rgba(0,0,0,0);border-right:0;border-bottom:0rem solid rgba(0,0,0,0);background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container { background-color: transparent; background-image: none; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container > .video-iframe-container { display: none; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row > .video-iframe-container { display: none; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .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); }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container { border-width: 0; border-radius: 0; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#cytA0iLw8nLZcQEbXTyU5RKrUTAAIE31 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNhgZRcDqrlP0S3s1KtI5b2IlArGnIrT { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:13.125rem;left:0rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#pxAIfTMprffJ3SBTV7FFgTDwLQvCiNV5 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:10.9375rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pBnN1mNiKoP07TlN0rPOFvZqe49w21z4 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:16.375rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wXvSHmhNuF66SzPkNyorBO9PJNKQbZA1 { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:18.5625rem;left:0rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#dAHtvhh9Th7N9s64117F8vVKtNw46ZtK { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:22rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Kb06MDeWmpsUiHrmWLQLozbHTGoTekLz { color:rgba(var(--color-tertiary-2),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:24.1875rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#d8JmieFtsKv5TK7RSATAn3cyqTw9emio { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:29.625rem;left:0rem;height:1.6rem;text-align:left;text-align-last:left;display:block; }
#UwTeZput2qKl4BwXlPeJlM06oEuoa0Lr { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:27.4375rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xuMTTiRqXKw5EZ7tF8ifg4XsfprsIbXR { color:#755589;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.76171875rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#vPV4VKQRfcoDoSt7tshhPF47V4km4Gm6 { color:rgba(var(--color-tertiary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:35.125rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#qdnRddm35zCxgG9xXkAWHZN5cgK0aqXX { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:32.9375rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gacst0tC49nCEkxI3BiP5xZK8a8BITeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container { background-color: transparent; background-image: none; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container > .video-iframe-container { display: none; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row > .video-iframe-container { display: none; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .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); }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container { border-width: 0; border-radius: 0; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#Bm60JmuwErAu1LFwWTZa0KN59VFDvIq4 { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:5.9260406494141rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#NsXpQIwZzXR0TQXyUMNpAAPe1FZe8Je4 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.738525390625rem;left:0rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lyJATFBOSEw67eJ6coBHuSeeLiKtC1sM { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.1135406494137rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#taTQ0FBHTo2CTFhtyK3Dtf7zRQhfgfWJ { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.363540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#zKzKOq0u76OObJUU6uP4Kod3c2zeXsST { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:14.738540649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d7tUeqHkMZAD42T9X4OoZaOsFxXZXToS { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:16.926040649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#yqgnVlnP39EBls3hKkRWXxxxVM2kMVHX { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:22.363540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#v5gJgEWeGocQfsV2c48mWttC7Gns2fry { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20.176040649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aEKLsKL0G8OM9VT2ngim46bw6OaLED7M { color:#755589;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#duCMVTJ62TrGP5cC2JLd7yBSm4AyXDKD { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:27.738540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#OEDiJeTOCBhy24hv9B1vL87ABxJJ6Hfd { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:25.551040649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MNf9cQQZTEOi2vo9xfvGEb3BOOGD39T3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MNf9cQQZTEOi2vo9xfvGEb3BOOGD39T3 > .row .container { border-width: 0; border-radius: 0; }#MNf9cQQZTEOi2vo9xfvGEb3BOOGD39T3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MNf9cQQZTEOi2vo9xfvGEb3BOOGD39T3 > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:none; }#weqvhQ2dlul1TaoHlhDJ1ygOEyT7Hu3y { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:5.9260406494141rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#JbV5LAiW3B72ezoVAGFC8HUbU17Mqw0L { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:3.738525390625rem;left:0rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lHBkhiMqSGG3lznGVR8frkyIFg78wg3F { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:9.1135406494137rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vR8m02dUbTp64o79NLwgcxiAzMnTyLi9 { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:11.363540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#NavZxgneHPPW72Kk0sZAzoRt7eNJQzld { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:14.738540649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VNhp3V4ngZam4Ock49Nnv50k7qIHM0Vh { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:16.926040649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#N3GdWBx5qWuKT8Q7fRNErkn7q14ktBWe { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:22.363540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#nV2clTKeAtfUvBMbnH99XdTnZVWTrsKi { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:20.176040649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Lce0BcnJ0Nf5Qeym4m9ElFfcqb0nSrE6 { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:25.676040649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IU8cswXnhKTrzgkQ9U91V4CfqTPTgtCt { color:rgba(var(--color-tertiary-2),1);display:block;width:67.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:27.863540649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Ri9AOzuZ44fHphEiAN1htaSuUvhASZve { color:#755589;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.70625rem;font-style:normal;display:block; }
#WLwTlNcxyD4DQt4W5l9zFwNmJiK3GiEu { color:rgba(var(--color-tertiary-2),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:33.301040649414rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#xkV3nuN7BM1syVS2xFbQxmRyx3eFUe4z { color:rgba(var(--color-tertiary-3),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:31.113540649414rem;left:0rem;height:1.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #452c54, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, #452c54, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, #452c54, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, #452c54, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#452c54', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#452c54', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, #452c54, rgba(var(--color-secondary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row .container { background-color: transparent; background-image: none; }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row .container > .video-iframe-container { display: none; }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row > .video-iframe-container { display: none; }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .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); }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row .container { border-width: 0; border-radius: 0; }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#PH5TLCeE82UZBRneOh5sWC5UF96NZQEV { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:10.261474609375rem;left:-0.0625rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcAJgUHz0B2IIhtR7W9lyUyoqhOFu3yM { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.16);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.125rem;width:75rem;top:17.3125rem;left:0rem;display:block; }
#l2OBVcnm1k1lFBxkWNNZcx7iPsJZ7gRF { color:rgba(var(--color-tertiary-0),0.6);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:18.6875rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EvheNathmx84g0F1T694BCMpFAzhczsC { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:playfair;font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:5.19965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNAXLuDSLValVAqCs6d4IpdtefqPpBoW { 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:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.3125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.28125rem;left:69.5rem;display:block; }
#WXuFHaTbfhDhaZ5qsGVq1vlLAgIGqWt3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#usfwW8wWVJ9kr9fs1MIhTzI2wshd6DSG { 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:rgba(var(--color-tertiary-0),0.8);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.3125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:18.28125rem;left:60.5625rem;display:block; }
#iX9mEIoLxMscnn9uWhIfJCXUKzPb7ths { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ { display:block; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #B3g8CvDtBvntXdo91EBv3icf4rNdyc8U { width:20rem;height:20.0625rem;top:4.375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #npHHb406TI371VKcAMNBMbSIktuIlbL9 { width:16.25rem;height:3.75rem;top:30.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PHSHTNs4FqaiblxuriSnHqk3tHBSGv06 { display:block; }
 }@media only screen and (max-width: 1199px) { #xvP60IZMQvt1M2mBiaaKLI7cGWwqNLFv { width:16.25rem;height:3.75rem;top:30.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F0xGvBpEhsJ4lDGusPyigGKGIi2lzHkQ { display:block; }
 }@media only screen and (max-width: 1199px) { #ITDZFNIQAQuItVbmGLvIGHOOUCg9lMli { width:5.8125rem;height:3.125rem;top:25.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cf1BiaJFwuGJxaVSOtg4SUQJUMHJTyua { width:26.625rem;height:1.86875rem;top:18.625rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oIrIRV4mMvq4SCZm1XR75RJGIl3nrinE { width:32.125rem;height:6.14930625rem;top:12.25rem;left:0.625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TVl1nnmCmKvSREKlJay9HIVTUVwn8psi { width:20rem;height:1.3rem;top:1.6875rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VwHw2vUzarMzrvN01UgrLyLe0dehfKJ2 { width:23.8125rem;height:3.41145rem;top:25.4375rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dvH0bXslcyhh9KDM9NQQra0VfU12B5CM { width:7.9375rem;height:1.38125rem;top:9.875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eumCiFSXcgoQ2JzAcLnylpZAlILLGu9b { width:10.3125rem;height:1.38125rem;top:9.875rem;left:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N1gbnLgGpFpoOTNLF8PpJAfWNdkZCwod { width:9.8125rem;height:1.875rem;top:9.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaZN0oR5eCynEAFTips2TARu17Sxr4fQ { width:9.4375rem;height:1.875rem;top:9.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ct8VGI4ELI342QpGsrsasdFvw1FVOwcE { width:3.125rem;height:3.125rem;display:none; }
#ct8VGI4ELI342QpGsrsasdFvw1FVOwcE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 1199px) { #k8NN1zq7WRhSuGM440Sk8IdPB1MuqBRe { width:11.5625rem;height:3.1875rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #amQsOnMTxT4OWQKiGGRs87XesEz94PSC { width:33.1875rem;height:3.575rem;top:20.75rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jdw3kJ1ZQ4BvH39634czdCGwVi62rtzQ { width:5rem;height:4.0625rem;top:30.03125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dir4eDLekWFi3xygzFLr3NbFWapDlMT6 { width:5rem;height:4.375rem;top:29.875rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RC4MWtbB43CrTRUImPCsHcFzrowUyJPD { width:6.25rem;height:6.25rem;top:16.75rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p3PMBz3kcRrsSC4foy192g3Tm64hhWrX { width:6.3125rem;height:2.4375rem;top:17.375rem;left:41.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TW2ryOO4aRmISgUXn0dChpOTFtQUNzt3 { width:6.25rem;height:2.0989625rem;top:19.625rem;left:41.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu { background-color:#cf0000;background-image:none;display:block; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container { background-color: transparent; background-image: none; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container > .video-iframe-container { display: none; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row > .video-iframe-container { display: none; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .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); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZBTXxBvk0iMbv5HBAIktcXc7wKfi31QI { width:2.5rem;height:2.5rem;top:4rem;left:45.3125rem;display:block; }
#ZBTXxBvk0iMbv5HBAIktcXc7wKfi31QI > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 1199px) { #FPS4kXnVff3gDQgAZ22fWFUcTV7raNgy { width:10.1875rem;height:2.25rem;top:3.5500001907349rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CACpL1k20iAG8qbN88xhiSgToS2V8N3X { width:3.75rem;height:3.75rem;top:2.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LP8TNaprb9IJHwzmSzoLZURi59f1efWN { width:11.5rem;height:1.425rem;top:1.875rem;left:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZZGfzPXIFEKUADNJMqF9zS4KmUueMZRd { width:3.75rem;height:3.75rem;top:2.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tn51dKnnzifth42VXZZI8KoOU5DvpC0C { width:5.5625rem;height:1.425rem;top:1.875rem;left:22rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CM9oQ9DQm2o3ODkEFXc5i9mhLH1OXXtM { width:5.25rem;height:2.25rem;top:3.5500001907349rem;left:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l8V7hRa5KhAGZUg3EgxzbXTx6oSuR4NQ { width:3.75rem;height:3.75rem;top:2.5rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dULEat5knudUAIn5neH2KtVIIMfcPZnN { width:5.5625rem;height:1.425rem;top:1.875rem;left:36.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Js3W63HR2RFWMSkH1nkpWqLmHqXGAJSn { width:8.3125rem;height:2.25rem;top:3.5500001907349rem;left:36.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb { display:block; }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row .container { width:47.75rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qTpGHsV87oS1WHzFZhskDNOB3pKtADVL { width:47.75rem;height:2.6rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fDtTFT94THk4gOD86P7DDV0t1kK8sAfp { width:46.875rem;height:37.5rem;top:6.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ev5um6QL5EqSuILdr3KqvWGsA8NAoliP { width:46.875rem;height:3rem;top:45.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { display:block; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { width:47.75rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { width:18.125rem;height:1.3rem;top:0rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDBIOwHPtnyfztPL7XSF71eUzrPyMT8g { width:6.25rem;height:0.0625rem;top:0.625rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZi24R6iuZpCV7777KaTb4frL1AAHZrL { width:6.25rem;height:0.0625rem;top:0.625rem;left:28.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { width:22.5rem;height:12.6875rem;top:2.40625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 { display:block; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vytsp7LKNKsRouqrETuVv8svTpP1KORI { width:16.25rem;height:3.75rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IssZum7uRf3mDrkVskBbOSBbKe9FnpzV { display:block; }
 }@media only screen and (max-width: 1199px) { #uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ { display:block; }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row .container { width:47.75rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NeBtThmLTdGVMymcELJoTFNBWgwboFGr { width:47.75rem;height:2.6rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOauGEnWAgzV500QWalpQIvJaTyV40bL { width:46.875rem;height:17.8125rem;top:7.625rem;left:0.625rem;font-size:1rem;display:block; }#lOauGEnWAgzV500QWalpQIvJaTyV40bL li:before{  }
 }@media only screen and (max-width: 1199px) { #pNWe1laSSPozBCTzfNAy00V2VVzHGTiz { width:16.25rem;height:3.75rem;top:27.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EO0N6X3adNG9GRBqorMF6UeMvl7f4TxF { display:block; }
 }@media only screen and (max-width: 1199px) { #XUubPIiLXOVc8fxoc65EhJzSZ582Rirz { display:block; }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row .container { width:47.75rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Lt2tKTPFM7CSkePe93qZdzMQyLTIlb7A { width:47.75rem;height:2.6rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f768ViHrniC397bxINTTppbR86tx4LoK { display:block; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qqEGAk8RWew5DDRi09HDucazTBE7av33 { width:22.4375rem;height:1.3rem;top:4.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBUbo1RA0z1mx76LgQJDHT66L3v37bet { width:22.0625rem;height:5.25rem;top:6rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { width:23.875rem;height:1.3rem;top:4.0625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { width:23.0625rem;height:5.25rem;top:6rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u10z2o2750bF2NVne1KZU02aphtsfNVs { width:3.125rem;height:3.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { width:3.0625rem;height:3.125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUIMVDt3izi25UINf1i5N5bS55lgDCFw { width:3.125rem;height:3.125rem;top:13.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cre3M55t8w5sfQk0VI5zmSJaVe8HTtM9 { width:3.125rem;height:3.125rem;top:13.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4MdSzq23H2TR4uxXRbIl1Kf6ztcL8CU { width:20.25rem;height:5.25rem;top:19.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTIaUOtM9P5wclIuX7KNDiBafI3kleQG { width:23.125rem;height:1.3rem;top:17.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDzv6NwC1WFE4O5UTzXhxvyFCyOGpdbM { width:20.25rem;height:7.875rem;top:19.25rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INxBpxDqCPp6p14JeWwarMkWiG2VTnhN { width:23.875rem;height:1.3rem;top:17.3125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { display:block; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { width:47.75rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ldCmpEduq4ySeq2AeRRweDrgzLkGmg49 { width:16.25rem;height:3.75rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oDMeS8QetuHgRKW8o3WGzAHvqQnSmu2T { display:block; }
 }@media only screen and (max-width: 1199px) { #mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut { display:block; }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tDsay6eGfzeJtW2fbRFefPpKs2CwQpup { width:47.75rem;height:2.6rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c938CrnTRUPnt9zKftUlikIxEqNMlwML { width:47.75rem;height:1.1375rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { display:block; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UtK2PihAFmvimWhmQ3gpmWzgi5F6c58e { width:15rem;height:1.95rem;top:2.1875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nB918pnCPi630ZhwTsC0xvs16BP0cbln { width:15rem;height:1.95rem;top:3rem;left:32.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ss4qXD2tX9GfppXzwpOZHb2NEMNT3g6n { width:15rem;height:1.3rem;top:4.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mH4Mpy3TEZQdxnFpDisZQnlZUeKTq05B { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #gNXGdMNzPTcg9vnbsiSKkeSNpf0rXTXI { display:block; }
 }@media only screen and (max-width: 1199px) { #Su3y3ebFmkrRKmiRuplHddLKmQT0p4pb { width:15rem;height:5rem;top:1.25rem;left:32.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #St1ki3AuTJACCSli6in36rBZSQMNlGuf { display:block; }
 }@media only screen and (max-width: 1199px) { #IQLVbVGyUmu6dis2AKTwmTZNVWKBhRVI { width:31.5rem;height:0.0625rem;top:6.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kG4BwL7vn5ukPL48vEF5sCxHlLwr1BIQ { width:15rem;height:1.95rem;top:2.1875rem;left:16.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sF5Varx10AOg8Cvm9IGDJVqA4QVZqwoA { width:15rem;height:5rem;top:1.25rem;left:16.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #ieHaQ8ZQIKm2xBnK4KFPHTWQp83qTn4P { display:block; }
 }@media only screen and (max-width: 1199px) { #ndXUoGDzU5KDSXM9W6fre4TFfmxSGKOH { width:15rem;height:1.3rem;top:4.125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 { display:block; }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G8s3PuulbEefRir7OuGyn9qC8GXSBtqz { width:15rem;height:1.95rem;top:2.1875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lFs5TDHMTWVRzRD8umLSPPzzgKCKm8up { width:15rem;height:1.95rem;top:3rem;left:32.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEIVNG4N2E1T2FvwLhcs7aZMX4krsvm6 { width:15rem;height:1.3rem;top:4.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLRgFfpZQnU0SX9tzVvSoUCXTnNF2nrv { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #zhg9D3UOFSE5cT2ZCGi6c9FTdcei0bx8 { display:block; }
 }@media only screen and (max-width: 1199px) { #fxeVv5CU65utEi5KGqQWBrrXBv9Xke6k { width:15rem;height:5rem;top:1.25rem;left:32.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #lQhci7cHT9BI3GCNo4huZZU6DdpvhwMV { display:block; }
 }@media only screen and (max-width: 1199px) { #XJXMI4DhWEiWWHg24CSovOsVIzg9T5Qo { width:15.75rem;height:0.0625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m7c9qqrrOMutQDPeA5oqfgtg2kWbpHKU { width:15rem;height:1.95rem;top:2.1875rem;left:16.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPltg6VowLaGlWfTZ8WTTGaQDxduRciL { width:15rem;height:5rem;top:1.25rem;left:16.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #n9B1rzL5OB9HWwRG2azAdyUA3NlI8b7h { display:block; }
 }@media only screen and (max-width: 1199px) { #MA8tTDLhQtoGQTGRDHshh9qGJWg8Sfkq { width:15rem;height:1.3rem;top:4.125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QMydDpFue7XKs5nLax4720FhJzz5Zzyw { width:15.75rem;height:0.0625rem;top:6.1875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { display:block; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VDN7TLFhn97SRRXdwRXxwGLHrHgwU9Og { width:15rem;height:1.95rem;top:2.1875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M9mphFAL60SxmQHILad0Xvpo5zQHkmk3 { width:15rem;height:1.95rem;top:3rem;left:32.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0krst5BDEtbbPMLXl6cJnOHp6uKCZwG { width:15rem;height:1.3rem;top:4.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnpioxBQut8D20Z23v0oQFu59DXq72NS { width:15rem;height:5rem;top:1.25rem;left:0.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #wu8KMHIPlU7bpdIcrKbss663JgLnO8z2 { display:block; }
 }@media only screen and (max-width: 1199px) { #oLDT1whwCyECVL0uREN5Zel9vbNXwJwU { width:15rem;height:5rem;top:1.25rem;left:32.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 1199px) { #ZoDeJnl2q6hRpSum78ALtc2ZlhZdSVrS { display:block; }
 }@media only screen and (max-width: 1199px) { #Qvvxgf3AkWTVXTuTJkLrxCnXJlUNlQyP { width:31.5rem;height:0.0625rem;top:6.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m0eb9mQoHNc05BlVusPMLBbb40u3tuAQ { width:15rem;height:1.95rem;top:2.1875rem;left:16.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Flho6svF5aciL9CG9WkMBskERHJRMv1p { width:15rem;height:1.3rem;top:4.125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FD56mChcDcRG95InXrEMkDcQPE92gXA3 { width:15rem;height:5rem;top:1.25rem;left:16.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #xhhPe5dll13UDQttUEJX9Tyx4eyVE0at { display:block; }
 }@media only screen and (max-width: 1199px) { #kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl { display:block; }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl > .row .container { width:47.75rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VizkFiHEwPhq2i9hMFyTkgm8omVR4yXi { top:9.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSRNcoQ7pFCwm7RTUaLPyfSzBMbc5EHN { top:9.0625rem;left:2.5rem;width:38.3125rem;height:1.79980625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yJdydc3Pmy93xgvCL6M0luHfPS0SMVfz { top:15.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GPWp3k7v01S64ST9xA8IB1ewVKhFhMQT { top:15.25rem;left:2.5rem;width:43.875rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gek1cIJmLmvttPLyVT8yuCCtef6Rsacx { top:22rem;left:2.5rem;width:44.375rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p4ENPaAD6doBQ7Vx1b5bMZtTz2WzuDDZ { top:22.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GE8bJweP6AcWbaTT9T7dROwtoCNJVqID { width:30rem;height:1.40625rem;top:25.6123046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lQdy5TpNmxdE694VX4SPuNa4HZKO3Ace { width:30rem;height:1.40625rem;top:18.9248046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mrcv3yO9mnXgNl7X7EAk8PeXw3pJURpB { width:35.0625rem;height:2.8125rem;top:10.9248046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qn3ItfJl0Ap1ZOPXbxznDPHSqZyIQdIy { top:0rem;left:0rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gz8nZygtQFt1q81yuDlyICATC87L3dGA { top:3.5rem;left:2.5rem;width:38.3125rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIgW6vff5JCp2d29dkZs5hRwCyqIUBKl { top:4rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:47.75rem;height:68.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { top:0.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { top:0rem;left:2.5rem;width:42.75rem;height:1.79980625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { top:6.75rem;left:2.5rem;width:43.25rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { width:25.75rem;height:1.40625rem;top:10.4248046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { top:7.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTiCklVl3aWIgGI7EzwZksqkGxbLtzJo { width:25.75rem;height:1.40625rem;top:17.2998046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { top:13.625rem;left:2.5rem;width:41.625rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { top:14.1875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VipU6XuGS3BbRmS5UE8GWKXErmKChD6e { width:25.75rem;height:1.40625rem;top:24.1123046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { top:20.4375rem;left:2.5rem;width:42.1875rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lx1axrqvV1P9EsHflKTLcd4nSuITotum { top:20.8125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxakZLOvl7RWFLxaL6TVyFiE1NQ94uVl { top:27.3125rem;left:2.5rem;width:38.3125rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zXrTcwTgopKOn7cXuGUeQbEH5pc1zrTS { top:27.875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OkRGGnRiFD7sATMk4zg75r5zyVuaf8S2 { width:25.75rem;height:1.40625rem;top:30.9873046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ea6ut5wubpThKd1479skI12g24NCaq4Q { top:34.0625rem;left:2.5rem;width:43.75rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVBsqIFZVVwldTt0oDwdOJweBmVJUZCP { top:34.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmKvWR17HBZu0THdkCfJ4Hplckv6rcLz { width:25.75rem;height:1.40625rem;top:44.7373046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PZK4PllHbBRDZTAXX2fQTktRpS0VpcZ5 { top:39.25rem;left:2.5rem;width:43.4375rem;height:5.3984375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6rWxbgtZGkeoEsS8hLLBDLRzs5za4uT { top:39.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EKme4pCc4vq7n8IvR5edZRUzF9l1V1Np { top:57.4375rem;left:2.5rem;width:42.4375rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4b6eAgcBi0OeqcI8TAMz1hnXR0vEb9N { top:57.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nU93ANT2tupfw03TgEnTH79QNAJw66NP { top:62.625rem;left:2.5rem;width:42.4375rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QmOlvkXh9dHmwTXTolDcCma8ioVTf10n { top:63.0625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bwDCZ5FStGrR10tbctHE8i2sHIBBqO2i { width:44.8125rem;height:2.8125rem;top:1.8623046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SNaJ93C38fSTwi72tBz1l4KOfLppBgko { top:48.25rem;left:2.5rem;width:35.25rem;height:5.3984375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzuOOWf3HCZLEX6A6i5dWl2nfdzv11eq { top:48.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mw12xM2i07FQVTUcERn2Lx6KztrT91ml { width:25.75rem;height:1.40625rem;top:53.9248046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK { display:block; }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK > .row .container { width:47.75rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TWUUARGhhVHJTAT7WrcSGQqHwV6otRaq { top:0.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rqgZPTmWvFq3sz7utktaiFH57dNIC9Wk { top:0rem;left:2.5rem;width:42.75rem;height:1.8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZazeftEdST39ksMubCtUya6lCHg9fLr { top:4.75rem;left:2.5rem;width:43.25rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M5PTuu4P3GhTTJSvvhN6iuUx0TMEF4CV { width:25.75rem;height:1.40625rem;top:8.4248046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rS0Qw8TuZqkh1fkB6HrthAKTx6naSwzU { top:5.25rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ztzl8m8zfNxm1KHnW9QMeeBz1gUNo5A2 { top:38.625rem;left:31.875rem;width:13.0625rem;height:1.79980625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CicdXXmNWEvSTZ9ZRNHeVRfRhI3MULy6 { width:1.5625rem;height:1.5625rem;top:38.6875rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BEbsZd1MfzmDsvDtvCCHrvbG05FaMVa7 { width:12.9375rem;height:2.625rem;top:38.1875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cc7WnLGb1paUmuBFnRxOJRMXwyaXudeN { display:block; }
 }@media only screen and (max-width: 1199px) { #yxLBcIuQhtC2OuLCe86mLtJ5KrWuHvG6 { top:38.625rem;left:2.875rem;width:13.0625rem;height:1.79980625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKbAuZVySK0Ifs4DZa54eK6q1bsndllZ { width:1.5625rem;height:1.5625rem;top:38.6875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NSoTT7LlXrTW4n2W295DLWbFVkyM0STW { width:25.75rem;height:1.40625rem;top:15.2998046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #acGeVdkl1uvXTKn2Z4IuM7H3fksxU6He { top:11.625rem;left:2.5rem;width:41.625rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pc1PE9JM0ZOTGt9ENiXNLXLrip2TfPFn { top:12.1875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nkse6Wy5SwlUQl3GQ1GazCqIVBILenaq { width:25.75rem;height:1.40625rem;top:22.1123046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #izFQDTi67i9yVS29Q9FmgkhrFMNG7O4K { top:18.4375rem;left:2.5rem;width:42.1875rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXzOtwr4SGmfcP0v0vBNzbRGLpnfyghw { top:18.8125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLMapDzdKMLsAiOLhEHvRKo25VRTEFmS { top:25.25rem;left:2.5rem;width:38.3125rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3KDodn61tcSPp7ggWPPugBzNT3hgWqa { top:25.8125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nm9Zrg6lyPEwP1HlHSFZbNAr8QqhXzX6 { width:25.75rem;height:1.40625rem;top:28.9248046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mlOpld524cTbC9QpA5ZTVvOSTeoficHx { top:32.4375rem;left:2.5rem;width:43.75rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E4PcdrhRONnGRwnselIR98QaQCMBHcAD { top:32.75rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btEvBm5B0lfqVDImVgXb4a5WJ7cgLZuh { width:44.5rem;height:1.40625rem;top:1.8623046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { display:block; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container { width:47.75rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QOgvpDorFx4IoQ9QWApBrE9Az9KTwlrg { top:3.875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kCmxc4BQNunxxXJZMV2Tblov71tzbfrc { top:3.4375rem;left:2.5rem;width:38.3125rem;height:1.8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqUap6gyshDAtS5nZOoXe3HmsCEFHlg3 { top:9.9375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JudOiEqe5ngAAavZeT2I3q2xWO6JNaZg { top:9.5rem;left:2.5rem;width:43.875rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOiogbPl9OfLXGN02vs9PLlDmz7hheJJ { top:16.25rem;left:2.5rem;width:44.375rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z1W0DrLgPxKrfsJfqPN1dq0tB3eTKXRu { top:16.625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCWJaNiavTzRTciuXtrLaZPtqavsVowW { top:23.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CTyDbu50ULgslUyqQQPfUgFpsqR4LPbv { top:23rem;left:2.5rem;width:44.0625rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i64ckMRoNWtXLuT8WFDcs9JmopJHhAr9 { top:36.625rem;left:2.5rem;width:38.3125rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kmFNTomyuazvU3CHR9NhhBlDODnQfirm { top:37rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QJ2roxmLD8o1MdicuE1HMnWc1aB6Bf8Z { width:30rem;height:1.40625rem;top:19.8623046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XPnSx8VkSfPtr5UzpNBWfaSQSzCJJBx7 { top:0rem;left:0.625rem;width:38.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWaFMcBsvBFhHVNSWzqN8xZ4a5kDHqbg { top:42.1875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZifiOJGe6AyRcZuN0zLQErvP3kZCCOZ { top:41.8125rem;left:2.5rem;width:36.6875rem;height:5.09895625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IITIOL2cJr1p86cqhTLL4qkPpJ6Tplzm { width:30rem;height:1.40625rem;top:13.1748046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTOISkLAIlvXRfKRnMdp7WqS1B0UW5eP { top:29.8125rem;left:2.5rem;width:44.125rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XWCn4VrGb0KrzoTp6yNPQaMFtRAPeXy8 { top:30.125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lH5z8u6im3kvwIyekRqpU5kpCeG8ouVH { width:30rem;height:1.40625rem;top:26.6748046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XT5iISlPoJH6VzPfEhE642uLX0gC7Ofu { width:44.0625rem;height:1.40625rem;top:46.9873046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ffpW7KAVsLCCU6I93WfyT8xwG4fdFZre { top:50.5rem;left:2.5rem;width:38.3125rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mDGp9lezTSIOC9nZ8PiAmpStytcbbhRB { top:50.875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ce1KrbGooBHb8oMqlGpxmbfmuNZ9DUCm { width:30rem;height:1.40625rem;top:33.4873046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrhIOBBhNVRaC28GGfVqV86wIXJVa97F { top:56rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mEphOnFF3tLhxeyZmKZ0H86VR8aIy11S { top:55.625rem;left:2.5rem;width:43.5625rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTdffV2dKvl63k4K9LXTldFrUnTR9RLX { width:37.5625rem;height:2.8125rem;top:5.2373046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lF8zUorZqatbTMP1IFX5qgttHeWqCSxT { display:block; }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT > .row .container { width:47.75rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i6mDnNoPzNwIvveHEfP3dpg0pXTxbsFE { top:0.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gJiwl1nPlhUU8PTFiiQKcq0KAEug0HGz { top:0rem;left:2.5rem;width:38.3125rem;height:1.8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0OtnuMrfTCtczqOKPe54cSOmsThc0vO { top:17.875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVyiOOzwgoyS4978UphsDmlMch2a2kAW { top:17.4375rem;left:2.5rem;width:43.875rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VO5RbPeWCmqc0byp1kxfdI0271rIXkGw { top:24.1875rem;left:2.5rem;width:44.375rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WOoKkB6lwBC7k8QnIl7HvASWDtLkM7Dx { top:24.5625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hBOUwJHOLowrz3rzbgshiLKDpAoSoU8S { top:31.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qg2R513sPw4yss2VP2y8QPMvcvd1lomu { top:30.9375rem;left:2.5rem;width:44.0625rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fwcy2v4nZFNdCVbDoWsV4qKyS4C6s3Mq { width:30rem;height:1.40625rem;top:27.7998046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrwlNXaP3Iq1DlINkMn5gITFO5NM7ZhT { top:45rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ma32vVVhXvsaTwwz9JKMUAURLbO12wiA { top:44.625rem;left:2.5rem;width:44.875rem;height:3.3993rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ACVRZ23857bGGQytfGKD6J99TaVSaDOF { width:30rem;height:1.40625rem;top:21.1123046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RBABwmeTzgAMtNlf2uIZTd7zsXF9GgqG { top:37.75rem;left:2.5rem;width:44.125rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dzEzr6iBWIVDytfVEG5aft9mB32lmARM { top:38.0625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ikZNbRuPwZ9BHrPyL110DCZGElFpHcTo { width:30rem;height:1.40625rem;top:34.6123046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XwwZ2H5IpcHW5OcKGQULNTualnkTGVpS { top:6.6875rem;left:2.5rem;width:38.3125rem;height:7.19791875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WpKJZh9yJkygtH4OMAJdE2k7EAEgfpEw { top:7.0625rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMkxxFBHnKlK9GZhDBTGFIrsDiByboiZ { width:30rem;height:1.40625rem;top:41.4248046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgTvex2BnoSXEGZuxDZP9iTV9oRq1pTI { top:50.375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z06xkPXz69PfdeJZeuUo4ZOpyhq2ktT1 { top:50rem;left:2.5rem;width:43.5625rem;height:3.3993rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ccJpzsZK6ZfAgpPncghKwQ6JZMSTDzTw { width:26rem;height:1.40625rem;top:13.9248046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hVTHXAsd4tbelagusMETeu8bJoSP1R1c { width:32.25rem;height:2.8125rem;top:1.7998046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 { display:block; }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 > .row .container { width:47.75rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PMEpaLrdpo3dDlxu3sCnNevZiSaa9wO0 { top:0.4375rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HPuEOlNm5wKxZJ4JFS0pVq2UmFFRXOTq { top:0rem;left:2.5rem;width:38.3125rem;height:1.8rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MkDWM9Ti7ZGLZSQPyTBp6SfnDIfFzCGV { top:6.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dzBOfrtpfzkvEwBIEDu0wN2BkfPiXpwW { top:6.0625rem;left:2.5rem;width:43.875rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V9GbTcelnIHt5mlkId41LpQdxWJuOSJo { top:12.8125rem;left:2.5rem;width:44.375rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zIBV0Nsrka4NUWrvBV4K6tlZptdethdr { top:13.1875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DZCwvRzgFRvwE63Hns5hDHOObgoG2iXX { top:20rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCmwu26yU1rcZD16CKPESDR8LZ0iwS2U { top:19.5625rem;left:2.5rem;width:44.0625rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VVOzdD8Okk6PE9Wc7vAwLtzUN9kd6KNG { top:39.5rem;left:2.5rem;width:38.3125rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XFdGga1acTkg8QPpd0xPz3sbBJ5oUHfw { top:33.5rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hxv5RQbt1fTwqHPRqixz8DMbNuE51nOw { width:30rem;height:1.40625rem;top:16.4248046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3xNTM9yoRVT8w0ZbB4dtTIpX8x1hxHu { top:44.8125rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vSylLR9rsOx9mNKcSrmCyNpDRbSLokKS { top:44.4375rem;left:2.5rem;width:44.875rem;height:3.3993rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTT500ixk3yrtkyV6mZDPHsxFT9eUTDr { top:49.8125rem;left:31.6875rem;width:13.1875rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VVQohKIKdp0RLkmTqKhtiVeAi8xdXFNw { width:1.5625rem;height:1.5625rem;top:49.84375rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FLrnVG7H5O59liPDeNr2TysOhulTS3pe { width:13.875rem;height:2.625rem;top:49.349609375rem;left:0.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #kcRLxwDwkk46PDT3qsAz7CWihue2UUa6 { display:block; }
 }@media only screen and (max-width: 1199px) { #NIuq1azqhp0yMcQTOBTXPw42nDLnPtvS { width:1.5625rem;height:1.5625rem;top:49.84375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSELlIkfUQlH7DTI17WXdvPImz2wzw1a { top:49.8125rem;left:2.875rem;width:13.25rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RFfyrRCASy8NTIDXzvmOw5nVCM8CO2hR { width:30rem;height:1.40625rem;top:9.7373046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTCgBXM35z0TJJXMm07lxbtSUemX4mRO { top:26.375rem;left:2.5rem;width:44.125rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3VNT7XAgNyZIiAvAfTwgDpyODyJbo9R { top:26.6875rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iB9bmZTbU3VkMQK2UBunQUNWT8fVTJ5N { width:30rem;height:1.40625rem;top:23.2373046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hoeNt7mSJtQDoVET9aeFFTNBvc58dEdw { width:30rem;height:1.40625rem;top:30.0498046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxIEKVi7ZGT0x24UDrVJ7xGqeonXkSsw { top:32.9375rem;left:2.5rem;width:42.4375rem;height:3.5989625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzHLywQvBu0sdo0nQQQkcpSf5XMe6lu4 { top:40rem;left:0.625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brr8qTSoDKHdZJaL3zmN2VrBquPyZ2J5 { width:25.75rem;height:1.40625rem;top:36.6123046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ul6iizZJBgggmFSageoKO1UD1LEtJyUI { width:31.5625rem;height:2.8125rem;top:1.7998046875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp { display:block; }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp > .row .container { width:47.75rem;height:175rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HBcCfTHD1SoHupeowxSqyam54ZC8GKwH { width:40.375rem;height:2rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cp44J9fZJfbfXE2td61VsMNGo2MbJtNt { width:0.625rem;height:0.625rem;top:19.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JTeDHREamEa17CTLdx0dSIFwWFqEPO2P { width:36.6875rem;height:4.72395rem;top:17.375rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLoe2WeVToPMrALeFTnwkUIIOUxuG9y8 { width:3.75rem;height:3.75rem;top:17.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNEwGqE3zpIiodIyBolOWOM7A0mHcRik { width:39.8125rem;height:5.09895rem;top:23.186462402344rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZcv6xX3F4HGWyGlQfP3snwQP87VbZSQ { width:46.5625rem;height:5.09895625rem;top:3.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #If2zUw0FWGzwlwvqW73KNWrhnz7mdUVH { width:39.8125rem;height:3.3993rem;top:9.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sk5x3nuPeRTmHEkNGbl0S58uyMW1NMLp { width:0.625rem;height:0.625rem;top:142.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8fmHy0tTf6MpgFrnXzISTzWGSKO4oKL { width:3.75rem;height:3.75rem;top:140.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCh1PTUfgz1bCrWuhq0FcKaeWrVky2Ik { width:24.125rem;height:6.29860625rem;top:140.6875rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fxmhFb1tcI99aG3mMXBTuG1Nwo5kTUxo { width:35.125rem;height:5.09895625rem;top:147.62291717529rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JC6TQ1Mzpbp56qcNyeGxTOUJ8cZIEkJm { width:0.625rem;height:0.625rem;top:82.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PI446ltyHlP9J8XsOXLHw9DiSdKReHct { width:3.75rem;height:3.75rem;top:81.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fs84IlRRoRBEQ66Q888kIDh06PkrbgDG { width:24.3125rem;height:6.29860625rem;top:81.062507629394rem;left:7.5000000596044rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FVwQCGz3id2uExXeCCNTSBmIBtFRtist { width:39.8125rem;height:1.7rem;top:117.24895858764rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOM0qCBAq7iqCNngwK4KxveFFHkVuKQD { width:47.75rem;height:0.0625rem;top:138.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QK4CNdTHTMx9Ks3qr3Og7szuIHhIGaEJ { width:47.75rem;height:0.0625rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QkmN93dKcN07H245M9hSqSAZkwP6RQU3 { width:22.5rem;height:1.69965rem;top:51.185775756836rem;left:7.5000000596044rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QaxeQX6w2y4R8oTs0SGM74MhUOWsuBa1 { width:3.75rem;height:3.75rem;top:45.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZxC5BvuItsh7yMCTs9TiR5VGAwgphQpT { width:22.8125rem;height:4.72395rem;top:45.375rem;left:7.5000000596044rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VTfpATJfeVmJDh29dLxD36fSoiBrJsn7 { width:47.75rem;height:0.0625rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hp1exyifSwu46MEsuPCsld8KiDaZcoqk { width:0.625rem;height:0.625rem;top:47.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BK1lmuPXr2SQ6StzlKeIwA8FTKk9Slv2 { width:39.8125rem;height:1.69965rem;top:88.685417175294rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WqQ7JL1pAxTWqdT9hwU1bryqsE6Mf3ks { width:3.75rem;height:3.75rem;top:111.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fy66TR3Fhgf7abWTtul5E10vHIRUDPMv { width:22.4375rem;height:4.72395rem;top:111.2500038147rem;left:7.5000000596044rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkcXMNPcCEm1hfimmRWSTlTxCOpd8wst { width:47.75rem;height:0.0625rem;top:109.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmrUCXfLxifC5SxBWbySeMvKyqTsuxez { width:0.625rem;height:0.625rem;top:113.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pf8trdJ0xnCPdkQwx6fwr4X50JQAJZIi { width:5rem;height:2.275rem;top:17.125rem;left:42.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vmwTvCIX9JhKz8lxl7Em0TVDg1uKhZoI { width:5rem;height:1.94965rem;top:19.1875rem;left:42.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zpZiG8T87katdeAKLZeoxQp472E2xJxx { width:5rem;height:5rem;top:16.9375rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHsACEluGRUQEgJ0szuIo4J1h2noHQQq { width:5rem;height:5rem;top:140.3125rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HAMenI9vThk9SNzii2hvnCu86KPX61t0 { width:5rem;height:1.94965rem;top:142.5625rem;left:42.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lr1zriaN7tWqJN0ZrRfs2fXbr5Jp1vDx { width:5rem;height:2.275rem;top:140.5rem;left:42.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZxcxoPFGgTflOJ9Dl15Q5Q8MxIZTlA0q { width:5rem;height:5rem;top:80.5rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkPcicdnFJRFBXiFdAq2z5gUUXoSgLr9 { width:5rem;height:1.94965rem;top:82.75rem;left:42.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cQlHqQNMC5PWMnLBPRUpTo8MUfOBksZn { width:5rem;height:2.275rem;top:80.6875rem;left:42.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KZrfNyOWrhwwPdxtRphM6fqdmh9JiGRd { width:5rem;height:5rem;top:45rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SCcUxU9B14lzMFXVQa5AofaVmpmFLxB4 { width:5rem;height:1.94965rem;top:47.25rem;left:42.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qEbseFASwODpbsiOx28VntslkUx1TS9l { width:5rem;height:2.275rem;top:45.1875rem;left:42.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CkZ7gRfegmeQSL5fzJR8eNSbeSZZ272u { width:5rem;height:5rem;top:110.9375rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mn8XSptD6d5i4HbnuMcwO3uq7T0CzEvd { width:5rem;height:1.94965rem;top:113.1875rem;left:42.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zRa5X9TxynmmPoDur5Xk7WV75usQK213 { width:5rem;height:2.275rem;top:111.125rem;left:42.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #INxCOot0PnsnuS7lyQb9qIuiuDUcCIOW { width:47.75rem;height:0.0625rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQ0xb4qhBvTUzvnNksCeSp7chShHT946 { width:36.1875rem;height:9.8489375rem;top:28.811458587646rem;left:8.125rem;font-size:1.0625rem;display:block; }#pQ0xb4qhBvTUzvnNksCeSp7chShHT946 li:before{  }
 }@media only screen and (max-width: 1199px) { #MAFQTJm3AonxM1OmAaM6DR0zGFv3Hmhu { width:39.8125rem;height:4.76823125rem;top:155.87291717529rem;left:7.5rem;font-size:1.0625rem;display:block; }#MAFQTJm3AonxM1OmAaM6DR0zGFv3Hmhu li:before{  }
 }@media only screen and (max-width: 1199px) { #vT8mqJuJrTMRtQdnKwA9U3kEgoPBTdC4 { width:39.8125rem;height:1.7rem;top:153.74791717529rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RR6QoiKmPkcL80Vx0lhEl0dIJ0Hhx8El { width:39.8125rem;height:4.76823125rem;top:164.18541717529rem;left:7.5rem;font-size:1.0625rem;display:block; }#RR6QoiKmPkcL80Vx0lhEl0dIJ0Hhx8El li:before{  }
 }@media only screen and (max-width: 1199px) { #FIzi9PJZMOJqaA0lEAfPw1BXHSbhCdZM { width:39.8125rem;height:1.7rem;top:161.87291717529rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQlpT7ndNIggDy60QHOFpglaB98NHPl2 { width:39.8125rem;height:13.6796875rem;top:119.68645858764rem;left:7.5rem;font-size:1.0625rem;display:block; }#KQlpT7ndNIggDy60QHOFpglaB98NHPl2 li:before{  }
 }@media only screen and (max-width: 1199px) { #xqQzvKgypRqOPbQCg0LJioT0AcpicLBQ { width:39.8125rem;height:22.09545rem;top:53.9375rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KKg744TZ1RRSpapmlFC8z0Jx3vomPT91 { width:39.8125rem;height:13.236125rem;top:91.185417175294rem;left:7.5rem;font-size:1.0625rem;display:block; }#KKg744TZ1RRSpapmlFC8z0Jx3vomPT91 li:before{  }
 }@media only screen and (max-width: 1199px) { #WVLCFbcPPU8FNEr6UtKk6PnOarNW5uXV { width:39.8125rem;height:1.7rem;top:106.24791717529rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKziPXuHn2HSIFAwTUcECHOBSNv61u3z { width:39.8125rem;height:1.69965rem;top:40.372909545899rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXGDM03pltgVqMCcqzUW23eybgJTk5xl { width:5.9375rem;height:1.75rem;top:140.3125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t4p8JfvavugntAk8VptB5zsReJs6Iz7y { width:7.25rem;height:2.375rem;top:141.9375rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNN8XdussSLUnB7WaIgzOF5hNXGIdfb5 { width:5.9375rem;height:1.75rem;top:111.24998092651rem;left:33.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wn0z5oHz9RpZQdvZma5kHq01DCRHIX1n { width:7.25rem;height:2.375rem;top:112.99303436279rem;left:32.680556833744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h69hUs8zDTM0FcseOKfeQz7LD3CZSJc2 { width:5.9375rem;height:1.75rem;top:83.3125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uxegoZZK09qBiK4FN9IdPehcck4m4gP7 { width:7.25rem;height:2.375rem;top:84.8125rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFWA8kQ78CQZE5rQCz85Agot8uFeGVCR { width:5.9375rem;height:1.75rem;top:48.5rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RWLQ3HzX47AWx9PFdth6yIKOzpdmGn7s { width:7.25rem;height:2.375rem;top:50.125rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiRLIDC6TXc2mBsXpwWeLFmsc01xULRD { width:5.9375rem;height:1.75rem;top:17.743055343628rem;left:34.493056833744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y1HeFidzMmN6NlBhMoKLwArZ6LVTJ5Qg { width:7.25rem;height:2.375rem;top:19.4375rem;left:33.993056833744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kk8ZWTPHIFHpWibaJLz2PZw3PgSxS9VJ { width:9.5625rem;height:1.0625rem;top:81.6875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zu9ptrsqIPD5SUvk5ewiQTqqqs3ez1d7 { width:8.1875rem;height:1.39930625rem;top:80.3125rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xG9XCJTk1EPiBKkKmTrfy5xRnyTET7OP { width:39.8125rem;height:1.7rem;top:135.62291717529rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fXw5LT2kHzceZhyqeXrJ4xv85ppnzkiS { width:39.8125rem;height:1.7rem;top:170.74791717529rem;left:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D3iuIfbV0JmnTGr8LvPqw9ck7AZPBiyq { width:8.1875rem;height:1.39930625rem;top:44.437519907951rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vBmRhl63hJq7pU3LrNEf1t0FS8pSZifx { width:2.75rem;height:2.875rem;top:45.625019907951rem;left:31.812499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { display:none; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { width:47.75rem;height:9.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #uvxssTkRTIBU0tIGzMAraQTlwqgem9Rq { width:18.75rem;height:8.4375rem;top:0rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 { display:block; }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row .container { width:47.75rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PBtQ7mfp7hWT6TUQR6Hgr13VXdLQdsdE { width:18.75rem;height:8.4375rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vOvqHsgtNDdvog315vQMiWLutvupuarJ { width:18.75rem;height:8.4375rem;top:0rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:47.75rem;height:1.05625rem;top:0.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:18rem;height:5.0625rem;top:1.5rem;left:14.885417938233rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 1199px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 1199px) { #EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP { background-color:#583f68;background-image:url("https://images.assets-landingi.com/uc/f4cb1410-3cb4-470a-825a-c8e6db16b786/kongres_KV_KONG_KARDIOLOGIA_25_06_TLO_BILETY.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP.adaptive-delivery-prevent-bg, #EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP.lazyload, #EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP.lazyloading { background-image: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container { background-color: transparent; background-image: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container > .video-iframe-container { display: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row > .video-iframe-container { display: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .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); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container { width:47.75rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LlPRCn75XrkqMGRKAua8V4IcsW5avBxc { width:15rem;height:20rem;top:10rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aeqa5Qg7ReGl1fC5u3cIJXOW2B4Sqn5h { width:15rem;height:20rem;top:10rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fNFJF6rp8sgUPedwFp6wHHOUPmKBCbxC { width:13.75rem;height:4.0625rem;top:17rem;left:1.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxgAUQMKTCv6ZTclfHQFTC4ogsVNvLf7 { width:15rem;height:4.0625rem;top:16.75rem;left:16.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EuskCS6h7vgDAo6uKodlSX6pOnZbMz48 { width:13.75rem;height:2.7625rem;top:14rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5pphN3LnAk0ZTKXeSnIlb5UZE6AJ6Bh { width:15rem;height:1.38125rem;top:14.690625190735rem;left:16.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s1rgXIoZ3l5uX9ZP0f5cZ0S1snKfyWPf { width:15rem;height:0.975rem;top:22.5rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AzIsDWGzJhcm9dDqJ3pumFVuGMU9TgvR { width:14.75rem;height:0.975rem;top:22.5rem;left:16.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTi5PErJG8uDSIGiMq3IycT3Nsg4UZJV { width:2.5rem;height:2.5rem;top:11.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f71p2LT6iKeVTH3MbKf5XGGURgov749Z { width:2.5rem;height:2.5rem;top:11.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euOuVO3DIPQ9e2CQGToo5KUdd4HUxwL0 { width:15rem;height:0.975rem;top:28.5rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ae394CGl1iPUnHDXV52G732avsuu50Fo { width:13.75rem;height:3.75rem;top:24.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g1xdUMhKMi6iSPKweoNLDwFBFiKDbJ22 { display:block; }
 }@media only screen and (max-width: 1199px) { #aZxTq3wNhQ6y03Z18lw24QfLpqfsOnKk { width:13.75rem;height:3.75rem;top:24.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ae9ihzIwHB3vB7n2RgZrxsqFt9Qt7ay0 { display:block; }
 }@media only screen and (max-width: 1199px) { #D0aR2KNCpeWtZxrNMxVPtHLIo8JeMETP { width:39.3125rem;height:5.3993rem;top:2.5rem;left:4.21875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XlAIX8GTkbrDEamPORNzAeGvyiUhNn7x { width:15rem;height:20rem;top:10rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3vgE8o5XavSP1S1wKRhJrTaA3ZxAHTo { width:13.75rem;height:3.75rem;top:24.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TNlJnLFH2JPro1hbFlcOVSzqPd7fOmts { display:block; }
 }@media only screen and (max-width: 1199px) { #c1XblW140xWfMEgcluGm9vOHFSrI8URU { width:13.75rem;height:3.25rem;top:18.375rem;left:32.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UakuCBKRmceS0W6EETEnTPPxlneU4Xq9 { width:15rem;height:1.38125rem;top:14.690625190735rem;left:32.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C7BS5kkGkiEQCrAsLhnVQoF5yThdSdq0 { width:2.5rem;height:2.5rem;top:11.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pOsWXuyvp45h8eDETRrCRSc9fcw1OLwz { width:15rem;height:0.975rem;top:28.5rem;left:32.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RGNKfcpkThqlpnfEg99ceJ5q7AhF1Lsi { width:4.1875rem;height:1.625rem;top:18.46875rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX { background-color:#583f68;background-image:url("https://images.assets-landingi.com/uc/f4cb1410-3cb4-470a-825a-c8e6db16b786/kongres_KV_KONG_KARDIOLOGIA_25_06_TLO_BILETY.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX.adaptive-delivery-prevent-bg, #Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX.lazyload, #Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX.lazyloading { background-image: none; }#Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX > .row .container { width:47.75rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yT5MtCCqXKdEuMtUzcywOxnoUh81p7U2 { width:15rem;height:20rem;top:10rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTeZaler1PK5cItL4aOKl7XVp2dObiHP { width:15rem;height:20rem;top:10rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Je0VSpEo1Un4b7pJxg76U0dx8tElLhFN { width:13.75rem;height:3.25rem;top:17rem;left:1.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fSsv7f25ktU9UTMs0zcQcf8NSZdAg4DW { width:15rem;height:3.25rem;top:16.75rem;left:16.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rflTcN39qzNlqCdXO0r96JbN0Uplfwl7 { width:13.75rem;height:2.7625rem;top:14rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e8PbWIcaoZUDZ4wqDygvTJxsidMvkBQh { width:15rem;height:1.38125rem;top:14.690625190735rem;left:16.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z9RRboCumI8roHB3mVqdyvXPHQZzQxJX { width:15rem;height:0.975rem;top:22.5rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c6Ty7C82pAQQD8eSXaOS0QZvTs5xWsFG { width:14.75rem;height:0.975rem;top:22.5rem;left:16.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLyeTDhFzggnruS5BsS38Jo1SrS8sWtu { width:2.5rem;height:2.5rem;top:11.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ciFRc6fVqlXSZL42ISmEw2zPlIweXilw { width:2.5rem;height:2.5rem;top:11.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mMNp7xlqaM5xP0taBWoPOlx7TTNg5UgW { width:15rem;height:1.95rem;top:27.9375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLDQ1nTBqqJZkKBpRAxnB90uWvTVSxOP { width:13.75rem;height:3.75rem;top:24.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #paqAzSyw4Ukpw6dMWefkKvk21LpZJyUu { display:block; }
 }@media only screen and (max-width: 1199px) { #bA4LJPIgsTyEIDceBP1LL3UDx95rKUro { width:13.75rem;height:3.75rem;top:24.0625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMHqh91ibQGtkZqy4IswOT30lbVTlzdA { display:block; }
 }@media only screen and (max-width: 1199px) { #gCikxE8qshJt9ZISPGLFB5FByEU7cc4w { width:39.3125rem;height:5.4rem;top:2.5rem;left:4.21875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DsbPtTSvKapnbzMtKyfTllCKT9XvXX7F { width:15rem;height:20rem;top:10rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eSzK1miNzDwQEeOHVExPLrgOvTSNzTlb { width:13.75rem;height:3.75rem;top:24.0625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uzg1a5IA3z254gBoKvtzxy1rSFLJsxzI { display:block; }
 }@media only screen and (max-width: 1199px) { #rxFXx5UmW2VebAya9fylLp3GCs9lViau { width:13.75rem;height:3.25rem;top:18.375rem;left:32.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FDw3Pkqi0F2GFn89L9W9wlOgesNmURq3 { width:15rem;height:1.38125rem;top:14.690625190735rem;left:32.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uox25x5t7soarosLOkXxksHgeth8Z8Ph { width:2.5rem;height:2.5rem;top:11.5625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQSSk6h3qVGakxpcC9eVFDpSaMeGu8sa { width:15rem;height:0.975rem;top:28.5rem;left:32.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WT23Edt0CsDu0bcLfl9Opk8PLByr3JKJ { width:4.1875rem;height:1.625rem;top:17.78125rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UNVbMskN89OnvvV3iehHuffA5PJk1vJ9 { width:15rem;height:0.975rem;top:28.5rem;left:16.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ePT0MGD0QCuak3XVhLewVJX948zUQkyq { width:13.75rem;height:1.21875rem;top:20.8125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QkRBNHxmtkNBm01lInkX9UlkM9y0t6DE { width:13.75rem;height:1.21875rem;top:20.75rem;left:17rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae { display:block; }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row .container { width:47.75rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U8G5BZbcqbt2KLz4exdhCI2TrzwJQodF { width:46.5rem;height:0.0625rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HBVE3b5V4PoNFKdrzHIlfTMW5kngydu1 { width:18.625rem;height:1.1375rem;top:0rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HQbi82Xuc2yVcaXDAQQlCbQuFARKBRkk { width:11.5625rem;height:1.1375rem;top:0rem;left:27.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HrCkCWb1yWi0RgzxP3mB8JlRdysGsMyF { width:7rem;height:1.1375rem;top:0rem;left:39.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Py5SgkCsuxwuOKw133SB9eI4vcKOLPgI { width:12.5rem;height:1.3rem;top:3.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlXSIO73k8SNeNKy8EsiSFJA75e1s4Gm { width:46.5rem;height:0.0625rem;top:10.625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kDHbafzA5z2Ex7qyM4J1XtCdUWmBTNEL { width:46.5rem;height:0.0625rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFZgAqAeWTOZ1BhqONWm0tr5lwCovk6i { width:27.375rem;height:2.5996125rem;top:6.8125rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qELu1HOlpsLpcViChMeDTD7cuBxFHrJL { width:1.25rem;height:1.25rem;top:3.068359375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vhQs5eP5uZdCTJQa6MVylTzWiEET49Jr { width:1.25rem;height:1.25rem;top:3.068359375rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iSVv5T2lACAktXvoR081etrVu5Av8Lr4 { width:1.25rem;height:1.25rem;top:7.4479179382325rem;left:42.656249582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WrX9r6LD4dkPWwEwkh00zIqQTyQ9dFK8 { width:1.25rem;height:1.25rem;top:7.4479179382325rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uOmtEKULLp64krFfl3ln2ig7oFxstnZc { width:27.375rem;height:2.5996125rem;top:11.875rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB7Myb2mX6SO7t6bUIM0hhK7AzyN6Ebh { width:1.25rem;height:1.25rem;top:12.511283874512rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #be6RymkuqN6GfaDBHqZgPaIo3TN5wm2l { width:46.5rem;height:0.0625rem;top:19.4375rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPfOuhxeQMHldHgUTgcXdamabfBnTgvu { width:27.375rem;height:1.29980625rem;top:16.9375rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KAkfT5lp1WoAlyEuJBb1ktWLbyleps7P { width:1.25rem;height:1.25rem;top:16.948783874512rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JN5r5rvwmnsDsavOorImwT03UGxFvp2F { width:46.5rem;height:0.0625rem;top:24.5625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s9gRMkcM92QeQ5Pn6MTaur4xW8eJkFIF { width:1.25rem;height:1.25rem;top:21.386283874512rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h57htvGtz5OREMQ3SSTqTzcCItaydWXM { width:28.5rem;height:2.5996125rem;top:20.75rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQZRJlOxAbuBXIV81I8T6KKfk2gmipX8 { width:1.25rem;height:1.25rem;top:21.386283874512rem;left:42.656249582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8bsGwm2KiIATDLLvohSk9DHu3OXTrcy { width:46.5rem;height:0.0625rem;top:29.6875rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b8bhXq8X11NCvscxB52DFJTBK4w7BNGh { width:29.3125rem;height:2.5996125rem;top:25.875rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0qETRd1Tu2OnMdVWSqxqN4yZbFRTsVg { width:1.25rem;height:1.25rem;top:26.5rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bCFVt9mdSiX40ZtD2zJ43GVSElqenh2s { width:1.25rem;height:1.25rem;top:26.5rem;left:42.687499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIaIL8lIexOp6X7OKxH5JQP23T6TNQ9C { width:46.5rem;height:0.0625rem;top:5.625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eqqTKZT11gUreWkP1eXr5vetJbAcUtqo { width:1.25rem;height:1.25rem;top:31.06875038147rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxOeeUtrcKeaHo5goWS0mserUTz59Kfa { width:29.3125rem;height:1.3rem;top:31.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MCgoMEvtctDU9eu0hwS6m3GWQC6bUoET { display:none; }#MCgoMEvtctDU9eu0hwS6m3GWQC6bUoET > .row .container { width:47.75rem;height:46.9375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ouUrNknr3OyclBlsWBaWohnOCymnpWw4 { width:46.5rem;height:0.0625rem;top:1.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghfcXuLk7sdra1pL8Qr2VKueqTq27IkZ { width:18.625rem;height:1.1375rem;top:0rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blo2pf7vgpmD7h67NBBh8pbpRuVysiJT { width:11.5625rem;height:1.1375rem;top:0rem;left:27.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnGA21zS0f71ZlfncSTA825nuDq1cC0v { width:7rem;height:1.1375rem;top:0rem;left:39.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f6t50wGgnsrnEqTo7BvHs3BJhinWHKp7 { width:12.5rem;height:1.3rem;top:3.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8bowbvNts00BPyttBzOFbGnGkkCp4tR { width:46.5rem;height:0.0625rem;top:10.625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zeXDS9cIvfBir7SZely5rmWM4iTerGMK { width:46.5rem;height:0.0625rem;top:5.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gAsdrFH3xDBwbIn1tvdO6HyAcVPMaogs { width:27.375rem;height:2.6rem;top:6.8125rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EthOe9dSploTwAM4Utq9XRnhq5XaxSST { width:1.25rem;height:1.25rem;top:3.068359375rem;left:31.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CcdCPu7WhLyKGd2QMiCNVCUU008D63mB { width:1.25rem;height:1.25rem;top:3.068359375rem;left:42.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FX8yHE7Fq1OME83H93r5SQk4gHz6Rqxm { width:1.25rem;height:1.25rem;top:7.4479179382325rem;left:42.656249582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eLXMwfvBrObxonhzcwEhscRlF3MwmgQU { width:1.25rem;height:1.25rem;top:7.4479179382325rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIwi9Hh3eKvzuKD0nPotOiWC8S8PCNpD { width:27.375rem;height:2.6rem;top:11.875rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lDfeMN3wQP073ipX9fIDO2ylKxuusiET { width:1.25rem;height:1.25rem;top:12.511283874512rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QHJVQ4PobM28qBPpPWbyob8GNeDa1hNq { width:46.5rem;height:0.0625rem;top:19.4375rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcW7xiIgXzcIhFHnftU0DvPASpmDu7AS { width:27.375rem;height:1.29948125rem;top:16.9375rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGTzUXym9pfSKnDLO7MAB4C28LHF1xly { width:1.25rem;height:1.25rem;top:16.948783874512rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SyT5pIhZ1aFx3GqiwZMzhZIMSLJAXIqu { width:46.5rem;height:0.0625rem;top:24.5625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #czKlPk06CkdWDSNAK8oKuvC4xKJJdbq0 { width:1.25rem;height:1.25rem;top:21.386283874512rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #daZxsW2rXPOkgsoZtSRJK3nhtSrbFBo3 { width:28.5rem;height:2.6rem;top:20.75rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CeQMLbkrhl8CM4OcEUPX2nP2IeNlVTeb { width:1.25rem;height:1.25rem;top:21.386283874512rem;left:42.656249582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dRNMTeIuDw42zsb0EryH4dtb9ELiXgIC { width:46.5rem;height:0.0625rem;top:29.6875rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fiAKisRBWnXkSs12gOTRu9K0JQ45pM2H { width:29.3125rem;height:2.6rem;top:25.875rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pVOJmuIkiLyIa2R3J7sJtOVdivAaCsub { width:1.25rem;height:1.25rem;top:26.5rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T3r2NxsBHEDI1y2FGxmvZlbLrAxLfJTG { width:1.25rem;height:1.25rem;top:26.5rem;left:42.687499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BIwHyMOmEmBgpD6FrS7kcgkJKlqHwJcu { width:46.5rem;height:0.0625rem;top:34.75rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IZdBvvfyTc0fvDT9N7kgIlkAJKbOZRr2 { width:29.3125rem;height:2.6rem;top:30.9375rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTqhTx6ERcfb6me4DeD90c3IT6MFaenx { width:1.25rem;height:1.25rem;top:31.625rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgdxIES8z1qx3NKlAdzAR0nlSy11oaGU { width:46.5rem;height:0.0625rem;top:38.625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zt743mnTOKkdFqZDdGREmqe1vFfZ3MEn { width:29.3125rem;height:1.29948125rem;top:36.0625rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rsyTVkMq1wCzurkdW5sQkc0Vb4DEwxNs { width:1.25rem;height:1.25rem;top:36.06857585907rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtuwMaoT8wZSRrm8rGSQ6s7eVCpc9Ld9 { width:1.25rem;height:1.25rem;top:36.06857585907rem;left:42.656249582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JoRu286eVxEEbhQm6TkT3H5yzTl0mBT3 { width:46.5rem;height:0.0625rem;top:5.625rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FIz5TnPJiWgFH3nPLsXNLLHMkJpbb5tL { width:1.25rem;height:1.25rem;top:39.943576335907rem;left:31.874999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WDk0DEbk8NnKiZVyfTSsGFQtTFewDkhl { width:29.3125rem;height:1.29948125rem;top:39.9375rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF { display:block; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yr0dPw9vh3wLpGfhR4NIluCi2h9u2B1N { top:2.5rem;left:0rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dNeatCmqrTXkGfHZkCnW2qaakViVyJWS { width:30rem;height:14.34375rem;top:18.8125rem;left:8.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #RK2vO1UIwSTplEawT6N3C1daZiyQIALG { width:17.5rem;height:3.4375rem;top:35.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y16RToPCCTeh7K1HgZznk9AaMWIF48Ll { display:block; }
 }@media only screen and (max-width: 1199px) { #GsBkiWZFF5zByp5sc7TE3wG1g13CsNIH { width:7.5rem;height:7.5rem;top:10.5625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twT5NqudzV4fURTdo5sA4u1glVwx7t9g { display:block; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container { width:47.75rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mTPFHpWuv9np4bXaOQGQ8Ne2o4gq2bQb { top:2.5625rem;left:5.375rem;width:37rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JSWrolZ8Uub7RbuaN2fPQMekKv0rn6My { width:30rem;height:11.15625rem;top:22.5625rem;left:8.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rx723rXvOFSax12FllefMCAPsEVTJwM1 { width:17.5rem;height:3.4375rem;top:35.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lsxWbqLTnulzrB9PxfSOo0IixEZadp2G { display:block; }
 }@media only screen and (max-width: 1199px) { #HNHPEmpJAgsluhsVZ0uhQdBfEUw3gQ9d { width:7.5rem;height:7.5rem;top:13.6875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { display:block; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container { width:47.75rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qv5mr3D6PL3wfWDoUzuAtgoUI29eWMr5 { top:2.5rem;left:0rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hII2HO0JsJX8Lf3Pbdnle1pIOFdnRTP3 { width:6.25rem;height:6.25rem;top:7.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKqL2T9dMuI68oNUSZ2oRerR6DKvz3Lm { width:11.625rem;height:2.111325rem;top:14.5rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mk0GXQktI3giX4wstTgqlTxpR4hFeqnP { width:6.25rem;height:6.25rem;top:7.625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PpnqTCE4Zl19ZufXRAeSbN8ApPGrdW6G { width:6.25rem;height:6.25rem;top:7.625rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #flzyA6AO29kHMnNtUvd3J6fkc1WLplcy { width:6.25rem;height:6.25rem;top:7.625rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xICpq43VAWmFapuc20xTWWhkvHcdmNfm { width:6.25rem;height:6.25rem;top:18.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uFGZCHBiA5HcAWr6KSfVXNwuS5UQ2uI7 { width:6.25rem;height:6.25rem;top:18.5rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFSXiG0nXLCyukTTMCm6JfRXGwB0UBx9 { width:11.625rem;height:2.111325rem;top:14.5rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JlTITNlFmUzUEMN2um2IvtKKLhHwfkTg { width:11.625rem;height:2.111325rem;top:14.5rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sEPV4It1BnFPmlvFqBfJixv2NqIFnm4B { width:11.625rem;height:2.111325rem;top:25.38125038147rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFhueiVTXlvaKwq3IaOyAToXiQ1Vn9Is { width:11.625rem;height:2.111325rem;top:14.5rem;left:35.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #snRHe884OH5ZmKX4ftdPiypX6ctxCZCL { width:11.625rem;height:2.111325rem;top:25.375rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oevzv3bWrmUdHv7OtFUFh8UuObNaflDG { width:11.625rem;height:2.111325rem;top:25.38125038147rem;left:35.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5Zf9FO7T37M8TaC07vbr6PeJA8TuG0n { width:9.5rem;height:2.111325rem;top:36.331250190735rem;left:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PdTutxgBZRBsZWPQ1tytZGlDRvFdiC06 { width:6.25rem;height:6.25rem;top:18.5rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lbTGhHGWwMrVGfbiUyQnSNQgTVZCImZ5 { width:6.25rem;height:6.25rem;top:29.456249237061rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnfAcbxa4Ax1DZC949cKtJaTggstOrtd { width:9.5rem;height:2.111325rem;top:36.331250190735rem;left:24.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFoTPuAf1c4vvw9CcQ08ObMpIDWJToQM { width:6.25rem;height:6.25rem;top:29.456249237061rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SnPGOaTUtlT2Jsm2wLANrNoT7UTuTpEC { width:9.5rem;height:2.111325rem;top:36.31875038147rem;left:13.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GrsqtvXMtwrySGTul7W21CboQ49zXyQ2 { width:6.25rem;height:6.25rem;top:29.456249237061rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PL25JD7Ew8SkUcHTldUGtsFThZTpXNfT { width:6.25rem;height:6.25rem;top:18.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nggOuc5Kl1CepzSw013l1bomr00N1vg9 { width:11.625rem;height:2.111325rem;top:25.38125038147rem;left:12.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rILaE96Jub9F094uyepK9cDi4CFZMDXv { width:9.5rem;height:2.111325rem;top:36.31875038147rem;left:36.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fuzwESmAQiHD9zlQ9q4aTSof0TyUSVdO { width:6.25rem;height:6.25rem;top:29.456249237061rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a { display:block; }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a > .row .container { width:47.75rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qgWOJDFd4krcsP0pDWOybtoowtpBTJMZ { width:16.25rem;height:3.75rem;top:0rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rA1vFGu1z3tTgS05N98z7uR9I3IbFWX5 { display:block; }
 }@media only screen and (max-width: 1199px) { #xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { display:block; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WKTXaq13d2zZEAVy6299zlGRRrqBT67E { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RQFbPQgEonTFnQcaSMtTyEkmlmc3wpaP { top:2.5rem;left:0rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { display:block; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container { width:47.75rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zXqlh481i40bOUiQNp7mQQzaN2oNRS5u { width:23.875rem;height:1.1375rem;top:0rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r2q2s4o3C61Ihepo8ifJx9NeGsuSCvag { width:10.8125rem;height:3.25rem;top:3.0312705039978rem;left:18.468749582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ksKl2ElG8GLB4NftEkwSn4w0TNq01alW { display:block; }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WV8S7lg6wTCiVnZTfWznBGsUNzKLT76J { width:23.875rem;height:1.1375rem;top:0rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RANB0ETATs7F4VS4aPOc0WVzTNCIkRfQ { width:10.8125rem;height:2.6875rem;top:2.2187499403954rem;left:18.468749582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cu2qTykD36KTsMLlTkICu0Vb9bU3638x { display:block; }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ntXGg8Q0dZBiIc3IWVVdkCTMR8sNcPbx { width:23.875rem;height:1.1375rem;top:0rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dcCK60GxNXeqp8qehgMR9oxGIR2muu7T { width:13.25rem;height:1.5625rem;top:2.2812097072601rem;left:1.0000000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCXeqPPZ2Up92WhAe6GNNOtOGGd04N2K { width:14.3125rem;height:1.9375rem;top:2.09375rem;left:16.718749582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9q2CibDsk034i4nf4rxghBnyTzOIwTK { width:12.3125rem;height:3.4375rem;top:1.34375rem;left:34.641494333744rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq { display:block; }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #asKsweqbtgySG0LyCR1OWc1woJiySzrK { width:23.875rem;height:1.13715rem;top:0rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gfTVu57RCHiGZgqWOqDJprw6P5ayG5po { width:9.3125rem;height:2.8125rem;top:2.7734375rem;left:9.24305588007rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ve3CxOJGizRdGG73D5K3MDyUud1LAGQU { width:10.8125rem;height:2.8125rem;top:2.7734375rem;left:21.531249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar2ARXmrBsL4MoibROrHHTBXwUb01rwf { width:10.8125rem;height:2.5rem;top:2.9296875rem;left:34.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9Bsk4qJzIyoDXWdKT15Q0Kq374NzUuM { width:4.375rem;height:4.8125rem;top:1.7734375rem;left:1.4496528506279rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa { display:block; }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa > .row .container { width:47.75rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fe59X5ulADX9Cn4LsecWsu5OfhHKSih9 { width:13.75rem;height:1.8125rem;top:4.125rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BsSR3235eAqpzo29nhdlaSQKWkvrNJiE { width:23.875rem;height:1.1375rem;top:16.375rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R1fGPpGvMa9eggGqupeGhgr1R1mVuIok { width:23.875rem;height:1.1375rem;top:0rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wyVOWB0oQ5wz8TA1vw482TPp2IXTuN3B { width:18.9375rem;height:2.4375rem;top:19.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXkaVaqutbc7k2hHAvmh4RIafo9wMRiL { width:13.75rem;height:3.25rem;top:3.40625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BorGto3t94wkpBgQ7wV08g5p5v4Vstfh { width:5rem;height:3.9375rem;top:2.875rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FXrEfUMW2ZSOa0VcftZtTuh0tqvFT1fZ { width:8.5625rem;height:2.625rem;top:10.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e2cdOVMIcB3WppDxxS0DK5izwPxwgrnW { width:11.8125rem;height:2.5rem;top:10.96875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aU40ExH2zeyHNKTQtS1pOovRcGhgAv1C { width:10.8125rem;height:2.5rem;top:11.125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO { background-color:#fdfdfd;background-image:none;display:block; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container { background-color: transparent; background-image: none; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container > .video-iframe-container { display: none; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row > .video-iframe-container { display: none; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .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); }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container { width:47.75rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cytA0iLw8nLZcQEbXTyU5RKrUTAAIE31 { top:2.5rem;left:0rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNhgZRcDqrlP0S3s1KtI5b2IlArGnIrT { width:46.5rem;height:1.6rem;top:12.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pxAIfTMprffJ3SBTV7FFgTDwLQvCiNV5 { width:46.5rem;height:1.7rem;top:10.5625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pBnN1mNiKoP07TlN0rPOFvZqe49w21z4 { width:46.5rem;height:1.7rem;top:16rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXvSHmhNuF66SzPkNyorBO9PJNKQbZA1 { width:46.5rem;height:1.6rem;top:18.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dAHtvhh9Th7N9s64117F8vVKtNw46ZtK { width:46.5rem;height:1.7rem;top:21.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kb06MDeWmpsUiHrmWLQLozbHTGoTekLz { width:46.5rem;height:1.5rem;top:23.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d8JmieFtsKv5TK7RSATAn3cyqTw9emio { width:46.5rem;height:1.6rem;top:28.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UwTeZput2qKl4BwXlPeJlM06oEuoa0Lr { width:46.5rem;height:1.7rem;top:26.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xuMTTiRqXKw5EZ7tF8ifg4XsfprsIbXR { width:21.875rem;height:1.625rem;top:7.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vPV4VKQRfcoDoSt7tshhPF47V4km4Gm6 { width:46.5rem;height:1.5rem;top:34.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdnRddm35zCxgG9xXkAWHZN5cgK0aqXX { width:46.5rem;height:1.7rem;top:31.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gacst0tC49nCEkxI3BiP5xZK8a8BITeW { background-color:#fdfdfd;background-image:none;display:block; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container { background-color: transparent; background-image: none; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container > .video-iframe-container { display: none; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row > .video-iframe-container { display: none; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .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); }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container { width:47.75rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Bm60JmuwErAu1LFwWTZa0KN59VFDvIq4 { width:46.5rem;height:1.5rem;top:5.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NsXpQIwZzXR0TQXyUMNpAAPe1FZe8Je4 { width:46.5rem;height:1.59375rem;top:3.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lyJATFBOSEw67eJ6coBHuSeeLiKtC1sM { width:46.5rem;height:1.7rem;top:8.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taTQ0FBHTo2CTFhtyK3Dtf7zRQhfgfWJ { width:46.5rem;height:3rem;top:10.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zKzKOq0u76OObJUU6uP4Kod3c2zeXsST { width:46.5rem;height:1.7rem;top:15.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7tUeqHkMZAD42T9X4OoZaOsFxXZXToS { width:43.5rem;height:3rem;top:17.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yqgnVlnP39EBls3hKkRWXxxxVM2kMVHX { width:46.5rem;height:1.5rem;top:24.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5gJgEWeGocQfsV2c48mWttC7Gns2fry { width:46.5rem;height:1.7rem;top:22.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aEKLsKL0G8OM9VT2ngim46bw6OaLED7M { width:21.875rem;height:1.62539375rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #duCMVTJ62TrGP5cC2JLd7yBSm4AyXDKD { width:45rem;height:3rem;top:29.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OEDiJeTOCBhy24hv9B1vL87ABxJJ6Hfd { width:46.5rem;height:1.7rem;top:27.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MNf9cQQZTEOi2vo9xfvGEb3BOOGD39T3 { background-color:#fdfdfd;background-image:none;display:none; }#MNf9cQQZTEOi2vo9xfvGEb3BOOGD39T3 > .row .container { width:47.75rem;height:41rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #weqvhQ2dlul1TaoHlhDJ1ygOEyT7Hu3y { width:46.5rem;height:1.5rem;top:5.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbV5LAiW3B72ezoVAGFC8HUbU17Mqw0L { width:46.5rem;height:1.59375rem;top:3.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lHBkhiMqSGG3lznGVR8frkyIFg78wg3F { width:46.5rem;height:1.70039375rem;top:8.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vR8m02dUbTp64o79NLwgcxiAzMnTyLi9 { width:46.5rem;height:3rem;top:10.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NavZxgneHPPW72Kk0sZAzoRt7eNJQzld { width:46.5rem;height:1.70039375rem;top:15.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VNhp3V4ngZam4Ock49Nnv50k7qIHM0Vh { width:43.5rem;height:3rem;top:17.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N3GdWBx5qWuKT8Q7fRNErkn7q14ktBWe { width:46.5rem;height:1.5rem;top:24.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nV2clTKeAtfUvBMbnH99XdTnZVWTrsKi { width:46.5rem;height:1.70039375rem;top:22.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lce0BcnJ0Nf5Qeym4m9ElFfcqb0nSrE6 { width:46.5rem;height:1.70039375rem;top:27.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IU8cswXnhKTrzgkQ9U91V4CfqTPTgtCt { width:46.5rem;height:1.5rem;top:29.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ri9AOzuZ44fHphEiAN1htaSuUvhASZve { width:21.875rem;height:1.62539375rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WLwTlNcxyD4DQt4W5l9zFwNmJiK3GiEu { width:45rem;height:3rem;top:35.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xkV3nuN7BM1syVS2xFbQxmRyx3eFUe4z { width:46.5rem;height:1.70039375rem;top:32.9375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX { display:block; }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row .container { width:47.75rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PH5TLCeE82UZBRneOh5sWC5UF96NZQEV { top:9.4375rem;left:11.9375rem;width:23.875rem;height:5.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #zcAJgUHz0B2IIhtR7W9lyUyoqhOFu3yM { width:47.75rem;height:0.125rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2OBVcnm1k1lFBxkWNNZcx7iPsJZ7gRF { top:18.5rem;left:0.625rem;width:24.3125rem;height:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #EvheNathmx84g0F1T694BCMpFAzhczsC { top:2.5rem;left:0rem;width:47.75rem;height:5.19965rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yNAXLuDSLValVAqCs6d4IpdtefqPpBoW { width:6.1875rem;height:1.75rem;top:18.28125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WXuFHaTbfhDhaZ5qsGVq1vlLAgIGqWt3 { display:block; }
 }@media only screen and (max-width: 1199px) { #usfwW8wWVJ9kr9fs1MIhTzI2wshd6DSG { width:8.5625rem;height:1.75rem;top:18.28125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iX9mEIoLxMscnn9uWhIfJCXUKzPb7ths { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ { background-color:#787878;background-image:url("https://images.assets-landingi.com/uc/f70412d7-6859-49cb-b18c-b20ada337539/kongres_KV_KONG_KARDIOLOGIA_25_06_TLO_TOP.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ.adaptive-delivery-prevent-bg, #zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ.lazyload, #zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ.lazyloading { background-image: none; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container { background-color: transparent; background-image: none; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container > .video-iframe-container { display: none; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row > .video-iframe-container { display: none; }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .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); }#zFzdKJb1ydZH1rbShe6rTaodyc5wd4CJ > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3g8CvDtBvntXdo91EBv3icf4rNdyc8U { width:16.25rem;height:16.3125rem;top:0rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #npHHb406TI371VKcAMNBMbSIktuIlbL9 { width:16.25rem;height:3.75rem;top:43.111457824707rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHSHTNs4FqaiblxuriSnHqk3tHBSGv06 { display:block; }
 }@media only screen and (max-width: 763px) { #xvP60IZMQvt1M2mBiaaKLI7cGWwqNLFv { width:16.25rem;height:3.75rem;top:47.611457824707rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0xGvBpEhsJ4lDGusPyigGKGIi2lzHkQ { display:block; }
 }@media only screen and (max-width: 763px) { #ITDZFNIQAQuItVbmGLvIGHOOUCg9lMli { width:5.8125rem;height:3.125rem;top:34.548957824707rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf1BiaJFwuGJxaVSOtg4SUQJUMHJTyua { width:20rem;height:1.625rem;top:26.798957824707rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIrIRV4mMvq4SCZm1XR75RJGIl3nrinE { width:17.5rem;height:6.5234375rem;top:20.098958015442rem;left:1.25rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVl1nnmCmKvSREKlJay9HIVTUVwn8psi { width:20rem;height:2.925rem;top:42.298965454101rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwHw2vUzarMzrvN01UgrLyLe0dehfKJ2 { width:20rem;height:3.1669875rem;top:38.336456298828rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvH0bXslcyhh9KDM9NQQra0VfU12B5CM { width:7.375rem;height:1.3rem;top:17.839584350586rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eumCiFSXcgoQ2JzAcLnylpZAlILLGu9b { width:8.25rem;height:1.3rem;top:17.839584350586rem;left:10rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N1gbnLgGpFpoOTNLF8PpJAfWNdkZCwod { width:9.8125rem;height:1.875rem;top:17.548957824707rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaZN0oR5eCynEAFTips2TARu17Sxr4fQ { width:9.0625rem;height:1.875rem;top:17.548957824707rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct8VGI4ELI342QpGsrsasdFvw1FVOwcE { display:flex;top:1.4375rem;left:18.125rem;width:1.875rem;height:1.875rem;z-index:15021;font-size:1.3125rem; }
#ct8VGI4ELI342QpGsrsasdFvw1FVOwcE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #k8NN1zq7WRhSuGM440Sk8IdPB1MuqBRe { width:8rem;height:2.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amQsOnMTxT4OWQKiGGRs87XesEz94PSC { width:17.5rem;height:4.875rem;top:28.548957824707rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jdw3kJ1ZQ4BvH39634czdCGwVi62rtzQ { width:4.5625rem;height:3.6875rem;top:52.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dir4eDLekWFi3xygzFLr3NbFWapDlMT6 { width:4.3125rem;height:3.75rem;top:52.40625rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC4MWtbB43CrTRUImPCsHcFzrowUyJPD { width:5rem;height:5rem;top:10.40625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3PMBz3kcRrsSC4foy192g3Tm64hhWrX { width:5rem;height:2.1125rem;top:10.78125rem;left:15rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW2ryOO4aRmISgUXn0dChpOTFtQUNzt3 { width:5rem;height:1.798825rem;top:12.59375rem;left:15rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu { background-color:#cf0000;background-image:none;display:block; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container { background-color: transparent; background-image: none; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container > .video-iframe-container { display: none; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row > .video-iframe-container { display: none; }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .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); }#vuaPy2V79h6RyN1OaHDJoSpacVvq4TDu > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBTXxBvk0iMbv5HBAIktcXc7wKfi31QI { display:flex;width:1.875rem;height:1.875rem;top:14rem;left:18.125rem;font-size:1.3125rem; }
#ZBTXxBvk0iMbv5HBAIktcXc7wKfi31QI > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FPS4kXnVff3gDQgAZ22fWFUcTV7raNgy { width:15.25rem;height:2.25rem;top:3rem;left:4.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CACpL1k20iAG8qbN88xhiSgToS2V8N3X { width:3.125rem;height:3.125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP8TNaprb9IJHwzmSzoLZURi59f1efWN { width:13.1875rem;height:1.2rem;top:1.5625rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZZGfzPXIFEKUADNJMqF9zS4KmUueMZRd { width:3.125rem;height:3.125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn51dKnnzifth42VXZZI8KoOU5DvpC0C { width:11.5rem;height:1.2rem;top:6.8125rem;left:4rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CM9oQ9DQm2o3ODkEFXc5i9mhLH1OXXtM { width:13.8125rem;height:2.25rem;top:8.262499809265rem;left:4rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l8V7hRa5KhAGZUg3EgxzbXTx6oSuR4NQ { width:3.125rem;height:3.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dULEat5knudUAIn5neH2KtVIIMfcPZnN { width:9.8125rem;height:1.2rem;top:12.375rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Js3W63HR2RFWMSkH1nkpWqLmHqXGAJSn { width:13.0625rem;height:2.25rem;top:13.875rem;left:4rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb { display:block; }#bzNFen5O3RmwP5GQONZvPTSD0ehlzwhb > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTpGHsV87oS1WHzFZhskDNOB3pKtADVL { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDtTFT94THk4gOD86P7DDV0t1kK8sAfp { width:20rem;height:64.6875rem;top:5.3125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ev5um6QL5EqSuILdr3KqvWGsA8NAoliP { width:20rem;height:2.8125rem;top:71.125rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qyFbdUVdbMakgX2thHk1poWfQmt8zJeB { display:block; }#qyFbdUVdbMakgX2thHk1poWfQmt8zJeB > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEeNKeO2M5nL2fBUSNS5LOMFzDBz7gFC { width:13.25rem;height:1.1375rem;top:0rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBIOwHPtnyfztPL7XSF71eUzrPyMT8g { width:5.625rem;height:0.0625rem;top:0.47499847412109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZi24R6iuZpCV7777KaTb4frL1AAHZrL { width:5.625rem;height:0.0625rem;top:0.47499847412109rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVa2Hf1JTodQ91dBPFqf7CWGvTE4K8fP { height:11.25rem;width:20rem;top:2.7874984741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 { display:block; }#hGTZX5xVQIBTXomIdOulyUZnJqRTuJ93 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vytsp7LKNKsRouqrETuVv8svTpP1KORI { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IssZum7uRf3mDrkVskBbOSBbKe9FnpzV { display:block; }
 }@media only screen and (max-width: 763px) { #uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ { display:block; }#uSDHWFCux2qE5bhLN095NhzJKrnH8fgJ > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeBtThmLTdGVMymcELJoTFNBWgwboFGr { width:20rem;height:4.548825rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOauGEnWAgzV500QWalpQIvJaTyV40bL { width:19.6875rem;height:29.53125rem;top:8.1875rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }#lOauGEnWAgzV500QWalpQIvJaTyV40bL li:before{  }
 }@media only screen and (max-width: 763px) { #pNWe1laSSPozBCTzfNAy00V2VVzHGTiz { width:16.25rem;height:3.75rem;top:38.96875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EO0N6X3adNG9GRBqorMF6UeMvl7f4TxF { display:block; }
 }@media only screen and (max-width: 763px) { #XUubPIiLXOVc8fxoc65EhJzSZ582Rirz { display:block; }#XUubPIiLXOVc8fxoc65EhJzSZ582Rirz > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lt2tKTPFM7CSkePe93qZdzMQyLTIlb7A { width:20rem;height:4.548825rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f768ViHrniC397bxINTTppbR86tx4LoK { display:block; }#f768ViHrniC397bxINTTppbR86tx4LoK > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqEGAk8RWew5DDRi09HDucazTBE7av33 { width:9.6875rem;height:1.21875rem;top:0.79999923706056rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DBUbo1RA0z1mx76LgQJDHT66L3v37bet { width:20rem;height:6.12413125rem;top:3.375rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XJfQHAPeTZHF1BT0QLtAqXXnId2MhvkX { width:14.0625rem;height:1.21875rem;top:11.5rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HH2nqHMmK0S6agXw6s4ubCpbFQWQ2TCM { width:20rem;height:6.12413125rem;top:14.3125rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u10z2o2750bF2NVne1KZU02aphtsfNVs { width:2.5rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHDebGZ0XiKxahDz2UB18KAxfNLTTSf { width:2.5rem;height:2.5625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUIMVDt3izi25UINf1i5N5bS55lgDCFw { width:2.5rem;height:2.5rem;top:31.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cre3M55t8w5sfQk0VI5zmSJaVe8HTtM9 { width:2.5rem;height:2.5rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4MdSzq23H2TR4uxXRbIl1Kf6ztcL8CU { width:19.9375rem;height:4.89930625rem;top:25.0625rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTIaUOtM9P5wclIuX7KNDiBafI3kleQG { width:5.8125rem;height:1.21875rem;top:22.5rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dDzv6NwC1WFE4O5UTzXhxvyFCyOGpdbM { width:20rem;height:6.12413125rem;top:34.5625rem;left:0rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #INxBpxDqCPp6p14JeWwarMkWiG2VTnhN { width:15.25rem;height:1.21875rem;top:31.875rem;left:3.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vHrq1a9Mxk988ktqQwJPToa6qibLgL9b { display:block; }#vHrq1a9Mxk988ktqQwJPToa6qibLgL9b > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldCmpEduq4ySeq2AeRRweDrgzLkGmg49 { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDMeS8QetuHgRKW8o3WGzAHvqQnSmu2T { display:block; }
 }@media only screen and (max-width: 763px) { #mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut { display:block; }#mxkm5GWIkEUr7KNFw5mwd2oeUJ0MQqut > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tDsay6eGfzeJtW2fbRFefPpKs2CwQpup { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c938CrnTRUPnt9zKftUlikIxEqNMlwML { width:20rem;height:1.05625rem;top:4.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl { display:block; }#yFXZTw2dzep8vXm3wfgI0pre4S4t5nOl > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UtK2PihAFmvimWhmQ3gpmWzgi5F6c58e { width:6.25rem;height:1.54375rem;top:1.3125rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nB918pnCPi630ZhwTsC0xvs16BP0cbln { width:6.25rem;height:1.38125rem;top:1.9000015258789rem;left:13.6875rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ss4qXD2tX9GfppXzwpOZHb2NEMNT3g6n { width:6.25rem;height:0.975rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH4Mpy3TEZQdxnFpDisZQnlZUeKTq05B { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #gNXGdMNzPTcg9vnbsiSKkeSNpf0rXTXI { display:block; }
 }@media only screen and (max-width: 763px) { #Su3y3ebFmkrRKmiRuplHddLKmQT0p4pb { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #St1ki3AuTJACCSli6in36rBZSQMNlGuf { display:block; }
 }@media only screen and (max-width: 763px) { #IQLVbVGyUmu6dis2AKTwmTZNVWKBhRVI { width:13.75rem;height:0.0625rem;top:4.375rem;left:6.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #kG4BwL7vn5ukPL48vEF5sCxHlLwr1BIQ { width:6.25rem;height:1.54375rem;top:1.3375015258789rem;left:6.875rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sF5Varx10AOg8Cvm9IGDJVqA4QVZqwoA { width:6.25rem;height:3.75rem;top:0.69374847412112rem;left:6.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ieHaQ8ZQIKm2xBnK4KFPHTWQp83qTn4P { display:block; }
 }@media only screen and (max-width: 763px) { #ndXUoGDzU5KDSXM9W6fre4TFfmxSGKOH { width:6.25rem;height:0.975rem;top:2.9375rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 { display:block; }#LhxVIXo0eTzQWvt0vWDLTALeTR6d9ZT4 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8s3PuulbEefRir7OuGyn9qC8GXSBtqz { width:6.25rem;height:1.54375rem;top:1.3125rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lFs5TDHMTWVRzRD8umLSPPzzgKCKm8up { width:6.25rem;height:1.38125rem;top:1.9000015258789rem;left:13.6875rem;font-size:1.0625rem;font-weight:700;font-style:normal;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #CEIVNG4N2E1T2FvwLhcs7aZMX4krsvm6 { width:6.25rem;height:0.975rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLRgFfpZQnU0SX9tzVvSoUCXTnNF2nrv { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zhg9D3UOFSE5cT2ZCGi6c9FTdcei0bx8 { display:block; }
 }@media only screen and (max-width: 763px) { #fxeVv5CU65utEi5KGqQWBrrXBv9Xke6k { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #lQhci7cHT9BI3GCNo4huZZU6DdpvhwMV { display:block; }
 }@media only screen and (max-width: 763px) { #XJXMI4DhWEiWWHg24CSovOsVIzg9T5Qo { width:6.875rem;height:0.0625rem;top:4.375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #m7c9qqrrOMutQDPeA5oqfgtg2kWbpHKU { width:6.25rem;height:1.54375rem;top:1.3375015258789rem;left:6.875rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rPltg6VowLaGlWfTZ8WTTGaQDxduRciL { width:6.25rem;height:3.75rem;top:0.69374847412112rem;left:6.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #n9B1rzL5OB9HWwRG2azAdyUA3NlI8b7h { display:block; }
 }@media only screen and (max-width: 763px) { #MA8tTDLhQtoGQTGRDHshh9qGJWg8Sfkq { width:6.25rem;height:0.975rem;top:2.9375rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMydDpFue7XKs5nLax4720FhJzz5Zzyw { width:6.875rem;height:0.0625rem;top:4.375rem;left:13.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #D1gXBX992cqt6p33f6BPhkmrA852bSQ3 { display:block; }#D1gXBX992cqt6p33f6BPhkmrA852bSQ3 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VDN7TLFhn97SRRXdwRXxwGLHrHgwU9Og { width:6.25rem;height:1.54375rem;top:1.3125rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #M9mphFAL60SxmQHILad0Xvpo5zQHkmk3 { width:6.25rem;height:1.38125rem;top:1.875rem;left:13.75rem;font-size:1.0625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q0krst5BDEtbbPMLXl6cJnOHp6uKCZwG { width:6.25rem;height:0.975rem;top:2.9249992370606rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnpioxBQut8D20Z23v0oQFu59DXq72NS { width:6.25rem;height:3.75rem;top:0.625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #wu8KMHIPlU7bpdIcrKbss663JgLnO8z2 { display:block; }
 }@media only screen and (max-width: 763px) { #oLDT1whwCyECVL0uREN5Zel9vbNXwJwU { width:6.25rem;height:3.75rem;top:0.625rem;left:13.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ZoDeJnl2q6hRpSum78ALtc2ZlhZdSVrS { display:block; }
 }@media only screen and (max-width: 763px) { #Qvvxgf3AkWTVXTuTJkLrxCnXJlUNlQyP { width:13.75rem;height:0.0625rem;top:4.375rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #m0eb9mQoHNc05BlVusPMLBbb40u3tuAQ { width:6.25rem;height:1.625rem;top:1.3125rem;left:6.875rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Flho6svF5aciL9CG9WkMBskERHJRMv1p { width:6.25rem;height:0.975rem;top:2.9187507629394rem;left:6.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD56mChcDcRG95InXrEMkDcQPE92gXA3 { width:6.25rem;height:3.75rem;top:0.6875rem;left:6.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xhhPe5dll13UDQttUEJX9Tyx4eyVE0at { display:block; }
 }@media only screen and (max-width: 763px) { #kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl { display:block; }#kgJcL50fDkeZzRlJ7tUUflEfBi7omwkl > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VizkFiHEwPhq2i9hMFyTkgm8omVR4yXi { width:0.625rem;height:0.625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSRNcoQ7pFCwm7RTUaLPyfSzBMbc5EHN { width:17.5rem;height:1.59375rem;top:8.875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yJdydc3Pmy93xgvCL6M0luHfPS0SMVfz { width:0.625rem;height:0.625rem;top:18.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPWp3k7v01S64ST9xA8IB1ewVKhFhMQT { width:18rem;height:4.78125rem;top:17.7734375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gek1cIJmLmvttPLyVT8yuCCtef6Rsacx { width:18.4375rem;height:4.78125rem;top:25.8251953125rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p4ENPaAD6doBQ7Vx1b5bMZtTz2WzuDDZ { width:0.625rem;height:0.625rem;top:26.2626953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE8bJweP6AcWbaTT9T7dROwtoCNJVqID { width:17.5rem;height:1.40625rem;top:30.833984375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQdy5TpNmxdE694VX4SPuNa4HZKO3Ace { width:16.6875rem;height:1.40625rem;top:22.75rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrcv3yO9mnXgNl7X7EAk8PeXw3pJURpB { width:17.875rem;height:5.625rem;top:10.677734375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qn3ItfJl0Ap1ZOPXbxznDPHSqZyIQdIy { width:17.5rem;height:1.6875rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gz8nZygtQFt1q81yuDlyICATC87L3dGA { width:17.5rem;height:3.1875rem;top:3.6875rem;left:1.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pIgW6vff5JCp2d29dkZs5hRwCyqIUBKl { width:0.625rem;height:0.625rem;top:3.990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n { display:block; }#D3ARKro0qUfswC7WFhzaADmMS5nDaJ3n > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBCpKembbvPs6zgxfa7UQ1HKA4DPsF2h { width:0.625rem;height:0.625rem;top:0.4267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhKPu7VclTvICQXmRd7TIMe3q5ROp83 { width:17.9375rem;height:3.1875rem;top:0rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I61L7Giqf3tcDhNMGu60pA6bJUSraVAf { width:17.1875rem;height:6.375rem;top:9.03125rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CUEV6vae6aQzb9nVobLMg2EZqcyImLaQ { width:18.0625rem;height:1.40625rem;top:15.65625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7KDsJpHON7MS3rPmimc7SX8IVP0T4UT { width:0.625rem;height:0.625rem;top:9.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTiCklVl3aWIgGI7EzwZksqkGxbLtzJo { width:18.125rem;height:1.40625rem;top:23.697265625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8XAVzlLcdMQwcsZCriQlR9MbJMwh7Iw { width:18.125rem;height:4.78125rem;top:18.697265625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Il6A56a25Npz1EOgRTx5SFI8GmETWu0u { width:0.625rem;height:0.625rem;top:19.072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VipU6XuGS3BbRmS5UE8GWKXErmKChD6e { width:17.75rem;height:1.40625rem;top:33.416015625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUXNivhaaIEPEmBA42aizZFb4Wx8Q8hG { width:18.125rem;height:6.375rem;top:26.884765625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lx1axrqvV1P9EsHflKTLcd4nSuITotum { width:0.625rem;height:0.625rem;top:27.197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxakZLOvl7RWFLxaL6TVyFiE1NQ94uVl { width:18.125rem;height:5.0625rem;top:36.447265625rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zXrTcwTgopKOn7cXuGUeQbEH5pc1zrTS { width:0.625rem;height:0.625rem;top:36.884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkRGGnRiFD7sATMk4zg75r5zyVuaf8S2 { width:18.125rem;height:1.40625rem;top:41.634765625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea6ut5wubpThKd1479skI12g24NCaq4Q { width:18.125rem;height:3.1875rem;top:44.759765625rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pVBsqIFZVVwldTt0oDwdOJweBmVJUZCP { width:0.625rem;height:0.625rem;top:45.197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmKvWR17HBZu0THdkCfJ4Hplckv6rcLz { width:18.125rem;height:1.40625rem;top:57.759765625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZK4PllHbBRDZTAXX2fQTktRpS0VpcZ5 { width:16.5rem;height:7.96875rem;top:49.634765625rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X6rWxbgtZGkeoEsS8hLLBDLRzs5za4uT { width:0.625rem;height:0.625rem;top:50.072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKme4pCc4vq7n8IvR5edZRUzF9l1V1Np { width:18.125rem;height:3.1875rem;top:72.884765625rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l4b6eAgcBi0OeqcI8TAMz1hnXR0vEb9N { width:0.625rem;height:0.625rem;top:73.259765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU93ANT2tupfw03TgEnTH79QNAJw66NP { width:18.125rem;height:3.1875rem;top:77.759765625rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QmOlvkXh9dHmwTXTolDcCma8ioVTf10n { width:0.625rem;height:0.625rem;top:78.197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwDCZ5FStGrR10tbctHE8i2sHIBBqO2i { width:18.4375rem;height:4.21875rem;top:3.384765625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNaJ93C38fSTwi72tBz1l4KOfLppBgko { width:17.9375rem;height:7.96875rem;top:61.259765625rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rzuOOWf3HCZLEX6A6i5dWl2nfdzv11eq { width:0.625rem;height:0.625rem;top:61.572265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mw12xM2i07FQVTUcERn2Lx6KztrT91ml { width:18.375rem;height:1.40625rem;top:69.384765625rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK { display:block; }#IpTBQTGqnSr9UaTOTbExlPcMhfVdGOfK > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWUUARGhhVHJTAT7WrcSGQqHwV6otRaq { width:0.625rem;height:0.625rem;top:0.42708587646484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqgZPTmWvFq3sz7utktaiFH57dNIC9Wk { width:17.9375rem;height:3.1875rem;top:0rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CZazeftEdST39ksMubCtUya6lCHg9fLr { width:17.5rem;height:3.1875rem;top:9.03125rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M5PTuu4P3GhTTJSvvhN6iuUx0TMEF4CV { width:18.0625rem;height:1.40625rem;top:12.46875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS0Qw8TuZqkh1fkB6HrthAKTx6naSwzU { width:0.625rem;height:0.625rem;top:9.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ztzl8m8zfNxm1KHnW9QMeeBz1gUNo5A2 { width:6.4375rem;height:2.4375rem;top:40.4375rem;left:11.6875rem;font-size:0.9375rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CicdXXmNWEvSTZ9ZRNHeVRfRhI3MULy6 { display:flex;width:1.5625rem;height:1.5625rem;top:40.875rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #BEbsZd1MfzmDsvDtvCCHrvbG05FaMVa7 { width:8.25rem;height:2.5rem;top:40.4375rem;left:11.6875rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #cc7WnLGb1paUmuBFnRxOJRMXwyaXudeN { display:block; }
 }@media only screen and (max-width: 763px) { #yxLBcIuQhtC2OuLCe86mLtJ5KrWuHvG6 { width:6.25rem;height:2.4375rem;top:40.375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RKbAuZVySK0Ifs4DZa54eK6q1bsndllZ { display:flex;width:1.5625rem;height:1.5625rem;top:40.875rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #NSoTT7LlXrTW4n2W295DLWbFVkyM0STW { width:18.125rem;height:1.40625rem;top:19.0625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acGeVdkl1uvXTKn2Z4IuM7H3fksxU6He { width:18.125rem;height:3.1875rem;top:15.625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Pc1PE9JM0ZOTGt9ENiXNLXLrip2TfPFn { width:0.625rem;height:0.625rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkse6Wy5SwlUQl3GQ1GazCqIVBILenaq { width:17.75rem;height:1.40625rem;top:25.59375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izFQDTi67i9yVS29Q9FmgkhrFMNG7O4K { width:18.125rem;height:3.1875rem;top:22.25rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qXzOtwr4SGmfcP0v0vBNzbRGLpnfyghw { width:0.625rem;height:0.625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLMapDzdKMLsAiOLhEHvRKo25VRTEFmS { width:18.125rem;height:3.375rem;top:28.6875rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #w3KDodn61tcSPp7ggWPPugBzNT3hgWqa { width:0.625rem;height:0.625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm9Zrg6lyPEwP1HlHSFZbNAr8QqhXzX6 { width:18.125rem;height:1.40625rem;top:32.25rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlOpld524cTbC9QpA5ZTVvOSTeoficHx { width:18.125rem;height:3.1875rem;top:35.125rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E4PcdrhRONnGRwnselIR98QaQCMBHcAD { width:0.625rem;height:0.625rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btEvBm5B0lfqVDImVgXb4a5WJ7cgLZuh { width:18.5rem;height:4.21875rem;top:3.375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa { display:block; }#m4MFoaWn6kGIKueDZlelaZ4mDc5TTJZa > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOgvpDorFx4IoQ9QWApBrE9Az9KTwlrg { width:0.625rem;height:0.625rem;top:3.6677093505859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCmxc4BQNunxxXJZMV2Tblov71tzbfrc { width:14.6875rem;height:3.1875rem;top:3.2919921875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KqUap6gyshDAtS5nZOoXe3HmsCEFHlg3 { width:0.625rem;height:0.625rem;top:12.62890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JudOiEqe5ngAAavZeT2I3q2xWO6JNaZg { width:18rem;height:4.78125rem;top:12.25390625rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nOiogbPl9OfLXGN02vs9PLlDmz7hheJJ { width:18.4375rem;height:3.1875rem;top:20.0751953125rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z1W0DrLgPxKrfsJfqPN1dq0tB3eTKXRu { width:0.625rem;height:0.625rem;top:20.5126953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCWJaNiavTzRTciuXtrLaZPtqavsVowW { width:0.625rem;height:0.625rem;top:27.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyDbu50ULgslUyqQQPfUgFpsqR4LPbv { width:17.1875rem;height:4.78125rem;top:26.7265625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i64ckMRoNWtXLuT8WFDcs9JmopJHhAr9 { width:17.5rem;height:3.1875rem;top:43.115234375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kmFNTomyuazvU3CHR9NhhBlDODnQfirm { width:0.625rem;height:0.625rem;top:43.552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ2roxmLD8o1MdicuE1HMnWc1aB6Bf8Z { width:17.5rem;height:1.40625rem;top:23.458984375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPnSx8VkSfPtr5UzpNBWfaSQSzCJJBx7 { width:17.5rem;height:1.6875rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cWaFMcBsvBFhHVNSWzqN8xZ4a5kDHqbg { width:0.625rem;height:0.625rem;top:48.396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZifiOJGe6AyRcZuN0zLQErvP3kZCCOZ { width:17.5rem;height:7.96875rem;top:48.021484375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IITIOL2cJr1p86cqhTLL4qkPpJ6Tplzm { width:16.6875rem;height:1.40625rem;top:17.1875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOISkLAIlvXRfKRnMdp7WqS1B0UW5eP { width:14.25rem;height:4.78125rem;top:34.9375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XWCn4VrGb0KrzoTp6yNPQaMFtRAPeXy8 { width:0.625rem;height:0.625rem;top:35.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH5z8u6im3kvwIyekRqpU5kpCeG8ouVH { width:18.125rem;height:1.40625rem;top:31.75rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT5iISlPoJH6VzPfEhE642uLX0gC7Ofu { width:18.125rem;height:1.40625rem;top:56.115234375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffpW7KAVsLCCU6I93WfyT8xwG4fdFZre { width:18.125rem;height:3.1875rem;top:59.625rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mDGp9lezTSIOC9nZ8PiAmpStytcbbhRB { width:0.625rem;height:0.625rem;top:60rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ce1KrbGooBHb8oMqlGpxmbfmuNZ9DUCm { width:18.125rem;height:1.40625rem;top:39.9248046875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrhIOBBhNVRaC28GGfVqV86wIXJVa97F { width:0.625rem;height:0.625rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEphOnFF3tLhxeyZmKZ0H86VR8aIy11S { width:18.125rem;height:3.1875rem;top:64.8125rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sTdffV2dKvl63k4K9LXTldFrUnTR9RLX { width:18.4375rem;height:4.21875rem;top:6.5625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF8zUorZqatbTMP1IFX5qgttHeWqCSxT { display:block; }#lF8zUorZqatbTMP1IFX5qgttHeWqCSxT > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6mDnNoPzNwIvveHEfP3dpg0pXTxbsFE { width:0.625rem;height:0.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJiwl1nPlhUU8PTFiiQKcq0KAEug0HGz { width:17.5rem;height:3.1875rem;top:0rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S0OtnuMrfTCtczqOKPe54cSOmsThc0vO { width:0.625rem;height:0.625rem;top:23.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVyiOOzwgoyS4978UphsDmlMch2a2kAW { width:18rem;height:6.375rem;top:22.9609375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VO5RbPeWCmqc0byp1kxfdI0271rIXkGw { width:18.4375rem;height:4.78125rem;top:33.0126953125rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WOoKkB6lwBC7k8QnIl7HvASWDtLkM7Dx { width:0.625rem;height:0.625rem;top:33.4501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBOUwJHOLowrz3rzbgshiLKDpAoSoU8S { width:0.625rem;height:0.625rem;top:43.3515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg2R513sPw4yss2VP2y8QPMvcvd1lomu { width:17.1875rem;height:4.78125rem;top:42.9765625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fwcy2v4nZFNdCVbDoWsV4qKyS4C6s3Mq { width:17.5rem;height:2.8125rem;top:38.083984375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrwlNXaP3Iq1DlINkMn5gITFO5NM7ZhT { width:0.625rem;height:0.625rem;top:58.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma32vVVhXvsaTwwz9JKMUAURLbO12wiA { width:17.5rem;height:3.1875rem;top:58.146484375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ACVRZ23857bGGQytfGKD6J99TaVSaDOF { width:16.6875rem;height:1.40625rem;top:29.5rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBABwmeTzgAMtNlf2uIZTd7zsXF9GgqG { width:18.5625rem;height:3.1875rem;top:51.375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dzEzr6iBWIVDytfVEG5aft9mB32lmARM { width:0.625rem;height:0.625rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikZNbRuPwZ9BHrPyL110DCZGElFpHcTo { width:18.125rem;height:1.40625rem;top:48rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwwZ2H5IpcHW5OcKGQULNTualnkTGVpS { width:18.125rem;height:9.5625rem;top:9.6875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WpKJZh9yJkygtH4OMAJdE2k7EAEgfpEw { width:0.625rem;height:0.625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMkxxFBHnKlK9GZhDBTGFIrsDiByboiZ { width:18.125rem;height:1.40625rem;top:54.7998046875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgTvex2BnoSXEGZuxDZP9iTV9oRq1pTI { width:0.625rem;height:0.625rem;top:63.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z06xkPXz69PfdeJZeuUo4ZOpyhq2ktT1 { width:18.125rem;height:3.1875rem;top:63.375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ccJpzsZK6ZfAgpPncghKwQ6JZMSTDzTw { width:18.125rem;height:1.40625rem;top:19.4375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVTHXAsd4tbelagusMETeu8bJoSP1R1c { width:16.875rem;height:4.21875rem;top:3.375rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 { display:block; }#UBqWNicDvOlfnXOJTRuPO3r0l0ybNGX1 > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMEpaLrdpo3dDlxu3sCnNevZiSaa9wO0 { width:0.625rem;height:0.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPuEOlNm5wKxZJ4JFS0pVq2UmFFRXOTq { width:17.5rem;height:1.59375rem;top:0rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MkDWM9Ti7ZGLZSQPyTBp6SfnDIfFzCGV { width:0.625rem;height:0.625rem;top:7.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzBOfrtpfzkvEwBIEDu0wN2BkfPiXpwW { width:18rem;height:4.78125rem;top:7.4609375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #V9GbTcelnIHt5mlkId41LpQdxWJuOSJo { width:18.4375rem;height:4.78125rem;top:15.5126953125rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zIBV0Nsrka4NUWrvBV4K6tlZptdethdr { width:0.625rem;height:0.625rem;top:15.9501953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZCwvRzgFRvwE63Hns5hDHOObgoG2iXX { width:0.625rem;height:0.625rem;top:23.9765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCmwu26yU1rcZD16CKPESDR8LZ0iwS2U { width:17.1875rem;height:4.78125rem;top:23.6015625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VVOzdD8Okk6PE9Wc7vAwLtzUN9kd6KNG { width:15.9375rem;height:3.1875rem;top:48.615234375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XFdGga1acTkg8QPpd0xPz3sbBJ5oUHfw { width:0.625rem;height:0.625rem;top:49.052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxv5RQbt1fTwqHPRqixz8DMbNuE51nOw { width:17.5rem;height:1.40625rem;top:20.521484375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3xNTM9yoRVT8w0ZbB4dtTIpX8x1hxHu { width:0.625rem;height:0.625rem;top:53.896484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSylLR9rsOx9mNKcSrmCyNpDRbSLokKS { width:17.5rem;height:3.1875rem;top:53.521484375rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HTT500ixk3yrtkyV6mZDPHsxFT9eUTDr { width:6.625rem;height:2.4375rem;top:58.4375rem;left:11.5rem;font-size:0.9375rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VVQohKIKdp0RLkmTqKhtiVeAi8xdXFNw { display:flex;width:1.5625rem;height:1.5625rem;top:58.875rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #FLrnVG7H5O59liPDeNr2TysOhulTS3pe { width:9rem;height:2.5rem;top:58.4375rem;left:0rem;z-index:15106;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcRLxwDwkk46PDT3qsAz7CWihue2UUa6 { display:block; }
 }@media only screen and (max-width: 763px) { #NIuq1azqhp0yMcQTOBTXPw42nDLnPtvS { display:flex;width:1.5625rem;height:1.5625rem;top:58.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSELlIkfUQlH7DTI17WXdvPImz2wzw1a { width:7.0625rem;height:2.4375rem;top:58.4375rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RFfyrRCASy8NTIDXzvmOw5nVCM8CO2hR { width:16.6875rem;height:1.40625rem;top:12.4375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTCgBXM35z0TJJXMm07lxbtSUemX4mRO { width:16.4375rem;height:4.78125rem;top:31.6875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VNT7XAgNyZIiAvAfTwgDpyODyJbo9R { width:0.625rem;height:0.625rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB9bmZTbU3VkMQK2UBunQUNWT8fVTJ5N { width:18.125rem;height:1.40625rem;top:28.5625rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoeNt7mSJtQDoVET9aeFFTNBvc58dEdw { width:18.125rem;height:1.40625rem;top:36.6748046875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxIEKVi7ZGT0x24UDrVJ7xGqeonXkSsw { width:18.4375rem;height:4.78125rem;top:40.1875rem;left:1.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TzHLywQvBu0sdo0nQQQkcpSf5XMe6lu4 { width:0.625rem;height:0.625rem;top:42.140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brr8qTSoDKHdZJaL3zmN2VrBquPyZ2J5 { width:17.8125rem;height:1.40625rem;top:45.09375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul6iizZJBgggmFSageoKO1UD1LEtJyUI { width:18.375rem;height:4.21875rem;top:1.75rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp { display:block; }#FpA5q8Lwb9QmZposHMwBrcnodzN4bhcp > .row .container { width:20rem;height:226.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBcCfTHD1SoHupeowxSqyam54ZC8GKwH { width:19.6875rem;height:3.14930625rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cp44J9fZJfbfXE2td61VsMNGo2MbJtNt { width:0.625rem;height:0.625rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTeDHREamEa17CTLdx0dSIFwWFqEPO2P { width:15.4375rem;height:5.94791875rem;top:24.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rLoe2WeVToPMrALeFTnwkUIIOUxuG9y8 { width:3.75rem;height:3.75rem;top:20.4375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNEwGqE3zpIiodIyBolOWOM7A0mHcRik { width:18.4375rem;height:4.799475rem;top:35.10000038147rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wZcv6xX3F4HGWyGlQfP3snwQP87VbZSQ { width:19.6875rem;height:9.59895rem;top:4.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #If2zUw0FWGzwlwvqW73KNWrhnz7mdUVH { width:20rem;height:4.799475rem;top:15.9375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sk5x3nuPeRTmHEkNGbl0S58uyMW1NMLp { width:0.625rem;height:0.625rem;top:162.3125rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n8fmHy0tTf6MpgFrnXzISTzWGSKO4oKL { width:5rem;height:5rem;top:160.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCh1PTUfgz1bCrWuhq0FcKaeWrVky2Ik { width:15rem;height:7.4349rem;top:181.8125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fxmhFb1tcI99aG3mMXBTuG1Nwo5kTUxo { width:18.8125rem;height:7.999125rem;top:193.39895629882rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JC6TQ1Mzpbp56qcNyeGxTOUJ8cZIEkJm { width:0.625rem;height:0.625rem;top:96.5rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PI446ltyHlP9J8XsOXLHw9DiSdKReHct { width:5rem;height:5rem;top:94.3125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fs84IlRRoRBEQ66Q888kIDh06PkrbgDG { width:15.375rem;height:7.4349rem;top:100.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FVwQCGz3id2uExXeCCNTSBmIBtFRtist { width:20rem;height:1.599825rem;top:151.9609375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uOM0qCBAq7iqCNngwK4KxveFFHkVuKQD { width:20rem;height:0.0625rem;top:179.78750610351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK4CNdTHTMx9Ks3qr3Og7szuIHhIGaEJ { width:20rem;height:0.0625rem;top:98.199996948244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkmN93dKcN07H245M9hSqSAZkwP6RQU3 { width:20rem;height:1.599825rem;top:70.849830627444rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QaxeQX6w2y4R8oTs0SGM74MhUOWsuBa1 { width:5rem;height:5rem;top:53.25rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxC5BvuItsh7yMCTs9TiR5VGAwgphQpT { width:14.1875rem;height:5.94791875rem;top:57.512500762939rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTfpATJfeVmJDh29dLxD36fSoiBrJsn7 { width:20rem;height:0.0625rem;top:56.200000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp1exyifSwu46MEsuPCsld8KiDaZcoqk { width:0.625rem;height:0.625rem;top:55.4375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BK1lmuPXr2SQ6StzlKeIwA8FTKk9Slv2 { width:20rem;height:1.599825rem;top:113.97483825684rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WqQ7JL1pAxTWqdT9hwU1bryqsE6Mf3ks { width:5rem;height:5rem;top:132.0625rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fy66TR3Fhgf7abWTtul5E10vHIRUDPMv { width:15.3125rem;height:5.94791875rem;top:141.63716125488rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkcXMNPcCEm1hfimmRWSTlTxCOpd8wst { width:20rem;height:0.0625rem;top:139.82466125488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmrUCXfLxifC5SxBWbySeMvKyqTsuxez { width:0.625rem;height:0.625rem;top:134.25rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pf8trdJ0xnCPdkQwx6fwr4X50JQAJZIi { width:4rem;height:1.95rem;top:24.549999237061rem;left:16rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmwTvCIX9JhKz8lxl7Em0TVDg1uKhZoI { width:4rem;height:1.51215rem;top:26.237499237061rem;left:16rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zpZiG8T87katdeAKLZeoxQp472E2xJxx { width:4rem;height:4rem;top:24.424999237061rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHsACEluGRUQEgJ0szuIo4J1h2noHQQq { width:4rem;height:4rem;top:181.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAMenI9vThk9SNzii2hvnCu86KPX61t0 { width:4rem;height:1.51215rem;top:183.625rem;left:16rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Lr1zriaN7tWqJN0ZrRfs2fXbr5Jp1vDx { width:4rem;height:1.95rem;top:181.9375rem;left:15.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxcxoPFGgTflOJ9Dl15Q5Q8MxIZTlA0q { width:4rem;height:4rem;top:100.16249847412rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkPcicdnFJRFBXiFdAq2z5gUUXoSgLr9 { width:4rem;height:1.51215rem;top:102.03749847412rem;left:16rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cQlHqQNMC5PWMnLBPRUpTo8MUfOBksZn { width:4rem;height:1.95rem;top:100.28749847412rem;left:15.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZrfNyOWrhwwPdxtRphM6fqdmh9JiGRd { width:4rem;height:4rem;top:57.474998474121rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCcUxU9B14lzMFXVQa5AofaVmpmFLxB4 { width:4rem;height:1.51215rem;top:59.287498474121rem;left:16rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qEbseFASwODpbsiOx28VntslkUx1TS9l { width:4rem;height:1.95rem;top:57.599998474121rem;left:15.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkZ7gRfegmeQSL5fzJR8eNSbeSZZ272u { width:4rem;height:4rem;top:141.66233825684rem;left:15.999999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn8XSptD6d5i4HbnuMcwO3uq7T0CzEvd { width:4rem;height:1.6493rem;top:143.47483825684rem;left:15.999999582768rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRa5X9TxynmmPoDur5Xk7WV75usQK213 { width:4rem;height:1.94965rem;top:141.78733825684rem;left:15.999999582768rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #INxCOot0PnsnuS7lyQb9qIuiuDUcCIOW { width:20rem;height:0.0625rem;top:22.45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ0xb4qhBvTUzvnNksCeSp7chShHT946 { width:19.375rem;height:10.658875rem;top:40.637500762939rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#pQ0xb4qhBvTUzvnNksCeSp7chShHT946 li:before{  }
 }@media only screen and (max-width: 763px) { #MAFQTJm3AonxM1OmAaM6DR0zGFv3Hmhu { width:20rem;height:7.122375rem;top:204.8614654541rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#MAFQTJm3AonxM1OmAaM6DR0zGFv3Hmhu li:before{  }
 }@media only screen and (max-width: 763px) { #vT8mqJuJrTMRtQdnKwA9U3kEgoPBTdC4 { width:20rem;height:1.6rem;top:202.57499694824rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RR6QoiKmPkcL80Vx0lhEl0dIJ0Hhx8El { width:20rem;height:5.82291875rem;top:215.64895629882rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#RR6QoiKmPkcL80Vx0lhEl0dIJ0Hhx8El li:before{  }
 }@media only screen and (max-width: 763px) { #FIzi9PJZMOJqaA0lEAfPw1BXHSbhCdZM { width:20rem;height:1.6rem;top:213.2364654541rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KQlpT7ndNIggDy60QHOFpglaB98NHPl2 { width:20rem;height:20.7421875rem;top:154.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KQlpT7ndNIggDy60QHOFpglaB98NHPl2 li:before{  }
 }@media only screen and (max-width: 763px) { #xqQzvKgypRqOPbQCg0LJioT0AcpicLBQ { width:20rem;height:23.997375rem;top:73.187507629394rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KKg744TZ1RRSpapmlFC8z0Jx3vomPT91 { width:20rem;height:17.78125rem;top:117rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KKg744TZ1RRSpapmlFC8z0Jx3vomPT91 li:before{  }
 }@media only screen and (max-width: 763px) { #WVLCFbcPPU8FNEr6UtKk6PnOarNW5uXV { width:20rem;height:1.79980625rem;top:136.59896850586rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKziPXuHn2HSIFAwTUcECHOBSNv61u3z { width:20rem;height:1.8rem;top:52.973957061767rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXGDM03pltgVqMCcqzUW23eybgJTk5xl { width:5.9375rem;height:1.75rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4p8JfvavugntAk8VptB5zsReJs6Iz7y { width:8.625rem;height:2.8939144736842rem;top:31.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNN8XdussSLUnB7WaIgzOF5hNXGIdfb5 { width:5.9375rem;height:1.75rem;top:68.000007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn0z5oHz9RpZQdvZma5kHq01DCRHIX1n { width:8.625rem;height:2.8254310344828rem;top:67.500007629394rem;left:6.6875000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #h69hUs8zDTM0FcseOKfeQz7LD3CZSJc2 { width:5.9375rem;height:1.75rem;top:110.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxegoZZK09qBiK4FN9IdPehcck4m4gP7 { width:8.625rem;height:2.8254310344828rem;top:110.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFWA8kQ78CQZE5rQCz85Agot8uFeGVCR { width:5.9375rem;height:1.6875rem;top:148.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWLQ3HzX47AWx9PFdth6yIKOzpdmGn7s { width:8.625rem;height:2.8254310344828rem;top:148.125rem;left:6.6875000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiRLIDC6TXc2mBsXpwWeLFmsc01xULRD { width:5.9375rem;height:1.6875rem;top:190.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1HeFidzMmN6NlBhMoKLwArZ6LVTJ5Qg { width:8.625rem;height:2.8254310344828rem;top:189.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk8ZWTPHIFHpWibaJLz2PZw3PgSxS9VJ { width:10.5625rem;height:1.3125rem;top:109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu9ptrsqIPD5SUvk5ewiQTqqqs3ez1d7 { width:7.625rem;height:1.4rem;top:107.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xG9XCJTk1EPiBKkKmTrfy5xRnyTET7OP { width:20rem;height:1.8rem;top:176.72395629882rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXw5LT2kHzceZhyqeXrJ4xv85ppnzkiS { width:20rem;height:1.8rem;top:223.27395629882rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3iuIfbV0JmnTGr8LvPqw9ck7AZPBiyq { width:7.625rem;height:1.39930625rem;top:63.3125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vBmRhl63hJq7pU3LrNEf1t0FS8pSZifx { width:3.3125rem;height:3.6875rem;top:64.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ { display:none; }#rMW3Uhw26s5LPyCIru6799rT1KHMtQRZ > .row .container { width:20rem;height:9.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uvxssTkRTIBU0tIGzMAraQTlwqgem9Rq { width:17.5rem;height:7.875rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 { display:block; }#xUkffpDL0bLIN7wgoXb26JWRdp81Rve9 > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBtQ7mfp7hWT6TUQR6Hgr13VXdLQdsdE { width:17.5rem;height:7.875rem;top:0.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOvqHsgtNDdvog315vQMiWLutvupuarJ { width:17.5rem;height:7.875rem;top:9.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRFkioMTlPRULpQpoaMP502gCHmqzVlv { display:block; }#eRFkioMTlPRULpQpoaMP502gCHmqzVlv > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EufoTrGq3cTP3o65fyPEOSdMffmr5x44 { width:20rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzfbDlTIWSGJBElQ3oBdUoEsLLQMtcV { width:20rem;height:1.05625rem;top:0.175rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6Tlf0gVgA1HPB2fLZthWTmJPdT1v3sa { width:14.5rem;height:1.5rem;top:0rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-number { padding-top:0.429375rem;padding-right:0.3825rem;padding-bottom:0.429375rem;padding-left:0.3825rem;width:2.295rem;min-width:2.295rem;height:2.3075rem;font-size:1.716875rem;line-height:36.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.268125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.06rem;height:0.911875rem;font-size:0.644375rem;line-height:14.59px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc { display:flex;width:16.25rem;height:4.34625rem;top:1.9375rem;left:1.6468753814698rem;padding-top:0.494375rem;padding-right:0.509375rem;padding-bottom:0.494375rem;padding-left:0.509375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #bmtCRgDGclqRzdCNK2g6fQbo8DrIgiTo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VxQgQOK8EnyZmFAh2VCkG1atUz0eh0bl {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #xXiPGJkwP1mnmTI1HnEmWfQ7lSEhVRED {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #Kxw3qJHKdwThsZywE9ni5UL35tKoM0pU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WQP2Uy9t7xR0KQFq1THKaDI8IQbFVZhD {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #cFmBvHCMOCdIQ47nr8OWQ6JweDChxlTX {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zQB6aOZ4ETVBddl3NW5V14CfOc2qdNTs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #VTCKSmd4NToudLxN438MHoBZbWuSbnE6 {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #zCR0un6DioMAN7eAWkEaEQstVT450iiv {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #WeXmvH1R1rL87kQMbOpahFvKfcBWhva8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #fN09OCpXnhQ4qzN1ysTKHvNyTkARRMTW {  }
 }@media only screen and (max-width: 763px) { #IEdauQdzo8XzNRJiCToncNwDJ2J2Bugc #ylWsRoQ1EuGmQpvMC8gbHL4s9X1QylNF {  }
 }@media only screen and (max-width: 763px) { #EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP { background-color:#583f68;background-image:url("https://images.assets-landingi.com/uc/f4cb1410-3cb4-470a-825a-c8e6db16b786/kongres_KV_KONG_KARDIOLOGIA_25_06_TLO_BILETY.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP.adaptive-delivery-prevent-bg, #EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP.lazyload, #EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP.lazyloading { background-image: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container { background-color: transparent; background-image: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container > .video-iframe-container { display: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row > .video-iframe-container { display: none; }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .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); }#EGZN7QdGXxABl18C7F1FoN8wO8dVXFlP > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LlPRCn75XrkqMGRKAua8V4IcsW5avBxc { width:20rem;height:17.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aeqa5Qg7ReGl1fC5u3cIJXOW2B4Sqn5h { width:20rem;height:16.875rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNFJF6rp8sgUPedwFp6wHHOUPmKBCbxC { width:20rem;height:4.225rem;top:13.823959350586rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxgAUQMKTCv6ZTclfHQFTC4ogsVNvLf7 { width:20rem;height:4.225rem;top:32.585418701172rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuskCS6h7vgDAo6uKodlSX6pOnZbMz48 { width:20rem;height:1.3rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5pphN3LnAk0ZTKXeSnIlb5UZE6AJ6Bh { width:20rem;height:1.3rem;top:31.56770324707rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1rgXIoZ3l5uX9ZP0f5cZ0S1snKfyWPf { width:20rem;height:0.975rem;top:18.047912597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzIsDWGzJhcm9dDqJ3pumFVuGMU9TgvR { width:20rem;height:0.975rem;top:36.997909545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTi5PErJG8uDSIGiMq3IycT3Nsg4UZJV { width:2.5rem;height:2.5rem;top:9.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f71p2LT6iKeVTH3MbKf5XGGURgov749Z { width:2.5rem;height:2.5rem;top:28.25520324707rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #euOuVO3DIPQ9e2CQGToo5KUdd4HUxwL0 { width:20rem;height:0.975rem;top:24rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae394CGl1iPUnHDXV52G732avsuu50Fo { width:16.25rem;height:3.75rem;top:19.837493896484rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1xdUMhKMi6iSPKweoNLDwFBFiKDbJ22 { display:block; }
 }@media only screen and (max-width: 763px) { #aZxTq3wNhQ6y03Z18lw24QfLpqfsOnKk { width:16.25rem;height:3.75rem;top:38.587493896484rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ae9ihzIwHB3vB7n2RgZrxsqFt9Qt7ay0 { display:block; }
 }@media only screen and (max-width: 763px) { #D0aR2KNCpeWtZxrNMxVPtHLIo8JeMETP { width:20rem;height:4.19965rem;top:1.875rem;left:0rem;font-size:1.75rem;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #XlAIX8GTkbrDEamPORNzAeGvyiUhNn7x { width:20rem;height:17.5rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3vgE8o5XavSP1S1wKRhJrTaA3ZxAHTo { width:16.25rem;height:3.75rem;top:56.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlJnLFH2JPro1hbFlcOVSzqPd7fOmts { display:block; }
 }@media only screen and (max-width: 763px) { #c1XblW140xWfMEgcluGm9vOHFSrI8URU { width:17.5rem;height:4.2246125rem;top:50.9375rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UakuCBKRmceS0W6EETEnTPPxlneU4Xq9 { width:20rem;height:1.3rem;top:49.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7BS5kkGkiEQCrAsLhnVQoF5yThdSdq0 { width:2.5rem;height:2.5rem;top:46rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOsWXuyvp45h8eDETRrCRSc9fcw1OLwz { width:20rem;height:0.975rem;top:60.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGNKfcpkThqlpnfEg99ceJ5q7AhF1Lsi { width:2.75rem;height:1.625rem;top:15.373958587646rem;left:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX { background-color:#583f68;background-image:url("https://images.assets-landingi.com/uc/f4cb1410-3cb4-470a-825a-c8e6db16b786/kongres_KV_KONG_KARDIOLOGIA_25_06_TLO_BILETY.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX.adaptive-delivery-prevent-bg, #Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX.lazyload, #Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX.lazyloading { background-image: none; }#Oqfk0eQL6U13NG12voUhBLFnxaEHMyuX > .row .container { width:20rem;height:64.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yT5MtCCqXKdEuMtUzcywOxnoUh81p7U2 { width:20rem;height:18.125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTeZaler1PK5cItL4aOKl7XVp2dObiHP { width:20rem;height:16.875rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je0VSpEo1Un4b7pJxg76U0dx8tElLhFN { width:20rem;height:3.575rem;top:13.573959350586rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSsv7f25ktU9UTMs0zcQcf8NSZdAg4DW { width:20rem;height:3.575rem;top:32.585418701172rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rflTcN39qzNlqCdXO0r96JbN0Uplfwl7 { width:20rem;height:1.3rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8PbWIcaoZUDZ4wqDygvTJxsidMvkBQh { width:20rem;height:1.3rem;top:32.192718505859rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9RRboCumI8roHB3mVqdyvXPHQZzQxJX { width:20rem;height:0.975rem;top:18.422912597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6Ty7C82pAQQD8eSXaOS0QZvTs5xWsFG { width:20rem;height:0.975rem;top:37.622924804688rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyeTDhFzggnruS5BsS38Jo1SrS8sWtu { width:2.5rem;height:2.5rem;top:9.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciFRc6fVqlXSZL42ISmEw2zPlIweXilw { width:2.5rem;height:2.5rem;top:28.880218505859rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMNp7xlqaM5xP0taBWoPOlx7TTNg5UgW { width:20rem;height:1.95rem;top:23.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLDQ1nTBqqJZkKBpRAxnB90uWvTVSxOP { width:16.25rem;height:3.75rem;top:19.837493896484rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #paqAzSyw4Ukpw6dMWefkKvk21LpZJyUu { display:block; }
 }@media only screen and (max-width: 763px) { #bA4LJPIgsTyEIDceBP1LL3UDx95rKUro { width:16.25rem;height:3.75rem;top:39.212493896484rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMHqh91ibQGtkZqy4IswOT30lbVTlzdA { display:block; }
 }@media only screen and (max-width: 763px) { #gCikxE8qshJt9ZISPGLFB5FByEU7cc4w { width:20rem;height:4.2rem;top:1.875rem;left:0rem;font-size:1.75rem;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #DsbPtTSvKapnbzMtKyfTllCKT9XvXX7F { width:20rem;height:17.5rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSzK1miNzDwQEeOHVExPLrgOvTSNzTlb { width:16.25rem;height:3.75rem;top:57rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzg1a5IA3z254gBoKvtzxy1rSFLJsxzI { display:block; }
 }@media only screen and (max-width: 763px) { #rxFXx5UmW2VebAya9fylLp3GCs9lViau { width:17.5rem;height:4.225rem;top:51.5625rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDw3Pkqi0F2GFn89L9W9wlOgesNmURq3 { width:20rem;height:1.3rem;top:50rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uox25x5t7soarosLOkXxksHgeth8Z8Ph { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQSSk6h3qVGakxpcC9eVFDpSaMeGu8sa { width:20rem;height:0.975rem;top:61.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT23Edt0CsDu0bcLfl9Opk8PLByr3JKJ { width:2.75rem;height:1.625rem;top:14.873962402344rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNVbMskN89OnvvV3iehHuffA5PJk1vJ9 { width:20rem;height:0.975rem;top:43.11875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePT0MGD0QCuak3XVhLewVJX948zUQkyq { width:20rem;height:1.1375rem;top:17.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkRBNHxmtkNBm01lInkX9UlkM9y0t6DE { width:20rem;height:1.1375rem;top:36.21875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae { display:block; }#aPRwEzFJqmHUIbtcBrU8lPBwOlU3gTae > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8G5BZbcqbt2KLz4exdhCI2TrzwJQodF { width:20rem;height:0.0625rem;top:2.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBVE3b5V4PoNFKdrzHIlfTMW5kngydu1 { width:9.5rem;height:0.975rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQbi82Xuc2yVcaXDAQQlCbQuFARKBRkk { width:5.1875rem;height:1.94965rem;top:0.44168090820312rem;left:11.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrCkCWb1yWi0RgzxP3mB8JlRdysGsMyF { width:3.375rem;height:1.94965rem;top:0.44168090820312rem;left:16.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Py5SgkCsuxwuOKw133SB9eI4vcKOLPgI { width:10.75rem;height:1.1375rem;top:4.1833190917969rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlXSIO73k8SNeNKy8EsiSFJA75e1s4Gm { width:20rem;height:0.0625rem;top:12.431419372559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDHbafzA5z2Ex7qyM4J1XtCdUWmBTNEL { width:20rem;height:0.0625rem;top:6.4331588745119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFZgAqAeWTOZ1BhqONWm0tr5lwCovk6i { width:11.5rem;height:3.41145625rem;top:7.8064193725588rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qELu1HOlpsLpcViChMeDTD7cuBxFHrJL { display:flex;width:1.25rem;height:1.25rem;top:4.126953125rem;left:17.53125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #vhQs5eP5uZdCTJQa6MVylTzWiEET49Jr { display:flex;width:1.25rem;height:1.25rem;top:4.1875rem;left:13.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #iSVv5T2lACAktXvoR081etrVu5Av8Lr4 { display:flex;width:1.25rem;height:1.25rem;top:8.9375rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WrX9r6LD4dkPWwEwkh00zIqQTyQ9dFK8 { display:flex;width:1.25rem;height:1.25rem;top:8.9375rem;left:17.624999582768rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uOmtEKULLp64krFfl3ln2ig7oFxstnZc { width:11.6875rem;height:3.41145625rem;top:13.71875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB7Myb2mX6SO7t6bUIM0hhK7AzyN6Ebh { display:flex;width:1.25rem;height:1.25rem;top:14.8125rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #be6RymkuqN6GfaDBHqZgPaIo3TN5wm2l { width:20rem;height:0.0625rem;top:23.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPfOuhxeQMHldHgUTgcXdamabfBnTgvu { width:11.875rem;height:2.27430625rem;top:19.53125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAkfT5lp1WoAlyEuJBb1ktWLbyleps7P { display:flex;width:1.25rem;height:1.25rem;top:19.875rem;left:12.875000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JN5r5rvwmnsDsavOorImwT03UGxFvp2F { width:20rem;height:0.0625rem;top:31.112846374512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9gRMkcM92QeQ5Pn6MTaur4xW8eJkFIF { display:flex;width:1.25rem;height:1.25rem;top:26.562492370606rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #h57htvGtz5OREMQ3SSTqTzcCItaydWXM { width:10.125rem;height:5.6857625rem;top:24.328117370606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQZRJlOxAbuBXIV81I8T6KKfk2gmipX8 { display:flex;width:1.25rem;height:1.25rem;top:26.562492370606rem;left:17.624999582768rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #x8bsGwm2KiIATDLLvohSk9DHu3OXTrcy { width:20rem;height:0.0625rem;top:37.029518127441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8bhXq8X11NCvscxB52DFJTBK4w7BNGh { width:10.875rem;height:3.41145625rem;top:32.425346374512rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0qETRd1Tu2OnMdVWSqxqN4yZbFRTsVg { display:flex;width:1.25rem;height:1.25rem;top:33.842018127441rem;left:17.687499582768rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #bCFVt9mdSiX40ZtD2zJ43GVSElqenh2s { display:flex;width:1.25rem;height:1.25rem;top:33.842018127441rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #BIaIL8lIexOp6X7OKxH5JQP23T6TNQ9C { width:20rem;height:0.0625rem;top:6.4453129768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqqTKZT11gUreWkP1eXr5vetJbAcUtqo { display:flex;width:1.25rem;height:1.25rem;top:38.828125rem;left:13rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XxOeeUtrcKeaHo5goWS0mserUTz59Kfa { width:11.1875rem;height:2.27430625rem;top:38.390625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCgoMEvtctDU9eu0hwS6m3GWQC6bUoET { display:none; }#MCgoMEvtctDU9eu0hwS6m3GWQC6bUoET > .row .container { width:20rem;height:52.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ouUrNknr3OyclBlsWBaWohnOCymnpWw4 { width:20rem;height:0.0625rem;top:2.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghfcXuLk7sdra1pL8Qr2VKueqTq27IkZ { width:9.5rem;height:0.975rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blo2pf7vgpmD7h67NBBh8pbpRuVysiJT { width:5.1875rem;height:1.94965rem;top:0.44168090820312rem;left:11.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnGA21zS0f71ZlfncSTA825nuDq1cC0v { width:3.375rem;height:1.94965rem;top:0.44168090820312rem;left:16.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6t50wGgnsrnEqTo7BvHs3BJhinWHKp7 { width:10.75rem;height:1.1375rem;top:4.1833190917969rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8bowbvNts00BPyttBzOFbGnGkkCp4tR { width:20rem;height:0.0625rem;top:12.431419372559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeXDS9cIvfBir7SZely5rmWM4iTerGMK { width:20rem;height:0.0625rem;top:6.4331588745119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAsdrFH3xDBwbIn1tvdO6HyAcVPMaogs { width:11.5rem;height:3.4125rem;top:7.8064193725588rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EthOe9dSploTwAM4Utq9XRnhq5XaxSST { display:flex;width:1.25rem;height:1.25rem;top:4.126953125rem;left:17.53125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CcdCPu7WhLyKGd2QMiCNVCUU008D63mB { display:flex;width:1.25rem;height:1.25rem;top:4.1875rem;left:13.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FX8yHE7Fq1OME83H93r5SQk4gHz6Rqxm { display:flex;width:1.25rem;height:1.25rem;top:8.9375rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #eLXMwfvBrObxonhzcwEhscRlF3MwmgQU { display:flex;width:1.25rem;height:1.25rem;top:8.9375rem;left:17.624999582768rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dIwi9Hh3eKvzuKD0nPotOiWC8S8PCNpD { width:11.6875rem;height:3.4125rem;top:13.71875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDfeMN3wQP073ipX9fIDO2ylKxuusiET { display:flex;width:1.25rem;height:1.25rem;top:14.8125rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QHJVQ4PobM28qBPpPWbyob8GNeDa1hNq { width:20rem;height:0.0625rem;top:23.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcW7xiIgXzcIhFHnftU0DvPASpmDu7AS { width:11.875rem;height:2.275rem;top:19.53125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGTzUXym9pfSKnDLO7MAB4C28LHF1xly { display:flex;width:1.25rem;height:1.25rem;top:19.875rem;left:12.875000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #SyT5pIhZ1aFx3GqiwZMzhZIMSLJAXIqu { width:20rem;height:0.0625rem;top:31.112846374512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czKlPk06CkdWDSNAK8oKuvC4xKJJdbq0 { display:flex;width:1.25rem;height:1.25rem;top:26.562492370606rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #daZxsW2rXPOkgsoZtSRJK3nhtSrbFBo3 { width:10.125rem;height:5.6875rem;top:24.328117370606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeQMLbkrhl8CM4OcEUPX2nP2IeNlVTeb { display:flex;width:1.25rem;height:1.25rem;top:26.562492370606rem;left:17.624999582768rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dRNMTeIuDw42zsb0EryH4dtb9ELiXgIC { width:20rem;height:0.0625rem;top:37.029518127441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiAKisRBWnXkSs12gOTRu9K0JQ45pM2H { width:10.875rem;height:3.4125rem;top:32.425346374512rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVOJmuIkiLyIa2R3J7sJtOVdivAaCsub { display:flex;width:1.25rem;height:1.25rem;top:33.842018127441rem;left:17.687499582768rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #T3r2NxsBHEDI1y2FGxmvZlbLrAxLfJTG { display:flex;width:1.25rem;height:1.25rem;top:33.842018127441rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #BIwHyMOmEmBgpD6FrS7kcgkJKlqHwJcu { width:20rem;height:0.0625rem;top:42.883674621582rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZdBvvfyTc0fvDT9N7kgIlkAJKbOZRr2 { width:11.6875rem;height:3.4125rem;top:38.342018127441rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTqhTx6ERcfb6me4DeD90c3IT6MFaenx { display:flex;width:1.25rem;height:1.25rem;top:39.828117370606rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #IgdxIES8z1qx3NKlAdzAR0nlSy11oaGU { width:20rem;height:0.0625rem;top:47.571174621582rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt743mnTOKkdFqZDdGREmqe1vFfZ3MEn { width:9.6875rem;height:2.275rem;top:44.196174621582rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsyTVkMq1wCzurkdW5sQkc0Vb4DEwxNs { display:flex;width:1.25rem;height:1.25rem;top:44.196174621582rem;left:17.687499582768rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #KtuwMaoT8wZSRrm8rGSQ6s7eVCpc9Ld9 { display:flex;width:1.25rem;height:1.25rem;top:44.196174621582rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #JoRu286eVxEEbhQm6TkT3H5yzTl0mBT3 { width:20rem;height:0.0625rem;top:6.4453129768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIz5TnPJiWgFH3nPLsXNLLHMkJpbb5tL { display:flex;width:1.25rem;height:1.25rem;top:49.265617370606rem;left:13.000000536442rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WDk0DEbk8NnKiZVyfTSsGFQtTFewDkhl { width:11.1875rem;height:2.275rem;top:48.828117370606rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54d2f029-c4fc-4e98-93fa-9cf6931ec1e3/shutterstock_2494973469.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF.adaptive-delivery-prevent-bg, #gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF.lazyload, #gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF.lazyloading { background-image: none; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container { background-color: transparent; background-image: none; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,8,55,0.8); }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container > .video-iframe-container { display: none; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,8,55,0.8); }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row > .video-iframe-container { display: none; }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .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); }#gDbbAUiT79nf2bacKT2Rhogn0VAFeBRF > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yr0dPw9vh3wLpGfhR4NIluCi2h9u2B1N { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #dNeatCmqrTXkGfHZkCnW2qaakViVyJWS { width:20rem;height:16.5rem;top:14.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RK2vO1UIwSTplEawT6N3C1daZiyQIALG { width:16.25rem;height:3.75rem;top:33.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y16RToPCCTeh7K1HgZznk9AaMWIF48Ll { display:block; }
 }@media only screen and (max-width: 763px) { #GsBkiWZFF5zByp5sc7TE3wG1g13CsNIH { display:flex;width:5rem;height:5rem;top:8.625rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #twT5NqudzV4fURTdo5sA4u1glVwx7t9g { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1794576e-ff92-41ed-a9fa-abe5b1de5d0f/BWARPOW_EXT_02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g.adaptive-delivery-prevent-bg, #twT5NqudzV4fURTdo5sA4u1glVwx7t9g.lazyload, #twT5NqudzV4fURTdo5sA4u1glVwx7t9g.lazyloading { background-image: none; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container { background-color: transparent; background-image: none; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,36,62,0.8); }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container > .video-iframe-container { display: none; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(16,36,62,0.8); }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row > .video-iframe-container { display: none; }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .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); }#twT5NqudzV4fURTdo5sA4u1glVwx7t9g > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTPFHpWuv9np4bXaOQGQ8Ne2o4gq2bQb { width:20rem;height:4.548825rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #JSWrolZ8Uub7RbuaN2fPQMekKv0rn6My { width:20rem;height:12rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rx723rXvOFSax12FllefMCAPsEVTJwM1 { width:16.25rem;height:3.75rem;top:33.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsxWbqLTnulzrB9PxfSOo0IixEZadp2G { display:block; }
 }@media only screen and (max-width: 763px) { #HNHPEmpJAgsluhsVZ0uhQdBfEUw3gQ9d { display:flex;width:5rem;height:5rem;top:12.75rem;left:7.5rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ { display:block; }#JF2tJNZqgulQRl2yXiCmbPaXgygEQ6ZQ > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv5mr3D6PL3wfWDoUzuAtgoUI29eWMr5 { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #hII2HO0JsJX8Lf3Pbdnle1pIOFdnRTP3 { width:5rem;height:5rem;top:6rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKqL2T9dMuI68oNUSZ2oRerR6DKvz3Lm { width:6.25rem;height:2.0989625rem;top:11.648956298828rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mk0GXQktI3giX4wstTgqlTxpR4hFeqnP { width:5rem;height:5rem;top:6rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpnqTCE4Zl19ZufXRAeSbN8ApPGrdW6G { width:5rem;height:5rem;top:6rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flzyA6AO29kHMnNtUvd3J6fkc1WLplcy { width:5rem;height:5rem;top:15.561462402344rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xICpq43VAWmFapuc20xTWWhkvHcdmNfm { width:5rem;height:5rem;top:15.561462402344rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFGZCHBiA5HcAWr6KSfVXNwuS5UQ2uI7 { width:5rem;height:5rem;top:25.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFSXiG0nXLCyukTTMCm6JfRXGwB0UBx9 { width:6.25rem;height:2.0989625rem;top:11.648956298828rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JlTITNlFmUzUEMN2um2IvtKKLhHwfkTg { width:6.25rem;height:2.0989625rem;top:11.648956298828rem;left:13.75rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sEPV4It1BnFPmlvFqBfJixv2NqIFnm4B { width:6.25rem;height:2.0989625rem;top:21.186462402344rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xFhueiVTXlvaKwq3IaOyAToXiQ1Vn9Is { width:6.25rem;height:2.0989625rem;top:21.186462402344rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #snRHe884OH5ZmKX4ftdPiypX6ctxCZCL { width:6.25rem;height:2.0989625rem;top:30.6875rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oevzv3bWrmUdHv7OtFUFh8UuObNaflDG { width:6.25rem;height:2.0989625rem;top:30.6875rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T5Zf9FO7T37M8TaC07vbr6PeJA8TuG0n { width:6.25rem;height:3.1484375rem;top:30.6875rem;left:13.75rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PdTutxgBZRBsZWPQ1tytZGlDRvFdiC06 { width:5rem;height:5rem;top:25.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbTGhHGWwMrVGfbiUyQnSNQgTVZCImZ5 { width:5rem;height:5rem;top:25.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnfAcbxa4Ax1DZC949cKtJaTggstOrtd { width:6.25rem;height:2.0989625rem;top:41.1875rem;left:6.875rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OFoTPuAf1c4vvw9CcQ08ObMpIDWJToQM { width:5rem;height:5rem;top:35.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPGOaTUtlT2Jsm2wLANrNoT7UTuTpEC { width:6.25rem;height:3.1484375rem;top:41.1875rem;left:0rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GrsqtvXMtwrySGTul7W21CboQ49zXyQ2 { width:5rem;height:5rem;top:35.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL25JD7Ew8SkUcHTldUGtsFThZTpXNfT { width:5rem;height:5rem;top:15.561462402344rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nggOuc5Kl1CepzSw013l1bomr00N1vg9 { width:6.25rem;height:2.0989625rem;top:21.186462402344rem;left:13.75rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rILaE96Jub9F094uyepK9cDi4CFZMDXv { width:6.25rem;height:2.0989625rem;top:41.1875rem;left:13.75rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fuzwESmAQiHD9zlQ9q4aTSof0TyUSVdO { width:5rem;height:5rem;top:35.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a { display:block; }#exPDqEZrJDPKcSBvO0N5dGF4xD6GyT9a > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgWOJDFd4krcsP0pDWOybtoowtpBTJMZ { width:16.25rem;height:3.75rem;top:0rem;left:1.875rem;font-size:1.125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rA1vFGu1z3tTgS05N98z7uR9I3IbFWX5 { display:block; }
 }@media only screen and (max-width: 763px) { #xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 { display:block; }#xiSTkr3WhlRTpKSuSNy9DttvTElmXyb2 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKTXaq13d2zZEAVy6299zlGRRrqBT67E { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQFbPQgEonTFnQcaSMtTyEkmlmc3wpaP { width:20rem;height:2.275rem;top:2rem;left:0.09375rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD { display:block; }#CfJSNUpeMkoXREwFXun1RTvdWsdMUvFD > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXqlh481i40bOUiQNp7mQQzaN2oNRS5u { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2q2s4o3C61Ihepo8ifJx9NeGsuSCvag { width:11.125rem;height:3.0625rem;top:2.4930558204651rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksKl2ElG8GLB4NftEkwSn4w0TNq01alW { display:block; }#ksKl2ElG8GLB4NftEkwSn4w0TNq01alW > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WV8S7lg6wTCiVnZTfWznBGsUNzKLT76J { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RANB0ETATs7F4VS4aPOc0WVzTNCIkRfQ { width:11.125rem;height:2.8125rem;top:2.0555558204651rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu2qTykD36KTsMLlTkICu0Vb9bU3638x { display:block; }#cu2qTykD36KTsMLlTkICu0Vb9bU3638x > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntXGg8Q0dZBiIc3IWVVdkCTMR8sNcPbx { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcCK60GxNXeqp8qehgMR9oxGIR2muu7T { width:14.875rem;height:1.875rem;top:1.7421875rem;left:2.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCXeqPPZ2Up92WhAe6GNNOtOGGd04N2K { width:20rem;height:2.840275rem;top:4.6875004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9q2CibDsk034i4nf4rxghBnyTzOIwTK { width:14.75rem;height:4.3125rem;top:7.5269513130187rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq { display:block; }#Q9ZQgRWDTzPW0oDtLI5nTFImmo67LFUq > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asKsweqbtgySG0LyCR1OWc1woJiySzrK { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfTVu57RCHiGZgqWOqDJprw6P5ayG5po { width:9.8125rem;height:3.125rem;top:7.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve3CxOJGizRdGG73D5K3MDyUud1LAGQU { width:13.1875rem;height:3.3125rem;top:12.125000953674rem;left:3.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2ARXmrBsL4MoibROrHHTBXwUb01rwf { width:12.75rem;height:2.875rem;top:16.562500953674rem;left:3.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9Bsk4qJzIyoDXWdKT15Q0Kq374NzUuM { width:4.9375rem;height:5.5rem;top:1.6796875rem;left:7.5312505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa { display:block; }#SffDdp5BbbTNgg6iPuRwh3U0SEbcmgsa > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fe59X5ulADX9Cn4LsecWsu5OfhHKSih9 { width:11.25rem;height:1.5625rem;top:15.061462402344rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsSR3235eAqpzo29nhdlaSQKWkvrNJiE { width:20rem;height:1.05625rem;top:33.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fGPpGvMa9eggGqupeGhgr1R1mVuIok { width:20rem;height:1.05625rem;top:0rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyVOWB0oQ5wz8TA1vw482TPp2IXTuN3B { width:16.25rem;height:1.8125rem;top:35.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXkaVaqutbc7k2hHAvmh4RIafo9wMRiL { width:12.5rem;height:2.9375rem;top:9.8114624023438rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BorGto3t94wkpBgQ7wV08g5p5v4Vstfh { width:5.6875rem;height:4.5rem;top:2.9052124023438rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXrEfUMW2ZSOa0VcftZtTuh0tqvFT1fZ { width:8.1875rem;height:2.5625rem;top:18.875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2cdOVMIcB3WppDxxS0DK5izwPxwgrnW { width:10.625rem;height:2.25rem;top:23.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU40ExH2zeyHNKTQtS1pOovRcGhgAv1C { width:9.6875rem;height:2.25rem;top:28.375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO { display:block; }#uNLbD4PCT5WsCUNMQmbCIFWQWWMCcPMO > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cytA0iLw8nLZcQEbXTyU5RKrUTAAIE31 { width:18.75rem;height:4.548825rem;top:1.875rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #RNhgZRcDqrlP0S3s1KtI5b2IlArGnIrT { width:20rem;height:2.8125rem;top:12.57292175293rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pxAIfTMprffJ3SBTV7FFgTDwLQvCiNV5 { width:18.75rem;height:1.5rem;top:10.60417175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pBnN1mNiKoP07TlN0rPOFvZqe49w21z4 { width:18.75rem;height:1.5rem;top:16.69792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXvSHmhNuF66SzPkNyorBO9PJNKQbZA1 { width:18.75rem;height:2.8125rem;top:18.63542175293rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dAHtvhh9Th7N9s64117F8vVKtNw46ZtK { width:18.75rem;height:1.5rem;top:22.572914123535rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kb06MDeWmpsUiHrmWLQLozbHTGoTekLz { width:18.75rem;height:4.21875rem;top:24.510414123535rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d8JmieFtsKv5TK7RSATAn3cyqTw9emio { width:18.875rem;height:2.8125rem;top:31.88542175293rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UwTeZput2qKl4BwXlPeJlM06oEuoa0Lr { width:19.375rem;height:1.5rem;top:29.94792175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xuMTTiRqXKw5EZ7tF8ifg4XsfprsIbXR { width:18.1875rem;height:1.54375rem;top:8.19792175293rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vPV4VKQRfcoDoSt7tshhPF47V4km4Gm6 { width:19.5625rem;height:2.8125rem;top:39.947914123535rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qdnRddm35zCxgG9xXkAWHZN5cgK0aqXX { width:18.125rem;height:3rem;top:36.385414123535rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gacst0tC49nCEkxI3BiP5xZK8a8BITeW { display:block; }#gacst0tC49nCEkxI3BiP5xZK8a8BITeW > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bm60JmuwErAu1LFwWTZa0KN59VFDvIq4 { width:20rem;height:2.8125rem;top:4.5rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NsXpQIwZzXR0TQXyUMNpAAPe1FZe8Je4 { width:18.75rem;height:1.5rem;top:2.65625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lyJATFBOSEw67eJ6coBHuSeeLiKtC1sM { width:18.75rem;height:1.5rem;top:8.6979370117188rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #taTQ0FBHTo2CTFhtyK3Dtf7zRQhfgfWJ { width:19.9375rem;height:5.625rem;top:10.572937011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zKzKOq0u76OObJUU6uP4Kod3c2zeXsST { width:18.75rem;height:3rem;top:17.572937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d7tUeqHkMZAD42T9X4OoZaOsFxXZXToS { width:19.875rem;height:5.625rem;top:21.010437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yqgnVlnP39EBls3hKkRWXxxxVM2kMVHX { width:18.875rem;height:2.8125rem;top:29.885437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v5gJgEWeGocQfsV2c48mWttC7Gns2fry { width:18.75rem;height:1.5rem;top:27.885437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aEKLsKL0G8OM9VT2ngim46bw6OaLED7M { width:18.1875rem;height:1.54375rem;top:0rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #duCMVTJ62TrGP5cC2JLd7yBSm4AyXDKD { width:19.875rem;height:4.21875rem;top:37.82292175293rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OEDiJeTOCBhy24hv9B1vL87ABxJJ6Hfd { width:18rem;height:3rem;top:34.38542175293rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MNf9cQQZTEOi2vo9xfvGEb3BOOGD39T3 { display:none; }#MNf9cQQZTEOi2vo9xfvGEb3BOOGD39T3 > .row .container { width:20rem;height:49.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #weqvhQ2dlul1TaoHlhDJ1ygOEyT7Hu3y { width:20rem;height:2.8125rem;top:4.5rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JbV5LAiW3B72ezoVAGFC8HUbU17Mqw0L { width:18.75rem;height:1.5rem;top:2.65625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lHBkhiMqSGG3lznGVR8frkyIFg78wg3F { width:18.75rem;height:1.5rem;top:8.6979370117188rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vR8m02dUbTp64o79NLwgcxiAzMnTyLi9 { width:19.9375rem;height:5.625rem;top:10.572937011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NavZxgneHPPW72Kk0sZAzoRt7eNJQzld { width:18.75rem;height:3rem;top:17.572937011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VNhp3V4ngZam4Ock49Nnv50k7qIHM0Vh { width:19.875rem;height:5.625rem;top:21.010437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N3GdWBx5qWuKT8Q7fRNErkn7q14ktBWe { width:18.875rem;height:2.8125rem;top:29.885437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nV2clTKeAtfUvBMbnH99XdTnZVWTrsKi { width:18.75rem;height:1.5rem;top:27.885437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lce0BcnJ0Nf5Qeym4m9ElFfcqb0nSrE6 { width:18.75rem;height:1.5rem;top:34.010437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IU8cswXnhKTrzgkQ9U91V4CfqTPTgtCt { width:18.75rem;height:2.8125rem;top:36.010437011719rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ri9AOzuZ44fHphEiAN1htaSuUvhASZve { width:18.1875rem;height:1.54375rem;top:0rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WLwTlNcxyD4DQt4W5l9zFwNmJiK3GiEu { width:19.875rem;height:4.21875rem;top:43.44792175293rem;left:0rem;font-size:0.9375rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkV3nuN7BM1syVS2xFbQxmRyx3eFUe4z { width:18rem;height:3rem;top:40.010437011719rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX { display:block; }#ZX3yb6T7psrSMbS8DB8GCrR9nFv3c7HX > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PH5TLCeE82UZBRneOh5sWC5UF96NZQEV { width:14.875rem;height:4.21875rem;top:7.6770629882812rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcAJgUHz0B2IIhtR7W9lyUyoqhOFu3yM { width:20rem;height:0.125rem;top:13.47500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2OBVcnm1k1lFBxkWNNZcx7iPsJZ7gRF { width:16.875rem;height:1.21875rem;top:20.2083125rem;left:1.5625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EvheNathmx84g0F1T694BCMpFAzhczsC { width:20rem;height:4.548825rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:playfair;display:block; }
 }@media only screen and (max-width: 763px) { #yNAXLuDSLValVAqCs6d4IpdtefqPpBoW { width:6.1875rem;height:1.75rem;top:17.3333125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXuFHaTbfhDhaZ5qsGVq1vlLAgIGqWt3 { display:block; }
 }@media only screen and (max-width: 763px) { #usfwW8wWVJ9kr9fs1MIhTzI2wshd6DSG { width:8.6875rem;height:2.3125rem;top:14.895843505859rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX9mEIoLxMscnn9uWhIfJCXUKzPb7ths { display:block; }
 }