.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,226,235;--color-primary-1:163,169,196;--color-primary-2:102,112,156;--color-primary-3:64,76,131;--color-primary-4:33,32,96;--color-secondary-0:214,239,247;--color-secondary-1:133,206,230;--color-secondary-2:51,173,213;--color-secondary-3:0,153,202;--color-secondary-4:3,152,158;--color-tertiary-0:226,228,236;--color-tertiary-1:160,166,193;--color-tertiary-2:64,76,131;--color-tertiary-3:32,38,66;--color-tertiary-4:10,11,20;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { position:relative;display:block; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { background-color: transparent; background-image: none; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container > .video-iframe-container { display: none; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row > .video-iframe-container { display: none; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .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); }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { border-width: 0; border-radius: 0; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .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; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #8b8686;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4.7734375rem;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; }#JERp8z2kFOIbB3S6BLNU9ocSJASf4i9d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3745125rem;height:2.2485375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:60.6875rem;display:block; }
#y5gtvl4bCPg2w10TwOvW5RAmqKC0rsrf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gDHMSlGdaMObxbOWxx3MSHkPGPQovOhk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.187rem;height:2.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:66.8125rem;display:block; }
#bFAzcpqBNZQtV7iLqU2mCZ41UfKXgMpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cchSLsN8Uk49zMb3KnpvidxPXg0w2trH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3745125rem;height:2.2485375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:47.0625rem;display:block; }
#hSq6WhbetNB7kAQbGbHGa6kKfiekdWw6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBlKsKVm9yu4BQkMkk5PPl8Q7FNzsfuZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#GKm3epXMiLn5gKyAZLGXEkTFDHMSoEcg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3745125rem;height:2.2485375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.25rem;left:53.875rem;display:block; }
#mChci62cfV2NfwIFxKCtRvACSLSUgVHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row .container { background-color: transparent; background-image: none; }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row .container > .video-iframe-container { display: none; }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row > .video-iframe-container { display: none; }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .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); }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row .container { border-width: 0; border-radius: 0; }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.3125rem;width:75rem;position:relative;display:block; }#Zb2MgW6JiHyy7KxTdw66FllPhDi7NKqX { color:#130213;display:block;width:59.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:3.74853515625rem;left:0rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lEqfNpgWpmGTahdsZ0nixW0RsnIhaQ21 { color:#000000;display:block;width:62.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:46.623046875rem;left:0rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MDMUfACsNaZghTacKItyWiHbiIb7o2Xo { box-sizing:content-box;height:2.43713125rem;width:11.812125rem;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:10.875rem;left:63.25rem;display:block; }
#FX1iJcQw7I5OZm7rvhFJvq5mXzcMgULg { color:rgba(var(--color-tertiary-2),1);display:block;width:6.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:18rem;left:65.8759765625rem;height:2.69921875rem;text-align:right;text-align-last:right;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; }
#RUPcutmST8EIcKgv8HXVuhv1t1Pw0oZO { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:17.4375rem;left:41.5rem;height:1.9494625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ph4KiSKR0ffsfQofpOh8UOpO1ET7MlEL { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:11.3125rem;left:63.375rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pISPXNLTzl84q3tpSCnwwoicgilsCrgk { box-sizing:content-box;height:32.8125rem;width:36.1875rem;position:absolute;display:block;z-index:14995;background-color:#ffffff;background-image:none;top:12.0625rem;left:38.6875rem;border-top:0.0625rem solid #894df8;border-left:0.0625rem solid #894df8;border-right:0.0625rem solid #894df8;border-bottom:0.0625rem solid #894df8;box-shadow: none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Wx2I61IsbPv3wbSHTBEHUO8yFTiPWaDD { box-sizing:content-box;height:0.0625rem;width:14.8125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.4375rem;left:39.375rem;display:block; }
#TN4fNCnZRfkRfJv0NpHOTIt0SbVVdlAS { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:26.9375rem;left:41.5rem;height:7.8955rem;font-style:normal;display:block; }#TN4fNCnZRfkRfJv0NpHOTIt0SbVVdlAS li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#TN4fNCnZRfkRfJv0NpHOTIt0SbVVdlAS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_09f5e9a69facd1864aa435186046185ba70a4652.svg); }
#bdES2CF03E8w6Ib9o7JExWaOFOq1c9OW { color:#000000;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:24.3125rem;left:3.125rem;height:14.941375rem;font-style:normal;display:block; }#bdES2CF03E8w6Ib9o7JExWaOFOq1c9OW li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#bdES2CF03E8w6Ib9o7JExWaOFOq1c9OW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440250aed33b9fbdca1774e5818dffa7654b19eb.svg); }
#Nfb7rtuxtoptEhRAbND5f5EiXECimKK7 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:18rem;left:28.375rem;height:2.69921875rem;text-align:right;text-align-last:right;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; }
#TwQ4mGoBuXiACXPOeRdmzwHDiBvoGFpA { color:rgba(var(--color-tertiary-2),1);display:block;width:5.24963125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:21.375rem;left:29.8125rem;height:1.19921875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LvBEa9Zx5Dm1mpyfWe4FhQ9bRJC9NBIp { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:17.375rem;left:3.125rem;height:1.94970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JcvmhGOODPxEq3lT4rRmRVJyUvFPJMNS { box-sizing:content-box;height:0.0625rem;width:14.8125rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.375rem;left:1rem;display:block; }
#rRIGIDQi3gmCztHC7qnwwlVG8GJsTh1I { color:#000000;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:24.625rem;left:41.5rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d9W5LXfovo7StmXxoiShM0SqPfde9gKm { box-sizing:content-box;height:33.0625rem;width:35.625rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:11.875rem;left:0.9375rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);box-shadow: none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#cGwRhfEJ0GXLmhXpNaAsGc0TVdcQbcyG { color:#130213;display:block;width:73.249375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8.3740234375rem;left:0rem;height:1.3501rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JmfgHvMqVCD242ymEoxIqV6vIeEVmG1Q { color:rgba(var(--color-tertiary-2),1);display:block;width:5.249025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:20.4375rem;left:67.9375rem;height:1.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#B3Zh2bhtfNnapcq6NMPLoIQl64aCFHww { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8730625rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:40.25rem;left:3.125rem;display:block; }
#ZGZP9iIEinTg6k16wtkoslRWka4ekA6B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#inUPg50gHqlQ0ySC2dzxL3Ba9M5cf0ez { background-color:#894df8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8730625rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:40.25rem;left:41.5rem;display:block; }
#AXmPvgcqdrWQiHD1Ne8CXFepZnlCIqar { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z51WTeDMxChvkmEXdxdEMrCMKCQEcmXn { color:#a21616;display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:16.1875rem;left:28.375rem;height:1.72485625rem;text-align:right;text-align-last:right;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; }
#zr78hJlDtSL4P8v5erDStRyRxBGrIfPK { color:#a21616;display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:16.2744140625rem;left:65.8427734375rem;height:1.72485625rem;text-align:right;text-align-last:right;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; }
#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row .container { background-color: transparent; background-image: none; }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row .container > .video-iframe-container { display: none; }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row > .video-iframe-container { display: none; }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .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); }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row .container { border-width: 0; border-radius: 0; }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:48.8125rem;width:75rem;position:relative;display:block; }#EvTIEESoizbHOFFQfbQvuZhWr0URr9gJ { color:#000000;display:block;width:62.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:45.498168945312rem;left:0rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#trLiJUHlNXKD725RAT3vPXUHEvRtHhDS { box-sizing:content-box;height:2.43713125rem;width:11.812125rem;position:absolute;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:6.0625rem;left:32.1875rem;display:block; }
#lar9ZRDI0NBDuGZ0eFJu7PZ7wtieBllC { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:6.5rem;left:32.25rem;height:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nE8lFAJWqboTDPTScwQSPTJs2Wd9zAwQ { color:#000000;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:21.687133789062rem;left:3.812255859375rem;height:8.645rem;font-style:normal;display:block; }#nE8lFAJWqboTDPTScwQSPTJs2Wd9zAwQ li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#nE8lFAJWqboTDPTScwQSPTJs2Wd9zAwQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6bf0646fc757645f0acdebc03821289453fac104.svg); }
#DhG2fWZFB2pXm7WIk6X9qRsT3pT8XdgB { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:15.5rem;left:16.812133789062rem;height:2.69970625rem;text-align:right;text-align-last:right;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; }
#tKJVGQxaqMnIe6NTo3TBJwMShX176EMT { color:rgba(var(--color-tertiary-2),1);display:block;width:5.24963125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:18.187377929688rem;left:19.18701171875rem;height:1.19970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TbpckkJHiaSiAtiZwTh2kMeIc9ngD5yb { color:rgba(var(--color-tertiary-2),1);display:block;width:15.499875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:12.140625rem;left:3.812255859375rem;height:3.8994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQVdVib19goMAlHJyxyHl4lp0cmg1zKZ { box-sizing:content-box;height:0.0625rem;width:14.8125rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.749755859375rem;left:1.68701171875rem;display:block; }
#ophHOidXsTNywdQ5BPknVyTCUPKybfq1 { box-sizing:content-box;height:33.875rem;width:23.75rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:9.312255859375rem;left:1.06201171875rem;border-top:0.0625rem solid #ea7078;border-left:0.0625rem solid #ea7078;border-right:0.0625rem solid #ea7078;border-bottom:0.0625rem solid #ea7078;box-shadow: none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qiTHBfRBHrHqh61gX7Qh3yu4S6wmO2iD { color:#130213;display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:2.6861572265625rem;left:0rem;height:1.3501rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d8m9dII9PTbBXiQCApHCTcMlm2QlnpyA { box-sizing:content-box;height:33.875rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:9.3125rem;left:26.125rem;border-top:0.0625rem solid #ea7078;border-left:0.0625rem solid #ea7078;border-right:0.0625rem solid #ea7078;border-bottom:0.0625rem solid #ea7078;box-shadow: none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sVlOsaRtSr50ilNhIxXJa38mBTl5kKGH { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:21.6875rem;left:28.875rem;height:10.993625rem;font-style:normal;display:block; }#sVlOsaRtSr50ilNhIxXJa38mBTl5kKGH li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#sVlOsaRtSr50ilNhIxXJa38mBTl5kKGH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_706e6cb7415737e86e2654cee822b1b593c93bd8.svg); }
#vizvqyTN5y6pWfzki5J8vMtn52ZLLXqv { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:15.5rem;left:41.875rem;height:2.69970625rem;text-align:right;text-align-last:right;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; }
#zLIA6kldLfaB7ygzQZ10mJkZCGFs1802 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.24963125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:18.1875rem;left:44.25rem;height:1.19970625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EHhzdpU9CiDsOJOdiSlFVFP1q5VGa88O { box-sizing:content-box;height:0.0625rem;width:14.8125rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.75rem;left:26.75rem;display:block; }
#vtUuKprqophe8xA8WafLOivh5aKqGGzb { color:rgba(var(--color-tertiary-2),1);display:block;width:15.499875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:12.125rem;left:28.875rem;height:3.8994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nmudRwHsKJbeh0TTfNvdfy9JoUfCSbXg { box-sizing:content-box;height:33.875rem;width:23.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:9.375rem;left:51.25rem;border-top:0.0625rem solid #ea7078;border-left:0.0625rem solid #ea7078;border-right:0.0625rem solid #ea7078;border-bottom:0.0625rem solid #ea7078;box-shadow: none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WXWWHUVofgRqvo4iTzrTQABtCfsaSXpB { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.6;letter-spacing:0;top:21.75rem;left:54rem;height:14.941375rem;font-style:normal;display:block; }#WXWWHUVofgRqvo4iTzrTQABtCfsaSXpB li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#WXWWHUVofgRqvo4iTzrTQABtCfsaSXpB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_706e6cb7415737e86e2654cee822b1b593c93bd8.svg); }
#XaPZs9T245Ler7OXmV1W3LQ8N4zyc88m { background-color:#ea7078;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.873875rem;height:3.4375rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:38.123779296875rem;left:53.726196289062rem;display:block; }
#InOCSaf1KzNxnTaRLFFhP6GkhTEqOyWK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZEqVR9nFMBg60MiGvGysDd1Eipled297 { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8745rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.2;letter-spacing:0;top:16.425903320312rem;left:65.625rem;height:2.70019375rem;text-align:right;text-align-last:right;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; }
#R2LvQIcL0UBXoO9fDoZ1PlmZwvZ7iJrp { box-sizing:content-box;height:0.0625rem;width:14.8125rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.8125rem;left:51.875rem;display:block; }
#i8AnZOMfVCGWlTNcndTi5Uuc5r66Udtr { color:rgba(var(--color-tertiary-2),1);display:block;width:15.499875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15043;line-height:1.2;letter-spacing:0;top:12.1875rem;left:54rem;height:3.8994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WAIrNa9KoTEM6OJ5Kd3unL3IaE2omi5f { background-color:#ea7078;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8733125rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:38.123779296875rem;left:28.656005859375rem;display:block; }
#bwMeSbOHlThAccLuUtUIE2xdQbzNCAz9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nL0ZT807ttV41holJFvSUvCIPymBctC4 { background-color:#ea7078;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8733125rem;height:3.4375rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:38.123779296875rem;left:3.624267578125rem;display:block; }
#nSlBqKC0x1EXLaQcTIE9Gh9D9kaIoZ7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLDRKvuhhLhut715Rd7KREQuno0UOrQx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KLDRKvuhhLhut715Rd7KREQuno0UOrQx > .row .container { border-width: 0; border-radius: 0; }#KLDRKvuhhLhut715Rd7KREQuno0UOrQx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KLDRKvuhhLhut715Rd7KREQuno0UOrQx > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:36.375rem;width:75rem;position:relative;display:none; }#wmx2LhWdP1KXTImldngsXxUyVnM482O1 { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.375rem;left:0rem;height:2.999875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .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; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#0f1035;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .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_7d2187d7be501a83f4714a62c57cf6575d2cc230.svg");background-size:contain !important; }#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .accordion-trigger.adaptive-delivery-prevent-bg, #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .accordion-trigger.lazyload, #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .accordion-trigger.lazyloading { background-image: none; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.656127929688rem;left:10.5859375rem;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #hXqAivlHapBEQB4wIQCWTnkWOLBtHrWT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #HqQHbe52L65cLBPOT3aXc5JhmwxIX7Px { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #TPchUUB8T3rM3XzUxCEykGOG4SZ4DcHV { display:block;position:relative; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #g5QT15pV1wGe4oxkkLGovT3Umo6xq1Qe {  }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #pJvqSrzyVTTqQI5cheucZFJctlyMkyQD {  }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #mJ1J63lfPqThppiP4gSgDvpZGJUfurvT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #gGkMHBoqNcukQlKhfeTahGOFhOIgE4W9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #MxDxkPlEOLSDqRfa7vWi5P2JLxZfurFc { display:block;position:relative; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #wSlq9hVG7ZweaCaqvGDTHfOupvyJLJRr {  }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #InukETIwr10akFUZCLyb7lKVSgLpTWCZ { display:none; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #ol26esduPaGQpO83kNEP1Tsidxx9sTao { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #zDbt9B3VZoxQJCb2dGG3iSAaJ1KwvmsG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #Stb4K8AqniH5Nd7FFkKw5u2wkeksJh7h { display:block;position:relative; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #los7cOxrUPXhG01GMaFScsg9AVkuE9mu {  }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #ZdsIQNpaGTZ4E2h6AhZt7hcVSzc7hUux { display:none; }
#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row .container { background-color: transparent; background-image: none; }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row .container > .video-iframe-container { display: none; }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row > .video-iframe-container { display: none; }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .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); }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row .container { border-width: 0; border-radius: 0; }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:23.4375rem;width:75rem;position:relative;display:block; }#t4XL83Tr1sObBdAWwa3OcuBJ4D6z2yAS { color:#e3e3e3;display:block;width:16.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:4.501953125rem;left:0rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kePnqhfJ8nD7Kw3WNGAuClw9OiNls5o0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:13.5625rem;left:68.25rem; }
#bwFoX2XfbaFCuEIkdmBWaL17KPuZsd9J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:13.5625rem;left:70.625rem; }
#snnJnrk36cFToxac3kJl7kfegqKqRlv1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.625rem;left:73.0625rem; }
#CqSXzbZ6i7T9Oi3ZF3syyyI1QXk1Mt9M { position:absolute;display:block;z-index:15034;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.8125rem;width:9.375rem;top:1.9305419921875rem;left:0rem;overflow:hidden;display:block; }
#SyqbciCALDCh96hM1UDOB7B3aeUfTTNM { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:11.99951171875rem;left:0rem;height:7.99559375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c4FEp10zOLAAWyCJht5PkWvslqpZ7MDM { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:11.99951171875rem;left:29.686157226562rem;height:6.396475rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dyzITO1uKWpPfqIGODexzRW2yGOKg5xT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:11.99951171875rem;left:49.498657226562rem;height:4.79735625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aMnTfK6u9lAuUzmVu1dILeZ7mqfbtM6R { box-sizing:content-box;height:6.25rem;width:0.0625rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.124267578125rem;left:65.975219726562rem;display:block; }
#gr5HnBoDDGHhyLJwgdt8hy4qtk2M1pTM { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.37463125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.749267578125rem;left:0rem;display:block; }
#eeNzQbTnrEN407fuzNhpuNucoMHssvxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { display:block; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JERp8z2kFOIbB3S6BLNU9ocSJASf4i9d { width:5.3125rem;height:2.1875rem;top:1.25rem;left:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5gtvl4bCPg2w10TwOvW5RAmqKC0rsrf { display:block; }
 }@media only screen and (max-width: 763px) { #gDHMSlGdaMObxbOWxx3MSHkPGPQovOhk { width:8.125rem;height:2.25rem;top:1.25rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFAzcpqBNZQtV7iLqU2mCZ41UfKXgMpU { display:block; }
 }@media only screen and (max-width: 763px) { #cchSLsN8Uk49zMb3KnpvidxPXg0w2trH { width:5.3125rem;height:2.1875rem;top:1.25rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSq6WhbetNB7kAQbGbHGa6kKfiekdWw6 { display:block; }
 }@media only screen and (max-width: 763px) { #uBlKsKVm9yu4BQkMkk5PPl8Q7FNzsfuZ { width:9.375rem;height:2.062375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKm3epXMiLn5gKyAZLGXEkTFDHMSoEcg { width:5.3125rem;height:2.1875rem;top:1.25rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mChci62cfV2NfwIFxKCtRvACSLSUgVHB { display:block; }
 }@media only screen and (max-width: 763px) { #AIRGxOekLm51dUesKz8CGcQaXH3a3ydN { display:block; }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zb2MgW6JiHyy7KxTdw66FllPhDi7NKqX { top:3.6875rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEqfNpgWpmGTahdsZ0nixW0RsnIhaQ21 { top:46.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDMUfACsNaZghTacKItyWiHbiIb7o2Xo { top:10.875rem;left:36rem;width:11.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX1iJcQw7I5OZm7rvhFJvq5mXzcMgULg { top:18rem;left:41.1875rem;width:6.5625rem;height:2.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUPcutmST8EIcKgv8HXVuhv1t1Pw0oZO { top:17.4375rem;left:27.875rem;width:15.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph4KiSKR0ffsfQofpOh8UOpO1ET7MlEL { top:11.3125rem;left:36.5rem;width:11.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pISPXNLTzl84q3tpSCnwwoicgilsCrgk { top:12.0625rem;left:11.4375rem;width:36.1875rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx2I61IsbPv3wbSHTBEHUO8yFTiPWaDD { top:20.4375rem;left:25.75rem;width:14.8125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN4fNCnZRfkRfJv0NpHOTIt0SbVVdlAS { top:26.9375rem;left:16.1875rem;width:31.5625rem;height:7.875rem;font-size:1rem;display:block; }#TN4fNCnZRfkRfJv0NpHOTIt0SbVVdlAS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_09f5e9a69facd1864aa435186046185ba70a4652.svg); }
 }@media only screen and (max-width: 763px) { #bdES2CF03E8w6Ib9o7JExWaOFOq1c9OW { top:24.3125rem;left:0rem;width:31.25rem;height:14.9375rem;font-size:1rem;display:block; }#bdES2CF03E8w6Ib9o7JExWaOFOq1c9OW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440250aed33b9fbdca1774e5818dffa7654b19eb.svg); }
 }@media only screen and (max-width: 763px) { #Nfb7rtuxtoptEhRAbND5f5EiXECimKK7 { top:18rem;left:14.75rem;width:6.625rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQ4mGoBuXiACXPOeRdmzwHDiBvoGFpA { top:21.375rem;left:16.1875rem;width:5.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBEa9Zx5Dm1mpyfWe4FhQ9bRJC9NBIp { top:17.375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcvmhGOODPxEq3lT4rRmRVJyUvFPJMNS { top:20.375rem;left:0rem;width:14.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rRIGIDQi3gmCztHC7qnwwlVG8GJsTh1I { top:24.625rem;left:22.125rem;width:25.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9W5LXfovo7StmXxoiShM0SqPfde9gKm { top:11.875rem;left:0rem;width:35.625rem;height:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGwRhfEJ0GXLmhXpNaAsGc0TVdcQbcyG { top:8.3125rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmfgHvMqVCD242ymEoxIqV6vIeEVmG1Q { top:20.4375rem;left:42.5625rem;width:5.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Zh2bhtfNnapcq6NMPLoIQl64aCFHww { width:18.8125rem;height:3.4375rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGZP9iIEinTg6k16wtkoslRWka4ekA6B { display:block; }
 }@media only screen and (max-width: 763px) { #inUPg50gHqlQ0ySC2dzxL3Ba9M5cf0ez { width:18.8125rem;height:3.4375rem;top:40.25rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXmPvgcqdrWQiHD1Ne8CXFepZnlCIqar { display:block; }
 }@media only screen and (max-width: 763px) { #z51WTeDMxChvkmEXdxdEMrCMKCQEcmXn { top:16.1875rem;left:14.75rem;width:6.625rem;height:1.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr78hJlDtSL4P8v5erDStRyRxBGrIfPK { top:16.25rem;left:41.125rem;width:6.625rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 { display:block; }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvTIEESoizbHOFFQfbQvuZhWr0URr9gJ { top:45.4375rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trLiJUHlNXKD725RAT3vPXUHEvRtHhDS { top:6.0625rem;left:18.5625rem;width:11.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lar9ZRDI0NBDuGZ0eFJu7PZ7wtieBllC { top:6.5rem;left:18.625rem;width:11.5625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE8lFAJWqboTDPTScwQSPTJs2Wd9zAwQ { top:21.625rem;left:0rem;width:18.4375rem;height:;font-size:1rem;display:block; }#nE8lFAJWqboTDPTScwQSPTJs2Wd9zAwQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6bf0646fc757645f0acdebc03821289453fac104.svg); }
 }@media only screen and (max-width: 763px) { #DhG2fWZFB2pXm7WIk6X9qRsT3pT8XdgB { top:15.5rem;left:3.1871337890625rem;width:6.5625rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKJVGQxaqMnIe6NTo3TBJwMShX176EMT { top:18.125rem;left:5.56201171875rem;width:5.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpckkJHiaSiAtiZwTh2kMeIc9ngD5yb { top:12.125rem;left:0rem;width:15.4375rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQVdVib19goMAlHJyxyHl4lp0cmg1zKZ { top:17.6875rem;left:0rem;width:14.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ophHOidXsTNywdQ5BPknVyTCUPKybfq1 { top:9.25rem;left:0rem;width:23.75rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTHBfRBHrHqh61gX7Qh3yu4S6wmO2iD { top:2.625rem;left:0rem;width:27.6875rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8m9dII9PTbBXiQCApHCTcMlm2QlnpyA { top:9.3125rem;left:12.5rem;width:23.75rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVlOsaRtSr50ilNhIxXJa38mBTl5kKGH { top:21.6875rem;left:15.25rem;width:20.3125rem;height:11rem;font-size:1rem;display:block; }#sVlOsaRtSr50ilNhIxXJa38mBTl5kKGH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_706e6cb7415737e86e2654cee822b1b593c93bd8.svg); }
 }@media only screen and (max-width: 763px) { #vizvqyTN5y6pWfzki5J8vMtn52ZLLXqv { top:15.5rem;left:28.25rem;width:6.5625rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLIA6kldLfaB7ygzQZ10mJkZCGFs1802 { top:18.1875rem;left:30.625rem;width:5.1875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHhzdpU9CiDsOJOdiSlFVFP1q5VGa88O { top:17.75rem;left:13.125rem;width:14.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vtUuKprqophe8xA8WafLOivh5aKqGGzb { top:12.125rem;left:15.25rem;width:15.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmudRwHsKJbeh0TTfNvdfy9JoUfCSbXg { top:9.375rem;left:23.875rem;width:23.75rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXWWHUVofgRqvo4iTzrTQABtCfsaSXpB { top:21.75rem;left:30.9375rem;width:16.8125rem;height:14.9375rem;font-size:1rem;display:block; }#WXWWHUVofgRqvo4iTzrTQABtCfsaSXpB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_706e6cb7415737e86e2654cee822b1b593c93bd8.svg); }
 }@media only screen and (max-width: 763px) { #XaPZs9T245Ler7OXmV1W3LQ8N4zyc88m { width:18.8125rem;height:3.4375rem;top:38.0625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InOCSaf1KzNxnTaRLFFhP6GkhTEqOyWK { display:block; }
 }@media only screen and (max-width: 763px) { #ZEqVR9nFMBg60MiGvGysDd1Eipled297 { top:16.375rem;left:38.9375rem;width:8.8125rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2LvQIcL0UBXoO9fDoZ1PlmZwvZ7iJrp { top:17.8125rem;left:33rem;width:14.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #i8AnZOMfVCGWlTNcndTi5Uuc5r66Udtr { top:12.1875rem;left:32.3125rem;width:15.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAIrNa9KoTEM6OJ5Kd3unL3IaE2omi5f { width:18.8125rem;height:3.4375rem;top:38.0625rem;left:15.031005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwMeSbOHlThAccLuUtUIE2xdQbzNCAz9 { display:block; }
 }@media only screen and (max-width: 763px) { #nL0ZT807ttV41holJFvSUvCIPymBctC4 { width:18.8125rem;height:3.4375rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSlBqKC0x1EXLaQcTIE9Gh9D9kaIoZ7V { display:block; }
 }@media only screen and (max-width: 763px) { #KLDRKvuhhLhut715Rd7KREQuno0UOrQx { display:none; }#KLDRKvuhhLhut715Rd7KREQuno0UOrQx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wmx2LhWdP1KXTImldngsXxUyVnM482O1 { top:4.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #hXqAivlHapBEQB4wIQCWTnkWOLBtHrWT {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #HqQHbe52L65cLBPOT3aXc5JhmwxIX7Px {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #TPchUUB8T3rM3XzUxCEykGOG4SZ4DcHV {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #g5QT15pV1wGe4oxkkLGovT3Umo6xq1Qe {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #pJvqSrzyVTTqQI5cheucZFJctlyMkyQD {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #mJ1J63lfPqThppiP4gSgDvpZGJUfurvT {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #gGkMHBoqNcukQlKhfeTahGOFhOIgE4W9 {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #MxDxkPlEOLSDqRfa7vWi5P2JLxZfurFc {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #wSlq9hVG7ZweaCaqvGDTHfOupvyJLJRr {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #InukETIwr10akFUZCLyb7lKVSgLpTWCZ {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #ol26esduPaGQpO83kNEP1Tsidxx9sTao {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #zDbt9B3VZoxQJCb2dGG3iSAaJ1KwvmsG {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #Stb4K8AqniH5Nd7FFkKw5u2wkeksJh7h {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #los7cOxrUPXhG01GMaFScsg9AVkuE9mu {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #ZdsIQNpaGTZ4E2h6AhZt7hcVSzc7hUux {  }
 }@media only screen and (max-width: 763px) { #gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln { display:block; }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4XL83Tr1sObBdAWwa3OcuBJ4D6z2yAS { top:4.5rem;left:0rem;width:16.625rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kePnqhfJ8nD7Kw3WNGAuClw9OiNls5o0 { top:13.5625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwFoX2XfbaFCuEIkdmBWaL17KPuZsd9J { top:13.5625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snnJnrk36cFToxac3kJl7kfegqKqRlv1 { top:13.625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqSXzbZ6i7T9Oi3ZF3syyyI1QXk1Mt9M { width:9.375rem;height:1.8125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyqbciCALDCh96hM1UDOB7B3aeUfTTNM { top:11.9375rem;left:0rem;width:11.5rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4FEp10zOLAAWyCJht5PkWvslqpZ7MDM { top:11.9375rem;left:16.06005859375rem;width:18.75rem;height:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyzITO1uKWpPfqIGODexzRW2yGOKg5xT { top:11.9375rem;left:31.8125rem;width:15.9375rem;height:4.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMnTfK6u9lAuUzmVu1dILeZ7mqfbtM6R { width:0.0625rem;height:6.25rem;top:11.0625rem;left:47.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr5HnBoDDGHhyLJwgdt8hy4qtk2M1pTM { width:14.6875rem;height:3.3125rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeNzQbTnrEN407fuzNhpuNucoMHssvxD { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H { display:block; }#XLIbkGeqcVKL5PaOArN6viiamZ2BEo8H > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JERp8z2kFOIbB3S6BLNU9ocSJASf4i9d { width:6.5625rem;height:2.25rem;top:4.0625rem;left:6.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5gtvl4bCPg2w10TwOvW5RAmqKC0rsrf { display:block; }
 }@media only screen and (max-width: 763px) { #gDHMSlGdaMObxbOWxx3MSHkPGPQovOhk { width:6.75rem;height:2.25rem;top:6.75rem;left:6.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFAzcpqBNZQtV7iLqU2mCZ41UfKXgMpU { display:block; }
 }@media only screen and (max-width: 763px) { #cchSLsN8Uk49zMb3KnpvidxPXg0w2trH { width:5.375rem;height:2.25rem;top:12.0625rem;left:7.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSq6WhbetNB7kAQbGbHGa6kKfiekdWw6 { display:block; }
 }@media only screen and (max-width: 763px) { #uBlKsKVm9yu4BQkMkk5PPl8Q7FNzsfuZ { width:9.375rem;height:2.0610375rem;top:0.75rem;left:5.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKm3epXMiLn5gKyAZLGXEkTFDHMSoEcg { width:5.3125rem;height:2.1875rem;top:1.25rem;left:7.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mChci62cfV2NfwIFxKCtRvACSLSUgVHB { display:block; }
 }@media only screen and (max-width: 763px) { #AIRGxOekLm51dUesKz8CGcQaXH3a3ydN { display:block; }#AIRGxOekLm51dUesKz8CGcQaXH3a3ydN > .row .container { width:20rem;height:99.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zb2MgW6JiHyy7KxTdw66FllPhDi7NKqX { width:19.9995rem;height:7.19825rem;top:0.93603515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEqfNpgWpmGTahdsZ0nixW0RsnIhaQ21 { width:19.999rem;height:6.3984375rem;top:92.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDMUfACsNaZghTacKItyWiHbiIb7o2Xo { width:9.4375rem;height:1.875rem;top:18.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX1iJcQw7I5OZm7rvhFJvq5mXzcMgULg { width:8.4375rem;height:2.3994125rem;top:61.5625rem;left:10.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUPcutmST8EIcKgv8HXVuhv1t1Pw0oZO { width:9.5625rem;height:1.5rem;top:58.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph4KiSKR0ffsfQofpOh8UOpO1ET7MlEL { width:5.9375rem;height:1.19921875rem;top:19.25rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pISPXNLTzl84q3tpSCnwwoicgilsCrgk { width:19.5rem;height:34.375rem;top:57.0625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx2I61IsbPv3wbSHTBEHUO8yFTiPWaDD { width:10rem;height:0.0625rem;top:53.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TN4fNCnZRfkRfJv0NpHOTIt0SbVVdlAS { width:17.937rem;height:12.69725rem;top:72.6875rem;left:1rem;font-size:1rem;display:block; }#TN4fNCnZRfkRfJv0NpHOTIt0SbVVdlAS li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_09f5e9a69facd1864aa435186046185ba70a4652.svg); }
 }@media only screen and (max-width: 763px) { #bdES2CF03E8w6Ib9o7JExWaOFOq1c9OW { width:18.4375rem;height:19.746125rem;top:30.8125rem;left:1.5625rem;font-size:1rem;display:block; }#bdES2CF03E8w6Ib9o7JExWaOFOq1c9OW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_440250aed33b9fbdca1774e5818dffa7654b19eb.svg); }
 }@media only screen and (max-width: 763px) { #Nfb7rtuxtoptEhRAbND5f5EiXECimKK7 { width:6.5625rem;height:2.3994125rem;top:26.125rem;left:12.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwQ4mGoBuXiACXPOeRdmzwHDiBvoGFpA { width:5.1870125rem;height:1.19921875rem;top:28.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvBEa9Zx5Dm1mpyfWe4FhQ9bRJC9NBIp { width:15.4355625rem;height:1.5rem;top:21.8125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcvmhGOODPxEq3lT4rRmRVJyUvFPJMNS { width:14.75rem;height:0;top:28.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRIGIDQi3gmCztHC7qnwwlVG8GJsTh1I { width:16.5rem;height:3.19921875rem;top:68.375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d9W5LXfovo7StmXxoiShM0SqPfde9gKm { width:19.875rem;height:35.875rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGwRhfEJ0GXLmhXpNaAsGc0TVdcQbcyG { width:19.9995rem;height:5.3984375rem;top:10.4736328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmfgHvMqVCD242ymEoxIqV6vIeEVmG1Q { width:5.186525rem;height:1.19921875rem;top:63.92578125rem;left:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Zh2bhtfNnapcq6NMPLoIQl64aCFHww { width:18.8105625rem;height:3.436525rem;top:50.8125rem;left:0.8134765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGZP9iIEinTg6k16wtkoslRWka4ekA6B { display:block; }
 }@media only screen and (max-width: 763px) { #inUPg50gHqlQ0ySC2dzxL3Ba9M5cf0ez { width:18.8105625rem;height:3.436525rem;top:86.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXmPvgcqdrWQiHD1Ne8CXFepZnlCIqar { display:block; }
 }@media only screen and (max-width: 763px) { #z51WTeDMxChvkmEXdxdEMrCMKCQEcmXn { width:6.625rem;height:1.7246125rem;top:24.0869140625rem;left:12.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr78hJlDtSL4P8v5erDStRyRxBGrIfPK { width:6.625rem;height:1.7246125rem;top:59.625rem;left:12.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 { display:block; }#kck9n5G3CvUcPAs95LRSNyotTCxBlVS4 > .row .container { width:20rem;height:113.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvTIEESoizbHOFFQfbQvuZhWr0URr9gJ { width:19.9995rem;height:6.3984375rem;top:105.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #trLiJUHlNXKD725RAT3vPXUHEvRtHhDS { width:9.375rem;height:1.875rem;top:7.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lar9ZRDI0NBDuGZ0eFJu7PZ7wtieBllC { width:5.9370125rem;height:0;top:8.0625rem;left:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nE8lFAJWqboTDPTScwQSPTJs2Wd9zAwQ { width:18.4375rem;height:8.6484375rem;top:16.8125rem;left:1.5625rem;font-size:1rem;display:block; }#nE8lFAJWqboTDPTScwQSPTJs2Wd9zAwQ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6bf0646fc757645f0acdebc03821289453fac104.svg); }
 }@media only screen and (max-width: 763px) { #DhG2fWZFB2pXm7WIk6X9qRsT3pT8XdgB { width:6.5625rem;height:2.3994125rem;top:9.9375rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKJVGQxaqMnIe6NTo3TBJwMShX176EMT { width:5.1870125rem;height:1.19921875rem;top:12.875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpckkJHiaSiAtiZwTh2kMeIc9ngD5yb { width:15.4365rem;height:1.5rem;top:7.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQVdVib19goMAlHJyxyHl4lp0cmg1zKZ { width:14.75rem;height:0;top:12.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ophHOidXsTNywdQ5BPknVyTCUPKybfq1 { width:19.875rem;height:27.0625rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiTHBfRBHrHqh61gX7Qh3yu4S6wmO2iD { width:16.8125rem;height:2.69921875rem;top:2.67578125rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d8m9dII9PTbBXiQCApHCTcMlm2QlnpyA { width:19.875rem;height:32.125rem;top:34.3125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVlOsaRtSr50ilNhIxXJa38mBTl5kKGH { width:15.1245rem;height:12.597625rem;top:45.75rem;left:1.5625rem;font-size:1rem;display:block; }#sVlOsaRtSr50ilNhIxXJa38mBTl5kKGH li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_706e6cb7415737e86e2654cee822b1b593c93bd8.svg); }
 }@media only screen and (max-width: 763px) { #vizvqyTN5y6pWfzki5J8vMtn52ZLLXqv { width:6.5625rem;height:2.3994125rem;top:40.4375rem;left:13rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLIA6kldLfaB7ygzQZ10mJkZCGFs1802 { width:5.1870125rem;height:1.19921875rem;top:42.8125rem;left:13.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHhzdpU9CiDsOJOdiSlFVFP1q5VGa88O { width:14.75rem;height:0;top:42.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtUuKprqophe8xA8WafLOivh5aKqGGzb { width:15.4365rem;height:1.5rem;top:37.4375rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmudRwHsKJbeh0TTfNvdfy9JoUfCSbXg { width:19.875rem;height:33.875rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXWWHUVofgRqvo4iTzrTQABtCfsaSXpB { width:16.812rem;height:14.94725rem;top:80.875rem;left:1.5rem;font-size:1rem;display:block; }#WXWWHUVofgRqvo4iTzrTQABtCfsaSXpB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_706e6cb7415737e86e2654cee822b1b593c93bd8.svg); }
 }@media only screen and (max-width: 763px) { #XaPZs9T245Ler7OXmV1W3LQ8N4zyc88m { width:18.8125rem;height:3.4375rem;top:97.25rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InOCSaf1KzNxnTaRLFFhP6GkhTEqOyWK { display:block; }
 }@media only screen and (max-width: 763px) { #ZEqVR9nFMBg60MiGvGysDd1Eipled297 { width:8.81225rem;height:2.69921875rem;top:75.5rem;left:11.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2LvQIcL0UBXoO9fDoZ1PlmZwvZ7iJrp { width:14.75rem;height:0;top:76.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8AnZOMfVCGWlTNcndTi5Uuc5r66Udtr { width:18.8125rem;height:1.5rem;top:71.3125rem;left:0.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAIrNa9KoTEM6OJ5Kd3unL3IaE2omi5f { width:18.8115rem;height:3.436525rem;top:60.9375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwMeSbOHlThAccLuUtUIE2xdQbzNCAz9 { display:block; }
 }@media only screen and (max-width: 763px) { #nL0ZT807ttV41holJFvSUvCIPymBctC4 { width:18.8115rem;height:3.436525rem;top:27.875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSlBqKC0x1EXLaQcTIE9Gh9D9kaIoZ7V { display:block; }
 }@media only screen and (max-width: 763px) { #KLDRKvuhhLhut715Rd7KREQuno0UOrQx { display:none; }#KLDRKvuhhLhut715Rd7KREQuno0UOrQx > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wmx2LhWdP1KXTImldngsXxUyVnM482O1 { width:20rem;height:2.4rem;top:3.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 { display:flex;height:auto;width:17.5rem;top:8.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #hXqAivlHapBEQB4wIQCWTnkWOLBtHrWT {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #HqQHbe52L65cLBPOT3aXc5JhmwxIX7Px {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #TPchUUB8T3rM3XzUxCEykGOG4SZ4DcHV {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #g5QT15pV1wGe4oxkkLGovT3Umo6xq1Qe {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #pJvqSrzyVTTqQI5cheucZFJctlyMkyQD {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #mJ1J63lfPqThppiP4gSgDvpZGJUfurvT {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #gGkMHBoqNcukQlKhfeTahGOFhOIgE4W9 {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #MxDxkPlEOLSDqRfa7vWi5P2JLxZfurFc {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #wSlq9hVG7ZweaCaqvGDTHfOupvyJLJRr {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #InukETIwr10akFUZCLyb7lKVSgLpTWCZ {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #ol26esduPaGQpO83kNEP1Tsidxx9sTao {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #zDbt9B3VZoxQJCb2dGG3iSAaJ1KwvmsG {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #Stb4K8AqniH5Nd7FFkKw5u2wkeksJh7h {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #los7cOxrUPXhG01GMaFScsg9AVkuE9mu {  }
 }@media only screen and (max-width: 763px) { #S3HZfisnvCsJOVQXShWvsZHB35e2Hth8 #ZdsIQNpaGTZ4E2h6AhZt7hcVSzc7hUux {  }
 }@media only screen and (max-width: 763px) { #gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln { display:block; }#gZVrC0xxytJnFkGukF8gB7Qnph4PG8ln > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4XL83Tr1sObBdAWwa3OcuBJ4D6z2yAS { width:18.875rem;height:1.0996125rem;top:1.9375rem;left:0.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kePnqhfJ8nD7Kw3WNGAuClw9OiNls5o0 { display:flex;width:1.6245125rem;height:1.6245125rem;top:29.65576171875rem;left:6.9990234375rem; }
 }@media only screen and (max-width: 763px) { #bwFoX2XfbaFCuEIkdmBWaL17KPuZsd9J { display:flex;width:1.6245125rem;height:1.6245125rem;top:29.65576171875rem;left:9.18603515625rem; }
 }@media only screen and (max-width: 763px) { #snnJnrk36cFToxac3kJl7kfegqKqRlv1 { display:flex;width:1.6245125rem;height:1.6245125rem;top:29.65576171875rem;left:11.62353515625rem; }
 }@media only screen and (max-width: 763px) { #CqSXzbZ6i7T9Oi3ZF3syyyI1QXk1Mt9M { width:9.375rem;height:1.81213125rem;top:4.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyqbciCALDCh96hM1UDOB7B3aeUfTTNM { width:11.499625rem;height:5.4980625rem;top:11.875rem;left:4.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4FEp10zOLAAWyCJht5PkWvslqpZ7MDM { width:18.75rem;height:4.39845rem;top:18.625rem;left:0.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyzITO1uKWpPfqIGODexzRW2yGOKg5xT { width:15.9375rem;height:3.2988375rem;top:24.3125rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMnTfK6u9lAuUzmVu1dILeZ7mqfbtM6R { width:0.0625rem;height:6.25rem;top:28.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gr5HnBoDDGHhyLJwgdt8hy4qtk2M1pTM { width:14.6875rem;height:3.3125rem;top:7.3125rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeNzQbTnrEN407fuzNhpuNucoMHssvxD { display:block; }
 }