.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:248,223,223;--color-primary-1:232,150,149;--color-primary-2:208,44,42;--color-primary-3:104,22,21;--color-primary-4:31,7,6;--color-secondary-0:255,255,255;--color-secondary-1:235,232,232;--color-secondary-2:227,227,227;--color-secondary-3:225,225,225;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:196,196,196;--color-tertiary-2:157,156,156;--color-tertiary-3:94,94,94;--color-tertiary-4:0,0,0;--headlines-font-family:"Times New Roman";--paragraphs-font-family:"Times New Roman"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f8f6f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;overflow:visible;position:relative;display:block; }#vdSZzNTF9oDLGe04g9uLkiX4cJZiJUAh { 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:5.1875rem;width:36.3125rem;top:1.59375rem;left:18.90625rem;overflow:hidden;display:block; }
#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp { position:relative;display:block; }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp { background-color: transparent; background-image: none; }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp > .row .container > .video-iframe-container { display: none; }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp > .row > .video-iframe-container { display: none; }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp > .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); }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp { border-width: 0; border-radius: 0; }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp > .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; }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp > .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:12.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DbGb3hITTNwaqFRep3NtBWKS7HnRc2kQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.53125rem;height:1.95rem;font-style:normal;display:block; }
#VsAebsO80lT4E2uoDcElczrW97RPu7uR { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.26171875rem;left:2.21875rem;height:1.4625rem;display:block; }
#wvq98JrxFVrUBCwW0DTly9F8AoNcBmQV { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:8.4375rem;left:0rem;display:block; }
#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h { position:relative;display:block; }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h { background-color: transparent; background-image: none; }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h > .row .container > .video-iframe-container { display: none; }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h > .row > .video-iframe-container { display: none; }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h > .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); }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h { border-width: 0; border-radius: 0; }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h > .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; }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h > .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:3.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; }#exKI2kGCaNq97MVqu66UrKk4aEGDloOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:44.125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.943359375rem;left:1.65625rem;height:1.4625rem;font-style:normal;display:block; }
#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT { position:relative;display:block; }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT { background-color: transparent; background-image: none; }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT > .row .container > .video-iframe-container { display: none; }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT > .row > .video-iframe-container { display: none; }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT > .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); }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT { border-width: 0; border-radius: 0; }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT > .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; }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GOqXTNDZwgnLeqXITeTGv9iaHzn3UnAb { color:rgba(var(--color-tertiary-4),0.8);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.84375rem;height:1.13720625rem;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; }
#zQubDwfV5wRQv5Lt9yPMQtVlnrQ2VXdF { color:rgba(var(--color-tertiary-4),0.8);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:11.8125rem;height:1.13720625rem;display:block; }
#mhIoaK03gdFyaFyFoT4W6AcgOLgu083G { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.07421875rem;left:1.25rem;display:block; }
#u0pfrISl1AzOsywIdU0zeRJIBsWS1IWk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:2.0625rem;height:1.4624rem;font-style:normal;display:block; }
#ti1J5Ub8JBWuRCchrOsxTFGlJwcibAlP { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.0625rem;height:5.2rem;display:block; }
#gPnPQI3EAT6uZ7f70a4VTmyn4TnR994D { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:16.875rem;top:17.5625rem;left:0.9375rem;overflow:hidden;display:block; }
#khgeBtg1hTWZO0f6H3sxpJn1kxdlvluM { color:rgba(var(--color-tertiary-4),0.8);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:20.59375rem;height:1.13720625rem;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; }
#zPeKh3FvwV6ZB3oTzDgKXBvpVkwqXJ9D { color:rgba(var(--color-tertiary-4),0.8);display:block;width:5.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:30.46875rem;height:1.13720625rem;display:block; }
#BKMw7V22esB2Af9LWbKBu9HIAuULR2bB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:20.8125rem;height:1.4624rem;font-style:normal;display:block; }
#hytLQXxtkPsLOCOkkl5X8g7XnG3dEefz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.375rem;left:20.8125rem;height:3.9rem;display:block; }
#f1FK9H0ChXTsDrlzpgJJ02L0XrFbd5z7 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:16.875rem;top:17.5625rem;left:19.6875rem;overflow:hidden;display:block; }
#R6sto3BVFeQPKrDAatJVb2NpWf4UsBbQ { 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:13.6875rem;width:16.875rem;top:17.5625rem;left:38.59375rem;overflow:hidden;display:block; }
#U8wXGsIyGa74PZqpMOimBm8Xr97szqJV { color:rgba(var(--color-tertiary-4),0.8);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:39.40625rem;height:1.1375rem;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; }
#z3f9soqkGAeudDeEKVoHRQZiDpWroBMf { color:rgba(var(--color-tertiary-4),0.8);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:51.5rem;height:1.1375rem;display:block; }
#iQTi6Ub8JxRKw9Bbt1Jv10cL8RvKzLFP { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.07421875rem;left:38.75rem;display:block; }
#vgLrrlvF4lxs9VCTV15EvecxONoH819T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:39.5625rem;height:1.4624rem;font-style:normal;display:block; }
#qAVPvShF09CJSnUsvoATWpgL60ik2FWp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.375rem;left:39.5625rem;height:6.5rem;display:block; }
#yCwDmmKzgEuaqQxSryfDITqTg8rivHMw { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.07421875rem;left:57.5rem;display:block; }
#cmX9w7GHBiUXCWWLHuFF9ZnxH9TRzLV6 { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.07421875rem;left:20rem;display:block; }
#shrffqOXUMXI0nc4ea6b5UWZmVBftP4K { color:rgba(var(--color-tertiary-4),0.8);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:58rem;height:1.13720625rem;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; }
#kZTQmd44oq4ixoCdGgrNnIcspWUUp7ky { color:rgba(var(--color-tertiary-4),0.8);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:69.75rem;height:1.13720625rem;display:block; }
#DQbrdcfCCDOHxbPW5SyvUeEL6rU1n5cv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:58.3125rem;height:1.4624rem;font-style:normal;display:block; }
#O6Vhtp5xbNit23CTOc1ZdToh3BcveFWI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.375rem;left:58.3125rem;height:5.2rem;display:block; }
#GhCT1bVV2iKqlrWq03bETblDgPbHTUDg { position:absolute;display:block;z-index:15013;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:13.6875rem;width:16.875rem;top:17.5625rem;left:57.34375rem;overflow:hidden;display:block; }
#TL8Z1oTHUVU4dpg3NbBpZOaq5MHRWDkQ { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:13.625rem;left:68.25rem;display:block; }
#UuhLAXWKFLtTscJmTGaMIqwQtOmBymSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NOz08UT7MPfHHG2UVnBtdJG90oWfk2aA { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:13.625rem;left:49.1875rem;display:block; }
#xi9vDg1PrKXsnrrQXoNhltSI9vAxUwTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQNOecA90rlHWZUgtREQhEbkkZmZo4JQ { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:13.625rem;left:30.40625rem;display:block; }
#XaTLIJRWl3TTOrVDCXJyUDGdTEg00Pb4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpXXZa4XSWJ9nlHDOkf9hoiLFJS9RiV7 { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:13.625rem;left:11.65625rem;display:block; }
#k6MrcK2UoxNTmzTCiMpOuN9nIE9AOBZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2ZidQpZQbzzwUcqZetErzVCT7sXDHrO { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;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:14rem;left:58.3125rem;height:1.1375rem;display:block; }
#ZUo9bG1TJgpyqKdg7ALrp95TTNvbcpbm { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14rem;left:39.5625rem;height:1.1375rem;display:block; }
#XDghkkLTtiFfEOEt4NJ2xAMfkR9dDGyR { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;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:14rem;left:20.8125rem;height:1.1375rem;display:block; }
#ogDXo30VIHrb0akS73MguUQ7eCTAIxPX { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14rem;left:2.0625rem;height:1.1375rem;display:block; }
#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF { position:relative;display:block; }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF { background-color: transparent; background-image: none; }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF > .row .container > .video-iframe-container { display: none; }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF > .row > .video-iframe-container { display: none; }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF > .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); }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF { border-width: 0; border-radius: 0; }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF > .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; }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF > .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:33.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; }#oPHovoq5tLUepzu05W2NG92TaRJN6O75 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:1.4375rem;height:1.4625rem;font-style:normal;display:block; }
#AJ8dH4HGVtX4LOH12Jgee7fXQIAvQTaE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.4375rem;height:5.2rem;display:block; }
#wqbgXlfwbCCfQoW02Nuzp7POkfWKcrtA { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:2.0625rem;height:1.13720625rem;display:block; }
#eMFBJvZP1cl2GozGTBxHvgsQTnbEzkZa { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:13.0625rem;left:11.6875rem;display:block; }
#Z4pePDWMm1drF0pJfHE0o09H3nvDAITQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bkFy6MNPxNK3p6pklaaw5rVWi2gsVN0y { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:16.875rem;top:16.75rem;left:0.9375rem;overflow:hidden;display:block; }
#F6e2JDWpDQ0MegQMQTf50Wd12ODH5B0l { color:rgba(var(--color-tertiary-4),0.8);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.875rem;height:1.13720625rem;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; }
#mC4tM5VDZk6xAb2Gp7KPa1koTMOXrJCF { color:rgba(var(--color-tertiary-4),0.8);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:13.625rem;height:1.1375rem;display:block; }
#zAMfPsOoxDVaUa6Pn6TWRpRIyVwefzSE { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.07421875rem;left:1.25rem;display:block; }
#PE4Nn2IZegf3N9GVqTUtVrgJeMU1w3ac { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:3.125rem;left:38.75rem;display:block; }
#tw9EzptNBmWpAz5e5wNQsmIv6uq0NTb6 { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30.4375rem;left:38.75rem;display:block; }
#pHvsmBUc6xSF485J64T1fv4iswmV2QSc { color:rgba(var(--color-tertiary-4),0.8);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:20.625rem;height:1.13720625rem;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; }
#EDgMBqhzlAEhgCZ2B5VpUdX5kVWSEOlH { color:rgba(var(--color-tertiary-4),0.8);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:29rem;height:1.1375rem;display:block; }
#oLVnWqWAx7u2FbQK0SLlEX7tIS4oCQHa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:16.875rem;top:16.75rem;left:19.84375rem;overflow:hidden;display:block; }
#LKzFi2oHEzny7leeTFwsouToWBwl0trs { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;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:13.375rem;left:20.8125rem;height:1.13720625rem;display:block; }
#SNyN9EG8Tb2ww12pKU6FRWyCwM7TRTRg { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.0625rem;left:30.4375rem;display:block; }
#uVuO2TdW4a4fzhi01aaT39aXx5WM56KI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wih8TAgeg40UTEAZMcac1NHSytF75Mdc { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.375rem;left:20.5625rem;height:3.9rem;display:block; }
#c5UAvPcCr7bd0sJk24kMtwAeUMLXqI8C { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:20.5625rem;height:1.4625rem;font-style:normal;display:block; }
#Q0TLBe0NUi2algzgdZyEzKAeabH1SmO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.738540649414rem;left:40.218746185302rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#qlJXLeFy4Oe9cdLd5ZNXPZOqaW5xLHG2 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.511459350586rem;left:41.749996185302rem;height:2.6rem;font-style:normal;display:block; }
#qzU9lz4nO1lRx92whNuJ15O1IRg37T8h { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.125rem;left:20rem;display:block; }
#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3eb;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; }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row .container { background-color: transparent; background-image: none; }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row .container > .video-iframe-container { display: none; }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row > .video-iframe-container { display: none; }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .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); }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row .container { border-width: 0; border-radius: 0; }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#IHTmsSwsfCy7zTLyekuryTUBkWwBAupq { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4375rem;left:2.15625rem;height:1.4625rem;font-style:normal;display:block; }
#yUc4yX0i8Im6vUJDKCheHftkNFMEp5q9 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:3.5625rem;left:45.4375rem; }
#yUc4yX0i8Im6vUJDKCheHftkNFMEp5q9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }#skRerZdhTHnbBgLheiWcrG8fdfKm8kRU { color:#ea0a50;display:block;width:20.3125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4375rem;left:48.3125rem;height:1.4625rem;display:block; }
#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3eb;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; }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row .container { background-color: transparent; background-image: none; }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row .container > .video-iframe-container { display: none; }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row > .video-iframe-container { display: none; }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .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); }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row .container { border-width: 0; border-radius: 0; }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#MgXP0n5ng1HQOmuF7lhrkKcR8XF64gWR { color:rgba(var(--color-tertiary-4),0.8);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.5rem;height:1.13720625rem;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; }
#pzD078BIVsBaTnhDhHBKaE1nHTkA7pHL { color:rgba(var(--color-tertiary-4),0.8);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:11.8125rem;height:1.13720625rem;display:block; }
#CmoHqADZRoU7ZfDdx6Mc71geyhmd61k0 { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.0625rem;left:1.25rem;display:block; }
#ceQRT6P5zmL9BwzFuXcH1WaIB3773t2N { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.1875rem;left:1.625rem;height:1.4624rem;font-style:normal;display:block; }
#lWNFgMntvbmQx6Jq0TnAFKAkS6B6z4os { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.375rem;left:1.625rem;height:3.9rem;display:block; }
#X3MZuVUHRXgugVdcqWHL14z35h8TffUH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:16.875rem;top:16.75rem;left:0.9375rem;overflow:hidden;display:block; }
#xw2O6gtazsKKpK9LvpqTtKyLNuCRPT1F { color:rgba(var(--color-tertiary-4),0.8);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:21.25rem;height:1.13720625rem;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; }
#K6fVosxMPs9IlTyGOMvlikG1lSH12Cmd { color:rgba(var(--color-tertiary-4),0.8);display:block;width:6.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.53125rem;height:1.13720625rem;display:block; }
#lg6LpXJXWOS3AkowXuLDKwSWCUGf7Rks { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.0625rem;left:20rem;display:block; }
#Tf18ztWx2Z9FrmlM4U2QARO2GhfyszNw { color:rgba(var(--color-tertiary-4),0.8);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:40rem;height:1.13720625rem;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; }
#xNWTMotGpyZun2EhBLhvGNTMnK4pMoGh { color:rgba(var(--color-tertiary-4),0.8);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:50.9375rem;height:1.13720625rem;display:block; }
#gPv4AUwZvkPtNi8WalQ3NPWDUBXmJm5z { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.0625rem;left:38.75rem;display:block; }
#phtMIpqfPudoSwReGsNGhuOicnQdnSFC { color:rgba(var(--color-tertiary-4),0.8);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:58.75rem;height:1.13720625rem;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; }
#ylDkfvkygNsmw7PPJNGHxoXqJ5FJFfW4 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:70.25rem;height:1.13720625rem;display:block; }
#KVWX7y127htWSxxPG1wf8HBmwTLTJNxO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:20.4375rem;height:1.4625rem;font-style:normal;display:block; }
#TTSbfFi6oVdsKb17U4ShhEkEM0kDmNXM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:39.3125rem;height:1.4625rem;font-style:normal;display:block; }
#PBX2TfFz47atO6J7GnlVXf33BFS2ux1q { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.1875rem;left:57.875rem;height:1.4624rem;font-style:normal;display:block; }
#MklLIqrTUqqHSfXNcRl7T19vgwNToHfI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.375rem;left:20.4375rem;height:5.2rem;display:block; }
#Ii6pa3teNndXtglwFsuGxsieRz5dlRo4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.375rem;left:39.3125rem;height:5.2rem;display:block; }
#cMLs07wKLyTNI8wdLLqyvScql4bKUeTs { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.375rem;left:57.875rem;height:5.2rem;display:block; }
#oUwxs0RTDJoXuLgCuu0Up1Fut9Wa2N1b { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:16.875rem;top:16.75rem;left:19.6875rem;overflow:hidden;display:block; }
#nkOKQmFg0aUvTF8np5Ws46TUfMuqzFHd { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:16.875rem;top:16.75rem;left:38.4375rem;overflow:hidden;display:block; }
#lkm9P1TJaluHEppmZzDRdTqdT7chi8ei { 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:13.6875rem;width:16.875rem;top:16.75rem;left:57.1875rem;overflow:hidden;display:block; }
#wa3LJppsRqwv7XBIcKbTXD51hcIF4rHt { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.0625rem;left:57.5rem;display:block; }
#DsNSaJdk8ny4kHyRLaVlQn4IavPn7kRg { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2rem;left:57.625rem; }
#J0z3Ic3JE5WyWyMyO7nXuMW604d5X1Ws { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2rem;left:38.875rem; }
#f05IHgr57yIMhsmp1qk3278PxE6ffDFb { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2rem;left:20.125rem; }
#CyFD3xQwzCsmgRFkFCP28nHn7V6UIJR5 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2rem;left:1.375rem; }
#SECLF9pQuSQCmu9KhN7mtluwBtqAwBfB { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.6875rem;left:67.9375rem;display:block; }
#LawKFUkIiq4gf17o7Nc6LFVubrqJOSyI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a98RdFCh2kgM42mTpfP0yLKVB9QyreZs { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:12.6875rem;left:49.1875rem;display:block; }
#tMqud157i0JuEHtTLkkQ7otsy4kOt7te { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvXN0ham9ffMlyLoJVV6A82KIx0HxPSc { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.0625rem;left:30.4375rem;display:block; }
#IC0lUq3Sk4dvT9JnoIQwMoTPApL65c5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e2JERT2n8OU7MrK6JCRJab31Un9LQScP { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.0625rem;left:11.6875rem;display:block; }
#iRsnxalCiX0wIr41Aavk5Rpe2KOQ1RvH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oc04FEwH3L5BHTmuG7Om8TZASuwkE2H9 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.375rem;left:58.3125rem;height:1.13720625rem;display:block; }
#PFzPBwzMcqc4RHz48B0aFPgnydqiiKkx { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.375rem;left:39.5625rem;height:1.13720625rem;display:block; }
#tm5MnuxacTygo7KcCnwLEfZu4ZFpy9us { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:20.8125rem;height:1.13720625rem;display:block; }
#n1A0bxiiuSTE39CpCi97iTRBWW8S5Elx { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:2.0625rem;height:1.13720625rem;display:block; }
#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f3eb;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; }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row .container { background-color: transparent; background-image: none; }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row .container > .video-iframe-container { display: none; }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row > .video-iframe-container { display: none; }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .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); }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row .container { border-width: 0; border-radius: 0; }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#OTfap4x2n3KZHuRVtVqiuFASMl20WZWv { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:30.4375rem;left:38.75rem;display:block; }
#SoUaTGZ1qI065e5H21nbAOErfS2UySKI { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.71875rem;left:41.593746185302rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#pzFTgM54QMm4vfT2igg1pC4FtOwXpXbP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.193748474121rem;left:40.624996185302rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#k1HFwlQxTwTLrEK3tEDPd01KqEKZCJpW { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:16.875rem;top:16.75rem;left:19.84375rem;overflow:hidden;display:block; }
#ShRLqf0zAgya7NBVsyh4PTAP9uD8yhPD { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.73681640625rem;left:20.8125rem;height:1.13720625rem;display:block; }
#g2V3PDC8LhNCIB8aJAoTkXvd5JK7Fph4 { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:13.0625rem;left:30.4375rem;display:block; }
#X3eSQTRsWuQssJwTDwIlSRMPUBUnyUT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N0G5TMEG63tPzJFZDa1zuHKlddL2ePTG { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.375rem;left:19.625rem;height:6.5rem;display:block; }
#IzDS7KCQSGxdhzPchRsB1hq314GSBgTh { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:19.84375rem;height:1.4624rem;font-style:normal;display:block; }
#QkSSgXSoa702WQ5U99EKvk1IVE1bncL7 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:21.25rem;height:1.13720625rem;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; }
#u8ATweIEN18CqnlkiQ2cKbH31T1pIKyL { color:rgba(var(--color-tertiary-4),0.8);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:33.125rem;height:1.13720625rem;display:block; }
#bQQLFJEDUxqfVdpvm42TBi26dMLIltT5 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2rem;left:20.125rem; }
#TeTe0E1BgMy7V7xXw33S28RNXGlqT4oU { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.0625rem;left:20.21875rem;display:block; }
#kuKJDT0uTxAcXwDWNBrOhXRE54XFKUvX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:16.875rem;top:16.75rem;left:0.9375rem;overflow:hidden;display:block; }
#wkGT8VhmDbUq7MZspImN36OOM197bf9n { color:rgba(var(--color-tertiary-4),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.375rem;left:2.0625rem;height:1.13720625rem;display:block; }
#BFfSbb45l1PT6VN8C7C9923cRuNqkqvP { background-color:rgba(var(--color-primary-2),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.0625rem;left:11.6875rem;display:block; }
#iMn4DV9nxO2Kn5hRevuSXO5r6KmV1Ns9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#baZNycx5paQKkcorvObTS9lR5kHiLCw8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.375rem;left:2.125rem;height:6.5rem;display:block; }
#NZLTyDHmkAiKrrAca2u5WMlBI4s6gyGH { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:2.125rem;height:1.4624rem;font-style:normal;display:block; }
#emnWT8MUTGxSae79rpP3Rh7es6QiF6S4 { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.0625rem;left:1.25rem;display:block; }
#idhoxKulzUkTZzdTa5gUi5r0zISRzRTo { color:rgba(var(--color-tertiary-4),0.8);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:12.4375rem;height:1.13720625rem;display:block; }
#D0OTB48GqLRMDw0EyFDJwoVEkLCi93oS { color:rgba(var(--color-tertiary-4),0.8);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.5rem;height:1.13720625rem;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; }
#fZyCdUMROoWgACO42LGhnUqtrwV9sLXX { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2rem;left:1.375rem; }
#D7fR2BQFTB5rAJh45owsVOgIau5POw2q { box-sizing:content-box;height:0.0625rem;width:16.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:3.0625rem;left:38.75rem;display:block; }
#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row .container { background-color: transparent; background-image: none; }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row .container > .video-iframe-container { display: none; }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row > .video-iframe-container { display: none; }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .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); }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row .container { border-width: 0; border-radius: 0; }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#OMwQS0bR4RIfZODxWOBK0TWf4Xsqp09v { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.943359375rem;left:31.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdSZzNTF9oDLGe04g9uLkiX4cJZiJUAh { top:1.5625rem;left:5.28125rem;width:36.3125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp { display:block; }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbGb3hITTNwaqFRep3NtBWKS7HnRc2kQ { top:3.1875rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAebsO80lT4E2uoDcElczrW97RPu7uR { top:6.25rem;left:0rem;width:35.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq98JrxFVrUBCwW0DTly9F8AoNcBmQV { top:8.4375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h { display:block; }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exKI2kGCaNq97MVqu66UrKk4aEGDloOZ { top:0.9375rem;left:0rem;width:44.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJrGKHOhWnznCgV3svo71nwZrOh5PGTT { display:block; }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOqXTNDZwgnLeqXITeTGv9iaHzn3UnAb { top:1.9375rem;left:0rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQubDwfV5wRQv5Lt9yPMQtVlnrQ2VXdF { top:1.9375rem;left:6.6875rem;width:5.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhIoaK03gdFyaFyFoT4W6AcgOLgu083G { top:3.0625rem;left:0rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0pfrISl1AzOsywIdU0zeRJIBsWS1IWk { top:4.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti1J5Ub8JBWuRCchrOsxTFGlJwcibAlP { top:6.375rem;left:0rem;width:17rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPnPQI3EAT6uZ7f70a4VTmyn4TnR994D { top:17.5625rem;left:0rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khgeBtg1hTWZO0f6H3sxpJn1kxdlvluM { top:1.9375rem;left:11.9375rem;width:7.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPeKh3FvwV6ZB3oTzDgKXBvpVkwqXJ9D { top:1.9375rem;left:18.4375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKMw7V22esB2Af9LWbKBu9HIAuULR2bB { top:4.1875rem;left:11.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hytLQXxtkPsLOCOkkl5X8g7XnG3dEefz { top:6.375rem;left:7.6875rem;width:16.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1FK9H0ChXTsDrlzpgJJ02L0XrFbd5z7 { top:17.5625rem;left:7rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6sto3BVFeQPKrDAatJVb2NpWf4UsBbQ { top:17.5625rem;left:18.9375rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8wXGsIyGa74PZqpMOimBm8Xr97szqJV { top:1.9375rem;left:23.875rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3f9soqkGAeudDeEKVoHRQZiDpWroBMf { top:1.9375rem;left:31.9375rem;width:3.875rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQTi6Ub8JxRKw9Bbt1Jv10cL8RvKzLFP { top:3.0625rem;left:19.5625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgLrrlvF4lxs9VCTV15EvecxONoH819T { top:4.1875rem;left:23.3125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAVPvShF09CJSnUsvoATWpgL60ik2FWp { top:6.375rem;left:19rem;width:15.125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCwDmmKzgEuaqQxSryfDITqTg8rivHMw { top:3.0625rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmX9w7GHBiUXCWWLHuFF9ZnxH9TRzLV6 { top:3.0625rem;left:7.625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shrffqOXUMXI0nc4ea6b5UWZmVBftP4K { top:1.9375rem;left:35.8125rem;width:6.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZTQmd44oq4ixoCdGgrNnIcspWUUp7ky { top:1.9375rem;left:44.25rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQbrdcfCCDOHxbPW5SyvUeEL6rU1n5cv { top:4.1875rem;left:32.5625rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Vhtp5xbNit23CTOc1ZdToh3BcveFWI { top:6.375rem;left:32rem;width:15.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhCT1bVV2iKqlrWq03bETblDgPbHTUDg { top:17.5625rem;left:30.875rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL8Z1oTHUVU4dpg3NbBpZOaq5MHRWDkQ { width:5.5625rem;height:1.9375rem;top:13.625rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuhLAXWKFLtTscJmTGaMIqwQtOmBymSR { display:block; }
 }@media only screen and (max-width: 763px) { #NOz08UT7MPfHHG2UVnBtdJG90oWfk2aA { width:5.5625rem;height:1.9375rem;top:13.625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi9vDg1PrKXsnrrQXoNhltSI9vAxUwTg { display:block; }
 }@media only screen and (max-width: 763px) { #CQNOecA90rlHWZUgtREQhEbkkZmZo4JQ { width:5.5625rem;height:1.9375rem;top:13.625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTLIJRWl3TTOrVDCXJyUDGdTEg00Pb4 { display:block; }
 }@media only screen and (max-width: 763px) { #MpXXZa4XSWJ9nlHDOkf9hoiLFJS9RiV7 { width:5.5625rem;height:1.9375rem;top:13.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6MrcK2UoxNTmzTCiMpOuN9nIE9AOBZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #p2ZidQpZQbzzwUcqZetErzVCT7sXDHrO { top:14rem;left:35.8125rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUo9bG1TJgpyqKdg7ALrp95TTNvbcpbm { top:14rem;left:23.875rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDghkkLTtiFfEOEt4NJ2xAMfkR9dDGyR { top:14rem;left:11.9375rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogDXo30VIHrb0akS73MguUQ7eCTAIxPX { top:14rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF { display:block; }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPHovoq5tLUepzu05W2NG92TaRJN6O75 { top:4.1875rem;left:0rem;width:15.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ8dH4HGVtX4LOH12Jgee7fXQIAvQTaE { top:6.375rem;left:0rem;width:15.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqbgXlfwbCCfQoW02Nuzp7POkfWKcrtA { top:13.375rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMFBJvZP1cl2GozGTBxHvgsQTnbEzkZa { width:5.5625rem;height:1.9375rem;top:13.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pePDWMm1drF0pJfHE0o09H3nvDAITQ { display:block; }
 }@media only screen and (max-width: 763px) { #bkFy6MNPxNK3p6pklaaw5rVWi2gsVN0y { top:16.75rem;left:0rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6e2JDWpDQ0MegQMQTf50Wd12ODH5B0l { top:1.9375rem;left:0rem;width:8.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC4tM5VDZk6xAb2Gp7KPa1koTMOXrJCF { top:1.9375rem;left:7.9375rem;width:4rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAMfPsOoxDVaUa6Pn6TWRpRIyVwefzSE { top:3.0625rem;left:0rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE4Nn2IZegf3N9GVqTUtVrgJeMU1w3ac { top:3.125rem;left:19.5625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9EzptNBmWpAz5e5wNQsmIv6uq0NTb6 { top:30.4375rem;left:19.5625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvsmBUc6xSF485J64T1fv4iswmV2QSc { top:1.9375rem;left:11.9375rem;width:6.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDgMBqhzlAEhgCZ2B5VpUdX5kVWSEOlH { top:2rem;left:16.0625rem;width:7.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLVnWqWAx7u2FbQK0SLlEX7tIS4oCQHa { top:16.75rem;left:7rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKzFi2oHEzny7leeTFwsouToWBwl0trs { top:13.375rem;left:11.9375rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNyN9EG8Tb2ww12pKU6FRWyCwM7TRTRg { width:5.5625rem;height:1.9375rem;top:13.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVuO2TdW4a4fzhi01aaT39aXx5WM56KI { display:block; }
 }@media only screen and (max-width: 763px) { #wih8TAgeg40UTEAZMcac1NHSytF75Mdc { top:6.375rem;left:6.875rem;width:17rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5UAvPcCr7bd0sJk24kMtwAeUMLXqI8C { top:4.1875rem;left:11.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0TLBe0NUi2algzgdZyEzKAeabH1SmO1 { top:16.6875rem;left:22.5rem;width:13.3125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlJXLeFy4Oe9cdLd5ZNXPZOqaW5xLHG2 { top:12.5rem;left:24.718746185302rem;width:6.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzU9lz4nO1lRx92whNuJ15O1IRg37T8h { top:3.125rem;left:7.625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT { display:block; }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHTmsSwsfCy7zTLyekuryTUBkWwBAupq { top:3.4375rem;left:0rem;width:45rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUc4yX0i8Im6vUJDKCheHftkNFMEp5q9 { top:3.5625rem;left:31.8125rem;width:1.25rem;height:1.25rem;display:block; }
#yUc4yX0i8Im6vUJDKCheHftkNFMEp5q9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #skRerZdhTHnbBgLheiWcrG8fdfKm8kRU { top:3.4375rem;left:27.4375rem;width:20.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t { display:block; }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgXP0n5ng1HQOmuF7lhrkKcR8XF64gWR { top:1.9375rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzD078BIVsBaTnhDhHBKaE1nHTkA7pHL { top:1.9375rem;left:4.9375rem;width:7rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmoHqADZRoU7ZfDdx6Mc71geyhmd61k0 { top:3.0625rem;left:0rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceQRT6P5zmL9BwzFuXcH1WaIB3773t2N { top:4.1875rem;left:0rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWNFgMntvbmQx6Jq0TnAFKAkS6B6z4os { top:6.375rem;left:0rem;width:17rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3MZuVUHRXgugVdcqWHL14z35h8TffUH { top:16.75rem;left:0rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw2O6gtazsKKpK9LvpqTtKyLNuCRPT1F { top:1.9375rem;left:11.9375rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6fVosxMPs9IlTyGOMvlikG1lSH12Cmd { top:1.9375rem;left:17.3125rem;width:6.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg6LpXJXWOS3AkowXuLDKwSWCUGf7Rks { top:3.0625rem;left:7.625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf18ztWx2Z9FrmlM4U2QARO2GhfyszNw { top:1.9375rem;left:23.875rem;width:7.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNWTMotGpyZun2EhBLhvGNTMnK4pMoGh { top:1.9375rem;left:31.5625rem;width:4.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPv4AUwZvkPtNi8WalQ3NPWDUBXmJm5z { top:3.0625rem;left:19.5625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phtMIpqfPudoSwReGsNGhuOicnQdnSFC { top:1.9375rem;left:35.8125rem;width:7.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylDkfvkygNsmw7PPJNGHxoXqJ5FJFfW4 { top:1.9375rem;left:44.4375rem;width:3.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVWX7y127htWSxxPG1wf8HBmwTLTJNxO { top:4.1875rem;left:7.3125rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSbfFi6oVdsKb17U4ShhEkEM0kDmNXM { top:4.1875rem;left:19.25rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBX2TfFz47atO6J7GnlVXf33BFS2ux1q { top:4.1875rem;left:31.1875rem;width:16.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MklLIqrTUqqHSfXNcRl7T19vgwNToHfI { top:6.375rem;left:7.3125rem;width:16.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ii6pa3teNndXtglwFsuGxsieRz5dlRo4 { top:6.375rem;left:18.8125rem;width:17rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMLs07wKLyTNI8wdLLqyvScql4bKUeTs { top:6.375rem;left:30.75rem;width:17rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUwxs0RTDJoXuLgCuu0Up1Fut9Wa2N1b { top:16.75rem;left:7rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkOKQmFg0aUvTF8np5Ws46TUfMuqzFHd { top:16.75rem;left:18.9375rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkm9P1TJaluHEppmZzDRdTqdT7chi8ei { top:16.75rem;left:30.875rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa3LJppsRqwv7XBIcKbTXD51hcIF4rHt { top:3.0625rem;left:31.5rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsNSaJdk8ny4kHyRLaVlQn4IavPn7kRg { top:2rem;left:35.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0z3Ic3JE5WyWyMyO7nXuMW604d5X1Ws { top:2rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f05IHgr57yIMhsmp1qk3278PxE6ffDFb { top:2rem;left:11.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyFD3xQwzCsmgRFkFCP28nHn7V6UIJR5 { top:2rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SECLF9pQuSQCmu9KhN7mtluwBtqAwBfB { width:5.5625rem;height:1.9375rem;top:12.6875rem;left:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LawKFUkIiq4gf17o7Nc6LFVubrqJOSyI { display:block; }
 }@media only screen and (max-width: 763px) { #a98RdFCh2kgM42mTpfP0yLKVB9QyreZs { width:5.5625rem;height:1.9375rem;top:12.6875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMqud157i0JuEHtTLkkQ7otsy4kOt7te { display:block; }
 }@media only screen and (max-width: 763px) { #PvXN0ham9ffMlyLoJVV6A82KIx0HxPSc { width:5.5625rem;height:1.9375rem;top:13.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0lUq3Sk4dvT9JnoIQwMoTPApL65c5V { display:block; }
 }@media only screen and (max-width: 763px) { #e2JERT2n8OU7MrK6JCRJab31Un9LQScP { width:5.5625rem;height:1.9375rem;top:13.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRsnxalCiX0wIr41Aavk5Rpe2KOQ1RvH { display:block; }
 }@media only screen and (max-width: 763px) { #Oc04FEwH3L5BHTmuG7Om8TZASuwkE2H9 { top:13.375rem;left:35.8125rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFzPBwzMcqc4RHz48B0aFPgnydqiiKkx { top:13.375rem;left:23.875rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5MnuxacTygo7KcCnwLEfZu4ZFpy9us { top:13.375rem;left:11.9375rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1A0bxiiuSTE39CpCi97iTRBWW8S5Elx { top:13.375rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBft42GfO82BZb9gvDmWS1r10lXbTJi3 { display:block; }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTfap4x2n3KZHuRVtVqiuFASMl20WZWv { top:30.4375rem;left:19.5625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoUaTGZ1qI065e5H21nbAOErfS2UySKI { top:16.6875rem;left:24.562496185302rem;width:10.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzFTgM54QMm4vfT2igg1pC4FtOwXpXbP { top:11.1875rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1HFwlQxTwTLrEK3tEDPd01KqEKZCJpW { top:16.75rem;left:7rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRLqf0zAgya7NBVsyh4PTAP9uD8yhPD { top:13.75rem;left:11.9375rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2V3PDC8LhNCIB8aJAoTkXvd5JK7Fph4 { width:5.5625rem;height:1.9375rem;top:13.0625rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3eSQTRsWuQssJwTDwIlSRMPUBUnyUT4 { display:block; }
 }@media only screen and (max-width: 763px) { #N0G5TMEG63tPzJFZDa1zuHKlddL2ePTG { top:6.375rem;left:6.875rem;width:17rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzDS7KCQSGxdhzPchRsB1hq314GSBgTh { top:4.1875rem;left:11.875rem;width:12rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkSSgXSoa702WQ5U99EKvk1IVE1bncL7 { top:1.9375rem;left:11.9375rem;width:7.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ATweIEN18CqnlkiQ2cKbH31T1pIKyL { top:1.9375rem;left:20.375rem;width:3.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQQLFJEDUxqfVdpvm42TBi26dMLIltT5 { top:2rem;left:11.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTe0E1BgMy7V7xXw33S28RNXGlqT4oU { top:3.0625rem;left:7.625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuKJDT0uTxAcXwDWNBrOhXRE54XFKUvX { top:16.75rem;left:0rem;width:16.875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkGT8VhmDbUq7MZspImN36OOM197bf9n { top:13.375rem;left:0rem;width:5.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFfSbb45l1PT6VN8C7C9923cRuNqkqvP { width:5.5625rem;height:1.9375rem;top:13.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMn4DV9nxO2Kn5hRevuSXO5r6KmV1Ns9 { display:block; }
 }@media only screen and (max-width: 763px) { #baZNycx5paQKkcorvObTS9lR5kHiLCw8 { top:6.375rem;left:0rem;width:15.875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZLTyDHmkAiKrrAca2u5WMlBI4s6gyGH { top:4.1875rem;left:0rem;width:7.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emnWT8MUTGxSae79rpP3Rh7es6QiF6S4 { top:3.0625rem;left:0rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idhoxKulzUkTZzdTa5gUi5r0zISRzRTo { top:1.9375rem;left:7.0625rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0OTB48GqLRMDw0EyFDJwoVEkLCi93oS { top:1.9375rem;left:0rem;width:6.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZyCdUMROoWgACO42LGhnUqtrwV9sLXX { top:2rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7fR2BQFTB5rAJh45owsVOgIau5POw2q { top:3.0625rem;left:19.5625rem;width:16.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey { display:block; }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMwQS0bR4RIfZODxWOBK0TWf4Xsqp09v { top:1.9375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vdSZzNTF9oDLGe04g9uLkiX4cJZiJUAh { width:18.9375rem;height:2.6875rem;top:1.3125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp { display:block; }#mVuhnUzkXaCBJQGZrJ7R1WakOHIDTzbp > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DbGb3hITTNwaqFRep3NtBWKS7HnRc2kQ { width:7.875rem;height:1.94970625rem;top:1.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsAebsO80lT4E2uoDcElczrW97RPu7uR { width:17.8125rem;height:2.5996125rem;top:5.0859375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvq98JrxFVrUBCwW0DTly9F8AoNcBmQV { width:20rem;height:0.125rem;top:8.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h { display:block; }#VwR3ntfCfKpz6mCwldLvis1qc9A6MT3h > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exKI2kGCaNq97MVqu66UrKk4aEGDloOZ { width:18.6875rem;height:2.5996125rem;top:1.25rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VJrGKHOhWnznCgV3svo71nwZrOh5PGTT { display:block; }#VJrGKHOhWnznCgV3svo71nwZrOh5PGTT > .row .container { width:20rem;height:126.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOqXTNDZwgnLeqXITeTGv9iaHzn3UnAb { width:6.5rem;height:1.13720625rem;top:0.11328125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQubDwfV5wRQv5Lt9yPMQtVlnrQ2VXdF { width:6.5rem;height:1.13720625rem;top:0.125rem;left:11.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhIoaK03gdFyaFyFoT4W6AcgOLgu083G { width:16.25rem;height:0.0625rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0pfrISl1AzOsywIdU0zeRJIBsWS1IWk { width:5.0625rem;height:1.4624rem;top:1.98828125rem;left:2.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ti1J5Ub8JBWuRCchrOsxTFGlJwcibAlP { width:15.625rem;height:5.2rem;top:5.38671875rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gPnPQI3EAT6uZ7f70a4VTmyn4TnR994D { width:17.1875rem;height:13.9375rem;top:15.3857421875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khgeBtg1hTWZO0f6H3sxpJn1kxdlvluM { width:6.75rem;height:1.13720625rem;top:32.875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPeKh3FvwV6ZB3oTzDgKXBvpVkwqXJ9D { width:6.3125rem;height:1.13720625rem;top:32.875rem;left:11.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKMw7V22esB2Af9LWbKBu9HIAuULR2bB { width:12.5rem;height:1.4624rem;top:34.75rem;left:2.46875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hytLQXxtkPsLOCOkkl5X8g7XnG3dEefz { width:15.0625rem;height:3.9rem;top:38.0625rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f1FK9H0ChXTsDrlzpgJJ02L0XrFbd5z7 { width:17.1875rem;height:13.9375rem;top:47rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6sto3BVFeQPKrDAatJVb2NpWf4UsBbQ { width:17.1875rem;height:13.9375rem;top:80.625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8wXGsIyGa74PZqpMOimBm8Xr97szqJV { width:6.625rem;height:1.13720625rem;top:64.375rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3f9soqkGAeudDeEKVoHRQZiDpWroBMf { width:4.25rem;height:1.13720625rem;top:64.375rem;left:13.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQTi6Ub8JxRKw9Bbt1Jv10cL8RvKzLFP { width:16.25rem;height:0.0625rem;top:65.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgLrrlvF4lxs9VCTV15EvecxONoH819T { width:5.4375rem;height:1.4624rem;top:66.1875rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qAVPvShF09CJSnUsvoATWpgL60ik2FWp { width:16.8125rem;height:6.5rem;top:69.5625rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yCwDmmKzgEuaqQxSryfDITqTg8rivHMw { width:16.25rem;height:0.0625rem;top:98.19921875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmX9w7GHBiUXCWWLHuFF9ZnxH9TRzLV6 { width:16.25rem;height:0.0625rem;top:33.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shrffqOXUMXI0nc4ea6b5UWZmVBftP4K { width:6.75rem;height:1.13720625rem;top:97.0625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZTQmd44oq4ixoCdGgrNnIcspWUUp7ky { width:4rem;height:1.13720625rem;top:97.0625rem;left:13.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQbrdcfCCDOHxbPW5SyvUeEL6rU1n5cv { width:14rem;height:1.4624rem;top:99.125rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O6Vhtp5xbNit23CTOc1ZdToh3BcveFWI { width:16.8125rem;height:5.2rem;top:102.5rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GhCT1bVV2iKqlrWq03bETblDgPbHTUDg { width:17.1875rem;height:13.9375rem;top:112.75rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL8Z1oTHUVU4dpg3NbBpZOaq5MHRWDkQ { width:5.5625rem;height:1.9375rem;top:108.5625rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuhLAXWKFLtTscJmTGaMIqwQtOmBymSR { display:block; }
 }@media only screen and (max-width: 763px) { #NOz08UT7MPfHHG2UVnBtdJG90oWfk2aA { width:5.5625rem;height:1.9375rem;top:76.5625rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi9vDg1PrKXsnrrQXoNhltSI9vAxUwTg { display:block; }
 }@media only screen and (max-width: 763px) { #CQNOecA90rlHWZUgtREQhEbkkZmZo4JQ { width:5.5625rem;height:1.9375rem;top:42.8125rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTLIJRWl3TTOrVDCXJyUDGdTEg00Pb4 { display:block; }
 }@media only screen and (max-width: 763px) { #MpXXZa4XSWJ9nlHDOkf9hoiLFJS9RiV7 { width:5.5625rem;height:1.9375rem;top:11.3291015625rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6MrcK2UoxNTmzTCiMpOuN9nIE9AOBZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #p2ZidQpZQbzzwUcqZetErzVCT7sXDHrO { width:5.6875rem;height:1.29980625rem;top:108.875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUo9bG1TJgpyqKdg7ALrp95TTNvbcpbm { width:5.6875rem;height:1.29980625rem;top:76.8125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDghkkLTtiFfEOEt4NJ2xAMfkR9dDGyR { width:5.6875rem;height:1.29980625rem;top:43.125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogDXo30VIHrb0akS73MguUQ7eCTAIxPX { width:5.6875rem;height:1.29980625rem;top:11.6484375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF { display:block; }#wRoFcrF0uK0A6WHDpDT38oZGTM8TOPtF > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPHovoq5tLUepzu05W2NG92TaRJN6O75 { width:15.4375rem;height:1.4624rem;top:3.75rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJ8dH4HGVtX4LOH12Jgee7fXQIAvQTaE { width:16.4375rem;height:5.2rem;top:6.75rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqbgXlfwbCCfQoW02Nuzp7POkfWKcrtA { width:5.6875rem;height:1.29980625rem;top:12.9375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eMFBJvZP1cl2GozGTBxHvgsQTnbEzkZa { width:5.5625rem;height:1.9375rem;top:12.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4pePDWMm1drF0pJfHE0o09H3nvDAITQ { display:block; }
 }@media only screen and (max-width: 763px) { #bkFy6MNPxNK3p6pklaaw5rVWi2gsVN0y { width:17.1875rem;height:13.9375rem;top:16.5625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6e2JDWpDQ0MegQMQTf50Wd12ODH5B0l { width:6.75rem;height:1.13720625rem;top:1.5rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC4tM5VDZk6xAb2Gp7KPa1koTMOXrJCF { width:4.4375rem;height:1.13720625rem;top:1.5rem;left:14.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAMfPsOoxDVaUa6Pn6TWRpRIyVwefzSE { width:16.25rem;height:0.0625rem;top:2.5849609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE4Nn2IZegf3N9GVqTUtVrgJeMU1w3ac { width:16.25rem;height:0.0625rem;top:65.625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw9EzptNBmWpAz5e5wNQsmIv6uq0NTb6 { width:16.25rem;height:0.0625rem;top:83rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvsmBUc6xSF485J64T1fv4iswmV2QSc { width:6.6875rem;height:1.13720625rem;top:33.25rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDgMBqhzlAEhgCZ2B5VpUdX5kVWSEOlH { width:7.6875rem;height:1.13720625rem;top:33.25rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLVnWqWAx7u2FbQK0SLlEX7tIS4oCQHa { width:17.1875rem;height:13.9375rem;top:47.375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKzFi2oHEzny7leeTFwsouToWBwl0trs { width:5.6875rem;height:1.29980625rem;top:43.6875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNyN9EG8Tb2ww12pKU6FRWyCwM7TRTRg { width:5.5625rem;height:1.9375rem;top:43.25rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVuO2TdW4a4fzhi01aaT39aXx5WM56KI { display:block; }
 }@media only screen and (max-width: 763px) { #wih8TAgeg40UTEAZMcac1NHSytF75Mdc { width:17rem;height:3.9rem;top:38.6875rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c5UAvPcCr7bd0sJk24kMtwAeUMLXqI8C { width:14.6875rem;height:1.4624rem;top:35.375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q0TLBe0NUi2algzgdZyEzKAeabH1SmO1 { width:12.5rem;height:6.5rem;top:72.8125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlJXLeFy4Oe9cdLd5ZNXPZOqaW5xLHG2 { width:10.9375rem;height:2.6rem;top:69.0625rem;left:4.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzU9lz4nO1lRx92whNuJ15O1IRg37T8h { width:16.25rem;height:0.0625rem;top:34.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT { display:block; }#FOsya6wZkxA3Zvq9HGgtt1aVNInpErrT > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHTmsSwsfCy7zTLyekuryTUBkWwBAupq { width:20rem;height:4.875rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUc4yX0i8Im6vUJDKCheHftkNFMEp5q9 { display:flex;width:1.25rem;height:1.25rem;top:4.8125rem;left:18.1875rem; }
#yUc4yX0i8Im6vUJDKCheHftkNFMEp5q9 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #skRerZdhTHnbBgLheiWcrG8fdfKm8kRU { width:12.5rem;height:1.29980625rem;top:7.1240234375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t { display:block; }#zZwvhHOCXsBBXRiHa8ZgO7aMXMLLTk0t > .row .container { width:20rem;height:132.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgXP0n5ng1HQOmuF7lhrkKcR8XF64gWR { width:6.6875rem;height:1.13720625rem;top:3.63671875rem;left:2.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzD078BIVsBaTnhDhHBKaE1nHTkA7pHL { width:6.3125rem;height:1.13720625rem;top:3.63671875rem;left:12.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmoHqADZRoU7ZfDdx6Mc71geyhmd61k0 { width:16.25rem;height:0.0625rem;top:4.7734375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceQRT6P5zmL9BwzFuXcH1WaIB3773t2N { width:16.5625rem;height:1.4624rem;top:5.9375rem;left:2.71875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lWNFgMntvbmQx6Jq0TnAFKAkS6B6z4os { width:17rem;height:3.9rem;top:9.375rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X3MZuVUHRXgugVdcqWHL14z35h8TffUH { width:17.1875rem;height:13.9375rem;top:18.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw2O6gtazsKKpK9LvpqTtKyLNuCRPT1F { width:6.375rem;height:1.13720625rem;top:34.75rem;left:3.1875rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #K6fVosxMPs9IlTyGOMvlikG1lSH12Cmd { width:6.1875rem;height:1.13720625rem;top:34.75rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg6LpXJXWOS3AkowXuLDKwSWCUGf7Rks { width:16.25rem;height:0.0625rem;top:35.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf18ztWx2Z9FrmlM4U2QARO2GhfyszNw { width:6.5625rem;height:1.13720625rem;top:68rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNWTMotGpyZun2EhBLhvGNTMnK4pMoGh { width:4.0625rem;height:1.13720625rem;top:68rem;left:13.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPv4AUwZvkPtNi8WalQ3NPWDUBXmJm5z { width:16.25rem;height:0.0625rem;top:69.0625rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phtMIpqfPudoSwReGsNGhuOicnQdnSFC { width:5.9375rem;height:1.13720625rem;top:101.3125rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylDkfvkygNsmw7PPJNGHxoXqJ5FJFfW4 { width:3.625rem;height:1.13720625rem;top:101.3125rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVWX7y127htWSxxPG1wf8HBmwTLTJNxO { width:16.5625rem;height:1.4624rem;top:37.0625rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTSbfFi6oVdsKb17U4ShhEkEM0kDmNXM { width:16.5625rem;height:1.4624rem;top:70.25rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PBX2TfFz47atO6J7GnlVXf33BFS2ux1q { width:16.5625rem;height:1.4624rem;top:103.5625rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MklLIqrTUqqHSfXNcRl7T19vgwNToHfI { width:17rem;height:5.2rem;top:40.4375rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ii6pa3teNndXtglwFsuGxsieRz5dlRo4 { width:17rem;height:5.2rem;top:73.625rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cMLs07wKLyTNI8wdLLqyvScql4bKUeTs { width:17rem;height:5.2rem;top:106.9375rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oUwxs0RTDJoXuLgCuu0Up1Fut9Wa2N1b { width:17.1875rem;height:13.9375rem;top:51.5625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkOKQmFg0aUvTF8np5Ws46TUfMuqzFHd { width:17.1875rem;height:13.9375rem;top:85rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkm9P1TJaluHEppmZzDRdTqdT7chi8ei { width:17.1875rem;height:13.9375rem;top:118.125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa3LJppsRqwv7XBIcKbTXD51hcIF4rHt { width:16.25rem;height:0.0625rem;top:102.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsNSaJdk8ny4kHyRLaVlQn4IavPn7kRg { display:flex;width:0.9375rem;height:0.9375rem;top:101.3125rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #J0z3Ic3JE5WyWyMyO7nXuMW604d5X1Ws { display:flex;width:0.9375rem;height:0.9375rem;top:68rem;left:1.84375rem; }
 }@media only screen and (max-width: 763px) { #f05IHgr57yIMhsmp1qk3278PxE6ffDFb { display:flex;width:0.9375rem;height:0.9375rem;top:34.75rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #CyFD3xQwzCsmgRFkFCP28nHn7V6UIJR5 { display:flex;width:0.9375rem;height:0.9375rem;top:3.736328125rem;left:1.84375rem; }
 }@media only screen and (max-width: 763px) { #SECLF9pQuSQCmu9KhN7mtluwBtqAwBfB { width:5.5625rem;height:1.9375rem;top:113.875rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LawKFUkIiq4gf17o7Nc6LFVubrqJOSyI { display:block; }
 }@media only screen and (max-width: 763px) { #a98RdFCh2kgM42mTpfP0yLKVB9QyreZs { width:5.5625rem;height:1.9375rem;top:80.6875rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMqud157i0JuEHtTLkkQ7otsy4kOt7te { display:block; }
 }@media only screen and (max-width: 763px) { #PvXN0ham9ffMlyLoJVV6A82KIx0HxPSc { width:5.5625rem;height:1.9375rem;top:47.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0lUq3Sk4dvT9JnoIQwMoTPApL65c5V { display:block; }
 }@media only screen and (max-width: 763px) { #e2JERT2n8OU7MrK6JCRJab31Un9LQScP { width:5.5625rem;height:1.9375rem;top:14.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRsnxalCiX0wIr41Aavk5Rpe2KOQ1RvH { display:block; }
 }@media only screen and (max-width: 763px) { #Oc04FEwH3L5BHTmuG7Om8TZASuwkE2H9 { width:5.6875rem;height:1.29980625rem;top:114.25rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFzPBwzMcqc4RHz48B0aFPgnydqiiKkx { width:5.6875rem;height:1.29980625rem;top:81.0625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tm5MnuxacTygo7KcCnwLEfZu4ZFpy9us { width:5.6875rem;height:1.29980625rem;top:47.6875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1A0bxiiuSTE39CpCi97iTRBWW8S5Elx { width:5.6875rem;height:1.29980625rem;top:14.5625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBft42GfO82BZb9gvDmWS1r10lXbTJi3 { display:block; }#zBft42GfO82BZb9gvDmWS1r10lXbTJi3 > .row .container { width:20rem;height:100.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTfap4x2n3KZHuRVtVqiuFASMl20WZWv { width:16.25rem;height:0.0625rem;top:95.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoUaTGZ1qI065e5H21nbAOErfS2UySKI { width:10.5625rem;height:6.5rem;top:82.875rem;left:4.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pzFTgM54QMm4vfT2igg1pC4FtOwXpXbP { width:12.5rem;height:2.5996125rem;top:75.5rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1HFwlQxTwTLrEK3tEDPd01KqEKZCJpW { width:17.1875rem;height:13.9375rem;top:52.6875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShRLqf0zAgya7NBVsyh4PTAP9uD8yhPD { width:5.6875rem;height:1.29980625rem;top:49.125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g2V3PDC8LhNCIB8aJAoTkXvd5JK7Fph4 { width:5.5625rem;height:1.6875rem;top:48.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3eSQTRsWuQssJwTDwIlSRMPUBUnyUT4 { display:block; }
 }@media only screen and (max-width: 763px) { #N0G5TMEG63tPzJFZDa1zuHKlddL2ePTG { width:17rem;height:6.5rem;top:40.6875rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IzDS7KCQSGxdhzPchRsB1hq314GSBgTh { width:16.5625rem;height:1.4624rem;top:37.375rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QkSSgXSoa702WQ5U99EKvk1IVE1bncL7 { width:7.5625rem;height:1.13720625rem;top:34rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ATweIEN18CqnlkiQ2cKbH31T1pIKyL { width:3.6875rem;height:1.13720625rem;top:34rem;left:14.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQQLFJEDUxqfVdpvm42TBi26dMLIltT5 { display:flex;width:0.9375rem;height:0.9375rem;top:34rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #TeTe0E1BgMy7V7xXw33S28RNXGlqT4oU { width:16.25rem;height:0.0625rem;top:35.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuKJDT0uTxAcXwDWNBrOhXRE54XFKUvX { width:17.1875rem;height:13.9375rem;top:17.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkGT8VhmDbUq7MZspImN36OOM197bf9n { width:5.6875rem;height:1.29980625rem;top:13.875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFfSbb45l1PT6VN8C7C9923cRuNqkqvP { width:5.5625rem;height:1.9375rem;top:13.5625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMn4DV9nxO2Kn5hRevuSXO5r6KmV1Ns9 { display:block; }
 }@media only screen and (max-width: 763px) { #baZNycx5paQKkcorvObTS9lR5kHiLCw8 { width:17rem;height:5.2rem;top:6.8125rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NZLTyDHmkAiKrrAca2u5WMlBI4s6gyGH { width:16.5625rem;height:1.4624rem;top:3.5703125rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #emnWT8MUTGxSae79rpP3Rh7es6QiF6S4 { width:16.25rem;height:0.0625rem;top:2.58203125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idhoxKulzUkTZzdTa5gUi5r0zISRzRTo { width:5.125rem;height:1.13720625rem;top:1.4453125rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0OTB48GqLRMDw0EyFDJwoVEkLCi93oS { width:6.6875rem;height:1.13720625rem;top:1.4453125rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZyCdUMROoWgACO42LGhnUqtrwV9sLXX { display:flex;width:0.9375rem;height:0.9375rem;top:1.544921875rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #D7fR2BQFTB5rAJh45owsVOgIau5POw2q { width:16.25rem;height:0.0625rem;top:70.6875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey { display:block; }#LRS6P4NqMwJqbXuFJI8dEmcPhhoChQey > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMwQS0bR4RIfZODxWOBK0TWf4Xsqp09v { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }