.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,230,217;--color-primary-1:255,171,128;--color-primary-2:255,86,0;--color-primary-3:128,43,0;--color-primary-4:38,13,0;--color-secondary-0:255,255,255;--color-secondary-1:246,246,246;--color-secondary-2:134,131,129;--color-secondary-3:104,100,98;--color-secondary-4:78,75,73;--color-tertiary-0:255,255,255;--color-tertiary-1:205,203,202;--color-tertiary-2:155,151,149;--color-tertiary-3:78,75,73;--color-tertiary-4:52,50,49;--headlines-font-family:"Selawik";--paragraphs-font-family:"Selawik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#frS5cfihxktcoTcuFu2pQsmPPLEGNuRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frS5cfihxktcoTcuFu2pQsmPPLEGNuRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frS5cfihxktcoTcuFu2pQsmPPLEGNuRv > .row > .video-iframe-container { display: none; }#frS5cfihxktcoTcuFu2pQsmPPLEGNuRv > .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); }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row .container { background-color: transparent; background-image: none; }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row .container > .video-iframe-container { display: none; }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row > .video-iframe-container { display: none; }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .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); }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row .container { border-width: 0; border-radius: 0; }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#Q929fdcf3e7963888ba294c484d3c8d5 { box-sizing:content-box;height:2.5rem;width:42.34375rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:0rem;display:block; }
#J7f5eb9d4fa6d48bbee174c7cc6a4773 { position:absolute;display:block;z-index:1501;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.5rem;width:10.875rem;top:1.875rem;left:1.25rem;overflow:hidden;display:block; }
#fb5aa909a09befc50d74c01da5f58047 { box-sizing:content-box;height:3rem;width:15.46875rem;position:absolute;display:block;z-index:152;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.625rem;left:42.375rem;display:block; }
#s30be59f63abd3fb8e2efb51a2530858 { position:absolute;display:block;z-index:1501;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.375rem;width:1.40625rem;top:2.4375rem;left:43.875rem;overflow:hidden;display:block; }
#d622f6a9dc99b618e89e4d8cbc3c6bda { color:rgba(var(--color-tertiary-3),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:1502;line-height:1.7;letter-spacing:0;text-align:center;text-align-last:center;top:1.63671875rem;left:45.84375rem;height:2.9746125rem;display:block; }
#Tbac6698f71fa5a13df530e838e228cd { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:1501;line-height:1.5;letter-spacing:0;text-align:left;text-align-last:left;top:3rem;left:59.5625rem;height:1.5rem;display:block; }
#aa8ba1f6ad9ad277d8fca3bad6ce49c9 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:1502;line-height:1.5;letter-spacing:0;text-align:left;text-align-last:left;top:1.8125rem;left:59.5625rem;height:1.21875rem;display:block; }
#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK { position:relative;display:block; }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK { background-color: transparent; background-image: none; }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK > .row .container > .video-iframe-container { display: none; }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK > .row > .video-iframe-container { display: none; }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK > .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); }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK { border-width: 0; border-radius: 0; }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK > .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; }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK > .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:32.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gXfZ3TRfip2AulXxHMSvHsdC7NyKWfuS { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:1502;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:13.4375rem;left:1.25rem;height:;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; }
#K8R1CbczMn25CpkQS3eU6ayoDUhexTzm { color:rgba(var(--color-tertiary-3),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:1502;line-height:1.5;letter-spacing:0;text-align:left;text-align-last:left;top:27.6875rem;left:15.5rem;height:1.5rem;display:block; }
#pKt70tyTl5dV8V0FJX98cvnSmpgxmKoh { position:absolute;display:block;z-index:14999;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:10rem;width:23.1875rem;top:9.6875rem;left:46.8125rem;overflow:hidden;display:block; }
#GtxIqbdTp03OW9xcmgTQT91uiQyWU31K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5rem;top:27.6875rem;left:13.6875rem;overflow:hidden;display:block; }
#MxLuUXQbQ8wCdA6yCJ4GvEAtlXV4mtqZ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:1503;line-height:1.5;letter-spacing:0;text-align:left;text-align-last:left;top:27.6875rem;left:30.5625rem;height:1.5rem;display:block; }
#Hv5BLtvlxiEzTS41XFqP4lUMeKg2nDef { color:rgba(var(--color-tertiary-4),1);display:block;width:48rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:1503;line-height:1.5;letter-spacing:0;text-align:left;text-align-last:left;top:11.5rem;left:1.25rem;height:1.96875rem;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; }
#IOrs7NFIF412MpcozUphHaQg8WoeJIZ7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5rem;top:27.6875rem;left:28.75rem;overflow:hidden;display:block; }
#MX1ktF2O24CTUBHScVNQT8FMuPzEwWlF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7.5rem;top:7.125rem;left:65.4375rem;overflow:hidden;display:block; }
#WCMW4TzTGOJb6d9boU8258AftFQhoKg8 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:1506;line-height:1.5;letter-spacing:0;text-align:left;text-align-last:left;top:27.6875rem;left:49.6875rem;height:1.5rem;display:block; }
#ezFLp6uLRB7TTJpdewVe3RFel7qRIVxX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.5rem;top:27.6875rem;left:47.875rem;overflow:hidden;display:block; }
#pa4BvipJrd9zNdm9gePuaXufPTNQxKTt { position:absolute;display:block;z-index:15005;height:6.875rem;width:50rem;top:20.3125rem;left:12.5rem;display:block; }
#R6gJDoqO8zlbnTXyAQXsnaosABWgnNPT { 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:1.25rem;width:1.25rem;top:27.8125rem;left:44.5625rem;overflow:hidden;display:block; }
#CtVwk3h6oyOBWe5FlBKtEv1vl8STkGmV { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:27.8125rem;left:25.0625rem;overflow:hidden;display:block; }
#QFfaphIKdcIRN3dxEru61uCIEheFUSnL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.75);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; }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row .container { background-color: transparent; background-image: none; }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row .container > .video-iframe-container { display: none; }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row > .video-iframe-container { display: none; }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .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); }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row .container { border-width: 0; border-radius: 0; }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#exfXxi1rdL08oQ6gaA5oFZG9smVxKuLk { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.0625rem;left:15.625rem;height:2.798825rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ElB9pq1E6vJs1ezdb2mJsfB1THs8IIpP { color:rgba(var(--color-primary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:4.375rem;left:15.625rem;height:1.8369125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvXaWIgHMRi0IC2TzDS4iUC2fmkSc6Df { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:11.125rem;left:15.625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TvXaWIgHMRi0IC2TzDS4iUC2fmkSc6Df li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#TvXaWIgHMRi0IC2TzDS4iUC2fmkSc6Df li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1ff55c4a55830f2c3eb8bfe95229a2f2fe791c5.svg); }
#KA5hW6tzVUB4hgdCteTAnPU26bHIe5yG { box-sizing:content-box;height:25.5625rem;width:50rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.6875rem;left:12.4375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.05) ;display:block; }
#AIUpRZEwisvRkfdqrqmCTT7sDBqkww11 { position:absolute;display:block;z-index:15012;height:3.0625rem;width:18.75rem;top:29.7607421875rem;left:28.125rem;display:block; }
#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.75);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; }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row .container { background-color: transparent; background-image: none; }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row .container > .video-iframe-container { display: none; }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row > .video-iframe-container { display: none; }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .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); }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row .container { border-width: 0; border-radius: 0; }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#gsTfLlfAXEr1rl0B4xyO5TsD7GAQTIAf { box-sizing:content-box;height:16.125rem;width:17.5625rem;position:absolute;display:block;z-index:15002;background-color:#f1f7fc;background-image:none;top:6.4375rem;left:8.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.05) ;display:block; }
#FDq0oek7w0aGolUm48GgFpbgIBesQSzO { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:14.875rem;left:9rem;height:1.8369125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FVcKDq1yy6XzJ0wzpSnCG3ipFb0OnCq8 { position:absolute;display:block;z-index:15030;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:7.3125rem;width:7.375rem;top:7.5rem;left:13.125rem;overflow:hidden;display:block; }
#WL2ulvoOk1iCuOJObGJRvo56d4gD7R0z { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:17.125rem;left:9.625rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IdRPC7AOATxCAXuy3fUbvzZTn0P131Tk { box-sizing:content-box;height:16.125rem;width:17.5625rem;position:absolute;display:block;z-index:15006;background-color:#f1f7fc;background-image:none;top:6.375rem;left:28.75rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.05) ;display:block; }
#oRQ5yvAf3QZ5errqrvRF5e4cWXtNgT9y { 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:7.3125rem;width:7.375rem;top:7.4375rem;left:33.75rem;overflow:hidden;display:block; }
#QP7VNfExhh2yCdBkSkKbFkTkMeDVc9hk { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:14.75rem;left:29.75rem;height:1.8369125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tiGn1WNVOrilaefxFGgFHW65rBBwMyRB { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:17rem;left:30.1875rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bDxVxrUs7HaJMs6k4iV7hlrDowak5EEO { box-sizing:content-box;height:16.125rem;width:17.5625rem;position:absolute;display:block;z-index:15010;background-color:#f1f7fc;background-image:none;top:6.3125rem;left:49.5625rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-left:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-right:0.0625rem solid rgba(var(--color-tertiary-1),0.6);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.05) ;display:block; }
#ZVppWJb7Ku9bXxP31TdK35LTIAZA83IT { position:absolute;display:block;z-index:15038;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:7.3125rem;width:7.375rem;top:7.375rem;left:54.5625rem;overflow:hidden;display:block; }
#hJGytBWoT70mmI5SPrg1KWde733E4897 { color:rgba(var(--color-primary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:14.75rem;left:50.4375rem;height:1.8369125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tr0t2yFTc2cnd6yIaRTm3gVWGrukZSA3 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:16.9375rem;left:51.1875rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kkS4LFmg7NQN7P2IRTQrtIz5gKmIwZ4P { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.25rem;height:2.2744125rem;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;text-align:center;text-align-last:center;display:block; }
#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),0.75);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row .container { background-color: transparent; background-image: none; }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row .container > .video-iframe-container { display: none; }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row > .video-iframe-container { display: none; }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .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); }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row .container { border-width: 0; border-radius: 0; }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#GkTIy85ZDBdWT1VDc6ohp5bJU7KnqphD { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:19.625rem;height:2.2744125rem;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;text-align:center;text-align-last:center;display:block; }
#V5OKlQgTMnknDQG11k6OItXRKLCNrqKz { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7.6875rem;left:2rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#fdBh96Vs3D9RLTnJ03xw4KpoK79qXtHZ { position:absolute;display:block;z-index:15021;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:5.625rem;width:5.625rem;top:8.9375rem;left:3.25rem;overflow:hidden;display:block; }
#FMPAF43HHXBy51X2zyiXdhWaGmvHmVx1 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.125rem;left:9.9375rem;height:2.798825rem;font-style:normal;display:block; }
#GXkSuERxWQz8gTTBFO22X6Z0kiQWr7WS { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7.6875rem;left:25.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#CEdMmtgtrFUedByeTKKuI8QC2I9zyUhn { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:11.125rem;left:33.3125rem;height:2.798825rem;font-style:normal;display:block; }
#fNMnZ2COJR9V8Pu4aCQn2Kz0tobDsZsS { position:absolute;display:block;z-index:15025;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:5rem;width:5.25rem;top:9.0625rem;left:27.375rem;overflow:hidden;display:block; }
#PeB28D50uP80QO2X4nHSUfsZ7AxCm956 { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:1500;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7.6875rem;left:49.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#ll48ozzRLGeCaWcrdw6WgSIF8LUhT5dc { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:11.125rem;left:59.125rem;height:2.798825rem;font-style:normal;display:block; }
#vvyRUgh8GMxKJlrKdBZOEmstFh9m7gBP { position:absolute;display:block;z-index:15029;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:5.1875rem;width:8.125rem;top:9.25rem;left:50.625rem;overflow:hidden;display:block; }
#eZsWqWbwyTKTnOSWCRwrEW10BnvuG2fT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:9.5625rem;left:59.125rem;height:1.29980625rem;font-style:normal;display:block; }
#vyihMTn3I6yEmUnFotadySXHR7tbLUiy { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:1502;line-height:0;letter-spacing:0;text-align:left;text-align-last:left;top:12.6875rem;left:71.875rem;height:0.75rem;font-style:normal;display:block; }
#fxnxKkD2tLvKmXGEgC2FvcdhKf1TItHi { position:absolute;display:block;z-index:15030;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.75rem;width:12rem;top:9.25rem;left:33.3125rem;overflow:hidden;display:block; }
#V7eAKFCpGGcigdPcFIM880n92RbATrkF { position:absolute;display:block;z-index:15031;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.75rem;width:12rem;top:9.375rem;left:9.9375rem;overflow:hidden;display:block; }
#Q5u91EqWd0tq49ARuOmxUDX463WVW8J7 { position:absolute;display:block;z-index:15011;height:3.0625rem;width:17.25rem;top:17.375rem;left:28.875rem;display:block; }
#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.75);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; }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row .container { background-color: transparent; background-image: none; }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row .container > .video-iframe-container { display: none; }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row > .video-iframe-container { display: none; }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .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); }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row .container { border-width: 0; border-radius: 0; }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#G5qgEoLLRiNMmESkPHxpeXi32MOPurDn { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.25rem;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;text-align:center;text-align-last:center;display:block; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .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:#f1f7fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .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; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.3125rem;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.4;overflow:hidden; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-trigger.adaptive-delivery-prevent-bg, #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-trigger.lazyload, #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-trigger.lazyloading { background-image: none; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy { box-sizing:content-box;height:auto;width:43.75rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15039;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.34375rem;left:15.625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #U1PAbI0E1o30Eiog6E5r80r2iXAaDOET { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #BnRpylyowB9ozrFaR59Sw5IGx8AJt6X3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #EdJp8hE3sKcxymu8vLvw62rHUNAATebZ { display:block;position:relative; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #IacedPwFzwAfD0tWFGqAXMy45MWhOiK3 {  }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #u6mutwm4eLE0oH801Q5GPzk9LnPPJdqf {  }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #VTPmL45ybVlw1JRsP5tKMOF6lrRwiKCd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #iPoD86gszsDIG6ZMpTTGXhKbiasT3b62 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #KgRT5GSJUUUJqyxvmprTd0h6fQnUplET { display:block;position:relative; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #rXcQVlZmm89yT2fBhl5UG2NfWKOHAWC1 {  }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #kDc4Nh3VcauTCO97cUhXQuP0E5fRPqDq { display:none; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #rT4dAo1BHXEOTnD9wJNLoOcuMH8gJr8h { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #JGf5qc2TSZ5HkAQzcxUR6rIlRvKG44XA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #cB1XTUBNePpFnRbVsiewRWVvUynEZdRu { display:block;position:relative; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #VmTQA1ZSoKHmMkNlgOfVJFei0cNdwc14 {  }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #D73lLT5Z1P1rgsqHlAdw97ZVennDmh2k { display:none; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #zmLq3Ip4KITcTpdRkJy0VLeW77AAT3Uv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #mzcUeMOtgggOxWs9fcDCu8OqHol49qRi { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #TNGBl58J0sIfLFgPykSS8SW9gTiNKgPd { display:block;position:relative; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #KcXJgS9AMK5oExR2vTcHy1rBUIsAMLWc {  }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #W3JemXTm74CGde9M7RDFPS4KRM4Ev5Q9 { display:none; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #WE48nTus3dCGqRyMW6sxXFJQXCf6BZ1p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #E9F5i31ZWZDo1bpvIKLClkPbnJpgRQpU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #DP1AOJDPTJTOZH4LetSFySXAbWmnpuhT { display:block;position:relative; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #lG8qwmaFqE35WT68sP6G1IEV3ZXpqTCE {  }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #LnouwvppTTeOWcuF8Lt6oorrNJdXv4ki { display:none; }
#uVErFUma0ClgdevXwHSx81OGXDTon68X { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row .container { background-color: transparent; background-image: none; }#uVErFUma0ClgdevXwHSx81OGXDTon68X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row .container > .video-iframe-container { display: none; }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row > .video-iframe-container { display: none; }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .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); }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row .container { border-width: 0; border-radius: 0; }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#l5U85gyGHoduS25rPPgFvTeZDRE0QDc9 { color:rgba(var(--color-tertiary-1),1);display:block;width:72.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:1500;line-height:1.5;letter-spacing:0;text-align:center;text-align-last:center;top:1.8125rem;left:1.25rem;height:2.4375rem;display:block; }
#tdFSMlxQ8Tfr5qkvJkxMtPUwzcTf6qbT { position:relative;display:none; }#tdFSMlxQ8Tfr5qkvJkxMtPUwzcTf6qbT { border-width: 0; border-radius: 0; }#tdFSMlxQ8Tfr5qkvJkxMtPUwzcTf6qbT > .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; }#tdFSMlxQ8Tfr5qkvJkxMtPUwzcTf6qbT > .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:29.474300384521rem;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:none; }#LBomCaobVb9sBLBLPN5LnKmWxa1k5npt { color:rgba(var(--color-tertiary-3),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:1502;line-height:1.5;letter-spacing:0;text-align:left;text-align-last:left;top:10rem;left:1.75rem;height:1.5rem;display:block; }
#vABMrIbANpNDJe6KEzPw5xqd88JUZgZg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.0625rem;display:none; }
#DFvppdoikQbXrg3VnOrTq1ia4CR2KQNx { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:1502;line-height:1.5;letter-spacing:0;text-align:center;text-align-last:center;top:5.125rem;left:0rem;height:;display:none; }
#DKbkTRmAeLEV3u9qTdfUBLSG3XUr85S2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.0625rem;display:none; }
#VhNQ77xxUGF7uObOCvkFCwbSk3Nq4rgX { color:rgba(var(--color-tertiary-3),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:1502;line-height:1.5;letter-spacing:0;text-align:left;text-align-last:left;top:11.875rem;left:1.75rem;height:1.5rem;display:none; }
#G7V4D2LoAkorAX98C3zl9wKAJ0aqTMWa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:9.3125rem;display:none; }
#ll8liAXKwSbx8JXXKrdF72yg4woTZf55 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;display:none; }
#TnT3V99cNnitwSKl2qqgaU1Jz3nDg5pQ { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:1502;line-height:1.5;letter-spacing:0;text-align:left;text-align-last:left;top:13.875rem;left:1.75rem;height:1.5rem;display:none; }
#TkCd1eeWxoDSLtkxEVmuab6FDKT43sEM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.0625rem;display:none; }
#nphEVywCBeRSM7T3DgbS8XT5TMJUv89N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;display:none; }
#RDdwOl5260eETtw5mohxKBs0s8bEET0u { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#KkVIhIXETfMCx3XmS5nttV6qHecEtqWu { 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:2rem;width:2rem;display:none; }
#XXmJ1h0nwsTvvqPwlFBUgWuMNSDHMTua { 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:2rem;width:2rem;display:none; }
#ZtP2Camwp8V2S6orTKx2siTvEL59713W { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:none; }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row .container { border-width: 0; border-radius: 0; }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:none; }#o59DpMbTNZJRdi48bdeEIk1ZVNTGIeQe { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5771484375rem;left:19.59375rem;height:4.548825rem;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;text-align:center;text-align-last:center;display:block; }
#nWTVpSCZ8Oa89NXnzK5GyADN9kCCTXls { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.875rem;left:25.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#f4P2FE9FaDehpZSlmuiRTGyi5QPnvp34 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.3125rem;left:9.9375rem;height:2.798825rem;font-style:normal;display:none; }
#XDsZdJsbmP8oHhJTxyuSOq3lvplNkTal { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.3125rem;left:9.9375rem;height:2.798825rem;font-style:normal;display:none; }#XDsZdJsbmP8oHhJTxyuSOq3lvplNkTal li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b74914080b749b4a75b55f3a5e46bc976dae1ae3.svg); }
#RnM7dxuvM01VbPhEToPM2iMKLTv4NaOp { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:none; }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row .container { border-width: 0; border-radius: 0; }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:none; }#RLmK2fpHivKtE5S7vGEVTcw1y2TlN0sp { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5771484375rem;left:19.59375rem;height:2.2744125rem;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;text-align:center;text-align-last:center;display:block; }
#URKtXaDRpsHl7huiDlUuOsTUnedowlVV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.3125rem;left:9.9375rem;height:2.798825rem;font-style:normal;display:none; }
#kDKRRZ1toI6az3lsU34HbPzSl6A27cCL { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.875rem;left:25.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#xxqqdKECKd5hUfWtsCeQVlbwmZMD7Mts { position:absolute;display:block;z-index:15021;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.625rem;width:3.6875rem;top:7.125rem;left:3.25rem;overflow:hidden;display:none; }
#igHW0tcrbTzNtHazBXKhgmrkXfTnTXnU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:9.9375rem;height:1.29980625rem;font-style:normal;display:none; }
#rv7UrVHNTMZ2Bb0deNgUBwpxlxhzvphX { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#n4mOMBlscV6qEKklVlbyVBAyRvuk7gaq { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.875rem;left:25.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#dVCeiIh7miN3q1VNX2TFb38iu9iVrrHb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.3125rem;left:9.9375rem;height:2.798825rem;font-style:normal;display:none; }
#BJubH13yrXbWBnKRo5ynvPxzsBx3ib7l { position:absolute;display:block;z-index:15021;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.625rem;width:3.6875rem;top:7.125rem;left:3.25rem;overflow:hidden;display:none; }
#X3ko3o2r3bAivG8uciqdlPKu7slnSti9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:9.9375rem;height:1.29980625rem;font-style:normal;display:none; }
#ttxz4909aF5ITLaQ209qBJfZTrUFvZ0G { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.875rem;left:25.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#AAPDd3e2xImEZDo7MCFeWHB8Q3FIHd6H { position:absolute;display:block;z-index:15021;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.625rem;width:3.6875rem;top:7.125rem;left:3.25rem;overflow:hidden;display:none; }
#WD16U5DeaUGvKNUl7uVWHTpecFsnTfUm { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.3125rem;left:9.9375rem;height:2.798825rem;font-style:normal;display:none; }
#mIf2t5tPk90PrDI7TbgZFnLz5J9qgGGA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:9.9375rem;height:1.29980625rem;font-style:normal;display:none; }
#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:none; }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row .container { border-width: 0; border-radius: 0; }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:none; }#ydqb8gbHGWpTPgaDoDSxfRaabnNbUcty { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5771484375rem;left:19.59375rem;height:2.2744125rem;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;text-align:center;text-align-last:center;display:block; }
#Kxddzpz9Uk7znud2gDZWfFm6gTn46m7q { position:absolute;display:block;z-index:15021;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:5.625rem;width:5.625rem;top:7.125rem;left:3.25rem;overflow:hidden;display:block; }
#Lw2nBaOeScPCZfEN0VqHVmBtdVMM1xZa { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.3125rem;left:9.9375rem;height:2.798825rem;font-style:normal;display:block; }
#Ro0aaqhlICaqwAdJie2lXMg0UHBa6NQ5 { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.875rem;left:25.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#EplWS9zI8rTTDvsNWxZxdlFRBW0TEZPN { color:rgba(var(--color-tertiary-4),1);display:block;width:0.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:1502;line-height:0;letter-spacing:0;text-align:left;text-align-last:left;top:10.875rem;left:71.875rem;height:0.75rem;font-style:normal;display:block; }
#kndblXVtgdoiQTD4UThUnexZlqPnCbp6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.3125rem;left:9.9375rem;height:2.798825rem;font-style:normal;display:none; }
#dko3v96CqTXeDI4KVbiufdrsqdIJLlot { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.875rem;left:25.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#vlSeMs2p49LQkHm1b26htpk0ihpiB6wt { position:absolute;display:block;z-index:15021;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:5.3125rem;width:5.625rem;top:7.125rem;left:3.25rem;overflow:hidden;display:none; }
#s0eyFvneyryW2yXFxooNJSUBtLzNMUfH { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.3125rem;left:9.9375rem;height:2.798825rem;font-style:normal;display:none; }
#Jv4zBfAXrIgsBgMcmD2fuL6vGCKLaW0I { box-sizing:content-box;height:8.125rem;width:22.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.875rem;left:25.9375rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:none; }
#tpdEQ3xD8rez6sOwmLqzfsJBEeAFnkUX { position:absolute;display:block;z-index:15021;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.6875rem;width:5.625rem;top:7.125rem;left:3.25rem;overflow:hidden;display:none; }
#D7bcAkgqoDefGkAvlGQSk6OygbHIbM3o { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:9.9375rem;height:1.29980625rem;font-style:normal;display:none; }
#cpZFyEaOJqJvUkGzOkTHQu9bIpxUW8p4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:20.625rem;display:none; }
#nZoXOnqtIIEcQaZ8fxTBqBNBA76vZOec { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:20.625rem;display:none; }
#FgDLzSN0S9NJRyJQkb7w9TLQTiGeZFW6 { position:relative;display:none; }#FgDLzSN0S9NJRyJQkb7w9TLQTiGeZFW6 { border-width: 0; border-radius: 0; }#FgDLzSN0S9NJRyJQkb7w9TLQTiGeZFW6 > .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; }#FgDLzSN0S9NJRyJQkb7w9TLQTiGeZFW6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .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; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-trigger.adaptive-delivery-prevent-bg, #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-trigger.lazyload, #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-trigger.lazyloading { background-image: none; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq { box-sizing:content-box;height:auto;width:17.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;display:none; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #bOCTC1KANdsDN8fBnWfbpEipiX9nWXFQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #aZgkTJLTschI7x9FQlEheTXR8D1OJau7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #eTINTuLpD2mtJArqzuN9T7wonhfpiDtX { display:block;position:relative; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #a6IqcPZ73HQSAhiuLmETfQwchKNXPWgJ {  }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #xZnb8gJR20MQDfO5zgcpXSo8ae1ngLbt {  }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #tlaIvT5SM2fdzl0EeOvOQEhgeavpSzyt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #a0GGO6Pl3rUVdnw5z2q8Pp6qlRUK7l67 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #TvUH3ZNBvxyZ3VcnhaRnaTx5dfwb6mK3 { display:block;position:relative; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #DZTIGvrtZh5UkRVcc0BKTw5Vm3POOdwP {  }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #aXd18RtzIZav1QPmCflVHZB8OR5wA42H { display:none; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #xMTpPbZ2xQVnd1KuWtnkwNknQrl76yev { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #dk63DLGKyqDPbas3yQcG6I0c16TbqT8r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #D7vvAVKzCgtcB4FW2OzBi1uir94UHIsJ { display:block;position:relative; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #w8CtQpl1nPWilzdtK2k4CLD0a5FdfCHJ {  }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #NzCmZQ6sRwAkDikb0Hfpxaub9UTTJBIw { display:none; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #VdNoKLMkDGqn8qeTIPMcxPDHDtK8z04D { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #vhffqaVDmrxnl0xOulsAThId1wS781eA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #GMdt5UI8M9sFSmlSPaap3WqR4LwlM8zS { display:block;position:relative; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #KTb6y1NaDksx6OnWlKFhNhKUyn0oDT57 {  }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #ngzm3HLw6HDI9yK6q1rRizRXWs5qMdiq { display:none; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #F3yTRqTkGeOlcgPLOdNFbQET6Ut17Gcx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #eyeq6dBqkC3rnHoGw1GIWchhrVnIRfQv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #LLrrBTDtceTnEDAcs9TZZ6itDTsqUKkA { display:block;position:relative; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #Ugp1orqfHmIAB1rOZ4tmU38Eq4NLEAo5 {  }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #yLuNHHIVxCqRZWaLmKGz9FIiMoSkKLLo { display:none; }
#AXft1Kzqg3BJnAHsQn7lB8d0PlO1gE10 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5771484375rem;left:19.59375rem;height:2.2744125rem;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;text-align:center;text-align-last:center;display:none; }
#gZEO87iVGDfHZH52BLaHzeINNowi9psK { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF { position:relative;display:none; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF { border-width: 0; border-radius: 0; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .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; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.1875rem;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:none; }#F66RLC3xlkyQ7OZGS4lIbHE6g40dffZU { box-sizing:content-box;height:11.25rem;width:20rem;position:absolute;display:block;z-index:151;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1rem;left:0rem;display:block; }
#oMzGFeXaeSsg7x7z67TXSWcx229WaW2p { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:1501;line-height:1.5;letter-spacing:0;text-align:center;text-align-last:center;top:2.5rem;left:1.25rem;height:8.5rem;display:block; }
#oFa51hTZEGhXa5QRixupACF7bFTAUbik { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#343231;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; } #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection *:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection input[type="text"]:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection input[type="email"]:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection input[type="tel"]:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection textarea:focus-visible { outline: none; } #oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row .container { background-color: transparent; background-image: none; }#oFa51hTZEGhXa5QRixupACF7bFTAUbik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row .container > .video-iframe-container { display: none; }#oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row > .video-iframe-container { display: none; }#oFa51hTZEGhXa5QRixupACF7bFTAUbik > .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); }#oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row .container { border-width: 0; border-radius: 0; }#oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#343231;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; } #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection *:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection input[type="text"]:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection input[type="email"]:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection input[type="tel"]:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection textarea:focus-visible { outline: none; } #IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row .container { background-color: transparent; background-image: none; }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row .container > .video-iframe-container { display: none; }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row > .video-iframe-container { display: none; }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .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); }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row .container { border-width: 0; border-radius: 0; }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J { position:relative;display:none; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J { border-width: 0; border-radius: 0; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#FdX0K7bShSwh1Fmw4vGZ7L6zXHe5fem5 { position:absolute;display:block;z-index:1501;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:5.421875rem;top:0.625rem;left:7.3125rem;overflow:hidden;display:block; }
#Rd4BMMS9g8W0USiVmPUhRMbR1ODt966A { position:absolute;display:block;z-index:1501;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:0.625rem;left:17.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME { display:block; }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row .container { width:50rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q929fdcf3e7963888ba294c484d3c8d5 { top:1.875rem;left:0rem;width:42.34375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7f5eb9d4fa6d48bbee174c7cc6a4773 { top:1.875rem;left:0rem;width:10.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb5aa909a09befc50d74c01da5f58047 { top:1.625rem;left:42.375rem;width:15.46875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #s30be59f63abd3fb8e2efb51a2530858 { top:2.4375rem;left:42.375rem;width:1.40625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d622f6a9dc99b618e89e4d8cbc3c6bda { top:1.625rem;left:25.40625rem;width:12.75rem;height:2.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbac6698f71fa5a13df530e838e228cd { top:3rem;left:39.125rem;width:;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa8ba1f6ad9ad277d8fca3bad6ce49c9 { top:1.8125rem;left:35.5625rem;width:12.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaVigncZnkRoxXuUe2arLhvVRPdPQFGK { display:block; }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK > .row .container { width:50rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gXfZ3TRfip2AulXxHMSvHsdC7NyKWfuS { top:13.4375rem;left:0rem;width:46.5rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8R1CbczMn25CpkQS3eU6ayoDUhexTzm { top:27.6875rem;left:6.3125rem;width:9.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKt70tyTl5dV8V0FJX98cvnSmpgxmKoh { top:9.6875rem;left:8.5625rem;width:23.1875rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtxIqbdTp03OW9xcmgTQT91uiQyWU31K { top:27.6875rem;left:9.125rem;width:1.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLuUXQbQ8wCdA6yCJ4GvEAtlXV4mtqZ { top:27.6875rem;left:16.875rem;width:13.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv5BLtvlxiEzTS41XFqP4lUMeKg2nDef { top:11.5rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOrs7NFIF412MpcozUphHaQg8WoeJIZ7 { top:27.6875rem;left:15.875rem;width:1.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX1ktF2O24CTUBHScVNQT8FMuPzEwWlF { top:7.125rem;left:40.125rem;width:7.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMW4TzTGOJb6d9boU8258AftFQhoKg8 { top:27.6875rem;left:19.9375rem;width:11.8125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFLp6uLRB7TTJpdewVe3RFel7qRIVxX { top:27.6875rem;left:30.25rem;width:1.5rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa4BvipJrd9zNdm9gePuaXufPTNQxKTt { top:20.3125rem;left:0rem;width:47.75rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6gJDoqO8zlbnTXyAQXsnaosABWgnNPT { top:27.8125rem;left:30.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtVwk3h6oyOBWe5FlBKtEv1vl8STkGmV { top:27.8125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFfaphIKdcIRN3dxEru61uCIEheFUSnL { display:block; }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row .container { width:50rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exfXxi1rdL08oQ6gaA5oFZG9smVxKuLk { top:7.0625rem;left:2rem;width:43.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElB9pq1E6vJs1ezdb2mJsfB1THs8IIpP { top:4.375rem;left:2rem;width:43.75rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvXaWIgHMRi0IC2TzDS4iUC2fmkSc6Df { top:11.125rem;left:2rem;width:43.75rem;height:;font-size:1rem;display:block; }#TvXaWIgHMRi0IC2TzDS4iUC2fmkSc6Df li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1ff55c4a55830f2c3eb8bfe95229a2f2fe791c5.svg); }
 }@media only screen and (max-width: 763px) { #KA5hW6tzVUB4hgdCteTAnPU26bHIe5yG { top:2.6875rem;left:0rem;width:47.625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUpRZEwisvRkfdqrqmCTT7sDBqkww11 { top:29.75rem;left:14.5rem;width:18.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 { display:block; }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row .container { width:50rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsTfLlfAXEr1rl0B4xyO5TsD7GAQTIAf { top:6.4375rem;left:0rem;width:17.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDq0oek7w0aGolUm48GgFpbgIBesQSzO { top:14.875rem;left:0rem;width:15.6875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVcKDq1yy6XzJ0wzpSnCG3ipFb0OnCq8 { top:7.5rem;left:0rem;width:7.375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL2ulvoOk1iCuOJObGJRvo56d4gD7R0z { top:17.125rem;left:0rem;width:14.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdRPC7AOATxCAXuy3fUbvzZTn0P131Tk { top:6.375rem;left:15.125rem;width:17.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQ5yvAf3QZ5errqrvRF5e4cWXtNgT9y { top:7.4375rem;left:20.125rem;width:7.375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP7VNfExhh2yCdBkSkKbFkTkMeDVc9hk { top:14.75rem;left:16.125rem;width:15.6875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiGn1WNVOrilaefxFGgFHW65rBBwMyRB { top:17rem;left:16.5625rem;width:14.6875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDxVxrUs7HaJMs6k4iV7hlrDowak5EEO { top:6.3125rem;left:30.0625rem;width:17.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVppWJb7Ku9bXxP31TdK35LTIAZA83IT { top:7.375rem;left:40.375rem;width:7.375rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJGytBWoT70mmI5SPrg1KWde733E4897 { top:14.75rem;left:32.0625rem;width:15.6875rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0t2yFTc2cnd6yIaRTm3gVWGrukZSA3 { top:16.9375rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkS4LFmg7NQN7P2IRTQrtIz5gKmIwZ4P { top:1.875rem;left:3.625rem;width:40.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X { display:block; }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row .container { width:50rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GkTIy85ZDBdWT1VDc6ohp5bJU7KnqphD { top:3.375rem;left:6rem;width:35.4375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5OKlQgTMnknDQG11k6OItXRKLCNrqKz { top:7.6875rem;left:0rem;width:22.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBh96Vs3D9RLTnJ03xw4KpoK79qXtHZ { top:8.9375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMPAF43HHXBy51X2zyiXdhWaGmvHmVx1 { top:11.125rem;left:0rem;width:13.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXkSuERxWQz8gTTBFO22X6Z0kiQWr7WS { top:7.6875rem;left:12.3125rem;width:22.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEdMmtgtrFUedByeTKKuI8QC2I9zyUhn { top:11.125rem;left:19.6875rem;width:13.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNMnZ2COJR9V8Pu4aCQn2Kz0tobDsZsS { top:9.0625rem;left:13.75rem;width:5.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeB28D50uP80QO2X4nHSUfsZ7AxCm956 { top:7.6875rem;left:25rem;width:22.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll48ozzRLGeCaWcrdw6WgSIF8LUhT5dc { top:11.125rem;left:34.75rem;width:13rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvyRUgh8GMxKJlrKdBZOEmstFh9m7gBP { top:9.25rem;left:37rem;width:8.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZsWqWbwyTKTnOSWCRwrEW10BnvuG2fT { top:9.5625rem;left:33.875rem;width:13.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyihMTn3I6yEmUnFotadySXHR7tbLUiy { top:12.6875rem;left:47.125rem;width:0.625rem;height:0.75rem;font-size:0;display:block; }
 }@media only screen and (max-width: 763px) { #fxnxKkD2tLvKmXGEgC2FvcdhKf1TItHi { top:9.25rem;left:19.6875rem;width:12rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7eAKFCpGGcigdPcFIM880n92RbATrkF { top:9.375rem;left:0rem;width:12rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5u91EqWd0tq49ARuOmxUDX463WVW8J7 { top:17.375rem;left:15.25rem;width:17.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz { display:block; }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row .container { width:50rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G5qgEoLLRiNMmESkPHxpeXi32MOPurDn { top:1.875rem;left:3.625rem;width:40.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy { display:flex;height:auto;width:27.8125rem;top:6.875rem;left:8.71875rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #U1PAbI0E1o30Eiog6E5r80r2iXAaDOET {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #BnRpylyowB9ozrFaR59Sw5IGx8AJt6X3 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #EdJp8hE3sKcxymu8vLvw62rHUNAATebZ {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #IacedPwFzwAfD0tWFGqAXMy45MWhOiK3 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #u6mutwm4eLE0oH801Q5GPzk9LnPPJdqf {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #VTPmL45ybVlw1JRsP5tKMOF6lrRwiKCd {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #iPoD86gszsDIG6ZMpTTGXhKbiasT3b62 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #KgRT5GSJUUUJqyxvmprTd0h6fQnUplET {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #rXcQVlZmm89yT2fBhl5UG2NfWKOHAWC1 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #kDc4Nh3VcauTCO97cUhXQuP0E5fRPqDq {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #rT4dAo1BHXEOTnD9wJNLoOcuMH8gJr8h {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #JGf5qc2TSZ5HkAQzcxUR6rIlRvKG44XA {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #cB1XTUBNePpFnRbVsiewRWVvUynEZdRu {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #VmTQA1ZSoKHmMkNlgOfVJFei0cNdwc14 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #D73lLT5Z1P1rgsqHlAdw97ZVennDmh2k {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #zmLq3Ip4KITcTpdRkJy0VLeW77AAT3Uv {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #mzcUeMOtgggOxWs9fcDCu8OqHol49qRi {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #TNGBl58J0sIfLFgPykSS8SW9gTiNKgPd {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #KcXJgS9AMK5oExR2vTcHy1rBUIsAMLWc {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #W3JemXTm74CGde9M7RDFPS4KRM4Ev5Q9 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #WE48nTus3dCGqRyMW6sxXFJQXCf6BZ1p {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #E9F5i31ZWZDo1bpvIKLClkPbnJpgRQpU {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #DP1AOJDPTJTOZH4LetSFySXAbWmnpuhT {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #lG8qwmaFqE35WT68sP6G1IEV3ZXpqTCE {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #LnouwvppTTeOWcuF8Lt6oorrNJdXv4ki {  }
 }@media only screen and (max-width: 763px) { #uVErFUma0ClgdevXwHSx81OGXDTon68X { display:block; }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row .container { width:50rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5U85gyGHoduS25rPPgFvTeZDRE0QDc9 { top:1.8125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdFSMlxQ8Tfr5qkvJkxMtPUwzcTf6qbT { display:none; }#tdFSMlxQ8Tfr5qkvJkxMtPUwzcTf6qbT > .row .container { width:50rem;height:29.474300384521rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LBomCaobVb9sBLBLPN5LnKmWxa1k5npt { top:10rem;left:0rem;width:9.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vABMrIbANpNDJe6KEzPw5xqd88JUZgZg { width:2.0625rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFvppdoikQbXrg3VnOrTq1ia4CR2KQNx { top:5.125rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKbkTRmAeLEV3u9qTdfUBLSG3XUr85S2 { width:2.0625rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhNQ77xxUGF7uObOCvkFCwbSk3Nq4rgX { top:11.875rem;left:0rem;width:16.25rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7V4D2LoAkorAX98C3zl9wKAJ0aqTMWa { width:9.3125rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ll8liAXKwSbx8JXXKrdF72yg4woTZf55 { width:6.1875rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnT3V99cNnitwSKl2qqgaU1Jz3nDg5pQ { top:13.875rem;left:0rem;width:17.625rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkCd1eeWxoDSLtkxEVmuab6FDKT43sEM { width:2.0625rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #nphEVywCBeRSM7T3DgbS8XT5TMJUv89N { width:7.6875rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RDdwOl5260eETtw5mohxKBs0s8bEET0u { display:none; }
 }@media only screen and (max-width: 763px) { #KkVIhIXETfMCx3XmS5nttV6qHecEtqWu { width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXmJ1h0nwsTvvqPwlFBUgWuMNSDHMTua { width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtP2Camwp8V2S6orTKx2siTvEL59713W { display:none; }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row .container { width:50rem;height:20.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o59DpMbTNZJRdi48bdeEIk1ZVNTGIeQe { top:2.4375rem;left:0rem;width:17.5625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTVpSCZ8Oa89NXnzK5GyADN9kCCTXls { top:5.875rem;left:12.3125rem;width:22.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4P2FE9FaDehpZSlmuiRTGyi5QPnvp34 { top:9.3125rem;left:0rem;width:18.25rem;height:6.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDsZdJsbmP8oHhJTxyuSOq3lvplNkTal { top:17.125rem;left:0rem;width:18.25rem;height:;font-size:1rem;display:none; }#XDsZdJsbmP8oHhJTxyuSOq3lvplNkTal li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b74914080b749b4a75b55f3a5e46bc976dae1ae3.svg); }
 }@media only screen and (max-width: 763px) { #RnM7dxuvM01VbPhEToPM2iMKLTv4NaOp { display:none; }
 }@media only screen and (max-width: 763px) { #yrFBH3TRALOtwcvhFPxLAA89WpLobv1U { display:none; }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row .container { width:50rem;height:20.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RLmK2fpHivKtE5S7vGEVTcw1y2TlN0sp { top:1rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URKtXaDRpsHl7huiDlUuOsTUnedowlVV { top:8.75rem;left:0rem;width:13rem;height:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDKRRZ1toI6az3lsU34HbPzSl6A27cCL { top:5.875rem;left:12.3125rem;width:22.75rem;height:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxqqdKECKd5hUfWtsCeQVlbwmZMD7Mts { top:7.125rem;left:0rem;width:3.6875rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #igHW0tcrbTzNtHazBXKhgmrkXfTnTXnU { top:12.6875rem;left:0rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rv7UrVHNTMZ2Bb0deNgUBwpxlxhzvphX { display:none; }
 }@media only screen and (max-width: 763px) { #n4mOMBlscV6qEKklVlbyVBAyRvuk7gaq { top:5.875rem;left:12.3125rem;width:22.75rem;height:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVCeiIh7miN3q1VNX2TFb38iu9iVrrHb { top:19.625rem;left:0rem;width:13rem;height:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJubH13yrXbWBnKRo5ynvPxzsBx3ib7l { top:7.125rem;left:0rem;width:3.6875rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3ko3o2r3bAivG8uciqdlPKu7slnSti9 { top:17.8125rem;left:0rem;width:11rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttxz4909aF5ITLaQ209qBJfZTrUFvZ0G { top:5.875rem;left:12.3125rem;width:22.75rem;height:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAPDd3e2xImEZDo7MCFeWHB8Q3FIHd6H { top:7.125rem;left:0rem;width:3.6875rem;height:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WD16U5DeaUGvKNUl7uVWHTpecFsnTfUm { top:30.4375rem;left:0rem;width:13rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIf2t5tPk90PrDI7TbgZFnLz5J9qgGGA { top:28.625rem;left:0rem;width:11rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iunzVR8tD3v7GseVRl6EmdW9RKUDen4G { display:none; }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row .container { width:50rem;height:20.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ydqb8gbHGWpTPgaDoDSxfRaabnNbUcty { top:1rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxddzpz9Uk7znud2gDZWfFm6gTn46m7q { top:7.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw2nBaOeScPCZfEN0VqHVmBtdVMM1xZa { top:9.3125rem;left:0rem;width:13.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro0aaqhlICaqwAdJie2lXMg0UHBa6NQ5 { top:5.875rem;left:12.3125rem;width:22.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EplWS9zI8rTTDvsNWxZxdlFRBW0TEZPN { top:10.875rem;left:47.125rem;width:0.625rem;height:0.75rem;font-size:0;display:block; }
 }@media only screen and (max-width: 763px) { #kndblXVtgdoiQTD4UThUnexZlqPnCbp6 { top:17.625rem;left:0rem;width:12.5625rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dko3v96CqTXeDI4KVbiufdrsqdIJLlot { top:5.875rem;left:12.3125rem;width:22.75rem;height:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vlSeMs2p49LQkHm1b26htpk0ihpiB6wt { top:7.125rem;left:0rem;width:5.625rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0eyFvneyryW2yXFxooNJSUBtLzNMUfH { top:31.4375rem;left:0rem;width:17.0625rem;height:4.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jv4zBfAXrIgsBgMcmD2fuL6vGCKLaW0I { top:5.875rem;left:12.3125rem;width:22.75rem;height:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpdEQ3xD8rez6sOwmLqzfsJBEeAFnkUX { top:7.125rem;left:0rem;width:5.625rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7bcAkgqoDefGkAvlGQSk6OygbHIbM3o { top:28.75rem;left:0rem;width:17.6875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpZFyEaOJqJvUkGzOkTHQu9bIpxUW8p4 { width:20.625rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZoXOnqtIIEcQaZ8fxTBqBNBA76vZOec { width:20.625rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgDLzSN0S9NJRyJQkb7w9TLQTiGeZFW6 { display:none; }#FgDLzSN0S9NJRyJQkb7w9TLQTiGeZFW6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq { display:flex;height:auto;width:17.5rem;display:none; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #bOCTC1KANdsDN8fBnWfbpEipiX9nWXFQ {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #aZgkTJLTschI7x9FQlEheTXR8D1OJau7 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #eTINTuLpD2mtJArqzuN9T7wonhfpiDtX {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #a6IqcPZ73HQSAhiuLmETfQwchKNXPWgJ {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #xZnb8gJR20MQDfO5zgcpXSo8ae1ngLbt {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #tlaIvT5SM2fdzl0EeOvOQEhgeavpSzyt {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #a0GGO6Pl3rUVdnw5z2q8Pp6qlRUK7l67 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #TvUH3ZNBvxyZ3VcnhaRnaTx5dfwb6mK3 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #DZTIGvrtZh5UkRVcc0BKTw5Vm3POOdwP {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #aXd18RtzIZav1QPmCflVHZB8OR5wA42H {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #xMTpPbZ2xQVnd1KuWtnkwNknQrl76yev {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #dk63DLGKyqDPbas3yQcG6I0c16TbqT8r {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #D7vvAVKzCgtcB4FW2OzBi1uir94UHIsJ {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #w8CtQpl1nPWilzdtK2k4CLD0a5FdfCHJ {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #NzCmZQ6sRwAkDikb0Hfpxaub9UTTJBIw {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #VdNoKLMkDGqn8qeTIPMcxPDHDtK8z04D {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #vhffqaVDmrxnl0xOulsAThId1wS781eA {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #GMdt5UI8M9sFSmlSPaap3WqR4LwlM8zS {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #KTb6y1NaDksx6OnWlKFhNhKUyn0oDT57 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #ngzm3HLw6HDI9yK6q1rRizRXWs5qMdiq {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #F3yTRqTkGeOlcgPLOdNFbQET6Ut17Gcx {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #eyeq6dBqkC3rnHoGw1GIWchhrVnIRfQv {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #LLrrBTDtceTnEDAcs9TZZ6itDTsqUKkA {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #Ugp1orqfHmIAB1rOZ4tmU38Eq4NLEAo5 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #yLuNHHIVxCqRZWaLmKGz9FIiMoSkKLLo {  }
 }@media only screen and (max-width: 763px) { #AXft1Kzqg3BJnAHsQn7lB8d0PlO1gE10 { top:2.0625rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZEO87iVGDfHZH52BLaHzeINNowi9psK { display:none; }
 }@media only screen and (max-width: 763px) { #gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF { display:block; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row .container { width:50rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F66RLC3xlkyQ7OZGS4lIbHE6g40dffZU { top:1rem;left:0rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMzGFeXaeSsg7x7z67TXSWcx229WaW2p { top:2.5rem;left:0rem;width:17.5rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFa51hTZEGhXa5QRixupACF7bFTAUbik { display:block; } #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection *:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection input[type="text"]:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection input[type="email"]:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection input[type="tel"]:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection textarea:focus-visible { outline: none; } #oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row .container { width:50rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 { display:block; } #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection *:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection input[type="text"]:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection input[type="email"]:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection input[type="tel"]:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection textarea:focus-visible { outline: none; } #IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row .container { width:50rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZHxzIBWJqDzdTSWE1vorBbutemWnC0J { display:block; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row .container { width:50rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdX0K7bShSwh1Fmw4vGZ7L6zXHe5fem5 { top:0.625rem;left:7.3125rem;width:5.421875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4BMMS9g8W0USiVmPUhRMbR1ODt966A { top:0.625rem;left:17.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME { position:relative;z-index:auto;display:none; }#p89KsWsOFR8Ufu3IWht7lZ3qObbQFmME > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Q929fdcf3e7963888ba294c484d3c8d5 { width:20rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7f5eb9d4fa6d48bbee174c7cc6a4773 { width:10.875rem;height:;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb5aa909a09befc50d74c01da5f58047 { width:15.46875rem;height:3rem;top:5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s30be59f63abd3fb8e2efb51a2530858 { width:1.40625rem;height:;top:1.8125rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d622f6a9dc99b618e89e4d8cbc3c6bda { width:13.5625rem;height:2.9746125rem;top:5rem;left:4.1875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tbac6698f71fa5a13df530e838e228cd { width:14.1875rem;height:1.5rem;top:11.71875rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aa8ba1f6ad9ad277d8fca3bad6ce49c9 { width:12.1875rem;height:1.21875rem;top:9.25rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zaVigncZnkRoxXuUe2arLhvVRPdPQFGK { display:none; }#zaVigncZnkRoxXuUe2arLhvVRPdPQFGK > .row .container { width:20rem;height:109rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gXfZ3TRfip2AulXxHMSvHsdC7NyKWfuS { width:20rem;height:6.173825rem;top:11.5625rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8R1CbczMn25CpkQS3eU6ayoDUhexTzm { width:14.5rem;height:1.96875rem;top:22.07421875rem;left:4.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKt70tyTl5dV8V0FJX98cvnSmpgxmKoh { width:9.1875rem;height:3.9375rem;top:36.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtxIqbdTp03OW9xcmgTQT91uiQyWU31K { width:2.0625rem;height:2rem;top:30.19921875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLuUXQbQ8wCdA6yCJ4GvEAtlXV4mtqZ { width:13.8125rem;height:0;top:56.41896875rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hv5BLtvlxiEzTS41XFqP4lUMeKg2nDef { width:20rem;height:5.94921875rem;top:14.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IOrs7NFIF412MpcozUphHaQg8WoeJIZ7 { width:1.5rem;height:1.4375rem;top:53.73146875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX1ktF2O24CTUBHScVNQT8FMuPzEwWlF { width:7.5rem;height:5rem;top:66.85646875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCMW4TzTGOJb6d9boU8258AftFQhoKg8 { width:17.4375rem;height:0;top:64.10646875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezFLp6uLRB7TTJpdewVe3RFel7qRIVxX { width:1.5rem;height:1.4375rem;top:61.41896875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pa4BvipJrd9zNdm9gePuaXufPTNQxKTt { width:20rem;height:11rem;top:73.10646875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6gJDoqO8zlbnTXyAQXsnaosABWgnNPT { width:1.25rem;height:1.25rem;top:87.85646875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtVwk3h6oyOBWe5FlBKtEv1vl8STkGmV { width:1.25rem;height:1.25rem;top:85.35646875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFfaphIKdcIRN3dxEru61uCIEheFUSnL { display:none; }#QFfaphIKdcIRN3dxEru61uCIEheFUSnL > .row .container { width:20rem;height:140.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #exfXxi1rdL08oQ6gaA5oFZG9smVxKuLk { width:20rem;height:17.418rem;top:70.38671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElB9pq1E6vJs1ezdb2mJsfB1THs8IIpP { width:20rem;height:0;top:86.44921875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvXaWIgHMRi0IC2TzDS4iUC2fmkSc6Df { width:20rem;height:0;top:97.94921875rem;left:0rem;font-size:1rem;display:block; }#TvXaWIgHMRi0IC2TzDS4iUC2fmkSc6Df li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b1ff55c4a55830f2c3eb8bfe95229a2f2fe791c5.svg); }
 }@media only screen and (max-width: 763px) { #KA5hW6tzVUB4hgdCteTAnPU26bHIe5yG { width:19.875rem;height:25.5625rem;top:89.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIUpRZEwisvRkfdqrqmCTT7sDBqkww11 { width:18.75rem;height:3.0625rem;top:116.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 { display:none; }#LtQE5cCigAItTwhDHn50Ab9wnS17fOM8 > .row .container { width:20rem;height:181.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gsTfLlfAXEr1rl0B4xyO5TsD7GAQTIAf { width:19.875rem;height:12.1875rem;top:69.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDq0oek7w0aGolUm48GgFpbgIBesQSzO { width:17.625rem;height:0;top:119.44921875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVcKDq1yy6XzJ0wzpSnCG3ipFb0OnCq8 { width:5.1875rem;height:5.125rem;top:128.63671875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL2ulvoOk1iCuOJObGJRvo56d4gD7R0z { width:14.75rem;height:0;top:138.51171875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdRPC7AOATxCAXuy3fUbvzZTn0P131Tk { width:17.5625rem;height:16.125rem;top:143.94921875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQ5yvAf3QZ5errqrvRF5e4cWXtNgT9y { width:7.375rem;height:7.3125rem;top:145.01171875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP7VNfExhh2yCdBkSkKbFkTkMeDVc9hk { width:15.6875rem;height:0;top:152.32421875rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiGn1WNVOrilaefxFGgFHW65rBBwMyRB { width:14.6875rem;height:0;top:154.57421875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDxVxrUs7HaJMs6k4iV7hlrDowak5EEO { width:17.5625rem;height:16.125rem;top:161.44921875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVppWJb7Ku9bXxP31TdK35LTIAZA83IT { width:7.375rem;height:7.3125rem;top:162.51171875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJGytBWoT70mmI5SPrg1KWde733E4897 { width:15.6875rem;height:0;top:169.88671875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr0t2yFTc2cnd6yIaRTm3gVWGrukZSA3 { width:14.5rem;height:0;top:172.07421875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkS4LFmg7NQN7P2IRTQrtIz5gKmIwZ4P { width:20rem;height:0;top:135.01171875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X { display:none; }#inX7KN5pfTVsvnBC5SCwI7KRASCLXk8X > .row .container { width:20rem;height:128.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GkTIy85ZDBdWT1VDc6ohp5bJU7KnqphD { width:20rem;height:0;top:62.76171875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5OKlQgTMnknDQG11k6OItXRKLCNrqKz { width:20rem;height:17rem;top:3.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBh96Vs3D9RLTnJ03xw4KpoK79qXtHZ { width:5.625rem;height:5.625rem;top:66.26171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMPAF43HHXBy51X2zyiXdhWaGmvHmVx1 { width:13.875rem;height:0;top:75.63671875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXkSuERxWQz8gTTBFO22X6Z0kiQWr7WS { width:20rem;height:8.125rem;top:79.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEdMmtgtrFUedByeTKKuI8QC2I9zyUhn { width:13.875rem;height:0;top:83.07421875rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNMnZ2COJR9V8Pu4aCQn2Kz0tobDsZsS { width:5.25rem;height:5rem;top:81.01171875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeB28D50uP80QO2X4nHSUfsZ7AxCm956 { width:20rem;height:8.125rem;top:89.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll48ozzRLGeCaWcrdw6WgSIF8LUhT5dc { width:13rem;height:0;top:92.44921875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvyRUgh8GMxKJlrKdBZOEmstFh9m7gBP { width:8.125rem;height:5.1875rem;top:90.57421875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZsWqWbwyTKTnOSWCRwrEW10BnvuG2fT { width:13.875rem;height:0;top:90.88671875rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyihMTn3I6yEmUnFotadySXHR7tbLUiy { width:0.625rem;height:0;top:30.90625rem;left:9.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxnxKkD2tLvKmXGEgC2FvcdhKf1TItHi { width:12rem;height:1.75rem;top:101.38671875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7eAKFCpGGcigdPcFIM880n92RbATrkF { width:12rem;height:1.75rem;top:98.38671875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5u91EqWd0tq49ARuOmxUDX463WVW8J7 { width:17.375rem;height:3.0625rem;top:104.38671875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz { display:none; }#VIAndkgTD7bp3r1E3Zl4R0TMtq2pQ4Cz > .row .container { width:20rem;height:181.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G5qgEoLLRiNMmESkPHxpeXi32MOPurDn { width:20rem;height:0;top:37.3984375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy { display:flex;height:auto;width:17.5rem;top:4.7734375rem;left:0rem; }
#WxNfR2weElqBGnt2aTHRLlvBdq8VPddy .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #U1PAbI0E1o30Eiog6E5r80r2iXAaDOET {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #BnRpylyowB9ozrFaR59Sw5IGx8AJt6X3 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #EdJp8hE3sKcxymu8vLvw62rHUNAATebZ {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #IacedPwFzwAfD0tWFGqAXMy45MWhOiK3 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #u6mutwm4eLE0oH801Q5GPzk9LnPPJdqf {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #VTPmL45ybVlw1JRsP5tKMOF6lrRwiKCd {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #iPoD86gszsDIG6ZMpTTGXhKbiasT3b62 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #KgRT5GSJUUUJqyxvmprTd0h6fQnUplET {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #rXcQVlZmm89yT2fBhl5UG2NfWKOHAWC1 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #kDc4Nh3VcauTCO97cUhXQuP0E5fRPqDq {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #rT4dAo1BHXEOTnD9wJNLoOcuMH8gJr8h {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #JGf5qc2TSZ5HkAQzcxUR6rIlRvKG44XA {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #cB1XTUBNePpFnRbVsiewRWVvUynEZdRu {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #VmTQA1ZSoKHmMkNlgOfVJFei0cNdwc14 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #D73lLT5Z1P1rgsqHlAdw97ZVennDmh2k {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #zmLq3Ip4KITcTpdRkJy0VLeW77AAT3Uv {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #mzcUeMOtgggOxWs9fcDCu8OqHol49qRi {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #TNGBl58J0sIfLFgPykSS8SW9gTiNKgPd {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #KcXJgS9AMK5oExR2vTcHy1rBUIsAMLWc {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #W3JemXTm74CGde9M7RDFPS4KRM4Ev5Q9 {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #WE48nTus3dCGqRyMW6sxXFJQXCf6BZ1p {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #E9F5i31ZWZDo1bpvIKLClkPbnJpgRQpU {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #DP1AOJDPTJTOZH4LetSFySXAbWmnpuhT {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #lG8qwmaFqE35WT68sP6G1IEV3ZXpqTCE {  }
 }@media only screen and (max-width: 763px) { #WxNfR2weElqBGnt2aTHRLlvBdq8VPddy #LnouwvppTTeOWcuF8Lt6oorrNJdXv4ki {  }
 }@media only screen and (max-width: 763px) { #uVErFUma0ClgdevXwHSx81OGXDTon68X { display:none; }#uVErFUma0ClgdevXwHSx81OGXDTon68X > .row .container { width:20rem;height:13.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l5U85gyGHoduS25rPPgFvTeZDRE0QDc9 { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdFSMlxQ8Tfr5qkvJkxMtPUwzcTf6qbT { display:block; }#tdFSMlxQ8Tfr5qkvJkxMtPUwzcTf6qbT > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBomCaobVb9sBLBLPN5LnKmWxa1k5npt { width:9.625rem;height:1.5rem;top:10.046875rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vABMrIbANpNDJe6KEzPw5xqd88JUZgZg { top:10.0625rem;left:0rem;width:1.5rem;height:1.4375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DFvppdoikQbXrg3VnOrTq1ia4CR2KQNx { width:20rem;height:4.199225rem;top:5.125rem;left:0rem;font-size:1.5rem;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;line-height:1.4;z-index:1502;display:block; }
 }@media only screen and (max-width: 763px) { #DKbkTRmAeLEV3u9qTdfUBLSG3XUr85S2 { top:12rem;left:0rem;width:1.5rem;height:1.4375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VhNQ77xxUGF7uObOCvkFCwbSk3Nq4rgX { width:14rem;height:1.5rem;top:11.921875rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:1505;display:block; }
 }@media only screen and (max-width: 763px) { #G7V4D2LoAkorAX98C3zl9wKAJ0aqTMWa { top:34.4375rem;left:3.0625rem;width:8.125rem;height:4.375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ll8liAXKwSbx8JXXKrdF72yg4woTZf55 { top:34.4375rem;left:12.5625rem;width:4.375rem;height:4.375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TnT3V99cNnitwSKl2qqgaU1Jz3nDg5pQ { width:11.8125rem;height:1.5rem;top:13.90625rem;left:1.75rem;font-size:1rem;text-align:left;text-align-last:left;z-index:1508;display:block; }
 }@media only screen and (max-width: 763px) { #TkCd1eeWxoDSLtkxEVmuab6FDKT43sEM { top:13.9375rem;left:0rem;width:1.5rem;height:1.4375rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nphEVywCBeRSM7T3DgbS8XT5TMJUv89N { top:3.5625rem;left:13.75rem;width:6.125rem;height:4.0625rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RDdwOl5260eETtw5mohxKBs0s8bEET0u { top:16.6875rem;left:0rem;width:20rem;height:16.625rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KkVIhIXETfMCx3XmS5nttV6qHecEtqWu { top:10.171875rem;left:11.15625rem;width:1.25rem;height:1.25rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XXmJ1h0nwsTvvqPwlFBUgWuMNSDHMTua { top:12.09375rem;left:15.6875rem;width:1.25rem;height:1.25rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZtP2Camwp8V2S6orTKx2siTvEL59713W { background-color:rgba(246,246,246,0.75);background-image:none;border-top:0rem solid #cdcbca;border-left:0rem solid #cdcbca;border-right:0rem solid #cdcbca;border-bottom:0rem solid #cdcbca;display:block; }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row .container { background-color: transparent; background-image: none; }#ZtP2Camwp8V2S6orTKx2siTvEL59713W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row .container > .video-iframe-container { display: none; }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row > .video-iframe-container { display: none; }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .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); }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row .container { border-width: 0; border-radius: 0; }#ZtP2Camwp8V2S6orTKx2siTvEL59713W > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o59DpMbTNZJRdi48bdeEIk1ZVNTGIeQe { width:17.5625rem;height:5.1181625rem;top:2.4521484375rem;left:1.21875rem;font-size:1.3125rem;font-weight:700;font-style:normal;color:#ff5600;z-index:15048;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWTVpSCZ8Oa89NXnzK5GyADN9kCCTXls { width:20rem;height:49.25rem;top:1.625rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(205,203,202,0.6);border-left:0.0625rem solid rgba(205,203,202,0.6);border-right:0.0625rem solid rgba(205,203,202,0.6);border-bottom:0.0625rem solid rgba(205,203,202,0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.15) ;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #f4P2FE9FaDehpZSlmuiRTGyi5QPnvp34 { width:18.25rem;height:6.9970625rem;top:8.6875rem;left:0.875rem;font-size:1rem;z-index:15039;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; }
 }@media only screen and (max-width: 763px) { #XDsZdJsbmP8oHhJTxyuSOq3lvplNkTal { width:18.25rem;height:;top:17.125rem;left:0.875rem;font-size:1rem;z-index:15040;text-align:left;text-align-last:left;display:block; }#XDsZdJsbmP8oHhJTxyuSOq3lvplNkTal li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XDsZdJsbmP8oHhJTxyuSOq3lvplNkTal li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b74914080b749b4a75b55f3a5e46bc976dae1ae3.svg); }
 }@media only screen and (max-width: 763px) { #RnM7dxuvM01VbPhEToPM2iMKLTv4NaOp { top:52.375rem;left:1.25rem;width:17.5rem;height:3rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #yrFBH3TRALOtwcvhFPxLAA89WpLobv1U { background-color:#ffffff;background-image:none;border-top:0rem solid #cdcbca;border-left:0rem solid #cdcbca;border-right:0rem solid #cdcbca;border-bottom:0rem solid #cdcbca;display:block; }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row .container { background-color: transparent; background-image: none; }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row .container > .video-iframe-container { display: none; }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row > .video-iframe-container { display: none; }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .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); }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row .container { border-width: 0; border-radius: 0; }#yrFBH3TRALOtwcvhFPxLAA89WpLobv1U > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLmK2fpHivKtE5S7vGEVTcw1y2TlN0sp { width:20rem;height:3.4121125rem;top:1rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;color:#343231;display:block; }
 }@media only screen and (max-width: 763px) { #URKtXaDRpsHl7huiDlUuOsTUnedowlVV { width:13rem;height:5.59765625rem;top:8.794921875rem;left:7rem;font-size:1rem;z-index:15039;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDKRRZ1toI6az3lsU34HbPzSl6A27cCL { width:20rem;height:9.5625rem;top:5.6875rem;left:0rem;z-index:15013;background-color:#f1f7fc;background-image:none;border-top:0.0625rem solid rgba(205,203,202,0.6);border-left:0.0625rem solid rgba(205,203,202,0.6);border-right:0.0625rem solid rgba(205,203,202,0.6);border-bottom:0.0625rem solid rgba(205,203,202,0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #xxqqdKECKd5hUfWtsCeQVlbwmZMD7Mts { width:5.625rem;height:5.5625rem;top:7.75rem;left:0.875rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #igHW0tcrbTzNtHazBXKhgmrkXfTnTXnU { width:11rem;height:1.29980625rem;top:6.98046875rem;left:7rem;font-size:1rem;z-index:15038;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #rv7UrVHNTMZ2Bb0deNgUBwpxlxhzvphX { top:38.3125rem;left:2.3125rem;width:15.375rem;height:3rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #n4mOMBlscV6qEKklVlbyVBAyRvuk7gaq { width:20rem;height:9.5625rem;top:16.5rem;left:0rem;z-index:15017;background-color:#f1f7fc;background-image:none;border-top:0.0625rem solid rgba(205,203,202,0.6);border-left:0.0625rem solid rgba(205,203,202,0.6);border-right:0.0625rem solid rgba(205,203,202,0.6);border-bottom:0.0625rem solid rgba(205,203,202,0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #dVCeiIh7miN3q1VNX2TFb38iu9iVrrHb { width:12.5rem;height:5.59765625rem;top:19.625rem;left:7rem;font-size:1rem;z-index:15043;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BJubH13yrXbWBnKRo5ynvPxzsBx3ib7l { width:5.625rem;height:5.5625rem;top:18.5625rem;left:0.875rem;z-index:15033;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X3ko3o2r3bAivG8uciqdlPKu7slnSti9 { width:11rem;height:1.29980625rem;top:17.8125rem;left:7rem;font-size:1rem;z-index:15042;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #ttxz4909aF5ITLaQ209qBJfZTrUFvZ0G { width:20rem;height:9.5625rem;top:27.3125rem;left:0rem;z-index:15021;background-color:#f1f7fc;background-image:none;border-top:0.0625rem solid rgba(205,203,202,0.6);border-left:0.0625rem solid rgba(205,203,202,0.6);border-right:0.0625rem solid rgba(205,203,202,0.6);border-bottom:0.0625rem solid rgba(205,203,202,0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #AAPDd3e2xImEZDo7MCFeWHB8Q3FIHd6H { width:5.625rem;height:5.5625rem;top:29.375rem;left:0.875rem;z-index:15037;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WD16U5DeaUGvKNUl7uVWHTpecFsnTfUm { width:12.5625rem;height:4.19824375rem;top:30.4375rem;left:7rem;font-size:1rem;z-index:15047;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mIf2t5tPk90PrDI7TbgZFnLz5J9qgGGA { width:11rem;height:1.29980625rem;top:28.625rem;left:7rem;font-size:1rem;z-index:15046;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #iunzVR8tD3v7GseVRl6EmdW9RKUDen4G { background-color:rgba(246,246,246,0.75);background-image:none;border-top:0rem solid #cdcbca;border-left:0rem solid #cdcbca;border-right:0rem solid #cdcbca;border-bottom:0rem solid #cdcbca;display:block; }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row .container { background-color: transparent; background-image: none; }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row .container > .video-iframe-container { display: none; }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row > .video-iframe-container { display: none; }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .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); }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row .container { border-width: 0; border-radius: 0; }#iunzVR8tD3v7GseVRl6EmdW9RKUDen4G > .row .container { width:20rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ydqb8gbHGWpTPgaDoDSxfRaabnNbUcty { width:20rem;height:3.4121125rem;top:1rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;color:#343231;display:block; }
 }@media only screen and (max-width: 763px) { #Kxddzpz9Uk7znud2gDZWfFm6gTn46m7q { width:5rem;height:5rem;top:19.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw2nBaOeScPCZfEN0VqHVmBtdVMM1xZa { width:12.5625rem;height:2.798825rem;top:22.125rem;left:6.125rem;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Ro0aaqhlICaqwAdJie2lXMg0UHBa6NQ5 { width:20rem;height:7.125rem;top:18.875rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(205,203,202,0.6);border-left:0.0625rem solid rgba(205,203,202,0.6);border-right:0.0625rem solid rgba(205,203,202,0.6);border-bottom:0.0625rem solid rgba(205,203,202,0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #EplWS9zI8rTTDvsNWxZxdlFRBW0TEZPN { width:0.625rem;height:0.8125rem;top:12.875rem;left:18.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #kndblXVtgdoiQTD4UThUnexZlqPnCbp6 { width:12.5625rem;height:2.798825rem;top:29.875rem;left:6.3125rem;font-size:1rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dko3v96CqTXeDI4KVbiufdrsqdIJLlot { width:20rem;height:7.125rem;top:27rem;left:0rem;z-index:15009;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(205,203,202,0.6);border-left:0.0625rem solid rgba(205,203,202,0.6);border-right:0.0625rem solid rgba(205,203,202,0.6);border-bottom:0.0625rem solid rgba(205,203,202,0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #vlSeMs2p49LQkHm1b26htpk0ihpiB6wt { width:5rem;height:4.75rem;top:28rem;left:0.6875rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s0eyFvneyryW2yXFxooNJSUBtLzNMUfH { width:18.25rem;height:2.798825rem;top:14.125rem;left:0.875rem;font-size:1rem;z-index:15039;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4zBfAXrIgsBgMcmD2fuL6vGCKLaW0I { width:20rem;height:12.0625rem;top:5.6875rem;left:0rem;z-index:15013;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(205,203,202,0.6);border-left:0.0625rem solid rgba(205,203,202,0.6);border-right:0.0625rem solid rgba(205,203,202,0.6);border-bottom:0.0625rem solid rgba(205,203,202,0.6);box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #tpdEQ3xD8rez6sOwmLqzfsJBEeAFnkUX { width:8.5625rem;height:5.625rem;top:6.5625rem;left:5.75rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D7bcAkgqoDefGkAvlGQSk6OygbHIbM3o { width:17.6875rem;height:1.29980625rem;top:12.6875rem;left:1.1875rem;font-size:1rem;z-index:15038;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpZFyEaOJqJvUkGzOkTHQu9bIpxUW8p4 { top:20.3125rem;left:6.25rem;width:12rem;height:1.6875rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nZoXOnqtIIEcQaZ8fxTBqBNBA76vZOec { top:28.0625rem;left:6.375rem;width:12rem;height:1.75rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FgDLzSN0S9NJRyJQkb7w9TLQTiGeZFW6 { display:block; }#FgDLzSN0S9NJRyJQkb7w9TLQTiGeZFW6 > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-element-container { background-color:#f1f7fc;background-image:none; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-heading-text { color:rgba(var(--color-primary-4),1);font-size:1rem;height:auto;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq { display:flex;height:auto;width:20rem;top:5.03125rem;left:0rem;z-index:15000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.5rem;background-color:transparent;background-image:none; }
#PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #bOCTC1KANdsDN8fBnWfbpEipiX9nWXFQ {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #aZgkTJLTschI7x9FQlEheTXR8D1OJau7 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #eTINTuLpD2mtJArqzuN9T7wonhfpiDtX {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #a6IqcPZ73HQSAhiuLmETfQwchKNXPWgJ {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #xZnb8gJR20MQDfO5zgcpXSo8ae1ngLbt {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #tlaIvT5SM2fdzl0EeOvOQEhgeavpSzyt {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #a0GGO6Pl3rUVdnw5z2q8Pp6qlRUK7l67 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #TvUH3ZNBvxyZ3VcnhaRnaTx5dfwb6mK3 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #DZTIGvrtZh5UkRVcc0BKTw5Vm3POOdwP {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #aXd18RtzIZav1QPmCflVHZB8OR5wA42H {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #xMTpPbZ2xQVnd1KuWtnkwNknQrl76yev {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #dk63DLGKyqDPbas3yQcG6I0c16TbqT8r {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #D7vvAVKzCgtcB4FW2OzBi1uir94UHIsJ {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #w8CtQpl1nPWilzdtK2k4CLD0a5FdfCHJ {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #NzCmZQ6sRwAkDikb0Hfpxaub9UTTJBIw {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #VdNoKLMkDGqn8qeTIPMcxPDHDtK8z04D {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #vhffqaVDmrxnl0xOulsAThId1wS781eA {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #GMdt5UI8M9sFSmlSPaap3WqR4LwlM8zS {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #KTb6y1NaDksx6OnWlKFhNhKUyn0oDT57 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #ngzm3HLw6HDI9yK6q1rRizRXWs5qMdiq {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #F3yTRqTkGeOlcgPLOdNFbQET6Ut17Gcx {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #eyeq6dBqkC3rnHoGw1GIWchhrVnIRfQv {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #LLrrBTDtceTnEDAcs9TZZ6itDTsqUKkA {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #Ugp1orqfHmIAB1rOZ4tmU38Eq4NLEAo5 {  }
 }@media only screen and (max-width: 763px) { #PFdWXytT7K8WsJ4lBn5WkToGBW0nWBiq #yLuNHHIVxCqRZWaLmKGz9FIiMoSkKLLo {  }
 }@media only screen and (max-width: 763px) { #AXft1Kzqg3BJnAHsQn7lB8d0PlO1gE10 { width:20rem;height:1.70605625rem;top:1.5625rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;color:#343231;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gZEO87iVGDfHZH52BLaHzeINNowi9psK { top:34.4453125rem;left:1.75rem;width:16.5rem;height:3rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF { background-color:#4e4b49;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row .container { background-color: transparent; background-image: none; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row .container > .video-iframe-container { display: none; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row > .video-iframe-container { display: none; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .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); }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row .container { border-width: 0; border-radius: 0; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLSnbtEOKvNA5ebaTSJTEhNUSy6XzaGF > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F66RLC3xlkyQ7OZGS4lIbHE6g40dffZU { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMzGFeXaeSsg7x7z67TXSWcx229WaW2p { width:17.5rem;height:8.53125rem;top:2.5rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFa51hTZEGhXa5QRixupACF7bFTAUbik { display:block; } #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection *:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection input[type="text"]:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection input[type="email"]:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection input[type="tel"]:focus-visible, #s8a10044ca3c0a2a2805108f50323d9c.widget-smartsection textarea:focus-visible { outline: none; } #oFa51hTZEGhXa5QRixupACF7bFTAUbik > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 { display:block; } #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection *:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection input[type="text"]:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection input[type="email"]:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection input[type="tel"]:focus-visible, #q6acca21f57ed3bb14800cb76e87617a.widget-smartsection textarea:focus-visible { outline: none; } #IJAWSlPxlcLWWsEurrAKZ4NswWIZTdO0 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZHxzIBWJqDzdTSWE1vorBbutemWnC0J { background-color:transparent;background-image: -webkit-linear-gradient(225deg, #fa9a0a, #ff5600);background-image: -moz-linear-gradient(225deg, #fa9a0a, #ff5600);background-image: -ms-linear-gradient(225deg, #fa9a0a, #ff5600);background-image: -o-linear-gradient(225deg, #fa9a0a, #ff5600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9a0a', endColorstr='#ff5600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9a0a', endColorstr='#ff5600' );";background-image: linear-gradient(225deg, #fa9a0a, #ff5600);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row .container { background-color: transparent; background-image: none; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row .container > .video-iframe-container { display: none; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row > .video-iframe-container { display: none; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .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); }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row .container { border-width: 0; border-radius: 0; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZHxzIBWJqDzdTSWE1vorBbutemWnC0J > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdX0K7bShSwh1Fmw4vGZ7L6zXHe5fem5 { width:5.421875rem;height:1.25rem;top:0.9375rem;left:7.2890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd4BMMS9g8W0USiVmPUhRMbR1ODt966A { width:1.25rem;height:1.25rem;top:0.9375rem;left:17.0625rem;display:block; }
 }