.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:109,198,149;--color-primary-1:60,179,113;--color-primary-2:45,134,85;--color-primary-3:30,82,57;--color-primary-4:23,67,43;--color-secondary-0:199,199,198;--color-secondary-1:144,144,142;--color-secondary-2:88,88,85;--color-secondary-3:32,32,28;--color-secondary-4:24,24,21;--color-tertiary-0:255,255,255;--color-tertiary-1:237,237,237;--color-tertiary-2:181,181,181;--color-tertiary-3:91,91,91;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:#ffffff;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); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG { 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; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { background-color: transparent; background-image: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container > .video-iframe-container { display: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container { display: none; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .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); }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { border-width: 0; border-radius: 0; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { font-size:0.875rem;font-family:raleway;height:8.8125rem;width:75rem;position:relative;display:block; }#xv68qlnqeggT420NbC2S8pAyrsr92TOa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:0rem;left:3.3125rem;overflow:hidden;display:block; }
#x3MhZNgDD6Mdm689WeqAUkSIIutTCL8Q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.28125rem;left:34.71875rem;display:block; }
#GIAE97VKZlayZ9JKCG2HPGC7rEBPecez { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XNmXqFAt3b2JyXQQXsKfL0NFzWKFuels { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:2.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.28125rem;left:42.875rem;display:block; }
#EBayzSuIP6FkfH1Bh1JDaMELlKa2Oynr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DwG12TMtaIcFL3lIo66fSnIZIaPnwRfn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:3.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.8125rem;left:60.875rem;display:block; }
#miJdOJqzE5bgZM45plW0sQU4OU1VBcCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EAr1dLH2ZkoVgdGgA7tA8AvnNQoxDFWe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:2.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.28125rem;left:49.5rem;display:block; }
#CuduPwv61dbZPH7ufQyilnIS3r7AgKIQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 { 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; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { background-color: transparent; background-image: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container { display: none; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .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); }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { border-width: 0; border-radius: 0; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { font-size:0.875rem;font-family:raleway;height:40.6875rem;width:75rem;position:relative;display:block; }#Lfse0MLtLtzyfuvMTuFtozzIilHrcRTG { color:rgba(var(--color-secondary-3),1);display:block;width:71.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.9375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.625rem;left:3.9375rem;height:7.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;font-style:normal;display:block; }
#T4Ler4BCa5AKPWzwkBApJbbgXlJRG10t { box-sizing:content-box;height:0.0625rem;width:36.125rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.3125rem;left:4.8125rem;display:block; }
#reFGiE9mBFnPP9N5TDMtgPnbtD3w9SgA { color:rgba(var(--color-secondary-3),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:13.8125rem;left:6.125rem;height:6rem;font-style:normal;display:block; }
#N4mSFZOnJkyX7ltxBzbOlfJkTWReMMs6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:21.75rem;left:18.4375rem;display:block; }
#PG9noQXqMGZ3Oy4h45Xr16cLuliuLRdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uP8N3ubTUTesCUfcXOpbWnX1wfl92Otn { 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:21.875rem;width:21.875rem;top:10.75rem;left:46.625rem;overflow:hidden;display:block; }
#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM { 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; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { background-color: transparent; background-image: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container > .video-iframe-container { display: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container { display: none; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .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); }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { border-width: 0; border-radius: 0; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { font-size:0.875rem;font-family:raleway;height:30.375rem;width:75rem;position:relative;display:block; }#PdJQytLo0N4GxKUTDZ1SOeGeLFPSS90K { color:rgba(var(--color-secondary-3),1);display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.625rem;left:34.75rem;height:4.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RcxN5FGI04MbK8Ti9VTTuM3xNwKovhvL { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:12.8388671875rem;left:34.0625rem;height:11.19725rem;font-style:normal;display:block; }
#cBSlVb6LGyQkIX2GNHPMi094kUOLAchP { position:absolute;display:block;z-index:14999;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:28.5rem;top:6.75rem;left:3rem;overflow:hidden;display:block; }
#WitZT9WTEMdatfUl4U92G5Vmxvavren4 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:32.8125rem;display:block; }
#vdFFgefrJK63UmzT409dt8kkOWdV30Wz { 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; }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row .container { background-color: transparent; background-image: none; }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row .container > .video-iframe-container { display: none; }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row > .video-iframe-container { display: none; }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .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); }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row .container { border-width: 0; border-radius: 0; }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row .container { font-size:0.875rem;font-family:raleway;height:58.75rem;width:75rem;position:relative;display:block; }#WdIVzz9xwvH1fNT3ePAp3sdeipaa8oCd { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:6.5rem;left:0rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fwO4z0FeUrFH6t0DNWFX5UTEMasyZBGd { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:12.63671875rem;left:0rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQ81bakuAuK44NVBcHI3hrQDBUymXf8x { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:24.875rem;left:10.5625rem;height:19.1953125rem;font-style:normal;display:block; }
#LcaIw2WIT9Ay65dEylhemQAHsHUsI4VB { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16rem;left:14.4375rem;display:block; }
#ma6xDliny1xnJ4D1xbIyTPTsF4RzwQQ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.75rem;left:15.1875rem; }
#vN9XV5H7xRexqiblQWivBGPffHCA96Ua { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:20.44921875rem;left:10.5625rem;height:3.5996125rem;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; }
#BbIUHbZ56pcZIUE5GgQbt1tX5pfs8vpk { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16rem;left:35.375rem;display:block; }
#nnTIrJeJw3aRgzZpcOTyLesZkQfMa0TZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.8125rem;left:36.125rem; }
#oxlh1nggklv45w9zfcUP5aTD1HCo9iUG { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:20.44921875rem;left:31.53125rem;height:3.5996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mO2naKafnNvK7x0UGGelp3k7qLvL1g31 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:25.875rem;left:31.5rem;height:19.1953125rem;font-style:normal;display:block; }
#fLx0vebqzamAo1nOLF6PAtdw9TqJPk5r { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:16rem;left:57rem;display:block; }
#hEhHxUIgSdGemsRSTPmsinzqtZQCgeg7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.75rem;left:57.75rem; }
#sNBnIKUz66SffncamTNMle85Iz86kMKG { color:rgba(var(--color-primary-2),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:20.44921875rem;left:53.125rem;height:3.5996125rem;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; }
#beZbIFwn1vcIx3vraZseixTpDRw2I8qr { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:25.875rem;left:53.125rem;height:19.1953125rem;font-style:normal;display:block; }
#xIJIuPIdJ0JI6rsHNdN3WBSQbtlZD9ol { box-sizing:content-box;height:29.125rem;width:14rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.625rem;left:51.8125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: none;display:block; }
#OWVS5i5VutcMr8gN4gpFMoZTvvW1DIgT { box-sizing:content-box;height:29.3125rem;width:14rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),0.21);background-image:none;top:17.625rem;left:30.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: none;display:block; }
#uPQOgpCec9oouGOKfkTF5WMvvK2wUyXw { box-sizing:content-box;height:29.5rem;width:14rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.625rem;left:9.1875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);box-shadow: none;display:block; }
#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU { 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; }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row .container { background-color: transparent; background-image: none; }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row .container > .video-iframe-container { display: none; }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row > .video-iframe-container { display: none; }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .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); }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row .container { border-width: 0; border-radius: 0; }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row .container { font-size:0.875rem;font-family:raleway;height:44.375rem;width:75rem;position:relative;display:block; }#M1mk5QrmJity0asCEtxFwJp6Nx6qZtvv { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.5rem;left:0rem;height:4.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tkxbDrdEyKZ3zCPJveR9X3GXgqEmPs8V { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:28.25rem;left:27.4375rem;height:6.3984375rem;font-style:normal;display:block; }
#DshgOTV6IfplLE32XhhD37Ty2dUiciki { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.375rem;left:27.4375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KLwTqTBa9vNcZDtFPl6giEAfBDcSWUF9 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:25.75rem;left:27.4375rem;height:1.79980625rem;font-style:normal;display:block; }
#HBkRiBJQTiIzyo7LqtVS5K0TUzEmAhtT { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:28.25rem;left:54.375rem;height:4.798825rem;font-style:normal;display:block; }
#aw0veOk3MGbwZ0CyZBv1pNgyooGEFAXI { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:25.75rem;left:54.375rem;height:1.79980625rem;font-style:normal;display:block; }
#FAda4BNrfMUyLwEVg1oq4xXDsnGdpsBT { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.375rem;left:54.375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xe4XhqR9VLvHJUax3pyP2UcDu48Nc8wu { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:28.25rem;left:0rem;height:4.798825rem;font-style:normal;display:block; }
#sSceQEE6ZxNDOxCH5u0ZbTqn9Gvfp1TC { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.375rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#P56hqXHGT5RCJTTT8BAF3gGuvXTuBKp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.6;letter-spacing:0;top:25.7373046875rem;left:0rem;height:1.79980625rem;font-style:normal;display:block; }
#tUO5b2Rov5edvHJUqLgDzpE7E29NaJwv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.5625rem;top:12.9375rem;left:0rem;overflow:hidden;display:block; }
#XP4E0q6WE4xd7W6xT7c0dOouQaoP2lDE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:20rem;top:12.9375rem;left:27.5rem;overflow:hidden;display:block; }
#ZpIKrfKDDyaGkxwpe3IZewTGK00BEMFh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:14.75rem;top:12.9375rem;left:54.375rem;overflow:hidden;display:block; }
#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu { 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; }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row .container { background-color: transparent; background-image: none; }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row .container > .video-iframe-container { display: none; }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row > .video-iframe-container { display: none; }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .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); }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row .container { border-width: 0; border-radius: 0; }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row .container { font-size:0.875rem;font-family:raleway;height:59.8125rem;width:75rem;position:relative;display:block; }#qlqTeoZlgVtxw25rEBEEDCRdQlG8tUtM { color:rgba(var(--color-secondary-3),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:9rem;left:3.125rem;height:4.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sVIn3TupamXAkNxIXKbrTvk86zoBUsDb { color:rgba(var(--color-secondary-3),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:40.5rem;left:6.25rem;height:2rem;font-style:normal;display:block; }
#rkKXicR6PNMsNudTMQwl7c1Avi19VAUD { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:42.5625rem;left:6.25rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uoyIcpXq6rly1QWobkRuiPGOQ4UkLl2Z { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:39.8125rem;left:6.25rem;display:block; }
#vU5h4sipMmhsTDeCpJxvxJikl2uswcXh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:40.25rem;left:3.125rem; }
#DGcrzeazFTmEQZbd4hgq8T3No5ucP1Mf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.9375rem;left:3.125rem; }
#LmSOCukz79JlPHOITUvboeD41UcZArQ7 { color:rgba(var(--color-secondary-3),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:19.1875rem;left:6.1875rem;height:2rem;font-style:normal;display:block; }
#i4ReVXFHT5pyON48z1W8ehUF31XsNkuS { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:21.25rem;left:6.1875rem;height:3.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fufFhQsaNEdL5aGJsMFmcDeDLr41Xzp8 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.5rem;left:6.1875rem;display:block; }
#Uuv55NzpQ0zrVRLB9MTmQvqZhzF7asho { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:29.375rem;left:3.125rem; }
#sKyaCQRO7Ms4B8D1IZX96W4JZzSDQQgf { color:rgba(var(--color-secondary-3),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:29.625rem;left:6.1875rem;height:2rem;font-style:normal;display:block; }
#ilPgCx7grnS4vl6TA7kZ8odZ2ZHi2AxB { color:rgba(var(--color-tertiary-4),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:31.875rem;left:6.1875rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z0xFnutqBorbE5Q8NWEkPWUUgTExPG55 { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29rem;left:6.1875rem;display:block; }
#N0hIS4RwZEDknz1ethJ2lJWad00NAIgO { box-sizing:content-box;height:28.25rem;width:27.4375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:19.5625rem;left:41rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#QkM7FsrJhywHZdMGgKoQdfTFKe60cEk8 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15087;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.0625rem;left:63.6875rem;display:block; }
#X58qF1sTQQyuWgfXbygvHC8n0gVebZzq { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:28.3125rem;top:19.5625rem;left:39.3125rem;overflow:hidden;display:block; }
#Usw3B5lOmu5tQMo0Xdd6xNNBk6NdgKHr { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15088;background-color:rgba(var(--color-primary-2),1);background-image:none;top:29.8125rem;left:40.4375rem;display:block; }
#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row .container { background-color: transparent; background-image: none; }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row .container > .video-iframe-container { display: none; }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row > .video-iframe-container { display: none; }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .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); }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row .container { border-width: 0; border-radius: 0; }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row .container { font-size:0.875rem;font-family:raleway;height:45.125rem;width:75rem;position:relative;display:block; }#nbU2s9PUFRl3zB44JZXs353ZCo8yDi57 { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:7.50000667572rem;left:0rem;height:4.8rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-3),1);font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .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);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .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_8edc5f5df68ec08892e55f3a7e688b7823629353.svg");background-size:contain !important; }#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .accordion-trigger.adaptive-delivery-prevent-bg, #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .accordion-trigger.lazyload, #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .accordion-trigger.lazyloading { background-image: none; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn { box-sizing:content-box;height:auto;width:25.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.412498474121rem;left:5.3125rem; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #sINR6TonR8QEVGE8gRUkeEtUAoW5iV0z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #RQm6VJMpBrlcb4bIpHEt351VPz3siD9r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #p2909K2TQbAJxEdLWoLnUWX6aCBBnnWU { display:block;position:relative; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #JlpTXV07mp4hXR3B0bBhTLx6hfd9Bfsh {  }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #sHET3JDUwdGrzgTzQX3uZPyoKNMELLTT {  }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #su2MSiUoSV7pUt4TyHf0GeI8cT912rO8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #OCQ4M2UTJaK2qEWuZdSBb3IuQV23mGWx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #pQ0qPGQshOHTGDuI53CGlT2qFkwWqBLS { display:block;position:relative; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #qC5X1tiSOivifFZrkHP8x1TVe017EuWR {  }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #C1ZLSRdKBk8vAP95dtxEHigTKl0sTusJ { display:none; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #X94sZ5CtdtEzyGFnFkawdEiwLTzuqyhb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #n48SMDVW5HNH63v4d83CZz4NxWbkx0vP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #SyouxZKoJ2Oa9IcBAHHrrsKzQ91QL6GK { display:block;position:relative; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #Iksqudivzpg9dMAfmElZ5FV6kVKOJ04I {  }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #vk62d4Sf6uaHo03nNXI8pdqHlo6TT75Z { display:none; }
#dPD32s3NqSJXFUx4f3L3uBtJ2IMWw5lG { box-sizing:content-box;height:17.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.78750038147rem;left:37.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-3),1);font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .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);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .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_8edc5f5df68ec08892e55f3a7e688b7823629353.svg");background-size:contain !important; }#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-trigger.adaptive-delivery-prevent-bg, #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-trigger.lazyload, #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-trigger.lazyloading { background-image: none; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG { box-sizing:content-box;height:auto;width:25.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:14.41250038147rem;left:41.6875rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #UWrwBE011lFCTx6IyDeNKVmKrJP22M4m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #WoiLHQsu1ifGSfV26oe5OlVPmRa44Mhn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #cSyZEZE8VTLsnZqWOKkX74073A933vUI { display:block;position:relative; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #IctqGUEhbIBMaLWG482Sd63ObMe4PgoE {  }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #WSbU8JV7QvLJMOFiCDRvxwLNGtWMLOyU {  }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #iGVLFc9DAWrifBu8QpcK9NlUXUsfxQ9T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #OLoouqBtTxgLI2UL34wLHXG7IwmQqArx { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #LHgH5wGyULlBlu5y5WOcklDtH3K3b2h7 { display:block;position:relative; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #cg9OsnzKbxzpOxTOU2e4ZA5s6h470Tub {  }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #IDGyfRAZzUu1rnPekDqqWkkJvL6vMyoH { display:none; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #V6RQ62RmDfoLqBCv4fquc5h8znEXyyUx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #ZEL1QEGUJDS4QOrDPprOAmB4z2DbMhZD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #BmuzmzzUgLOBTZm4tRx8L80vye4NQQfQ { display:block;position:relative; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #oZrdbaQk7Eh1CI7hZ2ltTCpSkygessrz {  }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #AuZK9hBmPCtVDw18csvN76qZ1GQ9tsKi { display:none; }
#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO { 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; }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row .container { background-color: transparent; background-image: none; }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row .container > .video-iframe-container { display: none; }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row > .video-iframe-container { display: none; }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .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); }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row .container { border-width: 0; border-radius: 0; }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row .container { font-size:0.875rem;font-family:raleway;height:27.25rem;width:75rem;position:relative;display:block; }#tpK7baEnqqgN4slUACKtSLfe2OSzKWIz { color:rgba(var(--color-secondary-3),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:3.6875rem;left:18rem;height:4.79980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rem5PJKPD1SHVpTIUzwAl2sfiIF6LiLQ { color:rgba(var(--color-secondary-3),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:12.0625rem;left:18.125rem;height:2rem;font-style:normal;display:block; }
#Jd3TrcipuQp61V77axSp85V0dzZvwKx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:17.9375rem;left:20.0625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fqh8kAG7U4ScTIkauoC49v2mgBnOb9T6 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:20.25rem;left:20.0625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m6fHcy1X8C1JrQb7lV2mn1bmufEGJnnU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:15.5625rem;left:20.0625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EdWyytyLFPih3pNXkhtqKqab9O6hAHZx { box-sizing:content-box;height:0.0625rem;width:12.5rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.4375rem;left:18rem;display:block; }
#sntwWvho7RBqDSHHTROWlLzpyRlaJAWM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:18.0625rem;left:18rem; }
#pUwSxTfnUBs6nkEbBZFADU1rlosHCsDy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:20.25rem;left:18.0625rem; }
#P1eKkE6cFaBBfXbTcViiuIyR02Vly0yq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:15.625rem;left:18rem; }
#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe { 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; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { background-color: transparent; background-image: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container { display: none; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .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); }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { border-width: 0; border-radius: 0; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { font-size:0.875rem;font-family:raleway;height:15.5625rem;width:75rem;position:relative;display:block; }#xUDm6Cv5yEQtpo00ZpaIvliQnIpsuQ7u { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:5.3562507629394rem;left:20.1875rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxyvIDMHFPVRodz6MfKqwu2DIJrUhSNT { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.4375rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG { display:block; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xv68qlnqeggT420NbC2S8pAyrsr92TOa { top:0rem;left:0rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3MhZNgDD6Mdm689WeqAUkSIIutTCL8Q { width:5.5625rem;height:2.25rem;top:3.25rem;left:21.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIAE97VKZlayZ9JKCG2HPGC7rEBPecez { display:block; }
 }@media only screen and (max-width: 763px) { #XNmXqFAt3b2JyXQQXsKfL0NFzWKFuels { width:4.8125rem;height:2.25rem;top:3.25rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBayzSuIP6FkfH1Bh1JDaMELlKa2Oynr { display:block; }
 }@media only screen and (max-width: 763px) { #DwG12TMtaIcFL3lIo66fSnIZIaPnwRfn { width:8.875rem;height:3.1875rem;top:2.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miJdOJqzE5bgZM45plW0sQU4OU1VBcCm { display:block; }
 }@media only screen and (max-width: 763px) { #EAr1dLH2ZkoVgdGgA7tA8AvnNQoxDFWe { width:5.3125rem;height:2.25rem;top:3.25rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuduPwv61dbZPH7ufQyilnIS3r7AgKIQ { display:block; }
 }@media only screen and (max-width: 763px) { #NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 { display:block; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfse0MLtLtzyfuvMTuFtozzIilHrcRTG { top:3.625rem;left:0rem;width:47.75rem;height:7.125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4Ler4BCa5AKPWzwkBApJbbgXlJRG10t { top:29.3125rem;left:0rem;width:36.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFGiE9mBFnPP9N5TDMtgPnbtD3w9SgA { top:13.8125rem;left:0rem;width:33.5rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4mSFZOnJkyX7ltxBzbOlfJkTWReMMs6 { width:10.875rem;height:3.4375rem;top:21.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG9noQXqMGZ3Oy4h45Xr16cLuliuLRdb { display:block; }
 }@media only screen and (max-width: 763px) { #uP8N3ubTUTesCUfcXOpbWnX1wfl92Otn { top:10.75rem;left:25.875rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM { display:block; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdJQytLo0N4GxKUTDZ1SOeGeLFPSS90K { top:3.625rem;left:8.375rem;width:39.375rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcxN5FGI04MbK8Ti9VTTuM3xNwKovhvL { top:12.8125rem;left:8.375rem;width:39.375rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBSlVb6LGyQkIX2GNHPMi094kUOLAchP { top:6.75rem;left:0rem;width:28.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WitZT9WTEMdatfUl4U92G5Vmxvavren4 { top:5.5rem;left:19.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdFFgefrJK63UmzT409dt8kkOWdV30Wz { display:block; }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdIVzz9xwvH1fNT3ePAp3sdeipaa8oCd { top:6.5rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwO4z0FeUrFH6t0DNWFX5UTEMasyZBGd { top:12.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQ81bakuAuK44NVBcHI3hrQDBUymXf8x { top:24.875rem;left:0rem;width:10.9375rem;height:19.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcaIw2WIT9Ay65dEylhemQAHsHUsI4VB { top:16rem;left:0.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma6xDliny1xnJ4D1xbIyTPTsF4RzwQQ1 { top:16.75rem;left:1.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN9XV5H7xRexqiblQWivBGPffHCA96Ua { top:20.4375rem;left:0rem;width:10.9375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbIUHbZ56pcZIUE5GgQbt1tX5pfs8vpk { top:16rem;left:21.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTIrJeJw3aRgzZpcOTyLesZkQfMa0TZ { top:16.8125rem;left:22.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxlh1nggklv45w9zfcUP5aTD1HCo9iUG { top:20.4375rem;left:17.90625rem;width:10.9375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO2naKafnNvK7x0UGGelp3k7qLvL1g31 { top:25.875rem;left:17.875rem;width:11rem;height:19.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLx0vebqzamAo1nOLF6PAtdw9TqJPk5r { top:16rem;left:43.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEhHxUIgSdGemsRSTPmsinzqtZQCgeg7 { top:16.75rem;left:44.125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNBnIKUz66SffncamTNMle85Iz86kMKG { top:20.4375rem;left:36.8125rem;width:10.9375rem;height:3.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZbIFwn1vcIx3vraZseixTpDRw2I8qr { top:25.875rem;left:36.8125rem;width:10.9375rem;height:19.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIJIuPIdJ0JI6rsHNdN3WBSQbtlZD9ol { top:17.625rem;left:33.625rem;width:14rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWVS5i5VutcMr8gN4gpFMoZTvvW1DIgT { top:17.625rem;left:16.5625rem;width:14rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPQOgpCec9oouGOKfkTF5WMvvK2wUyXw { top:17.625rem;left:0rem;width:14rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHDaRGOkTRFtw9y89eaABhxFhqGQetLU { display:block; }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1mk5QrmJity0asCEtxFwJp6Nx6qZtvv { top:4.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkxbDrdEyKZ3zCPJveR9X3GXgqEmPs8V { top:28.25rem;left:13.8125rem;width:20rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DshgOTV6IfplLE32XhhD37Ty2dUiciki { top:36.375rem;left:13.8125rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwTqTBa9vNcZDtFPl6giEAfBDcSWUF9 { top:25.75rem;left:13.8125rem;width:20rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBkRiBJQTiIzyo7LqtVS5K0TUzEmAhtT { top:28.25rem;left:27.75rem;width:20rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw0veOk3MGbwZ0CyZBv1pNgyooGEFAXI { top:25.75rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAda4BNrfMUyLwEVg1oq4xXDsnGdpsBT { top:36.375rem;left:32.125rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe4XhqR9VLvHJUax3pyP2UcDu48Nc8wu { top:28.25rem;left:0rem;width:20rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSceQEE6ZxNDOxCH5u0ZbTqn9Gvfp1TC { top:36.375rem;left:0rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P56hqXHGT5RCJTTT8BAF3gGuvXTuBKp8 { top:25.6875rem;left:0rem;width:20rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUO5b2Rov5edvHJUqLgDzpE7E29NaJwv { top:12.9375rem;left:0rem;width:16.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP4E0q6WE4xd7W6xT7c0dOouQaoP2lDE { top:12.9375rem;left:13.875rem;width:20rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpIKrfKDDyaGkxwpe3IZewTGK00BEMFh { top:12.9375rem;left:27.75rem;width:14.75rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu { display:block; }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlqTeoZlgVtxw25rEBEEDCRdQlG8tUtM { top:9rem;left:0rem;width:21.6875rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVIn3TupamXAkNxIXKbrTvk86zoBUsDb { top:40.5rem;left:0rem;width:25.125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkKXicR6PNMsNudTMQwl7c1Avi19VAUD { top:42.5625rem;left:0rem;width:28rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoyIcpXq6rly1QWobkRuiPGOQ4UkLl2Z { top:39.8125rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU5h4sipMmhsTDeCpJxvxJikl2uswcXh { top:40.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGcrzeazFTmEQZbd4hgq8T3No5ucP1Mf { top:18.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmSOCukz79JlPHOITUvboeD41UcZArQ7 { top:19.1875rem;left:0rem;width:25.1875rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ReVXFHT5pyON48z1W8ehUF31XsNkuS { top:21.25rem;left:0rem;width:26.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fufFhQsaNEdL5aGJsMFmcDeDLr41Xzp8 { top:18.5rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuv55NzpQ0zrVRLB9MTmQvqZhzF7asho { top:29.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKyaCQRO7Ms4B8D1IZX96W4JZzSDQQgf { top:29.625rem;left:0rem;width:25.125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilPgCx7grnS4vl6TA7kZ8odZ2ZHi2AxB { top:31.875rem;left:0rem;width:26.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xFnutqBorbE5Q8NWEkPWUUgTExPG55 { top:29rem;left:0rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0hIS4RwZEDknz1ethJ2lJWad00NAIgO { top:19.5625rem;left:20.1875rem;width:27.4375rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkM7FsrJhywHZdMGgKoQdfTFKe60cEk8 { top:19.0625rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X58qF1sTQQyuWgfXbygvHC8n0gVebZzq { top:19.5625rem;left:19.4375rem;width:28.3125rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usw3B5lOmu5tQMo0Xdd6xNNBk6NdgKHr { top:29.8125rem;left:26.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS { display:block; }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbU2s9PUFRl3zB44JZXs353ZCo8yDi57 { top:7.5rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #sINR6TonR8QEVGE8gRUkeEtUAoW5iV0z {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #RQm6VJMpBrlcb4bIpHEt351VPz3siD9r {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #p2909K2TQbAJxEdLWoLnUWX6aCBBnnWU {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #JlpTXV07mp4hXR3B0bBhTLx6hfd9Bfsh {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #sHET3JDUwdGrzgTzQX3uZPyoKNMELLTT {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #su2MSiUoSV7pUt4TyHf0GeI8cT912rO8 {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #OCQ4M2UTJaK2qEWuZdSBb3IuQV23mGWx {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #pQ0qPGQshOHTGDuI53CGlT2qFkwWqBLS {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #qC5X1tiSOivifFZrkHP8x1TVe017EuWR {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #C1ZLSRdKBk8vAP95dtxEHigTKl0sTusJ {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #X94sZ5CtdtEzyGFnFkawdEiwLTzuqyhb {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #n48SMDVW5HNH63v4d83CZz4NxWbkx0vP {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #SyouxZKoJ2Oa9IcBAHHrrsKzQ91QL6GK {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #Iksqudivzpg9dMAfmElZ5FV6kVKOJ04I {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #vk62d4Sf6uaHo03nNXI8pdqHlo6TT75Z {  }
 }@media only screen and (max-width: 763px) { #dPD32s3NqSJXFUx4f3L3uBtJ2IMWw5lG { top:16.75rem;left:23.84375rem;width:0.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #UWrwBE011lFCTx6IyDeNKVmKrJP22M4m {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #WoiLHQsu1ifGSfV26oe5OlVPmRa44Mhn {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #cSyZEZE8VTLsnZqWOKkX74073A933vUI {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #IctqGUEhbIBMaLWG482Sd63ObMe4PgoE {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #WSbU8JV7QvLJMOFiCDRvxwLNGtWMLOyU {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #iGVLFc9DAWrifBu8QpcK9NlUXUsfxQ9T {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #OLoouqBtTxgLI2UL34wLHXG7IwmQqArx {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #LHgH5wGyULlBlu5y5WOcklDtH3K3b2h7 {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #cg9OsnzKbxzpOxTOU2e4ZA5s6h470Tub {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #IDGyfRAZzUu1rnPekDqqWkkJvL6vMyoH {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #V6RQ62RmDfoLqBCv4fquc5h8znEXyyUx {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #ZEL1QEGUJDS4QOrDPprOAmB4z2DbMhZD {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #BmuzmzzUgLOBTZm4tRx8L80vye4NQQfQ {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #oZrdbaQk7Eh1CI7hZ2ltTCpSkygessrz {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #AuZK9hBmPCtVDw18csvN76qZ1GQ9tsKi {  }
 }@media only screen and (max-width: 763px) { #kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO { display:block; }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpK7baEnqqgN4slUACKtSLfe2OSzKWIz { top:3.6875rem;left:4.375rem;width:39rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rem5PJKPD1SHVpTIUzwAl2sfiIF6LiLQ { top:12.0625rem;left:4.5rem;width:36.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd3TrcipuQp61V77axSp85V0dzZvwKx2 { top:17.9375rem;left:6.4375rem;width:34.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqh8kAG7U4ScTIkauoC49v2mgBnOb9T6 { top:20.25rem;left:6.4375rem;width:34.4375rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6fHcy1X8C1JrQb7lV2mn1bmufEGJnnU { top:15.5625rem;left:6.4375rem;width:34.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdWyytyLFPih3pNXkhtqKqab9O6hAHZx { top:14.4375rem;left:4.375rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sntwWvho7RBqDSHHTROWlLzpyRlaJAWM { top:18.0625rem;left:4.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUwSxTfnUBs6nkEbBZFADU1rlosHCsDy { top:20.25rem;left:4.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1eKkE6cFaBBfXbTcViiuIyR02Vly0yq { top:15.625rem;left:4.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe { display:block; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUDm6Cv5yEQtpo00ZpaIvliQnIpsuQ7u { top:5.3125rem;left:6.5625rem;width:34.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxyvIDMHFPVRodz6MfKqwu2DIJrUhSNT { top:4.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG { display:block; }#NAhXsG0yckilfbxQWUNgqmHtZvUwRcRG > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xv68qlnqeggT420NbC2S8pAyrsr92TOa { width:8.6875rem;height:8.6875rem;top:1.0625rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3MhZNgDD6Mdm689WeqAUkSIIutTCL8Q { width:4.875rem;height:2.25rem;top:8.4375rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIAE97VKZlayZ9JKCG2HPGC7rEBPecez { display:block; }
 }@media only screen and (max-width: 763px) { #XNmXqFAt3b2JyXQQXsKfL0NFzWKFuels { width:6.5625rem;height:2.25rem;top:12.3125rem;left:6.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBayzSuIP6FkfH1Bh1JDaMELlKa2Oynr { display:block; }
 }@media only screen and (max-width: 763px) { #DwG12TMtaIcFL3lIo66fSnIZIaPnwRfn { width:9rem;height:2.5625rem;top:20.8125rem;left:5.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miJdOJqzE5bgZM45plW0sQU4OU1VBcCm { display:block; }
 }@media only screen and (max-width: 763px) { #EAr1dLH2ZkoVgdGgA7tA8AvnNQoxDFWe { width:5.3125rem;height:2.25rem;top:16.3125rem;left:7.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuduPwv61dbZPH7ufQyilnIS3r7AgKIQ { display:block; }
 }@media only screen and (max-width: 763px) { #NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 { display:block; }#NHWabWTXLSdI8Ssns2P8LygQrXAnbXy9 > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lfse0MLtLtzyfuvMTuFtozzIilHrcRTG { width:20rem;height:7.0488125rem;top:2.3125rem;left:0rem;font-size:2.9375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #T4Ler4BCa5AKPWzwkBApJbbgXlJRG10t { width:18.75rem;height:0.0625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #reFGiE9mBFnPP9N5TDMtgPnbtD3w9SgA { width:20rem;height:8.999rem;top:10.3994140625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4mSFZOnJkyX7ltxBzbOlfJkTWReMMs6 { width:10.875rem;height:2.8125rem;top:21.34375rem;left:4.5625rem;font-size:1.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #PG9noQXqMGZ3Oy4h45Xr16cLuliuLRdb { display:block; }
 }@media only screen and (max-width: 763px) { #uP8N3ubTUTesCUfcXOpbWnX1wfl92Otn { width:14.0625rem;height:14.0625rem;top:27.375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM { display:block; }#Xqg1Sx4731Ihb2UJs1943wZSvqpyTRzM > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdJQytLo0N4GxKUTDZ1SOeGeLFPSS90K { width:17.6875rem;height:2.4rem;top:2.4385414123535rem;left:1.5500001907349rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcxN5FGI04MbK8Ti9VTTuM3xNwKovhvL { width:20rem;height:23.994125rem;top:20.124997138977rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBSlVb6LGyQkIX2GNHPMi094kUOLAchP { width:15.5625rem;height:10.25rem;top:6.9365234375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WitZT9WTEMdatfUl4U92G5Vmxvavren4 { width:1rem;height:1rem;top:3.138542175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdFFgefrJK63UmzT409dt8kkOWdV30Wz { display:block; }#vdFFgefrJK63UmzT409dt8kkOWdV30Wz > .row .container { width:20rem;height:103.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdIVzz9xwvH1fNT3ePAp3sdeipaa8oCd { width:16.625rem;height:2.4rem;top:2.4375rem;left:1.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fwO4z0FeUrFH6t0DNWFX5UTEMasyZBGd { width:14.625rem;height:6.3984375rem;top:5.4500007629394rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DQ81bakuAuK44NVBcHI3hrQDBUymXf8x { width:11rem;height:16.5rem;top:22.5625rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcaIw2WIT9Ay65dEylhemQAHsHUsI4VB { width:3rem;height:3rem;top:13.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma6xDliny1xnJ4D1xbIyTPTsF4RzwQQ1 { display:flex;width:2.25rem;height:2.25rem;top:14.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #vN9XV5H7xRexqiblQWivBGPffHCA96Ua { width:9.5rem;height:3.5996125rem;top:19rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbIUHbZ56pcZIUE5GgQbt1tX5pfs8vpk { width:3rem;height:3rem;top:42rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnTIrJeJw3aRgzZpcOTyLesZkQfMa0TZ { display:flex;width:2.25rem;height:2.25rem;top:42.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #oxlh1nggklv45w9zfcUP5aTD1HCo9iUG { width:9.875rem;height:3.5996125rem;top:47.1875rem;left:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO2naKafnNvK7x0UGGelp3k7qLvL1g31 { width:11rem;height:16.5rem;top:50.875rem;left:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLx0vebqzamAo1nOLF6PAtdw9TqJPk5r { width:3rem;height:3rem;top:69.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEhHxUIgSdGemsRSTPmsinzqtZQCgeg7 { display:flex;width:2.25rem;height:2.25rem;top:70rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #sNBnIKUz66SffncamTNMle85Iz86kMKG { width:8.875rem;height:3.5996125rem;top:74.8125rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZbIFwn1vcIx3vraZseixTpDRw2I8qr { width:11rem;height:16.5rem;top:78.5625rem;left:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIJIuPIdJ0JI6rsHNdN3WBSQbtlZD9ol { width:14rem;height:26.125rem;top:70.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWVS5i5VutcMr8gN4gpFMoZTvvW1DIgT { width:14rem;height:24.9375rem;top:43.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPQOgpCec9oouGOKfkTF5WMvvK2wUyXw { width:14rem;height:25.375rem;top:15.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHDaRGOkTRFtw9y89eaABhxFhqGQetLU { display:block; }#HHDaRGOkTRFtw9y89eaABhxFhqGQetLU > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1mk5QrmJity0asCEtxFwJp6Nx6qZtvv { width:12.9375rem;height:2.3994125rem;top:4.375rem;left:3.53125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tkxbDrdEyKZ3zCPJveR9X3GXgqEmPs8V { width:18.8125rem;height:6.3984375rem;top:45rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DshgOTV6IfplLE32XhhD37Ty2dUiciki { width:0.0625rem;height:10.125rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLwTqTBa9vNcZDtFPl6giEAfBDcSWUF9 { width:18.8125rem;height:1.79980625rem;top:42.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBkRiBJQTiIzyo7LqtVS5K0TUzEmAhtT { width:18.8125rem;height:4.798825rem;top:68.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw0veOk3MGbwZ0CyZBv1pNgyooGEFAXI { width:18.75rem;height:1.79980625rem;top:66.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAda4BNrfMUyLwEVg1oq4xXDsnGdpsBT { width:0.0625rem;height:11.25rem;top:54rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe4XhqR9VLvHJUax3pyP2UcDu48Nc8wu { width:18.75rem;height:4.798825rem;top:23.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSceQEE6ZxNDOxCH5u0ZbTqn9Gvfp1TC { width:0.0625rem;height:10.125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P56hqXHGT5RCJTTT8BAF3gGuvXTuBKp8 { width:18.8125rem;height:1.79980625rem;top:20.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUO5b2Rov5edvHJUqLgDzpE7E29NaJwv { width:16.5625rem;height:11rem;top:8.9091796875rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP4E0q6WE4xd7W6xT7c0dOouQaoP2lDE { width:20rem;height:9.5rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpIKrfKDDyaGkxwpe3IZewTGK00BEMFh { width:14.75rem;height:11.0625rem;top:53.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu { display:block; }#QQDnigd1Kq3T44sz3hpMzFpfFTcNCwzu > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qlqTeoZlgVtxw25rEBEEDCRdQlG8tUtM { width:20rem;height:2.4rem;top:3.125rem;left:0rem;font-size:2rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #sVIn3TupamXAkNxIXKbrTvk86zoBUsDb { width:17.25rem;height:1.79980625rem;top:16.987499237061rem;left:2.5500001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkKXicR6PNMsNudTMQwl7c1Avi19VAUD { width:17.5625rem;height:6rem;top:18.91250038147rem;left:2.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #uoyIcpXq6rly1QWobkRuiPGOQ4UkLl2Z { width:6.25rem;height:0.0625rem;top:7.0750045776369rem;left:2.5500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU5h4sipMmhsTDeCpJxvxJikl2uswcXh { display:flex;width:1.875rem;height:1.875rem;top:16.950000762939rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #DGcrzeazFTmEQZbd4hgq8T3No5ucP1Mf { display:flex;width:1.875rem;height:1.875rem;top:7.52499961853rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LmSOCukz79JlPHOITUvboeD41UcZArQ7 { width:17.25rem;height:1.79980625rem;top:7.5750045776369rem;left:2.5500001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ReVXFHT5pyON48z1W8ehUF31XsNkuS { width:17.3125rem;height:4.5rem;top:9.5250015258787rem;left:2.5625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fufFhQsaNEdL5aGJsMFmcDeDLr41Xzp8 { width:6.25rem;height:0.0625rem;top:16.4375rem;left:2.5500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uuv55NzpQ0zrVRLB9MTmQvqZhzF7asho { display:flex;width:1.875rem;height:1.875rem;top:26.1875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #sKyaCQRO7Ms4B8D1IZX96W4JZzSDQQgf { width:17.25rem;height:1.79980625rem;top:26.1875rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilPgCx7grnS4vl6TA7kZ8odZ2ZHi2AxB { width:17.1875rem;height:6.3984375rem;top:28.3125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xFnutqBorbE5Q8NWEkPWUUgTExPG55 { width:6.25rem;height:0.0625rem;top:25.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0hIS4RwZEDknz1ethJ2lJWad00NAIgO { width:17.6875rem;height:19.6875rem;top:36.75rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkM7FsrJhywHZdMGgKoQdfTFKe60cEk8 { width:1.25rem;height:1.25rem;top:36.25rem;left:17.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X58qF1sTQQyuWgfXbygvHC8n0gVebZzq { width:18.125rem;height:18.125rem;top:37.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Usw3B5lOmu5tQMo0Xdd6xNNBk6NdgKHr { width:1.25rem;height:1.25rem;top:55.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS { display:block; }#AuzDHTggUyW6O7RVtdi5tgSlGWnKUJTS > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbU2s9PUFRl3zB44JZXs353ZCo8yDi57 { width:20rem;height:4.798825rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn { display:flex;height:auto;width:17.5rem;top:6.487500190735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #sINR6TonR8QEVGE8gRUkeEtUAoW5iV0z {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #RQm6VJMpBrlcb4bIpHEt351VPz3siD9r {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #p2909K2TQbAJxEdLWoLnUWX6aCBBnnWU {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #JlpTXV07mp4hXR3B0bBhTLx6hfd9Bfsh {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #sHET3JDUwdGrzgTzQX3uZPyoKNMELLTT {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #su2MSiUoSV7pUt4TyHf0GeI8cT912rO8 {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #OCQ4M2UTJaK2qEWuZdSBb3IuQV23mGWx {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #pQ0qPGQshOHTGDuI53CGlT2qFkwWqBLS {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #qC5X1tiSOivifFZrkHP8x1TVe017EuWR {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #C1ZLSRdKBk8vAP95dtxEHigTKl0sTusJ {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #X94sZ5CtdtEzyGFnFkawdEiwLTzuqyhb {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #n48SMDVW5HNH63v4d83CZz4NxWbkx0vP {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #SyouxZKoJ2Oa9IcBAHHrrsKzQ91QL6GK {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #Iksqudivzpg9dMAfmElZ5FV6kVKOJ04I {  }
 }@media only screen and (max-width: 763px) { #cTuUI7ZLWhZZDeTlCzN3TiA6RW0qEWFn #vk62d4Sf6uaHo03nNXI8pdqHlo6TT75Z {  }
 }@media only screen and (max-width: 763px) { #dPD32s3NqSJXFUx4f3L3uBtJ2IMWw5lG { width:0.0625rem;height:38.0625rem;top:9.0625rem;left:19.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG { display:flex;height:auto;width:17.5rem;top:32.375rem;left:0rem; }
#Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #UWrwBE011lFCTx6IyDeNKVmKrJP22M4m {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #WoiLHQsu1ifGSfV26oe5OlVPmRa44Mhn {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #cSyZEZE8VTLsnZqWOKkX74073A933vUI {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #IctqGUEhbIBMaLWG482Sd63ObMe4PgoE {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #WSbU8JV7QvLJMOFiCDRvxwLNGtWMLOyU {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #iGVLFc9DAWrifBu8QpcK9NlUXUsfxQ9T {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #OLoouqBtTxgLI2UL34wLHXG7IwmQqArx {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #LHgH5wGyULlBlu5y5WOcklDtH3K3b2h7 {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #cg9OsnzKbxzpOxTOU2e4ZA5s6h470Tub {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #IDGyfRAZzUu1rnPekDqqWkkJvL6vMyoH {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #V6RQ62RmDfoLqBCv4fquc5h8znEXyyUx {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #ZEL1QEGUJDS4QOrDPprOAmB4z2DbMhZD {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #BmuzmzzUgLOBTZm4tRx8L80vye4NQQfQ {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #oZrdbaQk7Eh1CI7hZ2ltTCpSkygessrz {  }
 }@media only screen and (max-width: 763px) { #Od9yaErgzZTyqzeVKdGKfZ4rcbXIwcOG #AuZK9hBmPCtVDw18csvN76qZ1GQ9tsKi {  }
 }@media only screen and (max-width: 763px) { #kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO { display:block; }#kNlOSutonkwnKUIJTMK3tZTXzrHbU6tO > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpK7baEnqqgN4slUACKtSLfe2OSzKWIz { width:20rem;height:2.4rem;top:2.5500001907349rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rem5PJKPD1SHVpTIUzwAl2sfiIF6LiLQ { width:19.875rem;height:2rem;top:6.2000007629394rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd3TrcipuQp61V77axSp85V0dzZvwKx2 { width:17.5rem;height:1.6rem;top:13.861457824707rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fqh8kAG7U4ScTIkauoC49v2mgBnOb9T6 { width:17.6875rem;height:1.6rem;top:16.361457824707rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m6fHcy1X8C1JrQb7lV2mn1bmufEGJnnU { width:12.75rem;height:3.2rem;top:10.037498474121rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdWyytyLFPih3pNXkhtqKqab9O6hAHZx { width:8.875rem;height:0.0625rem;top:9.12343788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sntwWvho7RBqDSHHTROWlLzpyRlaJAWM { display:flex;width:1.5rem;height:1.5rem;top:13.97500038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pUwSxTfnUBs6nkEbBZFADU1rlosHCsDy { display:flex;width:1.625rem;height:1.625rem;top:16.35000038147rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #P1eKkE6cFaBBfXbTcViiuIyR02Vly0yq { display:flex;width:1.5rem;height:1.5rem;top:10.16250038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe { display:block; }#PDX2sc31k6ASLJlaK8gO1LgyfbS7ZTOe > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUDm6Cv5yEQtpo00ZpaIvliQnIpsuQ7u { width:18.875rem;height:1.1rem;top:3.5499992370606rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxyvIDMHFPVRodz6MfKqwu2DIJrUhSNT { width:20rem;height:0.0625rem;top:2.6875rem;left:0rem;display:block; }
 }