.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:215,246,250;--color-primary-1:196,253,255;--color-primary-2:55,208,231;--color-primary-3:5,196,225;--color-primary-4:11,42,46;--color-secondary-0:255,252,252;--color-secondary-1:254,246,246;--color-secondary-2:253,236,236;--color-secondary-3:127,118,118;--color-secondary-4:38,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lgDInz5d2C4tlbd4XTP5mrg7sJu07QKk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:56.25rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#aVX0aht58TTdbiEo8tw1wgPlpJo0qA1v { color:rgba(var(--color-tertiary-0),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO { position:relative;display:block; }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO { background-color: transparent; background-image: none; }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO > .row .container > .video-iframe-container { display: none; }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO > .row > .video-iframe-container { display: none; }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO > .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); }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO { border-width: 0; border-radius: 0; }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO > .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; }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aDfDqDeZHBkcWobI6kmIEMoatoJWrAgl { 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:6.6875rem;width:37.5rem;top:1.3125rem;left:18.75rem;overflow:hidden;display:block; }
#kiqJXm0bS9gcXnMLT5p4bclrteaFI1VJ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #24adbf;border-left:0;border-right:0;border-bottom:0.0625rem solid #24adbf;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:75rem;top:9.3125rem;left:0rem;display:block; }
#cPQQzeo9as1E2JNDWpzhspL5gRZl57IG { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:9.9375rem;left:8.9375rem;display:block; }
#uP01oCd0tGi7d89kDHqP7c3bFdzeeCwt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTrHN8Qod9porkyIncZbCfPu4LBT51lV { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:9.9375rem;left:28.75rem;display:block; }
#EmwP9XWPeNpLeGImyAJQBeoBagVo499M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yucVzTT5WmbDFIGNn2MEtPQteV8MzGT0 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:9.9375rem;left:48.5625rem;display:block; }
#ekicxmgOiwtXMoZM6BCTTITROr5EUf0B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU { position:relative;display:block; }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU { background-color: transparent; background-image: none; }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU > .row .container > .video-iframe-container { display: none; }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU > .row > .video-iframe-container { display: none; }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU > .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); }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU { border-width: 0; border-radius: 0; }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU > .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; }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU > .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:28.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TcDp1MuvZLcJboXDwPTAbnEy8OTV3K8E { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:23.875rem;top:2.25rem;left:50.5625rem;overflow:hidden;display:block; }
#HhcZHA1ioa80Bm0z51Pfrtq4DQftLcOT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:23.875rem;top:2.15625rem;left:25.5625rem;overflow:hidden;display:block; }
#VSX3PgnSheHCIzHB9TG742uzLaaCqlnN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:23.875rem;top:2.15625rem;left:0.5625rem;overflow:hidden;display:block; }
#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO { position:relative;display:block; }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO { background-color: transparent; background-image: none; }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO > .row .container > .video-iframe-container { display: none; }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO > .row > .video-iframe-container { display: none; }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO > .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); }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO { border-width: 0; border-radius: 0; }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO > .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; }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO > .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:11.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MFRlUARnyCeK8OBnTV5ANNOTkt0omHyT { color:rgba(var(--color-primary-3),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:14.90625rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zuBZ9qvEaOTNBwQr1W6xtIhp2VPqHqTR { color:#24adbf;display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:14.90625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW { position:relative;display:block; }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW { background-color: transparent; background-image: none; }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW > .row .container > .video-iframe-container { display: none; }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW > .row > .video-iframe-container { display: none; }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW > .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); }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW { border-width: 0; border-radius: 0; }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#m7UFUyw6kUtCwHtyonh0sR9hyOX0xU9O { color:#24adbf;display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:14.90625rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E0e3ddmvXeuSsVWMMhIATTR1yf5J8rop { color:rgba(var(--color-tertiary-4),1);display:block;width:69.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:2.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#vTFaZaE808XqLbJywoz7lL33gynQeQv3 { position:relative;display:block; }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 { background-color: transparent; background-image: none; }#vTFaZaE808XqLbJywoz7lL33gynQeQv3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 > .row .container > .video-iframe-container { display: none; }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 > .row > .video-iframe-container { display: none; }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 > .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); }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 { border-width: 0; border-radius: 0; }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 > .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; }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OppB9kCRVZlvkk74C8BLuTmVVv0vdR6U { color:#24adbf;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.41796875rem;left:32.96875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD { position:relative;display:block; }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD { background-color: transparent; background-image: none; }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD > .row .container > .video-iframe-container { display: none; }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD > .row > .video-iframe-container { display: none; }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD > .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); }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD { border-width: 0; border-radius: 0; }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD > .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; }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.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; }#kHgCmrEOT03BwHKcncNoblUAFEyDLbQO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.59375rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ld3ayLM0CSMK1Vhc5zXMFcVyTeLpIH8Q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.8125rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#MgAMxk1p4CqsFdvmtp8lThoQKPIQfShT { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.1875rem;width:16.6875rem;top:1.25rem;left:0.96875rem;display:block; }
#voJ0Nd8kTPGbDVJoReXGi5vZdvvTuGbO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.1875rem;width:16.6875rem;top:1.3125rem;left:19.8125rem;display:block; }
#hc4Tw0iApPgZB2q0sioXWFfX0RdTRIvh { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:20.625rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#fz7BpRy7IOH26aINo0U9vDuwTT0qrMVT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9541015625rem;left:21.34375rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PcKwV1CTGygxSsSFhD0LlLnPHQn4QWoe { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.1875rem;width:16.6875rem;top:1.3125rem;left:38.5625rem;display:block; }
#vSNWQvRQWp27ZR2gX1uM6XJKqckV91L2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5625rem;left:39.375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#NH9S2MkcaqfyqZQCm8LU2OUirPbKgLbS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6865234375rem;left:40.09375rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O4NO85lJG9yeJiieRIp301O1gX1DcP4M { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.1875rem;width:16.6875rem;top:1.25rem;left:57.25rem;display:block; }
#lpbDOvZ2fV3qefRts8XlafKD6AVQ52iT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5rem;left:58.0625rem;height:10.39844375rem;text-align:center;text-align-last:center;display:block; }
#NKgPHqFCDui9z0q7JSZ5I7xEJH77dvCN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9541015625rem;left:58.84375rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC { position:relative;display:block; }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC { background-color: transparent; background-image: none; }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC > .row .container > .video-iframe-container { display: none; }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC > .row > .video-iframe-container { display: none; }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC > .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); }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC { border-width: 0; border-radius: 0; }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC > .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; }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#fQwtllzrJFs1TAmrJUu7oSX9cSWC6WeW { color:rgba(var(--color-tertiary-4),1);display:block;width:72.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.494140625rem;left:1.1875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#erPLNitWtG5btofCLf6HktV2T64fGd9h { position:relative;display:block; }#erPLNitWtG5btofCLf6HktV2T64fGd9h { background-color: transparent; background-image: none; }#erPLNitWtG5btofCLf6HktV2T64fGd9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erPLNitWtG5btofCLf6HktV2T64fGd9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erPLNitWtG5btofCLf6HktV2T64fGd9h > .row .container > .video-iframe-container { display: none; }#erPLNitWtG5btofCLf6HktV2T64fGd9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erPLNitWtG5btofCLf6HktV2T64fGd9h > .row > .video-iframe-container { display: none; }#erPLNitWtG5btofCLf6HktV2T64fGd9h > .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); }#erPLNitWtG5btofCLf6HktV2T64fGd9h { border-width: 0; border-radius: 0; }#erPLNitWtG5btofCLf6HktV2T64fGd9h > .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; }#erPLNitWtG5btofCLf6HktV2T64fGd9h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#phMc7TGK0LTb2bcXzTUNCE4zwlze7dgr { color:#24adbf;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.849609375rem;left:32.96875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ID6mihfXc6CR9dVFRupOTaDwI0DqGGA7 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.8125rem;left:28.75rem;display:block; }
#l9SadFE9s0IHvyXk3a0uomzrwCziBcyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS { position:relative;display:block; }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS { background-color: transparent; background-image: none; }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS > .row .container > .video-iframe-container { display: none; }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS > .row > .video-iframe-container { display: none; }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS > .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); }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS { border-width: 0; border-radius: 0; }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS > .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; }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e3vGShD754KIts3rMaEpVpMWwhIOwUCg { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.4375rem;width:35.1875rem;top:0.8125rem;left:0.9375rem;display:block; }
#B3lR0d84BSkdOxaJsq9p2zWrZVNOvIqB { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.28125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#I0gORWMaF5yB7DfXixGRks594Ja2K79v { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:11.96875rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i9I2hCLkB7SnuttlOAvcoDcET7Lbbs8x { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.4375rem;width:35.1875rem;top:0.875rem;left:38.6875rem;display:block; }
#dEEpqPaSxoQvB4Bhtc3gN6xyeWo6NJ9Q { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:40rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#AVBRfgd6eayvh7T086QSFm7PXkBUgpHt { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.1875rem;left:45.78125rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB { position:relative;display:block; }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB { background-color: transparent; background-image: none; }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB > .row .container > .video-iframe-container { display: none; }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB > .row > .video-iframe-container { display: none; }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB > .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); }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB { border-width: 0; border-radius: 0; }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB > .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; }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#qtRJPEwK6VKE5JxyIoWPzGEhgOWVsJ60 { color:#24adbf;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.73046875rem;left:32.96875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kk7lU2G7lUO4zrKi1PITN8oMJftzZtSV { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:28.75rem;display:block; }
#aOtIRekHHxpIGnSdGeTeNl013Cnxiqvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc { position:relative;display:block; }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc { background-color: transparent; background-image: none; }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc > .row .container > .video-iframe-container { display: none; }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc > .row > .video-iframe-container { display: none; }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc > .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); }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc { border-width: 0; border-radius: 0; }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#v8UyqS225Bzawx2ICpG8sBTeT8bUW899 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9541015625rem;left:2.59375rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J7fNfqQv5RQuQm1myEXUuyinud69LDnT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DiQuQB7soHtp711ePRWgf9xEA3ociNT3 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.75rem;width:16.6875rem;top:1.25rem;left:0.96875rem;display:block; }
#xtM7ofRNJKuQS3eknZXwE3pZJMNxPBdZ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.75rem;width:16.6875rem;top:1.3125rem;left:19.8125rem;display:block; }
#Mzr3LMy5GfS0IWyRqzaWIOizRTQXh8oT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5625rem;left:20.625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#AylUaiXw1hkcTClZ9s9vW164Q6bsnTk9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6875rem;left:21.34375rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U5mL1lBQloWTee5Ma8ZU2Zax6FUXVBwa { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.75rem;width:16.6875rem;top:1.3125rem;left:38.5625rem;display:block; }
#hdTQ3SWNfsCIQh1Mt7QQPPBxpg2tDzlU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5625rem;left:39.375rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ih6qZRBKdhLHRI1NyaQTHI9qiAtQx4Hu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6865234375rem;left:40.09375rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DVl3wk0Vgm32pscNZJz0AwiRrCKKFMKU { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.6875rem;width:16.6875rem;top:1.25rem;left:57.25rem;display:block; }
#sZyRZo93IHbCFqHVZSmQP8TLViF3Suep { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.5rem;left:58.0625rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#ibklB0CnBgvGFo1gfpoQdqmgXzlE9rsP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.9541015625rem;left:58.84375rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 { position:relative;display:block; }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 { background-color: transparent; background-image: none; }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 > .row .container > .video-iframe-container { display: none; }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 > .row > .video-iframe-container { display: none; }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 > .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); }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 { border-width: 0; border-radius: 0; }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 > .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; }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 > .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:28.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xUuEkM4L4locsz2zaUcZr3DSz1Uz5Dib { 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:23.9375rem;width:23.875rem;top:2.0625rem;left:0.5625rem;overflow:hidden;display:block; }
#fhsZ46XXKWk0R7idSEcTVzbN8Zo4Ki6W { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:23.875rem;top:2.25rem;left:25.5625rem;overflow:hidden;display:block; }
#c1aHuXbDT40nW3t230VkOTEh6gFQuzMm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:23.875rem;top:2.25rem;left:50.5625rem;overflow:hidden;display:block; }
#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 { position:relative;display:block; }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 { background-color: transparent; background-image: none; }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 > .row .container > .video-iframe-container { display: none; }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 > .row > .video-iframe-container { display: none; }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 > .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); }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 { border-width: 0; border-radius: 0; }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 > .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; }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 > .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:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Vct1JkWnvSsxbn1AEIzyQFIztBpVsIbC { color:#24adbf;display:block;width:63.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:5.625rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 { position:relative;display:block; }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 { background-color: transparent; background-image: none; }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 > .row .container > .video-iframe-container { display: none; }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 > .row > .video-iframe-container { display: none; }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 > .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); }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 { border-width: 0; border-radius: 0; }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 > .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; }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uycXVfiv3JZqf1KJ5v9laHuwetDvXPUD { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:37.3125rem;width:34.375rem;top:1.5rem;left:1.65625rem;display:block; }
#B8mNot1yLMVabVNDNtM9AKS2ra6SlvK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4365234375rem;left:8.875rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CwW8aOhKtRV9Q18PwMdUGK5vu5ia9QH6 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.90625rem;height:16.89746875rem;text-align:center;text-align-last:center;display:block; }
#KJkXVTRM4q5xuz3RUcN2XmSlegVVSptK { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.708984375rem;left:9.75rem;height:9.3613125rem;text-align:left;text-align-last:left;display:block; }#KJkXVTRM4q5xuz3RUcN2XmSlegVVSptK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KJkXVTRM4q5xuz3RUcN2XmSlegVVSptK li:before{  }
#dZW3KCrHVmZ4du5kpCiQKxMy4xeT077X { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.4375rem;left:2.71875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OR83q7Iki3pOHFKivv5p7EaxEXCw7EvC { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:37.3125rem;width:34.375rem;top:1.5rem;left:39.0625rem;display:block; }
#JnJIxI5bmHq7wQ35TkA94r6fgXF4wy5R { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.25rem;left:40.3125rem;height:24.6963rem;text-align:center;text-align-last:center;display:block; }
#QXpPhzehQX0hDeGvZ8AGr0iJXBcdVdcT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:46.3125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty { position:relative;display:block; }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty { background-color: transparent; background-image: none; }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty > .row .container > .video-iframe-container { display: none; }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty > .row > .video-iframe-container { display: none; }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty > .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); }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty { border-width: 0; border-radius: 0; }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty > .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; }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u5KCeM5HJfkiHBeQhVtTmyL0KqA2hi7d { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42rem;width:75rem;top:0rem;left:0rem;display:block; }
#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI { position:relative;display:block; }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI { background-color: transparent; background-image: none; }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI > .row .container > .video-iframe-container { display: none; }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI > .row > .video-iframe-container { display: none; }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI > .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); }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI { border-width: 0; border-radius: 0; }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#i9TURBAp80HwLeNNSor6timZrJd2gzxu { color:#24adbf;display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:14.90625rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GZB6TpKuspszvIZm6b9gKd1cs6Bhkav1 { color:rgba(var(--color-tertiary-4),1);display:block;width:69.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4rem;left:2.84375rem;height:9.09864375rem;text-align:center;text-align-last:center;display:block; }
#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo { position:relative;display:block; }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo { background-color: transparent; background-image: none; }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo > .row .container > .video-iframe-container { display: none; }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo > .row > .video-iframe-container { display: none; }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo > .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); }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo { border-width: 0; border-radius: 0; }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo > .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; }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lMTSW3hiIL3TrtlsRpgPgZrSmgRsdmMR { color:#24adbf;display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:19.4375rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uKMHoQP6e19sLMrctsymmqlo5knsnDWl { position:relative;display:block; }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl { background-color: transparent; background-image: none; }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl > .row .container > .video-iframe-container { display: none; }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl > .row > .video-iframe-container { display: none; }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl > .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); }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl { border-width: 0; border-radius: 0; }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#G77VFcoU5NlPViwh35sg1RWcNleZMx5p { color:rgba(var(--color-tertiary-4),1);display:block;width:69.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:2.8125rem;height:5.199225rem;text-align:center;text-align-last:center;display:block; }
#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv { position:relative;display:block; }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv { background-color: transparent; background-image: none; }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv > .row .container > .video-iframe-container { display: none; }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv > .row > .video-iframe-container { display: none; }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv > .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); }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv { border-width: 0; border-radius: 0; }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#v7bWa40n3Lvy0633wzx168VqByifyKpu { color:#24adbf;display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.6875rem;left:14.90625rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C9WkSD5hC1ZLRnH7MKFSG4KaZ5UHQbeG { color:rgba(var(--color-tertiary-4),1);display:block;width:70.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4375rem;left:2.4375rem;height:6.499025rem;text-align:center;text-align-last:center;display:block; }
#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW { position:relative;display:block; }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW { background-color: transparent; background-image: none; }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW > .row .container > .video-iframe-container { display: none; }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW > .row > .video-iframe-container { display: none; }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW > .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); }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW { border-width: 0; border-radius: 0; }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW > .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; }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW > .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:20.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eJSBITFM07riLyEFr3Mw8J8sfMPH1TgQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.3125rem;width:22.25rem;top:1.25rem;left:1.375rem;display:block; }
#Kp8GADbpVOWDmvOff3OfRpgzHc9S4uMH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.25rem;left:2.25rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#H7S6F6nfTiWcNmSXPRzTZuTbs1cSPhk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:5.5625rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nIKhal9SASveHIfTw70rv8KlozZPJtla { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.25rem;width:22.3125rem;top:1.25rem;left:26.3125rem;display:block; }
#E4fk2nlrQfeH1fI19eNiUNvw6t2wlvDP { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.25rem;left:27.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#cLxwuHu03fKzdC62TXJfM1X00TicpobH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.1875rem;left:30.75rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gx1eB0drAg0pvav8ZPRNzKNpOEhoImps { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:17.25rem;width:22.3125rem;top:1.25rem;left:51.3125rem;display:block; }
#kD3Fz9fTCoJzntDmHnF3HJJlAglsPNRb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.25rem;left:53.375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#bzpLxZywg8v0UnI1U9Oiwfzl2idA7yge { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:3.1875rem;left:56.375rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn { position:relative;display:block; }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn { background-color: transparent; background-image: none; }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn > .row .container > .video-iframe-container { display: none; }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn > .row > .video-iframe-container { display: none; }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn > .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); }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn { border-width: 0; border-radius: 0; }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn > .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; }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn > .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:7.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uQeNEcA42T1Mbe3r8hXUiz3SnA6vuwR2 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.125rem;left:28.75rem;display:block; }
#TbHxhwadNxIdisBspmoKQ1Aue3Bsh8RN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg { position:relative;display:block; }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg { background-color: transparent; background-image: none; }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg > .row .container > .video-iframe-container { display: none; }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg > .row > .video-iframe-container { display: none; }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg > .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); }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg { border-width: 0; border-radius: 0; }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg > .row .container > .video-iframe-container { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; }#BLK3pHIZsVhZFUksiNXcnuqxP0VtdmMG { color:#24adbf;display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875rem;left:14.46875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 { position:relative;display:block; }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 { background-color: transparent; background-image: none; }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 > .row .container > .video-iframe-container { display: none; }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 > .row > .video-iframe-container { display: none; }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 > .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); }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 { border-width: 0; border-radius: 0; }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:17rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#o3shB9bOLDaXOnipW4SvFuQtSxTN4b5N { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12rem;width:34.875rem;top:2.4375rem;left:1.25rem;display:block; }
#aukrwzU0HbEUoSwzw2UgvF9aUg51Udwc { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.6875rem;left:11.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#gFedivbFbr3DfBphbsMB6xoPT53BlJln { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.875rem;left:12.125rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dk64yRx7SDrHS3apqe7LWBoRL9V0XcxZ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f0a8b5;border-left:0.0625rem solid #f0a8b5;border-right:0.0625rem solid #f0a8b5;border-bottom:0.0625rem solid #f0a8b5;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.9375rem;width:34.875rem;top:2.5rem;left:38.75rem;display:block; }
#eipN24ETLXC0Es03XrH398osf9mTx6ZN { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5rem;left:49.5rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CsM9WORhHSJ9WPHR0dp1WBd8NvtCIRbA { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.8125rem;left:39.875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#NzByDCu0trldemhrOovbgREXFZwT7W1V { position:relative;display:block; }#NzByDCu0trldemhrOovbgREXFZwT7W1V { background-color: transparent; background-image: none; }#NzByDCu0trldemhrOovbgREXFZwT7W1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzByDCu0trldemhrOovbgREXFZwT7W1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzByDCu0trldemhrOovbgREXFZwT7W1V > .row .container > .video-iframe-container { display: none; }#NzByDCu0trldemhrOovbgREXFZwT7W1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NzByDCu0trldemhrOovbgREXFZwT7W1V > .row > .video-iframe-container { display: none; }#NzByDCu0trldemhrOovbgREXFZwT7W1V > .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); }#NzByDCu0trldemhrOovbgREXFZwT7W1V { border-width: 0; border-radius: 0; }#NzByDCu0trldemhrOovbgREXFZwT7W1V > .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; }#NzByDCu0trldemhrOovbgREXFZwT7W1V > .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:15.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; }#NgQ0QTTn4nRwZTy5xxvX9xSkK54M9tkX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:1.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#JgcMeUMn71zlN9X5TMEbNOQaaQGZ0UVt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.9375rem;left:8.4375rem; }
#GdN0GR5Z6NDR8rPSoBz3eVNodDy2Npps { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:2.59375rem;height:1.4619125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m9TJ3CqFQDckT0GSIqOTSTeoPrBWmrUF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.9375rem;left:10.3125rem; }
#v9SpCQkRJe5ov9U5TZJDL0F96QCsnwPc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.9375rem;left:12.1875rem; }
#xaqhmTtm5JIXKltFbrwTvWsaRCBbXKNy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.9375rem;left:6.625rem; }
#qLs1bashkGZflfRXgR1TTdb64MCsI5oU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.9375rem;left:4.8125rem; }
#xM0plq3c1Fv0HT94y1LwnwnI723NwyA4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.25rem;left:21.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BWJxBC4OoP2wqZcfiyvnhDXAuonEMPFE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.486328125rem;left:20.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#k36G6nwdECJKwn1aPl2AfOwe4fc7qB0n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.375rem;left:27.1875rem; }
#oJzAG3FWPIEQhVkh3lfsxqaiWR3EzBeR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.375rem;left:29.0625rem; }
#dmkwhhx5nNFBg1aJmIlNucHN8xNP9CZz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.375rem;left:30.9375rem; }
#kWyyzbz8ZTgqDSx2zvtUFn53LBXonKNc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.375rem;left:25.375rem; }
#bMsxDcA8Dpi6dVMKVAx71HuSeMlIrq1b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.375rem;left:23.5625rem; }
#wMx5CffDtzQ9PdFLGTsOnpeH3lUidBc5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.25rem;left:40.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ukSaOUa2EXBKo7JLSmUZcerhWQTGg9AC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.625rem;left:38.78125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#zfdIqHF2Qv61xN7mzTn5Herao6kMxsQA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:2.375rem;left:45.9375rem; }
#wZIfbQ0nmbzUfwxl7SRDTOXG2ggK2mMp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.375rem;left:47.8125rem; }
#J7UULMh5zqJIwOOM3HpN2h1XwVTLeteP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.375rem;left:49.6875rem; }
#TPtvVZ2bmKc6LJyiMu6xXpQElAOx5fJo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.375rem;left:44.125rem; }
#kUBUWH2oKgb4o2zpWCZcRTzpOtihHTuF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.375rem;left:42.3125rem; }
#ookxMhupw9Php25NbrfmBrdBOOlid9ZF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:10.25rem;left:58.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ik175AKlKZNlhn0hPey437UX21DvQlbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:6.8359375rem;left:58.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VvaqzSac5w945eXmGA1AeC3yBM3eUZ7S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.375rem;left:64.6875rem; }
#EEnIrGdNaeg4NpvfVbA6g71gCpC6qtT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:2.375rem;left:66.5625rem; }
#k9NNEt1HHWGpRmcgO235mp17RQUuqOT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:2.375rem;left:68.4375rem; }
#DTowJzQV94fOEpLJLU33PCgxd4c15OpE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.375rem;left:62.875rem; }
#dZuuET7HlkHf3eZKiWBBlupG5PxPQ09M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.375rem;left:61.0625rem; }
#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp { position:relative;display:block; }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp { background-color: transparent; background-image: none; }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp > .row .container > .video-iframe-container { display: none; }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp > .row > .video-iframe-container { display: none; }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp > .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); }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp { border-width: 0; border-radius: 0; }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp > .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; }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp > .row .container { border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K5llKyirqCDM78McERJarKSPqvJpITfW { 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:6.6875rem;width:37.5rem;top:1.625rem;left:18.75rem;overflow:hidden;display:block; }
#k8kus0KfQ19CxIwV3O2hp3lQkHSeyzT1 { color:#24adbf;display:block;width:45.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:9.25rem;left:14.90625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#bSun8UlelJIxBspTB4lvMk1CAkzhu283 { position:relative;display:block; }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 { background-color: transparent; background-image: none; }#bSun8UlelJIxBspTB4lvMk1CAkzhu283::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 > .row .container > .video-iframe-container { display: none; }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 > .row > .video-iframe-container { display: none; }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 > .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); }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 { border-width: 0; border-radius: 0; }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 > .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; }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FaG7xaPqwG25VwM30KQcqoZG4xiTNrgP { color:rgba(var(--color-tertiary-0),1);display:block;width:70.1875rem;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.625rem;left:1.5rem;height:1.13671875rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lgDInz5d2C4tlbd4XTP5mrg7sJu07QKk { width:16.9375rem;height:1.8681625rem;top:0.75390625rem;left:29.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aVX0aht58TTdbiEo8tw1wgPlpJo0qA1v { width:27.375rem;height:1.4619125rem;top:0.95703125rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO { display:block; }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aDfDqDeZHBkcWobI6kmIEMoatoJWrAgl { width:37.5rem;height:6.6875rem;top:1.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiqJXm0bS9gcXnMLT5p4bclrteaFI1VJ { width:47.75rem;height:4.5625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPQQzeo9as1E2JNDWpzhspL5gRZl57IG { width:17.5rem;height:3.4375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uP01oCd0tGi7d89kDHqP7c3bFdzeeCwt { display:block; }
 }@media only screen and (max-width: 1199px) { #sTrHN8Qod9porkyIncZbCfPu4LBT51lV { width:17.5rem;height:3.4375rem;top:9.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EmwP9XWPeNpLeGImyAJQBeoBagVo499M { display:block; }
 }@media only screen and (max-width: 1199px) { #yucVzTT5WmbDFIGNn2MEtPQteV8MzGT0 { width:17.5rem;height:3.4375rem;top:9.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ekicxmgOiwtXMoZM6BCTTITROr5EUf0B { display:block; }
 }@media only screen and (max-width: 1199px) { #MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU { display:block; }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TcDp1MuvZLcJboXDwPTAbnEy8OTV3K8E { width:15.3125rem;height:15.375rem;top:0.6875rem;left:32.197265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HhcZHA1ioa80Bm0z51Pfrtq4DQftLcOT { width:15.3125rem;height:15.375rem;top:0.6875rem;left:32.197265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VSX3PgnSheHCIzHB9TG742uzLaaCqlnN { width:15.3125rem;height:15.375rem;top:0.6875rem;left:32.197265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWCLGWvP249VDBTkGiIeUXuFrImKfrvO { display:block; }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MFRlUARnyCeK8OBnTV5ANNOTkt0omHyT { width:45.1875rem;height:2.8125rem;top:1.3125rem;left:1.28125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuBZ9qvEaOTNBwQr1W6xtIhp2VPqHqTR { width:45.1875rem;height:3.25rem;top:6.125rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NrOn5TK864rIP6TD3zvPz8lMx0evQtyW { display:block; }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #m7UFUyw6kUtCwHtyonh0sR9hyOX0xU9O { width:45.1875rem;height:3.25rem;top:0.6875rem;left:1.28125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E0e3ddmvXeuSsVWMMhIATTR1yf5J8rop { width:47.75rem;height:2.5625rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vTFaZaE808XqLbJywoz7lL33gynQeQv3 { display:block; }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OppB9kCRVZlvkk74C8BLuTmVVv0vdR6U { width:9.0625rem;height:2.92480625rem;top:1.375rem;left:19.34375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOsndem07NX83ZdUy5HGFmNmOz7RXaPD { display:block; }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD > .row .container { width:47.75rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kHgCmrEOT03BwHKcncNoblUAFEyDLbQO { width:10.9375rem;height:1.4619125rem;top:3.6875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ld3ayLM0CSMK1Vhc5zXMFcVyTeLpIH8Q { width:9.5625rem;height:18.19725rem;top:7.2119140625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MgAMxk1p4CqsFdvmtp8lThoQKPIQfShT { width:11.25rem;height:26.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #voJ0Nd8kTPGbDVJoReXGi5vZdvvTuGbO { width:11.25rem;height:26.125rem;top:1.21875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hc4Tw0iApPgZB2q0sioXWFfX0RdTRIvh { width:9.5625rem;height:16.8974375rem;top:7.2119140625rem;left:13.125rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 1199px) { #fz7BpRy7IOH26aINo0U9vDuwTT0qrMVT { width:10.9375rem;height:2.923825rem;top:3.6875rem;left:12.4375rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #PcKwV1CTGygxSsSFhD0LlLnPHQn4QWoe { width:11.25rem;height:26.125rem;top:1.21875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vSNWQvRQWp27ZR2gX1uM6XJKqckV91L2 { width:9.5625rem;height:7.7988125rem;top:7.2119140625rem;left:24.78125rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #NH9S2MkcaqfyqZQCm8LU2OUirPbKgLbS { width:10.9375rem;height:2.923825rem;top:3.6875rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4NO85lJG9yeJiieRIp301O1gX1DcP4M { width:11.25rem;height:26.125rem;top:1.21875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lpbDOvZ2fV3qefRts8XlafKD6AVQ52iT { width:9.5625rem;height:15.59765rem;top:7.2119140625rem;left:36.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NKgPHqFCDui9z0q7JSZ5I7xEJH77dvCN { width:10.9375rem;height:2.923825rem;top:3.6875rem;left:36.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC { display:block; }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fQwtllzrJFs1TAmrJUu7oSX9cSWC6WeW { width:9.5625rem;height:15.59765rem;top:7.2119140625rem;left:36.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #erPLNitWtG5btofCLf6HktV2T64fGd9h { display:block; }#erPLNitWtG5btofCLf6HktV2T64fGd9h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #phMc7TGK0LTb2bcXzTUNCE4zwlze7dgr { width:9.0625rem;height:2.92480625rem;top:4.8125rem;left:19.34375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ID6mihfXc6CR9dVFRupOTaDwI0DqGGA7 { width:17.5rem;height:3.4375rem;top:0.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l9SadFE9s0IHvyXk3a0uomzrwCziBcyc { display:block; }
 }@media only screen and (max-width: 1199px) { #d7xZlOza6coAaik9X4lm85BZ1FSoMQwS { display:block; }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e3vGShD754KIts3rMaEpVpMWwhIOwUCg { width:22.8125rem;height:13.8125rem;top:1.21875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B3lR0d84BSkdOxaJsq9p2zWrZVNOvIqB { width:21.25rem;height:7.7988125rem;top:5.1875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I0gORWMaF5yB7DfXixGRks594Ja2K79v { width:10.9375rem;height:1.4619125rem;top:2.5625rem;left:6.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i9I2hCLkB7SnuttlOAvcoDcET7Lbbs8x { width:22.8125rem;height:13.8125rem;top:1.21875rem;left:24.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dEEpqPaSxoQvB4Bhtc3gN6xyeWo6NJ9Q { width:21.25rem;height:9.098625rem;top:5.1875rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVBRfgd6eayvh7T086QSFm7PXkBUgpHt { width:20.625rem;height:1.4619125rem;top:2.5625rem;left:25.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB { display:block; }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qtRJPEwK6VKE5JxyIoWPzGEhgOWVsJ60 { width:9.0625rem;height:2.92480625rem;top:5.6875rem;left:19.34375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kk7lU2G7lUO4zrKi1PITN8oMJftzZtSV { width:17.5rem;height:3.4375rem;top:1.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aOtIRekHHxpIGnSdGeTeNl013Cnxiqvd { display:block; }
 }@media only screen and (max-width: 1199px) { #zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc { display:block; }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc > .row .container { width:47.75rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v8UyqS225Bzawx2ICpG8sBTeT8bUW899 { width:10.9375rem;height:2.923825rem;top:3.6875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7fNfqQv5RQuQm1myEXUuyinud69LDnT { width:9.5625rem;height:3.8994125rem;top:7.2119140625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiQuQB7soHtp711ePRWgf9xEA3ociNT3 { width:10.8125rem;height:21.625rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtM7ofRNJKuQS3eknZXwE3pZJMNxPBdZ { width:11.25rem;height:21.5625rem;top:1.21875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mzr3LMy5GfS0IWyRqzaWIOizRTQXh8oT { width:9.5625rem;height:9.098625rem;top:7.2119140625rem;left:13.125rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 1199px) { #AylUaiXw1hkcTClZ9s9vW164Q6bsnTk9 { width:10.9375rem;height:2.923825rem;top:3.6875rem;left:12.4375rem;font-size:1.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 1199px) { #U5mL1lBQloWTee5Ma8ZU2Zax6FUXVBwa { width:11.25rem;height:21.8125rem;top:1.21875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hdTQ3SWNfsCIQh1Mt7QQPPBxpg2tDzlU { width:9.5625rem;height:9.098625rem;top:7.2119140625rem;left:24.78125rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #ih6qZRBKdhLHRI1NyaQTHI9qiAtQx4Hu { width:10.9375rem;height:1.4619125rem;top:3.6875rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DVl3wk0Vgm32pscNZJz0AwiRrCKKFMKU { width:11.25rem;height:21.5625rem;top:1.21875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sZyRZo93IHbCFqHVZSmQP8TLViF3Suep { width:9.5625rem;height:14.297875rem;top:7.2119140625rem;left:36.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ibklB0CnBgvGFo1gfpoQdqmgXzlE9rsP { width:10.9375rem;height:2.923825rem;top:3.6875rem;left:36.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 { display:block; }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 > .row .container { width:47.75rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xUuEkM4L4locsz2zaUcZr3DSz1Uz5Dib { width:15.3125rem;height:15.375rem;top:0.6875rem;left:0.353515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fhsZ46XXKWk0R7idSEcTVzbN8Zo4Ki6W { width:15.3125rem;height:15.375rem;top:0.6875rem;left:16.228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c1aHuXbDT40nW3t230VkOTEh6gFQuzMm { width:15.3125rem;height:15.375rem;top:0.6875rem;left:32.197265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 { display:block; }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vct1JkWnvSsxbn1AEIzyQFIztBpVsIbC { width:47.75rem;height:5.8496125rem;top:2rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 { display:block; }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 > .row .container { width:47.75rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uycXVfiv3JZqf1KJ5v9laHuwetDvXPUD { width:22.75rem;height:44.625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B8mNot1yLMVabVNDNtM9AKS2ra6SlvK3 { width:10.9375rem;height:2.923825rem;top:2.9365234375rem;left:6.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CwW8aOhKtRV9Q18PwMdUGK5vu5ia9QH6 { width:21.9375rem;height:20.79686875rem;top:7.2119140625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KJkXVTRM4q5xuz3RUcN2XmSlegVVSptK { width:19.125rem;height:9.3613125rem;top:29.125rem;left:2.375rem;font-size:1rem;display:block; }#KJkXVTRM4q5xuz3RUcN2XmSlegVVSptK li:before{  }
 }@media only screen and (max-width: 1199px) { #dZW3KCrHVmZ4du5kpCiQKxMy4xeT077X { width:20.1875rem;height:2.5996125rem;top:40.6494140625rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OR83q7Iki3pOHFKivv5p7EaxEXCw7EvC { width:21.9375rem;height:44.625rem;top:1.25rem;left:24.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JnJIxI5bmHq7wQ35TkA94r6fgXF4wy5R { width:19.8125rem;height:35.0946875rem;top:7.2119140625rem;left:25.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QXpPhzehQX0hDeGvZ8AGr0iJXBcdVdcT { width:10.9375rem;height:2.923825rem;top:2.9375rem;left:30.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty { display:block; }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #u5KCeM5HJfkiHBeQhVtTmyL0KqA2hi7d { width:47.75rem;height:26.74rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI { display:block; }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #i9TURBAp80HwLeNNSor6timZrJd2gzxu { width:45.1875rem;height:2.92480625rem;top:0.6875rem;left:1.28125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GZB6TpKuspszvIZm6b9gKd1cs6Bhkav1 { width:47.75rem;height:11.69825rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lmVpu0yKURD8pbRoqE4bSKr4s272gXwo { display:block; }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lMTSW3hiIL3TrtlsRpgPgZrSmgRsdmMR { width:36.125rem;height:2.92480625rem;top:0.5625rem;left:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uKMHoQP6e19sLMrctsymmqlo5knsnDWl { display:block; }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl > .row .container { width:47.75rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #G77VFcoU5NlPViwh35sg1RWcNleZMx5p { width:47.75rem;height:3.8994125rem;top:1.55078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AzoJuTtFsLAncNotubVmJNAr9fF9KHWv { display:block; }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #v7bWa40n3Lvy0633wzx168VqByifyKpu { width:45.1875rem;height:2.92480625rem;top:0.6875rem;left:1.28125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C9WkSD5hC1ZLRnH7MKFSG4KaZ5UHQbeG { width:47.75rem;height:7.79883125rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW { display:block; }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eJSBITFM07riLyEFr3Mw8J8sfMPH1TgQ { width:11.25rem;height:30.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kp8GADbpVOWDmvOff3OfRpgzHc9S4uMH { width:9.5625rem;height:20.79686875rem;top:7.2119140625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H7S6F6nfTiWcNmSXPRzTZuTbs1cSPhk0 { width:10.9375rem;height:1.4619125rem;top:3.6875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nIKhal9SASveHIfTw70rv8KlozZPJtla { width:11.25rem;height:30.5rem;top:1.21875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E4fk2nlrQfeH1fI19eNiUNvw6t2wlvDP { width:9.5625rem;height:7.7988125rem;top:7.2119140625rem;left:24.78125rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #cLxwuHu03fKzdC62TXJfM1X00TicpobH { width:10.9375rem;height:1.4619125rem;top:3.6875rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gx1eB0drAg0pvav8ZPRNzKNpOEhoImps { width:11.25rem;height:30.5rem;top:1.21875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kD3Fz9fTCoJzntDmHnF3HJJlAglsPNRb { width:9.5625rem;height:9.098625rem;top:7.2119140625rem;left:36.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bzpLxZywg8v0UnI1U9Oiwfzl2idA7yge { width:10.9375rem;height:1.4619125rem;top:3.6875rem;left:36.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WhBClPKRgIAVxSxEZon8VLA60fcyz9sn { display:block; }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uQeNEcA42T1Mbe3r8hXUiz3SnA6vuwR2 { width:17.5rem;height:3.4375rem;top:2.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbHxhwadNxIdisBspmoKQ1Aue3Bsh8RN { display:block; }
 }@media only screen and (max-width: 1199px) { #c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg { display:block; }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BLK3pHIZsVhZFUksiNXcnuqxP0VtdmMG { width:46.0625rem;height:2.92480625rem;top:1.875rem;left:0.84375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 { display:block; }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o3shB9bOLDaXOnipW4SvFuQtSxTN4b5N { width:22.5625rem;height:14.5rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aukrwzU0HbEUoSwzw2UgvF9aUg51Udwc { width:20.0625rem;height:2.5996125rem;top:7.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gFedivbFbr3DfBphbsMB6xoPT53BlJln { width:10.9375rem;height:1.4619125rem;top:3.625rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dk64yRx7SDrHS3apqe7LWBoRL9V0XcxZ { width:21.9375rem;height:13.25rem;top:1.8125rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eipN24ETLXC0Es03XrH398osf9mTx6ZN { width:10.9375rem;height:1.4619125rem;top:3.6875rem;left:30.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CsM9WORhHSJ9WPHR0dp1WBd8NvtCIRbA { width:20.375rem;height:6.499rem;top:5.7119140625rem;left:25.96875rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 1199px) { #NzByDCu0trldemhrOovbgREXFZwT7W1V { display:block; }#NzByDCu0trldemhrOovbgREXFZwT7W1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NgQ0QTTn4nRwZTy5xxvX9xSkK54M9tkX { width:20.0625rem;height:2.5996125rem;top:7.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JgcMeUMn71zlN9X5TMEbNOQaaQGZ0UVt { width:1.875rem;height:1.875rem;top:2.9375rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GdN0GR5Z6NDR8rPSoBz3eVNodDy2Npps { width:10.9375rem;height:1.4619125rem;top:3.625rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9TJ3CqFQDckT0GSIqOTSTeoPrBWmrUF { width:1.875rem;height:1.875rem;top:2.9375rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9SpCQkRJe5ov9U5TZJDL0F96QCsnwPc { width:1.875rem;height:1.875rem;top:2.9375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xaqhmTtm5JIXKltFbrwTvWsaRCBbXKNy { width:1.875rem;height:1.875rem;top:2.9375rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qLs1bashkGZflfRXgR1TTdb64MCsI5oU { width:1.875rem;height:1.875rem;top:2.9375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xM0plq3c1Fv0HT94y1LwnwnI723NwyA4 { width:10.9375rem;height:1.4619125rem;top:3.625rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BWJxBC4OoP2wqZcfiyvnhDXAuonEMPFE { width:20.0625rem;height:2.5996125rem;top:7.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k36G6nwdECJKwn1aPl2AfOwe4fc7qB0n { width:1.875rem;height:1.875rem;top:2.375rem;left:16.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oJzAG3FWPIEQhVkh3lfsxqaiWR3EzBeR { width:1.875rem;height:1.875rem;top:2.375rem;left:18.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dmkwhhx5nNFBg1aJmIlNucHN8xNP9CZz { width:1.875rem;height:1.875rem;top:2.375rem;left:20.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kWyyzbz8ZTgqDSx2zvtUFn53LBXonKNc { width:1.875rem;height:1.875rem;top:2.375rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bMsxDcA8Dpi6dVMKVAx71HuSeMlIrq1b { width:1.875rem;height:1.875rem;top:2.375rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMx5CffDtzQ9PdFLGTsOnpeH3lUidBc5 { width:10.9375rem;height:1.4619125rem;top:3.625rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ukSaOUa2EXBKo7JLSmUZcerhWQTGg9AC { width:20.0625rem;height:2.5996125rem;top:7.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zfdIqHF2Qv61xN7mzTn5Herao6kMxsQA { width:1.875rem;height:1.875rem;top:2.375rem;left:28.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wZIfbQ0nmbzUfwxl7SRDTOXG2ggK2mMp { width:1.875rem;height:1.875rem;top:2.375rem;left:30.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7UULMh5zqJIwOOM3HpN2h1XwVTLeteP { width:1.875rem;height:1.875rem;top:2.375rem;left:32.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TPtvVZ2bmKc6LJyiMu6xXpQElAOx5fJo { width:1.875rem;height:1.875rem;top:2.375rem;left:27.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kUBUWH2oKgb4o2zpWCZcRTzpOtihHTuF { width:1.875rem;height:1.875rem;top:2.375rem;left:25.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ookxMhupw9Php25NbrfmBrdBOOlid9ZF { width:10.9375rem;height:1.4619125rem;top:3.625rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ik175AKlKZNlhn0hPey437UX21DvQlbZ { width:20.0625rem;height:2.5996125rem;top:7.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VvaqzSac5w945eXmGA1AeC3yBM3eUZ7S { width:1.875rem;height:1.875rem;top:2.375rem;left:40.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EEnIrGdNaeg4NpvfVbA6g71gCpC6qtT8 { width:1.875rem;height:1.875rem;top:2.375rem;left:42.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k9NNEt1HHWGpRmcgO235mp17RQUuqOT9 { width:1.875rem;height:1.875rem;top:2.375rem;left:44.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTowJzQV94fOEpLJLU33PCgxd4c15OpE { width:1.875rem;height:1.875rem;top:2.375rem;left:39.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZuuET7HlkHf3eZKiWBBlupG5PxPQ09M { width:1.875rem;height:1.875rem;top:2.375rem;left:37.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp { display:block; }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp > .row .container { width:47.75rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #K5llKyirqCDM78McERJarKSPqvJpITfW { width:37.5rem;height:6.6875rem;top:1.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k8kus0KfQ19CxIwV3O2hp3lQkHSeyzT1 { width:45.1875rem;height:6rem;top:9.25rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bSun8UlelJIxBspTB4lvMk1CAkzhu283 { display:block; }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FaG7xaPqwG25VwM30KQcqoZG4xiTNrgP { width:44.875rem;height:1.0556625rem;top:1.78125rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgDInz5d2C4tlbd4XTP5mrg7sJu07QKk { width:16.9375rem;height:1.8681625rem;top:4.125rem;left:1.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVX0aht58TTdbiEo8tw1wgPlpJo0qA1v { width:20rem;height:1.4619125rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO { display:block; }#pPUdoCpBKgyfbaeABuxcGVc1AWrGrTBO > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aDfDqDeZHBkcWobI6kmIEMoatoJWrAgl { width:20rem;height:3.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiqJXm0bS9gcXnMLT5p4bclrteaFI1VJ { width:20rem;height:0.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPQQzeo9as1E2JNDWpzhspL5gRZl57IG { width:17.5rem;height:3.4375rem;top:8.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP01oCd0tGi7d89kDHqP7c3bFdzeeCwt { display:block; }
 }@media only screen and (max-width: 763px) { #sTrHN8Qod9porkyIncZbCfPu4LBT51lV { width:17.5rem;height:3.4375rem;top:12.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmwP9XWPeNpLeGImyAJQBeoBagVo499M { display:block; }
 }@media only screen and (max-width: 763px) { #yucVzTT5WmbDFIGNn2MEtPQteV8MzGT0 { width:17.5rem;height:3.4375rem;top:17.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekicxmgOiwtXMoZM6BCTTITROr5EUf0B { display:block; }
 }@media only screen and (max-width: 763px) { #MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU { display:block; }#MSpuZgkGLdT8vasCyuowNRmsEQbPmmhU > .row .container { width:20rem;height:64.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcDp1MuvZLcJboXDwPTAbnEy8OTV3K8E { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhcZHA1ioa80Bm0z51Pfrtq4DQftLcOT { width:20rem;height:20.052356020943rem;top:22.1025390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSX3PgnSheHCIzHB9TG742uzLaaCqlnN { width:20rem;height:20.052356020943rem;top:43.0908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWCLGWvP249VDBTkGiIeUXuFrImKfrvO { display:block; }#TWCLGWvP249VDBTkGiIeUXuFrImKfrvO > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFRlUARnyCeK8OBnTV5ANNOTkt0omHyT { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuBZ9qvEaOTNBwQr1W6xtIhp2VPqHqTR { width:20rem;height:6.5rem;top:7.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NrOn5TK864rIP6TD3zvPz8lMx0evQtyW { display:block; }#NrOn5TK864rIP6TD3zvPz8lMx0evQtyW > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7UFUyw6kUtCwHtyonh0sR9hyOX0xU9O { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0e3ddmvXeuSsVWMMhIATTR1yf5J8rop { width:20rem;height:7.7988125rem;top:4.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTFaZaE808XqLbJywoz7lL33gynQeQv3 { display:block; }#vTFaZaE808XqLbJywoz7lL33gynQeQv3 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OppB9kCRVZlvkk74C8BLuTmVVv0vdR6U { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOsndem07NX83ZdUy5HGFmNmOz7RXaPD { display:block; }#aOsndem07NX83ZdUy5HGFmNmOz7RXaPD > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHgCmrEOT03BwHKcncNoblUAFEyDLbQO { width:13.5625rem;height:1.4619125rem;top:1.625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3ayLM0CSMK1Vhc5zXMFcVyTeLpIH8Q { width:16.75rem;height:10.3984375rem;top:4.625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MgAMxk1p4CqsFdvmtp8lThoQKPIQfShT { width:18.25rem;height:16.25rem;top:1.16796875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voJ0Nd8kTPGbDVJoReXGi5vZdvvTuGbO { width:18.3125rem;height:17.1875rem;top:18.79296875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc4Tw0iApPgZB2q0sioXWFfX0RdTRIvh { width:15.125rem;height:10.3984375rem;top:24.41796875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #fz7BpRy7IOH26aINo0U9vDuwTT0qrMVT { width:13.5625rem;height:2.923825rem;top:20.35546875rem;left:3.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcKwV1CTGygxSsSFhD0LlLnPHQn4QWoe { width:18.4375rem;height:13.5625rem;top:37.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSNWQvRQWp27ZR2gX1uM6XJKqckV91L2 { width:15.125rem;height:5.19921875rem;top:43.556640625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NH9S2MkcaqfyqZQCm8LU2OUirPbKgLbS { width:13.5625rem;height:1.4619125rem;top:40.20703125rem;left:3.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4NO85lJG9yeJiieRIp301O1gX1DcP4M { width:18.25rem;height:17.1875rem;top:53.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpbDOvZ2fV3qefRts8XlafKD6AVQ52iT { width:15.125rem;height:10.39844375rem;top:58.375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKgPHqFCDui9z0q7JSZ5I7xEJH77dvCN { width:13.5625rem;height:2.923825rem;top:54.3125rem;left:3.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC { display:block; }#V1tTtXQIyTVboJTWZWT6AJymeLIqDPUC > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQwtllzrJFs1TAmrJUu7oSX9cSWC6WeW { width:20rem;height:16.8974375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erPLNitWtG5btofCLf6HktV2T64fGd9h { display:block; }#erPLNitWtG5btofCLf6HktV2T64fGd9h > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phMc7TGK0LTb2bcXzTUNCE4zwlze7dgr { width:20rem;height:1.7871125rem;top:6.2060546875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ID6mihfXc6CR9dVFRupOTaDwI0DqGGA7 { width:17.5rem;height:3.4375rem;top:0.8935546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9SadFE9s0IHvyXk3a0uomzrwCziBcyc { display:block; }
 }@media only screen and (max-width: 763px) { #d7xZlOza6coAaik9X4lm85BZ1FSoMQwS { display:block; }#d7xZlOza6coAaik9X4lm85BZ1FSoMQwS > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3vGShD754KIts3rMaEpVpMWwhIOwUCg { width:17.875rem;height:16.625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3lR0d84BSkdOxaJsq9p2zWrZVNOvIqB { width:17rem;height:9.098625rem;top:6.375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0gORWMaF5yB7DfXixGRks594Ja2K79v { width:13.5625rem;height:1.4619125rem;top:3.5625rem;left:3.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9I2hCLkB7SnuttlOAvcoDcET7Lbbs8x { width:18.0625rem;height:17.8125rem;top:19.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEEpqPaSxoQvB4Bhtc3gN6xyeWo6NJ9Q { width:16.0625rem;height:11.69825rem;top:24.21875rem;left:1.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVBRfgd6eayvh7T086QSFm7PXkBUgpHt { width:17rem;height:2.923825rem;top:20.65625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB { display:block; }#rTHq0bcFcEJhhw1b0wwmPtDMeo6oRfIB > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtRJPEwK6VKE5JxyIoWPzGEhgOWVsJ60 { width:20rem;height:1.7871125rem;top:6.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kk7lU2G7lUO4zrKi1PITN8oMJftzZtSV { width:17.5rem;height:3.4375rem;top:0.912109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOtIRekHHxpIGnSdGeTeNl013Cnxiqvd { display:block; }
 }@media only screen and (max-width: 763px) { #zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc { display:block; }#zlTJGBGc8HOwJm9vUTAhgNoJM5hLRfTc > .row .container { width:20rem;height:62.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8UyqS225Bzawx2ICpG8sBTeT8bUW899 { width:13.5625rem;height:2.923825rem;top:1.625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7fNfqQv5RQuQm1myEXUuyinud69LDnT { width:16.75rem;height:2.5996125rem;top:4.625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiQuQB7soHtp711ePRWgf9xEA3ociNT3 { width:18.25rem;height:8.5625rem;top:1.16796875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtM7ofRNJKuQS3eknZXwE3pZJMNxPBdZ { width:18.3125rem;height:13.625rem;top:11.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mzr3LMy5GfS0IWyRqzaWIOizRTQXh8oT { width:15.125rem;height:6.499rem;top:17.5rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #AylUaiXw1hkcTClZ9s9vW164Q6bsnTk9 { width:13.5625rem;height:1.4619125rem;top:13.4375rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5mL1lBQloWTee5Ma8ZU2Zax6FUXVBwa { width:18.4375rem;height:12rem;top:27.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTQ3SWNfsCIQh1Mt7QQPPBxpg2tDzlU { width:15.125rem;height:6.499rem;top:31.59375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ih6qZRBKdhLHRI1NyaQTHI9qiAtQx4Hu { width:13.5625rem;height:1.4619125rem;top:29.1875rem;left:3.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVl3wk0Vgm32pscNZJz0AwiRrCKKFMKU { width:18.25rem;height:17.1875rem;top:41.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZyRZo93IHbCFqHVZSmQP8TLViF3Suep { width:15.125rem;height:9.098625rem;top:46.625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibklB0CnBgvGFo1gfpoQdqmgXzlE9rsP { width:13.5625rem;height:2.923825rem;top:42.5625rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 { display:block; }#pCtRp7OaORZOGu2CcDsRJftzb4r5mJd5 > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUuEkM4L4locsz2zaUcZr3DSz1Uz5Dib { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhsZ46XXKWk0R7idSEcTVzbN8Zo4Ki6W { width:20rem;height:20rem;top:22.55175rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1aHuXbDT40nW3t230VkOTEh6gFQuzMm { width:20rem;height:20rem;top:43.8535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 { display:block; }#Qw2C5OGgCBA7f0cXT6Oo6hiXh2NCO2L5 > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vct1JkWnvSsxbn1AEIzyQFIztBpVsIbC { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 { display:block; }#GdV5sNOUUaoJCRN8Q1atM56Z5FHWgPx7 > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uycXVfiv3JZqf1KJ5v9laHuwetDvXPUD { width:19.875rem;height:43.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8mNot1yLMVabVNDNtM9AKS2ra6SlvK3 { width:19.75rem;height:1.4619125rem;top:3.6875rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwW8aOhKtRV9Q18PwMdUGK5vu5ia9QH6 { width:20rem;height:22.09665rem;top:7.2119140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJkXVTRM4q5xuz3RUcN2XmSlegVVSptK { width:18rem;height:9.3613125rem;top:30.9619140625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#KJkXVTRM4q5xuz3RUcN2XmSlegVVSptK li:before{  }
 }@media only screen and (max-width: 763px) { #dZW3KCrHVmZ4du5kpCiQKxMy4xeT077X { width:20rem;height:2.5996125rem;top:41.2119140625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OR83q7Iki3pOHFKivv5p7EaxEXCw7EvC { width:19.875rem;height:43.9375rem;top:47.8056640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnJIxI5bmHq7wQ35TkA94r6fgXF4wy5R { width:20rem;height:35.0946875rem;top:55.3525390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXpPhzehQX0hDeGvZ8AGr0iJXBcdVdcT { width:18.3125rem;height:2.923825rem;top:49.51953125rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty { display:block; }#HTDrv8RWXKDshC7XQKmDbzHCWCrRJ2Ty > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5KCeM5HJfkiHBeQhVtTmyL0KqA2hi7d { height:11.2rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI { display:block; }#yFCp0NovJcLWfqBfsZvpEq0TC7QFbTJI > .row .container { width:20rem;height:28.333rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9TURBAp80HwLeNNSor6timZrJd2gzxu { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZB6TpKuspszvIZm6b9gKd1cs6Bhkav1 { width:20rem;height:23.39645625rem;top:4.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lmVpu0yKURD8pbRoqE4bSKr4s272gXwo { display:block; }#lmVpu0yKURD8pbRoqE4bSKr4s272gXwo > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMTSW3hiIL3TrtlsRpgPgZrSmgRsdmMR { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uKMHoQP6e19sLMrctsymmqlo5knsnDWl { display:block; }#uKMHoQP6e19sLMrctsymmqlo5knsnDWl > .row .container { width:20rem;height:14.2470625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G77VFcoU5NlPViwh35sg1RWcNleZMx5p { width:20rem;height:12.99803125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzoJuTtFsLAncNotubVmJNAr9fF9KHWv { display:block; }#AzoJuTtFsLAncNotubVmJNAr9fF9KHWv > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v7bWa40n3Lvy0633wzx168VqByifyKpu { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9WkSD5hC1ZLRnH7MKFSG4KaZ5UHQbeG { width:18.5625rem;height:20.79684375rem;top:7.9375rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW { display:block; }#iBQR7cN6TCoUc07mXRGlPFH19qvPs4mW > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJSBITFM07riLyEFr3Mw8J8sfMPH1TgQ { width:18.25rem;height:16.25rem;top:2.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8GADbpVOWDmvOff3OfRpgzHc9S4uMH { width:16.75rem;height:11.69824375rem;top:5.5rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7S6F6nfTiWcNmSXPRzTZuTbs1cSPhk0 { width:13.5625rem;height:1.4619125rem;top:2.5rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nIKhal9SASveHIfTw70rv8KlozZPJtla { width:18.4375rem;height:13.5625rem;top:19.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4fk2nlrQfeH1fI19eNiUNvw6t2wlvDP { width:15.125rem;height:5.19921875rem;top:25.5625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLxwuHu03fKzdC62TXJfM1X00TicpobH { width:13.5625rem;height:1.4619125rem;top:22.1875rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gx1eB0drAg0pvav8ZPRNzKNpOEhoImps { width:19.875rem;height:17.25rem;top:34.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD3Fz9fTCoJzntDmHnF3HJJlAglsPNRb { width:15.125rem;height:6.499rem;top:42.0625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bzpLxZywg8v0UnI1U9Oiwfzl2idA7yge { width:13.5625rem;height:1.4619125rem;top:38rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhBClPKRgIAVxSxEZon8VLA60fcyz9sn { display:block; }#WhBClPKRgIAVxSxEZon8VLA60fcyz9sn > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQeNEcA42T1Mbe3r8hXUiz3SnA6vuwR2 { width:17.5rem;height:3.4375rem;top:1.099609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbHxhwadNxIdisBspmoKQ1Aue3Bsh8RN { display:block; }
 }@media only screen and (max-width: 763px) { #c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg { display:block; }#c5RtnKECJIIxotTJxcQTh5ueoCwWP0Xg > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLK3pHIZsVhZFUksiNXcnuqxP0VtdmMG { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 { display:block; }#eVIlvaiNLhATvhdurxoQ6tx6k47ApKw3 > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3shB9bOLDaXOnipW4SvFuQtSxTN4b5N { width:18.25rem;height:8.5rem;top:1.16796875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aukrwzU0HbEUoSwzw2UgvF9aUg51Udwc { width:16.75rem;height:2.5996125rem;top:4.625rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gFedivbFbr3DfBphbsMB6xoPT53BlJln { width:13.5625rem;height:1.4619125rem;top:1.625rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dk64yRx7SDrHS3apqe7LWBoRL9V0XcxZ { width:18.1875rem;height:12.6875rem;top:11.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipN24ETLXC0Es03XrH398osf9mTx6ZN { width:13.5625rem;height:1.4619125rem;top:12.5rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsM9WORhHSJ9WPHR0dp1WBd8NvtCIRbA { width:15.125rem;height:9.098625rem;top:14.625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzByDCu0trldemhrOovbgREXFZwT7W1V { display:block; }#NzByDCu0trldemhrOovbgREXFZwT7W1V > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgQ0QTTn4nRwZTy5xxvX9xSkK54M9tkX { width:15.125rem;height:3.8994125rem;top:4.6875rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgcMeUMn71zlN9X5TMEbNOQaaQGZ0UVt { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #GdN0GR5Z6NDR8rPSoBz3eVNodDy2Npps { width:13.5625rem;height:1.4619125rem;top:9.25rem;left:3.21875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m9TJ3CqFQDckT0GSIqOTSTeoPrBWmrUF { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #v9SpCQkRJe5ov9U5TZJDL0F96QCsnwPc { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #xaqhmTtm5JIXKltFbrwTvWsaRCBbXKNy { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:10.875rem; }
 }@media only screen and (max-width: 763px) { #qLs1bashkGZflfRXgR1TTdb64MCsI5oU { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #xM0plq3c1Fv0HT94y1LwnwnI723NwyA4 { width:13.5625rem;height:1.4619125rem;top:18.625rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWJxBC4OoP2wqZcfiyvnhDXAuonEMPFE { width:15.125rem;height:1.29980625rem;top:16.375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k36G6nwdECJKwn1aPl2AfOwe4fc7qB0n { display:flex;width:1.875rem;height:1.875rem;top:13.25rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #oJzAG3FWPIEQhVkh3lfsxqaiWR3EzBeR { display:flex;width:1.875rem;height:1.875rem;top:13.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #dmkwhhx5nNFBg1aJmIlNucHN8xNP9CZz { display:flex;width:1.875rem;height:1.875rem;top:13.25rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #kWyyzbz8ZTgqDSx2zvtUFn53LBXonKNc { display:flex;width:1.875rem;height:1.875rem;top:13.25rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #bMsxDcA8Dpi6dVMKVAx71HuSeMlIrq1b { display:flex;width:1.875rem;height:1.875rem;top:13.25rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #wMx5CffDtzQ9PdFLGTsOnpeH3lUidBc5 { width:13.5625rem;height:1.4619125rem;top:30.125rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukSaOUa2EXBKo7JLSmUZcerhWQTGg9AC { width:16.1875rem;height:3.8994125rem;top:25.5rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfdIqHF2Qv61xN7mzTn5Herao6kMxsQA { display:flex;width:1.875rem;height:1.875rem;top:22.0625rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #wZIfbQ0nmbzUfwxl7SRDTOXG2ggK2mMp { display:flex;width:1.875rem;height:1.875rem;top:22.0625rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #J7UULMh5zqJIwOOM3HpN2h1XwVTLeteP { display:flex;width:1.875rem;height:1.875rem;top:22.0625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #TPtvVZ2bmKc6LJyiMu6xXpQElAOx5fJo { display:flex;width:1.875rem;height:1.875rem;top:22.0625rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #kUBUWH2oKgb4o2zpWCZcRTzpOtihHTuF { display:flex;width:1.875rem;height:1.875rem;top:22.0625rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #ookxMhupw9Php25NbrfmBrdBOOlid9ZF { width:13.5625rem;height:1.4619125rem;top:40.125rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ik175AKlKZNlhn0hPey437UX21DvQlbZ { width:15.125rem;height:2.5996125rem;top:36.9375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvaqzSac5w945eXmGA1AeC3yBM3eUZ7S { display:flex;width:1.875rem;height:1.875rem;top:33.375rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #EEnIrGdNaeg4NpvfVbA6g71gCpC6qtT8 { display:flex;width:1.875rem;height:1.875rem;top:33.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #k9NNEt1HHWGpRmcgO235mp17RQUuqOT9 { display:flex;width:1.875rem;height:1.875rem;top:33.375rem;left:10.875rem; }
 }@media only screen and (max-width: 763px) { #DTowJzQV94fOEpLJLU33PCgxd4c15OpE { display:flex;width:1.875rem;height:1.875rem;top:33.375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #dZuuET7HlkHf3eZKiWBBlupG5PxPQ09M { display:flex;width:1.875rem;height:1.875rem;top:33.375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp { display:block; }#Rkx6WDSh0qIEfthgLVNQSi7I5sJAzGbp > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5llKyirqCDM78McERJarKSPqvJpITfW { width:20rem;height:3.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8kus0KfQ19CxIwV3O2hp3lQkHSeyzT1 { width:20rem;height:6rem;top:8.869140625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSun8UlelJIxBspTB4lvMk1CAkzhu283 { display:block; }#bSun8UlelJIxBspTB4lvMk1CAkzhu283 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaG7xaPqwG25VwM30KQcqoZG4xiTNrgP { width:20rem;height:3.41015625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }