.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:252,226,226;--color-primary-1:247,167,167;--color-primary-2:241,108,108;--color-primary-3:244,106,62;--color-primary-4:254,140,0;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:23,155,185;--color-secondary-4:16,20,37;--color-tertiary-0:255,255,255;--color-tertiary-1:223,223,223;--color-tertiary-2:136,136,136;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"inter"; }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); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c01b51;background-image:url("https://images.assets-landingi.com/uc/404a90aa-e8de-47d2-9783-5ed74d611f63/KVAPD2026GinekologiaD.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW.adaptive-delivery-prevent-bg, #KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW.lazyload, #KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW.lazyloading { background-image: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container { background-color: transparent; background-image: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container > .video-iframe-container { display: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row > .video-iframe-container { display: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .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); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container { border-width: 0; border-radius: 0; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#DKhcHTdGiFvDlUzloL5mxPM4WDAsLkyp { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWnF9U8Ib8tWrXh0ZsvKWH7toRoPbTLi { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.9375rem;left:44.96875rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhxolH2F6WF8nCheP8mHctBkgrsuwPuv { background-color:#ff8d07;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;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:satoshi;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:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#cq9RD2w4ZbCRxZgXv4ue3iGPfmnhvbDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wD6FPfXIUByDFPAoqGsDkS7FezhQF8WK { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#Q8zIlebMxggmarezT9b5VziHoEWoybQu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fUrc7bZIhGtt7GqSzO1nnWwROpVU34uK { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#Jqa81Gf231PUcu9J6MUsLfSo127lTlya { background-color:rgba(var(--color-primary-3),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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.5rem;left:40rem;display:block; }
#XsXnfNpwAwXX09IkU1Hky60G1Lw0fL1z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qnAxwnZrKMq02UmbpiEltrcAT61nqkph { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyEfoxMUI1rs9WtXy7aUMxPpnWsc6fGC { 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:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#vsxXnJeW1yiLNxqhPf84LT2psuTu6AWk { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#89002d;background-image:none;top:1.25rem;left:37.5rem;display:block; }
#wIgiSv9rTN5Op9vQ0XKzvbSQIoMAiC2k { 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:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#ZfO5cDcWgSlNaLEUNcc2VTxiH1kzWgUO { 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:53.9375rem;width:74.875rem;display:none; }
#qbClbk0G96E0ZVLrqaXJeIJMvIVm3uXV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.25rem;left:1.0625rem;display:block; }
#FAfDxr23IV4U3XHhwz8bDxT68pSqN3bK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrUHqxRzgETyflLWSG7WNbqPaMddtRBw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:1.25rem;left:9.3125rem;display:block; }
#H8ru3h9NLN0RBZ3sOR0yHzRPrdR2EBDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tCRVrPSoa3chzaJm7AOitGNaIPrpD09v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:1.25rem;left:14.875rem;display:block; }
#q3wBnoz8ukt1oKzacMOGUgZNargxqfRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZSzs6vX9AJ6fKqgkxOZLV0tTUyrug9zn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.25rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:1.25rem;left:20.75rem;display:block; }
#wgaOT0SBaMrmSpeskBx9JEyA792BDCXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mhAnmtVl0CtQeDLumB3cEGssTcJZ6fkn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:1.25rem;left:27.8125rem;display:block; }
#EUkIP6NrEbupufy0yAa945MgnoGaE1GA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blaUyu3OkNx8HUKrE1wJUoNOOXPQvtv7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:1.25rem;left:31.1875rem;display:block; }
#IfJgk1oCyTC233sK4Tya0GGKlIR06AFO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iHRSSQsEoaFbiZetmvksVVEaZ4Fz7nSF { background-color:rgba(var(--color-secondary-3),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 rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:29.5rem;left:56.875rem;display:block; }
#izDVrdXZoOloa9QcqIuKr41OHOrgXOTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bcLpagx62bqRIULAXsXU3IxBk9J4sQDE { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:24.75rem;left:0rem;overflow:hidden;display:block; }
#XfOfSlUASZhLJC58F49gvfD3sGLtISlF { color:rgba(255,255,255,0.8);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:32.75rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#empghV9rh0usUINDV6wfbg5WonDf4W8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c01b51;background-image:url("https://images.assets-landingi.com/uc/404a90aa-e8de-47d2-9783-5ed74d611f63/KVAPD2026GinekologiaD.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#empghV9rh0usUINDV6wfbg5WonDf4W8V.adaptive-delivery-prevent-bg, #empghV9rh0usUINDV6wfbg5WonDf4W8V.lazyload, #empghV9rh0usUINDV6wfbg5WonDf4W8V.lazyloading { background-image: none; }#empghV9rh0usUINDV6wfbg5WonDf4W8V > .row .container { border-width: 0; border-radius: 0; }#empghV9rh0usUINDV6wfbg5WonDf4W8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#empghV9rh0usUINDV6wfbg5WonDf4W8V > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#bQsho83b39nHLRSQDMQSEHwFNKqQirP8 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMkHbnU9V9CP6kTnFNTLsSTJ4sdlcbJa { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:21.9375rem;left:47.53125rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekTHp68TtcFJBzrXvcbghNymXJiMx6v1 { background-color:#ff8d07;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;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:satoshi;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:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#VUbEOlCxsVrZlXDcRMkPuCACGKD8cp1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RN8fOSIWxbnwNPU5a4EtoH07nD5Zl8xi { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#x2ai8kXHvzsUbA1lm1i7Szy3E7hrNHUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JScM74JOnicuvy4ZPALo4zeC1WyScTQX { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#WgxNxr47fe3Q3tkZvDPtD1bIwSrb6loN { background-color:rgba(var(--color-primary-3),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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.875rem;left:40rem;display:block; }
#aEuumKKamZhah38z2S66bPwRGcT49FED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ORwTk9ixNrUamRgJGNXsaeteT66RXaN4 { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:38.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UrEpRfQLFVC2UPMdvNylhRf68zx7FhuQ { 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:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#OvQybIA4J1XTDQPxePUTKCaJ8AaZwt2u { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:#89002d;background-image:none;top:1.25rem;left:37.5rem;display:block; }
#GDgSTtTasZeoTaMnenAtXxJJQJRnU34C { 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:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#mJy3iqqzaklQzkP8bynphTPwo0fdaVII { background-color:rgba(var(--color-secondary-3),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 rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:29.875rem;left:56.875rem;display:block; }
#x6XNeEId4oJTQTB6pNqZtzcNrMOsuMbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g8dDRCsUFUBbk4RvqVBoSILVImXGTyZr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:1.25rem;left:0.625rem;display:block; }
#JQqGvPzXKBGS40vBFImK1uJtD80W3sJu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoLIRWXy63OuZv0oixoP33IVpq2mscvB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:1.25rem;left:8.875rem;display:block; }
#xPltCAEmERGR1bSkRwiMcAwRUNskkeZs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQTJ2bxf0oxOEcNnHktFA58TXnJ8WcFZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.25rem;left:14.4375rem;display:block; }
#n1HXTJTsqxaLzLRLyke6mCOqRC9dsV20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3v1sb361LBF2hrPpL46KxSnZc9wfgab { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.25rem;left:20.3125rem;display:block; }
#lLP1zwx2oMD1Q4Q5T46w14VKVrwSA55W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT85aZLx1XITUEiwFN3ZQahm3h0XyTvG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.25rem;left:27.375rem;display:block; }
#nJJT0RwlHnGJo6tQdelo1Byh9PkyrERQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkiiIavKif1qZiTKXhN5ll1afD5QkQVq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.25rem;left:30.75rem;display:block; }
#U596Co9gdg7hv1MmiHZRcyywlhdTKsrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6xVtw7FHoWmTER8hCma3wiKxmBFmnLF { 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:53.9375rem;width:74.875rem;display:none; }
#HlaKiFKBh9iJOGBoxHRXz5okRU7ww08x { position:absolute;display:block;z-index:15152;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.1875rem;width:6.25rem;top:0.625rem;left:68.125rem;overflow:hidden;display:block; }
#VUMPe6BxFQMuvoDV96TtxeTX0BuUXcsT { color:#c01b51;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15153;line-height:1.2;letter-spacing:0;top:4.1875rem;left:68.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XxBCzykqkO8RwD3qS8zZ9gmV4a61FDQ5 { color:#c01b51;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15154;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#af1044;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; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { border-width: 0; border-radius: 0; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:none; }#CCoEK6M6szVfN5yuNtw8AnoT28Dmd0ci { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgdv6luHbCNdJhXPIZEzTRNu2lF2yOQu { color:rgba(var(--color-tertiary-0),1);display:block;width:39.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:4.8rem;font-style:normal;display:block; }
#iXg8JE3Jig3S33xPuVPBkFXTsJ4urDOT { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:#89002d;background-image:none;top:0rem;left:37.5rem;display:block; }
#uXp627kDtpWeqyOnJXEVQ6JcihMRsUwB { box-sizing:content-box;height:41.9375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(137,0,45,0.6);background-image:none;top:8.75rem;left:0rem;display:block; }
#UsKHqbzvlRaMVlU8wik0sfV3keuQTP0l { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:46.1875rem;left:53.125rem;height:2.45rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#x3OJS9TLoodTGP1BIST6N7aZ37MTQapK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:44.1875rem;left:65.625rem;overflow:hidden;display:block; }
#npmArqgRDUQVVHv9uQ3hlPoKSkliMIsH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:33.25rem;left:1.875rem;height:9.8rem;font-style:normal;display:block; }
#HolsAApPTqit4JBRwmv1wHDZqwfxayoP { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:33.25rem;left:16.125rem;height:7rem;font-style:normal;display:block; }
#sm9onsIkwLtE83fBWl4y0L40oEWudNM6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:33.25rem;left:30.4375rem;height:9.8rem;font-style:normal;display:block; }
#JK0PhKq6esvu1CwwTGBr5OARBJVTMc4s { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:33.25rem;left:44.6875rem;height:7rem;font-style:normal;display:block; }
#pFWdZsRoEsocFaUOlq0xXDlOlmPriX7V { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:33.25rem;left:58.8125rem;height:9.8rem;font-style:normal;display:block; }
#SIevvkKi4ZdagXb4BiqdRDlGoMkwzVpO { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:17.1875rem;left:1.875rem;height:16rem;font-style:normal;display:block; }
#vuUAsRDftTNAJ2fptA6hMKEfPd6u93M3 { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.75rem;top:10.625rem;left:44.375rem;display:block; }
#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#af1044;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; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container { background-color: transparent; background-image: none; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container > .video-iframe-container { display: none; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row > .video-iframe-container { display: none; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .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); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container { border-width: 0; border-radius: 0; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#S61NkZcP3RS4oqqBVddV0MxkKvBZ49Ao { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xlZJ1bwe9ySwNOAhGzaf34dvTWMTNdGq { color:rgba(var(--color-tertiary-0),1);display:block;width:69.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:17.5957125rem;font-style:normal;display:block; }
#iMy0gf8olzHvKBmEH4E3et2q5yZ5gPfu { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:#89002d;background-image:none;top:0rem;left:37.5rem;display:block; }
#ZDU2c8UJ0IEkdysSIvntyxEtcdrTnvW4 { box-sizing:content-box;height:23.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(137,0,45,0.6);background-image:none;top:8.75rem;left:0rem;display:block; }
#uzy8JppTNezbcWi2e9s6saAAxSMvTB71 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.0625rem;left:53.75rem;height:2.45rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KqEexNb3aA0tyrz3VOhrt0tfdmwAyw0O { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:8.5625rem;width:7.5rem;top:26.0625rem;left:66.25rem;overflow:hidden;display:block; }
#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c28e12a-a11c-4ce0-8912-5d7ab9b22881/APD_2025_GINEKOLOGIA_TLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy.adaptive-delivery-prevent-bg, #QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy.lazyload, #QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy.lazyloading { background-image: none; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row .container { background-color: transparent; background-image: none; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row .container > .video-iframe-container { display: none; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row > .video-iframe-container { display: none; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .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); }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row .container { border-width: 0; border-radius: 0; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy::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; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#VHKW4A6SuUcs8xKcPs97fTl5TxpoAvh0 { color:#f46a3e;display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.125rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJKLaPBu4mKPa7FEIPCvCAbDuyAlmrRv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3624992370606rem;left:29.125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kys9P81MBGHq2WIiIJbLMwcZvVa7lcBf { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.3624992370606rem;left:4rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DJO44XAM2XnUFRueTsg0KtK5oOGwB6iW { color:#f46a3e;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1HJqkpEOl3UhmrZnfq0EPJCz6hznI9e { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.3625030517578rem;left:54.0625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SQfSGfsvSxclWu8AskDXzmByVfdAoIQ2 { color:#f46a3e;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.0625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yCBfieanduMUIM0XrdCZJJ1Fd3N7XRPs { 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:15145;opacity:1;top:1.5625rem;left:0rem; }
#gy3CX4B8ANcupVTcCJNQTdKVnlbqftEN { 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:15143;opacity:1;top:1.5625rem;left:25rem; }
#c1hpOdSqsT9gQmIkoOiG4MTB8Eh8yxNE { 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:15144;opacity:1;top:1.5625rem;left:50rem; }
#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { position:relative;display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { background-color: transparent; background-image: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { position:relative;display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { background-color: transparent; background-image: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row > .video-iframe-container { display: none; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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); }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { border-width: 0; border-radius: 0; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .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:5.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; }#sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { background-color:rgba(var(--color-secondary-2),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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0.125rem;left:6rem;display:block; }
#xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { 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: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.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.125rem;left:29.09375rem;display:block; }
#W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { background-color:rgba(var(--color-primary-2),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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.1875rem;left:52.75rem;display:block; }
#L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { position:relative;display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { background-color: transparent; background-image: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row > .video-iframe-container { display: none; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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); }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { border-width: 0; border-radius: 0; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .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:5.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; }#IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { background-color:rgba(var(--color-secondary-2),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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.125rem;left:5.4375rem;display:block; }
#frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { 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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:29.9375rem;display:block; }
#vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { background-color:rgba(var(--color-primary-2),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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.1875rem;left:52.59375rem;display:block; }
#rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { position:relative;display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { background-color: transparent; background-image: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row > .video-iframe-container { display: none; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .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); }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { border-width: 0; border-radius: 0; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .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; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .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:5.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; }#aA9llxcelB8Owf6OI0rrtLazC76sDBAO { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#e2e2e2;background-image:none;top:3.3125rem;left:0rem;display:block; }
#HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { color:rgba(var(--color-tertiary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9375rem;left:25.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { background-color:rgba(var(--color-secondary-2),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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.125rem;left:6.0625rem;display:block; }
#TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { 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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.125rem;left:29.8125rem;display:block; }
#kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { color:rgba(var(--color-primary-3),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.9375rem;left:49.375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { background-color:rgba(var(--color-primary-2),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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:3.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.1875rem;left:52.71875rem;display:block; }
#xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { position:relative;display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { background-color: transparent; background-image: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row > .video-iframe-container { display: none; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .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); }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { border-width: 0; border-radius: 0; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .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; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .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:57.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; }#WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { 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:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.0625rem;left:0rem;display:block; }
#RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:4.5187377929688rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:9.875rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#emG3kkQrqTyg6heruxyNDHuL49f3yvAv { 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:rgba(var(--color-primary-3),1);background-image:none;top:16.9375rem;left:0rem;display:block; }
#G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:16.4375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:19.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vITsahchHhBVET633UbHnoAdLnzIXifs { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:26.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:23rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { 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:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:23.5rem;left:0rem;display:block; }
#D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { 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:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:29.75rem;left:0rem;display:block; }
#BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:32.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qyZlWylCH52xd4NZlUDOA984a3k1trkI { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:29.25rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJtybMf3Ww35FelrpQQ6FsteqqtUuEpe { 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:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:36.25rem;left:0rem;display:block; }
#hkglXZyzcDnK0GfVwJM3mzras0C1eRed { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:35.875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { 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:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:47.375rem;left:0rem;display:block; }
#DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:46.9375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xzfM7U1suG5ebdD8FnUpSKpe1QFwLM0z { 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:#c7c7c7;background-image:none;top:10.4375rem;left:0rem;display:block; }
#hMZqTsUBJ0MtTHecPpnl8sfRxphT5EuG { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:51.6875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w0LIXZaSphWq4kUOTGrNRZwAvo4GOvbo { 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:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;top:52.125rem;left:0rem;display:block; }
#EFBHnabK81vxWWFeFcTwg2m65UJRTCnB { color:rgba(var(--color-tertiary-4),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:40.6875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1qPUK4ZvkxPIJRImp2Nh9MqUwgaRggA { 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:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:41.0625rem;left:0rem;display:block; }
#izA5XqTNiSTnrqwA11LveH6bBKg7XFTJ { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:43.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#smWcwnURCJQWRovvSPTA67qI9RqHsynf { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:13.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { background-color: transparent; background-image: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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:18.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; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:rgba(var(--color-tertiary-4),1);display:block;width:64.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { 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:rgba(var(--color-primary-3),1);background-image:none;top:6.9375rem;left:0rem;display:block; }
#q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.5rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#li1T4WdRvhBwfx76kQ0QO2cgmwyTe6lf { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { box-sizing:content-box;height:5.1875rem;width:69.625rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),0)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),0), rgba(var(--color-tertiary-0),1));background-size:auto !important;top:6.25rem;left:0rem;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { 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 rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),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-primary-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.59375rem;left:29.375rem;display:block; }
#TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ahXTAAkEsWZra3zfEbGJscACbO3DF8Jy { 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:15038;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { position:relative;display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { background-color: transparent; background-image: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row > .video-iframe-container { display: none; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .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); }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { border-width: 0; border-radius: 0; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .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; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .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:52.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; }#GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { color:rgba(var(--color-tertiary-4),1);display:block;width:71.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { 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:rgba(var(--color-primary-3),1);background-image:none;top:6.9375rem;left:0rem;display:block; }
#M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.5rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B8t78i77emTraHZPEeTmlngWvsDOoXmA { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdUyltUwr9gMcpQ3mcRB6t80eeBK9pse { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRDFreK1q3RRux4EbVlwTVViwxIvSAop { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:12.8125rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { 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:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:13.25rem;left:0rem;display:block; }
#p8I8vv7e2IGOdr5WR88UuCAE6MATsl7c { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:25.625rem;left:0rem;display:block; }
#k7hckARBmkTmLv5BDl1uzmVS4KStAOJs { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:25.25rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGxfhK3GJatfv8T5Ma0dzz5tHTCJnx3f { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:32rem;left:0rem;display:block; }
#OO8LFvNguC65wUEgTrpNlognwLPy731I { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:28.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LJBkVnikfqVMPoSVKAuU3A6gd3LTDhg1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:31.5rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TzBTy6HByJCUF6WfMf43P7WuQdeU2yTU { 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:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:36.8125rem;left:0rem;display:block; }
#oBeGKXCZQA9dOK5HnTVPicsxqMobW5xF { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:39.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iPKKc3lxvq4qcPyGAorsvlitnefx0ZvB { color:rgba(var(--color-tertiary-4),1);display:block;width:65.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:36.3125rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { 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:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:42.9375rem;left:0rem;display:block; }
#q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:42.5rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { 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:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:47.6875rem;left:0rem;display:block; }
#eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:47.25rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IcHcy4RXWJ9sh3ZhX3DDJkenwOD01skZ { 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:15039;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#oTvBcT6ovwT4PvALxeCT41NZ8KgwZ5qi { 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:rgba(var(--color-primary-3),1);background-image:none;top:19.5rem;left:0rem;display:block; }
#zShG9ZeCTqVa3TtD6t541rgSCrG7Bm6w { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:22.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oNf4q5cTHoPaE0GPgAwq0dybSWwXFdOG { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:19.0625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { position:relative;display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { background-color: transparent; background-image: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row > .video-iframe-container { display: none; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .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); }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { border-width: 0; border-radius: 0; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .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; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .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:54.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { color:rgba(var(--color-tertiary-4),1);display:block;width:61.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#ww9NsEyNvye95kd01Wrx2mxszxSVbbvi { color:rgba(var(--color-tertiary-2),1);display:block;width:66rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaKNH8tN3BBuom5MciUTOP8m6326kIDw { 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:15040;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#bGlzRbPS0wnSFzvpXW6T7cTr0oD9rGS4 { 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:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:38.125rem;left:0rem;display:block; }
#Eq6cf9rHpceAOdloG8vCI00oVQhKvQqP { color:rgba(var(--color-tertiary-4),1);display:block;width:56.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:37.625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxkIEXRfXBNf36ET5DdSKKhN46L9zIR1 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:40.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wOrTs4CfMm23LF26MJK9kVn8zToqyxF5 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:43.9375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H48tin18ZvOXNqv3Oe0wmEEoVFqZSawl { 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:15040;background-color:rgba(var(--color-primary-3),1);background-image:none;top:44.4375rem;left:0rem;display:block; }
#QWGoBdOV6FdltrtBboxq5WDo3yD8EonP { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:48.6875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NU27op0UcWF4A4dV3KleEuN4tJETWXPX { 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:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;top:49.125rem;left:0rem;display:block; }
#oTPCAgpH9RpXeyZxilCBsVRCnA9FDRFf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:6.9375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JuIMZWd1sEDyfH9qmURyvDysyvQKBL4f { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:0rem;display:block; }
#ESPSSWl7Jde28Gx47AP2pahuBbHwVA53 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:10.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gTTct4EAXIJlukuP6MTisFcxRzBme6oK { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:13.1875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnrcKDagrB0ipes3GAgc33ZXASqU9GkB { 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:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:13.6875rem;left:0rem;display:block; }
#fpn8SAfPl1oUZ9CLAdBOVXwPz00XEIdN { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:16.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TbikWVrkOhZugZB8L612ZKJKhdKx6G1p { 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:15039;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.875rem;left:0rem;display:block; }
#NLUwZTCfe69H98ixvxeX7rwPBfqxq8Km { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:19.4375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mbptJHf8ipMuz0MJhGl7ODCi5ln30DWN { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:22.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cumUKpSS0DOVTcFnHTeZ4Ut8zwtiVtA8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:26rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eImaZSEnAEuBUJybHMvrWAECBgGZxDfx { 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:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;top:26.4375rem;left:0rem;display:block; }
#oM1SGC9TM4Dqx7rKp8yg9HZ29vbRbFJ9 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:29.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeVnLh8zgbiTiA5T323Wz3y4cIxovaKS { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:32.5625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tIMGWaVQqHGb3ddP97N29RMK4aWt5n64 { 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:15042;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.0625rem;left:0rem;display:block; }
#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { position:relative;display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { background-color: transparent; background-image: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row > .video-iframe-container { display: none; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .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); }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { border-width: 0; border-radius: 0; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .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; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .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:42.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; }#H4hQuULb86Ht2pHdonfu1816lmSdZHqr { color:rgba(var(--color-tertiary-4),1);display:block;width:60.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { 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:rgba(var(--color-primary-3),1);background-image:none;top:7.4375rem;left:0rem;display:block; }
#C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.9375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:10.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZRVDQlFUZRvI7tAIUg6AzT2eEO5spDvx { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:13.1875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { 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:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:13.6875rem;left:0rem;display:block; }
#gMGMJO0X3fEHDWfF90u5yOR5pFGGsrw2 { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.875rem;left:0rem;display:block; }
#EyshTpUREAPgJd2b33fu1hI1rAhTeiqH { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:22.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBT8kfSrAMm4reDpxvPfnRPPeTfTB5am { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:19.4375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:38.4375rem;left:2.1875rem;height:1.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { 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:15115;opacity:1;top:38.5rem;left:0rem; }
#c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { color:rgba(var(--color-primary-3),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:38.4375rem;left:60.125rem;height:1.599825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { background-color:rgba(var(--color-secondary-2),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:14.0625rem;height:2.625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:38rem;left:60.9375rem;display:block; }
#ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { 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:15114;opacity:1;top:38.5rem;left:73.4375rem; }
#OF8iBW8GiEkQtacbTn8hs6TiqzOswCLH { 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:15041;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#IKCtsBTkl2WneVmGrGkG9DupZS1gz2ml { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:32.5625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gmQJSNBOylMW6IrAxZBQc7N91n3UAkO2 { 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:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33rem;left:0rem;display:block; }
#FEwWxpJaDHwR4NETNOnO6MhT8NQkTTni { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:26rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gMwRP8DIDqwUD9s1BCs9m7m9OGptAoaM { 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:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:26.4375rem;left:0rem;display:block; }
#tFm7tr75oPcl9K3TiI5MrKTpXsTUp5BE { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:29.1875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { position:relative;display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { background-color: transparent; background-image: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row > .video-iframe-container { display: none; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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); }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { border-width: 0; border-radius: 0; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .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:51.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; }#iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { color:rgba(var(--color-tertiary-4),1);display:block;width:66.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { 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:rgba(var(--color-primary-3),1);background-image:none;top:11.75rem;left:0rem;display:block; }
#xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:11.1875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:14.375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTL7iRbmWD2Mld3ncceeRv0He2ngB9c7 { color:rgba(var(--color-tertiary-2),1);display:block;width:65.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:8.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:20.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:17.375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qFhEqWOApyu41J5FhA70olorKQc2yWZm { 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:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.9375rem;left:0rem;display:block; }
#Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:24.1875rem;left:0rem;display:block; }
#TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:26.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:23.625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBUSet3X1h546CXGsRWa1rWTRS3n1gLA { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:35.375rem;left:0rem;display:block; }
#V0xe2cGRT868TJn7C106gvTLNDHNt1Jr { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:38.25rem;left:1.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bLAxITb3wHE18i9ZpX1S7BBgePzSgFTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:34.9375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { 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:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:41.8125rem;left:0rem;display:block; }
#dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:41.3125rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { 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:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:46.6875rem;left:0rem;display:block; }
#EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:46.1875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTJ2mxSHrieBx8fdyO0XPJT6y2rAxyrk { 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:15042;background-color:#c7c7c7;background-image:none;top:4.9375rem;left:0rem;display:block; }
#sk79zwmDAOd4MI7zHkxSLvkbByFeArtM { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:30.0625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Txgel29KHOcStzz4muliuS1H2BAoW6lW { 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:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:30.625rem;left:0rem;display:block; }
#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { position:relative;display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { background-color: transparent; background-image: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row > .video-iframe-container { display: none; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .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); }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { border-width: 0; border-radius: 0; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .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; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .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:47rem;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; }#WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { color:rgba(var(--color-tertiary-4),1);display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { 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:rgba(var(--color-primary-3),1);background-image:none;top:7.0625rem;left:0rem;display:block; }
#nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.8125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gih83MsNFqwSvDhIym9RiU6paD8Pbrtk { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CSgoUReVBxHKwICMomGaql6s9FTT1b6A { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:12.9375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { 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:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:13.375rem;left:0rem;display:block; }
#h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { 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:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.5rem;left:0rem;display:block; }
#RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:22.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:19.0625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kfMQAkEK3iqeV8RhvMwmsvk8geQheMuW { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:25.875rem;left:0rem;display:block; }
#c7Bo31WC9Id5v0lzrTxiHVlE7UPeeTr8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:25.4375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIOOVsTSgT9lGC6TkA4wZ58dqeGUGp5M { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:41.75rem;left:0rem;display:block; }
#CZWS8NwUT9gAQrommrXyBlnnHbiPgD9c { color:rgba(var(--color-tertiary-4),1);display:block;width:64.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:41.25rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OmWCLFuNeDPJVN4e0EiZTtxg1DSVrKLM { 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:15043;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#LGlJWrgXMBokMGvn5AgHRT1vHAuss5yT { 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:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:30.625rem;left:0rem;display:block; }
#XgIqSNqDGCp5xR8g3nB290dTSRcL6frK { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:33.4375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oyw1GB3aWWpfGhFogv85StXNVaG4ZlRy { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:30.1875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KoUzTZ6LbndIVd3W9OULmFmkFhoeewdm { 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:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;top:36.875rem;left:0rem;display:block; }
#qXRy6onVWCV1dlhHRFK2TzTx2VyU0Tfd { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:36.4375rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { position:relative;display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { background-color: transparent; background-image: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row > .video-iframe-container { display: none; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .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); }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { border-width: 0; border-radius: 0; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .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; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .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:54.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; }#UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { color:rgba(var(--color-tertiary-4),1);display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { 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:rgba(var(--color-primary-3),1);background-image:none;top:7rem;left:0rem;display:block; }
#dV7K17TCtifwJwo98H5O345wF6BOgZkm { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.5625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q0qI8FRIsh3tJGeTscE7ldsdpueIPZIo { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WmE0NWT49cf6c4vNh4JebTVIJgGPBazG { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:12.8125rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { 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:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:13.25rem;left:0rem;display:block; }
#E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:25.75rem;left:0rem;display:block; }
#hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:28.625rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:25.3125rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rov9uqGhQCtPxd1B9vvosZvK6eoFKRqS { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:22.3125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkSXBb41ZciI50zGqAai24zvxthkUh1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:19.125rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { 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:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.5625rem;left:0rem;display:block; }
#DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { 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:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:32.0625rem;left:0rem;display:block; }
#r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:31.6875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4WWSTiRQC5IeTV4d9we3oECDwsPyysv { 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:15044;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#FRcU1X20EHRpu0Z7tD8xN8VDMlW2imxJ { 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:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;top:36.875rem;left:0rem;display:block; }
#EzB0nPFmDlGTZ2HDdJZ3e7tWVAMGTTsh { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:36.5rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O4SE3QXhiCuPXKe6riLLTU3u8ucfN2Jo { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:39.724998474121rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vaFHF6TRdzWI2vq76w7CB69yeDa6TtPX { 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:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;top:48.5625rem;left:0rem;display:block; }
#we3R6P2hbEfuCfs6pEqAJ0oIASaA98ab { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:48.1875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#asA296vxkD0DV0fXZgUR25GtRxPErMIR { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:43.125rem;left:1.78125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGdk1FIqr88ThAwCumJ0DeMtiw9ACyt4 { 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:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;top:43.625rem;left:-0.09375rem;display:block; }
#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 { position:relative;display:block; }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 { background-color: transparent; background-image: none; }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 > .row .container > .video-iframe-container { display: none; }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 > .row > .video-iframe-container { display: none; }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 > .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); }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 { border-width: 0; border-radius: 0; }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 > .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; }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 > .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:41.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iQNiTyA9xwwZ8X6hHZXIKK0re3aKSvCl { color:rgba(var(--color-tertiary-4),1);display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.25rem;font-style:normal;display:block; }
#cM1JFzHVdnJ0xbyr8dJpg45VX3IRNE0t { 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:rgba(var(--color-primary-3),1);background-image:none;top:7rem;left:0rem;display:block; }
#rXlEToGBIDEpbUWNGMikN26dK6Osbcgo { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:6.5625rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X5lQm2h459Bam1cRQ2AO1BGpLKGxwXua { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:9.75rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTdcfsLszIVyR12NxuQXv4QHfnUp72JW { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NIeDPnMuSHwS6V9KiwqaSDLO1bwKPDXh { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ja3vM89ebZ3gghOOnredCHgMDTTtKtFI { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:12.8125rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tIaqb0mwhIDDMbF0OgpDI99GPau2JJvk { 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:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;top:13.25rem;left:0rem;display:block; }
#HJ0fTNoQQVhvMnTgGWsZeqmsCTsNkOPW { 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:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:25.75rem;left:0rem;display:block; }
#Hq2y2IDkiMLfd2O04GHk1UQh9rqKAdRV { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:25.3125rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WFFhcWypHiUDkIptzhsc44rMxXQRJLZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:36.4375rem;left:2.1875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vVu1zNvK1CrEaVLEglid71tGu68T2mUp { 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:15115;opacity:1;top:36.5rem;left:0rem; }
#SzQhV2F6U6XsR885g3qtGcnMXtWP1uhO { color:#c7c7c7;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:36.4375rem;left:60.125rem;height:1.6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OlzcfwuGv8xehc08fJCoJJ2uBsOsFRnT { background-color:rgba(var(--color-secondary-2),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:14.0625rem;height:2.625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:35.924999237061rem;left:0rem;display:block; }
#HdF8qeRSvR0sZDRteTShTRlohV8dOtkq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IvdMsnm6Laibov9BGygFp8qWHT2eo0rL { 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:15114;opacity:1;top:36.5rem;left:73.4375rem; }
#Pb8VE1Z2rDBRqz3MDCdET4vnOTUwHz4S { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:22.3125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OFUKJGfytxpbRsPzvWMAXgkwUH1gJFii { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:19.125rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d4b3aQGuQma01TnTANPbBlxr1bmHT0le { 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:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;top:19.5625rem;left:0rem;display:block; }
#HyscrqtCVFDTIDvXaeigft6IbxJ5cz8o { 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:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;top:31.0625rem;left:0rem;display:block; }
#qxlggxPNwTNrom8XLwcZ7VypOITWLy4E { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:30.6875rem;left:1.875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VKxllh6oF0qrQu4iuMcXW1qZmBynKIPA { 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:15044;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc { position:relative;display:block; }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc { background-color: transparent; background-image: none; }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc > .row .container > .video-iframe-container { display: none; }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc > .row > .video-iframe-container { display: none; }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc > .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); }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc { border-width: 0; border-radius: 0; }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc > .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; }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc > .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:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fGfsnX8p32Z1fp9SqVp40KWAKOpnus4f { color:rgba(var(--color-primary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQw3yt0Mnhn75QXQ5mbDUxcnNQQQoC8e { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.0625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIm1GIROO3nFRw8nAmZzhSJ2i0mqwzoe { position:relative;display:none; }#pIm1GIROO3nFRw8nAmZzhSJ2i0mqwzoe { border-width: 0; border-radius: 0; }#pIm1GIROO3nFRw8nAmZzhSJ2i0mqwzoe > .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; }#pIm1GIROO3nFRw8nAmZzhSJ2i0mqwzoe > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wuHXidfh4TmxDoPMI33W6vr9H5hiDus3 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#KkLV11TByhdcSKnzDpuAqTR6GTRHqF8p { 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:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.75rem;left:0rem;display:none; }
#whwDTTWMMvzr9KaM03wTIr8LTmVrtSGl { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:25.9375rem;left:8.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t3PSDyd52av5R7uxKiodMTK20p3mstHW { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:10.0625rem;left:8.125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFWw9FEhhf3iNUgcmkpMl9vWpi52bIcO { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:6.625rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nwI8r6tstK1xAgnIeumh7cfHqDlEJ0Ue { position:absolute;display:block;z-index:15060;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:6.6875rem;left:1.875rem;overflow:hidden;display:block; }
#oITAaCZU3BuT0RsP8eRadRmMLHhAStn4 { 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:15048;background-color:rgba(var(--color-primary-3),1);background-image:none;top:8.875rem;left:0rem;display:block; }
#TiE3fDI4pVuB9T7ONQ7vwaFWIeiurWgC { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:59.5rem;left:8.3125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TkhsJyLK3kVdzhU1A9gISCsmhFomWJtH { position:absolute;display:block;z-index:15065;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:34.9375rem;left:1.875rem;overflow:hidden;display:block; }
#owNSElEyDaIqHyvXTznV5eZruxK9CWXp { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:39.9375rem;left:8.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WZFAo8SpGPZ8SS8TRlPhOMx3FyNwR6Li { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15053;line-height:1.4;letter-spacing:0;top:34.875rem;left:8.125rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lK9sxRNldyGGd5Mm4fPVHs54hJAcPWhW { 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:15053;background-color:rgba(var(--color-primary-3),1);background-image:none;top:37.125rem;left:0rem;display:block; }
#Gcr0Rtfglb1HyrRPt87O7nPnCfhpZusN { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15109;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#zrNUbtfeRKxlFURiMWaDQcvhUTnoAM5b { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:43.25rem;left:8.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kacaseUCbxUIdaC8K7oPZvcM5ZNc5N3N { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:46.0625rem;left:8.25rem;height:12.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kacaseUCbxUIdaC8K7oPZvcM5ZNc5N3N li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kacaseUCbxUIdaC8K7oPZvcM5ZNc5N3N li:before{  }
#hazXyfBs91qzWtAtTxAO642vMOWo1vBT { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:15.0625rem;left:8.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XBL0RWb4mFP4GWmo2lkcpbGkRuhX2EvI { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:17.75rem;left:8.25rem;height:6.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XBL0RWb4mFP4GWmo2lkcpbGkRuhX2EvI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XBL0RWb4mFP4GWmo2lkcpbGkRuhX2EvI li:before{  }
#tBWPcTkDueALziPEk23l7eGwIEwacmST { position:absolute;display:block;z-index:15016;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:4rem;width:9.25rem;top:35.4375rem;left:65.75rem;overflow:hidden;display:block; }
#SepsWn9T1gfq8v0pKt5bFhpclIQZNQGW { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14rem;width:24.9375rem;top:6.625rem;left:50.0625rem;display:block; }
#s6PJxLRUHvQwAGbI7TUhzHDeqnLT0wLN { position:relative;display:none; }#s6PJxLRUHvQwAGbI7TUhzHDeqnLT0wLN { border-width: 0; border-radius: 0; }#s6PJxLRUHvQwAGbI7TUhzHDeqnLT0wLN > .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; }#s6PJxLRUHvQwAGbI7TUhzHDeqnLT0wLN > .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:74.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#STWqI9HJTItSzDrJXRsGUUXJFRHWNqXX { 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:15041;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9rem;left:0rem;display:block; }
#XJN6IeCFPJG5nUJOdGMRTbAKq8Rl0dWG { position:absolute;display:block;z-index:15053;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:6.8125rem;left:1.875rem;overflow:hidden;display:block; }
#Bzv4GyIMfRqXX70ayq5edzMZHF8v8PcA { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:37.75rem;left:8.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsPLO7pFthAkolw4iQJhHtVZkcFZxTrE { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:10.25rem;left:8.125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uLaUf5CXSIV3EstFnyDpV6Gu3UtsRGDM { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.4;letter-spacing:0;top:6.75rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bp2FcWMDqdo5gyb37gWwJgg3mIVx3XhT { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15107;background-color:#e2e2e2;background-image:none;top:0rem;left:0rem;display:block; }
#SZcuOS2i0Vw6GzbO17hRqrXp1giFGw8D { color:rgba(var(--color-tertiary-4),1);display:block;width:74.625rem;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:2.6875rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#JrMLPlD6Lfl9hm72mAVnwgn3RwPBT1ES { 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:15046;background-color:rgba(var(--color-primary-3),1);background-image:none;top:48.5625rem;left:0rem;display:block; }
#aaifCrVkAQKlNx861JQl0de1EvUQK6VZ { position:absolute;display:block;z-index:15058;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:46.5rem;left:1.875rem;overflow:hidden;display:block; }
#UIlKMc6Wl5gCT6NwGlzMJC5kfXdlB5R9 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15047;line-height:1.5;letter-spacing:0;top:49.9375rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6V4O3IOAgHeATHHvvFdxI1u216JPQIm { color:rgba(var(--color-tertiary-4),1);display:block;width:66.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:46.4375rem;left:8.125rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WLHLx5MbIqlPniGPGWkDp3yxz6fAZEli { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15048;line-height:1.6;letter-spacing:0;top:55rem;left:8.25rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#WLHLx5MbIqlPniGPGWkDp3yxz6fAZEli li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WLHLx5MbIqlPniGPGWkDp3yxz6fAZEli li:before{  }
#uuK8Txg1ItGQuRwhol6qVUWoknLdqfzk { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:52.375rem;left:8.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QqQLXTrpqu8tI57kVcLRE4r6hkqGICQc { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:64.9375rem;left:8.25rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTHfCm31Vq77hno8lA0C6E9tbbKyxoQa { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:14.5rem;left:8.25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vFRTTwcsFx52cBaOaTzb6Dvzlu3IFGeP { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:17.125rem;left:8.25rem;height:19.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#vFRTTwcsFx52cBaOaTzb6Dvzlu3IFGeP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vFRTTwcsFx52cBaOaTzb6Dvzlu3IFGeP li:before{  }
#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 { position:relative;display:block; }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 { background-color: transparent; background-image: none; }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 > .row .container > .video-iframe-container { display: none; }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 > .row > .video-iframe-container { display: none; }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 > .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); }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 { border-width: 0; border-radius: 0; }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 > .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; }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 > .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:9.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; }#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc .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; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0.420625rem;padding-right:0.373125rem;padding-bottom:0.420625rem;padding-left:0.373125rem;display:block;align-items:center;width:2.239375rem;min-width:2.239375rem;height:2.261875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.683125rem;font-weight:700;line-height:36.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.985625rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.63125rem;font-weight:400;line-height:14.31px;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; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc { 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: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;box-shadow: none;display:flex;justify-content:space-between;width:15.9375rem;height:4.260625rem;padding-top:0.52625rem;padding-right:0.533125rem;padding-bottom:0.52625rem;padding-left:0.533125rem;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:1.96875rem;left:28.058334350586rem;z-index:15040; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #uETa0H6Zc6ee8ZmNUPfvyLqPrU04TSqB { display:flex;position:relative;top:0rem;left:0rem; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #xvk8ucmQA41CbJQm8ghza4Eixqo5Dkye { width:auto; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #P2gPTWzCxqmEH0chgR55HLIE5iWQB5fu {  }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #PQNET1MXcalkeGCJA4eTUrdV6hNwHtgQ { display:flex;position:relative;top:0rem;left:0rem; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #TC1mK3KXsHhrnFRDqOK9pNHtJNPkTWlz {  }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #aezxSHQyLsXfVq3SqxhEc5a22Nifm7Dm {  }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #NVmTRHDDOKEcpFPUEs3v4505rDJVgTgr { display:flex;position:relative;top:0rem;left:0rem; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #ZA9Fip74ZTPzSVxXeEfMB5mr5h0FkPwR {  }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #xiTF2VKQ7RCsD1eQHXxaozSJkSEIsW0b {  }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #OmdKSqUc2689mF7AAGiC80dFVHMlKGrA { display:flex;position:relative;top:0rem;left:0rem; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #Ipd7TWTO6zCvkEDhowOpPKSipgsACDHP {  }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #cwkoV620o7nOBdbOwnqdyAUPQJR4ZpXi {  }
#XU7Qq0hQkMTtnM3cxPI20yODRGnarbDG { color:#cecece;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmpn86nAMbpFrTITSb5cn0COt6WMO1bo { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:30rem;display:block; }
#bWHi3xbTluymdpWDfv3Fvlp7XF7yloor { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#e2e2e2;background-image:none;top:0.625rem;left:0rem;display:block; }
#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c01b51;background-image:url("https://images.assets-landingi.com/uc/3b6e974b-5ce8-4d8d-8b4c-3723f15ec588/apd_CENA_ginekologia.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.adaptive-delivery-prevent-bg, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyload, #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb.lazyloading { background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { background-color: transparent; background-image: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container { display: none; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .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); }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { border-width: 0; border-radius: 0; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { 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:20rem;width:30rem;top:14.375rem;left:38.75rem;display:block; }
#nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { background-color:rgba(var(--color-primary-3),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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { background-color:rgba(var(--color-tertiary-1),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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.84375rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { color:#1c1c1c;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.769775390625rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6.84375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:39.34375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { 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:6.6875rem;width:6.6875rem;top:14.375rem;left:29.5625rem;overflow:hidden;display:block; }
#NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { position:absolute;display:block;z-index:15149;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.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#bRDMyJg1X009Z15e1iGl776AqyqOBsUo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c01b51;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; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { background-color: transparent; background-image: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container > .video-iframe-container { display: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container { display: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .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); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { border-width: 0; border-radius: 0; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#LyipXlIIpy8FWPQF1l8aUgxPGHMsFU7b { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#kbbkGb5GAPOJvfdyc2tVk3nV8kTktPhP { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:1.3994125rem;display:block; }
#GbpPhzIxTh9VkRhEDATdvVttotJamovp { 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:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#IrHzMUr20Q6EGEboSXr3BBZA7kn5y11l { 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:15141;opacity:1;top:21.0625rem;left:0rem; }
#ltaihANS9hL4ZBKHSTk5zxgzCUty7o76 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:20.75rem;left:3.125rem;height:5.59765625rem;display:block; }
#LXZrAndkE9BE8tJFKmp403VEhIHk4fHG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:9.6875rem;left:42.8125rem;height:1.3994125rem;display:block; }
#xy9gUyX2QTJKPUN93w297EWT4xuyoDbv { 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:15143;opacity:1;top:10rem;left:39.6875rem; }
#n8MzqoGlpscsUdnuf4TKTaQcPqg2ZRG0 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:7.0625rem;left:3.125rem;height:2.798825rem;display:block; }
#R99wxicfkw0FDJTqJCDWqn6QTHKnpUN1 { 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:15141;opacity:1;top:7.375rem;left:0rem; }
#VoOIix2oJ5lbFSRKVCR2bU6J6R8gzs9m { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:11.625rem;left:3.125rem;height:2.798825rem;display:block; }
#NIZoeCvnLP5AgbLoWTpDeHFMEqTmMXzG { 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:15143;opacity:1;top:11.9375rem;left:0rem; }
#fdoTfVeo2J0B75UdTMbFvHUN3VMEyeX9 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.4;letter-spacing:0;top:16.1875rem;left:3.125rem;height:2.798825rem;display:block; }
#Fhmd8Oanzmswk8S09W6IDRE6TFopyOhp { 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:15145;opacity:1;top:16.5rem;left:0rem; }
#CXCtN8qEG3OwgrnUZZRWsnG04ToU4171 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:4.19824375rem;display:block; }
#KQAiEtXunJtqdGRFQzIQSrwBrXcuSx5d { 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:15143;opacity:1;top:4.125rem;left:39.6875rem; }
#fTkzuPdSTP9R9kI0qkb1WzCw9Z7z458S { color:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.4;letter-spacing:0;top:11.875rem;left:42.8125rem;height:11.8125rem;display:block; }
#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12c5d2de-9f3a-49ef-a64b-1f03e46fba11/Screenshot20240905at195141modernofficebuildinginthecityfreephotojpgobrazWEBP22101473pikseliSkala70.png");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; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.6); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.6); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .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); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { border-width: 0; border-radius: 0; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::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; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DtCSW4B2qCKK28vwPUvMq7M144z7faGk { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:31.125rem;left:47.125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:16.125rem;width:22.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.875rem;left:48.4375rem; }
#nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { background-color:rgba(var(--color-tertiary-4),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:33.6875rem;left:47.1875rem;display:none; }
#WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:22.6875rem;top:8.3624877929688rem;left:48.53125rem;overflow:hidden;display:block; }
#a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:18.75rem;top:22rem;left:0rem;overflow:hidden;display:block; }
#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { background-color: transparent; background-image: none; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container > .video-iframe-container { display: none; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row > .video-iframe-container { display: none; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .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); }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { border-width: 0; border-radius: 0; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#IAQ6VRWe9wgqNVOlzG0rNx0mlFkDtQNM { 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;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#Aipw0Ti3uh4TwcTCbGn1TvnPfFxATTIP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giTHabCrf2kGoOhZMVKDIP237kRU5g8a { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { position:relative;display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { background-color: transparent; background-image: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row > .video-iframe-container { display: none; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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); }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { border-width: 0; border-radius: 0; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .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:9.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; }#pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s { 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; }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row .container { background-color: transparent; background-image: none; }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row .container > .video-iframe-container { display: none; }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row > .video-iframe-container { display: none; }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .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); }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row .container { border-width: 0; border-radius: 0; }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#S2kSnk1CQVlkongVqKCVNo2AA36cGI7f { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.13715rem;text-align:center;text-align-last:center;display:block; }
#g509MMeuXq1cbGIiwFvTieAnTvJUGhld { position:absolute;display:block;z-index:15024;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.4375rem;width:11rem;top:3.6223955154419rem;left:41.062501907349rem;overflow:hidden;display:block; }
#Qd7GT901okMmFTLqM2TzXxT6KSWrKlH2 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:18.875rem;top:4.1840276718139rem;left:16.500867843628rem;overflow:hidden;display:block; }
#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 { 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; }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row .container { background-color: transparent; background-image: none; }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row .container > .video-iframe-container { display: none; }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row > .video-iframe-container { display: none; }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .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); }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row .container { border-width: 0; border-radius: 0; }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#b5htw8eS7VCMFmzzGr4rTQVUQap89caO { color:#bcbcbc;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#JqPHhU5MJa7oZxSEN52xCk8cilkAHUKF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.8125rem;top:3.875rem;left:14.875rem;overflow:hidden;display:block; }
#FRUwzrHGeCelEo7i0qplTEnZWrPofaEz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.1875rem;top:13.375rem;left:13.9375rem;overflow:hidden;display:block; }
#BQfftuuP8pmelBnDCEmKuTgT8HdtOpp1 { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10rem;left:10rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#ftkmsxreyaOXJkmLey8HhErQqqsiatca { 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.1875rem;width:9.625rem;top:12.40625rem;left:47.6875rem;overflow:hidden;display:block; }
#n3WG17KMzQn1KLcoRoAZyOtnt60Bb60n { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10rem;left:40rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#PWEdXPetwldXpJ6FPVvkbNLwOOcowfH1 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:11.9375rem;top:3.4375rem;left:46.53125rem;overflow:hidden;display:block; }
#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE { 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; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { background-color: transparent; background-image: none; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container > .video-iframe-container { display: none; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row > .video-iframe-container { display: none; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .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); }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { border-width: 0; border-radius: 0; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#lOXZUquFKMrDcQZfB2Z4CDqIIpoX33gT { 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; }
#RcMQii0P6J3275iKo88Ou1XtBMsrvGrM { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15009;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; }
#v4WuNfIPgp3iIzhzwMgSg4T7rgBBMaBd { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#bfmTxEHgDeeZtL0q3a9MKAKMot5gfLBl { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:10.318748474121rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#l9QW1vQ0zUIr38y2lF5XXXk4Qth25u8b { color:rgba(var(--color-tertiary-3),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#KFUOi3PlnusdnTRA7wPGCUgvu9ma2dPf { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#cXzqi3sWrF6zm6ZPCJwVS1RHwe60oev2 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:22.875rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#RyOGcMPyosd65PSUQ31bfs5pC4inNS1N { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#xOBDb7ss9dH471RZvnMEWfT4ZGWLxgpJ { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:29rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#fDz1s5L2wa4sfl2P2HTovZmeTvBMrLN7 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.75rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#Qc3UzIfOnRUO73In4TOAI2MyKU7de1z6 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;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:35.1875rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#b5Z9zopB3A0HQaTsqhqil7BKm4HpSSkA { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:32.9375rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#Oh3wdp0mtes2M6TQLTqoqJMF765RudlV { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:41.3125rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#pQkDK58TVOmJQ9t3DQctOTzZf62uDZwn { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:39.0625rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#FtCQR7FcTFFqZkVT68ceXLqu36JvxtSE { position:relative;display:block; } #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection *:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="text"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="email"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="tel"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection textarea:focus-visible { outline: none; } #FtCQR7FcTFFqZkVT68ceXLqu36JvxtSE > .row .container { position:relative;display:block; }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f46a3e;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; }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row .container { background-color: transparent; background-image: none; }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row .container > .video-iframe-container { display: none; }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row > .video-iframe-container { display: none; }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .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); }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row .container { border-width: 0; border-radius: 0; }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#ooHBcakqgOpFWfZJmhbfO8nn3kE1a0lv { color:rgba(255,255,255,0.8);display:block;width:74.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LR1aCIrLgKSg93dk0bxOFHa6xksZT5W5 { position:relative;display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #LR1aCIrLgKSg93dk0bxOFHa6xksZT5W5 > .row .container { position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW { background-color:#c01b51;background-image:url("https://images.assets-landingi.com/uc/e0d27139-4b5d-4072-9e03-4499aaf34a5d/KVAPD2026GinekologiaT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW.adaptive-delivery-prevent-bg, #KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW.lazyload, #KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW.lazyloading { background-image: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container { background-color: transparent; background-image: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container > .video-iframe-container { display: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row > .video-iframe-container { display: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .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); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container { border-width: 0; border-radius: 0; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DKhcHTdGiFvDlUzloL5mxPM4WDAsLkyp { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oWnF9U8Ib8tWrXh0ZsvKWH7toRoPbTLi { top:35.081249237061rem;left:2.6875rem;width:42.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hhxolH2F6WF8nCheP8mHctBkgrsuwPuv { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #cq9RD2w4ZbCRxZgXv4ue3iGPfmnhvbDV { display:block; }
 }@media only screen and (max-width: 1199px) { #wD6FPfXIUByDFPAoqGsDkS7FezhQF8WK { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q8zIlebMxggmarezT9b5VziHoEWoybQu { display:block; }
 }@media only screen and (max-width: 1199px) { #fUrc7bZIhGtt7GqSzO1nnWwROpVU34uK { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #Jqa81Gf231PUcu9J6MUsLfSo127lTlya { width:16.25rem;height:3.75rem;top:38.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XsXnfNpwAwXX09IkU1Hky60G1Lw0fL1z { display:block; }
 }@media only screen and (max-width: 1199px) { #qnAxwnZrKMq02UmbpiEltrcAT61nqkph { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gyEfoxMUI1rs9WtXy7aUMxPpnWsc6fGC { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsxXnJeW1yiLNxqhPf84LT2psuTu6AWk { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wIgiSv9rTN5Op9vQ0XKzvbSQIoMAiC2k { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZfO5cDcWgSlNaLEUNcc2VTxiH1kzWgUO { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qbClbk0G96E0ZVLrqaXJeIJMvIVm3uXV { width:8.4375rem;height:2.1875rem;top:1.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FAfDxr23IV4U3XHhwz8bDxT68pSqN3bK { display:block; }
 }@media only screen and (max-width: 1199px) { #hrUHqxRzgETyflLWSG7WNbqPaMddtRBw { width:5.375rem;height:2.1875rem;top:1.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8ru3h9NLN0RBZ3sOR0yHzRPrdR2EBDf { display:block; }
 }@media only screen and (max-width: 1199px) { #tCRVrPSoa3chzaJm7AOitGNaIPrpD09v { width:6.4375rem;height:2.1875rem;top:1.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3wBnoz8ukt1oKzacMOGUgZNargxqfRB { display:block; }
 }@media only screen and (max-width: 1199px) { #ZSzs6vX9AJ6fKqgkxOZLV0tTUyrug9zn { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgaOT0SBaMrmSpeskBx9JEyA792BDCXf { display:block; }
 }@media only screen and (max-width: 1199px) { #mhAnmtVl0CtQeDLumB3cEGssTcJZ6fkn { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUkIP6NrEbupufy0yAa945MgnoGaE1GA { display:block; }
 }@media only screen and (max-width: 1199px) { #blaUyu3OkNx8HUKrE1wJUoNOOXPQvtv7 { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IfJgk1oCyTC233sK4Tya0GGKlIR06AFO { display:block; }
 }@media only screen and (max-width: 1199px) { #iHRSSQsEoaFbiZetmvksVVEaZ4Fz7nSF { width:16.15rem;height:3.65rem;top:38.1875rem;left:24.5625rem;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;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #izDVrdXZoOloa9QcqIuKr41OHOrgXOTe { display:block; }
 }@media only screen and (max-width: 1199px) { #bcLpagx62bqRIULAXsXU3IxBk9J4sQDE { width:6.25rem;height:6.25rem;top:18.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XfOfSlUASZhLJC58F49gvfD3sGLtISlF { top:25.450000762939rem;left:2.5rem;width:6.25rem;height:2.88541875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #empghV9rh0usUINDV6wfbg5WonDf4W8V { background-color:#c01b51;background-image:url("https://images.assets-landingi.com/uc/03c6e5b3-8830-45f3-8ca2-cc1f49b02a2d/KVAPD2026GinekologiaT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#empghV9rh0usUINDV6wfbg5WonDf4W8V.adaptive-delivery-prevent-bg, #empghV9rh0usUINDV6wfbg5WonDf4W8V.lazyload, #empghV9rh0usUINDV6wfbg5WonDf4W8V.lazyloading { background-image: none; }#empghV9rh0usUINDV6wfbg5WonDf4W8V > .row .container { border-width: 0; border-radius: 0; }#empghV9rh0usUINDV6wfbg5WonDf4W8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#empghV9rh0usUINDV6wfbg5WonDf4W8V > .row .container { width:47.75rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bQsho83b39nHLRSQDMQSEHwFNKqQirP8 { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AMkHbnU9V9CP6kTnFNTLsSTJ4sdlcbJa { top:35.143750190735rem;left:3.8000001907349rem;width:42.25rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ekTHp68TtcFJBzrXvcbghNymXJiMx6v1 { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VUbEOlCxsVrZlXDcRMkPuCACGKD8cp1P { display:block; }
 }@media only screen and (max-width: 1199px) { #RN8fOSIWxbnwNPU5a4EtoH07nD5Zl8xi { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #x2ai8kXHvzsUbA1lm1i7Szy3E7hrNHUS { display:block; }
 }@media only screen and (max-width: 1199px) { #JScM74JOnicuvy4ZPALo4zeC1WyScTQX { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #WgxNxr47fe3Q3tkZvDPtD1bIwSrb6loN { width:16.25rem;height:3.75rem;top:38.200000762939rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aEuumKKamZhah38z2S66bPwRGcT49FED { display:block; }
 }@media only screen and (max-width: 1199px) { #ORwTk9ixNrUamRgJGNXsaeteT66RXaN4 { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrEpRfQLFVC2UPMdvNylhRf68zx7FhuQ { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OvQybIA4J1XTDQPxePUTKCaJ8AaZwt2u { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GDgSTtTasZeoTaMnenAtXxJJQJRnU34C { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJy3iqqzaklQzkP8bynphTPwo0fdaVII { width:16.15rem;height:3.65rem;top:38.25rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #x6XNeEId4oJTQTB6pNqZtzcNrMOsuMbB { display:block; }
 }@media only screen and (max-width: 1199px) { #g8dDRCsUFUBbk4RvqVBoSILVImXGTyZr { width:8.4375rem;height:2.1875rem;top:1.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQqGvPzXKBGS40vBFImK1uJtD80W3sJu { display:block; }
 }@media only screen and (max-width: 1199px) { #VoLIRWXy63OuZv0oixoP33IVpq2mscvB { width:5.375rem;height:2.1875rem;top:1.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPltCAEmERGR1bSkRwiMcAwRUNskkeZs { display:block; }
 }@media only screen and (max-width: 1199px) { #BQTJ2bxf0oxOEcNnHktFA58TXnJ8WcFZ { width:6.4375rem;height:2.1875rem;top:1.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n1HXTJTsqxaLzLRLyke6mCOqRC9dsV20 { display:block; }
 }@media only screen and (max-width: 1199px) { #u3v1sb361LBF2hrPpL46KxSnZc9wfgab { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lLP1zwx2oMD1Q4Q5T46w14VKVrwSA55W { display:block; }
 }@media only screen and (max-width: 1199px) { #DT85aZLx1XITUEiwFN3ZQahm3h0XyTvG { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nJJT0RwlHnGJo6tQdelo1Byh9PkyrERQ { display:block; }
 }@media only screen and (max-width: 1199px) { #gkiiIavKif1qZiTKXhN5ll1afD5QkQVq { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U596Co9gdg7hv1MmiHZRcyywlhdTKsrJ { display:block; }
 }@media only screen and (max-width: 1199px) { #B6xVtw7FHoWmTER8hCma3wiKxmBFmnLF { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HlaKiFKBh9iJOGBoxHRXz5okRU7ww08x { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VUMPe6BxFQMuvoDV96TtxeTX0BuUXcsT { width:6.25rem;height:1.5rem;top:23.625rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XxBCzykqkO8RwD3qS8zZ9gmV4a61FDQ5 { width:6.25rem;height:2.275rem;top:21.375rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL { background-color:#af1044;background-image:none;display:none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { width:47.75rem;height:63.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #CCoEK6M6szVfN5yuNtw8AnoT28Dmd0ci { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sgdv6luHbCNdJhXPIZEzTRNu2lF2yOQu { top:7.987500190735rem;left:1.25rem;width:22.875rem;height:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXg8JE3Jig3S33xPuVPBkFXTsJ4urDOT { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uXp627kDtpWeqyOnJXEVQ6JcihMRsUwB { width:47.75rem;height:52.8125rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsKHqbzvlRaMVlU8wik0sfV3keuQTP0l { top:55.375rem;left:28.875rem;width:9.875rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x3OJS9TLoodTGP1BIST6N7aZ37MTQapK { width:6.5rem;height:7.375rem;top:53.75rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #npmArqgRDUQVVHv9uQ3hlPoKSkliMIsH { top:33.674999237061rem;left:1.25rem;width:14.25rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HolsAApPTqit4JBRwmv1wHDZqwfxayoP { top:33.674999237061rem;left:16.75rem;width:13.6875rem;height:5.6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sm9onsIkwLtE83fBWl4y0L40oEWudNM6 { top:33.674999237061rem;left:32.125rem;width:13.0625rem;height:9.8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JK0PhKq6esvu1CwwTGBr5OARBJVTMc4s { top:43.949996948243rem;left:1.25rem;width:14.375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pFWdZsRoEsocFaUOlq0xXDlOlmPriX7V { top:43.949996948243rem;left:16.8125rem;width:14.375rem;height:8.4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SIevvkKi4ZdagXb4BiqdRDlGoMkwzVpO { top:17.674999237061rem;left:1.25rem;width:44.5625rem;height:14.4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vuUAsRDftTNAJ2fptA6hMKEfPd6u93M3 { width:20rem;height:11.1875rem;top:7.8125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yXdePxQvHNda4EATWRgq6crBkMTWbkc8 { background-color:#af1044;background-image:none;display:block; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container { background-color: transparent; background-image: none; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container > .video-iframe-container { display: none; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row > .video-iframe-container { display: none; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .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); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S61NkZcP3RS4oqqBVddV0MxkKvBZ49Ao { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xlZJ1bwe9ySwNOAhGzaf34dvTWMTNdGq { top:7.9874992370606rem;left:1.25rem;width:44.75rem;height:22.397575rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iMy0gf8olzHvKBmEH4E3et2q5yZ5gPfu { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZDU2c8UJ0IEkdysSIvntyxEtcdrTnvW4 { width:47.75rem;height:27.5rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uzy8JppTNezbcWi2e9s6saAAxSMvTB71 { top:30.1875rem;left:28.875rem;width:9.875rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KqEexNb3aA0tyrz3VOhrt0tfdmwAyw0O { width:6.5rem;height:7.375rem;top:28.5625rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy { display:block; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row .container { width:47.75rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VHKW4A6SuUcs8xKcPs97fTl5TxpoAvh0 { top:1.5rem;left:19.375rem;width:7.3125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uJKLaPBu4mKPa7FEIPCvCAbDuyAlmrRv { top:3.0749969482422rem;left:19.375rem;width:12.5rem;height:2.1111125rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Kys9P81MBGHq2WIiIJbLMwcZvVa7lcBf { top:3.0750007629394rem;left:3.375rem;width:11.9375rem;height:1.05625rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #DJO44XAM2XnUFRueTsg0KtK5oOGwB6iW { top:1.5rem;left:3.375rem;width:9.1875rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L1HJqkpEOl3UhmrZnfq0EPJCz6hznI9e { top:3.0749998092651rem;left:35.239582061767rem;width:8.9375rem;height:4.222225rem;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #SQfSGfsvSxclWu8AskDXzmByVfdAoIQ2 { top:1.5rem;left:35.270832061767rem;width:9.8125rem;height:1.1375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCBfieanduMUIM0XrdCZJJ1Fd3N7XRPs { width:2.5rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gy3CX4B8ANcupVTcCJNQTdKVnlbqftEN { width:2.5rem;height:2.5rem;top:1.5rem;left:15.916667938233rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1hpOdSqsT9gQmIkoOiG4MTB8Eh8yxNE { width:2.5rem;height:2.5rem;top:1.5rem;left:31.895832061767rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:11.5625rem;height:3.125rem;top:0.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 1199px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:12.25rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 1199px) { #TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { width:7.625rem;height:3.125rem;top:0.125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block; }
 }@media only screen and (max-width: 1199px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 1199px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:12.0625rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 1199px) { #Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block; }
 }@media only screen and (max-width: 1199px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:47.75rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:47.75rem;height:0.125rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:15.625rem;height:1.4625rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:15.625rem;height:1.4625rem;top:1rem;left:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:11.9375rem;height:3.125rem;top:0.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 1199px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:12.0625rem;height:3.125rem;top:0.125rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 1199px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:15.625rem;height:1.4625rem;top:1rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:8.375rem;height:3.125rem;top:0.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 1199px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:47.75rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:4.1749992370606rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:25.1875rem;height:2.7986125rem;top:3.7125015258789rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:38.5rem;height:2.9236125rem;top:8.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:14.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:39.8125rem;height:4.19791875rem;top:14.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:35.8125rem;height:1.125rem;top:18.875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vITsahchHhBVET633UbHnoAdLnzIXifs { width:35.8125rem;height:1.125rem;top:24.9375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { width:36.6875rem;height:2.7986125rem;top:21.8125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { width:0.625rem;height:0.625rem;top:22.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { width:0.625rem;height:0.625rem;top:28.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { width:35.8125rem;height:1.125rem;top:30.9375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyZlWylCH52xd4NZlUDOA984a3k1trkI { width:36.6875rem;height:2.7986125rem;top:27.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VJtybMf3Ww35FelrpQQ6FsteqqtUuEpe { width:0.625rem;height:0.625rem;top:34.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hkglXZyzcDnK0GfVwJM3mzras0C1eRed { width:36.6875rem;height:2.7986125rem;top:34.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:45.3125rem;left:0.623046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:36.6875rem;height:2.7986125rem;top:45rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzfM7U1suG5ebdD8FnUpSKpe1QFwLM0z { width:0.625rem;height:0.625rem;top:8.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hMZqTsUBJ0MtTHecPpnl8sfRxphT5EuG { width:36.6875rem;height:2.7986125rem;top:49.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w0LIXZaSphWq4kUOTGrNRZwAvo4GOvbo { width:0.625rem;height:0.625rem;top:50rem;left:0.623046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFBHnabK81vxWWFeFcTwg2m65UJRTCnB { width:40.625rem;height:2.7986125rem;top:38.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1qPUK4ZvkxPIJRImp2Nh9MqUwgaRggA { width:0.625rem;height:0.625rem;top:39.25rem;left:0.623046875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #izA5XqTNiSTnrqwA11LveH6bBKg7XFTJ { width:35.8125rem;height:1.125rem;top:42rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smWcwnURCJQWRovvSPTA67qI9RqHsynf { width:43.0625rem;height:1.125rem;top:11.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:44.3125rem;height:4.38541875rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:8rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:40.1875rem;height:4.19791875rem;top:7.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.8125rem;height:1.125rem;top:12.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #li1T4WdRvhBwfx76kQ0QO2cgmwyTe6lf { width:43.0625rem;height:1.125rem;top:4.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:47.75rem;height:6.9375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:15.125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 1199px) { #ahXTAAkEsWZra3zfEbGJscACbO3DF8Jy { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:47.75rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:41.75rem;height:4.38541875rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:8rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:40.1875rem;height:4.19791875rem;top:7.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:35.8125rem;height:1.125rem;top:12.125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdUyltUwr9gMcpQ3mcRB6t80eeBK9pse { width:41.875rem;height:1.125rem;top:4.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aRDFreK1q3RRux4EbVlwTVViwxIvSAop { width:35.8125rem;height:1.125rem;top:18.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { width:42.4375rem;height:2.7986125rem;top:15.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:15.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p8I8vv7e2IGOdr5WR88UuCAE6MATsl7c { width:0.625rem;height:0.625rem;top:29.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k7hckARBmkTmLv5BDl1uzmVS4KStAOJs { width:36.6875rem;height:2.7986125rem;top:28.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iGxfhK3GJatfv8T5Ma0dzz5tHTCJnx3f { width:0.625rem;height:0.625rem;top:35.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OO8LFvNguC65wUEgTrpNlognwLPy731I { width:35.8125rem;height:1.125rem;top:31.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LJBkVnikfqVMPoSVKAuU3A6gd3LTDhg1 { width:36.6875rem;height:2.7986125rem;top:34.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzBTy6HByJCUF6WfMf43P7WuQdeU2yTU { width:0.625rem;height:0.625rem;top:39.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBeGKXCZQA9dOK5HnTVPicsxqMobW5xF { width:35.8125rem;height:1.125rem;top:42.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPKKc3lxvq4qcPyGAorsvlitnefx0ZvB { width:36.6875rem;height:2.7986125rem;top:39.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:45.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:36.6875rem;height:2.7986125rem;top:45.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:50.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:36.6875rem;height:2.7986125rem;top:50rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcHcy4RXWJ9sh3ZhX3DDJkenwOD01skZ { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTvBcT6ovwT4PvALxeCT41NZ8KgwZ5qi { width:0.625rem;height:0.625rem;top:21.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zShG9ZeCTqVa3TtD6t541rgSCrG7Bm6w { width:35.8125rem;height:1.125rem;top:25.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oNf4q5cTHoPaE0GPgAwq0dybSWwXFdOG { width:41.625rem;height:4.19791875rem;top:21.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:47.75rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:43.5625rem;height:2.9236125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ww9NsEyNvye95kd01Wrx2mxszxSVbbvi { width:41.5rem;height:1.125rem;top:3.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vaKNH8tN3BBuom5MciUTOP8m6326kIDw { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bGlzRbPS0wnSFzvpXW6T7cTr0oD9rGS4 { width:0.625rem;height:0.625rem;top:37.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Eq6cf9rHpceAOdloG8vCI00oVQhKvQqP { width:41.4375rem;height:2.7986125rem;top:36.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wxkIEXRfXBNf36ET5DdSKKhN46L9zIR1 { width:35.8125rem;height:1.125rem;top:39.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wOrTs4CfMm23LF26MJK9kVn8zToqyxF5 { width:36.6875rem;height:2.7986125rem;top:43rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H48tin18ZvOXNqv3Oe0wmEEoVFqZSawl { width:0.625rem;height:0.625rem;top:43.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QWGoBdOV6FdltrtBboxq5WDo3yD8EonP { width:36.6875rem;height:2.7986125rem;top:47.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NU27op0UcWF4A4dV3KleEuN4tJETWXPX { width:0.625rem;height:0.625rem;top:48.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTPCAgpH9RpXeyZxilCBsVRCnA9FDRFf { width:42.625rem;height:2.7986125rem;top:6.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuIMZWd1sEDyfH9qmURyvDysyvQKBL4f { width:0.625rem;height:0.625rem;top:6.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ESPSSWl7Jde28Gx47AP2pahuBbHwVA53 { width:35.8125rem;height:1.125rem;top:9.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTTct4EAXIJlukuP6MTisFcxRzBme6oK { width:40rem;height:2.7986125rem;top:12.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mnrcKDagrB0ipes3GAgc33ZXASqU9GkB { width:0.625rem;height:0.625rem;top:12.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpn8SAfPl1oUZ9CLAdBOVXwPz00XEIdN { width:35.8125rem;height:1.125rem;top:15.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbikWVrkOhZugZB8L612ZKJKhdKx6G1p { width:0.625rem;height:0.625rem;top:19.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NLUwZTCfe69H98ixvxeX7rwPBfqxq8Km { width:36.6875rem;height:2.7986125rem;top:18.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mbptJHf8ipMuz0MJhGl7ODCi5ln30DWN { width:34.5625rem;height:1.125rem;top:21.9375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cumUKpSS0DOVTcFnHTeZ4Ut8zwtiVtA8 { width:36.6875rem;height:2.7986125rem;top:25.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eImaZSEnAEuBUJybHMvrWAECBgGZxDfx { width:0.625rem;height:0.625rem;top:25.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oM1SGC9TM4Dqx7rKp8yg9HZ29vbRbFJ9 { width:34.5625rem;height:1.125rem;top:28.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TeVnLh8zgbiTiA5T323Wz3y4cIxovaKS { width:36.6875rem;height:2.7986125rem;top:31.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tIMGWaVQqHGb3ddP97N29RMK4aWt5n64 { width:0.625rem;height:0.625rem;top:32rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:47.75rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:39.3125rem;height:2.9236125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { width:0.625rem;height:0.625rem;top:6.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:42.625rem;height:2.7986125rem;top:6.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:35.8125rem;height:1.125rem;top:9.5625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRVDQlFUZRvI7tAIUg6AzT2eEO5spDvx { width:36.0625rem;height:1.125rem;top:3.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:35.8125rem;height:1.125rem;top:15.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:40rem;height:2.7986125rem;top:12.5625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:12.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMGMJO0X3fEHDWfF90u5yOR5pFGGsrw2 { width:0.625rem;height:0.625rem;top:19.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EyshTpUREAPgJd2b33fu1hI1rAhTeiqH { width:34.5625rem;height:1.125rem;top:23.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IBT8kfSrAMm4reDpxvPfnRPPeTfTB5am { width:36.6875rem;height:4.19791875rem;top:18.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { top:39.125rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { width:1.5625rem;height:1.5625rem;top:39.1875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { top:39.125rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { width:16.375rem;height:2.625rem;top:38.6875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block; }
 }@media only screen and (max-width: 1199px) { #R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { width:1.5625rem;height:1.5625rem;top:39.1875rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OF8iBW8GiEkQtacbTn8hs6TiqzOswCLH { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IKCtsBTkl2WneVmGrGkG9DupZS1gz2ml { width:36.6875rem;height:2.7986125rem;top:34.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gmQJSNBOylMW6IrAxZBQc7N91n3UAkO2 { width:0.625rem;height:0.625rem;top:34.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FEwWxpJaDHwR4NETNOnO6MhT8NQkTTni { width:36.6875rem;height:4.19791875rem;top:26.5rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMwRP8DIDqwUD9s1BCs9m7m9OGptAoaM { width:0.625rem;height:0.625rem;top:26.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tFm7tr75oPcl9K3TiI5MrKTpXsTUp5BE { width:34.5625rem;height:1.125rem;top:31rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:47.75rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:36.5625rem;height:2.9236125rem;top:3.625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:10.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:42.875rem;height:2.7986125rem;top:10.0625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:35.8125rem;height:1.125rem;top:13.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTL7iRbmWD2Mld3ncceeRv0He2ngB9c7 { width:40.5rem;height:1.125rem;top:7rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:35.8125rem;height:1.125rem;top:19.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:44.8125rem;height:2.7986125rem;top:16.1875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:16.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { width:0.625rem;height:0.625rem;top:22.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { width:34.5625rem;height:1.125rem;top:26.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { width:40.5625rem;height:4.19791875rem;top:22.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xBUSet3X1h546CXGsRWa1rWTRS3n1gLA { width:0.625rem;height:0.625rem;top:34.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0xe2cGRT868TJn7C106gvTLNDHNt1Jr { width:35.8125rem;height:1.125rem;top:37.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bLAxITb3wHE18i9ZpX1S7BBgePzSgFTZ { width:36.6875rem;height:2.7986125rem;top:34.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:40.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:36.6875rem;height:2.7986125rem;top:40.375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:45.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:36.6875rem;height:2.7986125rem;top:45rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTJ2mxSHrieBx8fdyO0XPJT6y2rAxyrk { width:0.625rem;height:0.625rem;top:3.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sk79zwmDAOd4MI7zHkxSLvkbByFeArtM { width:36.6875rem;height:2.7986125rem;top:29.75rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Txgel29KHOcStzz4muliuS1H2BAoW6lW { width:0.625rem;height:0.625rem;top:30.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:47.75rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:43.6875rem;height:2.9236125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:6.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:40.1875rem;height:2.7986125rem;top:6.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:35.8125rem;height:1.125rem;top:9.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gih83MsNFqwSvDhIym9RiU6paD8Pbrtk { width:39.9375rem;height:1.125rem;top:3.2999992370606rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:35.8125rem;height:1.125rem;top:15.625rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:43rem;height:2.7986125rem;top:12.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { width:0.625rem;height:0.625rem;top:12.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:18.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:35.8125rem;height:1.125rem;top:21.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { width:44.9375rem;height:2.7986125rem;top:18.625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfMQAkEK3iqeV8RhvMwmsvk8geQheMuW { width:0.625rem;height:0.625rem;top:25.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c7Bo31WC9Id5v0lzrTxiHVlE7UPeeTr8 { width:36.6875rem;height:2.7986125rem;top:24.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIOOVsTSgT9lGC6TkA4wZ58dqeGUGp5M { width:0.625rem;height:0.625rem;top:40.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZWS8NwUT9gAQrommrXyBlnnHbiPgD9c { width:36.6875rem;height:2.7986125rem;top:40.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OmWCLFuNeDPJVN4e0EiZTtxg1DSVrKLM { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LGlJWrgXMBokMGvn5AgHRT1vHAuss5yT { width:0.625rem;height:0.625rem;top:29.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XgIqSNqDGCp5xR8g3nB290dTSRcL6frK { width:34.5625rem;height:1.125rem;top:32.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oyw1GB3aWWpfGhFogv85StXNVaG4ZlRy { width:36.6875rem;height:2.7986125rem;top:29.3125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KoUzTZ6LbndIVd3W9OULmFmkFhoeewdm { width:0.625rem;height:0.625rem;top:36rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXRy6onVWCV1dlhHRFK2TzTx2VyU0Tfd { width:36.6875rem;height:2.7986125rem;top:35.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:47.75rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:41.6875rem;height:2.9236125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:6.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:40.1875rem;height:2.7986125rem;top:6.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:35.8125rem;height:1.125rem;top:9.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0qI8FRIsh3tJGeTscE7ldsdpueIPZIo { width:41.4375rem;height:1.125rem;top:3.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WmE0NWT49cf6c4vNh4JebTVIJgGPBazG { width:35.8125rem;height:1.125rem;top:15.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:43.6875rem;height:2.7986125rem;top:12.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { width:0.625rem;height:0.625rem;top:12.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { width:0.625rem;height:0.625rem;top:24.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { width:34.5625rem;height:1.125rem;top:27.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { width:36.6875rem;height:2.7986125rem;top:24.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rov9uqGhQCtPxd1B9vvosZvK6eoFKRqS { width:35.8125rem;height:1.125rem;top:21.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:40rem;height:2.7986125rem;top:18.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:18.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { width:0.625rem;height:0.625rem;top:30.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { width:36.6875rem;height:2.7986125rem;top:30.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U4WWSTiRQC5IeTV4d9we3oECDwsPyysv { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRcU1X20EHRpu0Z7tD8xN8VDMlW2imxJ { width:0.625rem;height:0.625rem;top:35.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EzB0nPFmDlGTZ2HDdJZ3e7tWVAMGTTsh { width:36.6875rem;height:2.7986125rem;top:35.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4SE3QXhiCuPXKe6riLLTU3u8ucfN2Jo { width:34.5625rem;height:1.125rem;top:38.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vaFHF6TRdzWI2vq76w7CB69yeDa6TtPX { width:0.625rem;height:0.625rem;top:46.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #we3R6P2hbEfuCfs6pEqAJ0oIASaA98ab { width:36.6875rem;height:2.7986125rem;top:46.5rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #asA296vxkD0DV0fXZgUR25GtRxPErMIR { width:36.6875rem;height:2.7986125rem;top:41.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HGdk1FIqr88ThAwCumJ0DeMtiw9ACyt4 { width:0.625rem;height:0.625rem;top:42rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 { display:block; }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 > .row .container { width:47.75rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iQNiTyA9xwwZ8X6hHZXIKK0re3aKSvCl { width:41.6875rem;height:2.9236125rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cM1JFzHVdnJ0xbyr8dJpg45VX3IRNE0t { width:0.625rem;height:0.625rem;top:6.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rXlEToGBIDEpbUWNGMikN26dK6Osbcgo { width:40.1875rem;height:2.7986125rem;top:6.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X5lQm2h459Bam1cRQ2AO1BGpLKGxwXua { width:35.8125rem;height:1.125rem;top:9.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTdcfsLszIVyR12NxuQXv4QHfnUp72JW { width:41.4375rem;height:1.125rem;top:3.3125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIeDPnMuSHwS6V9KiwqaSDLO1bwKPDXh { width:35.8125rem;height:1.125rem;top:15.5rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ja3vM89ebZ3gghOOnredCHgMDTTtKtFI { width:43.6875rem;height:2.7986125rem;top:12.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tIaqb0mwhIDDMbF0OgpDI99GPau2JJvk { width:0.625rem;height:0.625rem;top:12.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJ0fTNoQQVhvMnTgGWsZeqmsCTsNkOPW { width:0.625rem;height:0.625rem;top:24.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hq2y2IDkiMLfd2O04GHk1UQh9rqKAdRV { width:36.6875rem;height:2.7986125rem;top:24.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WFFhcWypHiUDkIptzhsc44rMxXQRJLZ5 { top:33.9375rem;left:2.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vVu1zNvK1CrEaVLEglid71tGu68T2mUp { width:1.5625rem;height:1.5625rem;top:34rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SzQhV2F6U6XsR885g3qtGcnMXtWP1uhO { top:33.9375rem;left:31.875rem;width:13.0625rem;height:1.7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OlzcfwuGv8xehc08fJCoJJ2uBsOsFRnT { width:16.375rem;height:2.625rem;top:33.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HdF8qeRSvR0sZDRteTShTRlohV8dOtkq { display:block; }
 }@media only screen and (max-width: 1199px) { #IvdMsnm6Laibov9BGygFp8qWHT2eo0rL { width:1.5625rem;height:1.5625rem;top:34rem;left:45.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pb8VE1Z2rDBRqz3MDCdET4vnOTUwHz4S { width:35.8125rem;height:1.125rem;top:21.4375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OFUKJGfytxpbRsPzvWMAXgkwUH1gJFii { width:40rem;height:2.7986125rem;top:18.375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d4b3aQGuQma01TnTANPbBlxr1bmHT0le { width:0.625rem;height:0.625rem;top:18.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HyscrqtCVFDTIDvXaeigft6IbxJ5cz8o { width:0.625rem;height:0.625rem;top:29.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qxlggxPNwTNrom8XLwcZ7VypOITWLy4E { width:36.6875rem;height:2.7986125rem;top:28.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VKxllh6oF0qrQu4iuMcXW1qZmBynKIPA { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc { display:block; }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc > .row .container { width:47.75rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fGfsnX8p32Z1fp9SqVp40KWAKOpnus4f { width:46.5rem;height:1.95rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QQw3yt0Mnhn75QXQ5mbDUxcnNQQQoC8e { width:46.25rem;height:1.4625rem;top:12.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pIm1GIROO3nFRw8nAmZzhSJ2i0mqwzoe { display:none; }#pIm1GIROO3nFRw8nAmZzhSJ2i0mqwzoe > .row .container { width:47.75rem;height:81.125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #wuHXidfh4TmxDoPMI33W6vr9H5hiDus3 { width:46.25rem;height:1.4625rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkLV11TByhdcSKnzDpuAqTR6GTRHqF8p { width:0.625rem;height:0.625rem;top:5.4249992370606rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #whwDTTWMMvzr9KaM03wTIr8LTmVrtSGl { width:39.25rem;height:7rem;top:35.8125rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t3PSDyd52av5R7uxKiodMTK20p3mstHW { width:35.8125rem;height:3.375rem;top:8.5625rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iFWw9FEhhf3iNUgcmkpMl9vWpi52bIcO { width:36.6875rem;height:2.8rem;top:5.125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwI8r6tstK1xAgnIeumh7cfHqDlEJ0Ue { width:3.75rem;height:3.75rem;top:5.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oITAaCZU3BuT0RsP8eRadRmMLHhAStn4 { width:0.625rem;height:0.625rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TiE3fDI4pVuB9T7ONQ7vwaFWIeiurWgC { width:39.25rem;height:7rem;top:71.75rem;left:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TkhsJyLK3kVdzhU1A9gISCsmhFomWJtH { width:3.75rem;height:3.75rem;top:46.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #owNSElEyDaIqHyvXTznV5eZruxK9CWXp { width:35.8125rem;height:2.25rem;top:51.8125rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZFAo8SpGPZ8SS8TRlPhOMx3FyNwR6Li { width:32.125rem;height:5.6rem;top:45.8125rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lK9sxRNldyGGd5Mm4fPVHs54hJAcPWhW { width:0.625rem;height:0.625rem;top:47.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gcr0Rtfglb1HyrRPt87O7nPnCfhpZusN { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zrNUbtfeRKxlFURiMWaDQcvhUTnoAM5b { width:38.6875rem;height:1.4rem;top:55.310417175293rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kacaseUCbxUIdaC8K7oPZvcM5ZNc5N3N { width:38.9375rem;height:12.7625rem;top:57.872917175293rem;left:7.5625rem;font-size:0.875rem;display:block; }#kacaseUCbxUIdaC8K7oPZvcM5ZNc5N3N li:before{  }
 }@media only screen and (max-width: 1199px) { #hazXyfBs91qzWtAtTxAO642vMOWo1vBT { width:38.6875rem;height:1.4rem;top:25.560417175293rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XBL0RWb4mFP4GWmo2lkcpbGkRuhX2EvI { width:38.9375rem;height:6.5375rem;top:28.060417175293rem;left:7.5625rem;font-size:0.875rem;display:block; }#XBL0RWb4mFP4GWmo2lkcpbGkRuhX2EvI li:before{  }
 }@media only screen and (max-width: 1199px) { #tBWPcTkDueALziPEk23l7eGwIEwacmST { width:7.625rem;height:3.25rem;top:45.8125rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SepsWn9T1gfq8v0pKt5bFhpclIQZNQGW { width:18.75rem;height:10.5rem;top:13.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s6PJxLRUHvQwAGbI7TUhzHDeqnLT0wLN { display:none; }#s6PJxLRUHvQwAGbI7TUhzHDeqnLT0wLN > .row .container { width:47.75rem;height:87.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #STWqI9HJTItSzDrJXRsGUUXJFRHWNqXX { width:0.625rem;height:0.625rem;top:6.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XJN6IeCFPJG5nUJOdGMRTbAKq8Rl0dWG { width:3.75rem;height:3.75rem;top:5.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bzv4GyIMfRqXX70ayq5edzMZHF8v8PcA { width:38.6875rem;height:7rem;top:45.560417175293rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsPLO7pFthAkolw4iQJhHtVZkcFZxTrE { width:35.8125rem;height:2.25rem;top:9.875rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLaUf5CXSIV3EstFnyDpV6Gu3UtsRGDM { width:36.6875rem;height:4.2rem;top:5.2260417938233rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bp2FcWMDqdo5gyb37gWwJgg3mIVx3XhT { width:47.75rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SZcuOS2i0Vw6GzbO17hRqrXp1giFGw8D { width:46.25rem;height:1.4625rem;top:1.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JrMLPlD6Lfl9hm72mAVnwgn3RwPBT1ES { width:0.625rem;height:0.625rem;top:56.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aaifCrVkAQKlNx861JQl0de1EvUQK6VZ { width:3.75rem;height:3.75rem;top:54.8125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UIlKMc6Wl5gCT6NwGlzMJC5kfXdlB5R9 { width:35.8125rem;height:1.125rem;top:59.25rem;left:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6V4O3IOAgHeATHHvvFdxI1u216JPQIm { width:36.6875rem;height:4.2rem;top:54.663541793823rem;left:7.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WLHLx5MbIqlPniGPGWkDp3yxz6fAZEli { width:38.9375rem;height:12.45rem;top:64.122917175294rem;left:7.5625rem;font-size:0.875rem;display:block; }#WLHLx5MbIqlPniGPGWkDp3yxz6fAZEli li:before{  }
 }@media only screen and (max-width: 1199px) { #uuK8Txg1ItGQuRwhol6qVUWoknLdqfzk { width:38.6875rem;height:1.4rem;top:61.685417175293rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqQLXTrpqu8tI57kVcLRE4r6hkqGICQc { width:38.6875rem;height:7rem;top:77.747917175294rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LTHfCm31Vq77hno8lA0C6E9tbbKyxoQa { width:38.6875rem;height:1.4rem;top:13.560416221619rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFRTTwcsFx52cBaOaTzb6Dvzlu3IFGeP { width:38.9375rem;height:28.1625rem;top:16.310416221619rem;left:7.5625rem;font-size:0.875rem;display:block; }#vFRTTwcsFx52cBaOaTzb6Dvzlu3IFGeP li:before{  }
 }@media only screen and (max-width: 1199px) { #eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 { display:block; }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 > .row .container { width:47.75rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc .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; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc .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; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc { display:flex;width:18rem;height:5.0625rem;top:1.625rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #uETa0H6Zc6ee8ZmNUPfvyLqPrU04TSqB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #xvk8ucmQA41CbJQm8ghza4Eixqo5Dkye {  }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #P2gPTWzCxqmEH0chgR55HLIE5iWQB5fu {  }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #PQNET1MXcalkeGCJA4eTUrdV6hNwHtgQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #TC1mK3KXsHhrnFRDqOK9pNHtJNPkTWlz {  }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #aezxSHQyLsXfVq3SqxhEc5a22Nifm7Dm {  }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #NVmTRHDDOKEcpFPUEs3v4505rDJVgTgr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #ZA9Fip74ZTPzSVxXeEfMB5mr5h0FkPwR {  }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #xiTF2VKQ7RCsD1eQHXxaozSJkSEIsW0b {  }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #OmdKSqUc2689mF7AAGiC80dFVHMlKGrA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #Ipd7TWTO6zCvkEDhowOpPKSipgsACDHP {  }
 }@media only screen and (max-width: 1199px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #cwkoV620o7nOBdbOwnqdyAUPQJR4ZpXi {  }
 }@media only screen and (max-width: 1199px) { #XU7Qq0hQkMTtnM3cxPI20yODRGnarbDG { width:25rem;height:1.1375rem;top:0rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gmpn86nAMbpFrTITSb5cn0COt6WMO1bo { width:15rem;height:1.25rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bWHi3xbTluymdpWDfv3Fvlp7XF7yloor { width:47.75rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:47.75rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:22.5rem;height:18.75rem;top:12.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { width:16.25rem;height:3.75rem;top:25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block; }
 }@media only screen and (max-width: 1199px) { #QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { width:16.25rem;height:3.75rem;top:25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block; }
 }@media only screen and (max-width: 1199px) { #QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { width:22.4375rem;height:2.5989625rem;top:14.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:21.25rem;height:2.5989625rem;top:14.375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { width:22.4375rem;height:0.975rem;top:23.25rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { width:22.25rem;height:0.975rem;top:23.25rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { width:22.5rem;height:0.975rem;top:29.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { width:22.5rem;height:0.975rem;top:29.375rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRDMyJg1X009Z15e1iGl776AqyqOBsUo { background-color:#c01b51;background-image:none;display:block; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { background-color: transparent; background-image: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container > .video-iframe-container { display: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row > .video-iframe-container { display: none; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .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); }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { width:47.75rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LyipXlIIpy8FWPQF1l8aUgxPGHMsFU7b { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kbbkGb5GAPOJvfdyc2tVk3nV8kTktPhP { width:44.1875rem;height:1.3125rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GbpPhzIxTh9VkRhEDATdvVttotJamovp { width:1.25rem;height:1.25rem;top:3.3000030517578rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrHzMUr20Q6EGEboSXr3BBZA7kn5y11l { width:1.25rem;height:1.25rem;top:18.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ltaihANS9hL4ZBKHSTk5zxgzCUty7o76 { width:42.8125rem;height:3.9375rem;top:18.25rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LXZrAndkE9BE8tJFKmp403VEhIHk4fHG { width:43.1875rem;height:1.3125rem;top:28.3125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xy9gUyX2QTJKPUN93w297EWT4xuyoDbv { width:1.25rem;height:1.25rem;top:28.299999237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n8MzqoGlpscsUdnuf4TKTaQcPqg2ZRG0 { width:41.3125rem;height:2.625rem;top:6.4375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R99wxicfkw0FDJTqJCDWqn6QTHKnpUN1 { width:1.25rem;height:1.25rem;top:6.6124992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VoOIix2oJ5lbFSRKVCR2bU6J6R8gzs9m { width:42.75rem;height:2.625rem;top:10.799999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NIZoeCvnLP5AgbLoWTpDeHFMEqTmMXzG { width:1.25rem;height:1.25rem;top:10.987499237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fdoTfVeo2J0B75UdTMbFvHUN3VMEyeX9 { width:42.75rem;height:1.3125rem;top:15.174999237061rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fhmd8Oanzmswk8S09W6IDRE6TFopyOhp { width:1.25rem;height:1.25rem;top:15.362499237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CXCtN8qEG3OwgrnUZZRWsnG04ToU4171 { width:42.8125rem;height:2.625rem;top:24rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQAiEtXunJtqdGRFQzIQSrwBrXcuSx5d { width:1.25rem;height:1.25rem;top:24.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTkzuPdSTP9R9kI0qkb1WzCw9Z7z458S { width:43.1875rem;height:9.7986rem;top:30.25rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:47.75rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { top:2.5rem;left:3.1875rem;width:41.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { top:29.6875rem;left:24.4375rem;width:22.5rem;height:4.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { width:15.5rem;height:15.4375rem;top:14.28125rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.75rem;top:15.1875rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 1199px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:20.25rem;height:23.75rem;top:11.0625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:24.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aT5vukJ8nls3AtSqahXkchHBmxyEU8hm { display:block; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { width:47.75rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IAQ6VRWe9wgqNVOlzG0rNx0mlFkDtQNM { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #Aipw0Ti3uh4TwcTCbGn1TvnPfFxATTIP { display:block; }
 }@media only screen and (max-width: 1199px) { #giTHabCrf2kGoOhZMVKDIP237kRU5g8a { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mebk9hysqOyt3bCWg43x0mmF9UhozT5s { display:block; }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row .container { width:47.75rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S2kSnk1CQVlkongVqKCVNo2AA36cGI7f { width:15.625rem;height:1.13715rem;top:2.3125004768372rem;left:16.062499582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g509MMeuXq1cbGIiwFvTieAnTvJUGhld { width:8.3125rem;height:3.4375rem;top:4.1553826332092rem;left:27.249999582768rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #Qd7GT901okMmFTLqM2TzXxT6KSWrKlH2 { width:18.5625rem;height:3.1875rem;top:4.2803826332092rem;left:5.0000000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #QyvXAwEu9IdhxRZMzellTxZZLBQrV971 { display:block; }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b5htw8eS7VCMFmzzGr4rTQVUQap89caO { width:15.625rem;height:1.1375rem;top:0.0625rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JqPHhU5MJa7oZxSEN52xCk8cilkAHUKF { width:11.75rem;height:1.625rem;top:3.375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FRUwzrHGeCelEo7i0qplTEnZWrPofaEz { width:14.875rem;height:1.75rem;top:11.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BQfftuuP8pmelBnDCEmKuTgT8HdtOpp1 { width:15.625rem;height:1.1375rem;top:8.375rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ftkmsxreyaOXJkmLey8HhErQqqsiatca { width:7.1875rem;height:3.125rem;top:10.9375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n3WG17KMzQn1KLcoRoAZyOtnt60Bb60n { width:15.625rem;height:1.1375rem;top:8.375rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PWEdXPetwldXpJ6FPVvkbNLwOOcowfH1 { width:9.8125rem;height:2.25rem;top:3.375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE { display:block; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { width:47.75rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lOXZUquFKMrDcQZfB2Z4CDqIIpoX33gT { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcMQii0P6J3275iKo88Ou1XtBMsrvGrM { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4WuNfIPgp3iIzhzwMgSg4T7rgBBMaBd { width:46.5rem;height:1.38125rem;top:7.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bfmTxEHgDeeZtL0q3a9MKAKMot5gfLBl { width:46.5rem;height:1.40625rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9QW1vQ0zUIr38y2lF5XXXk4Qth25u8b { width:43.5625rem;height:1.40625rem;top:15.4375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KFUOi3PlnusdnTRA7wPGCUgvu9ma2dPf { width:46.5rem;height:1.38125rem;top:13.4375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cXzqi3sWrF6zm6ZPCJwVS1RHwe60oev2 { width:46.5rem;height:1.40625rem;top:21.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RyOGcMPyosd65PSUQ31bfs5pC4inNS1N { width:46.5rem;height:1.38125rem;top:19.375rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xOBDb7ss9dH471RZvnMEWfT4ZGWLxgpJ { width:46.5rem;height:1.40625rem;top:27.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fDz1s5L2wa4sfl2P2HTovZmeTvBMrLN7 { width:46.5rem;height:1.38125rem;top:25.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qc3UzIfOnRUO73In4TOAI2MyKU7de1z6 { width:41.6875rem;height:2.8125rem;top:33.25rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b5Z9zopB3A0HQaTsqhqil7BKm4HpSSkA { width:46.5rem;height:1.38125rem;top:31.125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oh3wdp0mtes2M6TQLTqoqJMF765RudlV { width:41.6875rem;height:2.8125rem;top:40.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pQkDK58TVOmJQ9t3DQctOTzZf62uDZwn { width:46.5rem;height:1.38125rem;top:38.5rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtCQR7FcTFFqZkVT68ceXLqu36JvxtSE { display:block; } #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection *:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="text"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="email"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="tel"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection textarea:focus-visible { outline: none; } #FtCQR7FcTFFqZkVT68ceXLqu36JvxtSE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #V0sshWDstwBUBiTNaKskS69CqRHTRIFQ { display:block; }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ooHBcakqgOpFWfZJmhbfO8nn3kE1a0lv { width:47.75rem;height:13.8125rem;top:1.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LR1aCIrLgKSg93dk0bxOFHa6xksZT5W5 { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #LR1aCIrLgKSg93dk0bxOFHa6xksZT5W5 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW { background-color:#c01b51;background-image:url("https://images.assets-landingi.com/uc/6b4fc62f-8d3c-4121-b1c3-c14d59ea1672/APD_2024_ginekologia_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW.adaptive-delivery-prevent-bg, #KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW.lazyload, #KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW.lazyloading { background-image: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container { background-color: transparent; background-image: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container > .video-iframe-container { display: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row > .video-iframe-container { display: none; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .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); }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQDIskr3aE17Qz0qUFqmc2JNMtLT9CoW > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKhcHTdGiFvDlUzloL5mxPM4WDAsLkyp { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWnF9U8Ib8tWrXh0ZsvKWH7toRoPbTLi { width:18.125rem;height:2.9236125rem;top:27.25rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hhxolH2F6WF8nCheP8mHctBkgrsuwPuv { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cq9RD2w4ZbCRxZgXv4ue3iGPfmnhvbDV { display:block; }
 }@media only screen and (max-width: 763px) { #wD6FPfXIUByDFPAoqGsDkS7FezhQF8WK { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8zIlebMxggmarezT9b5VziHoEWoybQu { display:block; }
 }@media only screen and (max-width: 763px) { #fUrc7bZIhGtt7GqSzO1nnWwROpVU34uK { width:18.75rem;height:2.75rem;top:21.273958206177rem;left:0.625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jqa81Gf231PUcu9J6MUsLfSo127lTlya { width:16.25rem;height:3.75rem;top:36.64999961853rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsXnfNpwAwXX09IkU1Hky60G1Lw0fL1z { display:block; }
 }@media only screen and (max-width: 763px) { #qnAxwnZrKMq02UmbpiEltrcAT61nqkph { width:18.75rem;height:1.38125rem;top:24.875rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gyEfoxMUI1rs9WtXy7aUMxPpnWsc6fGC { width:7.5rem;height:4rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsxXnJeW1yiLNxqhPf84LT2psuTu6AWk { width:20rem;height:33.75rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIgiSv9rTN5Op9vQ0XKzvbSQIoMAiC2k { width:6.75rem;height:6.75rem;top:12.5rem;left:13.25rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #ZfO5cDcWgSlNaLEUNcc2VTxiH1kzWgUO { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qbClbk0G96E0ZVLrqaXJeIJMvIVm3uXV { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAfDxr23IV4U3XHhwz8bDxT68pSqN3bK { display:block; }
 }@media only screen and (max-width: 763px) { #hrUHqxRzgETyflLWSG7WNbqPaMddtRBw { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8ru3h9NLN0RBZ3sOR0yHzRPrdR2EBDf { display:block; }
 }@media only screen and (max-width: 763px) { #tCRVrPSoa3chzaJm7AOitGNaIPrpD09v { width:5.625rem;height:2.25rem;top:1.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3wBnoz8ukt1oKzacMOGUgZNargxqfRB { display:block; }
 }@media only screen and (max-width: 763px) { #ZSzs6vX9AJ6fKqgkxOZLV0tTUyrug9zn { width:6.875rem;height:2.25rem;top:1.25rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgaOT0SBaMrmSpeskBx9JEyA792BDCXf { display:block; }
 }@media only screen and (max-width: 763px) { #mhAnmtVl0CtQeDLumB3cEGssTcJZ6fkn { width:3.25rem;height:2.25rem;top:1.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUkIP6NrEbupufy0yAa945MgnoGaE1GA { display:block; }
 }@media only screen and (max-width: 763px) { #blaUyu3OkNx8HUKrE1wJUoNOOXPQvtv7 { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfJgk1oCyTC233sK4Tya0GGKlIR06AFO { display:block; }
 }@media only screen and (max-width: 763px) { #iHRSSQsEoaFbiZetmvksVVEaZ4Fz7nSF { width:16.25rem;height:3.75rem;top:41.25rem;left:1.875rem;z-index:15019;color:#ffffff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #izDVrdXZoOloa9QcqIuKr41OHOrgXOTe { display:block; }
 }@media only screen and (max-width: 763px) { #bcLpagx62bqRIULAXsXU3IxBk9J4sQDE { width:3.75rem;height:3.75rem;top:31.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfOfSlUASZhLJC58F49gvfD3sGLtISlF { width:7.75rem;height:2.09895625rem;top:32.25rem;left:8.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #empghV9rh0usUINDV6wfbg5WonDf4W8V { background-color:#c01b51;background-image:url("https://images.assets-landingi.com/uc/6b4fc62f-8d3c-4121-b1c3-c14d59ea1672/APD_2024_ginekologia_PION.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#empghV9rh0usUINDV6wfbg5WonDf4W8V.adaptive-delivery-prevent-bg, #empghV9rh0usUINDV6wfbg5WonDf4W8V.lazyload, #empghV9rh0usUINDV6wfbg5WonDf4W8V.lazyloading { background-image: none; }#empghV9rh0usUINDV6wfbg5WonDf4W8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#empghV9rh0usUINDV6wfbg5WonDf4W8V > .row .container { width:20rem;height:46.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bQsho83b39nHLRSQDMQSEHwFNKqQirP8 { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMkHbnU9V9CP6kTnFNTLsSTJ4sdlcbJa { width:18.125rem;height:2.925rem;top:27.1875rem;left:1rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekTHp68TtcFJBzrXvcbghNymXJiMx6v1 { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUbEOlCxsVrZlXDcRMkPuCACGKD8cp1P { display:block; }
 }@media only screen and (max-width: 763px) { #RN8fOSIWxbnwNPU5a4EtoH07nD5Zl8xi { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x2ai8kXHvzsUbA1lm1i7Szy3E7hrNHUS { display:block; }
 }@media only screen and (max-width: 763px) { #JScM74JOnicuvy4ZPALo4zeC1WyScTQX { width:18.75rem;height:2.75rem;top:21.273958206177rem;left:0.625rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgxNxr47fe3Q3tkZvDPtD1bIwSrb6loN { width:16.25rem;height:3.75rem;top:35.39999961853rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEuumKKamZhah38z2S66bPwRGcT49FED { display:block; }
 }@media only screen and (max-width: 763px) { #ORwTk9ixNrUamRgJGNXsaeteT66RXaN4 { width:18.75rem;height:1.38125rem;top:24.875rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrEpRfQLFVC2UPMdvNylhRf68zx7FhuQ { width:7.5rem;height:4rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvQybIA4J1XTDQPxePUTKCaJ8AaZwt2u { width:20rem;height:32.6875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDgSTtTasZeoTaMnenAtXxJJQJRnU34C { width:6.75rem;height:6.75rem;top:12.5rem;left:13.25rem;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #mJy3iqqzaklQzkP8bynphTPwo0fdaVII { width:16.25rem;height:3.75rem;top:40.02499961853rem;left:1.875rem;z-index:15019;color:#ffffff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6XNeEId4oJTQTB6pNqZtzcNrMOsuMbB { display:block; }
 }@media only screen and (max-width: 763px) { #g8dDRCsUFUBbk4RvqVBoSILVImXGTyZr { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQqGvPzXKBGS40vBFImK1uJtD80W3sJu { display:block; }
 }@media only screen and (max-width: 763px) { #VoLIRWXy63OuZv0oixoP33IVpq2mscvB { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xPltCAEmERGR1bSkRwiMcAwRUNskkeZs { display:block; }
 }@media only screen and (max-width: 763px) { #BQTJ2bxf0oxOEcNnHktFA58TXnJ8WcFZ { width:5.625rem;height:2.25rem;top:1.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1HXTJTsqxaLzLRLyke6mCOqRC9dsV20 { display:block; }
 }@media only screen and (max-width: 763px) { #u3v1sb361LBF2hrPpL46KxSnZc9wfgab { width:6.875rem;height:2.25rem;top:1.25rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLP1zwx2oMD1Q4Q5T46w14VKVrwSA55W { display:block; }
 }@media only screen and (max-width: 763px) { #DT85aZLx1XITUEiwFN3ZQahm3h0XyTvG { width:3.25rem;height:2.25rem;top:1.25rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJJT0RwlHnGJo6tQdelo1Byh9PkyrERQ { display:block; }
 }@media only screen and (max-width: 763px) { #gkiiIavKif1qZiTKXhN5ll1afD5QkQVq { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U596Co9gdg7hv1MmiHZRcyywlhdTKsrJ { display:block; }
 }@media only screen and (max-width: 763px) { #B6xVtw7FHoWmTER8hCma3wiKxmBFmnLF { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HlaKiFKBh9iJOGBoxHRXz5okRU7ww08x { width:2.5rem;height:2.75rem;top:31.3125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUMPe6BxFQMuvoDV96TtxeTX0BuUXcsT { width:6.25rem;height:1.95rem;top:31.71249961853rem;left:8.5rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XxBCzykqkO8RwD3qS8zZ9gmV4a61FDQ5 { width:2.5rem;height:1.7875rem;top:31.793750762939rem;left:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL { background-color:#af1044;background-image:none;display:none; }#QqVCoDbskZv5ApRZ4AqXTCz3d96JoPHL > .row .container { width:20rem;height:96.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CCoEK6M6szVfN5yuNtw8AnoT28Dmd0ci { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #sgdv6luHbCNdJhXPIZEzTRNu2lF2yOQu { width:20rem;height:7.5rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iXg8JE3Jig3S33xPuVPBkFXTsJ4urDOT { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXp627kDtpWeqyOnJXEVQ6JcihMRsUwB { width:20rem;height:43.125rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsKHqbzvlRaMVlU8wik0sfV3keuQTP0l { width:10.5625rem;height:2.1rem;top:90.356246948244rem;left:5.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3OJS9TLoodTGP1BIST6N7aZ37MTQapK { width:4.875rem;height:5.5625rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #npmArqgRDUQVVHv9uQ3hlPoKSkliMIsH { width:20rem;height:5.2rem;top:49.875rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HolsAApPTqit4JBRwmv1wHDZqwfxayoP { width:20rem;height:3.9rem;top:56.4375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sm9onsIkwLtE83fBWl4y0L40oEWudNM6 { width:20rem;height:6.5rem;top:61.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JK0PhKq6esvu1CwwTGBr5OARBJVTMc4s { width:20rem;height:5.2rem;top:69.75rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pFWdZsRoEsocFaUOlq0xXDlOlmPriX7V { width:20rem;height:5.2rem;top:76.375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SIevvkKi4ZdagXb4BiqdRDlGoMkwzVpO { width:20rem;height:21rem;top:27.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vuUAsRDftTNAJ2fptA6hMKEfPd6u93M3 { height:11.217391304348rem;width:20rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXdePxQvHNda4EATWRgq6crBkMTWbkc8 { background-color:#af1044;background-image:none;display:block; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container { background-color: transparent; background-image: none; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container > .video-iframe-container { display: none; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row > .video-iframe-container { display: none; }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .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); }#yXdePxQvHNda4EATWRgq6crBkMTWbkc8 > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S61NkZcP3RS4oqqBVddV0MxkKvBZ49Ao { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #xlZJ1bwe9ySwNOAhGzaf34dvTWMTNdGq { width:20rem;height:36rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iMy0gf8olzHvKBmEH4E3et2q5yZ5gPfu { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZDU2c8UJ0IEkdysSIvntyxEtcdrTnvW4 { width:20rem;height:25.0625rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzy8JppTNezbcWi2e9s6saAAxSMvTB71 { width:10.5625rem;height:2.09895625rem;top:44.106246948243rem;left:5.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KqEexNb3aA0tyrz3VOhrt0tfdmwAyw0O { width:4.875rem;height:5.5625rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy { display:block; }#QwNzipSCLJlVuMXVTNcC8GgXlJwJyyCy > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHKW4A6SuUcs8xKcPs97fTl5TxpoAvh0 { width:6.625rem;height:1.05625rem;top:4.1875rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJKLaPBu4mKPa7FEIPCvCAbDuyAlmrRv { width:6.6875rem;height:4.222225rem;top:5.6875rem;left:6.625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kys9P81MBGHq2WIiIJbLMwcZvVa7lcBf { width:6.25rem;height:1.05625rem;top:5.6875rem;left:0.25rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJO44XAM2XnUFRueTsg0KtK5oOGwB6iW { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1HJqkpEOl3UhmrZnfq0EPJCz6hznI9e { width:6.625rem;height:4.222225rem;top:5.6875rem;left:13.375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQfSGfsvSxclWu8AskDXzmByVfdAoIQ2 { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:13.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCBfieanduMUIM0XrdCZJJ1Fd3N7XRPs { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:2.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #gy3CX4B8ANcupVTcCJNQTdKVnlbqftEN { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #c1hpOdSqsT9gQmIkoOiG4MTB8Eh8yxNE { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:15.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx { display:block; }#H8DKwPdsqztix4Lbsg7aeztbZ9dODBAx > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXwTlzhUyvh8NypcvHzTIuWHvkuF2pVT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrIr88RKHso8ifn9DF3gU2RlHo8y7qZQ { width:20rem;height:0.125rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OevOQO2WmKb1n1cXfaJsWbxgl79CSTUb { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpsoOSwIbgJZsIwKbaTk1QvR3IWXMTZO { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVZ8FpUOBMKXNJJlZ6KwoImtL1uQC5xg { width:6.0625rem;height:3.125rem;top:0.33750152587891rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQOi5FsehTOdUzKZEXBsxusVOaa75B76 { display:block; }
 }@media only screen and (max-width: 763px) { #ahHzI7oUHV7B542cDVW4Il9GwsI5TvAt { width:5.75rem;height:3.125rem;top:0.33750152587891rem;left:6.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #W0b1eXlV6nfPxipvQaopTK2T1tfVquFz { display:block; }
 }@media only screen and (max-width: 763px) { #TH64Bi6UCJ9pe1lUvHETPQS7ApaycdSL { width:6.25rem;height:1.1375rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8oaRNLl22Lw6GZr1vV0aHX6H80TOQJU { width:6.3125rem;height:3.125rem;top:0.3125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9gwD41B2bRZB5hIqmtnJxUpwJaJNVrd { display:block; }
 }@media only screen and (max-width: 763px) { #cHTqoIIM4lF2e1xOvSV07ezK9A030B17 { display:block; }#cHTqoIIM4lF2e1xOvSV07ezK9A030B17 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IP1T5gyWwqR7wGCduFGAQOyQNTphhLrs { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgAhRtsGQy6QHe0ouePTGXlUvWkpDQKi { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bao2MTuPg3JX5S94vsFnMgKQHJAgtQd6 { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BxuXe6MDcCn4L8gkkudqF2kX2Py8VphI { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdllrgeCgKe1l73RvpsL37S6BDf3gdSx { width:6.25rem;height:3.125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZgI5xJblupE2Fc8cdTayOILJpgef8p { display:block; }
 }@media only screen and (max-width: 763px) { #wJJ2btW7OCh7im1zPZBMgsHJHosRId0b { width:6.0625rem;height:3.1875rem;top:0.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkqSzFyop8WrZklfwJMUo35Ibvii4TSv { display:block; }
 }@media only screen and (max-width: 763px) { #Dw9s1CM0Q65lyXrRfIpJKVl4b1glZdwn { width:6.25rem;height:1.1375rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEbnMy71k3IJpHZqs6evluXyEWgur7Zw { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKc2MMEIgcN16R69vPvnDEPIr2iUmNIN { display:block; }
 }@media only screen and (max-width: 763px) { #wxFZUSB7kI2WnTXJsKwElnXertW9UpKz { display:block; }#wxFZUSB7kI2WnTXJsKwElnXertW9UpKz > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aA9llxcelB8Owf6OI0rrtLazC76sDBAO { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnW6eM6sBzGEcPKUdZQXcpJSZFEINOK3 { width:20rem;height:0.125rem;top:3.6499996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyrQw9Dmn5XTRiFfmwcZm8Cna1EP01Xm { width:6.25rem;height:2.275rem;top:0.75rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l1QUkcGM7Gsva7V3SZlFnnOEp5PvJCdD { width:6.25rem;height:2.275rem;top:0.75rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwSURKVxdXhzfgiaGQk1DeUFKRLC4Mar { width:6.4375rem;height:3.125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEdAXAlfGN93BgkgeuRGW1HQtyoQJDo { display:block; }
 }@media only screen and (max-width: 763px) { #x0lhN9Q8QXWSTPL216Tat9WWR4NSUb5h { width:6.0625rem;height:3.1875rem;top:0.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTtnR0qTM9G2V5IqPH5D3MFeqRkcFXoL { display:block; }
 }@media only screen and (max-width: 763px) { #sVbnO4FLviEGTGWLTTvzc8NbnFbc6oJo { width:6.25rem;height:1.1375rem;top:1.1875rem;left:13.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq8KalWoIq8MSMyavXPkwEtnKhpTVpf7 { width:6.25rem;height:3.125rem;top:0.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB9g64ftyHiZlHaJzEgsLycgg1SuQWqA { display:block; }
 }@media only screen and (max-width: 763px) { #TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 { display:block; }#TfXNQg8QBysF3WmRJROxR0VNpMpgzRL5 > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtvyyN0USyvGyumtdKLNnDVwSvceF0OW { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqXGRhZy0GZn8lLH4CqyHBhgZKwgSDyq { width:0.625rem;height:0.625rem;top:3.6500015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkcQksJirl0CXmgQnc3Io9k7II4iVHKL { width:18.125rem;height:2.625rem;top:3.3375015258789rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AwwkgJVznSuwbagEqLQbWTXS44b9hqfJ { width:18.4375rem;height:3.8984375rem;top:7.75rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emG3kkQrqTyg6heruxyNDHuL49f3yvAv { width:0.625rem;height:0.625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2GpzGSTlrD8CNQTfoeqePouUVwgdTxv { width:17.8125rem;height:5.25rem;top:14.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QvNEL2TdLHDp6Xna1wv7FTS85Br9Ratd { width:17.8125rem;height:1.125rem;top:20.511459350586rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vITsahchHhBVET633UbHnoAdLnzIXifs { width:18.125rem;height:1.125rem;top:27.730209350586rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LpkBvyagWMwc98SpmDauKLFmIksMN0H3 { width:18.125rem;height:3.9375rem;top:23.417709350586rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FS4NI7qB6MitHL6z1Fn764m3STdB4bQw { width:0.625rem;height:0.625rem;top:23.730209350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6WfUwUVLrrR35me4RTzlyfS9Dfct6la { width:0.625rem;height:0.625rem;top:31.023956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlBHAhQop5cxyupsRtTO7oSuc5UBxTIG { width:12.4375rem;height:2.25rem;top:36.287498474121rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qyZlWylCH52xd4NZlUDOA984a3k1trkI { width:18.125rem;height:5.25rem;top:30.711456298828rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJtybMf3Ww35FelrpQQ6FsteqqtUuEpe { width:0.625rem;height:0.625rem;top:41.0419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkglXZyzcDnK0GfVwJM3mzras0C1eRed { width:18.4375rem;height:2.625rem;top:40.7919921875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0yhgZWuokRWemdhPtXQ7LnnEkKkvxHe { width:0.625rem;height:0.625rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATcrZ32cADFWhz7QW1M6J7Qcp4Lb9Gd { width:18.4375rem;height:2.625rem;top:51rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xzfM7U1suG5ebdD8FnUpSKpe1QFwLM0z { width:0.625rem;height:0.625rem;top:8.0437507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMZqTsUBJ0MtTHecPpnl8sfRxphT5EuG { width:18.4375rem;height:2.625rem;top:55.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w0LIXZaSphWq4kUOTGrNRZwAvo4GOvbo { width:0.625rem;height:0.625rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFBHnabK81vxWWFeFcTwg2m65UJRTCnB { width:18.4375rem;height:2.625rem;top:45.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v1qPUK4ZvkxPIJRImp2Nh9MqUwgaRggA { width:0.625rem;height:0.625rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #izA5XqTNiSTnrqwA11LveH6bBKg7XFTJ { width:18.4375rem;height:1.125rem;top:48rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #smWcwnURCJQWRovvSPTA67qI9RqHsynf { width:18.4375rem;height:1.125rem;top:12.02499961853rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:18.4375rem;height:5.19791875rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7xXJmosVz6CL6FlprHEfC1naTBU8ulm { width:18.4375rem;height:5.25rem;top:8.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4375rem;height:1.125rem;top:14.074996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #li1T4WdRvhBwfx76kQ0QO2cgmwyTe6lf { width:18.4375rem;height:1.125rem;top:5.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbV5AuJaA3GdMSe5c5TMKyoeeqJNhm3y { width:20rem;height:8.1875rem;top:8.21875rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:16.918746948243rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 763px) { #ahXTAAkEsWZra3zfEbGJscACbO3DF8Jy { width:0.625rem;height:0.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5VQ39UtOyNFN67TcuUCZXszpqlaSROq { display:block; }#l5VQ39UtOyNFN67TcuUCZXszpqlaSROq > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU5eJDIn9iRtNNLbBXqpHTGTcWRJqUO9 { width:18.4375rem;height:5.19791875rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qi8XHTp5bb9UrKTGPUks7dNVrPi3hJgy { width:0.625rem;height:0.625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7U44x4eiqpaogcPhmxGVPsTpKcd5Wrv { width:18.4375rem;height:5.25rem;top:8.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B8t78i77emTraHZPEeTmlngWvsDOoXmA { width:18.4375rem;height:1.125rem;top:14.074996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kdUyltUwr9gMcpQ3mcRB6t80eeBK9pse { width:18.4375rem;height:1.125rem;top:5.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aRDFreK1q3RRux4EbVlwTVViwxIvSAop { width:18.4375rem;height:1.125rem;top:22.231246948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XCJdOtiBH88m3KlFksZ013dDnVxKD4zA { width:18.125rem;height:5.25rem;top:16.66796875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #byTsstiNkTbIP7HpIQV4Bg7XrL8v6MA3 { width:0.625rem;height:0.625rem;top:16.918750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8I8vv7e2IGOdr5WR88UuCAE6MATsl7c { width:0.625rem;height:0.625rem;top:33.818748474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7hckARBmkTmLv5BDl1uzmVS4KStAOJs { width:18.4375rem;height:3.9375rem;top:33.506248474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGxfhK3GJatfv8T5Ma0dzz5tHTCJnx3f { width:0.625rem;height:0.625rem;top:40.962501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO8LFvNguC65wUEgTrpNlognwLPy731I { width:18.4375rem;height:1.125rem;top:37.75rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LJBkVnikfqVMPoSVKAuU3A6gd3LTDhg1 { width:18.4375rem;height:2.625rem;top:40.6875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TzBTy6HByJCUF6WfMf43P7WuQdeU2yTU { width:0.625rem;height:0.625rem;top:45.430206298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBeGKXCZQA9dOK5HnTVPicsxqMobW5xF { width:18.4375rem;height:1.125rem;top:47.992706298828rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iPKKc3lxvq4qcPyGAorsvlitnefx0ZvB { width:18.4375rem;height:2.625rem;top:45.055206298828rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GH7ItbTTSnll7CMgNSzymIsMUnJgLl3b { width:0.625rem;height:0.625rem;top:51.199996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1NU5uZev2rS3rK7H61elXGxVe6AlwGA { width:18.4375rem;height:2.625rem;top:50.887496948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kFPSqRrfMplinsqtn9oypuxoEaK4Osh1 { width:0.625rem;height:0.625rem;top:55.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXiuPg3NqDgXxy9Fxr066kQyddD9ZmVo { width:18.4375rem;height:2.625rem;top:55.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IcHcy4RXWJ9sh3ZhX3DDJkenwOD01skZ { width:0.625rem;height:0.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTvBcT6ovwT4PvALxeCT41NZ8KgwZ5qi { width:0.625rem;height:0.625rem;top:25.487503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zShG9ZeCTqVa3TtD6t541rgSCrG7Bm6w { width:18.4375rem;height:1.125rem;top:30.675003051757rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNf4q5cTHoPaE0GPgAwq0dybSWwXFdOG { width:18.4375rem;height:5.25rem;top:25.112503051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC { display:block; }#TcoER53kPF9v5LUDLQhmlv0Wt42ex6eC > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4KpiMJcG2hdP4DWZHxObn8yygq0BI5z { width:18.4375rem;height:3.8984375rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ww9NsEyNvye95kd01Wrx2mxszxSVbbvi { width:18.4375rem;height:1.125rem;top:4.25rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vaKNH8tN3BBuom5MciUTOP8m6326kIDw { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGlzRbPS0wnSFzvpXW6T7cTr0oD9rGS4 { width:0.625rem;height:0.625rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq6cf9rHpceAOdloG8vCI00oVQhKvQqP { width:18.4375rem;height:2.625rem;top:40.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wxkIEXRfXBNf36ET5DdSKKhN46L9zIR1 { width:18.4375rem;height:1.125rem;top:43.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wOrTs4CfMm23LF26MJK9kVn8zToqyxF5 { width:18.4375rem;height:2.625rem;top:46.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H48tin18ZvOXNqv3Oe0wmEEoVFqZSawl { width:0.625rem;height:0.625rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWGoBdOV6FdltrtBboxq5WDo3yD8EonP { width:18.4375rem;height:2.625rem;top:50.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NU27op0UcWF4A4dV3KleEuN4tJETWXPX { width:0.625rem;height:0.625rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTPCAgpH9RpXeyZxilCBsVRCnA9FDRFf { width:17.1875rem;height:5.25rem;top:7.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JuIMZWd1sEDyfH9qmURyvDysyvQKBL4f { width:0.625rem;height:0.625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESPSSWl7Jde28Gx47AP2pahuBbHwVA53 { width:17.6875rem;height:1.125rem;top:12.75rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gTTct4EAXIJlukuP6MTisFcxRzBme6oK { width:17.625rem;height:3.9375rem;top:15.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mnrcKDagrB0ipes3GAgc33ZXASqU9GkB { width:0.625rem;height:0.625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpn8SAfPl1oUZ9CLAdBOVXwPz00XEIdN { width:17.5rem;height:1.125rem;top:19.75rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TbikWVrkOhZugZB8L612ZKJKhdKx6G1p { width:0.625rem;height:0.625rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLUwZTCfe69H98ixvxeX7rwPBfqxq8Km { width:14.25rem;height:3.9375rem;top:22.4375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mbptJHf8ipMuz0MJhGl7ODCi5ln30DWN { width:17.6875rem;height:1.125rem;top:26.6875rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cumUKpSS0DOVTcFnHTeZ4Ut8zwtiVtA8 { width:17.75rem;height:3.9375rem;top:29.375rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eImaZSEnAEuBUJybHMvrWAECBgGZxDfx { width:0.6875rem;height:0.6875rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM1SGC9TM4Dqx7rKp8yg9HZ29vbRbFJ9 { width:17.75rem;height:1.125rem;top:33.625rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TeVnLh8zgbiTiA5T323Wz3y4cIxovaKS { width:18.4375rem;height:2.625rem;top:36.3125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tIMGWaVQqHGb3ddP97N29RMK4aWt5n64 { width:0.625rem;height:0.625rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S { display:block; }#UAVgJdXvKP0JLOPu4Tx3drAD2ErASk3S > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4hQuULb86Ht2pHdonfu1816lmSdZHqr { width:18.4375rem;height:3.8984375rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ICWv8GbfQUwyziqwqR9MovTH9PsTpRtd { width:0.625rem;height:0.625rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8NOH5MXLZSMwoOx6fAqvAwCU9VmWZav { width:17.5rem;height:5.25rem;top:7.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KeVuMwATRJ8t5xrhgevFyxVuOtsQiLNr { width:18.4375rem;height:1.125rem;top:12.698959350586rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZRVDQlFUZRvI7tAIUg6AzT2eEO5spDvx { width:18.4375rem;height:1.125rem;top:4.25rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMuzv9KZH2AsNyMha203zqGAAuTlzLOs { width:18.4375rem;height:1.125rem;top:21.1171875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eIDMTrcTeD4r0FgT9CpfSegx5IXqbTat { width:18.4375rem;height:5.25rem;top:15.605209350586rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aOTVvF0nb4Mk7kF52lAWHdQNGyEJCHBe { width:0.625rem;height:0.625rem;top:15.980209350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMGMJO0X3fEHDWfF90u5yOR5pFGGsrw2 { width:0.625rem;height:0.625rem;top:24.193359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyshTpUREAPgJd2b33fu1hI1rAhTeiqH { width:18.4375rem;height:1.125rem;top:29.3671875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IBT8kfSrAMm4reDpxvPfnRPPeTfTB5am { width:15.375rem;height:5.25rem;top:23.818359375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mrbq1T6ALw6LsymPVzoXpD3bMEyS3JTF { width:7.375rem;height:2.1111125rem;top:44.8125rem;left:1.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KINrGZ9MOcEF4xhbOShOPUwUnenLzNy9 { display:flex;width:1.5625rem;height:1.5625rem;top:45.0625rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #c3tsmUv9wTD00WZxVzeU14q7V86z09Z6 { width:7.375rem;height:2.1111125rem;top:44.8125rem;left:10.875rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o0d0KVodfRpVCrlAiaTL7Bw2WlInlBfv { width:8.875rem;height:2.625rem;top:44.5625rem;left:11.125rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #ynW3dOd272PCtg8CvphGiD7HqrsrW3IV { display:block; }
 }@media only screen and (max-width: 763px) { #R4gGQCebB8rDZIh12FzG7GcCvhHWTusL { display:flex;width:1.5625rem;height:1.5625rem;top:45.125rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OF8iBW8GiEkQtacbTn8hs6TiqzOswCLH { width:0.625rem;height:0.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKCtsBTkl2WneVmGrGkG9DupZS1gz2ml { width:18.4375rem;height:2.625rem;top:40.287109375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gmQJSNBOylMW6IrAxZBQc7N91n3UAkO2 { width:0.625rem;height:0.625rem;top:40.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEwWxpJaDHwR4NETNOnO6MhT8NQkTTni { width:18.5rem;height:5.25rem;top:32.0625rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gMwRP8DIDqwUD9s1BCs9m7m9OGptAoaM { width:0.6875rem;height:0.6875rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFm7tr75oPcl9K3TiI5MrKTpXsTUp5BE { width:17.75rem;height:1.125rem;top:37.625rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB { display:block; }#sVeEVRpKNb5H9FQNVaCcXoHQ3kmoRfyB > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ6ySOfNH20mruhfeTWSne6xDhmsZahH { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #POT7drRrue2IJPKgHNp1e4rcqT4E1rIw { width:18.4375rem;height:2.5989625rem;top:3.3125rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0DpKXJHBcJmRdQuJ28S0OpLMDWmrwbk { width:0.625rem;height:0.625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWOGdBJsmCLTuGDTBAK6iNv3nhn6QMtJ { width:15.0625rem;height:5.25rem;top:9.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsZtwE3TgHH6T4395iSdgorx2u5ehmbq { width:17.8125rem;height:1.125rem;top:14.762496948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTL7iRbmWD2Mld3ncceeRv0He2ngB9c7 { width:18.4375rem;height:1.125rem;top:6.25rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g3q4nDsy8vc1loIGl8Xy5a6kJnX1Ri5z { width:18.125rem;height:1.125rem;top:23.356246948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n8HPiVzZhbbTVXiop2UAJqQypkuzTw64 { width:17.3125rem;height:5.25rem;top:17.66796875rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qFhEqWOApyu41J5FhA70olorKQc2yWZm { width:0.625rem;height:0.625rem;top:17.981246948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2dMP1gUMJDf1c9Exszukue6elOBnuW { width:0.625rem;height:0.625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP6bWW96mtkUkrFHBrJpxn5n5bu3IUdt { width:18.125rem;height:1.125rem;top:31.8125rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sU3rSx5xPMuc9khAJpzTP02UTZD7tlVT { width:18.125rem;height:5.25rem;top:26.25rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xBUSet3X1h546CXGsRWa1rWTRS3n1gLA { width:0.625rem;height:0.625rem;top:39.525001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0xe2cGRT868TJn7C106gvTLNDHNt1Jr { width:18.4375rem;height:1.125rem;top:42.150001525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bLAxITb3wHE18i9ZpX1S7BBgePzSgFTZ { width:18.4375rem;height:2.625rem;top:39.212501525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QNO6T06LbqEMfkcbNlOcsAVFcx49adyO { width:0.625rem;height:0.625rem;top:45.511458396912rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIWoXgUi0Vm7v58IWTpM2HUoBZc38IyE { width:18.4375rem;height:2.625rem;top:45.136458396912rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hSrzzNd6ZR9d6iF73BdrHnOAEbWOr0ka { width:0.625rem;height:0.625rem;top:50rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvGWPhC3s1EI3Cc5PMgOaqae5ewZ4Bf { width:18.4375rem;height:2.625rem;top:49.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTJ2mxSHrieBx8fdyO0XPJT6y2rAxyrk { width:0.625rem;height:0.625rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk79zwmDAOd4MI7zHkxSLvkbByFeArtM { width:18.4375rem;height:2.625rem;top:34.737503051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Txgel29KHOcStzz4muliuS1H2BAoW6lW { width:0.625rem;height:0.625rem;top:35.112503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V { display:block; }#gDU0LGB1W1eTRyxtpXP9fhwMN6WWw97V > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlPXD5c51JpnSn6DFrhPK0dwzUF2Ttzg { width:17.6875rem;height:5.19791875rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D84KaFgEyVgIgt8SNVdoTfDRqDu0nTQs { width:0.625rem;height:0.625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPy9LSgNEm2ewFt0f8bMD7w80dG7gdcc { width:18.4375rem;height:3.9375rem;top:8.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B124gQfKTzh5OcnkW1KHph3kzN9AL7P5 { width:18.4375rem;height:1.125rem;top:12.761459350586rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gih83MsNFqwSvDhIym9RiU6paD8Pbrtk { width:18.4375rem;height:1.125rem;top:5.5625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CSgoUReVBxHKwICMomGaql6s9FTT1b6A { width:18.4375rem;height:1.125rem;top:19.918746948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kNihfDCafvuTxveqzSKQXH2HxbqxiE8v { width:18.0625rem;height:3.9375rem;top:15.667709350586rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CwPlAgBcxbcT20U2FLLFsOKUmkKrWOX7 { width:0.625rem;height:0.625rem;top:15.917709350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9iiF77JA89f4zAaBkyz6IqHRSlwW1FZ { width:0.625rem;height:0.625rem;top:23.150001525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVLDi0gVggZyCau5LIfqrrA6iNllC7kS { width:18.4375rem;height:1.125rem;top:28.400001525879rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJihzD8n7TsKe94OEN2hOTNTBIAcerDV { width:18.4375rem;height:5.25rem;top:22.837501525879rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kfMQAkEK3iqeV8RhvMwmsvk8geQheMuW { width:0.625rem;height:0.625rem;top:31.631248474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7Bo31WC9Id5v0lzrTxiHVlE7UPeeTr8 { width:18.4375rem;height:2.625rem;top:31.318748474121rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIOOVsTSgT9lGC6TkA4wZ58dqeGUGp5M { width:0.625rem;height:0.625rem;top:46.212501525879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZWS8NwUT9gAQrommrXyBlnnHbiPgD9c { width:18.4375rem;height:2.625rem;top:45.9375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OmWCLFuNeDPJVN4e0EiZTtxg1DSVrKLM { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGlJWrgXMBokMGvn5AgHRT1vHAuss5yT { width:0.625rem;height:0.625rem;top:36.050003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgIqSNqDGCp5xR8g3nB290dTSRcL6frK { width:18.4375rem;height:1.125rem;top:38.675003051757rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oyw1GB3aWWpfGhFogv85StXNVaG4ZlRy { width:18.4375rem;height:2.625rem;top:35.737503051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KoUzTZ6LbndIVd3W9OULmFmkFhoeewdm { width:0.625rem;height:0.625rem;top:41.862503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXRy6onVWCV1dlhHRFK2TzTx2VyU0Tfd { width:18.4375rem;height:2.625rem;top:41.487503051757rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tJHknhIq18RreUnIC4Mq0uDww0PtfJGs { display:block; }#tJHknhIq18RreUnIC4Mq0uDww0PtfJGs > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVLiLOK8MsrcsF3wQIyIzEcZedqiCI2J { width:18.4375rem;height:3.8984375rem;top:9.5367431640625E-7rem;left:1.5625000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rg9y6cDz3uBUVIrTTHW0Ml8nKTxHgXdU { width:0.625rem;height:0.625rem;top:7.4499969482425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV7K17TCtifwJwo98H5O345wF6BOgZkm { width:17.3125rem;height:3.9375rem;top:7.1999969482425rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LN6XrH7TBeyWhmcpiU4l5aV32LmoTN6S { width:18.4375rem;height:1.125rem;top:11.387496948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0qI8FRIsh3tJGeTscE7ldsdpueIPZIo { width:17.4375rem;height:1.125rem;top:4.2624969482422rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WmE0NWT49cf6c4vNh4JebTVIJgGPBazG { width:18.4375rem;height:1.125rem;top:19.887496948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fa1mdw32O6Z2VRraihN9k3HrVvfDhDVc { width:17.625rem;height:5.25rem;top:14.324996948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBnFQZxHsvkHOWdlKPyFwApScvcsopxC { width:0.625rem;height:0.625rem;top:14.637496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8mPwHtgSgT8H88wzTTMBBdxrs0fQNs5 { width:0.625rem;height:0.625rem;top:38.699996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRdRFNMNhpWLhUM8wCmDz6S92FBm9ybE { width:18.4375rem;height:1.125rem;top:35.449996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cRJELadnml3PkQeTgOQ4DiyDuAMoh6JW { width:18.4375rem;height:3.9375rem;top:31.262496948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rov9uqGhQCtPxd1B9vvosZvK6eoFKRqS { width:18.4375rem;height:1.125rem;top:28.387496948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkSXBb41ZciI50zGqAai24zvxthkUh1Q { width:14.4375rem;height:5.25rem;top:22.82421875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lIQA6zKH2tJE3FrE3hccmyMrmMzf3wb0 { width:0.625rem;height:0.625rem;top:23.137496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUSHMzCBxUX2gUI0dHVWSSHC3WbKwR0J { width:0.625rem;height:0.625rem;top:31.574996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4K7TmImTpLeQz07KB7RP78BSIuS1vOT { width:18.4375rem;height:2.625rem;top:38.387496948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U4WWSTiRQC5IeTV4d9we3oECDwsPyysv { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRcU1X20EHRpu0Z7tD8xN8VDMlW2imxJ { width:0.625rem;height:0.625rem;top:42.762496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzB0nPFmDlGTZ2HDdJZ3e7tWVAMGTTsh { width:18.4375rem;height:2.625rem;top:42.512496948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O4SE3QXhiCuPXKe6riLLTU3u8ucfN2Jo { width:18.4375rem;height:1.125rem;top:45.512500762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vaFHF6TRdzWI2vq76w7CB69yeDa6TtPX { width:0.625rem;height:0.625rem;top:54rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #we3R6P2hbEfuCfs6pEqAJ0oIASaA98ab { width:18.4375rem;height:2.625rem;top:53.625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #asA296vxkD0DV0fXZgUR25GtRxPErMIR { width:18.375rem;height:2.625rem;top:48.8056640625rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HGdk1FIqr88ThAwCumJ0DeMtiw9ACyt4 { width:0.625rem;height:0.625rem;top:49.1806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 { display:block; }#bXtDQd4QgTG5zTcv70psRTQCWIo3ZJD1 > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQNiTyA9xwwZ8X6hHZXIKK0re3aKSvCl { width:18.4375rem;height:2.5989625rem;top:9.5367431640625E-7rem;left:1.5625000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cM1JFzHVdnJ0xbyr8dJpg45VX3IRNE0t { width:0.625rem;height:0.625rem;top:6.1374969482422rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXlEToGBIDEpbUWNGMikN26dK6Osbcgo { width:17.3125rem;height:3.9375rem;top:5.8874969482422rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X5lQm2h459Bam1cRQ2AO1BGpLKGxwXua { width:18.4375rem;height:1.125rem;top:10.074996948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hTdcfsLszIVyR12NxuQXv4QHfnUp72JW { width:17.4375rem;height:1.125rem;top:2.9499969482422rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NIeDPnMuSHwS6V9KiwqaSDLO1bwKPDXh { width:18.4375rem;height:1.125rem;top:17.262496948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ja3vM89ebZ3gghOOnredCHgMDTTtKtFI { width:17.625rem;height:3.9375rem;top:13.012496948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tIaqb0mwhIDDMbF0OgpDI99GPau2JJvk { width:0.625rem;height:0.625rem;top:13.324996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0fTNoQQVhvMnTgGWsZeqmsCTsNkOPW { width:0.625rem;height:0.625rem;top:33.449996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq2y2IDkiMLfd2O04GHk1UQh9rqKAdRV { width:18.4375rem;height:2.625rem;top:28.637496948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WFFhcWypHiUDkIptzhsc44rMxXQRJLZ5 { width:7.375rem;height:2.1111125rem;top:37.6875rem;left:1.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vVu1zNvK1CrEaVLEglid71tGu68T2mUp { display:flex;width:1.5625rem;height:1.5625rem;top:37.875rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SzQhV2F6U6XsR885g3qtGcnMXtWP1uhO { width:7.375rem;height:2.1111125rem;top:37.675003051757rem;left:10.8125rem;font-size:0.8125rem;text-align:right;text-align-last:right;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OlzcfwuGv8xehc08fJCoJJ2uBsOsFRnT { width:9.375rem;height:2.625rem;top:37.431243896484rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #HdF8qeRSvR0sZDRteTShTRlohV8dOtkq { display:block; }
 }@media only screen and (max-width: 763px) { #IvdMsnm6Laibov9BGygFp8qWHT2eo0rL { display:flex;width:1.5625rem;height:1.5625rem;top:37.850006103516rem;left:18.4375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Pb8VE1Z2rDBRqz3MDCdET4vnOTUwHz4S { width:18.4375rem;height:1.125rem;top:25.762496948243rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OFUKJGfytxpbRsPzvWMAXgkwUH1gJFii { width:18.4375rem;height:5.25rem;top:20.199996948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4b3aQGuQma01TnTANPbBlxr1bmHT0le { width:0.625rem;height:0.625rem;top:20.512496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyscrqtCVFDTIDvXaeigft6IbxJ5cz8o { width:0.625rem;height:0.625rem;top:28.949996948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxlggxPNwTNrom8XLwcZ7VypOITWLy4E { width:18.4375rem;height:2.625rem;top:33.137496948243rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VKxllh6oF0qrQu4iuMcXW1qZmBynKIPA { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc { display:block; }#xQNXUJ8d9TZnRXgTLwHgVn9tfuswD2tc > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGfsnX8p32Z1fp9SqVp40KWAKOpnus4f { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QQw3yt0Mnhn75QXQ5mbDUxcnNQQQoC8e { width:18.4375rem;height:2.59895625rem;top:9.5625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIm1GIROO3nFRw8nAmZzhSJ2i0mqwzoe { display:none; }#pIm1GIROO3nFRw8nAmZzhSJ2i0mqwzoe > .row .container { width:20rem;height:98.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wuHXidfh4TmxDoPMI33W6vr9H5hiDus3 { width:18.4375rem;height:1.3rem;top:1.9500007629394rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KkLV11TByhdcSKnzDpuAqTR6GTRHqF8p { width:0.625rem;height:0.625rem;top:2.2864570617676rem;left:0rem;z-index:15018;background-color:#c7c7c7;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #whwDTTWMMvzr9KaM03wTIr8LTmVrtSGl { width:18.4375rem;height:9.6rem;top:37.0625rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t3PSDyd52av5R7uxKiodMTK20p3mstHW { width:18.4375rem;height:3.375rem;top:8.875rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iFWw9FEhhf3iNUgcmkpMl9vWpi52bIcO { width:18.25rem;height:3.9375rem;top:4.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwI8r6tstK1xAgnIeumh7cfHqDlEJ0Ue { width:5rem;height:5rem;top:6.6875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oITAaCZU3BuT0RsP8eRadRmMLHhAStn4 { width:0.625rem;height:0.625rem;top:4.8875007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiE3fDI4pVuB9T7ONQ7vwaFWIeiurWgC { width:18.4375rem;height:9.6rem;top:87.75rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TkhsJyLK3kVdzhU1A9gISCsmhFomWJtH { width:5rem;height:5rem;top:34.9375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #owNSElEyDaIqHyvXTznV5eZruxK9CWXp { width:18.4375rem;height:2.25rem;top:55.75rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WZFAo8SpGPZ8SS8TRlPhOMx3FyNwR6Li { width:18.4375rem;height:6.5625rem;top:48.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lK9sxRNldyGGd5Mm4fPVHs54hJAcPWhW { width:0.625rem;height:0.625rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcr0Rtfglb1HyrRPt87O7nPnCfhpZusN { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrNUbtfeRKxlFURiMWaDQcvhUTnoAM5b { width:18.4375rem;height:1.3rem;top:62.974998474119rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kacaseUCbxUIdaC8K7oPZvcM5ZNc5N3N { width:18.4375rem;height:21.0625rem;top:65.525001525881rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#kacaseUCbxUIdaC8K7oPZvcM5ZNc5N3N li:before{  }
 }@media only screen and (max-width: 763px) { #hazXyfBs91qzWtAtTxAO642vMOWo1vBT { width:18.4375rem;height:1.3rem;top:25.875rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XBL0RWb4mFP4GWmo2lkcpbGkRuhX2EvI { width:18.4375rem;height:7.4375rem;top:28.375rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#XBL0RWb4mFP4GWmo2lkcpbGkRuhX2EvI li:before{  }
 }@media only screen and (max-width: 763px) { #tBWPcTkDueALziPEk23l7eGwIEwacmST { width:6.5625rem;height:2.8125rem;top:59.150001525879rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SepsWn9T1gfq8v0pKt5bFhpclIQZNQGW { height:11.228070175439rem;width:20rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6PJxLRUHvQwAGbI7TUhzHDeqnLT0wLN { display:none; }#s6PJxLRUHvQwAGbI7TUhzHDeqnLT0wLN > .row .container { width:20rem;height:126.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #STWqI9HJTItSzDrJXRsGUUXJFRHWNqXX { width:0.625rem;height:0.625rem;top:5.5125007629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJN6IeCFPJG5nUJOdGMRTbAKq8Rl0dWG { width:5rem;height:5rem;top:6.8125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bzv4GyIMfRqXX70ayq5edzMZHF8v8PcA { width:18.4375rem;height:9.6rem;top:70.387496948244rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsPLO7pFthAkolw4iQJhHtVZkcFZxTrE { width:18.4375rem;height:2.25rem;top:10.942707061767rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uLaUf5CXSIV3EstFnyDpV6Gu3UtsRGDM { width:18.4375rem;height:5.25rem;top:5.1989593505859rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bp2FcWMDqdo5gyb37gWwJgg3mIVx3XhT { width:20rem;height:0.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZcuOS2i0Vw6GzbO17hRqrXp1giFGw8D { width:20rem;height:1.3rem;top:1.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JrMLPlD6Lfl9hm72mAVnwgn3RwPBT1ES { width:0.625rem;height:0.625rem;top:82.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaifCrVkAQKlNx861JQl0de1EvUQK6VZ { width:5rem;height:5rem;top:46.5rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIlKMc6Wl5gCT6NwGlzMJC5kfXdlB5R9 { width:18.4375rem;height:1.125rem;top:87.8260345459rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6V4O3IOAgHeATHHvvFdxI1u216JPQIm { width:18.4375rem;height:5.25rem;top:82.1385345459rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WLHLx5MbIqlPniGPGWkDp3yxz6fAZEli { width:18.4375rem;height:20.75rem;top:92.6385345459rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#WLHLx5MbIqlPniGPGWkDp3yxz6fAZEli li:before{  }
 }@media only screen and (max-width: 763px) { #uuK8Txg1ItGQuRwhol6qVUWoknLdqfzk { width:18.4375rem;height:1.3rem;top:90.2010345459rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QqQLXTrpqu8tI57kVcLRE4r6hkqGICQc { width:18.4375rem;height:9.6rem;top:114.5760345459rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LTHfCm31Vq77hno8lA0C6E9tbbKyxoQa { width:18.4375rem;height:1.3rem;top:14.387496948243rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vFRTTwcsFx52cBaOaTzb6Dvzlu3IFGeP { width:18.4375rem;height:52.2625rem;top:16.875rem;left:1.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#vFRTTwcsFx52cBaOaTzb6Dvzlu3IFGeP li:before{  }
 }@media only screen and (max-width: 763px) { #eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 { display:block; }#eJ1M449ld2LNbbuQyt3AAnB9DqBH19r4 > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc .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; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;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; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc { display:flex;width:14.5rem;height:3.603125rem;top:2.75rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #uETa0H6Zc6ee8ZmNUPfvyLqPrU04TSqB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #xvk8ucmQA41CbJQm8ghza4Eixqo5Dkye {  }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #P2gPTWzCxqmEH0chgR55HLIE5iWQB5fu {  }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #PQNET1MXcalkeGCJA4eTUrdV6hNwHtgQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #TC1mK3KXsHhrnFRDqOK9pNHtJNPkTWlz {  }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #aezxSHQyLsXfVq3SqxhEc5a22Nifm7Dm {  }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #NVmTRHDDOKEcpFPUEs3v4505rDJVgTgr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #ZA9Fip74ZTPzSVxXeEfMB5mr5h0FkPwR {  }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #xiTF2VKQ7RCsD1eQHXxaozSJkSEIsW0b {  }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #OmdKSqUc2689mF7AAGiC80dFVHMlKGrA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #Ipd7TWTO6zCvkEDhowOpPKSipgsACDHP {  }
 }@media only screen and (max-width: 763px) { #vdTgUOIvdLSM1AvrsqVHhoOxCKDPKZvc #cwkoV620o7nOBdbOwnqdyAUPQJR4ZpXi {  }
 }@media only screen and (max-width: 763px) { #XU7Qq0hQkMTtnM3cxPI20yODRGnarbDG { width:20rem;height:1.1375rem;top:0.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmpn86nAMbpFrTITSb5cn0COt6WMO1bo { width:15rem;height:1.25rem;top:0.63749694824219rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWHi3xbTluymdpWDfv3Fvlp7XF7yloor { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb { display:block; }#eZH6gTfPfsXXFXDp7fDbO0JT38rpTmxb > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeBnNZvvmLN2VcSVn6DoT3RcZR0XnEGw { width:20rem;height:15.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTodx4F40moTzhPTVoul1KBx3Rw2EWt { width:20rem;height:15.625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEuSTyWFzH7JMp02RchaebJqTbh3yP3T { width:16.25rem;height:3.75rem;top:22.034378051757rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;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) { #PvE5fndSEVq00KSTHNXxnIcQ9z3bQ8Kw { display:block; }
 }@media only screen and (max-width: 763px) { #QZh6NEtmHwOiuqJAcTlLuCHuQPHoGB62 { width:16.25rem;height:3.75rem;top:38.721878051757rem;left:1.875rem;font-size:1rem;background-color:#dfdfdf;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) { #lXkDRfJ00epOTMz8llEUBt5pQ2Z7O7mJ { display:block; }
 }@media only screen and (max-width: 763px) { #QiNgmBLRI3ugrd5GDK4KacPcJ9RxFtmM { width:20rem;height:3.9rem;top:16.511459350586rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1Wqaczzw0oqSwZ0pDXEXupPCdXaLNTd { width:20rem;height:3.9rem;top:33.335418701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5QOmqtZTqdfgMpbaagFfUWNf8pC1N2R { width:20rem;height:2.4375rem;top:13.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwOdbvBiB8hVHE848VX0Car4BGoK5Np { width:17.5625rem;height:2.4375rem;top:30.5625rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJTxnuSVeEzwq5LqvkIT7Ciud2ZVDLAy { width:20rem;height:0.975rem;top:20.172912597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNi7ecimsgPh7icz4BH2oJoTPrVONKB { width:20rem;height:0.975rem;top:36.872909545899rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1woFfCFqFCwCnTwAITHy4cTzTASzKF { width:20rem;height:0.89375rem;top:26.471878051757rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlbsDMswrz9cXSkL55ThOWfPmFf7rM1 { width:20rem;height:6.5989375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #xU70ONvxqy2EDBm6rHatfnVf2KduT6Dg { width:20rem;height:0.89375rem;top:43.287506103516rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzyN05eL3MMFTNc69Lmo7tL7oyKuke8K { width:5rem;height:5rem;top:12.5rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGiIVXoC9CQa8g0JRMhtxsUoR1BBFBcZ { width:20rem;height:1.3rem;top:9.4437561035156rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #KmUyPJJ1dx87w3TUmZkUBRL1NisbRrMT { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbiRG9lWIS0QcEDRdb3GDePfEctv0nse { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #bRDMyJg1X009Z15e1iGl776AqyqOBsUo { display:block; }#bRDMyJg1X009Z15e1iGl776AqyqOBsUo > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LyipXlIIpy8FWPQF1l8aUgxPGHMsFU7b { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbbkGb5GAPOJvfdyc2tVk3nV8kTktPhP { width:17.5rem;height:2.45rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbpPhzIxTh9VkRhEDATdvVttotJamovp { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #IrHzMUr20Q6EGEboSXr3BBZA7kn5y11l { display:flex;width:1.25rem;height:1.25rem;top:22.712493896484rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ltaihANS9hL4ZBKHSTk5zxgzCUty7o76 { width:17.5rem;height:8.57378125rem;top:22.587493896484rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #LXZrAndkE9BE8tJFKmp403VEhIHk4fHG { width:17.5rem;height:2.45rem;top:40.850006103516rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #xy9gUyX2QTJKPUN93w297EWT4xuyoDbv { display:flex;width:1.25rem;height:1.25rem;top:40.975006103516rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #n8MzqoGlpscsUdnuf4TKTaQcPqg2ZRG0 { width:17.5rem;height:3.675rem;top:7.2375030517575rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R99wxicfkw0FDJTqJCDWqn6QTHKnpUN1 { display:flex;width:1.25rem;height:1.25rem;top:7.3000030517575rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VoOIix2oJ5lbFSRKVCR2bU6J6R8gzs9m { width:17.5rem;height:3.675rem;top:12.824996948243rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZoeCvnLP5AgbLoWTpDeHFMEqTmMXzG { display:flex;width:1.25rem;height:1.25rem;top:12.949996948243rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fdoTfVeo2J0B75UdTMbFvHUN3VMEyeX9 { width:17.5rem;height:2.45rem;top:18.28125rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhmd8Oanzmswk8S09W6IDRE6TFopyOhp { display:flex;width:1.25rem;height:1.25rem;top:18.5rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CXCtN8qEG3OwgrnUZZRWsnG04ToU4171 { width:17.5rem;height:6.12413125rem;top:32.875rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #KQAiEtXunJtqdGRFQzIQSrwBrXcuSx5d { display:flex;width:1.25rem;height:1.25rem;top:33rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fTkzuPdSTP9R9kI0qkb1WzCw9Z7z458S { width:17.5rem;height:14.78298125rem;top:43.90625rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4956a175-ae2f-4c4b-a659-6ed4c2bcca33/Hilton.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.adaptive-delivery-prevent-bg, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyload, #Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7.lazyloading { background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { background-color: transparent; background-image: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(41,22,75,0.7); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row > .video-iframe-container { display: none; }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .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); }#Kg6H9LGUWvNdMcmn7h5TZSHCLuPtWfp7 > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPBFpc9wWegAoaL4B9yVX0CH2P3lqztU { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #DtCSW4B2qCKK28vwPUvMq7M144z7faGk { width:17.5rem;height:5.625rem;top:21.5rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euTT13CDwTOLPPtoJR5DpJyrVMza8Aln { display:flex;width:10.3125rem;height:13.1875rem;top:9.75rem;left:4.84375rem; }
 }@media only screen and (max-width: 763px) { #nPzFQsIMErLDqTOz8LD9AkOQcr7sDnHS { width:16.25rem;height:3.4375rem;top:35.9375rem;left:1.875rem;font-size:1rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #WwvzKTqZ0EAECvNBgrnZGww1XfSu426p { display:block; }
 }@media only screen and (max-width: 763px) { #KAMitM0gG1d9x1EODZy0OVb3phhRWl1H { width:16.25rem;height:19rem;top:9.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2ZL9uPIosmBCFNe6B6M9ko6pcDVucXK { width:18.75rem;height:12.375rem;top:32.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aT5vukJ8nls3AtSqahXkchHBmxyEU8hm { display:block; }#aT5vukJ8nls3AtSqahXkchHBmxyEU8hm > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAQ6VRWe9wgqNVOlzG0rNx0mlFkDtQNM { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Aipw0Ti3uh4TwcTCbGn1TvnPfFxATTIP { display:block; }
 }@media only screen and (max-width: 763px) { #giTHabCrf2kGoOhZMVKDIP237kRU5g8a { width:14.6875rem;height:3.41145625rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h { display:block; }#IgTKMWk0Io24bEwHA0IRkWBrqT7zGi7h > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pVTm3RJDdH3JPLyr4CFQKLkJ0TtzaVfM { width:15rem;height:4.5486125rem;top:2rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #Mebk9hysqOyt3bCWg43x0mmF9UhozT5s { display:block; }#Mebk9hysqOyt3bCWg43x0mmF9UhozT5s > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S2kSnk1CQVlkongVqKCVNo2AA36cGI7f { width:20rem;height:1.13715rem;top:1.1241316795349rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g509MMeuXq1cbGIiwFvTieAnTvJUGhld { width:7.25rem;height:2.9375rem;top:3.431423664093rem;left:12.101563036442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qd7GT901okMmFTLqM2TzXxT6KSWrKlH2 { width:9.8125rem;height:1.8125rem;top:3.993923664093rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyvXAwEu9IdhxRZMzellTxZZLBQrV971 { display:block; }#QyvXAwEu9IdhxRZMzellTxZZLBQrV971 > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5htw8eS7VCMFmzzGr4rTQVUQap89caO { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqPHhU5MJa7oZxSEN52xCk8cilkAHUKF { width:12.0625rem;height:1.6875rem;top:2.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRUwzrHGeCelEo7i0qplTEnZWrPofaEz { width:15.6875rem;height:2rem;top:14.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQfftuuP8pmelBnDCEmKuTgT8HdtOpp1 { width:20rem;height:1.1375rem;top:11.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftkmsxreyaOXJkmLey8HhErQqqsiatca { width:8.3125rem;height:3.75rem;top:20.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3WG17KMzQn1KLcoRoAZyOtnt60Bb60n { width:20rem;height:1.1375rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWEdXPetwldXpJ6FPVvkbNLwOOcowfH1 { width:9.875rem;height:2.25rem;top:7.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE { display:block; }#t9aSGO6JviKRqMZ4kWeGMHCAbKLGl6TE > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOXZUquFKMrDcQZfB2Z4CDqIIpoX33gT { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcMQii0P6J3275iKo88Ou1XtBMsrvGrM { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #v4WuNfIPgp3iIzhzwMgSg4T7rgBBMaBd { width:20rem;height:1.3rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfmTxEHgDeeZtL0q3a9MKAKMot5gfLBl { width:20rem;height:2.8125rem;top:8.3187561035156rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9QW1vQ0zUIr38y2lF5XXXk4Qth25u8b { width:20rem;height:2.8125rem;top:16.024993896484rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFUOi3PlnusdnTRA7wPGCUgvu9ma2dPf { width:20rem;height:2.59895625rem;top:12.850006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXzqi3sWrF6zm6ZPCJwVS1RHwe60oev2 { width:20rem;height:4.21875rem;top:24.075012207031rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyOGcMPyosd65PSUQ31bfs5pC4inNS1N { width:18.75rem;height:2.59895625rem;top:20.774993896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOBDb7ss9dH471RZvnMEWfT4ZGWLxgpJ { width:20rem;height:2.8125rem;top:33.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDz1s5L2wa4sfl2P2HTovZmeTvBMrLN7 { width:20rem;height:2.7625rem;top:30.200012207031rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc3UzIfOnRUO73In4TOAI2MyKU7de1z6 { width:20rem;height:4.21875rem;top:41.318756103516rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Z9zopB3A0HQaTsqhqil7BKm4HpSSkA { width:20rem;height:2.59895625rem;top:38.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh3wdp0mtes2M6TQLTqoqJMF765RudlV { width:20rem;height:4.21875rem;top:52rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQkDK58TVOmJQ9t3DQctOTzZf62uDZwn { width:20rem;height:3.8984375rem;top:47.537506103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtCQR7FcTFFqZkVT68ceXLqu36JvxtSE { display:block; } #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection *:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="text"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="email"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="tel"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection textarea:focus-visible { outline: none; } #FtCQR7FcTFFqZkVT68ceXLqu36JvxtSE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0sshWDstwBUBiTNaKskS69CqRHTRIFQ { display:block; }#V0sshWDstwBUBiTNaKskS69CqRHTRIFQ > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooHBcakqgOpFWfZJmhbfO8nn3kE1a0lv { width:20rem;height:33.3125rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR1aCIrLgKSg93dk0bxOFHa6xksZT5W5 { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #LR1aCIrLgKSg93dk0bxOFHa6xksZT5W5 > .row .container { position:relative;display:block; } }