.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:225,238,255;--color-primary-1:133,223,239;--color-primary-2:51,202,229;--color-primary-3:0,189,222;--color-primary-4:22,53,94;--color-secondary-0:251,224,227;--color-secondary-1:241,153,161;--color-secondary-2:227,50,66;--color-secondary-3:114,25,33;--color-secondary-4:34,8,10;--color-tertiary-0:255,255,255;--color-tertiary-1:142,142,142;--color-tertiary-2:63,63,63;--color-tertiary-3:35,35,35;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f9ad6e62-7a04-4ade-9d63-7b63848d5093/hero2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg.adaptive-delivery-prevent-bg, #GeAATGQ033HSHzIdJfk45XHeXLffomtg.lazyload, #GeAATGQ033HSHzIdJfk45XHeXLffomtg.lazyloading { background-image: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { background-color: transparent; background-image: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container > .video-iframe-container { display: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container { display: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .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); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { border-width: 0; border-radius: 0; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#RGosNIZL23FWVm4rz410sXfMtrhvHBqK { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30.25rem;left:0rem;display:block; }
#P4zDODkVCZ16RvDzzIyHfwIq1oi8T3c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fcXbGFr5mioG21icT8GsvwUZ1NJMKcGB { color:rgba(var(--color-tertiary-3),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:8.125rem;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; }
#y5TN5qcSVrpOCFSGvSJxEQfvgF4ysAtq { color:rgba(var(--color-tertiary-3),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.5625rem;left:0rem;height:12.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OfT4s2EGhOcNIRVIppz1czSxbM3JUw5b { position:absolute;display:block;z-index:15038;height:8.5625rem;width:26.625rem;top:25.5625rem;left:46.9375rem;display:block; }
#GTgzOTHdzhCyJa7T3KxKVS48mLHTTWmN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:19.1875rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a { 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; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { background-color: transparent; background-image: none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container > .video-iframe-container { display: none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row > .video-iframe-container { display: none; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .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); }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { border-width: 0; border-radius: 0; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#aEM2oR27SD0vZOAS1nlQXx3yO0Otdv5T { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.86328125rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldarI2GVuDkIbQ56Txk9lcFVQuOW2wnX { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX { 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; }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row .container { background-color: transparent; background-image: none; }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row .container > .video-iframe-container { display: none; }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row > .video-iframe-container { display: none; }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .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); }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row .container { border-width: 0; border-radius: 0; }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#EQzLgTxxUv65wEQ3rgyIXPSeeWaEwhVy { box-sizing:content-box;height:17.1875rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;top:1.4375rem;left:0.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#T8xqgVIG7h9RWSEWm9HKAQz2HrKM0pG7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.3125rem;left:8.25rem;overflow:hidden;display:block; }
#KqVtePE1yDLlLJ3mXnJNXq8m9tmFufgm { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);top:3.9375rem;left:6.875rem;display:block; }
#TCiXFsPcWmwwRTOsEdL9yzxyy6kTWDbc { color:rgba(var(--color-tertiary-3),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UNms8J2b2s6yO08RHyPE7zXMQwXcgIe8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.3125rem;left:2.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clwcpmAlyVOeb5VTwneJqZIintBZNxG8 { box-sizing:content-box;height:17.1875rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;top:1.4375rem;left:19.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#BJRiIm0b2sS7oXTMZ0UUTqhkK2ivXyDh { color:rgba(var(--color-tertiary-3),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5625rem;left:20.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Q15MObEAn4GSv0dXyALzecNBN54IMUfq { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);top:4.1875rem;left:25.625rem;display:block; }
#Mpt8TAzEBpS7TUOAR72sRWkZLxP2rJ9K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.5625rem;left:27rem;overflow:hidden;display:block; }
#cdCnL5cz42W1gvi0DbBHGEc7WeNUFnP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:21.625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S1btmWRHLxUIBqPy8ElTQBLJnzrSzobU { box-sizing:content-box;height:17.1875rem;width:17.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;top:1.4375rem;left:38.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#bBTvyQGOmUfthvdyhH8eKOie03pU7h1h { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.4375rem;left:40.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cfQczVUbHuUukbtfbIS8iGKCWTSPHka7 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #6be5d1;border-left:0.125rem solid #6be5d1;border-right:0.125rem solid #6be5d1;border-bottom:0.125rem solid #6be5d1;top:4.0625rem;left:44.375rem;display:block; }
#bf4TRaVy2nMFJnoP1w5QkI0vCeQttlqz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.4375rem;left:45.75rem;overflow:hidden;display:block; }
#K9VnDAQn8BOlUaEypKiyfovsJtkKCyJt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:40.34375rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQouspEQcWd3pNF0QEDIxlT5seMcQVbf { box-sizing:content-box;height:17.1875rem;width:17.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;top:1.4375rem;left:56.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#A4A5LoiULaSZQQkuWAAVHETHPV92tfZT { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.4375rem;left:60.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#TMS5GIKl3bfkMMckyZM8gLHnS4r5hFxe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:5.4375rem;left:64.5rem;overflow:hidden;display:block; }
#sfx14zvasdWMymV5aUolXuE0wzerHAEw { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);top:4.0625rem;left:63.125rem;display:block; }
#GXesu0p7KB6Wh4QtMTSf3154gA51Vaim { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.3125rem;left:59.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a6197;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; }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row .container { background-color: transparent; background-image: none; }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row .container > .video-iframe-container { display: none; }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row > .video-iframe-container { display: none; }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .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); }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row .container { border-width: 0; border-radius: 0; }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#wye70IBJID0Z5hWvqmp9hAX8vEeHTmz9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzLAZHPAC9iR6iSqQUMJ4VdL3ReFhQgA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a6197;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; }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row .container { background-color: transparent; background-image: none; }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row .container > .video-iframe-container { display: none; }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row > .video-iframe-container { display: none; }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .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); }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row .container { border-width: 0; border-radius: 0; }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#FfZCygNPTqDNHxyBoO5DeH6TttRVCkR5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.875rem;left:8.125rem;overflow:hidden;display:block; }
#H7Vw7S4W6zOfLidDHWywdNOwCZ4voU7U { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.037109375rem;left:1.5625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#hytZ7WnVmTw1JvcAABcCwe4cI0roZQ2P { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.537109375rem;left:2.8125rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVxOnQc70WvTKeGqvABBR9ZnQOEWVwcB { box-sizing:content-box;height:23.125rem;width:17.3125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;top:0rem;left:0.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dswyCBTszCMwpzq2bHy6J6m3lnMQJtdA { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);top:2.5rem;left:6.75rem;display:block; }
#DBUeeCcfuLeJhsJptKzb0ghwO8mOndfu { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.037109375rem;left:20.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#cMtB36Ayk3n8AmdL2ITTATwE1BiuLLCd { box-sizing:content-box;height:23.125rem;width:17.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;top:0rem;left:19.4375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#AbyTPskT6k9U2OugGLpwTshxereEVhiE { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.537109375rem;left:21.5625rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vHlemXsFwEyAfx53oNgH71nI2A0cldSl { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);top:2.5rem;left:25.5rem;display:block; }
#tTA79E2mIU900OfBRuPyAyttBGCMwGqy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.875rem;left:26.875rem;overflow:hidden;display:block; }
#GCf5c8bb8o24neItR7oBlTapJ2bqiWuf { box-sizing:content-box;height:23.125rem;width:17.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;top:0rem;left:38.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gW3TZp6mCGo941ss9Ory1zrRRpQMQ7nZ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.037109375rem;left:39.0625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#BLyRFuxZgWZPybh6CcWABZqsIscBvBOD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.537109375rem;left:40.0625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AXl8LCcko6ikLnvkPaflzfxVkoOzkkV9 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #6be5d1;border-left:0.125rem solid #6be5d1;border-right:0.125rem solid #6be5d1;border-bottom:0.125rem solid #6be5d1;top:2.5rem;left:44.25rem;display:block; }
#mP8Vor30c9fLTpqVAMNQ5SeVNTEEeVTE { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.875rem;left:45.625rem;overflow:hidden;display:block; }
#b3KkIf8smShRE8BtI3JcP19l13O6H3cf { box-sizing:content-box;height:23.125rem;width:17.3125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;top:0rem;left:56.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UnRhEUFWBspboUWemuMbC8omlgt9G6BX { color:rgba(var(--color-tertiary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.037109375rem;left:57.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#C6TwQZprkzCdgqJae1f2AV3IJkw5N9uO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.537109375rem;left:58.8125rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NgPMRO4ViQXCdUgknSWmUSB6agZm0SoB { box-sizing:content-box;height:5rem;width:5rem;position:absolute;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);top:2.5rem;left:63rem;display:block; }
#m0LsWzDOCmUaRu5n6I1D26Q167CZ0I3w { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:3.875rem;left:64.375rem;overflow:hidden;display:block; }
#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a6197;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; }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row .container { background-color: transparent; background-image: none; }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row .container > .video-iframe-container { display: none; }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row > .video-iframe-container { display: none; }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .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); }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row .container { border-width: 0; border-radius: 0; }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#TZlTJVS66m4LXbvtGZyDIBJ4WAeR9u1c { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.6875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.53125rem;left:24.65625rem;display:block; }
#m36uKwgSc05zaqigu2OcgrfXlzOe2nKw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 { 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; }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row .container { background-color: transparent; background-image: none; }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row .container > .video-iframe-container { display: none; }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row > .video-iframe-container { display: none; }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .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); }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row .container { border-width: 0; border-radius: 0; }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#ApTwPOWk8dHTA0mrOQTKTRD7gaDAOn5G { color:rgba(var(--color-tertiary-3),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:6.875rem;left:39.375rem;height:2.03125rem;font-style:normal;display:block; }
#VPRexK6oWedC8JfdxeGgZSRwtqAWOui8 { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:22.4375rem;width:33.6875rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#TabOHZobUJdTvOTPRxDPyTW2QXfdZ42A { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:9.5rem;left:39.375rem;height:2.5996125rem;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; }
#m9eRBoQzG1DG24X3AxMTrCTmzUvhgf70 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:13.9375rem;left:39.375rem;height:;display:block; }#m9eRBoQzG1DG24X3AxMTrCTmzUvhgf70 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#m9eRBoQzG1DG24X3AxMTrCTmzUvhgf70 li:before{  }
#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI { 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; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { background-color: transparent; background-image: none; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container > .video-iframe-container { display: none; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row > .video-iframe-container { display: none; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .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); }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { border-width: 0; border-radius: 0; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#VidxGq5spNeBXZJbDvIo43h5Bx0GOLce { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.650390625rem;left:0rem;height:3.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t { 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; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container { background-color: transparent; background-image: none; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container > .video-iframe-container { display: none; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row > .video-iframe-container { display: none; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .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); }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container { border-width: 0; border-radius: 0; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#lFc9L7Ry6LEpmyrh7LvWGemTahXuIOBA { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-1),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #09d1b1;border-left:0.0625rem solid #09d1b1;border-right:0.0625rem solid #09d1b1;border-bottom:0.0625rem solid #09d1b1;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:40.1875rem;width:18.75rem;top:1.5625rem;left:36.8125rem;display:block; }
#xwIfFlArWs6LNkyPmOE5w1HXOT1LyB8o { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:1.29980625rem;display:block; }
#IAghb0XLlrNg0tDuiZRcSchOcErRsQbr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:1.29980625rem;display:block; }
#mOVyIaOcTXzUqc1b03t9q38gbPesJbpZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:1.29980625rem;display:block; }
#ro7VUOxL20yrOM5Vo0wxZXibLkRITyCb { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0rem;height:1.29980625rem;display:block; }
#kOcKePUUWWNQrEXTbnHetm3Z89X5dPtR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.25rem;left:0rem;height:1.29980625rem;display:block; }
#SZGn3hTiEIu4tcuiMZTeVlEr4n6G786a { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:38.4375rem;left:0rem;height:1.4624rem;display:block; }
#Nuruk3npQot5VmllPp8KLqgFmPV8npwb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8rem;left:20.09375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#BZ4QHnMQD9LITgoxdipR4wTCXdUkpq7I { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.75rem;left:21rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WWcNJdgFyIlcTs31a5G64c6TxIiF6ccy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.625rem;left:21rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qzH5b5Ab4fDsCfxsJVbfdg63yStQcGSH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.4375rem;left:21rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UoTMBE0kqDJAbiiR5pMkrciV8qzhdHJ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.25rem;left:19.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fdP2RPbMFZ8S7teTETBm7U3p9ChFVTQ2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:38.4375rem;left:20rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#EVkuOkKc3ep00muuSB2f8d8TVydJb26l { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:2.75rem;left:18.125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#BneG8XdWIkKmG9vLSBLkO2ifkUlF6Tv5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:2.75rem;left:36.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#oGDkT70sN36RLMtL5yiVVTuVcwNF9S6n { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:8rem;left:39.65625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#az14lUovJT0Fi2mx7XobAKNTDvBzKogd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.75rem;left:36.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Q1bTyh85JKSp81J0DPGwFF9SkbztZggO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.625rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NXy8aDG063bToR9eKgXufsAufFfPUu6R { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:19.4375rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#T19fNRkRD2Jl9aFnyPrGKALy9Spw8RRe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:23.25rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sGtSwbAc7dnBaRvagGnmEASvZze9rXTg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:38.4375rem;left:39.125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#h0BiwAWIe2XZwx96Nu1Po0TA6wsDggar { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:6.6875rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#iOFFxwXwXdnJAzqZeQTbsq67XG4SkGyS { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:10.5rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#vT3l56oietXRWmt0Q6Wn4aMTGmy5CchZ { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:14.3125rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#mTW07ppqbmGnrP8LZgdNCZLzwiAzVwkh { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:18.125rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#vWIJvIgpwar2BofkfSmcklvtbayq23r4 { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:21.9375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#gvaBOyHdos4pDZNGum3ruWEAMkrPdrwG { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:37.25rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0;display:block; }
#zQkBTLkwXerz4SDJxXzCWoOrTpzd6PPG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:8rem;left:58.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Ds2pwDabB0kLv3pp0UXPaWdmpDkS3W85 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.75rem;left:56rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TEfgdg0ZcvydkTRZhlMfTe9raGrxccf8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:11.75rem;left:59.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sgitSIwXZ862KDx4ZlVz1VdEd40xQbRB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:15.625rem;left:59.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ot3dGdoTaWHT6yzhaw8GpwxGUt2GBazf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.41259765625rem;left:59.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#b1htqCQUDRqC0z8pOhyQcJQS3Mzrs5r8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:23.27490234375rem;left:58.46875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tmPPVPBAXyR4U72iA7ifhBfOqckosBBR { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:38.4375rem;left:58.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Lel34awrzJGvvFclgCMWeMgbcHKfI7c1 { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:25.75rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#iq2Klp55pAJUod0wZSliR667PSKNhy3a { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.0625rem;left:0rem;height:1.29980625rem;display:block; }
#s1imdOETIHRIQGk1nndWhzerbSD4Wqlf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:27.0625rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gCvS07VTNy1JpkaxUXT5qcevKyn6E45z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.0625rem;left:19.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ItTTmkdpFW5tUN4LQa0oBpzIyJDxBZZw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:27.03759765625rem;left:58.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#npglz71f2x6lVlOncG4Mv07FUqVutSL3 { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:29.5625rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#unl3P0wd9XEPWgo7xbxzWGuC0O8PCJkR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.19970703125rem;left:0rem;height:1.29980625rem;display:block; }
#CEqEE5MmXoZXEygrIz0qw0EdkK1D5BhN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:30.875rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#mx2TlFfR7JFXTKBLzdUHaprHS1MnqFoU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:30.875rem;left:20.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hlDPZ3dlTzPsT6B5nySDtRscOo1VVZqC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:30.85009765625rem;left:58.65625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#QOyy6ucA3rMof54qzOA8WHOQGsNKG3hx { color:rgba(var(--color-secondary-2),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:0.9375rem;left:41.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vmSb09kTKl5XMyTpmDzPqUwaPxTvpTdd { position:absolute;display:block;z-index:15039;background-color:#fff3f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e84c4c;border-left:0.0625rem solid #e84c4c;border-right:0.0625rem solid #e84c4c;border-bottom:0.0625rem solid #e84c4c;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:1.875rem;width:9.6875rem;top:0.5625rem;left:41.4375rem;display:block; }
#LsBMloQhyk22uZTRlxEVN9CgNd3oTEbB { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:33.375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
#iWtbzGnsOK9RZBzgC91dfcwQAnAvZ9TM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.66259765625rem;left:0rem;height:1.29980625rem;display:block; }
#AC3pzern5hgHe0WLKD16TaJLrUiXMVb0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:34.6875rem;left:20.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#OinWVFyIgosZBme5m2PpMqmWTpcOJK80 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:34.6875rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#z6GvLvIsAMhb5waLIh7GkEhkKlKECh6c { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:34.6875rem;left:58.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TCWIMDHF6cl3TWwi2UQeNAVccz3aCbTu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:38.4375rem;left:0rem;height:1.4624rem;display:none; }
#LtNlHACp19RsNex2dd91SMNkJVFmbggy { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:37.25rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0;display:none; }
#hkeHR78u5eE5tifCaAkKDicHRU4GcmKP { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:33.375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#lrldF7IPcTys8hTtBziThgf9awvXHqOQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.66259765625rem;left:0rem;height:1.29980625rem;display:none; }
#ZXZx5thcHJZH4DEb7Rry11FukF1UAaFw { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:29.5625rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#qk3Q95oySIMWKI6oQiMrSlaFchPg1HWl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.19970703125rem;left:0rem;height:2.5996125rem;display:none; }
#aeeOkgqipVlX9I2MulHtNgSgetea6uQX { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:25.75rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#xwH7FlbFWHCZId6OlSlRxgiydTAcUyVq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.0625rem;left:0rem;height:1.29980625rem;display:none; }
#KIx5iyOGbyZ6UUPMwqdDwcH3h4ahpIcX { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:21.9375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#VlN8n8VIXhb0cHWuUeV7qP7OIxTBbbIB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.25rem;left:0rem;height:1.29980625rem;display:none; }
#k5Hs32ZU6a39JAQReueTeq6Q0Oa5qvyF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0rem;height:1.29980625rem;display:none; }
#NNo8pguQiXLFzU6HSB0ptcDwHe3kTcI5 { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:18.125rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#fIDFEiAZMumCl1JnoU6KTPzhTtTNKUox { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:14.3125rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#iMXgPrR9abW2lEKlUfcxc6ADydT5o8mf { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:1.29980625rem;display:none; }
#eJSTI6XdcyJC6tN5XPfdPlpACSHJuAnS { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:10.5rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#NxaGtk2e2QnvWtq9cGNB7vt7NG9RiTkV { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:1.29980625rem;display:none; }
#VECDASiRDqE6iiabHeTkAFVi2soL0wM0 { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:6.6875rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#ryZHSEb2F37l9Udw6at7C9MelSGVQrz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:1.29980625rem;display:none; }
#oRPS6qTMFJtaWrviVOMVQkDLcbQ3X9Qm { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;top:6.6875rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#Htg5KxSKVlTOWPnUJPHmT4R43ZXOU221 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:1.29980625rem;display:none; }
#HLIC5l4ppfSKvRvXaWB1Dswznkw2h6G3 { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:10.5rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#wlUMGndWEgvnkaF0DqiwG5C9OuzJRFF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:1.29980625rem;display:none; }
#D0ktavi1sOWWGmc4DT1xbAmCdrTyu4GR { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:14.3125rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#zuiGuM7esR8pz61nki9Fnrv2mCogtkC5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:1.29980625rem;display:none; }
#nVe2gErf7zN24VWXnlyl3q6pUAdd2uuT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0rem;height:1.29980625rem;display:none; }
#xe3JSTXTkGKfomKqZU1FBARqgHveU0Uq { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:18.125rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#VF9CBv3WSqqhMbglmkgcAJQGLfWkz02K { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;top:21.9375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#HWPAsPlceH7M3UfdOT1sHKGquaECOTOW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.25rem;left:0rem;height:1.29980625rem;display:none; }
#pTyXd46cwuEcAmTJqkZwgdr9q6gsOFSQ { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;top:25.75rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#RE2Qmwd2RpXJg7Va9IXoInae074cSTMQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:27.0625rem;left:0rem;height:1.29980625rem;display:none; }
#CE8iNziSev6XQTPPe5dgOoFGTL9kaV2m { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;top:29.5625rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#syUJs1C9a0u5a2tSRBndGTGSHlGeMkgH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.19970703125rem;left:0rem;height:2.5996125rem;display:none; }
#fQFa9tkCaz43lnpluasPRvwE4F8UmOM4 { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;top:33.375rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:none; }
#abUZy3BlE3TXODbTKQyQD1b5D4xHcnGk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:34.66259765625rem;left:0rem;height:1.29980625rem;display:none; }
#z2H2R569sZeOeooSKX5wLpPuCUQcamX8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:38.4375rem;left:0rem;height:1.4624rem;display:none; }
#g65qI5kOZ4034nKSHwpk3DfSl8diQXLe { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;top:37.25rem;left:0rem;border-top:0.0625rem solid #c5c5c5;border-left:0;border-right:0;border-bottom:0;display:none; }
#znASMismLMIRJyyfK9QzHXiQizTqWHSF { 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; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { background-color: transparent; background-image: none; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container > .video-iframe-container { display: none; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row > .video-iframe-container { display: none; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .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); }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { border-width: 0; border-radius: 0; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#VScTmCR0inrk0yM26FGvOd6oiuGv7Bue { position:absolute;display:block;z-index:15000;height:37.5rem;width:62.6875rem;top:4.8125rem;left:6.15625rem;display:block; }
#z56p4QHTTNunrRMw6BAgTDEhEMdiL5WR { box-sizing:content-box;height:40.125rem;width:65.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:3.4375rem;left:4.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#i547tbqht1WlXAukWCP18MoA2GAhXIy2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#i547tbqht1WlXAukWCP18MoA2GAhXIy2 > .row .container { border-width: 0; border-radius: 0; }#i547tbqht1WlXAukWCP18MoA2GAhXIy2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i547tbqht1WlXAukWCP18MoA2GAhXIy2 > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:none; }#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .accordion-element-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);vertical-align:top; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .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; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1); }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .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:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);line-height:1.2;overflow:hidden;height:auto; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .accordion-trigger.adaptive-delivery-prevent-bg, #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .accordion-trigger.lazyload, #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .accordion-trigger.lazyloading { background-image: none; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG { box-sizing:content-box;height:auto;width:62.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#f4faff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.9248046875rem;left:5.125rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #AhbTbzGXbOsSgSLe2eBLI1h2XZJSyipE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #S6m60ZbDUBXtOIhZpENv3yeJieoVV0IH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #R3eFOrTwNqfxFNVh2eGnO8wuB8i71SuB { display:block;position:relative; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #SN85QrVwO7A4mXTzQeI3vS3NOoL7l1Co {  }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #J4T8WxZ8gXkeKlGXRXdukcN8QOiTFxwA {  }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #ysUSkiThUf5XpIA0NJyfQ3c1PGcznD3o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #MecWwWNuZzEHvbrcau61oABFaGESDpyH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #vcPbt6U4KZo3T9veZWTrcBo28MNDrpzF { display:block;position:relative; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #ooTKp8ayvTP6Fh6yZwh4noIUyeDriWs0 {  }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #VTqaEtc4DgparHiKc2Pmss5E1J5whgrT { display:none; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #Erpk5a0zMMpA9Ea4FXflSLVK7WqMcX44 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #pdBeplQPdHK6sPp7y64krzVkhyc1zXQC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #wMml0obfApcdIkv8THhhV6HUUndJPLht { display:block;position:relative; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #xqUxB19E7VSAJRFFCg50fRTKOQMT9Urc {  }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #NS6FDWcxFqTZ5ETma4Zv1W3ePd0zoh1J { display:none; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #Ti3yS8Iw4JneVQx4ADE5hQ9t4vR1BTf1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #xrCB1Co98GM1I8hnSQGBX6C5f8BUvG7U { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #O2JSPVga20BhGaBEHq5oT2kCkiAWRVxP { display:block;position:relative; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #SAE3reTsmobN7bo0kxoWzqzS1pU1CvJW {  }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #tXUpNRW3gTggqd9qiRtHx5lsZ229pniV { display:none; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #ryWKpF2v7bLV3BdBt2u5VKrTBOPtm14C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #MK5RDgBxvamWzXsrmowWoauupLdXNFMF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #vqzHh4nh39G4Tu6e2keXXI3qtJNwgi6K { display:block;position:relative; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #asARkAKgZgApTxkHvUFBmHtH2qIQv052 {  }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #RmubeS1vzwJMmRTePpaCPBhBdcp0aK9q { display:none; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #y8hTEXK0sl4T8fd0zh2fJ7ItN3XlpLha { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #kTyRTGSfMQbAPSB9LNb6phG2P480SodQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #QNhQAx0DATv38bGwHlpN8FmsfPP6FNBR { display:block;position:relative; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #cH8pWcCDT22cGOC1nbMVE7RBoDqOJ7K2 {  }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #kqmT0NJpzwWkD9Os9vU9gLDONJGBxL1r { display:none; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #WP9PJkitIitdbVTNsA4S69nJcI0JOIby { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #nf8l1BeI9vcNsLBx7gB3phKQJUuEmIFy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #kfDJLOh9QO9glQBaAxSWg3QRLEbLhqFQ { display:block;position:relative; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #rQeIh3ALsuX18WsMpJT3hpA8sqw8TV04 {  }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #tBxsOVtyubvWKxJDeAIdaSHfW84eHoQn { display:none; }
#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#313131;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; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { background-color: transparent; background-image: none; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container > .video-iframe-container { display: none; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row > .video-iframe-container { display: none; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .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); }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { border-width: 0; border-radius: 0; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#ohtBCmHJ4BqTMHyImrZ56vBbarcWN5zy { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5501403808594rem;left:9.75rem;height:2.2744125rem;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;text-align:justify;text-align-last:initial;display:block; }
#XuFNAblRmaJUuRCDn6M2gTmhSn9GBqHU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:13.375rem;top:1.8681640625rem;left:17.3125rem;overflow:hidden;display:block; }
#LbnRa4GR8NFmhiKx7FJo4D5M1Au8qPOg { background-color:#5f5f5f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.7744140625rem;left:52.25rem;display:block; }
#NHMbBbcewThQp3V7SdotzXy1NFTagny8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kn34UrF4SLb0c71rc8tbhSHQrpDkDHHf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.125rem;top:1.6806640625rem;left:9.8125rem;overflow:hidden;display:block; }
#zt9XXenKypkK2E9mP7PZfLcutAGQsKop { color:rgba(var(--color-tertiary-1),1);display:block;width:55.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.01123046875rem;left:9.78125rem;height:1.13720625rem;display:block; }
#Sk6q93TERFkSktaaHvwWBv2hZowLhdc4 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.9375rem;left:9.75rem;height:4.548825rem;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;text-align:justify;text-align-last:initial;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GeAATGQ033HSHzIdJfk45XHeXLffomtg { display:block; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGosNIZL23FWVm4rz410sXfMtrhvHBqK { width:21.4375rem;height:3.4375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zDODkVCZ16RvDzzIyHfwIq1oi8T3c6 { display:block; }
 }@media only screen and (max-width: 763px) { #fcXbGFr5mioG21icT8GsvwUZ1NJMKcGB { top:20.875rem;left:0rem;width:42.8125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5TN5qcSVrpOCFSGvSJxEQfvgF4ysAtq { top:8.5625rem;left:0rem;width:35.25rem;height:12.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfT4s2EGhOcNIRVIppz1czSxbM3JUw5b { top:25.5625rem;left:21.125rem;width:26.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgzOTHdzhCyJa7T3KxKVS48mLHTTWmN { top:2.3125rem;left:0rem;width:19.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a { display:block; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEM2oR27SD0vZOAS1nlQXx3yO0Otdv5T { top:3.8125rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldarI2GVuDkIbQ56Txk9lcFVQuOW2wnX { top:7.4375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX { display:block; }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQzLgTxxUv65wEQ3rgyIXPSeeWaEwhVy { top:1.4375rem;left:0rem;width:17.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xqgVIG7h9RWSEWm9HKAQz2HrKM0pG7 { top:5.3125rem;left:4.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVtePE1yDLlLJ3mXnJNXq8m9tmFufgm { top:3.9375rem;left:3.46875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiXFsPcWmwwRTOsEdL9yzxyy6kTWDbc { top:10.4375rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNms8J2b2s6yO08RHyPE7zXMQwXcgIe8 { top:13.3125rem;left:0rem;width:14.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clwcpmAlyVOeb5VTwneJqZIintBZNxG8 { top:1.4375rem;left:6.25rem;width:17.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJRiIm0b2sS7oXTMZ0UUTqhkK2ivXyDh { top:10.5625rem;left:8.4375rem;width:15.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q15MObEAn4GSv0dXyALzecNBN54IMUfq { top:4.1875rem;left:15.40625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpt8TAzEBpS7TUOAR72sRWkZLxP2rJ9K { top:5.5625rem;left:16.78125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdCnL5cz42W1gvi0DbBHGEc7WeNUFnP6 { top:13.4375rem;left:10.875rem;width:13rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1btmWRHLxUIBqPy8ElTQBLJnzrSzobU { top:1.4375rem;left:18.1875rem;width:17.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTvyQGOmUfthvdyhH8eKOie03pU7h1h { top:10.4375rem;left:23.0625rem;width:12.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfQczVUbHuUukbtfbIS8iGKCWTSPHka7 { top:4.0625rem;left:27.34375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf4TRaVy2nMFJnoP1w5QkI0vCeQttlqz { top:5.4375rem;left:28.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VnDAQn8BOlUaEypKiyfovsJtkKCyJt { top:13.3125rem;left:22.75rem;width:13.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQouspEQcWd3pNF0QEDIxlT5seMcQVbf { top:1.4375rem;left:30.125rem;width:17.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4A5LoiULaSZQQkuWAAVHETHPV92tfZT { top:10.4375rem;left:36.90625rem;width:9.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMS5GIKl3bfkMMckyZM8gLHnS4r5hFxe { top:5.4375rem;left:40.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfx14zvasdWMymV5aUolXuE0wzerHAEw { top:4.0625rem;left:39.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXesu0p7KB6Wh4QtMTSf3154gA51Vaim { top:13.3125rem;left:34.875rem;width:12.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K { display:block; }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wye70IBJID0Z5hWvqmp9hAX8vEeHTmz9 { top:3.375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzLAZHPAC9iR6iSqQUMJ4VdL3ReFhQgA { top:6.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEkVImu3D7TEDosRTnRBlw5DECTfaVCS { display:block; }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfZCygNPTqDNHxyBoO5DeH6TttRVCkR5 { top:3.875rem;left:4.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Vw7S4W6zOfLidDHWywdNOwCZ4voU7U { top:9rem;left:0rem;width:15.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hytZ7WnVmTw1JvcAABcCwe4cI0roZQ2P { top:14.5rem;left:0rem;width:13.125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVxOnQc70WvTKeGqvABBR9ZnQOEWVwcB { top:0rem;left:0rem;width:17.3125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswyCBTszCMwpzq2bHy6J6m3lnMQJtdA { top:2.5rem;left:3.34375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBUeeCcfuLeJhsJptKzb0ghwO8mOndfu { top:9rem;left:8.25rem;width:15.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMtB36Ayk3n8AmdL2ITTATwE1BiuLLCd { top:0rem;left:6.4375rem;width:17.3125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbyTPskT6k9U2OugGLpwTshxereEVhiE { top:14.5rem;left:10.75rem;width:13.125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHlemXsFwEyAfx53oNgH71nI2A0cldSl { top:2.5rem;left:15.28125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTA79E2mIU900OfBRuPyAyttBGCMwGqy { top:3.875rem;left:16.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCf5c8bb8o24neItR7oBlTapJ2bqiWuf { top:0rem;left:18.375rem;width:17.3125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW3TZp6mCGo941ss9Ory1zrRRpQMQ7nZ { top:9rem;left:20.1875rem;width:15.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLyRFuxZgWZPybh6CcWABZqsIscBvBOD { top:14.5rem;left:22.1875rem;width:13.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXl8LCcko6ikLnvkPaflzfxVkoOzkkV9 { top:2.5rem;left:27.21875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP8Vor30c9fLTpqVAMNQ5SeVNTEEeVTE { top:3.875rem;left:28.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3KkIf8smShRE8BtI3JcP19l13O6H3cf { top:0rem;left:30.3125rem;width:17.3125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnRhEUFWBspboUWemuMbC8omlgt9G6BX { top:9rem;left:32.125rem;width:15.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6TwQZprkzCdgqJae1f2AV3IJkw5N9uO { top:14.5rem;left:34.125rem;width:13.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgPMRO4ViQXCdUgknSWmUSB6agZm0SoB { top:2.5rem;left:39.15625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0LsWzDOCmUaRu5n6I1D26Q167CZ0I3w { top:3.875rem;left:40.53125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl { display:block; }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZlTJVS66m4LXbvtGZyDIBJ4WAeR9u1c { width:25.6875rem;height:3.4375rem;top:2.5rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m36uKwgSc05zaqigu2OcgrfXlzOe2nKw { display:block; }
 }@media only screen and (max-width: 763px) { #uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 { display:block; }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTwPOWk8dHTA0mrOQTKTRD7gaDAOn5G { top:6.875rem;left:12.625rem;width:35.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPRexK6oWedC8JfdxeGgZSRwtqAWOui8 { top:4.125rem;left:0rem;width:33.6875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TabOHZobUJdTvOTPRxDPyTW2QXfdZ42A { top:9.5rem;left:12.125rem;width:35.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9eRBoQzG1DG24X3AxMTrCTmzUvhgf70 { top:13.9375rem;left:12.125rem;width:35.625rem;height:;font-size:1rem;display:block; }#m9eRBoQzG1DG24X3AxMTrCTmzUvhgf70 li:before{  }
 }@media only screen and (max-width: 763px) { #QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI { display:block; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VidxGq5spNeBXZJbDvIo43h5Bx0GOLce { top:3.625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t { display:block; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFc9L7Ry6LEpmyrh7LvWGemTahXuIOBA { top:1.5625rem;left:23.1875rem;width:18.75rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIfFlArWs6LNkyPmOE5w1HXOT1LyB8o { top:8rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAghb0XLlrNg0tDuiZRcSchOcErRsQbr { top:11.75rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOVyIaOcTXzUqc1b03t9q38gbPesJbpZ { top:15.625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro7VUOxL20yrOM5Vo0wxZXibLkRITyCb { top:19.4375rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcKePUUWWNQrEXTbnHetm3Z89X5dPtR { top:23.25rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZGn3hTiEIu4tcuiMZTeVlEr4n6G786a { top:38.4375rem;left:0rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuruk3npQot5VmllPp8KLqgFmPV8npwb { top:8rem;left:6.46875rem;width:14.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ4QHnMQD9LITgoxdipR4wTCXdUkpq7I { top:11.75rem;left:7.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWcNJdgFyIlcTs31a5G64c6TxIiF6ccy { top:15.625rem;left:7.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzH5b5Ab4fDsCfxsJVbfdg63yStQcGSH { top:19.4375rem;left:7.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTMBE0kqDJAbiiR5pMkrciV8qzhdHJ9 { top:23.25rem;left:6.0625rem;width:15.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdP2RPbMFZ8S7teTETBm7U3p9ChFVTQ2 { top:38.4375rem;left:6.375rem;width:14.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVkuOkKc3ep00muuSB2f8d8TVydJb26l { top:2.75rem;left:4.5rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BneG8XdWIkKmG9vLSBLkO2ifkUlF6Tv5 { top:2.75rem;left:23.25rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGDkT70sN36RLMtL5yiVVTuVcwNF9S6n { top:8rem;left:26.03125rem;width:13.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az14lUovJT0Fi2mx7XobAKNTDvBzKogd { top:11.75rem;left:23.3125rem;width:18.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1bTyh85JKSp81J0DPGwFF9SkbztZggO { top:15.625rem;left:26.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXy8aDG063bToR9eKgXufsAufFfPUu6R { top:19.4375rem;left:26.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19fNRkRD2Jl9aFnyPrGKALy9Spw8RRe { top:23.25rem;left:26.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtSwbAc7dnBaRvagGnmEASvZze9rXTg { top:38.4375rem;left:25.5rem;width:14.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0BiwAWIe2XZwx96Nu1Po0TA6wsDggar { top:6.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOFFxwXwXdnJAzqZeQTbsq67XG4SkGyS { top:10.5rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3l56oietXRWmt0Q6Wn4aMTGmy5CchZ { top:14.3125rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTW07ppqbmGnrP8LZgdNCZLzwiAzVwkh { top:18.125rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWIJvIgpwar2BofkfSmcklvtbayq23r4 { top:21.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvaBOyHdos4pDZNGum3ruWEAMkrPdrwG { top:37.25rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQkBTLkwXerz4SDJxXzCWoOrTpzd6PPG { top:8rem;left:33.5rem;width:14.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2pwDabB0kLv3pp0UXPaWdmpDkS3W85 { top:2.75rem;left:29rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfgdg0ZcvydkTRZhlMfTe9raGrxccf8 { top:11.75rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgitSIwXZ862KDx4ZlVz1VdEd40xQbRB { top:15.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot3dGdoTaWHT6yzhaw8GpwxGUt2GBazf { top:19.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1htqCQUDRqC0z8pOhyQcJQS3Mzrs5r8 { top:23.25rem;left:33.9375rem;width:13.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmPPVPBAXyR4U72iA7ifhBfOqckosBBR { top:38.4375rem;left:33.625rem;width:14.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lel34awrzJGvvFclgCMWeMgbcHKfI7c1 { top:25.75rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq2Klp55pAJUod0wZSliR667PSKNhy3a { top:27.0625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1imdOETIHRIQGk1nndWhzerbSD4Wqlf { top:27.0625rem;left:26.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvS07VTNy1JpkaxUXT5qcevKyn6E45z { top:27.0625rem;left:6.1875rem;width:14.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTTmkdpFW5tUN4LQa0oBpzIyJDxBZZw { top:27rem;left:33.5rem;width:14.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npglz71f2x6lVlOncG4Mv07FUqVutSL3 { top:29.5625rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #unl3P0wd9XEPWgo7xbxzWGuC0O8PCJkR { top:30.1875rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEqEE5MmXoZXEygrIz0qw0EdkK1D5BhN { top:30.875rem;left:26.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx2TlFfR7JFXTKBLzdUHaprHS1MnqFoU { top:30.875rem;left:7.25rem;width:12.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlDPZ3dlTzPsT6B5nySDtRscOo1VVZqC { top:30.8125rem;left:34.3125rem;width:13.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOyy6ucA3rMof54qzOA8WHOQGsNKG3hx { top:0.9375rem;left:28rem;width:9.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmSb09kTKl5XMyTpmDzPqUwaPxTvpTdd { top:0.5625rem;left:27.8125rem;width:9.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsBMloQhyk22uZTRlxEVN9CgNd3oTEbB { top:33.375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWtbzGnsOK9RZBzgC91dfcwQAnAvZ9TM { top:34.625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3pzern5hgHe0WLKD16TaJLrUiXMVb0 { top:34.6875rem;left:7.25rem;width:12.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OinWVFyIgosZBme5m2PpMqmWTpcOJK80 { top:34.6875rem;left:26.375rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6GvLvIsAMhb5waLIh7GkEhkKlKECh6c { top:34.6875rem;left:34.3125rem;width:13.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCWIMDHF6cl3TWwi2UQeNAVccz3aCbTu { top:38.4375rem;left:0rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtNlHACp19RsNex2dd91SMNkJVFmbggy { top:37.25rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkeHR78u5eE5tifCaAkKDicHRU4GcmKP { top:33.375rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrldF7IPcTys8hTtBziThgf9awvXHqOQ { top:34.625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXZx5thcHJZH4DEb7Rry11FukF1UAaFw { top:29.5625rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qk3Q95oySIMWKI6oQiMrSlaFchPg1HWl { top:30.1875rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeeOkgqipVlX9I2MulHtNgSgetea6uQX { top:25.75rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xwH7FlbFWHCZId6OlSlRxgiydTAcUyVq { top:27.0625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIx5iyOGbyZ6UUPMwqdDwcH3h4ahpIcX { top:21.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlN8n8VIXhb0cHWuUeV7qP7OIxTBbbIB { top:23.25rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k5Hs32ZU6a39JAQReueTeq6Q0Oa5qvyF { top:19.4375rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNo8pguQiXLFzU6HSB0ptcDwHe3kTcI5 { top:18.125rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIDFEiAZMumCl1JnoU6KTPzhTtTNKUox { top:14.3125rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMXgPrR9abW2lEKlUfcxc6ADydT5o8mf { top:15.625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJSTI6XdcyJC6tN5XPfdPlpACSHJuAnS { top:10.5rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxaGtk2e2QnvWtq9cGNB7vt7NG9RiTkV { top:11.75rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VECDASiRDqE6iiabHeTkAFVi2soL0wM0 { top:6.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryZHSEb2F37l9Udw6at7C9MelSGVQrz1 { top:8rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRPS6qTMFJtaWrviVOMVQkDLcbQ3X9Qm { top:6.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Htg5KxSKVlTOWPnUJPHmT4R43ZXOU221 { top:8rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLIC5l4ppfSKvRvXaWB1Dswznkw2h6G3 { top:10.5rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlUMGndWEgvnkaF0DqiwG5C9OuzJRFF9 { top:11.75rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0ktavi1sOWWGmc4DT1xbAmCdrTyu4GR { top:14.3125rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuiGuM7esR8pz61nki9Fnrv2mCogtkC5 { top:15.625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVe2gErf7zN24VWXnlyl3q6pUAdd2uuT { top:19.4375rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xe3JSTXTkGKfomKqZU1FBARqgHveU0Uq { top:18.125rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VF9CBv3WSqqhMbglmkgcAJQGLfWkz02K { top:21.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWPAsPlceH7M3UfdOT1sHKGquaECOTOW { top:23.25rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTyXd46cwuEcAmTJqkZwgdr9q6gsOFSQ { top:25.75rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RE2Qmwd2RpXJg7Va9IXoInae074cSTMQ { top:27.0625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CE8iNziSev6XQTPPe5dgOoFGTL9kaV2m { top:29.5625rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #syUJs1C9a0u5a2tSRBndGTGSHlGeMkgH { top:30.1875rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQFa9tkCaz43lnpluasPRvwE4F8UmOM4 { top:33.375rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #abUZy3BlE3TXODbTKQyQD1b5D4xHcnGk { top:34.625rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2H2R569sZeOeooSKX5wLpPuCUQcamX8 { top:38.4375rem;left:0rem;width:15.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g65qI5kOZ4034nKSHwpk3DfSl8diQXLe { top:37.25rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #znASMismLMIRJyyfK9QzHXiQizTqWHSF { display:block; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VScTmCR0inrk0yM26FGvOd6oiuGv7Bue { top:4.8125rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z56p4QHTTNunrRMw6BAgTDEhEMdiL5WR { top:3.4375rem;left:0rem;width:47.625rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i547tbqht1WlXAukWCP18MoA2GAhXIy2 { display:block; }#i547tbqht1WlXAukWCP18MoA2GAhXIy2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG { display:flex;height:auto;width:27.8125rem;top:8.25rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #AhbTbzGXbOsSgSLe2eBLI1h2XZJSyipE {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #S6m60ZbDUBXtOIhZpENv3yeJieoVV0IH {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #R3eFOrTwNqfxFNVh2eGnO8wuB8i71SuB {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #SN85QrVwO7A4mXTzQeI3vS3NOoL7l1Co {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #J4T8WxZ8gXkeKlGXRXdukcN8QOiTFxwA {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #ysUSkiThUf5XpIA0NJyfQ3c1PGcznD3o {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #MecWwWNuZzEHvbrcau61oABFaGESDpyH {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #vcPbt6U4KZo3T9veZWTrcBo28MNDrpzF {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #ooTKp8ayvTP6Fh6yZwh4noIUyeDriWs0 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #VTqaEtc4DgparHiKc2Pmss5E1J5whgrT {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #Erpk5a0zMMpA9Ea4FXflSLVK7WqMcX44 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #pdBeplQPdHK6sPp7y64krzVkhyc1zXQC {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #wMml0obfApcdIkv8THhhV6HUUndJPLht {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #xqUxB19E7VSAJRFFCg50fRTKOQMT9Urc {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #NS6FDWcxFqTZ5ETma4Zv1W3ePd0zoh1J {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #Ti3yS8Iw4JneVQx4ADE5hQ9t4vR1BTf1 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #xrCB1Co98GM1I8hnSQGBX6C5f8BUvG7U {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #O2JSPVga20BhGaBEHq5oT2kCkiAWRVxP {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #SAE3reTsmobN7bo0kxoWzqzS1pU1CvJW {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #tXUpNRW3gTggqd9qiRtHx5lsZ229pniV {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #ryWKpF2v7bLV3BdBt2u5VKrTBOPtm14C {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #MK5RDgBxvamWzXsrmowWoauupLdXNFMF {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #vqzHh4nh39G4Tu6e2keXXI3qtJNwgi6K {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #asARkAKgZgApTxkHvUFBmHtH2qIQv052 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #RmubeS1vzwJMmRTePpaCPBhBdcp0aK9q {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #y8hTEXK0sl4T8fd0zh2fJ7ItN3XlpLha {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #kTyRTGSfMQbAPSB9LNb6phG2P480SodQ {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #QNhQAx0DATv38bGwHlpN8FmsfPP6FNBR {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #cH8pWcCDT22cGOC1nbMVE7RBoDqOJ7K2 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #kqmT0NJpzwWkD9Os9vU9gLDONJGBxL1r {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #WP9PJkitIitdbVTNsA4S69nJcI0JOIby {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #nf8l1BeI9vcNsLBx7gB3phKQJUuEmIFy {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #kfDJLOh9QO9glQBaAxSWg3QRLEbLhqFQ {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #rQeIh3ALsuX18WsMpJT3hpA8sqw8TV04 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #tBxsOVtyubvWKxJDeAIdaSHfW84eHoQn {  }
 }@media only screen and (max-width: 763px) { #ckXi07eEZdS6oCUH9WKDq0d53CgOovqT { display:block; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohtBCmHJ4BqTMHyImrZ56vBbarcWN5zy { top:6.5rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuFNAblRmaJUuRCDn6M2gTmhSn9GBqHU { top:1.8125rem;left:3.6875rem;width:13.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbnRa4GR8NFmhiKx7FJo4D5M1Au8qPOg { width:12.5rem;height:1.875rem;top:1.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHMbBbcewThQp3V7SdotzXy1NFTagny8 { display:block; }
 }@media only screen and (max-width: 763px) { #kn34UrF4SLb0c71rc8tbhSHQrpDkDHHf { top:1.625rem;left:0rem;width:6.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9XXenKypkK2E9mP7PZfLcutAGQsKop { top:16rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6q93TERFkSktaaHvwWBv2hZowLhdc4 { top:9.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GeAATGQ033HSHzIdJfk45XHeXLffomtg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/931458c7-c7e5-41f6-8904-6908b7ce83f1/noroot.crop_538x740_1282,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg.adaptive-delivery-prevent-bg, #GeAATGQ033HSHzIdJfk45XHeXLffomtg.lazyload, #GeAATGQ033HSHzIdJfk45XHeXLffomtg.lazyloading { background-image: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { background-color: transparent; background-image: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container > .video-iframe-container { display: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.4); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row > .video-iframe-container { display: none; }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .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); }#GeAATGQ033HSHzIdJfk45XHeXLffomtg > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGosNIZL23FWVm4rz410sXfMtrhvHBqK { width:20rem;height:3.4375rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4zDODkVCZ16RvDzzIyHfwIq1oi8T3c6 { display:block; }
 }@media only screen and (max-width: 763px) { #fcXbGFr5mioG21icT8GsvwUZ1NJMKcGB { width:20rem;height:11.375rem;top:39.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5TN5qcSVrpOCFSGvSJxEQfvgF4ysAtq { width:20rem;height:9.599625rem;top:29.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfT4s2EGhOcNIRVIppz1czSxbM3JUw5b { width:20rem;height:8.5625rem;top:4.03515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTgzOTHdzhCyJa7T3KxKVS48mLHTTWmN { width:12.5rem;height:1.375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a { display:block; }#QFVcAoTlNxrzKH61bPMoL0wCCp2pGo8a > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEM2oR27SD0vZOAS1nlQXx3yO0Otdv5T { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldarI2GVuDkIbQ56Txk9lcFVQuOW2wnX { width:20rem;height:4.875rem;top:10.2983125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX { display:block; }#TkL9TLi5IAqCqLwCT1PtfBt7cwCHPWqX > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQzLgTxxUv65wEQ3rgyIXPSeeWaEwhVy { width:19.875rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xqgVIG7h9RWSEWm9HKAQz2HrKM0pG7 { width:2.5rem;height:2.5rem;top:3.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqVtePE1yDLlLJ3mXnJNXq8m9tmFufgm { width:5rem;height:5rem;top:2.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCiXFsPcWmwwRTOsEdL9yzxyy6kTWDbc { width:20rem;height:1.625rem;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNms8J2b2s6yO08RHyPE7zXMQwXcgIe8 { width:16.625rem;height:2.92480625rem;top:11.25rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clwcpmAlyVOeb5VTwneJqZIintBZNxG8 { width:19.875rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJRiIm0b2sS7oXTMZ0UUTqhkK2ivXyDh { width:20rem;height:1.625rem;top:9rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q15MObEAn4GSv0dXyALzecNBN54IMUfq { width:5rem;height:5rem;top:2.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mpt8TAzEBpS7TUOAR72sRWkZLxP2rJ9K { width:2.5rem;height:2.5rem;top:3.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdCnL5cz42W1gvi0DbBHGEc7WeNUFnP6 { width:16.625rem;height:2.92480625rem;top:11.25rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1btmWRHLxUIBqPy8ElTQBLJnzrSzobU { width:19.875rem;height:18.75rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTvyQGOmUfthvdyhH8eKOie03pU7h1h { width:16.9375rem;height:1.625rem;top:50.5rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfQczVUbHuUukbtfbIS8iGKCWTSPHka7 { width:5rem;height:5rem;top:44rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf4TRaVy2nMFJnoP1w5QkI0vCeQttlqz { width:2.5rem;height:2.5rem;top:45.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VnDAQn8BOlUaEypKiyfovsJtkKCyJt { width:16.625rem;height:2.92480625rem;top:52.75rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQouspEQcWd3pNF0QEDIxlT5seMcQVbf { width:19.875rem;height:18.75rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4A5LoiULaSZQQkuWAAVHETHPV92tfZT { width:20rem;height:1.625rem;top:29.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMS5GIKl3bfkMMckyZM8gLHnS4r5hFxe { width:2.5rem;height:2.5rem;top:24.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfx14zvasdWMymV5aUolXuE0wzerHAEw { width:5rem;height:5rem;top:23.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXesu0p7KB6Wh4QtMTSf3154gA51Vaim { width:16.625rem;height:2.92480625rem;top:32rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K { display:block; }#wg6hBygBFVNyTQ0L1AgGcFyWXntdG33K > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wye70IBJID0Z5hWvqmp9hAX8vEeHTmz9 { width:20rem;height:7.7988125rem;top:1.27587890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzLAZHPAC9iR6iSqQUMJ4VdL3ReFhQgA { width:20rem;height:4.38720625rem;top:9.51171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEkVImu3D7TEDosRTnRBlw5DECTfaVCS { display:block; }#PEkVImu3D7TEDosRTnRBlw5DECTfaVCS > .row .container { width:20rem;height:89.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfZCygNPTqDNHxyBoO5DeH6TttRVCkR5 { width:2.5rem;height:2.5rem;top:5.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7Vw7S4W6zOfLidDHWywdNOwCZ4voU7U { width:17.3125rem;height:3.25rem;top:10.25rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hytZ7WnVmTw1JvcAABcCwe4cI0roZQ2P { width:16.875rem;height:5.8496125rem;top:14.125rem;left:1.5625rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #QVxOnQc70WvTKeGqvABBR9ZnQOEWVwcB { width:20rem;height:20rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswyCBTszCMwpzq2bHy6J6m3lnMQJtdA { width:5rem;height:5rem;top:3.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBUeeCcfuLeJhsJptKzb0ghwO8mOndfu { width:17.3125rem;height:3.25rem;top:32.3125rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMtB36Ayk3n8AmdL2ITTATwE1BiuLLCd { width:20rem;height:20rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbyTPskT6k9U2OugGLpwTshxereEVhiE { width:16.875rem;height:5.8496125rem;top:36.1875rem;left:1.5625rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #vHlemXsFwEyAfx53oNgH71nI2A0cldSl { width:5rem;height:5rem;top:25.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTA79E2mIU900OfBRuPyAyttBGCMwGqy { width:2.5rem;height:2.5rem;top:27.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCf5c8bb8o24neItR7oBlTapJ2bqiWuf { width:20rem;height:20rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW3TZp6mCGo941ss9Ory1zrRRpQMQ7nZ { width:16.125rem;height:3.25rem;top:54.3125rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLyRFuxZgWZPybh6CcWABZqsIscBvBOD { width:16.875rem;height:5.8496125rem;top:58.25rem;left:1.5625rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #AXl8LCcko6ikLnvkPaflzfxVkoOzkkV9 { width:5rem;height:5rem;top:47.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP8Vor30c9fLTpqVAMNQ5SeVNTEEeVTE { width:2.5rem;height:2.5rem;top:49.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3KkIf8smShRE8BtI3JcP19l13O6H3cf { width:20rem;height:20rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnRhEUFWBspboUWemuMbC8omlgt9G6BX { width:17.3125rem;height:3.25rem;top:76.3125rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6TwQZprkzCdgqJae1f2AV3IJkw5N9uO { width:16.875rem;height:5.8496125rem;top:80.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgPMRO4ViQXCdUgknSWmUSB6agZm0SoB { width:5rem;height:5rem;top:69.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0LsWzDOCmUaRu5n6I1D26Q167CZ0I3w { width:2.5rem;height:2.5rem;top:71.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl { display:block; }#ZSyU2Bck30OoMNQDPJWQd7vNmBKTRHIl > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZlTJVS66m4LXbvtGZyDIBJ4WAeR9u1c { width:20rem;height:3.4375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m36uKwgSc05zaqigu2OcgrfXlzOe2nKw { display:block; }
 }@media only screen and (max-width: 763px) { #uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 { display:block; }#uQu5AQcceqqUK4FdavCyt0ogyT0qEcD7 > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApTwPOWk8dHTA0mrOQTKTRD7gaDAOn5G { width:20rem;height:2.03125rem;top:16.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VPRexK6oWedC8JfdxeGgZSRwtqAWOui8 { width:20rem;height:13.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TabOHZobUJdTvOTPRxDPyTW2QXfdZ42A { width:20rem;height:3.8994125rem;top:19.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9eRBoQzG1DG24X3AxMTrCTmzUvhgf70 { width:20rem;height:13.9355625rem;top:24.75rem;left:0rem;font-size:1rem;display:block; }#m9eRBoQzG1DG24X3AxMTrCTmzUvhgf70 li:before{  }
 }@media only screen and (max-width: 763px) { #QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI { display:block; }#QhGkfTFpzuGhzS5l0THhL9HIU0ZdeCDI > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VidxGq5spNeBXZJbDvIo43h5Bx0GOLce { width:20rem;height:2.5996125rem;top:2.26220703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container { background-color: transparent; background-image: none; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container > .video-iframe-container { display: none; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row > .video-iframe-container { display: none; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .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); }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container { border-width: 0; border-radius: 0; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#caFnBvag7tWaKXAJKkTIvBlVZNIhIH3t > .row .container { width:20rem;height:122.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFc9L7Ry6LEpmyrh7LvWGemTahXuIOBA { width:12.9375rem;height:40.25rem;top:40.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwIfFlArWs6LNkyPmOE5w1HXOT1LyB8o { width:6.125rem;height:2.2744125rem;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAghb0XLlrNg0tDuiZRcSchOcErRsQbr { width:7.125rem;height:2.2744125rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOVyIaOcTXzUqc1b03t9q38gbPesJbpZ { width:7rem;height:2.2744125rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ro7VUOxL20yrOM5Vo0wxZXibLkRITyCb { width:5.9375rem;height:3.41161875rem;top:15.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOcKePUUWWNQrEXTbnHetm3Z89X5dPtR { width:6.125rem;height:3.41161875rem;top:19.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZGn3hTiEIu4tcuiMZTeVlEr4n6G786a { width:5.75rem;height:3.41161875rem;top:34.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuruk3npQot5VmllPp8KLqgFmPV8npwb { width:11.25rem;height:2.2744125rem;top:4.6875rem;left:7.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ4QHnMQD9LITgoxdipR4wTCXdUkpq7I { width:11.25rem;height:1.13720625rem;top:9.0625rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWcNJdgFyIlcTs31a5G64c6TxIiF6ccy { width:8.5rem;height:1.13720625rem;top:12.75rem;left:9.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzH5b5Ab4fDsCfxsJVbfdg63yStQcGSH { width:11.25rem;height:1.13720625rem;top:16.5rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTMBE0kqDJAbiiR5pMkrciV8qzhdHJ9 { width:11.25rem;height:1.13720625rem;top:20.375rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdP2RPbMFZ8S7teTETBm7U3p9ChFVTQ2 { width:9.8125rem;height:1.13720625rem;top:35.6875rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVkuOkKc3ep00muuSB2f8d8TVydJb26l { width:12.5rem;height:3.25rem;top:0rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BneG8XdWIkKmG9vLSBLkO2ifkUlF6Tv5 { width:13rem;height:3.25rem;top:41.9375rem;left:6.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGDkT70sN36RLMtL5yiVVTuVcwNF9S6n { width:11.25rem;height:1.13720625rem;top:46.875rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #az14lUovJT0Fi2mx7XobAKNTDvBzKogd { width:11.25rem;height:1.13720625rem;top:50.6875rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1bTyh85JKSp81J0DPGwFF9SkbztZggO { width:11.25rem;height:1.13720625rem;top:54.4375rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXy8aDG063bToR9eKgXufsAufFfPUu6R { width:11.25rem;height:1.13720625rem;top:58.1875rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T19fNRkRD2Jl9aFnyPrGKALy9Spw8RRe { width:11.25rem;height:1.13720625rem;top:62.0625rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGtSwbAc7dnBaRvagGnmEASvZze9rXTg { width:11.25rem;height:1.13720625rem;top:77.375rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0BiwAWIe2XZwx96Nu1Po0TA6wsDggar { width:20rem;height:3.75rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOFFxwXwXdnJAzqZeQTbsq67XG4SkGyS { width:20rem;height:3.75rem;top:7.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #vT3l56oietXRWmt0Q6Wn4aMTGmy5CchZ { width:20rem;height:3.75rem;top:11.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #mTW07ppqbmGnrP8LZgdNCZLzwiAzVwkh { width:20rem;height:3.75rem;top:15.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #vWIJvIgpwar2BofkfSmcklvtbayq23r4 { width:20rem;height:3.75rem;top:19.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #gvaBOyHdos4pDZNGum3ruWEAMkrPdrwG { width:20rem;height:3.75rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQkBTLkwXerz4SDJxXzCWoOrTpzd6PPG { width:10rem;height:2.2744125rem;top:86.5625rem;left:8.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2pwDabB0kLv3pp0UXPaWdmpDkS3W85 { width:13.375rem;height:3.25rem;top:81.875rem;left:6.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfgdg0ZcvydkTRZhlMfTe9raGrxccf8 { width:6.5625rem;height:1.13720625rem;top:90.875rem;left:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgitSIwXZ862KDx4ZlVz1VdEd40xQbRB { width:7.125rem;height:1.13720625rem;top:94.625rem;left:9.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot3dGdoTaWHT6yzhaw8GpwxGUt2GBazf { width:6.0625rem;height:1.13720625rem;top:98.375rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1htqCQUDRqC0z8pOhyQcJQS3Mzrs5r8 { width:8rem;height:1.13720625rem;top:102.25rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmPPVPBAXyR4U72iA7ifhBfOqckosBBR { width:8.125rem;height:1.13720625rem;top:117.3125rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lel34awrzJGvvFclgCMWeMgbcHKfI7c1 { width:20rem;height:3.75rem;top:22.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #iq2Klp55pAJUod0wZSliR667PSKNhy3a { width:6.0625rem;height:2.2744125rem;top:23.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1imdOETIHRIQGk1nndWhzerbSD4Wqlf { width:9.875rem;height:1.13720625rem;top:65.8125rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCvS07VTNy1JpkaxUXT5qcevKyn6E45z { width:10.3125rem;height:1.13720625rem;top:24.125rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItTTmkdpFW5tUN4LQa0oBpzIyJDxBZZw { width:7.125rem;height:1.13720625rem;top:106rem;left:9.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npglz71f2x6lVlOncG4Mv07FUqVutSL3 { width:20rem;height:3.75rem;top:26.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #unl3P0wd9XEPWgo7xbxzWGuC0O8PCJkR { width:6.5rem;height:3.41161875rem;top:26.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEqEE5MmXoZXEygrIz0qw0EdkK1D5BhN { width:6.5rem;height:1.13720625rem;top:69.5625rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx2TlFfR7JFXTKBLzdUHaprHS1MnqFoU { width:8.5625rem;height:1.13720625rem;top:27.875rem;left:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlDPZ3dlTzPsT6B5nySDtRscOo1VVZqC { width:6.75rem;height:1.13720625rem;top:109.75rem;left:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOyy6ucA3rMof54qzOA8WHOQGsNKG3hx { width:9.4375rem;height:1.13720625rem;top:39.625rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmSb09kTKl5XMyTpmDzPqUwaPxTvpTdd { width:9.6875rem;height:1.875rem;top:39.25rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsBMloQhyk22uZTRlxEVN9CgNd3oTEbB { width:20rem;height:3.75rem;top:30.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;display:block; }
 }@media only screen and (max-width: 763px) { #iWtbzGnsOK9RZBzgC91dfcwQAnAvZ9TM { width:6.5rem;height:2.2744125rem;top:31.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC3pzern5hgHe0WLKD16TaJLrUiXMVb0 { width:7.8125rem;height:1.13720625rem;top:31.625rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OinWVFyIgosZBme5m2PpMqmWTpcOJK80 { width:12.5rem;height:1.13720625rem;top:73.3125rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6GvLvIsAMhb5waLIh7GkEhkKlKECh6c { width:6.8125rem;height:1.13720625rem;top:113.5rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCWIMDHF6cl3TWwi2UQeNAVccz3aCbTu { width:5.75rem;height:3.41161875rem;top:76.25rem;left:0rem;font-size:0.875rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #LtNlHACp19RsNex2dd91SMNkJVFmbggy { width:20rem;height:3.75rem;top:75.8125rem;left:0rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #hkeHR78u5eE5tifCaAkKDicHRU4GcmKP { width:20rem;height:3.75rem;top:72rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #lrldF7IPcTys8hTtBziThgf9awvXHqOQ { width:6.5rem;height:2.2744125rem;top:72.75rem;left:0rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ZXZx5thcHJZH4DEb7Rry11FukF1UAaFw { width:20rem;height:3.75rem;top:68.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #qk3Q95oySIMWKI6oQiMrSlaFchPg1HWl { width:6.5rem;height:3.41161875rem;top:68.4375rem;left:0rem;font-size:0.875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #aeeOkgqipVlX9I2MulHtNgSgetea6uQX { width:20rem;height:3.75rem;top:64.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #xwH7FlbFWHCZId6OlSlRxgiydTAcUyVq { width:6.0625rem;height:2.2744125rem;top:65.25rem;left:0rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #KIx5iyOGbyZ6UUPMwqdDwcH3h4ahpIcX { width:20rem;height:3.75rem;top:60.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #VlN8n8VIXhb0cHWuUeV7qP7OIxTBbbIB { width:6.125rem;height:3.41161875rem;top:60.9375rem;left:0rem;font-size:0.875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #k5Hs32ZU6a39JAQReueTeq6Q0Oa5qvyF { width:5.9375rem;height:3.41161875rem;top:57.0625rem;left:0rem;font-size:0.875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #NNo8pguQiXLFzU6HSB0ptcDwHe3kTcI5 { width:20rem;height:3.75rem;top:56.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #fIDFEiAZMumCl1JnoU6KTPzhTtTNKUox { width:20rem;height:3.75rem;top:53.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #iMXgPrR9abW2lEKlUfcxc6ADydT5o8mf { width:7rem;height:2.2744125rem;top:53.875rem;left:0rem;font-size:0.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #eJSTI6XdcyJC6tN5XPfdPlpACSHJuAnS { width:20rem;height:3.75rem;top:49.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #NxaGtk2e2QnvWtq9cGNB7vt7NG9RiTkV { width:7.125rem;height:2.2744125rem;top:50.1875rem;left:0rem;font-size:0.875rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #VECDASiRDqE6iiabHeTkAFVi2soL0wM0 { width:20rem;height:3.75rem;top:45.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ryZHSEb2F37l9Udw6at7C9MelSGVQrz1 { width:6.125rem;height:2.2744125rem;top:46.375rem;left:0rem;font-size:0.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #oRPS6qTMFJtaWrviVOMVQkDLcbQ3X9Qm { width:20rem;height:3.75rem;top:85.75rem;left:0rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #Htg5KxSKVlTOWPnUJPHmT4R43ZXOU221 { width:6.125rem;height:2.2744125rem;top:86.5625rem;left:0rem;font-size:0.875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #HLIC5l4ppfSKvRvXaWB1Dswznkw2h6G3 { width:20rem;height:3.75rem;top:89.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #wlUMGndWEgvnkaF0DqiwG5C9OuzJRFF9 { width:7.125rem;height:2.2744125rem;top:90.375rem;left:0rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #D0ktavi1sOWWGmc4DT1xbAmCdrTyu4GR { width:20rem;height:3.75rem;top:93.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #zuiGuM7esR8pz61nki9Fnrv2mCogtkC5 { width:7rem;height:2.2744125rem;top:94.0625rem;left:0rem;font-size:0.875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #nVe2gErf7zN24VWXnlyl3q6pUAdd2uuT { width:5.9375rem;height:3.41161875rem;top:97.25rem;left:0rem;font-size:0.875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #xe3JSTXTkGKfomKqZU1FBARqgHveU0Uq { width:20rem;height:3.75rem;top:97.125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #VF9CBv3WSqqhMbglmkgcAJQGLfWkz02K { width:20rem;height:3.75rem;top:100.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #HWPAsPlceH7M3UfdOT1sHKGquaECOTOW { width:6.125rem;height:3.41161875rem;top:101.125rem;left:0rem;font-size:0.875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #pTyXd46cwuEcAmTJqkZwgdr9q6gsOFSQ { width:20rem;height:3.75rem;top:104.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #RE2Qmwd2RpXJg7Va9IXoInae074cSTMQ { width:6.0625rem;height:2.2744125rem;top:105.4375rem;left:0rem;font-size:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #CE8iNziSev6XQTPPe5dgOoFGTL9kaV2m { width:20rem;height:3.75rem;top:108.4375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #syUJs1C9a0u5a2tSRBndGTGSHlGeMkgH { width:6.5rem;height:3.41161875rem;top:108.625rem;left:0rem;font-size:0.875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #fQFa9tkCaz43lnpluasPRvwE4F8UmOM4 { width:20rem;height:3.75rem;top:112.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c5c5c5;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #abUZy3BlE3TXODbTKQyQD1b5D4xHcnGk { width:6.5rem;height:2.2744125rem;top:112.9375rem;left:0rem;font-size:0.875rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #z2H2R569sZeOeooSKX5wLpPuCUQcamX8 { width:5.75rem;height:3.41161875rem;top:116.4375rem;left:0rem;font-size:0.875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #g65qI5kOZ4034nKSHwpk3DfSl8diQXLe { width:20rem;height:3.75rem;top:116rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #znASMismLMIRJyyfK9QzHXiQizTqWHSF { display:block; }#znASMismLMIRJyyfK9QzHXiQizTqWHSF > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VScTmCR0inrk0yM26FGvOd6oiuGv7Bue { width:17.4375rem;height:43.75rem;top:4.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z56p4QHTTNunrRMw6BAgTDEhEMdiL5WR { width:19.875rem;height:46.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i547tbqht1WlXAukWCP18MoA2GAhXIy2 { display:none; }#i547tbqht1WlXAukWCP18MoA2GAhXIy2 > .row .container { width:20rem;height:54.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG { display:flex;height:auto;width:17.5rem;top:1.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #AhbTbzGXbOsSgSLe2eBLI1h2XZJSyipE {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #S6m60ZbDUBXtOIhZpENv3yeJieoVV0IH {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #R3eFOrTwNqfxFNVh2eGnO8wuB8i71SuB {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #SN85QrVwO7A4mXTzQeI3vS3NOoL7l1Co {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #J4T8WxZ8gXkeKlGXRXdukcN8QOiTFxwA {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #ysUSkiThUf5XpIA0NJyfQ3c1PGcznD3o {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #MecWwWNuZzEHvbrcau61oABFaGESDpyH {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #vcPbt6U4KZo3T9veZWTrcBo28MNDrpzF {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #ooTKp8ayvTP6Fh6yZwh4noIUyeDriWs0 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #VTqaEtc4DgparHiKc2Pmss5E1J5whgrT {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #Erpk5a0zMMpA9Ea4FXflSLVK7WqMcX44 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #pdBeplQPdHK6sPp7y64krzVkhyc1zXQC {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #wMml0obfApcdIkv8THhhV6HUUndJPLht {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #xqUxB19E7VSAJRFFCg50fRTKOQMT9Urc {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #NS6FDWcxFqTZ5ETma4Zv1W3ePd0zoh1J {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #Ti3yS8Iw4JneVQx4ADE5hQ9t4vR1BTf1 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #xrCB1Co98GM1I8hnSQGBX6C5f8BUvG7U {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #O2JSPVga20BhGaBEHq5oT2kCkiAWRVxP {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #SAE3reTsmobN7bo0kxoWzqzS1pU1CvJW {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #tXUpNRW3gTggqd9qiRtHx5lsZ229pniV {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #ryWKpF2v7bLV3BdBt2u5VKrTBOPtm14C {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #MK5RDgBxvamWzXsrmowWoauupLdXNFMF {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #vqzHh4nh39G4Tu6e2keXXI3qtJNwgi6K {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #asARkAKgZgApTxkHvUFBmHtH2qIQv052 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #RmubeS1vzwJMmRTePpaCPBhBdcp0aK9q {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #y8hTEXK0sl4T8fd0zh2fJ7ItN3XlpLha {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #kTyRTGSfMQbAPSB9LNb6phG2P480SodQ {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #QNhQAx0DATv38bGwHlpN8FmsfPP6FNBR {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #cH8pWcCDT22cGOC1nbMVE7RBoDqOJ7K2 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #kqmT0NJpzwWkD9Os9vU9gLDONJGBxL1r {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #WP9PJkitIitdbVTNsA4S69nJcI0JOIby {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #nf8l1BeI9vcNsLBx7gB3phKQJUuEmIFy {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #kfDJLOh9QO9glQBaAxSWg3QRLEbLhqFQ {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #rQeIh3ALsuX18WsMpJT3hpA8sqw8TV04 {  }
 }@media only screen and (max-width: 763px) { #iJM9EJizrtToeMWrNuOHvL1gQzzsrzRG #tBxsOVtyubvWKxJDeAIdaSHfW84eHoQn {  }
 }@media only screen and (max-width: 763px) { #ckXi07eEZdS6oCUH9WKDq0d53CgOovqT { display:block; }#ckXi07eEZdS6oCUH9WKDq0d53CgOovqT > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohtBCmHJ4BqTMHyImrZ56vBbarcWN5zy { width:20rem;height:4.87305rem;top:1.5625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XuFNAblRmaJUuRCDn6M2gTmhSn9GBqHU { width:13.375rem;height:2.0625rem;top:7.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbnRa4GR8NFmhiKx7FJo4D5M1Au8qPOg { width:12.5rem;height:1.875rem;top:14.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHMbBbcewThQp3V7SdotzXy1NFTagny8 { display:block; }
 }@media only screen and (max-width: 763px) { #kn34UrF4SLb0c71rc8tbhSHQrpDkDHHf { width:6.125rem;height:2.0625rem;top:11rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt9XXenKypkK2E9mP7PZfLcutAGQsKop { width:18.8125rem;height:3.41161875rem;top:17.5625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6q93TERFkSktaaHvwWBv2hZowLhdc4 { width:20rem;height:7.796875rem;top:22.22363125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }