.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:224,246,233;--color-primary-1:152,226,182;--color-primary-2:49,196,108;--color-primary-3:25,98,54;--color-primary-4:7,29,16;--color-secondary-0:251,244,223;--color-secondary-1:241,218,150;--color-secondary-2:227,181,44;--color-secondary-3:114,91,22;--color-secondary-4:34,27,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Sora";--paragraphs-font-family:"Sora"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37950f15-bcb7-407e-bfaf-fcd134ae4711/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #103c1d, #010501);background-image: -moz-linear-gradient(180deg, #103c1d, #010501);background-image: -ms-linear-gradient(180deg, #103c1d, #010501);background-image: -o-linear-gradient(180deg, #103c1d, #010501);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#103c1d', endColorstr='#010501' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#103c1d', endColorstr='#010501' );";background-image: linear-gradient(180deg, #103c1d, #010501);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row .container { background-color: transparent; background-image: none; }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row .container > .video-iframe-container { display: none; }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row > .video-iframe-container { display: none; }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .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); }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row .container { border-width: 0; border-radius: 0; }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#npE89oU1ncBTbdNGVlQONQCHQkqMWqOc { color:#ffd30b;display:block;width:45.0625rem;position:absolute;font-family:unbounded;font-size:6.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.25rem rgba(255,211,11,0.6);top:4.8125rem;left:3.9375rem;height:;text-align:left;text-align-last:left;display:block; }
#Hyd671cCZkHkHgdReRFP9NAgJeWiLAZd { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:unbounded;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.0625rem;left:3.9375rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lkFbuaUVuMBMTdR25L1afVp5aWHa6QWT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:unbounded;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:3.9375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIIPXlfD1wsek4pVeN54CTrmHJt3Tz89 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8125rem;position:absolute;font-family:unbounded;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.25rem;left:3.9375rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MMAQc67TwOuvIa4WTpOUDe5z6r8PWrQW { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.5625rem;top:2rem;left:45.9755859375rem;overflow:hidden;display:block; }
#rCozPOWz5cDXlUT7cO6K8IP8UvTBMLDO { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:9.625rem;top:11.03125rem;left:64.6875rem;overflow:hidden;display:block; }
#dsNqNaKVDH55ukmapvMd979XrHLOpIr3 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:9.9375rem;top:13.625000953674rem;left:43.625rem;overflow:hidden;display:block; }
#LQ1bBS5kA22T9oUweNHUsxkvwtT9NgqS { box-sizing:content-box;height:23.5625rem;width:23.5625rem;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:14999;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/f033e03e-5392-4a23-b830-7f13cc17ee7d/68cd36a434c46.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #63c175;border-left:0.125rem solid #63c175;border-right:0.125rem solid #63c175;border-bottom:0.125rem solid #63c175;top:-1.9375rem;left:47.5625rem;display:block; }#LQ1bBS5kA22T9oUweNHUsxkvwtT9NgqS.adaptive-delivery-prevent-bg, #LQ1bBS5kA22T9oUweNHUsxkvwtT9NgqS.lazyload, #LQ1bBS5kA22T9oUweNHUsxkvwtT9NgqS.lazyloading { background-image: none; }
#qzXEVH0oKTDyXdsXK7TUv6r91Xp9fCeo { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.9375rem;top:0rem;left:66.425004005431rem;overflow:hidden;display:block; }
#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #010501, #002712);background-image: -moz-linear-gradient(180deg, #010501, #002712);background-image: -ms-linear-gradient(180deg, #010501, #002712);background-image: -o-linear-gradient(180deg, #010501, #002712);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#010501', endColorstr='#002712' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#010501', endColorstr='#002712' );";background-image: linear-gradient(180deg, #010501, #002712);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row .container { background-color: transparent; background-image: none; }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row .container > .video-iframe-container { display: none; }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row > .video-iframe-container { display: none; }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .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); }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row .container { border-width: 0; border-radius: 0; }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:75rem;position:relative;display:block; }#tlFM2MvzbkyFRbaWSGzpS9ZrdmrR7FKy { box-sizing:content-box;height:7.1875rem;width:61.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(2,16,8,0.8);background-image:none;box-shadow: 0rem 0rem 1.5625rem rgba(99,193,117,0.2) ;border-top:0.125rem solid #63c175;border-left:0.125rem solid #63c175;border-right:0.125rem solid #63c175;border-bottom:0.125rem solid #63c175;top:7.375rem;left:6.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#br2aoQJVzoqcuLx77p9OlzuUsAKDJA5h { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6875rem;left:6.4375rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#sVK0aZy82aNCbV5UxKZMutgPArXkVzM2 { box-sizing:content-box;height:7.0625rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:#1b2e24;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:27rem;display:block; }
#KIRI3JISWMeHc1XCC1t8zLweUDLEOGJb { color:#627b6e;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:6.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJGudxzE8fof5fC44PK8VJ9Sko5KZcK1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5625rem;left:27.0625rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#vOz7qHqfl66UWmzwGmLdziREg31FZD5a { color:#627b6e;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5625rem;left:27.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Igent5WAPV9QSG0ScGPgJTGXyLo9WZ3c { box-sizing:content-box;height:7.0625rem;width:0.125rem;position:absolute;display:block;z-index:15003;background-color:#1b2e24;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:47.625rem;display:block; }
#y143axbkwlUGF7rOhf5VdyQdTidTvV89 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:unbounded;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5625rem;left:47.6875rem;height:;text-align:center;text-align-last:center;display:block; }
#hNbRbczPRhsxwhe3G8wSt777mHfHR207 { color:#627b6e;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:47.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzoiSRDqMQKPXMauKpF4NApXNWs8BI2T { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.75rem;left:28.125rem;display:block; }
#ZrLCehc1cDr1voVGq4Hx9LA0RHIaByOx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sl0HcpGac3TQFDWDSxFGF6RPmAlwSIqm { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#hvfhNI92wUOk3KFCpK57wiHClXFRuGHM { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi { position:relative;display:block; }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi { background-color: transparent; background-image: none; }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi > .row .container > .video-iframe-container { display: none; }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi > .row > .video-iframe-container { display: none; }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi > .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); }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi { border-width: 0; border-radius: 0; }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NAOyEqICviAJTi9yqODUNWoz3TDdV1TA { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0.125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#ZQWUow9iO2lOyR1T7BJcHapvIDKyQ0Xl { box-sizing:content-box;height:15.9375rem;width:68.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(9,9,11,0.5);background-image:none;top:1.40625rem;left:3.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),0.1);border-left:0.0625rem solid rgba(var(--color-primary-2),0.1);border-right:0.0625rem solid rgba(var(--color-primary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#iclm40GSoU75bIalaIlBza48Ar6uvy3U { box-sizing:content-box;height:15.9375rem;width:4.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:1.75rem;left:3.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#PfO7nTdeUwx6qhTITCACxoZPTwCN69e5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.625rem;top:2.5rem;left:7.79375rem;overflow:hidden;display:block; }
#kOPP9p7zbrJl6caVOCBWmDinS2eVaRey { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.53125rem;left:17.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c1LlkKstIZd2MgvCA1enuRDbhwZ12ZA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:2.4;letter-spacing:0;top:6.4375rem;left:44.6875rem;height:9.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MmK23pFV0RPJ3W2lM5mtAxw48vX9GrCO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:15.625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.5rem;left:8.625rem;display:block; }
#vayIK8SSIJh4zdyTEky1WMRUoS8zctL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eXpC5DDT4KfG7p27BXTQqSRmxelly5Ja { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:6.9375rem;left:42.625rem;overflow:hidden;display:block; }
#eaTzC7LK6Ndwa7AfWX5pPy0kGeGX0Gy3 { color:rgba(var(--color-tertiary-0),0.75);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7rem;left:8.625rem;height:3.9375rem;font-style:normal;display:block; }
#ufOypawxmzDJe0WPpg1UGzICJGFEV4kg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.21875rem;left:42.625rem;overflow:hidden;display:block; }
#LvXJJ07PhJ0ATlQDbFA0ZKQieFc756h0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:11.625rem;left:42.625rem;overflow:hidden;display:block; }
#qOmdzilnWLHs8QDAVHHMQy6VQx99oJoc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:14.0625rem;left:42.625rem;overflow:hidden;display:block; }
#EILytP00GUTJXneIxs7uocLOPGzWEooW { color:rgba(var(--color-tertiary-4),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.25rem;left:3.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HBSGLoh0oz5UVvd93wmrBiBr7e4KGv2O { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:8.21875rem;left:3.59375rem;overflow:hidden;display:block; }
#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 { z-index:;position:relative;display:block; }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 { background-color: transparent; background-image: none; }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 > .row .container > .video-iframe-container { display: none; }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 > .row > .video-iframe-container { display: none; }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 > .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); }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 { border-width: 0; border-radius: 0; }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#GMTANizAbgi9ChSgyttaKxmJBXtWxdzR { box-sizing:content-box;height:22.1875rem;width:68.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(9,9,11,0.5);background-image:none;top:0rem;left:3.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),0.1);border-left:0.0625rem solid rgba(var(--color-primary-2),0.1);border-right:0.0625rem solid rgba(var(--color-primary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#zMTOmvzsDKmdQG7CZQRTEzXIAQMsszof { box-sizing:content-box;height:22.1875rem;width:4.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:0.0625rem;left:3.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rqgQ0SqHlKJchxgcw0LBD4eb3rHoZJiI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.8125rem;top:1.5rem;left:8.625rem;overflow:hidden;display:block; }
#MfpyAyGLl4IULQ9ZL8sZ6Wdn6GM9KXTE { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.84375rem;left:17.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K5WsXWvNSsQvFRubBviBkglKi9Tzg8Ex { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:2.4;letter-spacing:0;top:4.75rem;left:44.6875rem;height:7.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#malPSLc06Hn8tp5gGRzPqPQW6nsRwMwF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:15.625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.1875rem;left:8.625rem;display:block; }
#fHmAehdMETsNvbVwZKuedB6mzksM91UJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCqht9ClRP42zMZ2RP80CFMpyBfGCnWm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:5.25rem;left:42.625rem;overflow:hidden;display:block; }
#t8GAU6QxLzf6ibKwUyJlCKIIErOFB7yq { color:rgba(var(--color-tertiary-0),0.75);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.3125rem;left:8.625rem;height:6.5625rem;font-style:normal;display:block; }
#wyqZeAoD2RtqbKupt15GIOT03KCEk6Gp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:7.53125rem;left:42.625rem;overflow:hidden;display:block; }
#teAZJMHptCaStCwbVd0rTzFEKzKJ559D { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.9375rem;left:42.625rem;overflow:hidden;display:block; }
#vwk8t9vhb9vG9MMTZDh1dUllQVkQJsiK { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.03125rem;left:3.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bdMJ9bzpoZMbivhNu0D9dckT31IebITp { z-index:;position:relative;display:block; }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp { background-color: transparent; background-image: none; }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp > .row .container > .video-iframe-container { display: none; }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp > .row > .video-iframe-container { display: none; }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp > .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); }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp { border-width: 0; border-radius: 0; }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#nFtkPVLcPPGUzCTfr1n1R3I4U4g1RpU4 { box-sizing:content-box;height:18.4375rem;width:68.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(9,9,11,0.5);background-image:none;top:0rem;left:3.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),0.1);border-left:0.0625rem solid rgba(var(--color-primary-2),0.1);border-right:0.0625rem solid rgba(var(--color-primary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EpChhHXt408V745teQWhGB0GAez4XCgo { box-sizing:content-box;height:18.4375rem;width:4.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:0.0625rem;left:3.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#fR6MRlOiUwiAs2cDMSa5vodnTiNqbClJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8.8125rem;top:1.3125rem;left:8.1875rem;overflow:hidden;display:block; }
#GAIwe1zy6T1MaSPs1IT9PJoiGP0TSztt { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.84375rem;left:17.625rem;height:1.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TQBZbWlKKqvRS2Ks0vXb68Dc6osJ1wLe { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:2.4;letter-spacing:0;top:4.75rem;left:44.6875rem;height:9.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IBGkMkM36fUUZH61TLeDymJFFGSZ8mNe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:15.625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.4375rem;left:8.625rem;display:block; }
#dHuD00OEJH7N1dUMMTWTr5QZnu4zmnXK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EL1yCRtB4hnVqe5vL7QJ2TXF6n5w8wXR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:5.25rem;left:42.625rem;overflow:hidden;display:block; }
#lvr0UfaLGs1HTHcvpmUiZygV04oVZq4x { color:rgba(var(--color-tertiary-0),0.75);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.3125rem;left:8.625rem;height:6.5625rem;font-style:normal;display:block; }
#TmZPlFXVsgDxOIwlrASTDzbBwvcpuLsm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:7.53125rem;left:42.625rem;overflow:hidden;display:block; }
#k0s0Gtus536C1LJ03f2BzoQsGdwvAGB5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.9375rem;left:42.625rem;overflow:hidden;display:block; }
#uQkSQprHdJTe5qMuosFIJpCUsn1RqLqH { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.15625rem;left:3.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BPvTmFcQHLi1dxPQaaclq6cDepzTLpZu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:12.4375rem;left:42.625rem;overflow:hidden;display:block; }
#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm { z-index:;position:relative;display:block; }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm { background-color: transparent; background-image: none; }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm > .row .container > .video-iframe-container { display: none; }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm > .row > .video-iframe-container { display: none; }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm > .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); }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm { border-width: 0; border-radius: 0; }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#mNrheAiHVFZZGHCTMgRMdydmzTwVqFqI { box-sizing:content-box;height:19.6875rem;width:68.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(9,9,11,0.5);background-image:none;top:0rem;left:3.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),0.1);border-left:0.0625rem solid rgba(var(--color-primary-2),0.1);border-right:0.0625rem solid rgba(var(--color-primary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#AThDB8qVq2dbQUyd96mS4JJLJaWm2mxq { box-sizing:content-box;height:19.6875rem;width:4.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:0.0625rem;left:3.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QtPCQfKffoykFsmMxX40RVm39FcUk6a7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.8125rem;top:1.5rem;left:8.9999990463256rem;overflow:hidden;display:block; }
#ZP0ROzvIvrUFqBQg8vMLMZH6r0f7cqSu { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.84375rem;left:17.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ziTMsTet2Al8yMkDuE4ze7dgOS7OVV2x { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:2.4;letter-spacing:0;top:4.75rem;left:44.6875rem;height:9.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yBOFMI7oay1StNTLpefU8UKL78RJlLDe { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:15.625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.6875rem;left:8.625rem;display:block; }
#SV4dMamhmeOvroWhr9qxlHI6gizzJ4dp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fsXJGesvO6xSFXnphO0tTZ8aQDuPECpc { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:5.25rem;left:42.625rem;overflow:hidden;display:block; }
#Lw7CpJtCR5UTLFAF1OIU6reZglg4xgel { color:rgba(var(--color-tertiary-0),0.75);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.3125rem;left:8.625rem;height:6.5625rem;font-style:normal;display:block; }
#sIPaBVx0QwWErTJa7TcE58JdJoGwTFi6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:7.53125rem;left:42.625rem;overflow:hidden;display:block; }
#r0LRVJU2HH3sgstmKnW7Dzr5SRREgPdE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.9375rem;left:42.625rem;overflow:hidden;display:block; }
#cemyPEFLROVOk2LJPd7BZH3TS1GAAq0m { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.78125rem;left:3.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo { z-index:;position:relative;display:block; }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo { background-color: transparent; background-image: none; }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo > .row .container > .video-iframe-container { display: none; }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo > .row > .video-iframe-container { display: none; }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo > .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); }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo { border-width: 0; border-radius: 0; }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#wAWD6iN14dC4UwwwThoZqLfkt2T6hDmF { box-sizing:content-box;height:18.4375rem;width:68.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(9,9,11,0.5);background-image:none;top:0rem;left:3.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),0.1);border-left:0.0625rem solid rgba(var(--color-primary-2),0.1);border-right:0.0625rem solid rgba(var(--color-primary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QXJFSyRGEWxiXW0yNC2eepHgBW6dNWHi { box-sizing:content-box;height:18.4375rem;width:4.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:0.0625rem;left:3.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#xWdHfcGnT7sg6JByXEKiUTTLXEiWc0LM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.75rem;top:1.5rem;left:8.625rem;overflow:hidden;display:block; }
#Q9FPN8GDD6KtmWkqlEqo7MGTOm46cb2M { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.84375rem;left:17.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kx5iWPpyKaX6mUNCUBeXIJi56PRrysTT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:2.4;letter-spacing:0;top:4.75rem;left:44.6875rem;height:4.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pAHJ1ckt5K4L7Xb2kK600rccXgSZueFR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:15.625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.4375rem;left:8.625rem;display:block; }
#CT7LxfdLP0luPBx0wBkIIKkGxn63FR5E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HruyAHsE5GqXPdw2Q3DE4aSVOCJOWTee { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:5.25rem;left:42.625rem;overflow:hidden;display:block; }
#CHUCSZGSJbAAtVWUv0gBOnaCOepW4SFv { color:rgba(var(--color-tertiary-0),0.75);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.3125rem;left:8.625rem;height:5.25rem;font-style:normal;display:block; }
#qtzIA215CUH0G1f1n0fTEXBPlvnbZqaZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:7.53125rem;left:42.625rem;overflow:hidden;display:block; }
#xGvzEcnEamuIsApkVRx4UZPznzd8W6lQ { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.15625rem;left:3.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH { z-index:;position:relative;display:block; }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH { background-color: transparent; background-image: none; }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH > .row .container > .video-iframe-container { display: none; }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH > .row > .video-iframe-container { display: none; }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH > .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); }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH { border-width: 0; border-radius: 0; }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#bGaRIUCF9edigwhCIgNIuGFJTVq64EFw { box-sizing:content-box;height:19.6875rem;width:68.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(9,9,11,0.5);background-image:none;top:0rem;left:3.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),0.1);border-left:0.0625rem solid rgba(var(--color-primary-2),0.1);border-right:0.0625rem solid rgba(var(--color-primary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MPV8vaTRo6lxhlNfTcKtTKMLcvh2Uoh4 { box-sizing:content-box;height:19.6875rem;width:4.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:0.0625rem;left:3.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#c2OJTKNyxfWyOtLmi0C1hhSVdMp4LJuT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.8125rem;top:1.5rem;left:8.625rem;overflow:hidden;display:block; }
#UFo3zA4LIHEE2MNi83FRfLKRkf9wPk8q { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.84375rem;left:17.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IxZKkE4hTtedU77LzUR9X2XbdxT1TMFo { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:2.4;letter-spacing:0;top:4.75rem;left:44.6875rem;height:11.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VU6n9bWhQEOIWFTcCIt78spIMzlR3aeP { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:15.625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.6875rem;left:8.625rem;display:block; }
#LgLOHovuEiT0ZPPZmiUpEsBpke2PwknU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LUWM2AeCoDOBkGVpbVHDWqh9TyUUShtO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:5.25rem;left:42.625rem;overflow:hidden;display:block; }
#S0W63svgftOarhfIgnQSRPZ0g4VHfNCC { color:rgba(var(--color-tertiary-0),0.75);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.3125rem;left:8.625rem;height:5.25rem;font-style:normal;display:block; }
#AHyTh2swxxAda7K5RqIU5LTby5X0QPXi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:7.53125rem;left:42.625rem;overflow:hidden;display:block; }
#URXg80xKmFTBQh7Q4v0FAcTo3UrT9lQN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.9375rem;left:42.625rem;overflow:hidden;display:block; }
#hpf7dTz0UxxOlIRVbWT27AqDJHmzoeTg { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.78125rem;left:3.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZcKsiapu5z29lfrvOkU3DxThCnD9QPul { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:12.4375rem;left:42.625rem;overflow:hidden;display:block; }
#atXDiuga3PhuVoZ3VxE9SLIdV4WiPRXZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:14.824999928474rem;left:42.599999427796rem;overflow:hidden;display:block; }
#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH { z-index:;position:relative;display:block; }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH { background-color: transparent; background-image: none; }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH > .row .container > .video-iframe-container { display: none; }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH > .row > .video-iframe-container { display: none; }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH > .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); }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH { border-width: 0; border-radius: 0; }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH > .row .container { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#yczuM1fcpvtISDwvvvJwxPRaPSL5lak3 { box-sizing:content-box;height:18.4375rem;width:68.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(9,9,11,0.5);background-image:none;top:0rem;left:3.0625rem;border-top:0.0625rem solid rgba(var(--color-primary-2),0.1);border-left:0.0625rem solid rgba(var(--color-primary-2),0.1);border-right:0.0625rem solid rgba(var(--color-primary-2),0.1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.1);border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EW8JroWVzsAedTznNkTbXNLFSD170S0V { box-sizing:content-box;height:18.4375rem;width:4.0625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),0.1);background-image:none;top:0.0625rem;left:3.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#MFeLfhGhceedbybKHDQtFcql379VNrLi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.8125rem;top:1.5rem;left:8.625rem;overflow:hidden;display:block; }
#BC3xNKPGsXyRleRod3z5CQB6k4XI36AN { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.84375rem;left:17.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dUa7Dpa00T2VGCR3nOtT0FJURGQgsL2m { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:2.4;letter-spacing:0;top:4.75rem;left:44.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tynac1wnAB6KtzvDW7TQbFv275Ql6kp2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:unbounded;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:15.625rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:13.4375rem;left:8.625rem;display:block; }
#UJXfxMZU0ubUAyPsBlLTnxDn9C5ZThin { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UNJuPblTLvm0unMhO5t5Bxv83Z11bwX9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:5.25rem;left:42.625rem;overflow:hidden;display:block; }
#HnZR1uivDy6pXd8neu3KcibTsQqmDVLG { color:rgba(var(--color-tertiary-0),0.75);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.3125rem;left:8.625rem;height:5.25rem;font-style:normal;display:block; }
#uhDPcFFVwkcaFHVDFg3X3H5Ts01qo3CI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:7.53125rem;left:42.625rem;overflow:hidden;display:block; }
#Je4qHFbgaMEFl5XzDJO00fMfNyS35pTn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.9375rem;left:42.625rem;overflow:hidden;display:block; }
#GnZQUGcgcX7D6viEu7RznBbAkVReTqVc { color:rgba(var(--color-tertiary-0),1);display:block;width:4.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.15625rem;left:3.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKdZyyWdVblP3y4HTrRiJVS48q2BK4fo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:12.4375rem;left:42.625rem;overflow:hidden;display:block; }
#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 { position:relative;display:block; }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 { background-color: transparent; background-image: none; }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 > .row .container > .video-iframe-container { display: none; }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 > .row > .video-iframe-container { display: none; }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 > .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); }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 { border-width: 0; border-radius: 0; }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-2),0.05);background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-primary-2),0.25);border-left:0.0625rem solid rgba(var(--color-primary-2),0.25);border-right:0.0625rem solid rgba(var(--color-primary-2),0.25);border-bottom:0.0625rem solid rgba(var(--color-primary-2),0.25); }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.0625rem;color:rgba(var(--color-tertiary-0),1);height:auto; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);height:auto;font-weight:300;font-style:normal; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .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_c4dd6a6150b4d6e4b622e49642f8aaa252c8e97c.svg");background-size:contain !important; }#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-trigger.adaptive-delivery-prevent-bg, #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-trigger.lazyload, #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-trigger.lazyloading { background-image: none; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc { box-sizing:content-box;height:auto;width:68.75rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:3.15625rem;left:3.125rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #rnUUVA9TVH8XgWxvcvXh2sb3P13T7MOc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #yczN0XvA6WV6C5weUZx5AF9amG1lm7QZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #e8JGpg91FM22SzqtL4l9oNJQSh7RWq89 { display:block;position:relative; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #T8bQWreuRi0aKPgzbgHIUMWVsIUn05bN {  }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #FvwCfuT1D0NzGa05pclSkuHRlJ44crC6 {  }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #ao9cJrBQL6vI8Zz86Kbkv1bRw0SPRlOQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #VhDdcQVXQ2E7WSAT1QrqDNE8cGy4vykS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #dn6MRRahbMEGzi3uwmbkrMi9kfeddJQN { display:block;position:relative; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #dW5mUCs0PhN5ZbzXiNTgMTOTMfuG1WEf {  }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #VLq77PZAiNwGdpsAv7LaAN3IRDqc2mQd { display:none; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #tC3myrU74G5HmoWO5XTM59CIt0O4WNap { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #zBrQD2XS9I0kvvak1QizDkIFzhsOyQ2X { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #mUfbKT8kXiwSctRzfkhTSSIuU5d0inXg { display:block;position:relative; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #q3TTFcVOunKTQp1RtGmZVr34kKi8XXht {  }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #hrUbUpAd47RiHyEsqWwfT8VzTxuwRX3D { display:none; }
#IdSuotdneG7XqAAmizyPh1QfKm3GOltF { position:relative;display:block; }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF { background-color: transparent; background-image: none; }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF > .row .container > .video-iframe-container { display: none; }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF > .row > .video-iframe-container { display: none; }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF > .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); }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF { border-width: 0; border-radius: 0; }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf { display:block; }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npE89oU1ncBTbdNGVlQONQCHQkqMWqOc { top:4.8125rem;left:0rem;width:45.0625rem;height:;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyd671cCZkHkHgdReRFP9NAgJeWiLAZd { top:13.0625rem;left:0rem;width:43.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkFbuaUVuMBMTdR25L1afVp5aWHa6QWT { top:1.8125rem;left:0rem;width:18.75rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIIPXlfD1wsek4pVeN54CTrmHJt3Tz89 { top:3.25rem;left:0rem;width:43.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMAQc67TwOuvIa4WTpOUDe5z6r8PWrQW { top:2rem;left:32.3505859375rem;width:6.5625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCozPOWz5cDXlUT7cO6K8IP8UvTBMLDO { top:11rem;left:38.125rem;width:9.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsNqNaKVDH55ukmapvMd979XrHLOpIr3 { top:13.625rem;left:30rem;width:9.9375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ1bBS5kA22T9oUweNHUsxkvwtT9NgqS { top:-1.9375rem;left:23.8125rem;width:23.5625rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzXEVH0oKTDyXdsXK7TUv6r91Xp9fCeo { top:0rem;left:39.8125rem;width:7.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 { display:block; }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlFM2MvzbkyFRbaWSGzpS9ZrdmrR7FKy { top:7.375rem;left:0rem;width:47.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2aoQJVzoqcuLx77p9OlzuUsAKDJA5h { top:9.6875rem;left:0rem;width:20.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVK0aZy82aNCbV5UxKZMutgPArXkVzM2 { top:7.5625rem;left:13.375rem;width:0.125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIRI3JISWMeHc1XCC1t8zLweUDLEOGJb { top:11.6875rem;left:0rem;width:20.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJGudxzE8fof5fC44PK8VJ9Sko5KZcK1 { top:9.5625rem;left:13.4375rem;width:20.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOz7qHqfl66UWmzwGmLdziREg31FZD5a { top:11.5625rem;left:13.4375rem;width:20.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igent5WAPV9QSG0ScGPgJTGXyLo9WZ3c { top:7.5625rem;left:34rem;width:0.125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y143axbkwlUGF7rOhf5VdyQdTidTvV89 { top:9.5625rem;left:27.125rem;width:20.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbRbczPRhsxwhe3G8wSt777mHfHR207 { top:11.5625rem;left:27.125rem;width:20.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzoiSRDqMQKPXMauKpF4NApXNWs8BI2T { width:18.75rem;height:3.4375rem;top:1.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLCehc1cDr1voVGq4Hx9LA0RHIaByOx { display:block; }
 }@media only screen and (max-width: 763px) { #Sl0HcpGac3TQFDWDSxFGF6RPmAlwSIqm { display:none; }
 }@media only screen and (max-width: 763px) { #hvfhNI92wUOk3KFCpK57wiHClXFRuGHM { display:none; }
 }@media only screen and (max-width: 763px) { #x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi { display:block; }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAOyEqICviAJTi9yqODUNWoz3TDdV1TA { top:2.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQWUow9iO2lOyR1T7BJcHapvIDKyQ0Xl { top:1.375rem;left:0rem;width:47.625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iclm40GSoU75bIalaIlBza48Ar6uvy3U { top:1.75rem;left:0rem;width:4.0625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfO7nTdeUwx6qhTITCACxoZPTwCN69e5 { top:2.5rem;left:0rem;width:9.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOPP9p7zbrJl6caVOCBWmDinS2eVaRey { top:3.5rem;left:1.1875rem;width:46.5625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1LlkKstIZd2MgvCA1enuRDbhwZ12ZA1 { top:6.4375rem;left:22.375rem;width:25.375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmK23pFV0RPJ3W2lM5mtAxw48vX9GrCO { width:15.625rem;height:3.375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vayIK8SSIJh4zdyTEky1WMRUoS8zctL8 { display:block; }
 }@media only screen and (max-width: 763px) { #eXpC5DDT4KfG7p27BXTQqSRmxelly5Ja { top:6.9375rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaTzC7LK6Ndwa7AfWX5pPy0kGeGX0Gy3 { top:7rem;left:0rem;width:30.3125rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufOypawxmzDJe0WPpg1UGzICJGFEV4kg { top:9.1875rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXJJ07PhJ0ATlQDbFA0ZKQieFc756h0 { top:11.625rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmdzilnWLHs8QDAVHHMQy6VQx99oJoc { top:14.0625rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILytP00GUTJXneIxs7uocLOPGzWEooW { top:8.25rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBSGLoh0oz5UVvd93wmrBiBr7e4KGv2O { top:8.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 { display:block; }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMTANizAbgi9ChSgyttaKxmJBXtWxdzR { top:0rem;left:0rem;width:47.625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTOmvzsDKmdQG7CZQRTEzXIAQMsszof { top:0.0625rem;left:0rem;width:4.0625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqgQ0SqHlKJchxgcw0LBD4eb3rHoZJiI { top:1.5rem;left:0rem;width:7.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfpyAyGLl4IULQ9ZL8sZ6Wdn6GM9KXTE { top:1.8125rem;left:1.1875rem;width:46.5625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5WsXWvNSsQvFRubBviBkglKi9Tzg8Ex { top:4.75rem;left:22.375rem;width:25.375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #malPSLc06Hn8tp5gGRzPqPQW6nsRwMwF { width:15.625rem;height:3.375rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHmAehdMETsNvbVwZKuedB6mzksM91UJ { display:block; }
 }@media only screen and (max-width: 763px) { #yCqht9ClRP42zMZ2RP80CFMpyBfGCnWm { top:5.25rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8GAU6QxLzf6ibKwUyJlCKIIErOFB7yq { top:5.3125rem;left:0rem;width:30.3125rem;height:9.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyqZeAoD2RtqbKupt15GIOT03KCEk6Gp { top:7.5rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #teAZJMHptCaStCwbVd0rTzFEKzKJ559D { top:9.9375rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwk8t9vhb9vG9MMTZDh1dUllQVkQJsiK { top:10rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdMJ9bzpoZMbivhNu0D9dckT31IebITp { display:block; }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFtkPVLcPPGUzCTfr1n1R3I4U4g1RpU4 { top:0rem;left:0rem;width:47.625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpChhHXt408V745teQWhGB0GAez4XCgo { top:0.0625rem;left:0rem;width:4.0625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR6MRlOiUwiAs2cDMSa5vodnTiNqbClJ { top:1.3125rem;left:0rem;width:8.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAIwe1zy6T1MaSPs1IT9PJoiGP0TSztt { top:1.8125rem;left:1.1875rem;width:46.5625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBZbWlKKqvRS2Ks0vXb68Dc6osJ1wLe { top:4.75rem;left:22.375rem;width:25.375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBGkMkM36fUUZH61TLeDymJFFGSZ8mNe { width:15.625rem;height:3.375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHuD00OEJH7N1dUMMTWTr5QZnu4zmnXK { display:block; }
 }@media only screen and (max-width: 763px) { #EL1yCRtB4hnVqe5vL7QJ2TXF6n5w8wXR { top:5.25rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvr0UfaLGs1HTHcvpmUiZygV04oVZq4x { top:5.3125rem;left:0rem;width:30.3125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZPlFXVsgDxOIwlrASTDzbBwvcpuLsm { top:7.5rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0s0Gtus536C1LJ03f2BzoQsGdwvAGB5 { top:9.9375rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQkSQprHdJTe5qMuosFIJpCUsn1RqLqH { top:8.125rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPvTmFcQHLi1dxPQaaclq6cDepzTLpZu { top:12.4375rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm { display:block; }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNrheAiHVFZZGHCTMgRMdydmzTwVqFqI { top:0rem;left:0rem;width:47.625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AThDB8qVq2dbQUyd96mS4JJLJaWm2mxq { top:0.0625rem;left:0rem;width:4.0625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtPCQfKffoykFsmMxX40RVm39FcUk6a7 { top:1.5rem;left:0rem;width:7.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP0ROzvIvrUFqBQg8vMLMZH6r0f7cqSu { top:1.8125rem;left:1.1875rem;width:46.5625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziTMsTet2Al8yMkDuE4ze7dgOS7OVV2x { top:4.75rem;left:22.375rem;width:25.375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBOFMI7oay1StNTLpefU8UKL78RJlLDe { width:15.625rem;height:3.375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV4dMamhmeOvroWhr9qxlHI6gizzJ4dp { display:block; }
 }@media only screen and (max-width: 763px) { #fsXJGesvO6xSFXnphO0tTZ8aQDuPECpc { top:5.25rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7CpJtCR5UTLFAF1OIU6reZglg4xgel { top:5.3125rem;left:0rem;width:30.3125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIPaBVx0QwWErTJa7TcE58JdJoGwTFi6 { top:7.5rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0LRVJU2HH3sgstmKnW7Dzr5SRREgPdE { top:9.9375rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cemyPEFLROVOk2LJPd7BZH3TS1GAAq0m { top:8.75rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo { display:block; }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAWD6iN14dC4UwwwThoZqLfkt2T6hDmF { top:0rem;left:0rem;width:47.625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXJFSyRGEWxiXW0yNC2eepHgBW6dNWHi { top:0.0625rem;left:0rem;width:4.0625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWdHfcGnT7sg6JByXEKiUTTLXEiWc0LM { top:1.5rem;left:0rem;width:7.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9FPN8GDD6KtmWkqlEqo7MGTOm46cb2M { top:1.8125rem;left:1.1875rem;width:46.5625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx5iWPpyKaX6mUNCUBeXIJi56PRrysTT { top:4.75rem;left:22.375rem;width:25.375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAHJ1ckt5K4L7Xb2kK600rccXgSZueFR { width:15.625rem;height:3.375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7LxfdLP0luPBx0wBkIIKkGxn63FR5E { display:block; }
 }@media only screen and (max-width: 763px) { #HruyAHsE5GqXPdw2Q3DE4aSVOCJOWTee { top:5.25rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHUCSZGSJbAAtVWUv0gBOnaCOepW4SFv { top:5.3125rem;left:0rem;width:30.3125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtzIA215CUH0G1f1n0fTEXBPlvnbZqaZ { top:7.5rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGvzEcnEamuIsApkVRx4UZPznzd8W6lQ { top:8.125rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH { display:block; }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGaRIUCF9edigwhCIgNIuGFJTVq64EFw { top:0rem;left:0rem;width:47.625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPV8vaTRo6lxhlNfTcKtTKMLcvh2Uoh4 { top:0.0625rem;left:0rem;width:4.0625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2OJTKNyxfWyOtLmi0C1hhSVdMp4LJuT { top:1.5rem;left:0rem;width:7.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFo3zA4LIHEE2MNi83FRfLKRkf9wPk8q { top:1.8125rem;left:1.1875rem;width:46.5625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxZKkE4hTtedU77LzUR9X2XbdxT1TMFo { top:4.75rem;left:22.375rem;width:25.375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU6n9bWhQEOIWFTcCIt78spIMzlR3aeP { width:15.625rem;height:3.375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgLOHovuEiT0ZPPZmiUpEsBpke2PwknU { display:block; }
 }@media only screen and (max-width: 763px) { #LUWM2AeCoDOBkGVpbVHDWqh9TyUUShtO { top:5.25rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0W63svgftOarhfIgnQSRPZ0g4VHfNCC { top:5.3125rem;left:0rem;width:30.3125rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHyTh2swxxAda7K5RqIU5LTby5X0QPXi { top:7.5rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URXg80xKmFTBQh7Q4v0FAcTo3UrT9lQN { top:9.9375rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpf7dTz0UxxOlIRVbWT27AqDJHmzoeTg { top:8.75rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcKsiapu5z29lfrvOkU3DxThCnD9QPul { top:12.4375rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #atXDiuga3PhuVoZ3VxE9SLIdV4WiPRXZ { top:14.8125rem;left:28.974999427796rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH { display:block; }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yczuM1fcpvtISDwvvvJwxPRaPSL5lak3 { top:0rem;left:0rem;width:47.625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW8JroWVzsAedTznNkTbXNLFSD170S0V { top:0.0625rem;left:0rem;width:4.0625rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFeLfhGhceedbybKHDQtFcql379VNrLi { top:1.5rem;left:0rem;width:7.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC3xNKPGsXyRleRod3z5CQB6k4XI36AN { top:1.8125rem;left:1.1875rem;width:46.5625rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUa7Dpa00T2VGCR3nOtT0FJURGQgsL2m { top:4.75rem;left:22.375rem;width:25.375rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tynac1wnAB6KtzvDW7TQbFv275Ql6kp2 { width:15.625rem;height:3.375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJXfxMZU0ubUAyPsBlLTnxDn9C5ZThin { display:block; }
 }@media only screen and (max-width: 763px) { #UNJuPblTLvm0unMhO5t5Bxv83Z11bwX9 { top:5.25rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnZR1uivDy6pXd8neu3KcibTsQqmDVLG { top:5.3125rem;left:0rem;width:30.3125rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhDPcFFVwkcaFHVDFg3X3H5Ts01qo3CI { top:7.5rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je4qHFbgaMEFl5XzDJO00fMfNyS35pTn { top:9.9375rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnZQUGcgcX7D6viEu7RznBbAkVReTqVc { top:8.125rem;left:0rem;width:4.125rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKdZyyWdVblP3y4HTrRiJVS48q2BK4fo { top:12.4375rem;left:29rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 { display:block; }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc { display:flex;height:auto;width:47.75rem;top:1.625rem;left:0rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #rnUUVA9TVH8XgWxvcvXh2sb3P13T7MOc {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #yczN0XvA6WV6C5weUZx5AF9amG1lm7QZ {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #e8JGpg91FM22SzqtL4l9oNJQSh7RWq89 {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #T8bQWreuRi0aKPgzbgHIUMWVsIUn05bN {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #FvwCfuT1D0NzGa05pclSkuHRlJ44crC6 {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #ao9cJrBQL6vI8Zz86Kbkv1bRw0SPRlOQ {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #VhDdcQVXQ2E7WSAT1QrqDNE8cGy4vykS {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #dn6MRRahbMEGzi3uwmbkrMi9kfeddJQN {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #dW5mUCs0PhN5ZbzXiNTgMTOTMfuG1WEf {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #VLq77PZAiNwGdpsAv7LaAN3IRDqc2mQd {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #tC3myrU74G5HmoWO5XTM59CIt0O4WNap {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #zBrQD2XS9I0kvvak1QizDkIFzhsOyQ2X {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #mUfbKT8kXiwSctRzfkhTSSIuU5d0inXg {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #q3TTFcVOunKTQp1RtGmZVr34kKi8XXht {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #hrUbUpAd47RiHyEsqWwfT8VzTxuwRX3D {  }
 }@media only screen and (max-width: 763px) { #IdSuotdneG7XqAAmizyPh1QfKm3GOltF { display:block; }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf { display:block; }#a0lBdTZeONpTrI3t91d4WJSgPGvoDBmf > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npE89oU1ncBTbdNGVlQONQCHQkqMWqOc { width:20rem;height:4.7109375rem;top:6.25rem;left:0rem;font-size:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hyd671cCZkHkHgdReRFP9NAgJeWiLAZd { width:20rem;height:2.925rem;top:11.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lkFbuaUVuMBMTdR25L1afVp5aWHa6QWT { width:18.75rem;height:0.975rem;top:2.8125rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIIPXlfD1wsek4pVeN54CTrmHJt3Tz89 { width:20rem;height:1.4625rem;top:4.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMAQc67TwOuvIa4WTpOUDe5z6r8PWrQW { width:5.9375rem;height:3.9375rem;top:16.28125rem;left:1.7858455882353rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCozPOWz5cDXlUT7cO6K8IP8UvTBMLDO { width:8.3125rem;height:4.25rem;top:18.21875rem;left:11.592948717949rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsNqNaKVDH55ukmapvMd979XrHLOpIr3 { width:7.5625rem;height:4.25rem;top:29.21875rem;left:0.97265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ1bBS5kA22T9oUweNHUsxkvwtT9NgqS { width:16.1875rem;height:16.1875rem;top:16.96875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzXEVH0oKTDyXdsXK7TUv6r91Xp9fCeo { width:4.375rem;height:1.25rem;top:0.75rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 { display:block; }#uWNn5zA0fR2dxz4BcghvLPy0rcrW6ei3 > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlFM2MvzbkyFRbaWSGzpS9ZrdmrR7FKy { width:19.75rem;height:18.75rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #br2aoQJVzoqcuLx77p9OlzuUsAKDJA5h { width:20rem;height:1.4625rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVK0aZy82aNCbV5UxKZMutgPArXkVzM2 { width:0.125rem;height:7.0625rem;top:12.625rem;left:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIRI3JISWMeHc1XCC1t8zLweUDLEOGJb { width:20rem;height:1.1378875rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJGudxzE8fof5fC44PK8VJ9Sko5KZcK1 { width:20rem;height:1.4625rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOz7qHqfl66UWmzwGmLdziREg31FZD5a { width:20rem;height:1.1378875rem;top:17.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igent5WAPV9QSG0ScGPgJTGXyLo9WZ3c { width:0.125rem;height:7.0625rem;top:11.375rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y143axbkwlUGF7rOhf5VdyQdTidTvV89 { width:20rem;height:1.4625rem;top:22rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNbRbczPRhsxwhe3G8wSt777mHfHR207 { width:20rem;height:1.1378875rem;top:24rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzoiSRDqMQKPXMauKpF4NApXNWs8BI2T { width:20rem;height:3.4375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrLCehc1cDr1voVGq4Hx9LA0RHIaByOx { display:block; }
 }@media only screen and (max-width: 763px) { #Sl0HcpGac3TQFDWDSxFGF6RPmAlwSIqm { top:14.1875rem;left:0.0625rem;width:19.875rem;height:0.0625rem;z-index:15009;background-color:#1b2e24;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hvfhNI92wUOk3KFCpK57wiHClXFRuGHM { top:20.4375rem;left:0.125rem;width:19.875rem;height:0.0625rem;z-index:15010;background-color:#1b2e24;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi { display:block; }#x6MZR4CWakenAQVWXuZcm9OgvUpEQuIi > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAOyEqICviAJTi9yqODUNWoz3TDdV1TA { width:20rem;height:1.7859375rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQWUow9iO2lOyR1T7BJcHapvIDKyQ0Xl { width:19.875rem;height:22.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iclm40GSoU75bIalaIlBza48Ar6uvy3U { width:2.5rem;height:22.5625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfO7nTdeUwx6qhTITCACxoZPTwCN69e5 { width:5.0625rem;height:1.6875rem;top:2.375rem;left:3.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kOPP9p7zbrJl6caVOCBWmDinS2eVaRey { width:10.25rem;height:2.109375rem;top:2.34375rem;left:9.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1LlkKstIZd2MgvCA1enuRDbhwZ12ZA1 { width:14.5rem;height:6.8765625rem;top:11.875rem;left:5.0625rem;font-size:0.6875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #MmK23pFV0RPJ3W2lM5mtAxw48vX9GrCO { width:15.25rem;height:3.125rem;top:19.625rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vayIK8SSIJh4zdyTEky1WMRUoS8zctL8 { display:block; }
 }@media only screen and (max-width: 763px) { #eXpC5DDT4KfG7p27BXTQqSRmxelly5Ja { width:1rem;height:1rem;top:12.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaTzC7LK6Ndwa7AfWX5pPy0kGeGX0Gy3 { width:15.4375rem;height:5.625rem;top:5.75rem;left:3.5000000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufOypawxmzDJe0WPpg1UGzICJGFEV4kg { width:1rem;height:1rem;top:13.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXJJ07PhJ0ATlQDbFA0ZKQieFc756h0 { width:1rem;height:1rem;top:15.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOmdzilnWLHs8QDAVHHMQy6VQx99oJoc { width:1rem;height:1rem;top:17.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILytP00GUTJXneIxs7uocLOPGzWEooW { width:2.5rem;height:1.7859375rem;top:10.34375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBSGLoh0oz5UVvd93wmrBiBr7e4KGv2O { width:2.25rem;height:2.25rem;top:10.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 { display:block; }#gV2M4sTcwOdhPSZrS7hq04CMGeUaKMP7 > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMTANizAbgi9ChSgyttaKxmJBXtWxdzR { width:19.875rem;height:31.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMTOmvzsDKmdQG7CZQRTEzXIAQMsszof { width:2.5rem;height:31.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqgQ0SqHlKJchxgcw0LBD4eb3rHoZJiI { width:5.3125rem;height:1.75rem;top:2.46875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfpyAyGLl4IULQ9ZL8sZ6Wdn6GM9KXTE { width:10.25rem;height:2.109375rem;top:2.40625rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5WsXWvNSsQvFRubBviBkglKi9Tzg8Ex { width:14.5rem;height:6.8765625rem;top:20.75rem;left:5rem;font-size:0.6875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #malPSLc06Hn8tp5gGRzPqPQW6nsRwMwF { width:15.25rem;height:3.125rem;top:28.6875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHmAehdMETsNvbVwZKuedB6mzksM91UJ { display:block; }
 }@media only screen and (max-width: 763px) { #yCqht9ClRP42zMZ2RP80CFMpyBfGCnWm { width:1rem;height:1rem;top:21.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8GAU6QxLzf6ibKwUyJlCKIIErOFB7yq { width:15.4375rem;height:11.25rem;top:5.9996032714844rem;left:3.4371090531349rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyqZeAoD2RtqbKupt15GIOT03KCEk6Gp { width:1rem;height:1rem;top:22.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #teAZJMHptCaStCwbVd0rTzFEKzKJ559D { width:1rem;height:1rem;top:24.4375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwk8t9vhb9vG9MMTZDh1dUllQVkQJsiK { width:2.5rem;height:1.95rem;top:15.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdMJ9bzpoZMbivhNu0D9dckT31IebITp { display:block; }#bdMJ9bzpoZMbivhNu0D9dckT31IebITp > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFtkPVLcPPGUzCTfr1n1R3I4U4g1RpU4 { width:19.875rem;height:25.8125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpChhHXt408V745teQWhGB0GAez4XCgo { width:2.5rem;height:25.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR6MRlOiUwiAs2cDMSa5vodnTiNqbClJ { width:5.0625rem;height:1.6875rem;top:2.46875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAIwe1zy6T1MaSPs1IT9PJoiGP0TSztt { width:10.25rem;height:2.109375rem;top:2.40625rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQBZbWlKKqvRS2Ks0vXb68Dc6osJ1wLe { width:14.5rem;height:6.8765625rem;top:15rem;left:5rem;font-size:0.6875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #IBGkMkM36fUUZH61TLeDymJFFGSZ8mNe { width:15.25rem;height:3.125rem;top:22.9375rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHuD00OEJH7N1dUMMTWTr5QZnu4zmnXK { display:block; }
 }@media only screen and (max-width: 763px) { #EL1yCRtB4hnVqe5vL7QJ2TXF6n5w8wXR { width:1rem;height:1rem;top:15.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvr0UfaLGs1HTHcvpmUiZygV04oVZq4x { width:15.4375rem;height:7.875rem;top:5.75rem;left:3.4375000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZPlFXVsgDxOIwlrASTDzbBwvcpuLsm { width:1rem;height:1rem;top:17rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0s0Gtus536C1LJ03f2BzoQsGdwvAGB5 { width:1rem;height:1rem;top:18.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQkSQprHdJTe5qMuosFIJpCUsn1RqLqH { width:2.5rem;height:1.95rem;top:13.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPvTmFcQHLi1dxPQaaclq6cDepzTLpZu { width:1rem;height:1rem;top:20.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm { display:block; }#xpJs7hrHXzS9mSnWZlfBQCByb7cKXJWm > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNrheAiHVFZZGHCTMgRMdydmzTwVqFqI { width:19.875rem;height:26.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AThDB8qVq2dbQUyd96mS4JJLJaWm2mxq { width:2.5rem;height:26.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtPCQfKffoykFsmMxX40RVm39FcUk6a7 { width:5.3125rem;height:1.5625rem;top:2.46875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP0ROzvIvrUFqBQg8vMLMZH6r0f7cqSu { width:10.25rem;height:2.109375rem;top:2.40625rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziTMsTet2Al8yMkDuE4ze7dgOS7OVV2x { width:14.5rem;height:6.8765625rem;top:17.5rem;left:5rem;font-size:0.6875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #yBOFMI7oay1StNTLpefU8UKL78RJlLDe { width:15.25rem;height:3.125rem;top:23.6875rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV4dMamhmeOvroWhr9qxlHI6gizzJ4dp { display:block; }
 }@media only screen and (max-width: 763px) { #fsXJGesvO6xSFXnphO0tTZ8aQDuPECpc { width:1rem;height:1rem;top:17.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7CpJtCR5UTLFAF1OIU6reZglg4xgel { width:15.4375rem;height:9rem;top:6.3125002384187rem;left:3.4375000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIPaBVx0QwWErTJa7TcE58JdJoGwTFi6 { width:1rem;height:1rem;top:19.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0LRVJU2HH3sgstmKnW7Dzr5SRREgPdE { width:1rem;height:1rem;top:21.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cemyPEFLROVOk2LJPd7BZH3TS1GAAq0m { width:2.5rem;height:1.95rem;top:13.28125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo { display:block; }#Ni2yq7ZBsGLyG3hBJufkkgVg25mmO8Vo > .row .container { width:20rem;height:23.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wAWD6iN14dC4UwwwThoZqLfkt2T6hDmF { width:19.875rem;height:22.375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXJFSyRGEWxiXW0yNC2eepHgBW6dNWHi { width:2.5rem;height:22.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWdHfcGnT7sg6JByXEKiUTTLXEiWc0LM { width:5.0625rem;height:1.6875rem;top:2.46875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9FPN8GDD6KtmWkqlEqo7MGTOm46cb2M { width:10.25rem;height:2.109375rem;top:2.40625rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx5iWPpyKaX6mUNCUBeXIJi56PRrysTT { width:14.5rem;height:3.43828125rem;top:15.3125rem;left:5rem;font-size:0.6875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #pAHJ1ckt5K4L7Xb2kK600rccXgSZueFR { width:15.25rem;height:3.125rem;top:19.625rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7LxfdLP0luPBx0wBkIIKkGxn63FR5E { display:block; }
 }@media only screen and (max-width: 763px) { #HruyAHsE5GqXPdw2Q3DE4aSVOCJOWTee { width:1rem;height:1rem;top:15.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHUCSZGSJbAAtVWUv0gBOnaCOepW4SFv { width:15.4375rem;height:9rem;top:5.125rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtzIA215CUH0G1f1n0fTEXBPlvnbZqaZ { width:1rem;height:1rem;top:17.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGvzEcnEamuIsApkVRx4UZPznzd8W6lQ { width:2.5rem;height:1.95rem;top:11.59375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH { display:block; }#CRV4Aiw2LLkUsizqZIaCEpFSds18MmuH > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGaRIUCF9edigwhCIgNIuGFJTVq64EFw { width:19.875rem;height:28.3125rem;top:3.5624998807907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPV8vaTRo6lxhlNfTcKtTKMLcvh2Uoh4 { width:2.5rem;height:30.625rem;top:1.3749998807907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2OJTKNyxfWyOtLmi0C1hhSVdMp4LJuT { width:5.3125rem;height:1.75rem;top:2.46875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFo3zA4LIHEE2MNi83FRfLKRkf9wPk8q { width:10.25rem;height:1.0546875rem;top:2.40625rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxZKkE4hTtedU77LzUR9X2XbdxT1TMFo { width:14.5rem;height:10.3148125rem;top:16.8125rem;left:5rem;font-size:0.6875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #VU6n9bWhQEOIWFTcCIt78spIMzlR3aeP { width:15.25rem;height:3.125rem;top:27.6875rem;left:3.673828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgLOHovuEiT0ZPPZmiUpEsBpke2PwknU { display:block; }
 }@media only screen and (max-width: 763px) { #LUWM2AeCoDOBkGVpbVHDWqh9TyUUShtO { width:1rem;height:1rem;top:17.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0W63svgftOarhfIgnQSRPZ0g4VHfNCC { width:15.4375rem;height:9rem;top:6.0000038146972rem;left:3.4375002980233rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHyTh2swxxAda7K5RqIU5LTby5X0QPXi { width:1rem;height:1rem;top:18.8125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URXg80xKmFTBQh7Q4v0FAcTo3UrT9lQN { width:1rem;height:1rem;top:20.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpf7dTz0UxxOlIRVbWT27AqDJHmzoeTg { width:2.5rem;height:1.95rem;top:13.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcKsiapu5z29lfrvOkU3DxThCnD9QPul { width:1rem;height:1rem;top:22.1875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atXDiuga3PhuVoZ3VxE9SLIdV4WiPRXZ { width:1rem;height:1rem;top:23.7998046875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH { display:block; }#D2sJQXFyK2TaK1o01ZlTrANNwrEA81SH > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yczuM1fcpvtISDwvvvJwxPRaPSL5lak3 { width:19.875rem;height:25.8125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW8JroWVzsAedTznNkTbXNLFSD170S0V { width:2.5rem;height:25.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFeLfhGhceedbybKHDQtFcql379VNrLi { width:5.3125rem;height:1.75rem;top:2.46875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC3xNKPGsXyRleRod3z5CQB6k4XI36AN { width:10.25rem;height:2.109375rem;top:2.40625rem;left:9.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUa7Dpa00T2VGCR3nOtT0FJURGQgsL2m { width:14.5rem;height:6.8765625rem;top:15rem;left:5rem;font-size:0.6875rem;line-height:2.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tynac1wnAB6KtzvDW7TQbFv275Ql6kp2 { width:15.25rem;height:3.125rem;top:22.9375rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJXfxMZU0ubUAyPsBlLTnxDn9C5ZThin { display:block; }
 }@media only screen and (max-width: 763px) { #UNJuPblTLvm0unMhO5t5Bxv83Z11bwX9 { width:1rem;height:1rem;top:15.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnZR1uivDy6pXd8neu3KcibTsQqmDVLG { width:15.4375rem;height:9rem;top:5.125rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhDPcFFVwkcaFHVDFg3X3H5Ts01qo3CI { width:1rem;height:1rem;top:17rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je4qHFbgaMEFl5XzDJO00fMfNyS35pTn { width:1rem;height:1rem;top:18.6875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnZQUGcgcX7D6viEu7RznBbAkVReTqVc { width:2.5rem;height:1.95rem;top:13.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKdZyyWdVblP3y4HTrRiJVS48q2BK4fo { width:1rem;height:1rem;top:20.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 { display:block; }#xAu9hWTEJufm9INKUZ0ThmdgUAJsMlN4 > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-heading-text { font-size:0.9375rem;height:auto;line-height:1.4;overflow:hidden; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-desc-text { font-size:0.6875rem;height:auto; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc { display:flex;height:auto;width:19.9991875rem;top:1.5rem;left:0rem;gap:0.9375rem; }
#i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #rnUUVA9TVH8XgWxvcvXh2sb3P13T7MOc {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #yczN0XvA6WV6C5weUZx5AF9amG1lm7QZ {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #e8JGpg91FM22SzqtL4l9oNJQSh7RWq89 {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #T8bQWreuRi0aKPgzbgHIUMWVsIUn05bN {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #FvwCfuT1D0NzGa05pclSkuHRlJ44crC6 {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #ao9cJrBQL6vI8Zz86Kbkv1bRw0SPRlOQ {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #VhDdcQVXQ2E7WSAT1QrqDNE8cGy4vykS {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #dn6MRRahbMEGzi3uwmbkrMi9kfeddJQN {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #dW5mUCs0PhN5ZbzXiNTgMTOTMfuG1WEf {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #VLq77PZAiNwGdpsAv7LaAN3IRDqc2mQd {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #tC3myrU74G5HmoWO5XTM59CIt0O4WNap {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #zBrQD2XS9I0kvvak1QizDkIFzhsOyQ2X {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #mUfbKT8kXiwSctRzfkhTSSIuU5d0inXg {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #q3TTFcVOunKTQp1RtGmZVr34kKi8XXht {  }
 }@media only screen and (max-width: 763px) { #i4RuRRhtHwg2kN6WdDSKNarQgSMr0KDc #hrUbUpAd47RiHyEsqWwfT8VzTxuwRX3D {  }
 }@media only screen and (max-width: 763px) { #IdSuotdneG7XqAAmizyPh1QfKm3GOltF { display:block; }#IdSuotdneG7XqAAmizyPh1QfKm3GOltF > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }