.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,237,246;--color-primary-1:255,196,224;--color-primary-2:255,136,192;--color-primary-3:128,68,96;--color-primary-4:38,20,29;--color-secondary-0:222,237,225;--color-secondary-1:145,195,156;--color-secondary-2:35,134,57;--color-secondary-3:18,67,29;--color-secondary-4:5,20,9;--color-tertiary-0:255,255,255;--color-tertiary-1:255,243,212;--color-tertiary-2:255,215,112;--color-tertiary-3:128,108,56;--color-tertiary-4:25,21,11;--headlines-font-family:"Russo One";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row .container { background-color: transparent; background-image: none; }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row .container > .video-iframe-container { display: none; }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row > .video-iframe-container { display: none; }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .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); }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row .container { border-width: 0; border-radius: 0; }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#oisR1w25ySIX5HkecTzIoICL6IT1z6et { color:rgba(var(--color-tertiary-4),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:2.0031249523163rem;left:0.8125rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q8LaafTlxlpUGbAxgZnTb5Wn6HdOIwRq { z-index:15004;top:1.21875rem;left:59.812500953674rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MQnwzKq29ZQZJmAHfI10TTpvvICCPB49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o { background-color:rgba(var(--color-tertiary-0),0);background-image:none;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; }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row .container { background-color: transparent; background-image: none; }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row .container > .video-iframe-container { display: none; }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row > .video-iframe-container { display: none; }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .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); }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row .container { border-width: 0; border-radius: 0; }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;overflow:visible;position:relative;display:block; }#BgH8AlaPeD9E0o84FkncMpAC6rt3XE4M { color:rgba(var(--color-primary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:8.1875rem;left:1.8125rem;height:15.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#llCFkcN0m7Nq20BOzEVwkhVDacF8Qr03 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:24.875rem;left:2rem;height:10.9375rem;font-style:normal;display:block; }
#nJFgbcAQCmauLpPRLNL58ZA2uRa6FCTb { z-index:15003;top:47.4375rem;left:1.8125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Cv9CmZOMqymrl8pOV0RymnVxP4htPkwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XkmK8qDn74E8nZmDpWiQZIECDbEmAV5X { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:49.175001144409rem;left:40.687500953674rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IzEA7PGCpCHZBEODiLN9dbNp3ra2N8FO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:38.4375rem;left:3.1875rem;height:1.6625rem;font-style:normal;display:block; }
#OfBtR9x4wWaA2FIVC3w2Cc9apcgIsRpx { box-sizing:content-box;height:2.625rem;width:17.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38rem;left:2.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#FpQoqFXVXf7tBy2lH3yalgylNMslhHVA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:38.5rem;left:21.4375rem;height:1.6625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z9TvDkvoDhqZciV2eMERmd2clRqGxN9t { box-sizing:content-box;height:2.625rem;width:17.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38rem;left:20.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#iuekTfnQQ15WH3RCJR234Ptq5ZU4L9Q0 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:42.375rem;left:3rem;height:1.6625rem;font-style:normal;display:block; }
#xkS8krK9W4r0J21A7H2H9Ef7ETiqMiUn { box-sizing:content-box;height:2.625rem;width:17.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42rem;left:2.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#gXbspXruZbaa1oTiGMJTLXL73bAqwxha { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:51.9375rem;left:2rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#tLQRDz5OGlqhI30dSIttqDcQtO2VZ7OO { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:39.5625rem;width:24.9375rem;top:8.1875rem;left:46.125000953674rem;overflow:hidden;display:block; }
#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row .container { background-color: transparent; background-image: none; }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row .container > .video-iframe-container { display: none; }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row > .video-iframe-container { display: none; }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .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); }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row .container { border-width: 0; border-radius: 0; }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#hwnQykST7CBLx0o6p3m9btZesUo9nxX0 { color:#ffd770;display:block;width:31rem;position:absolute;font-family:"russo one";font-size:2.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.49609375rem;left:2.46875rem;height:2.775rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#T2CIhPVSIP6Dpq0VQh2gvtWxLaanSrnV { color:#000000;display:block;width:55.0625rem;position:absolute;font-family:"russo one";font-size:3.8125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:5.4328136444092rem;left:2.46875rem;height:9.1484375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VNP86S6OGqQSBRIIT1olPMfaTpFHlSOI { box-sizing:content-box;height:24.8125rem;width:22.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:1.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#UDBTaAyquwdTWETs9dhB4Q78Std3QUnT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:30.125rem;left:3.4375rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9By5QMgx38Z0ticqXAAI9ZpG0OT2hOg { color:#fdf1f7;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.5rem;left:3.1875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ur8QUTDnG9bEeO1o6ewHtLBc6wgWMsBg { box-sizing:content-box;height:24.75rem;width:22.0625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:26.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Ja1Oma6FlxFaP6kdV4Lbd9u8pouBqCyr { box-sizing:content-box;height:24.8125rem;width:22.0625rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:51rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#hTke8qS2EeQO2oXxD6lrxxtB8hiTPMCf { color:#fdf1f7;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.5rem;left:27.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZJ49iSVwkEsVR7vU13mW11ZMcvBJE26Q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:29.4375rem;left:30rem;height:10rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNlBwx0ex7En0QIosiC55ypno3lZU8yH { color:#fdf1f7;display:block;width:20.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.5rem;left:51.625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTJ4qQBhuAI2uM1o4Pppwg9BHGTSNQ6J { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:32.1875rem;left:52.5rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNK0tBHczRK8V1TFWoyS6sAUmaglWNaa { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:17.75rem;left:8.5rem; }
#GNtmVQTJIwbfxdnpmmsT10WJxOTvOF8f { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:8.4375rem;width:8.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:18rem;left:33.75rem; }
#sTThhEwpaZseA0SwKhk7wdE37fEQDiT6 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:7.625rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:18.375rem;left:58.1875rem; }
#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 { position:relative;display:block; }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 { background-color: transparent; background-image: none; }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 > .row .container > .video-iframe-container { display: none; }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 > .row > .video-iframe-container { display: none; }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 > .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); }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 { border-width: 0; border-radius: 0; }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bNs5NduIAMUvdPruv1NTTAysk9E7NMdl { color:#ffd770;display:block;width:31rem;position:absolute;font-family:"russo one";font-size:2.3125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:2.37109375rem;left:2.03125rem;height:2.775rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NOBVgKLA0utx8JSqEV1bhQlaHrNggpGp { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"russo one";font-size:4.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.375rem;left:2.03125rem;height:15.2988125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TgQXqsPwEc8xuGTfmqDIPQ35wpmz4PD9 { color:#090507;display:block;width:40.875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:23.374219894409rem;left:2.03125rem;height:21.74805625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yMOfk9ZiT86evwZToHUzacr4tMOZkyNk { box-sizing:content-box;height:9.875rem;width:24.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5625rem;left:46.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Q2SBbvB06LgwObagJFczJ0gddlSmZCuW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:6.1875rem;left:53.6875rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EGvkFG2TEDOGAz8HWb2OhF0ZVLI5gUo3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:3.4375rem;left:53.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSq5cZRaZQCNrEfZyZZy85PAOEqJR8ze { box-sizing:content-box;height:14rem;width:24.9375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:46.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QpQ0dJPpWDCXbNWWn6ZLwucOFSU6wBEM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:18.1875rem;left:53.875rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BwkuiZ40zPFuEypuuWeJJpVLdIQmvglL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:15.5rem;left:53.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NZyMAfqrou2sBoMfUTJsE5fgGT7XbAxh { box-sizing:content-box;height:15.125rem;width:24.9375rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.25rem;left:46.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#KOPHDQdKTTXTFwOwbkIyxKgL74v47TK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:33.6875rem;left:54.1875rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e3dvsbVXFQL3MCINT4AU57aarfkQ0iUi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:30.9375rem;left:54rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vklVDub2mVNLgWd4wvveNrcki6Iw8DO1 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:4.125rem;left:48.125rem; }
#r7mT72EzylD8WSATbp3tN1CT8oKe67ZL { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:18.5625rem;left:48.125rem; }
#LQBqWpBOMfMXn26SFXm4BBRUGSMheRM1 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:34.4375rem;left:48.125rem; }
#oGBa5VubV74cGXUvZIcTWosH0xo00HxX { position:relative;display:block; }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX { background-color: transparent; background-image: none; }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX > .row .container > .video-iframe-container { display: none; }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX > .row > .video-iframe-container { display: none; }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX > .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); }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX { border-width: 0; border-radius: 0; }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:141.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qgivTBh2hypOovWDJ77TGgyL7vEzGoJK { color:#ffd770;display:block;width:31rem;position:absolute;font-family:"russo one";font-size:2.3125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:1.37109375rem;left:22.812500953674rem;height:2.775rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QyTxUzT2rxsfEo1ZvIpKm1zI9xM6OEkp { color:#000000;display:block;width:67.625rem;position:absolute;font-family:"russo one";font-size:4.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:5.3125rem;left:4.5rem;height:15.2988125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qs7TylGbmEh8qT7Ptzu5ofGGd2u14mmw { color:#090507;display:block;width:67.5625rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:21.624219894409rem;left:3.71875rem;height:7.6113125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MrJfkTzTerfDVssa3ffg23l49GcFdqDL { box-sizing:content-box;height:8.125rem;width:16.625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:1.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#SPXK7Ch89E4kx16x2pzrTmVebaoFPlGr { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:43.23828125rem;left:9.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PNR9aK6sxM8JFvpnm4v52Xkg4MhzBIUX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:30.1875rem;left:1.3125rem;height:6.3994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n30NU2Ac88Itpsxx4a5EDpKI7g7M6PRT { box-sizing:content-box;height:7.8125rem;width:16.625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:20.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#KW1utqPtauTrtfTiou7tXe5t91M1RFTx { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.6;letter-spacing:0;top:35.4375rem;left:22.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t89fCRSXaSVh34DTLpmCUSJEXzX7tSfk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:29.9375rem;left:19.125rem;height:6.3994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVdbu7sRlBJb5sBDmn7cAV1VyyaMIIZw { box-sizing:content-box;height:7.8125rem;width:16.625rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-secondary-1),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:38.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tiX6BBw0Nev30xGgvSgzbrHLoqXsAsVD { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:35.25rem;left:39.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTVvbIqtKOdgTsRibl6VQ0P1omLf5uuN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:30rem;left:42.125rem;height:6.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcwH1fwI3WTTNMr26yvsciHLRhLUyEZT { box-sizing:content-box;height:7.8125rem;width:16.625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.125rem;left:57rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#voIx9PHQA67yxbmNyf7lqT859C5bfB2k { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:35.625rem;left:58.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OztXDnFV7A6tyVrLdiQxartp7ETQGpZG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:30.125rem;left:61rem;height:6.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AomRWv7gTbgR2MoTuJ8lFSFN4nINTQpe { box-sizing:content-box;height:8.125rem;width:20.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:42.375rem;left:3.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MVcE9epDNWVyfwsnBo6gDKnKmNHN8rgf { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:44.875rem;left:9.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tdwU75AuVEV3fgMCHVuk2sWrgvhLBxpM { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:47.3125rem;left:4.5625rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nZ78ZKRuf2Wy7dTdIXdW9DoBWTzCAouX { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:43.1875rem;left:4.5625rem; }
#RmHU2ibk2VCJse01gfcKgtKEem5volRz { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:43.25rem;left:32.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a51ArHHTrOOVaMbbekWpvfgHvmJazWKa { box-sizing:content-box;height:8.125rem;width:19.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:42.5rem;left:27.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#kbkcMLI2DMwbnXkOfADKKqpRNtEmeutQ { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:45rem;left:32.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rJJ4LLFXvsW9AIQWb9xXerDTzff47h42 { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:47.4375rem;left:28.0625rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gb4ea5QiOyKWXJKPD00gsVC2qHPhMzZF { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:43.3125rem;left:28rem; }
#NNv1DqTOIXCx8G6iJt6BaRICFxbX4Kwv { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15049;line-height:1.6;letter-spacing:0;top:43.25rem;left:55.1875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vmFm4eMpGvc9iTtU3CqVt49k7CcPyxsW { box-sizing:content-box;height:8.125rem;width:21.625rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:42.375rem;left:49.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#frbkITngGM9y3UoTfyfvJaGng6ZIt0rp { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.6;letter-spacing:0;top:44.875rem;left:55.1875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ykrmdTaa8ES1UJdBDzIZqTIWPLRQkVTP { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:47.3125rem;left:50.75rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dd7kr0r2rpSwy9JRbSo1stsmoQFwOEIV { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:43.1875rem;left:50.6875rem; }
#HXl3KId6CSLhQDX4gDyFh2ATnkTUDB9T { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15054;line-height:1.6;letter-spacing:0;top:52.98828125rem;left:9.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BXDThhBIuydiHM9JPcQnGGdEG9ZqPVJt { box-sizing:content-box;height:8.125rem;width:20.0625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:52.125rem;left:3.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#maySg3oTxSMbRZ6d5srqLRFBymzwZqnX { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15055;line-height:1.6;letter-spacing:0;top:54.625rem;left:9.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mHQ2kHhQuaqMkcIyyTTCJ9bVKqDDHLNG { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:52.9375rem;left:4.5625rem; }
#wwLiaPvToi2zNJNzyJUKJOnihBIToSb0 { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15056;line-height:1.4;letter-spacing:0;top:57.0625rem;left:4.5625rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FOW2mqnFxNuweWTV4TDTi3NQaeUQrQaK { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15059;line-height:1.6;letter-spacing:0;top:53.125rem;left:31.875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SSFwGuPionEzOqkWG6KdgK762780hUMf { box-sizing:content-box;height:8.125rem;width:19.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:52.25rem;left:27.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#PWveQI1mxST6TpXUqvCuWthQMAL8mz2T { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.6;letter-spacing:0;top:54.75rem;left:32.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqvaOAGFIs2zIwSrUm4oKVQCkJc6HZeZ { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15061;line-height:1.4;letter-spacing:0;top:57.1875rem;left:28.0625rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bkvNrxoN5yKFTRVJ87TkgfiLAChoCt91 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:53.0625rem;left:28rem; }
#CnTxBiHdNcHEm1THyndr8TKhCH6cMfwp { box-sizing:content-box;height:8.125rem;width:21.625rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:52.125rem;left:49.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#c5a1XK43qnenRBa3cqosAeZdVsWNp3Fr { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:57.0625rem;left:50.75rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C1EggbJEQHkTxxcPuSbi9vnLIahVZBm6 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:52.6875rem;left:51.0625rem; }
#wyXEWhLuk6zsXxsVxpiUQOdxMATJgh6p { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.6;letter-spacing:0;top:53rem;left:55.1875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VtZGeNwU348iEASX6gUU6Rsr1LpTJWdc { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15065;line-height:1.6;letter-spacing:0;top:54.625rem;left:55.1875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlGss5EdqFoZnOe0zkZqhyzDqs3HNDzH { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15069;line-height:1.6;letter-spacing:0;top:62.5625rem;left:9.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQmwZqBOhifc3UCLWr9cQUb5uahG3xzJ { box-sizing:content-box;height:8.125rem;width:20.1875rem;position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:61.75rem;left:3.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#lUQyxFfZSd6cPMpbxnyZRXVfZTrloh7V { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:62.5625rem;left:4.5625rem; }
#ICg9xWJUvSWzhSxKKgK2JGpCWpMGPQPs { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:64.25rem;left:9.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RBchk5O1XbOOCWuERS0dJC7mLENiHsfE { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15071;line-height:1.4;letter-spacing:0;top:66.6875rem;left:4.5625rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GsSLKaunGQr0u06tUCHNyrdieisuTniD { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15074;line-height:1.6;letter-spacing:0;top:62.5625rem;left:32.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mzEOopfcTsut2g8vxczEQmVyDu399Mwv { box-sizing:content-box;height:8.125rem;width:19.125rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:61.75rem;left:27.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fqtQNOuen7TucSo90apkDWvmJdcfqDJN { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:64.25rem;left:32.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B3FdOfxc844eprb96A0Udnq5FGpOIGpe { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15076;line-height:1.4;letter-spacing:0;top:66.6875rem;left:28.0625rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J6qp2yCdPpI4x5ICLcNupZm1JgrFCL9G { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:62.5625rem;left:28rem; }
#vfNI8ALV4SMMRoplOBQu022V8GGadsV1 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:62.5625rem;left:55.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tRJaTyELoFdT24qR5xdiixnhq4iETOkM { box-sizing:content-box;height:8.125rem;width:21.375rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:61.625rem;left:50.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TiA9smsN1xgqm0WwIDbPeZur65cr3DGm { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:64.125rem;left:55.5625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dq9XJEoM09e770w41ycG2T6wTxu1IqCD { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15081;line-height:1.4;letter-spacing:0;top:66.5625rem;left:51.125rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GFlGkITJ9VixI61VqzTfaT3hGtPC5Qfr { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:62.4375rem;left:51.0625rem; }
#LCbdx1RG9JRI9FCfT1P88PvLxyFanzkV { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15084;line-height:1.6;letter-spacing:0;top:72.36328125rem;left:9.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sgxeOzuT0RP7fqywG93o7tviTp9QTDI7 { box-sizing:content-box;height:8.125rem;width:20.0625rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:71.5rem;left:3.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Uk9QfGr5hReFmTelMZFT9gBzk7HVZgK3 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:74rem;left:9.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJz5wk8nLDO07eu7K7HU8bFRu57DiKob { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:72.3125rem;left:4.5625rem; }
#fKzarXcnw9WRy8q668KVxov9TX6rkTCF { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15086;line-height:1.4;letter-spacing:0;top:76.4375rem;left:4.5625rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T8XCboZ25ua29DHy6X2uSXAovK3O835s { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:72.36328125rem;left:32.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AASPEFTkOzOQVnH22eucPzODK6bHtSvO { box-sizing:content-box;height:8.125rem;width:19.125rem;position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:71.5rem;left:27.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#PHx13wzA8zgD5UvTmuPZ9hBt9MXg49Cy { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:74rem;left:32.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kSGZHwOuR21TaH46VTZ2XTWnRhTTE4ZR { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15091;line-height:1.4;letter-spacing:0;top:76.4375rem;left:28.0625rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yPGP55mCvABi1nOiJy4eLw7ez0plglyI { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:72.3125rem;left:28rem; }
#IFpJD9PnWUkERyAkBkvdnUFaqW1MF1aC { box-sizing:content-box;height:8.125rem;width:21.8125rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:71.375rem;left:50.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#AQD3dfXVQtglwRFHGoIrMOkqZgPATpr7 { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15096;line-height:1.4;letter-spacing:0;top:76.3125rem;left:51.125rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#foIy2W3ords3VvVxHektH7dbSomygRJc { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:71.9375rem;left:51.4375rem; }
#Q0V4b735QUAhR8hnz3utX1TAG4yRCO6B { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15094;line-height:1.6;letter-spacing:0;top:72.36328125rem;left:55.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FkKG9oKfsB4nkDRr7E2OoD44AqPrLU5D { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15095;line-height:1.6;letter-spacing:0;top:73.875rem;left:55.5625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evfpyba9dxiuzFHhkyXMa9LHUvtNoyM7 { box-sizing:content-box;height:8.125rem;width:20.1875rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:81.3125rem;left:3.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ShVEWiybaaG6TTOn1waTbDMAzyszeuOw { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:82.125rem;left:4.75rem; }
#lKl4wkmp7BQUTR7Tf5isIEJ3l0wQU693 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15099;line-height:1.6;letter-spacing:0;top:82.125rem;left:9.25rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SkJxTDc8W2HpWq14nKpHU2u7OJaDha84 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15100;line-height:1.6;letter-spacing:0;top:83.8125rem;left:9.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LbtbMxKqwnszNAAzByur53LfyFDdFtwD { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15101;line-height:1.4;letter-spacing:0;top:86.25rem;left:4.75rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DbLspAuUwgFd1JaEyrTIwuTW414bum0y { box-sizing:content-box;height:8.125rem;width:20.0625rem;position:absolute;display:block;z-index:15104;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:91.0625rem;left:3.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#q3woZJFI7DAyoOt9Mv2sqQsN1Ozb8iVK { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:91.875rem;left:4.75rem; }
#vdmNCJ38rA7HizsHbk0sNctXwZt2baXt { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15114;line-height:1.6;letter-spacing:0;top:91.875rem;left:9.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oFXETVMQwKQ5lybt2Lu18D7e4WXc19Tw { box-sizing:content-box;height:8.125rem;width:19.125rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:81.3125rem;left:27.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ieVFnao9p53F4WaoBELLaLJUVQNUikKg { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15115;line-height:1.6;letter-spacing:0;top:93.5625rem;left:9.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sfmZ3w1gdlMQOTkvpkvIGts0TTcM5CGu { box-sizing:content-box;height:8.125rem;width:19.125rem;position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:91.0625rem;left:27.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#LximhCS6nlO41J7xTAtGootygZxRhvth { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15106;line-height:1.4;letter-spacing:0;top:86.25rem;left:28.25rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XFT4z8EHHAUifQMkCd5OvfpgZZCw6726 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:82.125rem;left:28.1875rem; }
#bD9naBzTuIfyI3gcsWQi0dxsTSnIFhUF { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:91.875rem;left:28.1875rem; }
#q6Alkew1AVuraiBFHpiBlPWx09U3tgHv { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.6;letter-spacing:0;top:82.125rem;left:32.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CngRmM0TWrdwgBAZDqSvlqtPyonrzIkW { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15105;line-height:1.6;letter-spacing:0;top:83.8125rem;left:32.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QJVGGnGvFOsf0mExZIhIIRfcsyTdA8Ow { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15119;line-height:1.6;letter-spacing:0;top:91.875rem;left:32.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z14c08BnL8i6KdXEKpxDH8BAZbTQsW2O { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15120;line-height:1.6;letter-spacing:0;top:93.5625rem;left:32.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tzeqTMKnz3QKMyqJdL4RlPB85AUFJTyF { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15116;line-height:1.4;letter-spacing:0;top:96rem;left:4.75rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cOKGuJT8azE2Mg3aENZEeHfH8Fnb8lhG { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15121;line-height:1.4;letter-spacing:0;top:96rem;left:28.25rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vkd0mELKoFt7MOmy2fEXHCZTrDkDiyV7 { box-sizing:content-box;height:8.125rem;width:21.375rem;position:absolute;display:block;z-index:15099;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:81.1875rem;left:50.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#TDWGN5f212Ai1ko4QXq6x5ba87TJ6R8y { box-sizing:content-box;height:8.125rem;width:21.8125rem;position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:90.9375rem;left:50.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ksH8xVHSlXpac5fUwISGKIv8Au7J0UB4 { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15111;line-height:1.4;letter-spacing:0;top:86.125rem;left:51.3125rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HBsZSZlZkPhry6Vhr9N4n0quVM2N3mmd { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:82rem;left:51.25rem; }
#gr6N6Dd6M4Jvqbtnf0sdF4Ugx3ZTeEtZ { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15126;line-height:1.4;letter-spacing:0;top:95.875rem;left:51.3125rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kPC803D4Ma4CxS1H24c8h987VDfsnlIc { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:91.5rem;left:51.625rem; }
#X1sLArMKKD1TnTTOOJlw4cDPCwhd6E7a { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15109;line-height:1.6;letter-spacing:0;top:82.125rem;left:55.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uoLTLMH7xm8TFP3CtdpevFBu6o3rkSv3 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15110;line-height:1.6;letter-spacing:0;top:83.6875rem;left:55.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xCGUbbArs7uFxIKb4m0wZqOxfSWWSDRc { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15124;line-height:1.6;letter-spacing:0;top:91.875rem;left:55.625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtJDZAWD82RM9xFkiONz7UBeACZkIzdC { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15125;line-height:1.6;letter-spacing:0;top:93.4375rem;left:55.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zkTk6R7JLNzyTqJDUOriRridIZ1r4M1a { box-sizing:content-box;height:8.125rem;width:20.1875rem;position:absolute;display:block;z-index:15119;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:100.8125rem;left:3.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#lscntBMTuXWd6dUqJQpoT9q7olVnK755 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:101.625rem;left:4.75rem; }
#BvhrXa6GAm2WsM53DazviqyuRzGlpfCM { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15129;line-height:1.6;letter-spacing:0;top:101.625rem;left:9.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOUf0tuTNhii0HyDv9iTJJibLaetfOgG { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15130;line-height:1.6;letter-spacing:0;top:103.3125rem;left:9.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NtBbvSsInVxnPOVTzJEimX2Xxf2MUWyl { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15131;line-height:1.4;letter-spacing:0;top:105.75rem;left:4.75rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e4nIk7yMXm8Ws88PMuSy8K1otKBEEoOd { box-sizing:content-box;height:8.125rem;width:19.125rem;position:absolute;display:block;z-index:15124;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:100.8125rem;left:27.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#eeZHwkGUACQeLrFPLdaX4TgWfyFgwam5 { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15136;line-height:1.4;letter-spacing:0;top:105.75rem;left:28.25rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sGVa7kGDiJitlQWDzxSUHOi2cSdH6H0L { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15140;opacity:1;top:101.625rem;left:28.1875rem; }
#NZz5GGnrZkegXKwSvtNxDhD30pqDUeR0 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15134;line-height:1.6;letter-spacing:0;top:101.625rem;left:32.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oIUl3BgHR39XDVELd6d1wZv14Le7oeOf { box-sizing:content-box;height:8.125rem;width:20.0625rem;position:absolute;display:block;z-index:15134;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:110.5625rem;left:3.9375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#DDXWCcG4ArQ31XdZx6sK9CwncnWeoRe9 { box-sizing:content-box;height:8.125rem;width:19.125rem;position:absolute;display:block;z-index:15139;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:110.5625rem;left:27.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Tv94xL7t69NiyXEIdnhkMVgRAAfglb17 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15135;line-height:1.6;letter-spacing:0;top:103.3125rem;left:32.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L8KPC5r2mRT4I3WHz37l5dAbLawX0HnJ { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:111.375rem;left:4.75rem; }
#RQU1nvh2Hpe506BzD3BcmxtOuo0v1bRv { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15144;line-height:1.6;letter-spacing:0;top:111.4375rem;left:8.625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAINBrVmk0V854gPXHG4QabgZ0maNFK0 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:111.375rem;left:28.1875rem; }
#zgeFqoBkE8Z7gWdOaTUUOS9yyHFSMFXm { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15149;line-height:1.6;letter-spacing:0;top:111.375rem;left:32.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9bFOXgXCH2duKKHkvbH2bWiAJxQ7pb9 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15145;line-height:1.6;letter-spacing:0;top:113.0625rem;left:9.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DbcKedL3uawS3NgQTU938WFk7MaynGqT { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15150;line-height:1.6;letter-spacing:0;top:113.0625rem;left:32.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JUKXZ6RPxw3teWSgVQP83lzSUtfiA0Hg { box-sizing:content-box;height:8.125rem;width:21.375rem;position:absolute;display:block;z-index:15129;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:100.6875rem;left:50.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Aw9o7tbbBo01Qb3XvR7FfU3AUVc4qs1c { box-sizing:content-box;height:8.125rem;width:21.8125rem;position:absolute;display:block;z-index:15144;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:110.4375rem;left:50.4375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xbcDyFXGB4A94LP33yDbaFJxyhNc9apa { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15141;line-height:1.4;letter-spacing:0;top:105.625rem;left:51.3125rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HKGuNvuySXT4XevTzv3hI8oVTgkwnC93 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:101.5rem;left:51.25rem; }
#iZfQqoH0TkLVdWCtZKzvXOc7OCOcxVtF { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15156;line-height:1.4;letter-spacing:0;top:115.375rem;left:51.3125rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r2qC5Xsy72s2fqn3xEstvJOKAQsQ3K8U { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:111rem;left:51.625rem; }
#NIknceqnoq2dHkCRxmWdscXGBht0QuyN { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15146;line-height:1.4;letter-spacing:0;top:115.5rem;left:4.75rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GedUtth8FHWoDLoLTqrVUgbTZPitN9tL { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15151;line-height:1.4;letter-spacing:0;top:115.5rem;left:28.25rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OQBT2RRXr5u6nOMVe09nVPmBa9UfFLvB { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15139;line-height:1.6;letter-spacing:0;top:101.625rem;left:56.6875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJ7UHpnip7SGIof0Qz7t1CQ3y50kwi5P { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15154;line-height:1.6;letter-spacing:0;top:111.375rem;left:56.6875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2nUUcAvaMQLHMxkH0xDAXkL68TEeGrW { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15140;line-height:1.6;letter-spacing:0;top:103.1875rem;left:55.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Np8Be0ow3BeH9XmOHheb9epib5MTVmd3 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15155;line-height:1.6;letter-spacing:0;top:113.3125rem;left:56.8125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TVPo7qcOXib6cxUix9n6AUSsUVc2ZT1W { box-sizing:content-box;height:8.125rem;width:20.0625rem;position:absolute;display:block;z-index:15144;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:120.375rem;left:3.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#dilyIkVXygJso2M6piJGir1ZncbU1iwb { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:121.1875rem;left:4.5625rem; }
#vK48NKLcZy7SQ25eOfG9pVAW4bdqMFJL { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15154;line-height:1.6;letter-spacing:0;top:121.1875rem;left:9.0625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DNlNzM1PTtbcyySEkZFH1CbQBmlQDMqn { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15155;line-height:1.6;letter-spacing:0;top:122.875rem;left:9.0625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uFxGcM0ivIZGm8Et83oaWxtGacJQfdD9 { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15156;line-height:1.4;letter-spacing:0;top:125.3125rem;left:4.5625rem;height:2.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jg9IBPRvR067ru9MHyikKCwUcPiclcKU { box-sizing:content-box;height:8.125rem;width:19.125rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:120.375rem;left:27.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#IMJKCFP4701b5M80sRduXHTLCtwSHJ1y { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:121.1875rem;left:28rem; }
#kT1Fv77VMOof9cMfUROKBGg54R1foQSn { color:#090507;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15161;line-height:1.4;letter-spacing:0;top:125.3125rem;left:28.0625rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pFHltT9bIOvPCiVwSwcq2uBbp30dheXu { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15159;line-height:1.6;letter-spacing:0;top:121.1875rem;left:32.5rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RisK8yB9gNlBvmWECBeQl75PArLO52i3 { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15160;line-height:1.6;letter-spacing:0;top:122.875rem;left:32.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZBXpHWT4Sdch2zcET767tXqITO0U39TZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.6;letter-spacing:0;top:35.4375rem;left:3.71875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MgkRBuNMDUF7uHx4TOK7KDl5caFTvV6P { box-sizing:content-box;height:8.125rem;width:31.5rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:130.6875rem;left:3.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Z8eb6K5yQTlhvV34T0EppDD3OmFcLpOw { color:#090507;display:block;width:30.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15161;line-height:1.4;letter-spacing:0;top:136rem;left:8.6875rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bLFaJxpmhGNPkJFJukKo9QoJ8hMSeTEL { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:132.9375rem;left:4.125rem; }
#DsNKBqeh37TMc7B0F3ib2SfhhbnUyRTy { color:rgba(var(--color-primary-2),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15160;line-height:1.6;letter-spacing:0;top:133.1875rem;left:8.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v36w2p8yuVT7i8z4ihCNq4epkDX8y4BN { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15159;line-height:1.6;letter-spacing:0;top:131.5rem;left:8.6875rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hrxgAcDboF6OkGJDZdkAG9fpIcw7X20c { box-sizing:content-box;height:8.125rem;width:31.5rem;position:absolute;display:block;z-index:15154;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:130.8125rem;left:37.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#znUVVLKPwyd3v9p5nvXSnzby5RnBNXBb { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15164;line-height:1.6;letter-spacing:0;top:131.625rem;left:42.625rem;height:1.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xm6SWOaZz1hRE9UwlLcr1syWZ23vLfOU { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:133.0625rem;left:38.0625rem; }
#V9o1UZL2TMmwX9GrQBruVpQIHAgB4oAx { color:rgba(var(--color-primary-2),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15165;line-height:1.6;letter-spacing:0;top:133.3125rem;left:42.625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kSHUaI9uoxmd6kQuo16EwObTakstAwA7 { color:#090507;display:block;width:30.6875rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15166;line-height:1.4;letter-spacing:0;top:136.125rem;left:42.625rem;height:1.48730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA { position:relative;display:block; }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA { background-color: transparent; background-image: none; }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA > .row .container > .video-iframe-container { display: none; }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA > .row > .video-iframe-container { display: none; }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA > .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); }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA { border-width: 0; border-radius: 0; }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:87.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ni1OWSoWpsqPiOXO712NDt7p0eWA3DJR { color:#ffd770;display:block;width:31rem;position:absolute;font-family:"russo one";font-size:2.3125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:2.12109375rem;left:2.03125rem;height:2.7744125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QxoABsCuMSQGTEH9tSzIHNuGKp1r7A6L { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"russo one";font-size:4.25rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:6.25rem;left:2.03125rem;height:15.2988125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ab9RPEfBtLmQ65e7fyv7zwxO2kaFzzoT { color:#090507;display:block;width:40.875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:22.25rem;left:5.9375rem;height:2.17480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rXTnPzcCMm1hbV2lNab0kTLxnrv7PHKb { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:25rem;left:5.9375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#heBNOVLzBRQXbuQfHM9cpFJyNXcvFEAq { color:#000000;display:block;width:3rem;position:absolute;font-family:"russo one";font-size:4.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:23.75rem;left:2.0625rem;height:5.0996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dMFs2AQBPT2uWgFgXhGZTbJLURfz3zOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:36rem;left:6.5rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qgqMs04TEWQIwqn6TOWWmqOu0S0DTNaw { color:#000000;display:block;width:3rem;position:absolute;font-family:"russo one";font-size:4.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:34.4375rem;left:2.0625rem;height:5.0996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DfHlxAzinxRbTypM3cuHxExpLML5lZpy { color:#090507;display:block;width:40.875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:33.25rem;left:6.5rem;height:2.17480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NBTHW2MhV7FNzEAz0gVKoxknma0UbZWS { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:47.0625rem;left:6.5rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xePJJcq9GmKTpLrygf3DXqsI1T2q3UpM { color:#000000;display:block;width:3rem;position:absolute;font-family:"russo one";font-size:4.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:45.5rem;left:2.0625rem;height:5.0996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ondkGDXHTH8KWk9f7Otn5utoOu01ZaLh { color:#090507;display:block;width:40.875rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:44.3125rem;left:6.5rem;height:2.17480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UtUSDdKlFCm3kWG92Dii34cT5AF6L8xL { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:29.8125rem;width:53.125rem;top:55.9375rem;left:10.9375rem;display:block; }
#Batvy6lMcLbp7T9kuczi3h3lZZl4va4R { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:36.625rem;width:31.5rem;top:7.75rem;left:41.8447265625rem;overflow:hidden;display:block; }
#A5gBborATrT97lXTbfhoICFVtoiDzX8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe34f;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; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { background-color: transparent; background-image: none; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container > .video-iframe-container { display: none; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row > .video-iframe-container { display: none; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .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); }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { border-width: 0; border-radius: 0; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#g8AuXPbEPio0tOVDHnGG3auAe9lIMVhv { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:1.26171875rem;left:7.7476568222044rem;height:9.099625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { position:relative;display:block; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { background-color: transparent; background-image: none; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container > .video-iframe-container { display: none; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row > .video-iframe-container { display: none; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .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); }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { border-width: 0; border-radius: 0; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BN2aAVnA46obOPbp1De63rm1SJO6TnEE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:43.625rem;width:34.875rem;top:4.0625rem;left:2.03125rem;overflow:hidden;display:block; }
#P9xLW1lwcK1123QA4Aauwn46aecngFGI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:34.875rem;top:2.0625rem;left:38.9375rem;overflow:hidden;display:block; }
#XBiI1rtk2v6pAAEaIESKn2tG36SIskTf { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:33.25rem;top:46.625rem;left:3.7062492370606rem;overflow:hidden;display:block; }
#dgT8X04kUX62FyfDuLCI1sXW9eck5Ry0 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.5625rem;width:38.625rem;top:18.28125rem;left:35.25rem;overflow:hidden;display:block; }
#knmmWamzrb1RTUT9FTMWmhq6LctldkOW { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:19.6875rem;width:34.625rem;top:33.112500190735rem;left:36.906250953674rem;overflow:hidden;display:block; }
#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { position:relative;display:block; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { background-color: transparent; background-image: none; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container > .video-iframe-container { display: none; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row > .video-iframe-container { display: none; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .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); }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { border-width: 0; border-radius: 0; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BFrghTHNRoaTZrddQJL7NbzbLn0z5Ps7 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:1.4228515625rem;left:5.3125rem;height:6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wDSLqes05X3141xKQ6aS3bnuLCJUiwQp { box-sizing:content-box;height:31.3125rem;width:31.5rem;position:absolute;display:block;z-index:15155;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:8.3125rem;left:4.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QHOaSTphWq08ynPPJbTrw30dVUlzqcZ8 { color:rgba(var(--color-primary-2),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15161;line-height:1.6;letter-spacing:0;top:10.3125rem;left:6.75rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGyUwAP8cpFgltNuQHCnAZLvgwznQ8Xh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15162;line-height:1.6;letter-spacing:0;top:13.625rem;left:6.75rem;height:25.1953125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xmfeAvprAIwvvzW8lTpAluw298SA878o { box-sizing:content-box;height:31.3125rem;width:31.5rem;position:absolute;display:block;z-index:15158;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:8.4375rem;left:40.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xMTZGnWPVKugpsG7otoQg1kLVtCunRgU { color:rgba(var(--color-primary-2),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15164;line-height:1.6;letter-spacing:0;top:10.4375rem;left:42.0625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rybbsJNX00OtCIl2I1hGRLHId9KIdTGT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15165;line-height:1.6;letter-spacing:0;top:13.75rem;left:42.0625rem;height:20.99609375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { background-color: transparent; background-image: none; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container > .video-iframe-container { display: none; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row > .video-iframe-container { display: none; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .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); }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { border-width: 0; border-radius: 0; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { font-size:0.875rem;font-family:arial;height:69.9375rem;width:75rem;position:relative;display:block; }#iTcKeNn6bzZ5liR23O7lMSdsGToC19ui { color:#ffd770;display:block;width:31rem;position:absolute;font-family:"russo one";font-size:2.3125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:1.375rem;left:1.8125rem;height:2.7744125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mhbyc4LJPmRwukCIgCamrqPkP6z4sJsI { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"russo one";font-size:4.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:5.5rem;left:1.8125rem;height:15.2988125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SOabhtQWqp95BBiLphUTeu89dbmdFObD { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15163;line-height:1.6;letter-spacing:0;top:22.625rem;left:1.8125rem;height:25.19531875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IhOMMLQPxLkaHS3zERCTRuJgrbeW5sH5 { color:#ffd770;display:block;width:31rem;position:absolute;font-family:"russo one";font-size:2.3125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:50.9140625rem;left:1.8125rem;height:2.7744125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#afnacbXExTadfsWFaNeXrmKPrVTOTPLk { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15164;line-height:1.6;letter-spacing:0;top:54.5625rem;left:1.8125rem;height:12.59765625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hGLiLtAsqBLdOxWMcVIouCQJ3EZ3wSKP { box-sizing:content-box;height:53.125rem;width:31.5rem;position:absolute;display:block;z-index:15158;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);top:13.4375rem;left:41.875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#cTvkcz8pMa6H4DI2EFqZzwl3JUX076BJ { color:rgba(var(--color-primary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:400;z-index:15164;line-height:1.6;letter-spacing:0;top:15.4375rem;left:43.75rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RcRTll7pXbSgSxsroLwGgemPTIeTGgTC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15165;line-height:1.6;letter-spacing:0;top:23.94921875rem;left:43.53125rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FeXkUi9zrw03kMhNgKEDQ0PDihmatwM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15166;line-height:1.6;letter-spacing:0;top:27.619140625rem;left:43.75rem;height:21.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zs2g7dhzilAmgTfFHUb10Mrd2HUSrehO { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15166;line-height:1.6;letter-spacing:0;top:50.9140625rem;left:43.53125rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NJ4J5m84ZbUkdVqBV2zVguxmLCuR4mRm { color:rgba(var(--color-primary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.625rem;font-weight:400;z-index:15165;line-height:1.6;letter-spacing:0;top:51.3232421875rem;left:43.71875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0MRFcyogpeEe1uhHqmB5T6RrnPN11wn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15167;line-height:1.6;letter-spacing:0;top:59.1865234375rem;left:43.53125rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ggmAMWEz3tespxNUHHSKJZXTCplyhOJA { z-index:15168;top:61.6875rem;left:45.0625rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NfcRLEJ3OUTXKGw6BxpGEN3gRMIXsMRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row .container { background-color: transparent; background-image: none; }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row .container > .video-iframe-container { display: none; }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row > .video-iframe-container { display: none; }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .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); }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row .container { border-width: 0; border-radius: 0; }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#xWwX3KVQ9xad4ZD4ZV5SDOwnT0fMhR0e { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:11.5rem;left:31.875rem;height:18.8964875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zyorbLThUcz8qU1cV9BnHDegu5cqGR9l { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:24rem;top:10.4375rem;left:3.5rem;overflow:hidden;display:block; }
#tQc98tXKho2pe7pFhVTASgtvlCZs4eVv { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:2.6875rem;left:2.8125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ONmT4B90dTaZkEoPscTdMxOHuNmnlGNP { box-sizing:content-box;height:3.1875rem;width:20.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:32.125rem;left:31.875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#g9lTUFTtfy6vdiTJwltmRC8A4JChKnpd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:33rem;left:33.25rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NzcTLGT4eKsV0m49f0B6aNkcUoTBMKKM { box-sizing:content-box;height:3.1875rem;width:18.5rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),1);background-image:none;top:32.125rem;left:53.4375rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#rhCGcESEiqqvMH00vDmzzJPnoxHw5mvP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:33rem;left:54.8125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { background-color: transparent; background-image: none; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container > .video-iframe-container { display: none; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row > .video-iframe-container { display: none; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .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); }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { border-width: 0; border-radius: 0; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;font-family:lato;color:#ff88c0;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:lato;font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_bc617517cdb9c02ab0babb51fc806cec396d054d.svg");background-size:contain !important; }#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-trigger.adaptive-delivery-prevent-bg, #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-trigger.lazyload, #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-trigger.lazyloading { background-image: none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd { box-sizing:content-box;height:auto;width:66.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.490234375rem;left:3.03125rem;border-top:0.0625rem solid #ff88c0;border-left:0.0625rem solid #ff88c0;border-right:0.0625rem solid #ff88c0;border-bottom:0.0625rem solid #ff88c0; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #wXmKT15D0Eh17aJp03i1reiyKpLdnel4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zOwMQxk5WlEB02umEPiXsDD0cy4fbNxy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gJ4QqqQv5ksuAocvwIE6ykkuUPKOncSI { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EfdWlU7SN3omQJIV2gVUItmF7WpUQz5B {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yBT3VgzPsOcOJN5GWOEqdKR0vMaOc7vJ { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #TzETWIPmLBPN5A6VOudu8xSEGh7JU0r5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gl03KTxox2XMzo1LAZ60MZv3cWe4q50G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #sbaJmvDFIdMw0VfoOZpqKApqPBSWDPfD { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #Oxidmkk1dqPTG9ckLxzkc52Z6ZXfVpwM {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #RtAbrNMm4AU6rpmGCUaWKPv8Zx7z3hsW { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WTB1hzvU0nOMeTJATNP9IRbOr0wO25FT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #eG58CnF1QVfwI7nq0dmnzqqr62m0mlNq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #y1nTXiKRQRAT4DV91wGnVqVhEnHhSBxS { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ICiqpnyKsJZOQAFCxpwACVJIIMt2Q7CO {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WvmS59tofTnk8mvPnWWPiJ4xPE2oAETa { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWvs0xLMissTnfaunIKrl5K5NT9AlvpE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #rPqErXrWSis6gQTHcU1HrGMpRWV5I5li { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #bo9eU3rnq48ArDXpzLbN3kvQKt4B1A5N { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zheBzrZd9OvLHThdnHniQIqscm8OefwX {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWDDT3DRHMNyxN1S9WnrzlHGcUtOQTdH { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ahbkvvArdbLCIw4kHIruEehtyouDVXvy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp { display:none; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT { display:block;position:relative; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc { display:none; }
#b53BfyC0DBTJcPprMd2QkiJaCmHIb7BC { color:#000000;display:block;width:72.1875rem;position:absolute;font-family:"russo one";font-size:4.9375rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:1.7490234375rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row .container { background-color: transparent; background-image: none; }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row .container > .video-iframe-container { display: none; }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row > .video-iframe-container { display: none; }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .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); }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row .container { border-width: 0; border-radius: 0; }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#OVyd3ExVTnH2FQUWL33llWa9346OXSw4 { color:#1e1e1e;display:block;width:49.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:31.625rem;left:16.1875rem;height:1.42480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmIOaEDNm4CSxLfSbJThonIJTDU3W2J2 { color:#fdfdfd;display:block;width:54.125rem;position:absolute;font-family:"russo one";font-size:4.0625rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.5625rem;left:13.6875rem;height:14.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dOROuhF25LqSSx0WCmhfaEXdD7JdCVIM { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:19.5625rem;left:16.25rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKaSv7UUyPOcg22Er7C4p1EHLLQUn7LR { z-index:15169;top:27rem;left:26.78125rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;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:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WbJ4ucVrecT8KxByNBznbD2Lg4walzqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { position:relative;display:block; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { background-color: transparent; background-image: none; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container > .video-iframe-container { display: none; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row > .video-iframe-container { display: none; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .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); }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { border-width: 0; border-radius: 0; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#li7gAC0q4HJ8IhGqxhf6f2W0k6FqloBp { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:3.51953125rem;left:18.5rem;height:2.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pLZz6TVBo29FL2UAchRFBDl4bv6XWfMg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#050505;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:3.4375rem;left:49.3125rem;display:block; }
#VUqvm7XxpTWhylzoTEWfecePNKiraGbt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuA4EmaKT82uhGRUQTRkPBXfsETC6XKT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:left;text-align-last:left;top:5.625rem;left:49.3125rem;display:block; }
#Ou8hXNK7On6Gl3x5Kcz1gDAmF2TW5Byu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pG3KIh1iaFG2W41cTyVcM8PO2SAMSuDL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:7.8125rem;left:49.3125rem;display:block; }
#ABED4GHf3TAVzlZe1RdAi8TBmwB9CoGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10rem;left:17.5rem; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#rJhgpZfLhxsVPZhZINKMdTLhhsJPaTSi { box-sizing:content-box;height:10rem;width:0.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.78125rem;left:47.8125rem;display:block; }
#DSXgtghaedC5Hp5TCEF53VbwJHumvBWA { box-sizing:content-box;height:0.0625rem;width:10rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.9375rem;left:7.5rem;display:block; }
#zQbJuefCEeILKStl2aHDxC8reJetLJ9z { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:6.53125rem;left:16.625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10rem;left:21.4375rem; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:10rem;left:25rem; }
#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:10rem;left:28.8125rem; }
#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#alDQSoIsG8r2V7bG5lGLAlTF0aU5mKiZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:2.1875rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:10rem;left:49.3125rem;display:block; }
#E0GKQ8kCTcEc4E8dcEZdlMua4iRD5uT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa { display:block; }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oisR1w25ySIX5HkecTzIoICL6IT1z6et { top:2rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8LaafTlxlpUGbAxgZnTb5Wn6HdOIwRq { top:1.1875rem;left:17.625rem;width:13.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQnwzKq29ZQZJmAHfI10TTpvvICCPB49 { display:block; }
 }@media only screen and (max-width: 763px) { #SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o { display:block; }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgH8AlaPeD9E0o84FkncMpAC6rt3XE4M { top:8.1875rem;left:0rem;width:34.625rem;height:15.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llCFkcN0m7Nq20BOzEVwkhVDacF8Qr03 { top:24.875rem;left:0rem;width:34.3125rem;height:10.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJFgbcAQCmauLpPRLNL58ZA2uRa6FCTb { top:47.4375rem;left:0rem;width:30.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv9CmZOMqymrl8pOV0RymnVxP4htPkwS { display:block; }
 }@media only screen and (max-width: 763px) { #XkmK8qDn74E8nZmDpWiQZIECDbEmAV5X { top:49.125rem;left:13.4375rem;width:34.3125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzEA7PGCpCHZBEODiLN9dbNp3ra2N8FO { top:38.4375rem;left:0rem;width:16.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfBtR9x4wWaA2FIVC3w2Cc9apcgIsRpx { top:38rem;left:0rem;width:17.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpQoqFXVXf7tBy2lH3yalgylNMslhHVA { top:38.5rem;left:7.8125rem;width:16.9375rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9TvDkvoDhqZciV2eMERmd2clRqGxN9t { top:38rem;left:7.3125rem;width:17.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuekTfnQQ15WH3RCJR234Ptq5ZU4L9Q0 { top:42.375rem;left:0rem;width:18.5rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkS8krK9W4r0J21A7H2H9Ef7ETiqMiUn { top:42rem;left:0rem;width:17.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXbspXruZbaa1oTiGMJTLXL73bAqwxha { top:51.9375rem;left:0rem;width:29.25rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLQRDz5OGlqhI30dSIttqDcQtO2VZ7OO { top:8.1875rem;left:22.8125rem;width:24.9375rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 { display:block; }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwnQykST7CBLx0o6p3m9btZesUo9nxX0 { top:1.4375rem;left:0rem;width:31rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2CIhPVSIP6Dpq0VQh2gvtWxLaanSrnV { top:5.375rem;left:0rem;width:47.75rem;height:9.125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNP86S6OGqQSBRIIT1olPMfaTpFHlSOI { top:16.9375rem;left:0rem;width:22.0625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDBTaAyquwdTWETs9dhB4Q78Std3QUnT { top:30.125rem;left:0rem;width:19.0625rem;height:10rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9By5QMgx38Z0ticqXAAI9ZpG0OT2hOg { top:26.5rem;left:0rem;width:20.8125rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur8QUTDnG9bEeO1o6ewHtLBc6wgWMsBg { top:16.9375rem;left:13.3125rem;width:22.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1Oma6FlxFaP6kdV4Lbd9u8pouBqCyr { top:16.9375rem;left:25.6875rem;width:22.0625rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTke8qS2EeQO2oXxD6lrxxtB8hiTPMCf { top:26.5rem;left:13.9375rem;width:20.8125rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ49iSVwkEsVR7vU13mW11ZMcvBJE26Q { top:29.4375rem;left:16.375rem;width:15.9375rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNlBwx0ex7En0QIosiC55ypno3lZU8yH { top:26.5rem;left:26.9375rem;width:20.8125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTJ4qQBhuAI2uM1o4Pppwg9BHGTSNQ6J { top:32.1875rem;left:28.75rem;width:19rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNK0tBHczRK8V1TFWoyS6sAUmaglWNaa { top:17.75rem;left:0rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNtmVQTJIwbfxdnpmmsT10WJxOTvOF8f { top:18rem;left:20.125rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTThhEwpaZseA0SwKhk7wdE37fEQDiT6 { top:18.375rem;left:40.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 { display:block; }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNs5NduIAMUvdPruv1NTTAysk9E7NMdl { top:2.3125rem;left:0rem;width:31rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOBVgKLA0utx8JSqEV1bhQlaHrNggpGp { top:6.375rem;left:0rem;width:36.8125rem;height:15.25rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQXqsPwEc8xuGTfmqDIPQ35wpmz4PD9 { width:40.875rem;height:21.75rem;top:23.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMOfk9ZiT86evwZToHUzacr4tMOZkyNk { top:1.5625rem;left:22.8125rem;width:24.9375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2SBbvB06LgwObagJFczJ0gddlSmZCuW { top:6.1875rem;left:29.6875rem;width:18.0625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGvkFG2TEDOGAz8HWb2OhF0ZVLI5gUo3 { top:3.4375rem;left:31.6875rem;width:16.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSq5cZRaZQCNrEfZyZZy85PAOEqJR8ze { top:13.4375rem;left:22.8125rem;width:24.9375rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpQ0dJPpWDCXbNWWn6ZLwucOFSU6wBEM { top:18.1875rem;left:30.0625rem;width:17.6875rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwkuiZ40zPFuEypuuWeJJpVLdIQmvglL { top:15.5rem;left:31.6875rem;width:16.0625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZyMAfqrou2sBoMfUTJsE5fgGT7XbAxh { top:29.25rem;left:22.8125rem;width:24.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOPHDQdKTTXTFwOwbkIyxKgL74v47TK3 { top:33.6875rem;left:30.75rem;width:17rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3dvsbVXFQL3MCINT4AU57aarfkQ0iUi { top:30.9375rem;left:28.5625rem;width:19.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vklVDub2mVNLgWd4wvveNrcki6Iw8DO1 { top:4.125rem;left:34.5rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mT72EzylD8WSATbp3tN1CT8oKe67ZL { top:18.5625rem;left:34.5rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQBqWpBOMfMXn26SFXm4BBRUGSMheRM1 { top:34.4375rem;left:34.5rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGBa5VubV74cGXUvZIcTWosH0xo00HxX { display:block; }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgivTBh2hypOovWDJ77TGgyL7vEzGoJK { top:1.3125rem;left:9.1875009536744rem;width:31rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyTxUzT2rxsfEo1ZvIpKm1zI9xM6OEkp { top:5.3125rem;left:0rem;width:47.75rem;height:15.25rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs7TylGbmEh8qT7Ptzu5ofGGd2u14mmw { width:47.75rem;height:7.5625rem;top:21.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrJfkTzTerfDVssa3ffg23l49GcFdqDL { top:30.1875rem;left:0rem;width:16.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPXK7Ch89E4kx16x2pzrTmVebaoFPlGr { top:43.1875rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNR9aK6sxM8JFvpnm4v52Xkg4MhzBIUX { top:30.1875rem;left:0rem;width:19.1875rem;height:6.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #n30NU2Ac88Itpsxx4a5EDpKI7g7M6PRT { top:30.3125rem;left:6.75rem;width:16.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW1utqPtauTrtfTiou7tXe5t91M1RFTx { top:35.4375rem;left:9.125rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89fCRSXaSVh34DTLpmCUSJEXzX7tSfk { top:29.9375rem;left:5.5rem;width:19.1875rem;height:6.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVdbu7sRlBJb5sBDmn7cAV1VyyaMIIZw { top:30.25rem;left:25.25rem;width:16.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiX6BBw0Nev30xGgvSgzbrHLoqXsAsVD { top:35.25rem;left:26.0625rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTVvbIqtKOdgTsRibl6VQ0P1omLf5uuN { top:30rem;left:28.5rem;width:10.1875rem;height:6.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcwH1fwI3WTTNMr26yvsciHLRhLUyEZT { top:30.125rem;left:31.125rem;width:16.625rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voIx9PHQA67yxbmNyf7lqT859C5bfB2k { top:35.625rem;left:33.8125rem;width:13.9375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OztXDnFV7A6tyVrLdiQxartp7ETQGpZG { top:30.125rem;left:39.125rem;width:8.625rem;height:6.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AomRWv7gTbgR2MoTuJ8lFSFN4nINTQpe { top:42.375rem;left:0rem;width:20.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVcE9epDNWVyfwsnBo6gDKnKmNHN8rgf { top:44.875rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdwU75AuVEV3fgMCHVuk2sWrgvhLBxpM { width:17.6875rem;height:2.9375rem;top:47.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ78ZKRuf2Wy7dTdIXdW9DoBWTzCAouX { top:43.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmHU2ibk2VCJse01gfcKgtKEem5volRz { top:43.25rem;left:18.875rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51ArHHTrOOVaMbbekWpvfgHvmJazWKa { top:42.5rem;left:13.5625rem;width:19.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbkcMLI2DMwbnXkOfADKKqpRNtEmeutQ { top:45rem;left:18.875rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJJ4LLFXvsW9AIQWb9xXerDTzff47h42 { width:17.6875rem;height:2.9375rem;top:47.4375rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb4ea5QiOyKWXJKPD00gsVC2qHPhMzZF { top:43.3125rem;left:14.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNv1DqTOIXCx8G6iJt6BaRICFxbX4Kwv { top:43.25rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmFm4eMpGvc9iTtU3CqVt49k7CcPyxsW { top:42.375rem;left:25.875rem;width:21.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frbkITngGM9y3UoTfyfvJaGng6ZIt0rp { top:44.875rem;left:30.75rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykrmdTaa8ES1UJdBDzIZqTIWPLRQkVTP { width:17.6875rem;height:2.9375rem;top:47.3125rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd7kr0r2rpSwy9JRbSo1stsmoQFwOEIV { top:43.1875rem;left:37.0625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXl3KId6CSLhQDX4gDyFh2ATnkTUDB9T { top:52.9375rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXDThhBIuydiHM9JPcQnGGdEG9ZqPVJt { top:52.125rem;left:0rem;width:20.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maySg3oTxSMbRZ6d5srqLRFBymzwZqnX { top:54.625rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHQ2kHhQuaqMkcIyyTTCJ9bVKqDDHLNG { top:52.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwLiaPvToi2zNJNzyJUKJOnihBIToSb0 { width:17.6875rem;height:1.4375rem;top:57.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOW2mqnFxNuweWTV4TDTi3NQaeUQrQaK { top:53.125rem;left:18.25rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSFwGuPionEzOqkWG6KdgK762780hUMf { top:52.25rem;left:13.5625rem;width:19.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWveQI1mxST6TpXUqvCuWthQMAL8mz2T { top:54.75rem;left:18.875rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvaOAGFIs2zIwSrUm4oKVQCkJc6HZeZ { width:17.6875rem;height:2.9375rem;top:57.1875rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkvNrxoN5yKFTRVJ87TkgfiLAChoCt91 { top:53.0625rem;left:14.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTxBiHdNcHEm1THyndr8TKhCH6cMfwp { top:52.125rem;left:25.875rem;width:21.625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5a1XK43qnenRBa3cqosAeZdVsWNp3Fr { width:17.6875rem;height:1.4375rem;top:57.0625rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1EggbJEQHkTxxcPuSbi9vnLIahVZBm6 { top:52.6875rem;left:37.4375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyXEWhLuk6zsXxsVxpiUQOdxMATJgh6p { top:53rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtZGeNwU348iEASX6gUU6Rsr1LpTJWdc { top:54.625rem;left:30.75rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlGss5EdqFoZnOe0zkZqhyzDqs3HNDzH { top:62.5625rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQmwZqBOhifc3UCLWr9cQUb5uahG3xzJ { top:61.75rem;left:0rem;width:20.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQyxFfZSd6cPMpbxnyZRXVfZTrloh7V { top:62.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICg9xWJUvSWzhSxKKgK2JGpCWpMGPQPs { top:64.25rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBchk5O1XbOOCWuERS0dJC7mLENiHsfE { width:17.6875rem;height:2.9375rem;top:66.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsSLKaunGQr0u06tUCHNyrdieisuTniD { top:62.5625rem;left:18.875rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzEOopfcTsut2g8vxczEQmVyDu399Mwv { top:61.75rem;left:13.5625rem;width:19.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqtQNOuen7TucSo90apkDWvmJdcfqDJN { top:64.25rem;left:18.875rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3FdOfxc844eprb96A0Udnq5FGpOIGpe { width:17.6875rem;height:1.4375rem;top:66.6875rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6qp2yCdPpI4x5ICLcNupZm1JgrFCL9G { top:62.5625rem;left:14.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfNI8ALV4SMMRoplOBQu022V8GGadsV1 { top:62.5625rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRJaTyELoFdT24qR5xdiixnhq4iETOkM { top:61.625rem;left:26.125rem;width:21.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiA9smsN1xgqm0WwIDbPeZur65cr3DGm { top:64.125rem;left:30.75rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9XJEoM09e770w41ycG2T6wTxu1IqCD { width:17.6875rem;height:2.9375rem;top:66.5625rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFlGkITJ9VixI61VqzTfaT3hGtPC5Qfr { top:62.4375rem;left:37.4375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCbdx1RG9JRI9FCfT1P88PvLxyFanzkV { top:72.3125rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgxeOzuT0RP7fqywG93o7tviTp9QTDI7 { top:71.5rem;left:0rem;width:20.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9QfGr5hReFmTelMZFT9gBzk7HVZgK3 { top:74rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJz5wk8nLDO07eu7K7HU8bFRu57DiKob { top:72.3125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKzarXcnw9WRy8q668KVxov9TX6rkTCF { width:17.6875rem;height:1.4375rem;top:76.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XCboZ25ua29DHy6X2uSXAovK3O835s { top:72.3125rem;left:18.875rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASPEFTkOzOQVnH22eucPzODK6bHtSvO { top:71.5rem;left:13.5625rem;width:19.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHx13wzA8zgD5UvTmuPZ9hBt9MXg49Cy { top:74rem;left:18.875rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSGZHwOuR21TaH46VTZ2XTWnRhTTE4ZR { width:17.6875rem;height:1.4375rem;top:76.4375rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPGP55mCvABi1nOiJy4eLw7ez0plglyI { top:72.3125rem;left:14.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFpJD9PnWUkERyAkBkvdnUFaqW1MF1aC { top:71.375rem;left:25.6875rem;width:21.8125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQD3dfXVQtglwRFHGoIrMOkqZgPATpr7 { width:17.6875rem;height:1.4375rem;top:76.3125rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foIy2W3ords3VvVxHektH7dbSomygRJc { top:71.9375rem;left:37.8125rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0V4b735QUAhR8hnz3utX1TAG4yRCO6B { top:72.3125rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKG9oKfsB4nkDRr7E2OoD44AqPrLU5D { top:73.875rem;left:30.75rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evfpyba9dxiuzFHhkyXMa9LHUvtNoyM7 { top:81.3125rem;left:0rem;width:20.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShVEWiybaaG6TTOn1waTbDMAzyszeuOw { top:82.125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKl4wkmp7BQUTR7Tf5isIEJ3l0wQU693 { top:82.125rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkJxTDc8W2HpWq14nKpHU2u7OJaDha84 { top:83.8125rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbtbMxKqwnszNAAzByur53LfyFDdFtwD { width:17.6875rem;height:1.4375rem;top:86.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbLspAuUwgFd1JaEyrTIwuTW414bum0y { top:91.0625rem;left:0rem;width:20.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3woZJFI7DAyoOt9Mv2sqQsN1Ozb8iVK { top:91.875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdmNCJ38rA7HizsHbk0sNctXwZt2baXt { top:91.875rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFXETVMQwKQ5lybt2Lu18D7e4WXc19Tw { top:81.3125rem;left:13.75rem;width:19.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieVFnao9p53F4WaoBELLaLJUVQNUikKg { top:93.5625rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfmZ3w1gdlMQOTkvpkvIGts0TTcM5CGu { top:91.0625rem;left:13.75rem;width:19.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LximhCS6nlO41J7xTAtGootygZxRhvth { width:17.6875rem;height:1.4375rem;top:86.25rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFT4z8EHHAUifQMkCd5OvfpgZZCw6726 { top:82.125rem;left:14.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD9naBzTuIfyI3gcsWQi0dxsTSnIFhUF { top:91.875rem;left:14.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6Alkew1AVuraiBFHpiBlPWx09U3tgHv { top:82.125rem;left:18.875rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CngRmM0TWrdwgBAZDqSvlqtPyonrzIkW { top:83.8125rem;left:19.0625rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJVGGnGvFOsf0mExZIhIIRfcsyTdA8Ow { top:91.875rem;left:18.875rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14c08BnL8i6KdXEKpxDH8BAZbTQsW2O { top:93.5625rem;left:19.0625rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzeqTMKnz3QKMyqJdL4RlPB85AUFJTyF { width:17.6875rem;height:2.9375rem;top:96rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOKGuJT8azE2Mg3aENZEeHfH8Fnb8lhG { width:17.6875rem;height:2.9375rem;top:96rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkd0mELKoFt7MOmy2fEXHCZTrDkDiyV7 { top:81.1875rem;left:26.125rem;width:21.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWGN5f212Ai1ko4QXq6x5ba87TJ6R8y { top:90.9375rem;left:25.6875rem;width:21.8125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksH8xVHSlXpac5fUwISGKIv8Au7J0UB4 { width:17.6875rem;height:1.4375rem;top:86.125rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBsZSZlZkPhry6Vhr9N4n0quVM2N3mmd { top:82rem;left:37.625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr6N6Dd6M4Jvqbtnf0sdF4Ugx3ZTeEtZ { width:17.6875rem;height:2.9375rem;top:95.875rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPC803D4Ma4CxS1H24c8h987VDfsnlIc { top:91.5rem;left:38rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1sLArMKKD1TnTTOOJlw4cDPCwhd6E7a { top:82.125rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoLTLMH7xm8TFP3CtdpevFBu6o3rkSv3 { top:83.6875rem;left:30.75rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCGUbbArs7uFxIKb4m0wZqOxfSWWSDRc { top:91.875rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtJDZAWD82RM9xFkiONz7UBeACZkIzdC { top:93.4375rem;left:30.75rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTk6R7JLNzyTqJDUOriRridIZ1r4M1a { top:100.8125rem;left:0rem;width:20.1875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lscntBMTuXWd6dUqJQpoT9q7olVnK755 { top:101.625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvhrXa6GAm2WsM53DazviqyuRzGlpfCM { top:101.625rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOUf0tuTNhii0HyDv9iTJJibLaetfOgG { top:103.3125rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtBbvSsInVxnPOVTzJEimX2Xxf2MUWyl { width:17.6875rem;height:1.4375rem;top:105.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4nIk7yMXm8Ws88PMuSy8K1otKBEEoOd { top:100.8125rem;left:13.75rem;width:19.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZHwkGUACQeLrFPLdaX4TgWfyFgwam5 { width:17.6875rem;height:2.9375rem;top:105.75rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGVa7kGDiJitlQWDzxSUHOi2cSdH6H0L { top:101.625rem;left:14.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZz5GGnrZkegXKwSvtNxDhD30pqDUeR0 { top:101.625rem;left:18.875rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIUl3BgHR39XDVELd6d1wZv14Le7oeOf { top:110.5625rem;left:0rem;width:20.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXWCcG4ArQ31XdZx6sK9CwncnWeoRe9 { top:110.5625rem;left:13.75rem;width:19.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv94xL7t69NiyXEIdnhkMVgRAAfglb17 { top:103.3125rem;left:19.0625rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8KPC5r2mRT4I3WHz37l5dAbLawX0HnJ { top:111.375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQU1nvh2Hpe506BzD3BcmxtOuo0v1bRv { top:111.4375rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAINBrVmk0V854gPXHG4QabgZ0maNFK0 { top:111.375rem;left:14.5625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeFqoBkE8Z7gWdOaTUUOS9yyHFSMFXm { top:111.375rem;left:18.875rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bFOXgXCH2duKKHkvbH2bWiAJxQ7pb9 { top:113.0625rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbcKedL3uawS3NgQTU938WFk7MaynGqT { top:113.0625rem;left:19.0625rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKXZ6RPxw3teWSgVQP83lzSUtfiA0Hg { top:100.6875rem;left:26.125rem;width:21.375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw9o7tbbBo01Qb3XvR7FfU3AUVc4qs1c { top:110.4375rem;left:25.6875rem;width:21.8125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbcDyFXGB4A94LP33yDbaFJxyhNc9apa { width:17.6875rem;height:2.9375rem;top:105.625rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKGuNvuySXT4XevTzv3hI8oVTgkwnC93 { top:101.5rem;left:37.625rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZfQqoH0TkLVdWCtZKzvXOc7OCOcxVtF { width:17.6875rem;height:2.9375rem;top:115.375rem;left:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2qC5Xsy72s2fqn3xEstvJOKAQsQ3K8U { top:111rem;left:38rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIknceqnoq2dHkCRxmWdscXGBht0QuyN { width:17.6875rem;height:2.9375rem;top:115.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GedUtth8FHWoDLoLTqrVUgbTZPitN9tL { width:17.6875rem;height:2.9375rem;top:115.5rem;left:14.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQBT2RRXr5u6nOMVe09nVPmBa9UfFLvB { top:101.625rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ7UHpnip7SGIof0Qz7t1CQ3y50kwi5P { top:111.375rem;left:30.75rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2nUUcAvaMQLHMxkH0xDAXkL68TEeGrW { top:103.1875rem;left:30.75rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np8Be0ow3BeH9XmOHheb9epib5MTVmd3 { top:113.3125rem;left:30.75rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPo7qcOXib6cxUix9n6AUSsUVc2ZT1W { top:120.375rem;left:0rem;width:20.0625rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dilyIkVXygJso2M6piJGir1ZncbU1iwb { top:121.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK48NKLcZy7SQ25eOfG9pVAW4bdqMFJL { top:121.1875rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNlNzM1PTtbcyySEkZFH1CbQBmlQDMqn { top:122.875rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFxGcM0ivIZGm8Et83oaWxtGacJQfdD9 { width:17.6875rem;height:2.9375rem;top:125.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg9IBPRvR067ru9MHyikKCwUcPiclcKU { top:120.375rem;left:13.5625rem;width:19.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMJKCFP4701b5M80sRduXHTLCtwSHJ1y { top:121.1875rem;left:14.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1Fv77VMOof9cMfUROKBGg54R1foQSn { width:17.6875rem;height:1.4375rem;top:125.3125rem;left:14.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFHltT9bIOvPCiVwSwcq2uBbp30dheXu { top:121.1875rem;left:18.875rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RisK8yB9gNlBvmWECBeQl75PArLO52i3 { top:122.875rem;left:18.875rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBXpHWT4Sdch2zcET767tXqITO0U39TZ { top:35.4375rem;left:0rem;width:17rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgkRBuNMDUF7uHx4TOK7KDl5caFTvV6P { top:130.6875rem;left:0rem;width:31.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8eb6K5yQTlhvV34T0EppDD3OmFcLpOw { width:30.6875rem;height:1.4375rem;top:136rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLFaJxpmhGNPkJFJukKo9QoJ8hMSeTEL { top:132.9375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsNKBqeh37TMc7B0F3ib2SfhhbnUyRTy { top:133.1875rem;left:0rem;width:30.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v36w2p8yuVT7i8z4ihCNq4epkDX8y4BN { top:131.5rem;left:0rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrxgAcDboF6OkGJDZdkAG9fpIcw7X20c { top:130.8125rem;left:16rem;width:31.5rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znUVVLKPwyd3v9p5nvXSnzby5RnBNXBb { top:131.625rem;left:29rem;width:17rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm6SWOaZz1hRE9UwlLcr1syWZ23vLfOU { top:133.0625rem;left:24.4375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9o1UZL2TMmwX9GrQBruVpQIHAgB4oAx { top:133.3125rem;left:17.3125rem;width:30.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSHUaI9uoxmd6kQuo16EwObTakstAwA7 { width:30.6875rem;height:1.4375rem;top:136.125rem;left:17.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA { display:block; }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni1OWSoWpsqPiOXO712NDt7p0eWA3DJR { top:2.0625rem;left:0rem;width:31rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoABsCuMSQGTEH9tSzIHNuGKp1r7A6L { top:6.25rem;left:0rem;width:36.8125rem;height:15.25rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab9RPEfBtLmQ65e7fyv7zwxO2kaFzzoT { width:40.875rem;height:2.125rem;top:22.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTnPzcCMm1hbV2lNab0kTLxnrv7PHKb { top:25rem;left:0rem;width:33.5rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heBNOVLzBRQXbuQfHM9cpFJyNXcvFEAq { top:23.75rem;left:0rem;width:3rem;height:5.0625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMFs2AQBPT2uWgFgXhGZTbJLURfz3zOQ { top:36rem;left:0rem;width:33.5rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgqMs04TEWQIwqn6TOWWmqOu0S0DTNaw { top:34.4375rem;left:0rem;width:3rem;height:5.0625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfHlxAzinxRbTypM3cuHxExpLML5lZpy { width:40.875rem;height:2.125rem;top:33.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTHW2MhV7FNzEAz0gVKoxknma0UbZWS { top:47.0625rem;left:0rem;width:33.5rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xePJJcq9GmKTpLrygf3DXqsI1T2q3UpM { top:45.5rem;left:0rem;width:3rem;height:5.0625rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ondkGDXHTH8KWk9f7Otn5utoOu01ZaLh { width:40.875rem;height:2.125rem;top:44.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtUSDdKlFCm3kWG92Dii34cT5AF6L8xL { top:55.9375rem;left:0rem;width:47.75rem;height:26.796176470588rem;display:block; }
 }@media only screen and (max-width: 763px) { #Batvy6lMcLbp7T9kuczi3h3lZZl4va4R { top:7.75rem;left:16.25rem;width:31.5rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5gBborATrT97lXTbfhoICFVtoiDzX8i { display:block; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8AuXPbEPio0tOVDHnGG3auAe9lIMVhv { top:1.25rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { display:block; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN2aAVnA46obOPbp1De63rm1SJO6TnEE { top:4.0625rem;left:0rem;width:34.875rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9xLW1lwcK1123QA4Aauwn46aecngFGI { top:2.0625rem;left:12.875rem;width:34.875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBiI1rtk2v6pAAEaIESKn2tG36SIskTf { top:46.625rem;left:0rem;width:33.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgT8X04kUX62FyfDuLCI1sXW9eck5Ry0 { top:18.25rem;left:9.125rem;width:38.625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmmWamzrb1RTUT9FTMWmhq6LctldkOW { top:33.0625rem;left:13.125rem;width:34.625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { display:block; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFrghTHNRoaTZrddQJL7NbzbLn0z5Ps7 { top:1.375rem;left:0rem;width:47.75rem;height:6rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDSLqes05X3141xKQ6aS3bnuLCJUiwQp { top:8.3125rem;left:0rem;width:31.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHOaSTphWq08ynPPJbTrw30dVUlzqcZ8 { top:10.3125rem;left:0rem;width:30.4375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGyUwAP8cpFgltNuQHCnAZLvgwznQ8Xh { top:13.625rem;left:0rem;width:28.4375rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmfeAvprAIwvvzW8lTpAluw298SA878o { top:8.4375rem;left:16rem;width:31.5rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMTZGnWPVKugpsG7otoQg1kLVtCunRgU { top:10.4375rem;left:17.3125rem;width:30.4375rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rybbsJNX00OtCIl2I1hGRLHId9KIdTGT { top:13.75rem;left:19.3125rem;width:28.4375rem;height:20.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo { display:block; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTcKeNn6bzZ5liR23O7lMSdsGToC19ui { top:1.375rem;left:0rem;width:31rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhbyc4LJPmRwukCIgCamrqPkP6z4sJsI { top:5.5rem;left:0rem;width:36.8125rem;height:;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOabhtQWqp95BBiLphUTeu89dbmdFObD { top:22.625rem;left:0rem;width:38.5rem;height:25.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhOMMLQPxLkaHS3zERCTRuJgrbeW5sH5 { top:50.875rem;left:0rem;width:31rem;height:2.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afnacbXExTadfsWFaNeXrmKPrVTOTPLk { top:54.5625rem;left:0rem;width:40.0625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGLiLtAsqBLdOxWMcVIouCQJ3EZ3wSKP { top:13.4375rem;left:16rem;width:31.5rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTvkcz8pMa6H4DI2EFqZzwl3JUX076BJ { top:15.4375rem;left:19.6875rem;width:28.0625rem;height:7.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcRTll7pXbSgSxsroLwGgemPTIeTGgTC { top:23.9375rem;left:19.3125rem;width:28.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeXkUi9zrw03kMhNgKEDQ0PDihmatwM6 { top:27.5625rem;left:24.875rem;width:22.875rem;height:21.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs2g7dhzilAmgTfFHUb10Mrd2HUSrehO { top:50.875rem;left:19.3125rem;width:28.4375rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ4J5m84ZbUkdVqBV2zVguxmLCuR4mRm { top:51.3125rem;left:19.6875rem;width:28.0625rem;height:9rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0MRFcyogpeEe1uhHqmB5T6RrnPN11wn { top:59.125rem;left:19.3125rem;width:28.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggmAMWEz3tespxNUHHSKJZXTCplyhOJA { top:61.6875rem;left:22.375rem;width:25.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfcRLEJ3OUTXKGw6BxpGEN3gRMIXsMRV { display:block; }
 }@media only screen and (max-width: 763px) { #fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk { display:block; }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWwX3KVQ9xad4ZD4ZV5SDOwnT0fMhR0e { top:11.5rem;left:8.75rem;width:39rem;height:18.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyorbLThUcz8qU1cV9BnHDegu5cqGR9l { top:10.4375rem;left:0rem;width:24rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQc98tXKho2pe7pFhVTASgtvlCZs4eVv { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONmT4B90dTaZkEoPscTdMxOHuNmnlGNP { top:32.125rem;left:18.25rem;width:20.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lTUFTtfy6vdiTJwltmRC8A4JChKnpd { top:33rem;left:19.625rem;width:17.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzcTLGT4eKsV0m49f0B6aNkcUoTBMKKM { top:32.125rem;left:29.25rem;width:18.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhCGcESEiqqvMH00vDmzzJPnoxHw5mvP { top:33rem;left:31.5rem;width:16.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVGzOb91GROtoo6szeU2BnvbSNWAzKzm { display:block; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #wXmKT15D0Eh17aJp03i1reiyKpLdnel4 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zOwMQxk5WlEB02umEPiXsDD0cy4fbNxy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gJ4QqqQv5ksuAocvwIE6ykkuUPKOncSI {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EfdWlU7SN3omQJIV2gVUItmF7WpUQz5B {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yBT3VgzPsOcOJN5GWOEqdKR0vMaOc7vJ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #TzETWIPmLBPN5A6VOudu8xSEGh7JU0r5 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gl03KTxox2XMzo1LAZ60MZv3cWe4q50G {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #sbaJmvDFIdMw0VfoOZpqKApqPBSWDPfD {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #Oxidmkk1dqPTG9ckLxzkc52Z6ZXfVpwM {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #RtAbrNMm4AU6rpmGCUaWKPv8Zx7z3hsW {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WTB1hzvU0nOMeTJATNP9IRbOr0wO25FT {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #eG58CnF1QVfwI7nq0dmnzqqr62m0mlNq {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #y1nTXiKRQRAT4DV91wGnVqVhEnHhSBxS {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ICiqpnyKsJZOQAFCxpwACVJIIMt2Q7CO {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WvmS59tofTnk8mvPnWWPiJ4xPE2oAETa {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWvs0xLMissTnfaunIKrl5K5NT9AlvpE {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #rPqErXrWSis6gQTHcU1HrGMpRWV5I5li {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #bo9eU3rnq48ArDXpzLbN3kvQKt4B1A5N {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zheBzrZd9OvLHThdnHniQIqscm8OefwX {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWDDT3DRHMNyxN1S9WnrzlHGcUtOQTdH {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ahbkvvArdbLCIw4kHIruEehtyouDVXvy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #b53BfyC0DBTJcPprMd2QkiJaCmHIb7BC { top:1.6875rem;left:0rem;width:47.75rem;height:;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW { display:block; }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVyd3ExVTnH2FQUWL33llWa9346OXSw4 { width:47.75rem;height:1.375rem;top:31.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmIOaEDNm4CSxLfSbJThonIJTDU3W2J2 { top:2.5625rem;left:0rem;width:47.75rem;height:14.625rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOROuhF25LqSSx0WCmhfaEXdD7JdCVIM { top:19.5625rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKaSv7UUyPOcg22Er7C4p1EHLLQUn7LR { top:27rem;left:13.15625rem;width:27.9375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbJ4ucVrecT8KxByNBznbD2Lg4walzqH { display:block; }
 }@media only screen and (max-width: 763px) { #lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { display:block; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #li7gAC0q4HJ8IhGqxhf6f2W0k6FqloBp { top:3.5rem;left:4.875rem;width:15.75rem;height:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLZz6TVBo29FL2UAchRFBDl4bv6XWfMg { width:9.375rem;height:2.1875rem;top:3.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqvm7XxpTWhylzoTEWfecePNKiraGbt { display:block; }
 }@media only screen and (max-width: 763px) { #QuA4EmaKT82uhGRUQTRkPBXfsETC6XKT { width:9.375rem;height:2.1875rem;top:5.625rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8hXNK7On6Gl3x5Kcz1gDAmF2TW5Byu { display:block; }
 }@media only screen and (max-width: 763px) { #pG3KIh1iaFG2W41cTyVcM8PO2SAMSuDL { width:10.125rem;height:2.1875rem;top:7.8125rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABED4GHf3TAVzlZe1RdAi8TBmwB9CoGB { display:block; }
 }@media only screen and (max-width: 763px) { #GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn { top:10rem;left:3.875rem;width:2.6875rem;height:2.6875rem;display:block; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #rJhgpZfLhxsVPZhZINKMdTLhhsJPaTSi { top:2.75rem;left:34.1875rem;width:0.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXgtghaedC5Hp5TCEF53VbwJHumvBWA { top:4.9375rem;left:0rem;width:10rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQbJuefCEeILKStl2aHDxC8reJetLJ9z { top:6.5rem;left:3rem;width:18.875rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfiSd2z6UKik37OSoiRJXeH9FO23gV1W { top:10rem;left:7.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi { top:10rem;left:11.375rem;width:2.6875rem;height:2.6875rem;display:block; }
#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr { top:10rem;left:15.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #alDQSoIsG8r2V7bG5lGLAlTF0aU5mKiZ { width:10.125rem;height:2.1875rem;top:10rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0GKQ8kCTcEc4E8dcEZdlMua4iRD5uT9 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa { position:relative;z-index:auto;display:block; }#nyw92wHWp4Ua0TrcM0TCzDswK3LAftpa > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oisR1w25ySIX5HkecTzIoICL6IT1z6et { width:19.3125rem;height:12.1875rem;top:1.125rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q8LaafTlxlpUGbAxgZnTb5Wn6HdOIwRq { top:14.0625rem;left:3.09375rem;width:13.8125rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQnwzKq29ZQZJmAHfI10TTpvvICCPB49 { display:block; }
 }@media only screen and (max-width: 763px) { #SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o { display:block; }#SUmOKVsy7h261IdUOfPNJPmD3TFGAV1o > .row .container { width:20rem;height:95.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgH8AlaPeD9E0o84FkncMpAC6rt3XE4M { width:19.125rem;height:9.44825rem;top:1.9375rem;left:0.4375rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #llCFkcN0m7Nq20BOzEVwkhVDacF8Qr03 { width:17.4375rem;height:24.0625rem;top:12.9375rem;left:1.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #nJFgbcAQCmauLpPRLNL58ZA2uRa6FCTb { top:86.5625rem;left:3rem;width:14.0625rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv9CmZOMqymrl8pOV0RymnVxP4htPkwS { display:block; }
 }@media only screen and (max-width: 763px) { #XkmK8qDn74E8nZmDpWiQZIECDbEmAV5X { width:20rem;height:1.75rem;top:83.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IzEA7PGCpCHZBEODiLN9dbNp3ra2N8FO { width:16.9375rem;height:1.6621125rem;top:39.8125rem;left:2.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #OfBtR9x4wWaA2FIVC3w2Cc9apcgIsRpx { width:17.875rem;height:2.625rem;top:39.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpQoqFXVXf7tBy2lH3yalgylNMslhHVA { width:16.9375rem;height:1.6621125rem;top:43.75rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #z9TvDkvoDhqZciV2eMERmd2clRqGxN9t { width:17.875rem;height:2.625rem;top:43.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuekTfnQQ15WH3RCJR234Ptq5ZU4L9Q0 { width:18.5rem;height:1.6621125rem;top:47.6064453125rem;left:0.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #xkS8krK9W4r0J21A7H2H9Ef7ETiqMiUn { width:17.875rem;height:2.625rem;top:47.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXbspXruZbaa1oTiGMJTLXL73bAqwxha { width:16.8125rem;height:2.8125rem;top:91.6875rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #tLQRDz5OGlqhI30dSIttqDcQtO2VZ7OO { width:20rem;height:31.729323308271rem;top:51.3486328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 { display:block; }#SSp2QirrkJeuXC2UOC1zy0A5yfEL3P90 > .row .container { width:20rem;height:102.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwnQykST7CBLx0o6p3m9btZesUo9nxX0 { width:17.5rem;height:2.25rem;top:1.708984375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2CIhPVSIP6Dpq0VQh2gvtWxLaanSrnV { width:18.1875rem;height:9.597625rem;top:5.875rem;left:0.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNP86S6OGqQSBRIIT1olPMfaTpFHlSOI { width:18.5625rem;height:27.8125rem;top:17.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDBTaAyquwdTWETs9dhB4Q78Std3QUnT { width:17.4375rem;height:11.3965rem;top:32.75rem;left:1.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9By5QMgx38Z0ticqXAAI9ZpG0OT2hOg { width:17.25rem;height:4.7109375rem;top:27.42578125rem;left:1.375rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ur8QUTDnG9bEeO1o6ewHtLBc6wgWMsBg { width:18.6875rem;height:24.75rem;top:47.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ja1Oma6FlxFaP6kdV4Lbd9u8pouBqCyr { width:18.5625rem;height:27.9375rem;top:73.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTke8qS2EeQO2oXxD6lrxxtB8hiTPMCf { width:20rem;height:3.19921875rem;top:56.98828125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ49iSVwkEsVR7vU13mW11ZMcvBJE26Q { width:15.9375rem;height:10rem;top:60.9375rem;left:2.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNlBwx0ex7En0QIosiC55ypno3lZU8yH { width:20rem;height:4.798825rem;top:82.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTJ4qQBhuAI2uM1o4Pppwg9BHGTSNQ6J { width:16.375rem;height:12rem;top:88.4375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNK0tBHczRK8V1TFWoyS6sAUmaglWNaa { display:flex;width:8.875rem;height:8.875rem;top:17.75rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #GNtmVQTJIwbfxdnpmmsT10WJxOTvOF8f { display:flex;width:8.4375rem;height:8.4375rem;top:48.8125rem;left:5.78125rem; }
 }@media only screen and (max-width: 763px) { #sTThhEwpaZseA0SwKhk7wdE37fEQDiT6 { display:flex;width:7.625rem;height:7.625rem;top:74.5625rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 { display:block; }#NPi4t564J4gWw4arnHOl3HOqAB1LQVb5 > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNs5NduIAMUvdPruv1NTTAysk9E7NMdl { width:17.8125rem;height:4.798825rem;top:1.1875rem;left:0.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOBVgKLA0utx8JSqEV1bhQlaHrNggpGp { width:17.4375rem;height:7.19825rem;top:6.546875rem;left:1.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgQXqsPwEc8xuGTfmqDIPQ35wpmz4PD9 { width:18.1875rem;height:31.875rem;top:15.1875rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMOfk9ZiT86evwZToHUzacr4tMOZkyNk { width:18.5625rem;height:9.8125rem;top:49.125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2SBbvB06LgwObagJFczJ0gddlSmZCuW { width:17.4375rem;height:4rem;top:54.130859375rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGvkFG2TEDOGAz8HWb2OhF0ZVLI5gUo3 { width:16.0625rem;height:2rem;top:50.724609375rem;left:1.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSq5cZRaZQCNrEfZyZZy85PAOEqJR8ze { width:18.375rem;height:17.25rem;top:60.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpQ0dJPpWDCXbNWWn6ZLwucOFSU6wBEM { width:13.0625rem;height:12rem;top:64.1875rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwkuiZ40zPFuEypuuWeJJpVLdIQmvglL { width:16.0625rem;height:2rem;top:61.625rem;left:1.78125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZyMAfqrou2sBoMfUTJsE5fgGT7XbAxh { width:18.5rem;height:16.9375rem;top:79.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOPHDQdKTTXTFwOwbkIyxKgL74v47TK3 { width:13.75rem;height:12rem;top:83.3125rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3dvsbVXFQL3MCINT4AU57aarfkQ0iUi { width:17.5625rem;height:2rem;top:80.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vklVDub2mVNLgWd4wvveNrcki6Iw8DO1 { display:flex;width:4.8125rem;height:4.8125rem;top:49.318359375rem;left:13.09375rem; }
 }@media only screen and (max-width: 763px) { #r7mT72EzylD8WSATbp3tN1CT8oKe67ZL { display:flex;width:4.8125rem;height:4.8125rem;top:64.3125rem;left:13.28125rem; }
 }@media only screen and (max-width: 763px) { #LQBqWpBOMfMXn26SFXm4BBRUGSMheRM1 { display:flex;width:4.8125rem;height:4.8125rem;top:80.375rem;left:13.09375rem; }
 }@media only screen and (max-width: 763px) { #oGBa5VubV74cGXUvZIcTWosH0xo00HxX { display:block; }#oGBa5VubV74cGXUvZIcTWosH0xo00HxX > .row .container { width:20rem;height:344.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgivTBh2hypOovWDJ77TGgyL7vEzGoJK { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyTxUzT2rxsfEo1ZvIpKm1zI9xM6OEkp { width:20rem;height:9.597625rem;top:4.8984375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs7TylGbmEh8qT7Ptzu5ofGGd2u14mmw { width:20rem;height:17.5rem;top:15.745125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrJfkTzTerfDVssa3ffg23l49GcFdqDL { width:16.625rem;height:6.25rem;top:34.4951171875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPXK7Ch89E4kx16x2pzrTmVebaoFPlGr { width:10.5625rem;height:1.69921875rem;top:68.7060546875rem;left:6.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNR9aK6sxM8JFvpnm4v52Xkg4MhzBIUX { width:19.1875rem;height:3.19921875rem;top:34.495125rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n30NU2Ac88Itpsxx4a5EDpKI7g7M6PRT { width:16.625rem;height:6.75rem;top:42.0810546875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW1utqPtauTrtfTiou7tXe5t91M1RFTx { width:17rem;height:2rem;top:45.8935546875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t89fCRSXaSVh34DTLpmCUSJEXzX7tSfk { width:19.1875rem;height:3.19921875rem;top:42.0810546875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVdbu7sRlBJb5sBDmn7cAV1VyyaMIIZw { width:16.625rem;height:7rem;top:50.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiX6BBw0Nev30xGgvSgzbrHLoqXsAsVD { width:17rem;height:2rem;top:54.26171875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTVvbIqtKOdgTsRibl6VQ0P1omLf5uuN { width:10.1875rem;height:3.19921875rem;top:51.0625rem;left:4.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcwH1fwI3WTTNMr26yvsciHLRhLUyEZT { width:16.625rem;height:5.8125rem;top:58.8310546875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #voIx9PHQA67yxbmNyf7lqT859C5bfB2k { width:13.9375rem;height:2rem;top:61.7373046875rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OztXDnFV7A6tyVrLdiQxartp7ETQGpZG { width:8.625rem;height:3.19921875rem;top:58.8310546875rem;left:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AomRWv7gTbgR2MoTuJ8lFSFN4nINTQpe { width:18.1875rem;height:10.3125rem;top:67.0185546875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVcE9epDNWVyfwsnBo6gDKnKmNHN8rgf { width:9.8125rem;height:2rem;top:70.6435546875rem;left:6.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdwU75AuVEV3fgMCHVuk2sWrgvhLBxpM { width:16.3125rem;height:2.9746125rem;top:73.8310546875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ78ZKRuf2Wy7dTdIXdW9DoBWTzCAouX { display:flex;width:3.875rem;height:3.875rem;top:68.7060546875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #RmHU2ibk2VCJse01gfcKgtKEem5volRz { width:9.75rem;height:1.69921875rem;top:80.2060546875rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a51ArHHTrOOVaMbbekWpvfgHvmJazWKa { width:18.125rem;height:10.3125rem;top:78.7060546875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbkcMLI2DMwbnXkOfADKKqpRNtEmeutQ { width:10.5625rem;height:2rem;top:81.9052734375rem;left:6.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJJ4LLFXvsW9AIQWb9xXerDTzff47h42 { width:17.6875rem;height:2.9746125rem;top:85.5185546875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb4ea5QiOyKWXJKPD00gsVC2qHPhMzZF { display:flex;width:3.875rem;height:3.875rem;top:80.9560546875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #NNv1DqTOIXCx8G6iJt6BaRICFxbX4Kwv { width:12.125rem;height:1.69921875rem;top:91.36328125rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmFm4eMpGvc9iTtU3CqVt49k7CcPyxsW { width:18.5rem;height:8.125rem;top:90.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frbkITngGM9y3UoTfyfvJaGng6ZIt0rp { width:15.125rem;height:2rem;top:93.0625rem;left:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykrmdTaa8ES1UJdBDzIZqTIWPLRQkVTP { width:17.6875rem;height:2.9746125rem;top:95.0625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd7kr0r2rpSwy9JRbSo1stsmoQFwOEIV { display:flex;width:3.875rem;height:3.875rem;top:91.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #HXl3KId6CSLhQDX4gDyFh2ATnkTUDB9T { width:13.3125rem;height:1.69921875rem;top:100.86328125rem;left:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXDThhBIuydiHM9JPcQnGGdEG9ZqPVJt { width:18.6875rem;height:8.125rem;top:100rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maySg3oTxSMbRZ6d5srqLRFBymzwZqnX { width:15.3125rem;height:2rem;top:102.5625rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHQ2kHhQuaqMkcIyyTTCJ9bVKqDDHLNG { display:flex;width:3.875rem;height:3.875rem;top:100.8125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #wwLiaPvToi2zNJNzyJUKJOnihBIToSb0 { width:16.625rem;height:1.48730625rem;top:105.625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOW2mqnFxNuweWTV4TDTi3NQaeUQrQaK { width:12.75rem;height:1.69921875rem;top:110.75rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSFwGuPionEzOqkWG6KdgK762780hUMf { width:18.75rem;height:8.125rem;top:109.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWveQI1mxST6TpXUqvCuWthQMAL8mz2T { width:9.4375rem;height:2rem;top:112.44921875rem;left:5.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvaOAGFIs2zIwSrUm4oKVQCkJc6HZeZ { width:17.6875rem;height:2.9746125rem;top:114.875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkvNrxoN5yKFTRVJ87TkgfiLAChoCt91 { display:flex;width:3.875rem;height:3.875rem;top:110.75rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #CnTxBiHdNcHEm1THyndr8TKhCH6cMfwp { width:18.6875rem;height:7.4375rem;top:119.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5a1XK43qnenRBa3cqosAeZdVsWNp3Fr { width:17.6875rem;height:1.48730625rem;top:124.75rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1EggbJEQHkTxxcPuSbi9vnLIahVZBm6 { display:flex;width:3.875rem;height:3.875rem;top:120rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #wyXEWhLuk6zsXxsVxpiUQOdxMATJgh6p { width:12.75rem;height:1.69921875rem;top:120rem;left:5.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtZGeNwU348iEASX6gUU6Rsr1LpTJWdc { width:12.75rem;height:2rem;top:121.9375rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlGss5EdqFoZnOe0zkZqhyzDqs3HNDzH { width:11.5rem;height:1.69921875rem;top:129.0625rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQmwZqBOhifc3UCLWr9cQUb5uahG3xzJ { width:18.6875rem;height:8.125rem;top:128.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQyxFfZSd6cPMpbxnyZRXVfZTrloh7V { display:flex;width:3.875rem;height:3.875rem;top:129.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #ICg9xWJUvSWzhSxKKgK2JGpCWpMGPQPs { width:11.875rem;height:2rem;top:130.76171875rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBchk5O1XbOOCWuERS0dJC7mLENiHsfE { width:15.875rem;height:2.9746125rem;top:132.9375rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsSLKaunGQr0u06tUCHNyrdieisuTniD { width:8.5rem;height:1.69921875rem;top:138.6875rem;left:6.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzEOopfcTsut2g8vxczEQmVyDu399Mwv { width:18.25rem;height:8.125rem;top:137.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqtQNOuen7TucSo90apkDWvmJdcfqDJN { width:12.5rem;height:2rem;top:140.38671875rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3FdOfxc844eprb96A0Udnq5FGpOIGpe { width:17.6875rem;height:1.48730625rem;top:143.375rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6qp2yCdPpI4x5ICLcNupZm1JgrFCL9G { display:flex;width:3.875rem;height:3.875rem;top:138.6875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #vfNI8ALV4SMMRoplOBQu022V8GGadsV1 { width:11.25rem;height:1.69921875rem;top:148.17578125rem;left:5.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRJaTyELoFdT24qR5xdiixnhq4iETOkM { width:18.625rem;height:10.25rem;top:147.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiA9smsN1xgqm0WwIDbPeZur65cr3DGm { width:13.25rem;height:4rem;top:149.875rem;left:6.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq9XJEoM09e770w41ycG2T6wTxu1IqCD { width:17.6875rem;height:2.9746125rem;top:153.875rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFlGkITJ9VixI61VqzTfaT3hGtPC5Qfr { display:flex;width:3.875rem;height:3.875rem;top:148.9375rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #LCbdx1RG9JRI9FCfT1P88PvLxyFanzkV { width:12.25rem;height:1.69921875rem;top:159.86328125rem;left:5.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgxeOzuT0RP7fqywG93o7tviTp9QTDI7 { width:18.5625rem;height:8.125rem;top:159rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk9QfGr5hReFmTelMZFT9gBzk7HVZgK3 { width:11.1875rem;height:2rem;top:161.5625rem;left:5.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJz5wk8nLDO07eu7K7HU8bFRu57DiKob { display:flex;width:3.875rem;height:3.875rem;top:159.8125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #fKzarXcnw9WRy8q668KVxov9TX6rkTCF { width:17.6875rem;height:1.48730625rem;top:164.3125rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8XCboZ25ua29DHy6X2uSXAovK3O835s { width:6.9375rem;height:1.69921875rem;top:169.25rem;left:5.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASPEFTkOzOQVnH22eucPzODK6bHtSvO { width:18.4375rem;height:8.125rem;top:168.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHx13wzA8zgD5UvTmuPZ9hBt9MXg49Cy { width:13rem;height:2rem;top:170.94921875rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSGZHwOuR21TaH46VTZ2XTWnRhTTE4ZR { width:17.6875rem;height:1.48730625rem;top:173.375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPGP55mCvABi1nOiJy4eLw7ez0plglyI { display:flex;width:3.875rem;height:3.875rem;top:169.25rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #IFpJD9PnWUkERyAkBkvdnUFaqW1MF1aC { width:18.5625rem;height:8.125rem;top:178rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQD3dfXVQtglwRFHGoIrMOkqZgPATpr7 { width:17.6875rem;height:1.48730625rem;top:184.1875rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #foIy2W3ords3VvVxHektH7dbSomygRJc { display:flex;width:3.875rem;height:3.875rem;top:178.5625rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #Q0V4b735QUAhR8hnz3utX1TAG4yRCO6B { width:8.125rem;height:1.69921875rem;top:178.86328125rem;left:5.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkKG9oKfsB4nkDRr7E2OoD44AqPrLU5D { width:10.375rem;height:4rem;top:180.1875rem;left:5.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #evfpyba9dxiuzFHhkyXMa9LHUvtNoyM7 { width:18.6875rem;height:8.125rem;top:187.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShVEWiybaaG6TTOn1waTbDMAzyszeuOw { display:flex;width:3.875rem;height:3.875rem;top:188.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #lKl4wkmp7BQUTR7Tf5isIEJ3l0wQU693 { width:8.5625rem;height:1.69921875rem;top:188.125rem;left:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkJxTDc8W2HpWq14nKpHU2u7OJaDha84 { width:11.9375rem;height:2rem;top:190.0625rem;left:5.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbtbMxKqwnszNAAzByur53LfyFDdFtwD { width:17.6875rem;height:1.48730625rem;top:192.6875rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbLspAuUwgFd1JaEyrTIwuTW414bum0y { width:18.9375rem;height:8.875rem;top:215.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3woZJFI7DAyoOt9Mv2sqQsN1Ozb8iVK { display:flex;width:3.875rem;height:3.875rem;top:216.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #vdmNCJ38rA7HizsHbk0sNctXwZt2baXt { width:8.5rem;height:1.69921875rem;top:216.25rem;left:5.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFXETVMQwKQ5lybt2Lu18D7e4WXc19Tw { width:18.9375rem;height:8.125rem;top:196.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieVFnao9p53F4WaoBELLaLJUVQNUikKg { width:10.5rem;height:2rem;top:218.1875rem;left:5.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfmZ3w1gdlMQOTkvpkvIGts0TTcM5CGu { width:19.125rem;height:8.125rem;top:225.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LximhCS6nlO41J7xTAtGootygZxRhvth { width:17.6875rem;height:1.48730625rem;top:202.224609375rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFT4z8EHHAUifQMkCd5OvfpgZZCw6726 { display:flex;width:3.875rem;height:3.875rem;top:197.375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #bD9naBzTuIfyI3gcsWQi0dxsTSnIFhUF { display:flex;width:3.875rem;height:3.875rem;top:226.25rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #q6Alkew1AVuraiBFHpiBlPWx09U3tgHv { width:7.125rem;height:1.69921875rem;top:197.375rem;left:6.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CngRmM0TWrdwgBAZDqSvlqtPyonrzIkW { width:11.875rem;height:2rem;top:199.3125rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJVGGnGvFOsf0mExZIhIIRfcsyTdA8Ow { width:8.3125rem;height:1.69921875rem;top:226.25rem;left:5.84375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14c08BnL8i6KdXEKpxDH8BAZbTQsW2O { width:13.9375rem;height:2rem;top:228.1875rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzeqTMKnz3QKMyqJdL4RlPB85AUFJTyF { width:17.6875rem;height:2.9746125rem;top:220.900390625rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOKGuJT8azE2Mg3aENZEeHfH8Fnb8lhG { width:17.6875rem;height:2.9746125rem;top:230.375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkd0mELKoFt7MOmy2fEXHCZTrDkDiyV7 { width:18.875rem;height:8.125rem;top:206rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDWGN5f212Ai1ko4QXq6x5ba87TJ6R8y { width:19rem;height:8.8125rem;top:234.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksH8xVHSlXpac5fUwISGKIv8Au7J0UB4 { width:17.6875rem;height:1.48730625rem;top:211.1875rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBsZSZlZkPhry6Vhr9N4n0quVM2N3mmd { display:flex;width:3.875rem;height:3.875rem;top:206.8125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #gr6N6Dd6M4Jvqbtnf0sdF4Ugx3ZTeEtZ { width:17.6875rem;height:2.9746125rem;top:239.625rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPC803D4Ma4CxS1H24c8h987VDfsnlIc { display:flex;width:3.875rem;height:3.875rem;top:235.1875rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #X1sLArMKKD1TnTTOOJlw4cDPCwhd6E7a { width:7.1875rem;height:1.69921875rem;top:206.8125rem;left:4.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoLTLMH7xm8TFP3CtdpevFBu6o3rkSv3 { width:11.8125rem;height:2rem;top:209.1875rem;left:5.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCGUbbArs7uFxIKb4m0wZqOxfSWWSDRc { width:8.5rem;height:1.69921875rem;top:235.48828125rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtJDZAWD82RM9xFkiONz7UBeACZkIzdC { width:13.1875rem;height:2rem;top:237.625rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkTk6R7JLNzyTqJDUOriRridIZ1r4M1a { width:18.9375rem;height:8.125rem;top:244.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lscntBMTuXWd6dUqJQpoT9q7olVnK755 { display:flex;width:3.875rem;height:3.875rem;top:245.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #BvhrXa6GAm2WsM53DazviqyuRzGlpfCM { width:8.375rem;height:1.69921875rem;top:245.4375rem;left:5.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOUf0tuTNhii0HyDv9iTJJibLaetfOgG { width:11.5625rem;height:2rem;top:247.375rem;left:5.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtBbvSsInVxnPOVTzJEimX2Xxf2MUWyl { width:17.6875rem;height:1.48730625rem;top:250.1875rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4nIk7yMXm8Ws88PMuSy8K1otKBEEoOd { width:19.125rem;height:8.125rem;top:253.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeZHwkGUACQeLrFPLdaX4TgWfyFgwam5 { width:17.6875rem;height:2.9746125rem;top:258.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGVa7kGDiJitlQWDzxSUHOi2cSdH6H0L { display:flex;width:3.875rem;height:3.875rem;top:254.75rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #NZz5GGnrZkegXKwSvtNxDhD30pqDUeR0 { width:9.125rem;height:1.69921875rem;top:254.75rem;left:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIUl3BgHR39XDVELd6d1wZv14Le7oeOf { width:19.0625rem;height:8.125rem;top:272.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXWCcG4ArQ31XdZx6sK9CwncnWeoRe9 { width:19.125rem;height:8.125rem;top:282rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv94xL7t69NiyXEIdnhkMVgRAAfglb17 { width:9.375rem;height:2rem;top:256.6875rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8KPC5r2mRT4I3WHz37l5dAbLawX0HnJ { display:flex;width:3.875rem;height:3.875rem;top:273.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #RQU1nvh2Hpe506BzD3BcmxtOuo0v1bRv { width:9.6875rem;height:1.69921875rem;top:273.4375rem;left:5.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAINBrVmk0V854gPXHG4QabgZ0maNFK0 { display:flex;width:3.875rem;height:3.875rem;top:282.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #zgeFqoBkE8Z7gWdOaTUUOS9yyHFSMFXm { width:9.9375rem;height:1.69921875rem;top:282.8125rem;left:6.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9bFOXgXCH2duKKHkvbH2bWiAJxQ7pb9 { width:12.1875rem;height:2rem;top:275.375rem;left:5.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbcKedL3uawS3NgQTU938WFk7MaynGqT { width:9.9375rem;height:2rem;top:284.75rem;left:6.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUKXZ6RPxw3teWSgVQP83lzSUtfiA0Hg { width:19rem;height:8.125rem;top:263.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw9o7tbbBo01Qb3XvR7FfU3AUVc4qs1c { width:18.875rem;height:8.125rem;top:291.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbcDyFXGB4A94LP33yDbaFJxyhNc9apa { width:17.6875rem;height:2.9746125rem;top:268.125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKGuNvuySXT4XevTzv3hI8oVTgkwnC93 { display:flex;width:3.875rem;height:3.875rem;top:264rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #iZfQqoH0TkLVdWCtZKzvXOc7OCOcxVtF { width:17.6875rem;height:2.9746125rem;top:296.1875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2qC5Xsy72s2fqn3xEstvJOKAQsQ3K8U { display:flex;width:3.875rem;height:3.875rem;top:291.8125rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #NIknceqnoq2dHkCRxmWdscXGBht0QuyN { width:17.6875rem;height:2.9746125rem;top:277.5625rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GedUtth8FHWoDLoLTqrVUgbTZPitN9tL { width:17.6875rem;height:2.9746125rem;top:286.9375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQBT2RRXr5u6nOMVe09nVPmBa9UfFLvB { width:9rem;height:1.69921875rem;top:264rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ7UHpnip7SGIof0Qz7t1CQ3y50kwi5P { width:8.1875rem;height:1.69921875rem;top:292.48828125rem;left:6.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2nUUcAvaMQLHMxkH0xDAXkL68TEeGrW { width:12.125rem;height:2rem;top:265.9375rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np8Be0ow3BeH9XmOHheb9epib5MTVmd3 { width:10.875rem;height:2rem;top:294.4375rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVPo7qcOXib6cxUix9n6AUSsUVc2ZT1W { width:18.625rem;height:8.125rem;top:300.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dilyIkVXygJso2M6piJGir1ZncbU1iwb { display:flex;width:3.875rem;height:3.875rem;top:301.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #vK48NKLcZy7SQ25eOfG9pVAW4bdqMFJL { width:10rem;height:1.69921875rem;top:301.4375rem;left:5.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNlNzM1PTtbcyySEkZFH1CbQBmlQDMqn { width:8.75rem;height:2rem;top:303.375rem;left:5.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFxGcM0ivIZGm8Et83oaWxtGacJQfdD9 { width:17.6875rem;height:2.9746125rem;top:305.3125rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg9IBPRvR067ru9MHyikKCwUcPiclcKU { width:19.125rem;height:8.125rem;top:310rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMJKCFP4701b5M80sRduXHTLCtwSHJ1y { display:flex;width:3.875rem;height:3.875rem;top:310.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #kT1Fv77VMOof9cMfUROKBGg54R1foQSn { width:17.6875rem;height:1.48730625rem;top:314.9375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFHltT9bIOvPCiVwSwcq2uBbp30dheXu { width:7.1875rem;height:1.69921875rem;top:310.8125rem;left:5.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RisK8yB9gNlBvmWECBeQl75PArLO52i3 { width:8.75rem;height:2rem;top:312.75rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBXpHWT4Sdch2zcET767tXqITO0U39TZ { width:17rem;height:2rem;top:37.5576171875rem;left:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgkRBuNMDUF7uHx4TOK7KDl5caFTvV6P { width:19.75rem;height:11rem;top:319.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8eb6K5yQTlhvV34T0EppDD3OmFcLpOw { width:16.375rem;height:2.9746125rem;top:327.1376953125rem;left:1.40625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLFaJxpmhGNPkJFJukKo9QoJ8hMSeTEL { display:flex;width:3.875rem;height:3.875rem;top:322rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #DsNKBqeh37TMc7B0F3ib2SfhhbnUyRTy { width:14.3125rem;height:4rem;top:321.9375rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v36w2p8yuVT7i8z4ihCNq4epkDX8y4BN { width:8.4375rem;height:1.69921875rem;top:320.36328125rem;left:5.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrxgAcDboF6OkGJDZdkAG9fpIcw7X20c { width:19.75rem;height:10.25rem;top:332.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znUVVLKPwyd3v9p5nvXSnzby5RnBNXBb { width:10.125rem;height:1.69921875rem;top:333.5rem;left:5.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm6SWOaZz1hRE9UwlLcr1syWZ23vLfOU { display:flex;width:3.875rem;height:3.875rem;top:334.5625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #V9o1UZL2TMmwX9GrQBruVpQIHAgB4oAx { width:14.375rem;height:4rem;top:335.19921875rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSHUaI9uoxmd6kQuo16EwObTakstAwA7 { width:17.25rem;height:1.48730625rem;top:339.9375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA { display:block; }#KpFBNquBmpgMXVPR4evf2U8SWoRuUyiA > .row .container { width:20rem;height:112.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ni1OWSoWpsqPiOXO712NDt7p0eWA3DJR { width:15.8125rem;height:2.3994125rem;top:1.2841796875rem;left:0.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxoABsCuMSQGTEH9tSzIHNuGKp1r7A6L { width:16.9375rem;height:7.19825rem;top:4.7451171875rem;left:0.90625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab9RPEfBtLmQ65e7fyv7zwxO2kaFzzoT { width:18.1875rem;height:1.875rem;top:16rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTnPzcCMm1hbV2lNab0kTLxnrv7PHKb { width:17.75rem;height:12rem;top:18.5859375rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heBNOVLzBRQXbuQfHM9cpFJyNXcvFEAq { width:3rem;height:2.3994125rem;top:12.9375rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMFs2AQBPT2uWgFgXhGZTbJLURfz3zOQ { width:18.375rem;height:12rem;top:40.3125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgqMs04TEWQIwqn6TOWWmqOu0S0DTNaw { width:3rem;height:2.3994125rem;top:32.125rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfHlxAzinxRbTypM3cuHxExpLML5lZpy { width:18.0625rem;height:3.75rem;top:35.4375rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTHW2MhV7FNzEAz0gVKoxknma0UbZWS { width:18.5625rem;height:12rem;top:61.115234375rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xePJJcq9GmKTpLrygf3DXqsI1T2q3UpM { width:3rem;height:2.3994125rem;top:52.3125rem;left:8.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ondkGDXHTH8KWk9f7Otn5utoOu01ZaLh { width:16.9375rem;height:3.75rem;top:55.9375rem;left:1.53125rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtUSDdKlFCm3kWG92Dii34cT5AF6L8xL { height:11.222625rem;width:20rem;top:74.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Batvy6lMcLbp7T9kuczi3h3lZZl4va4R { width:20rem;height:23.253968253968rem;top:87.427734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5gBborATrT97lXTbfhoICFVtoiDzX8i { display:block; }#A5gBborATrT97lXTbfhoICFVtoiDzX8i > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8AuXPbEPio0tOVDHnGG3auAe9lIMVhv { width:19.3125rem;height:4.875rem;top:1.125rem;left:0.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad { display:block; }#KHTsSvrdN2EXAAQ59vE8l9GDlLlc1lad > .row .container { width:20rem;height:63.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BN2aAVnA46obOPbp1De63rm1SJO6TnEE { width:20rem;height:25.017921146953rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9xLW1lwcK1123QA4Aauwn46aecngFGI { width:20rem;height:8.1003584229391rem;top:24.9541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBiI1rtk2v6pAAEaIESKn2tG36SIskTf { width:20rem;height:8.4962406015038rem;top:33.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgT8X04kUX62FyfDuLCI1sXW9eck5Ry0 { width:20rem;height:7.0226537216828rem;top:43.6133125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmmWamzrb1RTUT9FTMWmhq6LctldkOW { width:20rem;height:11.371841155235rem;top:51.88515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Kfu29DDwN43LiZEElSKysGFfvq7r7O { display:block; }#P3Kfu29DDwN43LiZEElSKysGFfvq7r7O > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFrghTHNRoaTZrddQJL7NbzbLn0z5Ps7 { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDSLqes05X3141xKQ6aS3bnuLCJUiwQp { width:18.75rem;height:39.125rem;top:8.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHOaSTphWq08ynPPJbTrw30dVUlzqcZ8 { width:16.5625rem;height:5rem;top:9.8125rem;left:1.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGyUwAP8cpFgltNuQHCnAZLvgwznQ8Xh { width:16.625rem;height:30.596675rem;top:15.5rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmfeAvprAIwvvzW8lTpAluw298SA878o { width:18.625rem;height:33.5rem;top:49.53515625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMTZGnWPVKugpsG7otoQg1kLVtCunRgU { width:18.0625rem;height:5rem;top:51.00390625rem;left:0.96875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rybbsJNX00OtCIl2I1hGRLHId9KIdTGT { width:17.4375rem;height:25.19725rem;top:56.875rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo { display:block; }#uWAATipU0Iqi1VQOQuJnhMbUpwIiAUMo > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTcKeNn6bzZ5liR23O7lMSdsGToC19ui { width:20rem;height:2.3994125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhbyc4LJPmRwukCIgCamrqPkP6z4sJsI { width:18.125rem;height:7.19825rem;top:4.8984375rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOabhtQWqp95BBiLphUTeu89dbmdFObD { width:18.5625rem;height:34.1962875rem;top:13.4091796875rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhOMMLQPxLkaHS3zERCTRuJgrbeW5sH5 { width:16.5rem;height:4.798825rem;top:49.42578125rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #afnacbXExTadfsWFaNeXrmKPrVTOTPLk { width:18.75rem;height:12.5986375rem;top:56.0361328125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGLiLtAsqBLdOxWMcVIouCQJ3EZ3wSKP { width:19.75rem;height:45rem;top:69.806640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTvkcz8pMa6H4DI2EFqZzwl3JUX076BJ { width:20rem;height:9.597625rem;top:70.994140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcRTll7pXbSgSxsroLwGgemPTIeTGgTC { width:20rem;height:3.3984375rem;top:81.193359375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeXkUi9zrw03kMhNgKEDQ0PDihmatwM6 { width:18rem;height:14rem;top:85.86328125rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs2g7dhzilAmgTfFHUb10Mrd2HUSrehO { width:20rem;height:1.69921875rem;top:101.283203125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ4J5m84ZbUkdVqBV2zVguxmLCuR4mRm { width:20rem;height:4.3994125rem;top:102.982421875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0MRFcyogpeEe1uhHqmB5T6RrnPN11wn { width:20rem;height:1.19921875rem;top:107.380859375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggmAMWEz3tespxNUHHSKJZXTCplyhOJA { top:109.806640625rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfcRLEJ3OUTXKGw6BxpGEN3gRMIXsMRV { display:block; }
 }@media only screen and (max-width: 763px) { #fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk { display:block; }#fOyTMT50THFR6Mx4Kl56nZAOgA0OvzBk > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xWwX3KVQ9xad4ZD4ZV5SDOwnT0fMhR0e { width:17.25rem;height:36rem;top:7.3740234375rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyorbLThUcz8qU1cV9BnHDegu5cqGR9l { width:20rem;height:22.25rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQc98tXKho2pe7pFhVTASgtvlCZs4eVv { width:18.3125rem;height:4.798825rem;top:1.0888671875rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONmT4B90dTaZkEoPscTdMxOHuNmnlGNP { width:18.5rem;height:4.125rem;top:67.0625rem;left:0.75rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lTUFTtfy6vdiTJwltmRC8A4JChKnpd { width:16.25rem;height:2.923825rem;top:67.875rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #NzcTLGT4eKsV0m49f0B6aNkcUoTBMKKM { width:18.5rem;height:3.1875rem;top:72.0625rem;left:0.75rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhCGcESEiqqvMH00vDmzzJPnoxHw5mvP { width:16.25rem;height:1.4619125rem;top:72.9375rem;left:2.125rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #iVGzOb91GROtoo6szeU2BnvbSNWAzKzm { display:block; }#iVGzOb91GROtoo6szeU2BnvbSNWAzKzm > .row .container { width:20rem;height:91.443125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd { display:flex;height:auto;width:17.5rem;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EoNNDiloAtKXXLcUIJhcG7gfdc1WLp97 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JQtJzAEHMvXd9xn8AykrXmmFsC3tx8si {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EpafIEv31T7v6PAxzfTVqmsMpm3b6WRo {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #mTpsKaWflmtX72RitlzRshuvZrbgKMiy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yCfGPxVQraF9TBpg50UT9kDTnamPiOXQ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #wXmKT15D0Eh17aJp03i1reiyKpLdnel4 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zOwMQxk5WlEB02umEPiXsDD0cy4fbNxy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gJ4QqqQv5ksuAocvwIE6ykkuUPKOncSI {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #EfdWlU7SN3omQJIV2gVUItmF7WpUQz5B {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #yBT3VgzPsOcOJN5GWOEqdKR0vMaOc7vJ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #VmJEKe8qfHtiHw5Kp9iT9Q829HZaK7JQ {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gXHBqyU72dMd3koeIMb6Bntd9Qw3Z0dA {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ZzPRbxH8hcm7XFeTiSJoxcGmOexiV8ps {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #pJyzBEqKBOLgmccEJHJnJI0U8aTVHN00 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JROsQzm9JTFCglEU70sgEhzH6FLBq4Ci {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #TzETWIPmLBPN5A6VOudu8xSEGh7JU0r5 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #gl03KTxox2XMzo1LAZ60MZv3cWe4q50G {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #sbaJmvDFIdMw0VfoOZpqKApqPBSWDPfD {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #Oxidmkk1dqPTG9ckLxzkc52Z6ZXfVpwM {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #RtAbrNMm4AU6rpmGCUaWKPv8Zx7z3hsW {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WTB1hzvU0nOMeTJATNP9IRbOr0wO25FT {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #eG58CnF1QVfwI7nq0dmnzqqr62m0mlNq {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #y1nTXiKRQRAT4DV91wGnVqVhEnHhSBxS {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ICiqpnyKsJZOQAFCxpwACVJIIMt2Q7CO {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #WvmS59tofTnk8mvPnWWPiJ4xPE2oAETa {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWvs0xLMissTnfaunIKrl5K5NT9AlvpE {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #rPqErXrWSis6gQTHcU1HrGMpRWV5I5li {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #bo9eU3rnq48ArDXpzLbN3kvQKt4B1A5N {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #zheBzrZd9OvLHThdnHniQIqscm8OefwX {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #tWDDT3DRHMNyxN1S9WnrzlHGcUtOQTdH {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #SntIQArFtWiIUUO405Ud0VvM0Vd0dxK1 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #ahbkvvArdbLCIw4kHIruEehtyouDVXvy {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hm0TWThSKAy2gwhtnl1LfKcQhv8RXRiX {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #hzXXUB921qqIV4oEhq4ZGTn6ZGu8cJ1y {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #svvt8g2hgncvg2UBzFT9DEaovA8NQbTp {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #swdGkMZwxMOPCDhJ9aCpyDKvAnNXBe0Q {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #W0WGP7FdMf7hbdbI8PpnupPynkZR46B8 {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #taCiBq2AL3uAyJkTsBoIxNLSa6x7C3RT {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #JxfoQQWeDfZnPKi0vfWwmRJ3HM6TK1Hl {  }
 }@media only screen and (max-width: 763px) { #uZtLT2DhThqKTK9HqoRebtMwk1kdIvWd #KoemJTRBr1pKMcLGFTrerWcuqFTGDQUc {  }
 }@media only screen and (max-width: 763px) { #b53BfyC0DBTJcPprMd2QkiJaCmHIb7BC { width:20rem;height:4.798825rem;top:1.369140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW { display:block; }#tTzTrkOChXkfm0RB4wTcQXELBoBeLoIW > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVyd3ExVTnH2FQUWL33llWa9346OXSw4 { width:20rem;height:2.3984375rem;top:30.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmIOaEDNm4CSxLfSbJThonIJTDU3W2J2 { width:20rem;height:9.597625rem;top:1.412109375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOROuhF25LqSSx0WCmhfaEXdD7JdCVIM { width:20rem;height:12.5rem;top:12.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKaSv7UUyPOcg22Er7C4p1EHLLQUn7LR { top:26.3125rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbJ4ucVrecT8KxByNBznbD2Lg4walzqH { display:block; }
 }@media only screen and (max-width: 763px) { #lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 { display:block; }#lt62EDvpFVdKbPkQIABRtWlRpdnwypx7 > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #li7gAC0q4HJ8IhGqxhf6f2W0k6FqloBp { width:18.875rem;height:3rem;top:0.9375rem;left:0.5625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLZz6TVBo29FL2UAchRFBDl4bv6XWfMg { width:5.25rem;height:2.1875rem;top:4.75rem;left:11.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUqvm7XxpTWhylzoTEWfecePNKiraGbt { display:block; }
 }@media only screen and (max-width: 763px) { #QuA4EmaKT82uhGRUQTRkPBXfsETC6XKT { width:6rem;height:2.1875rem;top:6.875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ou8hXNK7On6Gl3x5Kcz1gDAmF2TW5Byu { display:block; }
 }@media only screen and (max-width: 763px) { #pG3KIh1iaFG2W41cTyVcM8PO2SAMSuDL { width:6.1875rem;height:2.1875rem;top:6.9375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABED4GHf3TAVzlZe1RdAi8TBmwB9CoGB { display:block; }
 }@media only screen and (max-width: 763px) { #GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn { display:flex;width:2.8125rem;height:2.8125rem;top:16.21875rem;left:2.1875rem; }
#GpfoQ7Tat8ve2XQ9l2Bq9qzomdFbFzzn > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #rJhgpZfLhxsVPZhZINKMdTLhhsJPaTSi { width:0.0625rem;height:6.25rem;top:4.75rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSXgtghaedC5Hp5TCEF53VbwJHumvBWA { width:10rem;height:0.0625rem;top:4.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zQbJuefCEeILKStl2aHDxC8reJetLJ9z { width:18.875rem;height:2rem;top:12.4375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfiSd2z6UKik37OSoiRJXeH9FO23gV1W { display:flex;width:3.3125rem;height:3.3125rem;top:15.96875rem;left:6.1875rem; }
#BfiSd2z6UKik37OSoiRJXeH9FO23gV1W > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi { display:flex;width:2.6875rem;height:2.6875rem;top:16.40625rem;left:10.5625rem; }
#nLUfBOJGalCIaxfFCsTFOCk5feTMnDpi > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr { display:flex;width:3.25rem;height:3.25rem;top:16.21875rem;left:13.9375rem; }
#RPzz9GVDzVWGlJbg4nazOq9ccywEw9Vr > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { #alDQSoIsG8r2V7bG5lGLAlTF0aU5mKiZ { width:10.125rem;height:2.1875rem;top:4.75rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0GKQ8kCTcEc4E8dcEZdlMua4iRD5uT9 { display:block; }
 }