.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,251,228;--color-primary-1:255,235,155;--color-primary-2:255,222,89;--color-primary-3:255,198,53;--color-primary-4:51,44,18;--color-secondary-0:250,222,230;--color-secondary-1:237,146,171;--color-secondary-2:219,37,86;--color-secondary-3:110,19,43;--color-secondary-4:33,6,13;--color-tertiary-0:221,227,228;--color-tertiary-1:143,162,167;--color-tertiary-2:30,69,78;--color-tertiary-3:15,35,39;--color-tertiary-4:5,10,12;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row .container { background-color: transparent; background-image: none; }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row .container > .video-iframe-container { display: none; }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row > .video-iframe-container { display: none; }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .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); }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row .container { border-width: 0; border-radius: 0; }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#qtsMGh662ExJlmMNmQR7ZtosnSyNo0O0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8125rem;left:15.5rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S5WHnnCXqWxbLmP4XHLtNb2KqTy1glBB { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:28rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gc7y3J0Q77Bn4yu4NCdOLKmPGfaa2FK0 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.8125rem;left:34.0625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gbPHWLKtRZ3zBroGIwOpqWUuh5srNxKx { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.84375rem;left:0.9375rem;display:block; }
#HgDAwm91ik7nWUxwFKvIqJl7n3STqxhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row .container { background-color: transparent; background-image: none; }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row .container > .video-iframe-container { display: none; }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row > .video-iframe-container { display: none; }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .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); }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row .container { border-width: 0; border-radius: 0; }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#gwfvNwFKQ3JaZwJnVwaLoM0M3bqaPG2D { color:#ce0000;display:block;width:31.4375rem;position:absolute;font-family:lobster;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TpNFVLZOtlmATlcpnpThqkXPrTpMRHtz { color:rgba(var(--color-tertiary-2),1);display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:1.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UKiwk1SdQT41S19XWuqqrxD2CTazFBrW { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;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:18.625rem;left:8.1875rem;display:block; }
#JLRyneaW6WSzc8ya7gi67iDxIqI0XcEX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbxhlAg8CTsVQxCIi1KvxoPIRbZ03Dk1 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.1875rem;left:3.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WAVZ2rAUf7IBLCOFTEEg3My3hfGsJWh4 { 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:3.625rem;width:3.625rem;top:23.4375rem;left:13.375rem;overflow:hidden;display:block; }
#proziWbIaoaGyTrJWlRmD4IXyZII6Sd6 { 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:3.625rem;width:3.625rem;top:23.4375rem;left:16.9375rem;overflow:hidden;display:block; }
#MmVlKXGZ7J7Skfbs7Vacywk9CEuOBVCe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:23.4375rem;left:20.5rem;overflow:hidden;display:block; }
#gU9zhGIf3RIZTmgxAzJFs44UcNUJraNJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:23.4375rem;left:24.0625rem;overflow:hidden;display:block; }
#tZyuwSXbvBPBP2NGuLiZtDBRr2339bkb { 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:3.625rem;width:3.625rem;top:23.4375rem;left:9.8125rem;overflow:hidden;display:block; }
#zf84AVBRfJ0etNkFH4KvmyWW7KOXz6U5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:23.4375rem;left:6.25rem;overflow:hidden;display:block; }
#QnDN0WLZqxnuw3QrMRBknNPwahnsBwCS { color:rgba(var(--color-tertiary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:5.4375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#klCdWpexekILaC9iN750PRuMEh4CoXwo { 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:28.5rem;width:20.3125rem;top:3.5625rem;left:36.375rem;overflow:hidden;display:block; }
#GTkt3a40m9LXWJcUZ3KPERtWz9h0hCTK { box-sizing:content-box;height:15.1875rem;width:15.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#bbcdaa;background-image:none;top:3.5625rem;left:38rem;border-top:0.0625rem solid #060c17;border-left:0.0625rem solid #060c17;border-right:0.0625rem solid #060c17;border-bottom:0.0625rem solid #060c17;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:38.0625rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#WTSbeUFZEnx1cuILrPEceubbr8uS1dBX { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:9.375rem;left:5.46875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }#WTSbeUFZEnx1cuILrPEceubbr8uS1dBX li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#WTSbeUFZEnx1cuILrPEceubbr8uS1dBX li:before{  }
#scNlepLlmTltIQvaaZX5QMGqI9vElJFF { color:rgba(var(--color-tertiary-2),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.125rem;left:15.28125rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DFI0pwGadNvrg5AdHC5vrLx8NbxaVMQw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;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:27.1875rem;left:21.25rem;display:block; }
#sA2yvyBxXVrQ8QMrb9txet4rBEZdxUud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QUU5a5PDrEZuKJ1p3JeBgZLhU2HEnpf9 { box-sizing:content-box;height:11.25rem;width:51.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:7.5rem;left:4.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rFDSpD1hlUK8aXSJ5QTHo7938RoooGkq { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.375rem;left:47.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#xBSNs1CXIw1bl9aT6kH1LUctuLZXkKsm { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#f8a98c;background-image:none;top:11.21875rem;left:0rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#v4TLpSxOVIcB6qOsMWbUVhTZrwbkRE6G { color:#ce0000;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#sVkcQS8HHm4E6QVpvDGhmgeaM6VPdkUZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.9375rem;left:31.5625rem; }
#BvIZElhREPC2ZtGdUxMc06woIedV0vFS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.9375rem;left:28.4375rem; }
#nz7r2RrSqO37sNByolsCdOoR6tWx4mDT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.9375rem;left:25.375rem; }
#G7rz8NEOshMkviwa1MonrpOT4TTyxBee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbcdaa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row .container { background-color: transparent; background-image: none; }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row .container > .video-iframe-container { display: none; }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row > .video-iframe-container { display: none; }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .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); }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row .container { border-width: 0; border-radius: 0; }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#VOnrpWthXQIwEyXoOSHLCkzHToLT4TJM { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#apThbU9yxCcwdpr5q0UXBiBbiomUmT1p { 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:22.875rem;width:22.875rem;top:10.625rem;left:18.5625rem;overflow:hidden;display:block; }
#vnffNvwD3ndB9DmKZrmPihRpvm5vtnXr { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:0.9375rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vJe0ZSLcZsTkUPHwJpuIsnbxRHZe7lFH { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:7.875rem;left:0.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ikPn4FIkNA5kDunJOiBIednsPHBH0nhn { color:rgba(var(--color-tertiary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.4375rem;left:2.4375rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VA92n5WowuZTHrXvyqQ7144iNVOk7Bdg { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:28.625rem;left:0.9375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VJvNMJZp1OASXXFchc99u4aU6boI1lki { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.4375rem;left:41.65625rem;height:5.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LvNV10HVbrXnnn9w9hDEBhCt0L1rikKb { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:28.625rem;left:40.875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vSATGLPtbsQ3Hqf2MnwFpSMG0QwT6FF2 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.625rem;left:42.09375rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NM8FmV6zxIhXgse6k8wy53haWzT6achd { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.875rem;left:40.875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CgLD5IlSQKk66mOkZdyapOLB5UPmtIZI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:16.1875rem;left:40.875rem; }
#bESuAiLc7UB2an5GvTbOPEo1h4TQGp5L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.25rem;left:40.875rem; }
#GziZ2TytMA1Zr883Q0TUe5RMGuOxA2Pl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:16.1875rem;left:16.1875rem; }
#ltx3EAeCSCHC23z0l3ry5nqNxZaxDFZb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:23.25rem;left:16.1875rem; }
#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row .container { background-color: transparent; background-image: none; }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row .container > .video-iframe-container { display: none; }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row > .video-iframe-container { display: none; }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .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); }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row .container { border-width: 0; border-radius: 0; }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;position:relative;display:block; }#DLbTqzoilWGlBFlq1ppp0bz1QBk5sTX3 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.28125rem;left:0rem;height:3.0625rem;text-align:center;text-align-last:center;display:block; }
#G9ugtJJ6QedtInFUxNMVpdqSa7Basa88 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.875rem;left:5.25rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H3zv8krMF1Be1wE1vTki9MHhaGkTJPcz { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:22.5625rem;left:1.625rem;height:1.75rem;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; }
#FKbIk4Ms972UhSd3zdNrrlCykKc07e7U { position:absolute;display:block;z-index:14999;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:29.125rem;width:17.875rem;top:12.0625rem;left:42.007303370786rem;overflow:hidden;display:block; }
#TkyXwk6eXFRuor3ThRt1uKJWdz8HWTdB { color:rgba(var(--color-tertiary-2),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:26.1875rem;left:1.625rem;height:6.5rem;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; }
#QvFJRTBP4xCA2yWZGubL61tvso9doyFW { color:rgba(var(--color-tertiary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.625rem;height:1.75rem;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; }
#erOIXFvlDKixiTzAmnOMWCoTsuPAx7Gf { color:rgba(var(--color-tertiary-2),1);display:block;width:41rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:14rem;left:1.625rem;height:6.5rem;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; }
#oQyCvoKBNLaplwxhlxxCFB5fg5zDZDrC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.125rem;left:22.75rem;display:block; }
#nTmTFpEJgNXbviTxdf4B5hmmvnmD6QSd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row .container { background-color: transparent; background-image: none; }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row .container > .video-iframe-container { display: none; }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row > .video-iframe-container { display: none; }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .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); }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row .container { border-width: 0; border-radius: 0; }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;overflow:visible;position:relative;display:block; }#MHuTETVxsJlDoXxRSugAnKrf0PhBQgur { 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:20.9375rem;width:20.9375rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#hOiFOgIUUlbIxQJOGBSu0MqLC4NXuyLi { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.25rem;left:23.5625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#I5Qxs3UaobN80zqmwkzUgdFdKwphIxa9 { color:#ce0000;display:block;width:55.75rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OhPfLFd9KEWvSCTFmeBOflBrnU4S7Oqd { color:#ce0000;display:block;width:25.5rem;position:absolute;font-family:lobster;font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.75rem;left:23.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#eQ9Ngh2Rta4w4bxaFepHX2zQPk5r03Lk { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.6875rem;left:23.5625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n9FcUEwykG9Zy22NMWv5HqNSPenT0hLR { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.96875rem;left:23.5625rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#C5TXm1Zh0QivEcnGPPJWXuaO7Fb6ubdw { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.1875rem;left:23.5625rem;height:2.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt { z-index:;position:relative;display:block; }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt { background-color: transparent; background-image: none; }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt > .row .container > .video-iframe-container { display: none; }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt > .row > .video-iframe-container { display: none; }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt > .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); }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt { border-width: 0; border-radius: 0; }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt > .row .container { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:83.5rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ypHXOxPxCcVPduZfEyctDZGVVoB7rqqH { 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:20rem;width:20rem;top:14.6875rem;left:20rem;overflow:hidden;display:block; }
#NhmIf0KMgPiWhTbZdxgoiDF5uXB6BIU5 { 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:20rem;width:20rem;top:45.5625rem;left:0.625rem;overflow:hidden;display:block; }
#iqkZGCNOuHCTkPKw4KFyEGNxsBNDQE9H { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.25rem;left:1.4375rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ERZoqaDRhtCAsK3xeu5Biq8JbgmQIgul { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.8125rem;left:1.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gDNH7hHHDUhL1GDHVAsihUs972Xy3miv { color:#000000;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8125rem;left:5.25rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X9SAxRcO8xENy4qq1SHcNe0bT3JlDTzb { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:36.8125rem;left:22.125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#krzPlGSIOEyoUJCaTXdUHuNHhhLvVd6T { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:39.25rem;left:20.9375rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ILtcMHNQGu92JvOKa6CJFE7nCtf4gPUN { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:36.8125rem;left:42.6875rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hREboC8l0C4aqwB0P6t1VGyAAxdUTF2H { color:rgba(var(--color-tertiary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:39.25rem;left:41.0625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q1eraw3538bxIlkx4DVdiqf6Uv8xDS4d { position:absolute;display:block;z-index:15023;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:14.8125rem;width:12rem;top:45.5625rem;left:21.625rem;overflow:hidden;display:block; }
#HcOmi4XvGWZ0EM53QRHX52uak49leebr { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:10.8125rem;top:49.8125rem;left:27.625rem;overflow:hidden;display:block; }
#utwZbLWtC1PBrMGfw53f6SdfNETnE9Ml { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:70.1875rem;left:1.4375rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TaucnopAwpGBL3TVFCNgW28SbuKsEgoK { color:rgba(var(--color-tertiary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:67.0625rem;left:3.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cQxmrJDoTieOusHZkEuMU1bZgMDKDJMK { 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:20rem;width:20rem;top:14.6875rem;left:40rem;overflow:hidden;display:block; }
#KRtQwGd6WUdCS8x5zTWW4BFZVZ5TJaHs { color:rgba(var(--color-tertiary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:67.0625rem;left:19.4375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pvXVeL9osmkFgnkpk8BCBsOrGu6Shfl8 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:70.1875rem;left:22.625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nRRhwKyhlvGcW1hMSpDLhTOC4SehVsOA { position:absolute;display:block;z-index:14999;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:10.625rem;width:19.1875rem;top:24.125rem;left:2.5rem;overflow:hidden;display:block; }
#oy8sOkrMcPit2GiMGMf00sRrQsqG8iOH { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:70.1875rem;left:41.0625rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zvW7vTpBz2SET8SJ4rqJsblI7v7hfnth { color:rgba(var(--color-tertiary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:67.0625rem;left:38.8125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#O7bm5x7nX0WBIm3nbrExUsMdfzatXiwG { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:8.375rem;top:46.5rem;left:45.3125rem;overflow:hidden;display:block; }
#SHoIauk9t3ReDyeboOKcsprA6IPRwx2E { 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:10.3125rem;width:18.5625rem;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#eXxxWK3l8tM99G8xCv47yVnirbUTKnoR { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:76.875rem;left:22.75rem;display:block; }
#LZEE6GqihafnZ7pZwBpsbAKbvNgeBHUm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DAThTO8zk1N3MnKfcZ9m1ZfecSlaTmiU { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#suaTryrw2RT0kLSD5p4RGeKfz76JZDJS { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:#bbcdaa;background-image:none;top:9.1875rem;left:2.5rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#p3TTbvLTQ8H9liBi2XIa80Ja9UHrInJh { box-sizing:content-box;height:12.625rem;width:12.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#f8a98c;background-image:none;top:49.1875rem;left:45.5625rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row .container { background-color: transparent; background-image: none; }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row .container > .video-iframe-container { display: none; }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row > .video-iframe-container { display: none; }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .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); }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row .container { border-width: 0; border-radius: 0; }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row .container { font-size:0.875rem;font-family:arial;height:91.75rem;width:60rem;overflow:visible;position:relative;display:block; }#rNNb8fP322ehKgWnvpmqqgqkSJaDOFcb { color:#fffee5;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xwKBZ40CkDv2xsuXgrQ6t2zxVM8Ma6cH { color:#fffee5;display:block;width:60rem;position:absolute;font-family:lobster;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#WlXWIt9IAVJFmi1Gdhq7mxhfnpAenxdV { position:absolute;display:block;z-index:15038;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:10.1875rem;width:18.6875rem;top:59.8125rem;left:1.0625rem;overflow:hidden;display:block; }
#A74fK5JdIGxOcia6gePQ7uQT8N14UP8H { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:25.875rem;width:23.0625rem;top:11.1875rem;left:34.9375rem;overflow:hidden;display:block; }
#MNxUeRvA1ONKlHuyqTvERupL5emJyRZ4 { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:15.25rem;width:26.125rem;top:22.625rem;left:3.84375rem;overflow:hidden;display:block; }
#ov5Vvya076T6HEXLGJf19XJ4FcSVmhvT { position:absolute;display:block;z-index:15041;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:9.0625rem;width:31.5625rem;top:11.1875rem;left:1.125rem;overflow:hidden;display:block; }
#ZCsR6PFRSI5bbfK7xCpdAd9u1qddxlbT { position:absolute;display:block;z-index:15041;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:17.625rem;width:33.5rem;top:40.1875rem;left:1.0625rem;overflow:hidden;display:block; }
#ydch77H06xumAM3TikR9UwsBRfPvHWNn { position:absolute;display:block;z-index:15041;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:41.5625rem;width:20.5rem;top:40.1875rem;left:36.75rem;overflow:hidden;display:block; }
#ZQVSQD5w9FvZ97ysDymsiG7PE00HcWJa { position:absolute;display:block;z-index:15040;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:4.5rem;width:13.8125rem;top:61.4375rem;left:21.375rem;overflow:hidden;display:block; }
#Pp7JZudCMbVkqe4ciErC96uBAJpzQs5q { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:16.6875rem;width:15.75rem;top:72rem;left:1.0625rem;overflow:hidden;display:block; }
#uKKQbIXDhx34rtfZZnw9pPnF9XKH4ktk { position:absolute;display:block;z-index:15039;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:4.4375rem;width:24rem;top:83.5rem;left:18.8125rem;overflow:hidden;display:block; }
#Q0My6daexVsGh4dx3XSUNPB0eTrheAS5 { position:absolute;display:block;z-index:15040;border-top:0.5rem solid rgba(var(--color-tertiary-2),1);border-left:0.5rem solid rgba(var(--color-tertiary-2),1);border-right:0.5rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.5rem solid rgba(var(--color-tertiary-2),1);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: none;height:7.5rem;width:15.5rem;top:72rem;left:18.8125rem;overflow:hidden;display:block; }
#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl { background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row .container { background-color: transparent; background-image: none; }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row .container > .video-iframe-container { display: none; }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row > .video-iframe-container { display: none; }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .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); }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row .container { border-width: 0; border-radius: 0; }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;overflow:visible;position:relative;display:block; }#P2WI6x75ONGXGtmXFna3UcuuTGJRE76k { color:rgba(var(--color-tertiary-2),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1875rem;left:1.46875rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FVse059i6cAPpZ8C8QG4gQKPGcaauf0Z { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.4375rem;left:38.9375rem;display:block; }
#yGdavT5vMrkU0ROATbd2VuarFsi8ATFt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VChmN5WU0HZa4Mmz8TQ92WTevhi4OrcZ { 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:18.875rem;width:18.875rem;top:11.1875rem;left:38.25rem;overflow:hidden;display:block; }
#eUymGQWoLduNa8uoewKXqKFLqpPrPBLp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:rubik;font-size:2.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:6.875rem;text-align:center;text-align-last:center;display:block; }
#qcG3w4IHBOkVdJhwqr9U5sy39rfJmtc3 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:25.5rem;left:6.625rem;height:11.625rem;text-align:left;text-align-last:left;display:block; }#qcG3w4IHBOkVdJhwqr9U5sy39rfJmtc3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qcG3w4IHBOkVdJhwqr9U5sy39rfJmtc3 li:before{  }
#UQDy2pQi8EVXPxZLT2mP5mcy7QTNUO1C { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:23.125rem;left:6rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GXb4CGaHJdFE1AbafXrl7pdrErb5ii6s { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:18.8125rem;left:5.5rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NLLviWRfCeUJ8FELu4i68PuOoIyFlwLJ { box-sizing:content-box;height:22.3125rem;width:19.8125rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:17.25rem;left:5.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#CGudsmsLs1JWRT7aOCDVk4WqNH6qyZf5 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:31.625rem;left:48.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xe1ekM8ozvErVsgyTByQsh7TOxuZAVqA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:19.28125rem;left:29.3125rem; }
#QpufrKRlKAnRKXrzKzVcJfynbvUL3OeN { color:rgba(var(--color-secondary-2),1);display:block;width:7.25rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:31.1875rem;left:41.6875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV { z-index:;position:relative;display:block; }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV { background-color: transparent; background-image: none; }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV > .row .container > .video-iframe-container { display: none; }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV > .row > .video-iframe-container { display: none; }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV > .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); }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV { border-width: 0; border-radius: 0; }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV > .row .container > .video-iframe-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV > .row .container { background-color:#bbcdaa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:118.5rem;width:60rem;border-top:0.25rem solid rgba(var(--color-tertiary-2),1);border-left:0.25rem solid rgba(var(--color-tertiary-2),1);border-right:0.25rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-2),1);box-shadow: none;overflow:visible;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:relative;display:block; }#lQO40eeKpiG1CwATbELuVrCQPlwEiIBM { background-color:rgba(var(--color-secondary-2),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 #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:4.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:109.8125rem;left:33.5rem;display:block; }
#ih0h5IU0K6eVk02i5kTW7cBBHh1BXEZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VID2MHT3gNinsQC7FimT9mqPUxJ10GCT { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:8.5625rem;left:23.3125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#K42CsGv3U9rNp8Ir0SoNIF52iiVUQ3Xo { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:12.8125rem;top:11.5625rem;left:5.0625rem;overflow:hidden;display:block; }
#erNgvMXeFH8lS5X5n70v5Tv0pinOipHC { 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.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:4.0625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:109.9375rem;left:9.625rem;display:block; }
#oXhZIhbSaTxGIn4ZQbKf2EleWdgAG9Tk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QL2sQSNKyPH6rU9MVfvgpTpZgNtZwvfV { color:rgba(var(--color-secondary-2),1);display:block;width:7.25rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:102.8125rem;left:11.375rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f65c7nBwRQyZsTnQLaoWnX9btfv2CTEe { box-sizing:content-box;height:7.3125rem;width:19.8125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:101.5625rem;left:7.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#wzpth9WPyHwzzQKHsRZZH4EPuZ4kELbT { color:rgba(var(--color-secondary-2),1);display:block;width:8.375rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:102.8125rem;left:35rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GU0FaD0WLCVVo7vXpTJQnC0T8ulNVbCA { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:106.0625rem;left:33.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wBWrgTbTk2Ti8wAvrzTFwJLkUtvmSrMr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:94.875rem;left:15.625rem; }
#mGS8LMteelx3FzAv2qSTWWsyMM3cRwUA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:94.875rem;left:40.1875rem; }
#gD3D4RTzRFgprJRIoDalqfh4AGuLM0T5 { box-sizing:content-box;height:19.4375rem;width:19.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.5625rem;left:1.6875rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#wFzOeBpOSmpvw43WXsfQXRI6MFORyL0b { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:13.5rem;left:23.3125rem;height:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#MUVUWHERWDDrtn34KtPgngEqAq7bgQad { color:rgba(var(--color-tertiary-2),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:36rem;left:23.3125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Q0ZUxDDR3W3avIqiFxeHITXRqd7K9tQE { color:rgba(var(--color-tertiary-2),1);display:block;width:6.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:103.25rem;left:42.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aORJ4VNEn9zZnG7ByCHc5svLByP38hT7 { color:rgba(var(--color-tertiary-2),1);display:block;width:4.8125rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:103.21875rem;left:18.5625rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#I6ru2zMCvQcRD8OXgbIS5iZrGnp3JXtb { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:106.125rem;left:8.75rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GigZVAVB2BzxGo3lAtSrkuwTIItmH8ub { box-sizing:content-box;height:7.3125rem;width:19.8125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:101.5625rem;left:32.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
#m6WsZPJPF6OciPvdbGnHPChRTzpDE62A { box-sizing:content-box;height:16.875rem;width:16.875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:50.375rem;left:33.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#gCH8OfMicVZd6PmhlDN1SRPru6n0F2B4 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:52.375rem;left:35.75rem;overflow:hidden;display:block; }
#HsazXffIU3qTlQmWVToyn6uuXf6EnS7M { box-sizing:content-box;height:17.75rem;width:19.5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:69.75rem;left:8rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#uvP0cJRlQfHNa5IqzKTRgpSZca2tAwCe { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:71.0625rem;left:8rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Bx5Ce9aokx63wp6ZCS333nkwlrRbVNb9 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:13.875rem;top:51.875rem;left:10.8125rem;overflow:hidden;display:block; }
#udTPHgxppbOB8h1fITX5NZx4sWo93Jyx { color:rgba(var(--color-tertiary-2),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:77.6875rem;left:9.25rem;height:8.4375rem;text-align:justify;text-align-last:initial;display:block; }#udTPHgxppbOB8h1fITX5NZx4sWo93Jyx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#udTPHgxppbOB8h1fITX5NZx4sWo93Jyx li:before{  }
#J1EnEqxxRgNSvwOtzRSGFkGUCT516xpu { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:75.3125rem;left:9.0625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kXw7S78IkHbpVU9hHt94gTD9Maf4hJRa { color:rgba(var(--color-tertiary-2),1);display:block;width:47.8125rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:43.5rem;left:7.0625rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zgggX4f4MS5Wdml44vNzJ0srtUoIQWaM { box-sizing:content-box;height:22.875rem;width:19.5rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;top:69.75rem;left:32.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fatExZhy2lUBPuCQ2GsiJS3ETCH8dCv8 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:77.6875rem;left:33.3125rem;height:;text-align:justify;text-align-last:initial;display:block; }#fatExZhy2lUBPuCQ2GsiJS3ETCH8dCv8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fatExZhy2lUBPuCQ2GsiJS3ETCH8dCv8 li:before{  }
#TvtPcgq8gSWTikVUZcAgWLTyA7BBq0XA { color:rgba(var(--color-tertiary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:75.3125rem;left:33.5625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qDnNDCb73QlzUzQU6V9dwokc9ml8UDd9 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:71.0625rem;left:32.5rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NdCgEgX9SGyzg8yMkAFOCsnFWDXIZ6bO { box-sizing:content-box;height:16.875rem;width:16.875rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:50.375rem;left:9.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#wOoH54MAmTTTJnDGVwxPJl75EFMuaOHA { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:lobster;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row .container { background-color: transparent; background-image: none; }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row .container > .video-iframe-container { display: none; }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row > .video-iframe-container { display: none; }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .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); }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row .container { border-width: 0; border-radius: 0; }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#O0WqiZ9OuogR6TaPM2XcvZ7NzyTemehf { color:rgba(var(--color-tertiary-2),1);display:block;width:32.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:1.1875rem;left:13.9375rem;height:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ { display:block; }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtsMGh662ExJlmMNmQR7ZtosnSyNo0O0 { top:1.8125rem;left:9.375rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5WHnnCXqWxbLmP4XHLtNb2KqTy1glBB { top:1.8125rem;left:21.875rem;width:5.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc7y3J0Q77Bn4yu4NCdOLKmPGfaa2FK0 { top:1.8125rem;left:27.9375rem;width:5.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbPHWLKtRZ3zBroGIwOpqWUuh5srNxKx { width:13.3125rem;height:3.0625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgDAwm91ik7nWUxwFKvIqJl7n3STqxhr { display:block; }
 }@media only screen and (max-width: 763px) { #GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc { display:block; }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwfvNwFKQ3JaZwJnVwaLoM0M3bqaPG2D { top:2.875rem;left:0rem;width:31.4375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpNFVLZOtlmATlcpnpThqkXPrTpMRHtz { top:8rem;left:0rem;width:28.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKiwk1SdQT41S19XWuqqrxD2CTazFBrW { width:17.5rem;height:3.4375rem;top:18.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLRyneaW6WSzc8ya7gi67iDxIqI0XcEX { display:block; }
 }@media only screen and (max-width: 763px) { #NbxhlAg8CTsVQxCIi1KvxoPIRbZ03Dk1 { top:28.1875rem;left:0rem;width:26.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAVZ2rAUf7IBLCOFTEEg3My3hfGsJWh4 { top:23.4375rem;left:7.25rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #proziWbIaoaGyTrJWlRmD4IXyZII6Sd6 { top:23.4375rem;left:10.8125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmVlKXGZ7J7Skfbs7Vacywk9CEuOBVCe { top:23.4375rem;left:14.375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU9zhGIf3RIZTmgxAzJFs44UcNUJraNJ { top:23.4375rem;left:17.9375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZyuwSXbvBPBP2NGuLiZtDBRr2339bkb { top:23.4375rem;left:3.6875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf84AVBRfJ0etNkFH4KvmyWW7KOXz6U5 { top:23.4375rem;left:0.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnDN0WLZqxnuw3QrMRBknNPwahnsBwCS { top:11.6875rem;left:0rem;width:23.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klCdWpexekILaC9iN750PRuMEh4CoXwo { top:3.5625rem;left:27.4375rem;width:20.3125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTkt3a40m9LXWJcUZ3KPERtWz9h0hCTK { top:3.5625rem;left:31.875rem;width:15.1875rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTSbeUFZEnx1cuILrPEceubbr8uS1dBX { top:9.375rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.25rem;display:block; }#WTSbeUFZEnx1cuILrPEceubbr8uS1dBX li:before{  }
 }@media only screen and (max-width: 763px) { #scNlepLlmTltIQvaaZX5QMGqI9vElJFF { top:21.125rem;left:9.15625rem;width:29.4375rem;height:4rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFI0pwGadNvrg5AdHC5vrLx8NbxaVMQw { width:17.5rem;height:3.4375rem;top:27.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA2yvyBxXVrQ8QMrb9txet4rBEZdxUud { display:block; }
 }@media only screen and (max-width: 763px) { #QUU5a5PDrEZuKJ1p3JeBgZLhU2HEnpf9 { top:7.5rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFDSpD1hlUK8aXSJ5QTHo7938RoooGkq { top:2.375rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBSNs1CXIw1bl9aT6kH1LUctuLZXkKsm { top:11.1875rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TLpSxOVIcB6qOsMWbUVhTZrwbkRE6G { top:1.75rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVkcQS8HHm4E6QVpvDGhmgeaM6VPdkUZ { top:32.9375rem;left:25.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvIZElhREPC2ZtGdUxMc06woIedV0vFS { top:32.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz7r2RrSqO37sNByolsCdOoR6tWx4mDT { top:32.9375rem;left:19.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7rz8NEOshMkviwa1MonrpOT4TTyxBee { display:block; }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOnrpWthXQIwEyXoOSHLCkzHToLT4TJM { top:1.8125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apThbU9yxCcwdpr5q0UXBiBbiomUmT1p { top:10.625rem;left:12.4375rem;width:22.875rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnffNvwD3ndB9DmKZrmPihRpvm5vtnXr { top:10.625rem;left:0rem;width:18.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJe0ZSLcZsTkUPHwJpuIsnbxRHZe7lFH { top:7.875rem;left:0rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikPn4FIkNA5kDunJOiBIednsPHBH0nhn { top:31.4375rem;left:0rem;width:15.375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA92n5WowuZTHrXvyqQ7144iNVOk7Bdg { top:28.625rem;left:0rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJvNMJZp1OASXXFchc99u4aU6boI1lki { top:31.4375rem;left:30.9375rem;width:16.8125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvNV10HVbrXnnn9w9hDEBhCt0L1rikKb { top:28.625rem;left:29.375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSATGLPtbsQ3Hqf2MnwFpSMG0QwT6FF2 { top:10.625rem;left:31.8125rem;width:15.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM8FmV6zxIhXgse6k8wy53haWzT6achd { top:7.875rem;left:29.375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgLD5IlSQKk66mOkZdyapOLB5UPmtIZI { top:16.1875rem;left:34.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bESuAiLc7UB2an5GvTbOPEo1h4TQGp5L { top:23.25rem;left:34.75rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GziZ2TytMA1Zr883Q0TUe5RMGuOxA2Pl { top:16.1875rem;left:10.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltx3EAeCSCHC23z0l3ry5nqNxZaxDFZb { top:23.25rem;left:10.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ { display:block; }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLbTqzoilWGlBFlq1ppp0bz1QBk5sTX3 { top:1.25rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ugtJJ6QedtInFUxNMVpdqSa7Basa88 { top:5.875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3zv8krMF1Be1wE1vTki9MHhaGkTJPcz { top:22.5625rem;left:0rem;width:23.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbIk4Ms972UhSd3zdNrrlCykKc07e7U { top:12.0625rem;left:29.875rem;width:17.875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyXwk6eXFRuor3ThRt1uKJWdz8HWTdB { top:26.1875rem;left:0rem;width:26.8125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvFJRTBP4xCA2yWZGubL61tvso9doyFW { top:10.875rem;left:0rem;width:9.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erOIXFvlDKixiTzAmnOMWCoTsuPAx7Gf { top:14rem;left:0rem;width:41rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQyCvoKBNLaplwxhlxxCFB5fg5zDZDrC { width:14.5rem;height:3.4375rem;top:35.125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTmTFpEJgNXbviTxdf4B5hmmvnmD6QSd { display:block; }
 }@media only screen and (max-width: 763px) { #TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 { display:block; }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHuTETVxsJlDoXxRSugAnKrf0PhBQgur { top:7.9375rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOiFOgIUUlbIxQJOGBSu0MqLC4NXuyLi { top:25.25rem;left:11.3125rem;width:36.4375rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Qxs3UaobN80zqmwkzUgdFdKwphIxa9 { top:1.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhPfLFd9KEWvSCTFmeBOflBrnU4S7Oqd { top:6.75rem;left:17.4375rem;width:25.5rem;height:3.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ9Ngh2Rta4w4bxaFepHX2zQPk5r03Lk { top:11.6875rem;left:11.3125rem;width:36.4375rem;height:4.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9FcUEwykG9Zy22NMWv5HqNSPenT0hLR { top:16.9375rem;left:11.3125rem;width:36.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5TXm1Zh0QivEcnGPPJWXuaO7Fb6ubdw { top:21.1875rem;left:11.3125rem;width:36.4375rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwkDi66fePbXCb3DexIwOXJyKJhuWhLt { display:block; }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypHXOxPxCcVPduZfEyctDZGVVoB7rqqH { top:14.6875rem;left:13.875rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhmIf0KMgPiWhTbZdxgoiDF5uXB6BIU5 { top:45.5625rem;left:0rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqkZGCNOuHCTkPKw4KFyEGNxsBNDQE9H { top:39.25rem;left:0rem;width:18.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERZoqaDRhtCAsK3xeu5Biq8JbgmQIgul { top:36.8125rem;left:0rem;width:17.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDNH7hHHDUhL1GDHVAsihUs972Xy3miv { top:6.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9SAxRcO8xENy4qq1SHcNe0bT3JlDTzb { top:36.8125rem;left:16rem;width:15.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krzPlGSIOEyoUJCaTXdUHuNHhhLvVd6T { top:39.25rem;left:14.8125rem;width:19.3125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILtcMHNQGu92JvOKa6CJFE7nCtf4gPUN { top:36.8125rem;left:32.1875rem;width:15.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hREboC8l0C4aqwB0P6t1VGyAAxdUTF2H { top:39.25rem;left:28.8125rem;width:18.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1eraw3538bxIlkx4DVdiqf6Uv8xDS4d { top:45.5625rem;left:15.5rem;width:12rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOmi4XvGWZ0EM53QRHX52uak49leebr { top:49.8125rem;left:21.5rem;width:10.8125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utwZbLWtC1PBrMGfw53f6SdfNETnE9Ml { top:70.1875rem;left:0rem;width:18.375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaucnopAwpGBL3TVFCNgW28SbuKsEgoK { top:67.0625rem;left:0rem;width:13.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQxmrJDoTieOusHZkEuMU1bZgMDKDJMK { top:14.6875rem;left:27.75rem;width:20rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRtQwGd6WUdCS8x5zTWW4BFZVZ5TJaHs { top:67.0625rem;left:13.3125rem;width:21.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvXVeL9osmkFgnkpk8BCBsOrGu6Shfl8 { top:70.1875rem;left:16.5rem;width:15.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRRhwKyhlvGcW1hMSpDLhTOC4SehVsOA { top:24.125rem;left:0rem;width:19.1875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy8sOkrMcPit2GiMGMf00sRrQsqG8iOH { top:70.1875rem;left:30.9375rem;width:16.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvW7vTpBz2SET8SJ4rqJsblI7v7hfnth { top:67.0625rem;left:26.5625rem;width:21.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7bm5x7nX0WBIm3nbrExUsMdfzatXiwG { top:46.5rem;left:39.1875rem;width:8.375rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHoIauk9t3ReDyeboOKcsprA6IPRwx2E { top:13.875rem;left:0rem;width:18.5625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXxxWK3l8tM99G8xCv47yVnirbUTKnoR { width:14.5rem;height:3.4375rem;top:76.875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEE6GqihafnZ7pZwBpsbAKbvNgeBHUm { display:block; }
 }@media only screen and (max-width: 763px) { #DAThTO8zk1N3MnKfcZ9m1ZfecSlaTmiU { top:2.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #suaTryrw2RT0kLSD5p4RGeKfz76JZDJS { top:9.1875rem;left:0rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3TTbvLTQ8H9liBi2XIa80Ja9UHrInJh { top:49.1875rem;left:35rem;width:12.625rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR { display:block; }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNNb8fP322ehKgWnvpmqqgqkSJaDOFcb { top:1.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwKBZ40CkDv2xsuXgrQ6t2zxVM8Ma6cH { top:5.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlXWIt9IAVJFmi1Gdhq7mxhfnpAenxdV { top:59.8125rem;left:0rem;width:18.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A74fK5JdIGxOcia6gePQ7uQT8N14UP8H { top:11.1875rem;left:23.6875rem;width:23.0625rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNxUeRvA1ONKlHuyqTvERupL5emJyRZ4 { top:22.625rem;left:0rem;width:26.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov5Vvya076T6HEXLGJf19XJ4FcSVmhvT { top:11.1875rem;left:0rem;width:31.5625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCsR6PFRSI5bbfK7xCpdAd9u1qddxlbT { top:40.1875rem;left:0rem;width:33.5rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydch77H06xumAM3TikR9UwsBRfPvHWNn { top:40.1875rem;left:26.25rem;width:20.5rem;height:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQVSQD5w9FvZ97ysDymsiG7PE00HcWJa { top:61.4375rem;left:15.25rem;width:13.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp7JZudCMbVkqe4ciErC96uBAJpzQs5q { top:72rem;left:0rem;width:15.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKQbIXDhx34rtfZZnw9pPnF9XKH4ktk { top:83.5rem;left:12.6875rem;width:24rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0My6daexVsGh4dx3XSUNPB0eTrheAS5 { top:72rem;left:12.6875rem;width:15.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl { display:block; }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2WI6x75ONGXGtmXFna3UcuuTGJRE76k { top:11.1875rem;left:0rem;width:27.25rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVse059i6cAPpZ8C8QG4gQKPGcaauf0Z { width:17.4375rem;height:3.8125rem;top:35.4375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGdavT5vMrkU0ROATbd2VuarFsi8ATFt { display:block; }
 }@media only screen and (max-width: 763px) { #VChmN5WU0HZa4Mmz8TQ92WTevhi4OrcZ { top:11.1875rem;left:28.875rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUymGQWoLduNa8uoewKXqKFLqpPrPBLp { top:2.1875rem;left:0rem;width:47.75rem;height:6.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcG3w4IHBOkVdJhwqr9U5sy39rfJmtc3 { top:25.5rem;left:0.5rem;width:17.0625rem;height:;font-size:1.125rem;display:block; }#qcG3w4IHBOkVdJhwqr9U5sy39rfJmtc3 li:before{  }
 }@media only screen and (max-width: 763px) { #UQDy2pQi8EVXPxZLT2mP5mcy7QTNUO1C { top:23.125rem;left:0rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXb4CGaHJdFE1AbafXrl7pdrErb5ii6s { top:18.8125rem;left:0rem;width:19.375rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLLviWRfCeUJ8FELu4i68PuOoIyFlwLJ { top:17.25rem;left:0rem;width:19.8125rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGudsmsLs1JWRT7aOCDVk4WqNH6qyZf5 { top:31.625rem;left:42.75rem;width:4.8125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe1ekM8ozvErVsgyTByQsh7TOxuZAVqA { top:19.25rem;left:23.1875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpufrKRlKAnRKXrzKzVcJfynbvUL3OeN { top:31.1875rem;left:35.5625rem;width:7.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV { display:block; }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQO40eeKpiG1CwATbELuVrCQPlwEiIBM { width:17.5625rem;height:4.125rem;top:109.8125rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0h5IU0K6eVk02i5kTW7cBBHh1BXEZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #VID2MHT3gNinsQC7FimT9mqPUxJ10GCT { top:8.5625rem;left:13.75rem;width:34rem;height:3.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K42CsGv3U9rNp8Ir0SoNIF52iiVUQ3Xo { top:11.5625rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erNgvMXeFH8lS5X5n70v5Tv0pinOipHC { width:16.25rem;height:4.0625rem;top:109.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXhZIhbSaTxGIn4ZQbKf2EleWdgAG9Tk { display:block; }
 }@media only screen and (max-width: 763px) { #QL2sQSNKyPH6rU9MVfvgpTpZgNtZwvfV { top:102.8125rem;left:5.25rem;width:7.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65c7nBwRQyZsTnQLaoWnX9btfv2CTEe { top:101.5625rem;left:1.75rem;width:19.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzpth9WPyHwzzQKHsRZZH4EPuZ4kELbT { top:102.8125rem;left:28.875rem;width:8.375rem;height:3.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU0FaD0WLCVVo7vXpTJQnC0T8ulNVbCA { top:106.0625rem;left:27.125rem;width:18.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBWrgTbTk2Ti8wAvrzTFwJLkUtvmSrMr { top:94.875rem;left:9.5rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGS8LMteelx3FzAv2qSTWWsyMM3cRwUA { top:94.875rem;left:34.0625rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD3D4RTzRFgprJRIoDalqfh4AGuLM0T5 { top:8.5625rem;left:0rem;width:19.4375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFzOeBpOSmpvw43WXsfQXRI6MFORyL0b { top:13.5rem;left:13.75rem;width:34rem;height:21.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUVUWHERWDDrtn34KtPgngEqAq7bgQad { top:36rem;left:13.75rem;width:34rem;height:4.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZUxDDR3W3avIqiFxeHITXRqd7K9tQE { top:103.25rem;left:36.8125rem;width:6.8125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aORJ4VNEn9zZnG7ByCHc5svLByP38hT7 { top:103.1875rem;left:12.4375rem;width:4.8125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ru2zMCvQcRD8OXgbIS5iZrGnp3JXtb { top:106.125rem;left:2.625rem;width:18.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GigZVAVB2BzxGo3lAtSrkuwTIItmH8ub { top:101.5625rem;left:26.1875rem;width:19.8125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6WsZPJPF6OciPvdbGnHPChRTzpDE62A { top:50.375rem;left:27.625rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCH8OfMicVZd6PmhlDN1SRPru6n0F2B4 { top:52.375rem;left:29.625rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsazXffIU3qTlQmWVToyn6uuXf6EnS7M { top:69.75rem;left:1.875rem;width:19.5rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvP0cJRlQfHNa5IqzKTRgpSZca2tAwCe { top:71.0625rem;left:1.875rem;width:19.375rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx5Ce9aokx63wp6ZCS333nkwlrRbVNb9 { top:51.875rem;left:4.6875rem;width:13.875rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udTPHgxppbOB8h1fITX5NZx4sWo93Jyx { top:77.6875rem;left:3.125rem;width:17.0625rem;height:8.4375rem;font-size:1.125rem;display:block; }#udTPHgxppbOB8h1fITX5NZx4sWo93Jyx li:before{  }
 }@media only screen and (max-width: 763px) { #J1EnEqxxRgNSvwOtzRSGFkGUCT516xpu { top:75.3125rem;left:2.9375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXw7S78IkHbpVU9hHt94gTD9Maf4hJRa { top:43.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgggX4f4MS5Wdml44vNzJ0srtUoIQWaM { top:69.75rem;left:26.375rem;width:19.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fatExZhy2lUBPuCQ2GsiJS3ETCH8dCv8 { top:77.6875rem;left:27.1875rem;width:17.9375rem;height:;font-size:1.125rem;display:block; }#fatExZhy2lUBPuCQ2GsiJS3ETCH8dCv8 li:before{  }
 }@media only screen and (max-width: 763px) { #TvtPcgq8gSWTikVUZcAgWLTyA7BBq0XA { top:75.3125rem;left:27.4375rem;width:18.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDnNDCb73QlzUzQU6V9dwokc9ml8UDd9 { top:71.0625rem;left:26.375rem;width:19.375rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdCgEgX9SGyzg8yMkAFOCsnFWDXIZ6bO { top:50.375rem;left:3.25rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOoH54MAmTTTJnDGVwxPJl75EFMuaOHA { top:2.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ { display:block; }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0WqiZ9OuogR6TaPM2XcvZ7NzyTemehf { top:1.1875rem;left:7.8125rem;width:32.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ { position:relative;z-index:auto;display:block; }#PZJOl9N79dOTog0gqgLMBRbIMQ1Pv0zQ > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtsMGh662ExJlmMNmQR7ZtosnSyNo0O0 { width:12.4375rem;height:1.4375rem;top:5.5625rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5WHnnCXqWxbLmP4XHLtNb2KqTy1glBB { width:5.5rem;height:1.4375rem;top:5.5625rem;left:13.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gc7y3J0Q77Bn4yu4NCdOLKmPGfaa2FK0 { width:5rem;height:1.4375rem;top:7.875rem;left:11.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbPHWLKtRZ3zBroGIwOpqWUuh5srNxKx { width:13.3125rem;height:3.0625rem;top:1.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgDAwm91ik7nWUxwFKvIqJl7n3STqxhr { display:block; }
 }@media only screen and (max-width: 763px) { #GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc { display:block; }#GEboN1Op9Bn2u6Lz3KGZ9XqS4Ct9Ncbc > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwfvNwFKQ3JaZwJnVwaLoM0M3bqaPG2D { width:16.75rem;height:5.125rem;top:26rem;left:1.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpNFVLZOtlmATlcpnpThqkXPrTpMRHtz { width:14.8125rem;height:3.25rem;top:32.3125rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKiwk1SdQT41S19XWuqqrxD2CTazFBrW { width:15.625rem;height:3.4375rem;top:44.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLRyneaW6WSzc8ya7gi67iDxIqI0XcEX { display:block; }
 }@media only screen and (max-width: 763px) { #NbxhlAg8CTsVQxCIi1KvxoPIRbZ03Dk1 { width:13.375rem;height:3.25rem;top:48.75rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WAVZ2rAUf7IBLCOFTEEg3My3hfGsJWh4 { width:3.625rem;height:3.625rem;top:53.5rem;left:6.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #proziWbIaoaGyTrJWlRmD4IXyZII6Sd6 { width:3.625rem;height:3.625rem;top:53.5rem;left:9.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MmVlKXGZ7J7Skfbs7Vacywk9CEuOBVCe { width:3.625rem;height:3.625rem;top:53.5rem;left:12.625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gU9zhGIf3RIZTmgxAzJFs44UcNUJraNJ { width:3.625rem;height:3.625rem;top:53.5rem;left:15.625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #tZyuwSXbvBPBP2NGuLiZtDBRr2339bkb { width:3.625rem;height:3.625rem;top:53.5rem;left:3.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #zf84AVBRfJ0etNkFH4KvmyWW7KOXz6U5 { width:3.625rem;height:3.625rem;top:53.5rem;left:0.8125rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #QnDN0WLZqxnuw3QrMRBknNPwahnsBwCS { width:19.875rem;height:6.5rem;top:36.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klCdWpexekILaC9iN750PRuMEh4CoXwo { width:13.5rem;height:19.0625rem;top:4rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTkt3a40m9LXWJcUZ3KPERtWz9h0hCTK { width:19.875rem;height:20.125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTSbeUFZEnx1cuILrPEceubbr8uS1dBX { width:17.1875rem;height:18.125rem;top:9.875rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#WTSbeUFZEnx1cuILrPEceubbr8uS1dBX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WTSbeUFZEnx1cuILrPEceubbr8uS1dBX li:before{  }
 }@media only screen and (max-width: 763px) { #scNlepLlmTltIQvaaZX5QMGqI9vElJFF { width:20rem;height:3.625rem;top:34.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFI0pwGadNvrg5AdHC5vrLx8NbxaVMQw { width:17.5rem;height:3.4375rem;top:39.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA2yvyBxXVrQ8QMrb9txet4rBEZdxUud { display:block; }
 }@media only screen and (max-width: 763px) { #QUU5a5PDrEZuKJ1p3JeBgZLhU2HEnpf9 { width:20rem;height:21.3125rem;top:8.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rFDSpD1hlUK8aXSJ5QTHo7938RoooGkq { width:10.9375rem;height:10.9375rem;top:21.125rem;left:4.5rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #xBSNs1CXIw1bl9aT6kH1LUctuLZXkKsm { width:10.3125rem;height:10.3125rem;top:5.5rem;left:4.8125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #v4TLpSxOVIcB6qOsMWbUVhTZrwbkRE6G { width:20rem;height:2.4375rem;top:1.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVkcQS8HHm4E6QVpvDGhmgeaM6VPdkUZ { display:flex;width:3.125rem;height:3.125rem;top:45.5625rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #BvIZElhREPC2ZtGdUxMc06woIedV0vFS { display:flex;width:3.125rem;height:3.125rem;top:45.5625rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #nz7r2RrSqO37sNByolsCdOoR6tWx4mDT { display:flex;width:3.125rem;height:3.125rem;top:45.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #G7rz8NEOshMkviwa1MonrpOT4TTyxBee { display:block; }#G7rz8NEOshMkviwa1MonrpOT4TTyxBee > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOnrpWthXQIwEyXoOSHLCkzHToLT4TJM { width:20rem;height:4.375rem;top:2.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apThbU9yxCcwdpr5q0UXBiBbiomUmT1p { width:16.6875rem;height:16.6875rem;top:8.9375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnffNvwD3ndB9DmKZrmPihRpvm5vtnXr { width:18.375rem;height:4.3125rem;top:31.0625rem;left:0.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJe0ZSLcZsTkUPHwJpuIsnbxRHZe7lFH { width:18.375rem;height:1.625rem;top:28.125rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikPn4FIkNA5kDunJOiBIednsPHBH0nhn { width:15.375rem;height:5.75rem;top:49.4375rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VA92n5WowuZTHrXvyqQ7144iNVOk7Bdg { width:18.375rem;height:1.625rem;top:46.5625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJvNMJZp1OASXXFchc99u4aU6boI1lki { width:16.8125rem;height:5.75rem;top:60rem;left:1.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvNV10HVbrXnnn9w9hDEBhCt0L1rikKb { width:18.375rem;height:1.625rem;top:57.0625rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSATGLPtbsQ3Hqf2MnwFpSMG0QwT6FF2 { width:15.9375rem;height:4.3125rem;top:40rem;left:2.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NM8FmV6zxIhXgse6k8wy53haWzT6achd { width:18.375rem;height:1.625rem;top:37.1875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgLD5IlSQKk66mOkZdyapOLB5UPmtIZI { display:flex;width:3.1875rem;height:3.1875rem;top:42.625rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bESuAiLc7UB2an5GvTbOPEo1h4TQGp5L { display:flex;width:3.1875rem;height:3.1875rem;top:49.6875rem;left:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GziZ2TytMA1Zr883Q0TUe5RMGuOxA2Pl { display:flex;width:3.1875rem;height:3.1875rem;top:42.625rem;left:-2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltx3EAeCSCHC23z0l3ry5nqNxZaxDFZb { display:flex;width:3.1875rem;height:3.1875rem;top:49.6875rem;left:-2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ { display:block; }#WV6Bpf2wL2aRZpylbH2uIIQdcCcxS6sQ > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLbTqzoilWGlBFlq1ppp0bz1QBk5sTX3 { width:19.25rem;height:7.6875rem;top:1.59375rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9ugtJJ6QedtInFUxNMVpdqSa7Basa88 { width:19.1875rem;height:2rem;top:10.8125rem;left:0.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3zv8krMF1Be1wE1vTki9MHhaGkTJPcz { width:13.6875rem;height:3.5rem;top:14.75rem;left:3.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKbIk4Ms972UhSd3zdNrrlCykKc07e7U { width:14.5625rem;height:23.75rem;top:58.125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkyXwk6eXFRuor3ThRt1uKJWdz8HWTdB { width:17.5rem;height:13rem;top:19.75rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvFJRTBP4xCA2yWZGubL61tvso9doyFW { width:9.125rem;height:1.75rem;top:33.9375rem;left:5.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erOIXFvlDKixiTzAmnOMWCoTsuPAx7Gf { width:17.9375rem;height:19.5rem;top:37.1875rem;left:1.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oQyCvoKBNLaplwxhlxxCFB5fg5zDZDrC { width:14.5rem;height:3.4375rem;top:81.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTmTFpEJgNXbviTxdf4B5hmmvnmD6QSd { display:block; }
 }@media only screen and (max-width: 763px) { #TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 { display:block; }#TMAJGLfZvrkTv2uux9rGTU6IXrDtNdZ5 > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MHuTETVxsJlDoXxRSugAnKrf0PhBQgur { width:20rem;height:20rem;top:2.4375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hOiFOgIUUlbIxQJOGBSu0MqLC4NXuyLi { width:20rem;height:9rem;top:52.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5Qxs3UaobN80zqmwkzUgdFdKwphIxa9 { width:20rem;height:4.625rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;font-family:rubik;display:none; }
 }@media only screen and (max-width: 763px) { #OhPfLFd9KEWvSCTFmeBOflBrnU4S7Oqd { width:20rem;height:2.5rem;top:24.625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQ9Ngh2Rta4w4bxaFepHX2zQPk5r03Lk { width:17.125rem;height:10.5rem;top:29.3125rem;left:1.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9FcUEwykG9Zy22NMWv5HqNSPenT0hLR { width:19.3125rem;height:4.5rem;top:41.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5TXm1Zh0QivEcnGPPJWXuaO7Fb6ubdw { width:20rem;height:3rem;top:47.625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwkDi66fePbXCb3DexIwOXJyKJhuWhLt { display:block; }#AwkDi66fePbXCb3DexIwOXJyKJhuWhLt > .row .container { width:20rem;height:181.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ypHXOxPxCcVPduZfEyctDZGVVoB7rqqH { width:16.75rem;height:16.75rem;top:39.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhmIf0KMgPiWhTbZdxgoiDF5uXB6BIU5 { width:18.375rem;height:18.375rem;top:92.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqkZGCNOuHCTkPKw4KFyEGNxsBNDQE9H { width:18.375rem;height:3.75rem;top:34.125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERZoqaDRhtCAsK3xeu5Biq8JbgmQIgul { width:16.9375rem;height:1.4375rem;top:31.8125rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDNH7hHHDUhL1GDHVAsihUs972Xy3miv { width:20rem;height:3.25rem;top:7.005859375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9SAxRcO8xENy4qq1SHcNe0bT3JlDTzb { width:13.75rem;height:1.4375rem;top:57.625rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krzPlGSIOEyoUJCaTXdUHuNHhhLvVd6T { width:19.3125rem;height:3.75rem;top:60.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ILtcMHNQGu92JvOKa6CJFE7nCtf4gPUN { width:13.75rem;height:1.4375rem;top:84.8125rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hREboC8l0C4aqwB0P6t1VGyAAxdUTF2H { width:18.375rem;height:3.75rem;top:87.25rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1eraw3538bxIlkx4DVdiqf6Uv8xDS4d { width:12rem;height:14.8125rem;top:120.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcOmi4XvGWZ0EM53QRHX52uak49leebr { width:10.8125rem;height:14.5rem;top:124.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utwZbLWtC1PBrMGfw53f6SdfNETnE9Ml { width:18.375rem;height:3.75rem;top:115.125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaucnopAwpGBL3TVFCNgW28SbuKsEgoK { width:13.75rem;height:1.4375rem;top:113rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQxmrJDoTieOusHZkEuMU1bZgMDKDJMK { width:17.625rem;height:17.625rem;top:65.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRtQwGd6WUdCS8x5zTWW4BFZVZ5TJaHs { width:20rem;height:1.4375rem;top:140.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvXVeL9osmkFgnkpk8BCBsOrGu6Shfl8 { width:15.9375rem;height:3.75rem;top:142.9375rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRRhwKyhlvGcW1hMSpDLhTOC4SehVsOA { width:18.8125rem;height:10.3125rem;top:20.125rem;left:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oy8sOkrMcPit2GiMGMf00sRrQsqG8iOH { width:15.9375rem;height:3.75rem;top:170.5625rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zvW7vTpBz2SET8SJ4rqJsblI7v7hfnth { width:20rem;height:1.4375rem;top:167.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7bm5x7nX0WBIm3nbrExUsMdfzatXiwG { width:8.375rem;height:18.1875rem;top:148.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHoIauk9t3ReDyeboOKcsprA6IPRwx2E { width:18.5625rem;height:10.3125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXxxWK3l8tM99G8xCv47yVnirbUTKnoR { width:17.5rem;height:3.4375rem;top:175.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZEE6GqihafnZ7pZwBpsbAKbvNgeBHUm { display:block; }
 }@media only screen and (max-width: 763px) { #DAThTO8zk1N3MnKfcZ9m1ZfecSlaTmiU { width:15rem;height:5.125rem;top:0.9375rem;left:2.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suaTryrw2RT0kLSD5p4RGeKfz76JZDJS { width:12.625rem;height:12.625rem;top:9.1875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3TTbvLTQ8H9liBi2XIa80Ja9UHrInJh { width:12.625rem;height:12.625rem;top:49.1875rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR { display:block; }#sfcU5BJWePmNz56nPvVI3rDgVXPOiSDR > .row .container { width:20rem;height:160.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNNb8fP322ehKgWnvpmqqgqkSJaDOFcb { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xwKBZ40CkDv2xsuXgrQ6t2zxVM8Ma6cH { width:18.6875rem;height:3.875rem;top:7.1875rem;left:0.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlXWIt9IAVJFmi1Gdhq7mxhfnpAenxdV { width:18.6875rem;height:10.1875rem;top:31.03125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A74fK5JdIGxOcia6gePQ7uQT8N14UP8H { width:19rem;height:21.31640625rem;top:110.3330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNxUeRvA1ONKlHuyqTvERupL5emJyRZ4 { width:19rem;height:11.0908203125rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov5Vvya076T6HEXLGJf19XJ4FcSVmhvT { width:19rem;height:5.455078125rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCsR6PFRSI5bbfK7xCpdAd9u1qddxlbT { width:19rem;height:9.99609375rem;top:138.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydch77H06xumAM3TikR9UwsBRfPvHWNn { width:19rem;height:38.5205078125rem;top:70rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQVSQD5w9FvZ97ysDymsiG7PE00HcWJa { width:13.8125rem;height:4.5rem;top:43.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp7JZudCMbVkqe4ciErC96uBAJpzQs5q { width:15.75rem;height:16.6875rem;top:12.3583984375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKQbIXDhx34rtfZZnw9pPnF9XKH4ktk { width:19rem;height:3.5126953125rem;top:133.5869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0My6daexVsGh4dx3XSUNPB0eTrheAS5 { width:15.5rem;height:7.5rem;top:150.9208984375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl { display:block; }#Jth6ECzHU5zrxlrKmIT6bqRE5BohlfTl > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2WI6x75ONGXGtmXFna3UcuuTGJRE76k { width:20rem;height:3rem;top:11.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FVse059i6cAPpZ8C8QG4gQKPGcaauf0Z { width:14.8125rem;height:3.8125rem;top:60.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGdavT5vMrkU0ROATbd2VuarFsi8ATFt { display:block; }
 }@media only screen and (max-width: 763px) { #VChmN5WU0HZa4Mmz8TQ92WTevhi4OrcZ { width:16.125rem;height:16.125rem;top:16.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUymGQWoLduNa8uoewKXqKFLqpPrPBLp { width:20rem;height:7.3125rem;top:2.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qcG3w4IHBOkVdJhwqr9U5sy39rfJmtc3 { width:17.0625rem;height:11.625rem;top:43.25rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#qcG3w4IHBOkVdJhwqr9U5sy39rfJmtc3 li:before{  }
 }@media only screen and (max-width: 763px) { #UQDy2pQi8EVXPxZLT2mP5mcy7QTNUO1C { width:18.375rem;height:1.625rem;top:40.25rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXb4CGaHJdFE1AbafXrl7pdrErb5ii6s { width:19.375rem;height:3.5rem;top:35.9375rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLLviWRfCeUJ8FELu4i68PuOoIyFlwLJ { width:19.8125rem;height:22.3125rem;top:17.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGudsmsLs1JWRT7aOCDVk4WqNH6qyZf5 { width:4.8125rem;height:2.25rem;top:57.3125rem;left:10.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xe1ekM8ozvErVsgyTByQsh7TOxuZAVqA { display:flex;width:4.3125rem;height:4.3125rem;top:19.25rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpufrKRlKAnRKXrzKzVcJfynbvUL3OeN { width:7.25rem;height:2.875rem;top:57rem;left:3.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV { display:block; }#PJVqHHQ1KoT75TSNVZiFTK5UQHEaiRFV > .row .container { width:20rem;height:182.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQO40eeKpiG1CwATbELuVrCQPlwEiIBM { width:17.5rem;height:4rem;top:127.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ih0h5IU0K6eVk02i5kTW7cBBHh1BXEZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #VID2MHT3gNinsQC7FimT9mqPUxJ10GCT { width:16.9375rem;height:4.5rem;top:27rem;left:1.53125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K42CsGv3U9rNp8Ir0SoNIF52iiVUQ3Xo { width:10rem;height:10rem;top:12.09375rem;left:5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #erNgvMXeFH8lS5X5n70v5Tv0pinOipHC { width:16.25rem;height:4.0625rem;top:174.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXhZIhbSaTxGIn4ZQbKf2EleWdgAG9Tk { display:block; }
 }@media only screen and (max-width: 763px) { #QL2sQSNKyPH6rU9MVfvgpTpZgNtZwvfV { width:6.6875rem;height:2.875rem;top:171.1875rem;left:4.3125rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f65c7nBwRQyZsTnQLaoWnX9btfv2CTEe { width:17.875rem;height:8.25rem;top:90.75rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzpth9WPyHwzzQKHsRZZH4EPuZ4kELbT { width:7.1875rem;height:2.75rem;top:120.9375rem;left:3.5625rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GU0FaD0WLCVVo7vXpTJQnC0T8ulNVbCA { width:17.375rem;height:1.4375rem;top:124.4375rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBWrgTbTk2Ti8wAvrzTFwJLkUtvmSrMr { display:flex;width:4.3125rem;height:4.3125rem;top:137.3125rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGS8LMteelx3FzAv2qSTWWsyMM3cRwUA { display:flex;width:4.3125rem;height:4.3125rem;top:139.0625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gD3D4RTzRFgprJRIoDalqfh4AGuLM0T5 { width:15.1875rem;height:15.1875rem;top:9.4375rem;left:2.34375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wFzOeBpOSmpvw43WXsfQXRI6MFORyL0b { width:19.75rem;height:30rem;top:32.8125rem;left:0.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUVUWHERWDDrtn34KtPgngEqAq7bgQad { width:19.125rem;height:7.5rem;top:64.5rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0ZUxDDR3W3avIqiFxeHITXRqd7K9tQE { width:5.75rem;height:2.25rem;top:121.1875rem;left:10.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aORJ4VNEn9zZnG7ByCHc5svLByP38hT7 { width:4.8125rem;height:2.25rem;top:171.5rem;left:10.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6ru2zMCvQcRD8OXgbIS5iZrGnp3JXtb { width:18.1875rem;height:0;top:227.9375rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GigZVAVB2BzxGo3lAtSrkuwTIItmH8ub { width:19.8125rem;height:7.3125rem;top:101.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6WsZPJPF6OciPvdbGnHPChRTzpDE62A { width:16.875rem;height:16.875rem;top:77.9375rem;left:1.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #gCH8OfMicVZd6PmhlDN1SRPru6n0F2B4 { width:12.875rem;height:12.875rem;top:79.9375rem;left:3.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HsazXffIU3qTlQmWVToyn6uuXf6EnS7M { width:19.5rem;height:17.75rem;top:152rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvP0cJRlQfHNa5IqzKTRgpSZca2tAwCe { width:19.375rem;height:3.5rem;top:153.3125rem;left:0.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bx5Ce9aokx63wp6ZCS333nkwlrRbVNb9 { width:13.875rem;height:13.875rem;top:134.9375rem;left:3.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #udTPHgxppbOB8h1fITX5NZx4sWo93Jyx { width:17.0625rem;height:8.4375rem;top:159.9375rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#udTPHgxppbOB8h1fITX5NZx4sWo93Jyx li:before{  }
 }@media only screen and (max-width: 763px) { #J1EnEqxxRgNSvwOtzRSGFkGUCT516xpu { width:18.375rem;height:1.625rem;top:157.5625rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXw7S78IkHbpVU9hHt94gTD9Maf4hJRa { width:20rem;height:2.5625rem;top:73.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgggX4f4MS5Wdml44vNzJ0srtUoIQWaM { width:19.5rem;height:22.875rem;top:96.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fatExZhy2lUBPuCQ2GsiJS3ETCH8dCv8 { width:17.9375rem;height:13.6875rem;top:104.5625rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }#fatExZhy2lUBPuCQ2GsiJS3ETCH8dCv8 li:before{  }
 }@media only screen and (max-width: 763px) { #TvtPcgq8gSWTikVUZcAgWLTyA7BBq0XA { width:18.375rem;height:1.625rem;top:102.1875rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDnNDCb73QlzUzQU6V9dwokc9ml8UDd9 { width:19.375rem;height:3.5rem;top:97.9375rem;left:0.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdCgEgX9SGyzg8yMkAFOCsnFWDXIZ6bO { width:16.875rem;height:16.875rem;top:133.4375rem;left:1.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wOoH54MAmTTTJnDGVwxPJl75EFMuaOHA { width:18.375rem;height:5.125rem;top:1.84375rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ { display:block; }#xvZnn8DtrTVqkyc4OzkEBcyX8LghKxeJ > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O0WqiZ9OuogR6TaPM2XcvZ7NzyTemehf { width:20rem;height:2.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }