.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:241,224,228;--color-primary-1:210,153,167;--color-primary-2:164,51,78;--color-primary-3:82,26,39;--color-primary-4:25,8,12;--color-secondary-0:217,233,235;--color-secondary-1:128,182,187;--color-secondary-2:0,109,119;--color-secondary-3:0,55,60;--color-secondary-4:0,16,18;--color-tertiary-0:255,255,255;--color-tertiary-1:104,104,104;--color-tertiary-2:64,64,64;--color-tertiary-3:67,60,63;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row .container { background-color: transparent; background-image: none; }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row .container > .video-iframe-container { display: none; }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row > .video-iframe-container { display: none; }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .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); }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row .container { border-width: 0; border-radius: 0; }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row .container { font-size:0.875rem;font-family:arial;height:75.375rem;width:60rem;position:relative;display:block; }#TSmJnaKPMg9tu2eLVwf2TcDe2Ux1Acyi { color:rgba(var(--color-primary-0),1);display:block;width:31rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:7rem;left:14.5rem;height:9.35rem;text-align:center;text-align-last:center;display:block; }
#uoeT7EM6W8uQ66FdIxX2DKZ7fquysAhJ { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.75rem;top:18.375rem;left:10.625rem;display:block; }
#TZltWVgipO3ZTnDnLTqmuKVHqG81lGxE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:6.75rem;top:1.25rem;left:26.625rem;overflow:hidden;display:block; }
#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row .container { background-color: transparent; background-image: none; }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row .container > .video-iframe-container { display: none; }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row > .video-iframe-container { display: none; }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .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); }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row .container { border-width: 0; border-radius: 0; }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#H9ME0oFvAaIzUKphpPssruZA9KXOtosP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:4.125rem;top:0.0625rem;left:0.125rem;overflow:hidden;display:block; }
#hwDL6NEt6NdLiudosVLhVpoOTwB6yXcK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.375rem;left:49.375rem;display:block; }
#ksQB9OiTFBBp8iPN4NTA6K5hHa2JCZ8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tv7oeeAhZ6AZK1TxTg5mW8VMQkwwdTJc { display:block;width:17.4375rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:1.1468734741211rem;left:12.438541412354rem;height:0.89375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-primary-0),1);text-align:left;text-align-last:left;display:block; }
#Hndywx85wzCMLWeNEKrKeGxXeexyqVns { display:block;width:10.5625rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.1875rem;left:5.71875rem;height:0.89375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-primary-0),1);text-align:left;text-align-last:left;display:block; }
#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd { background-color:#faeff2;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; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { background-color: transparent; background-image: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .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); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { border-width: 0; border-radius: 0; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { width:60rem;height:45.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#OyGGPcXXxzdOUTFybfw501QTOz30bFzT { display:block;width:27.875rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:7.3197917938231rem;left:0.0010414123535156rem;height:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#oasFBE0rcUy8sucvfETUhqHwNGgVEi1O { background-color:#6a09e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32.8125rem;left:0rem;display:block; }
#oRxqUxcSvUvo9S9GkDUkfS8MyLQ5vB0K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ow1t7uAhV8Nyd1ZkrrVCmyzS19aIazMz { color:#767676;display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:5.5625rem;height:0.73125rem;font-style:normal;display:block; }
#sqfpaK90Lgt3bAb4arzFLXPKTBDGyydA { color:rgba(var(--color-tertiary-3),1);display:block;width:16rem;position:absolute;font-family:inter;font-size:0.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:36.5625rem;left:1.15625rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#P1p6XF7MhFehEDR3PAtbbJJwcZF5QkxM { box-sizing:content-box;height:1.6875rem;width:20.1875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:4.25rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#fHlvMvl0qsFiWEhWKPOgTxTNTsDTLF26 { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.8125rem;width:0.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:4.71875rem;left:0.68229293823244rem; }
#QnIo1bQm6bLqeRnsn3hAImzV8K4eM4eB { color:rgba(var(--color-tertiary-1),1);display:block;width:20.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:21.768749237061rem;left:0rem;height:1.275rem;display:block; }
#dJrg8dqpSATXxPkl0NVcH0aCle07MDHd { color:rgba(var(--color-tertiary-1),1);display:block;width:7.3125rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:39.375rem;left:20.245834350586rem;height:0.89375rem;display:block; }
#VpFdo5TXArffRAEP5qoXTIUpA8FL2nxH { color:rgba(var(--color-tertiary-1),1);display:block;width:9.375rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:39.4375rem;left:9.375rem;height:0.89375rem;display:block; }
#JMR6II11qVpx5PCJ1on3gehk43iszNzo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:39.384376525879rem;left:19.125rem; }
#nSmlhwuSNJrVDOOhR3KoKBS10gHr2qPX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:39.384376525879rem;left:8.2447929382325rem; }
#QRJMwenvwI9UKhVyNzDwIyXLAp28ifoH { color:rgba(var(--color-tertiary-1),1);display:block;width:6.75rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:39.5rem;left:1.125rem;height:0.89375rem;display:block; }
#JFu2y0JLtSTEzKbeUxzxVwO9sb21yHEG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:39.4375rem;left:0rem; }
#oyG4rNZTDcovUCDix1gq4TEBx0tG8Dkh { color:rgba(var(--color-tertiary-1),1);display:block;width:26.5rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:25.5625rem;left:0rem;height:5.25rem;display:block; }
#do1bqr3ZRIkzsZBPUFoiizWXP0GHAkkQ { position:absolute;display:block;z-index:15024;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:0.625rem;width:3.4375rem;top:4.84375rem;left:1.8072929382324rem;overflow:hidden;display:block; }
#WzTDEBOOHrWUusrBJ4DU3ybsu8zaoiw3 { position:absolute;display:block;z-index:15005;height:37.5rem;width:28.75rem;top:3.65625rem;left:31.25rem;display:block; }
#Gyy9G1w3lOOSRfdZ6DX6Tqgd8NphGLxL { position:absolute;display:block;z-index:15006;height:1.5625rem;width:28.75rem;top:1.25rem;left:31.25rem;display:none; }
#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row .container { background-color: transparent; background-image: none; }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row .container > .video-iframe-container { display: none; }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row > .video-iframe-container { display: none; }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .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); }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row .container { border-width: 0; border-radius: 0; }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#fCduBWVsurUTGLtyT16RAXWgiIpa3b44 { color:rgba(var(--color-primary-0),1);display:block;width:14.25rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:1.875rem;left:3rem;height:3.4125rem;font-style:normal;display:block; }
#cXZ9a5vlhb104LLde4fDT5f9GZ5qsS5T { color:rgba(var(--color-primary-0),1);display:block;width:11.625rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15016;line-height:1.2;letter-spacing:0;top:7.875rem;left:5.5625rem;height:0.825rem;display:block; }
#piiUiFultQdbLphuHchhIFNDKyovrbVz { position:absolute;display:block;z-index:15023;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:0.75rem;width:4.4375rem;top:6.75rem;left:5.5625rem;overflow:hidden;display:block; }
#qXIiFAgu8pNlEng4tD2nIDJR15DwlLcW { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7d854161-eade-4c85-80f2-40ef51080045/OliviaPalmy.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:2.75rem;display:block; }#qXIiFAgu8pNlEng4tD2nIDJR15DwlLcW.adaptive-delivery-prevent-bg, #qXIiFAgu8pNlEng4tD2nIDJR15DwlLcW.lazyload, #qXIiFAgu8pNlEng4tD2nIDJR15DwlLcW.lazyloading { background-image: none; }
#s77DUnTJW2p1ASUwclm4HLAdEqGAyZT1 { color:rgba(var(--color-primary-0),1);display:block;width:11.625rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:7.8125rem;left:25.25rem;height:0.825rem;display:block; }
#Gq5yZ9zzNi8rGJAmwhGEx9vwOf82E8Ty { color:rgba(var(--color-primary-0),1);display:block;width:14.875rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.8125rem;left:22.6875rem;height:3.4125rem;font-style:normal;display:block; }
#RBrv63ArfzEEqNXbblJS7ObprCbfpnAD { position:absolute;display:block;z-index:15027;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:0.75rem;width:4.4375rem;top:6.6875rem;left:25.25rem;overflow:hidden;display:block; }
#iCznFz1x2qEG2t8Fkn6oiTCteTTrTTKr { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/323e0a68-8402-4ff6-93f7-42d021bebf36/Tayla.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5625rem;left:22.4375rem;display:block; }#iCznFz1x2qEG2t8Fkn6oiTCteTTrTTKr.adaptive-delivery-prevent-bg, #iCznFz1x2qEG2t8Fkn6oiTCteTTrTTKr.lazyload, #iCznFz1x2qEG2t8Fkn6oiTCteTTrTTKr.lazyloading { background-image: none; }
#cMsKIpBKmPfOq80UzXJUM1X355RrxcTV { color:rgba(var(--color-primary-0),1);display:block;width:11.625rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:7.8125rem;left:45.1875rem;height:0.825rem;display:block; }
#pRUwdXhdTTZXshgcp4dMf5dZTPVVb6Gx { color:rgba(var(--color-primary-0),1);display:block;width:15rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:1.8125rem;left:42.625rem;height:3.4125rem;font-style:normal;display:block; }
#n5cTD7b0TwgdB4k1g9UTgKZhroTsZJRx { 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:0.75rem;width:4.4375rem;top:6.6875rem;left:45.1875rem;overflow:hidden;display:block; }
#OTDhQz0RAtb2fuDxPVVKG4TvOaE6Fpcy { box-sizing:content-box;height:2.25rem;width:2.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ecea6e7c-b3d3-403a-86b1-30077446d604/EmilyCentral.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5625rem;left:42.375rem;display:block; }#OTDhQz0RAtb2fuDxPVVKG4TvOaE6Fpcy.adaptive-delivery-prevent-bg, #OTDhQz0RAtb2fuDxPVVKG4TvOaE6Fpcy.lazyload, #OTDhQz0RAtb2fuDxPVVKG4TvOaE6Fpcy.lazyloading { background-image: none; }
#OaNLEsJXzlK39agchubXU324DQtq2NLp { position:relative;display:block; }#OaNLEsJXzlK39agchubXU324DQtq2NLp { background-color: transparent; background-image: none; }#OaNLEsJXzlK39agchubXU324DQtq2NLp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaNLEsJXzlK39agchubXU324DQtq2NLp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaNLEsJXzlK39agchubXU324DQtq2NLp > .row .container > .video-iframe-container { display: none; }#OaNLEsJXzlK39agchubXU324DQtq2NLp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OaNLEsJXzlK39agchubXU324DQtq2NLp > .row > .video-iframe-container { display: none; }#OaNLEsJXzlK39agchubXU324DQtq2NLp > .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); }#OaNLEsJXzlK39agchubXU324DQtq2NLp { border-width: 0; border-radius: 0; }#OaNLEsJXzlK39agchubXU324DQtq2NLp > .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; }#OaNLEsJXzlK39agchubXU324DQtq2NLp > .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:114.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KvCTmx2Idc6VF5AUhNK1r0P7ZUZnZFPF { color:rgba(var(--color-tertiary-2),1);display:block;width:30.25rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.5625rem;left:14.875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fyb82eswCTPwDiQGPetLUFnXZ6LJsiOS { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:14.125rem;left:12.375rem;height:3.75rem;display:block; }
#sCucJntXVdw5VxvCiQxwy1qHRPquSIz4 { color:rgba(var(--color-primary-2),1);display:block;width:27.3125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.375rem;left:12.375rem;height:8.53125rem;display:block; }#sCucJntXVdw5VxvCiQxwy1qHRPquSIz4 li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sCucJntXVdw5VxvCiQxwy1qHRPquSIz4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e59bca63a5c53c27fbafcf5562a8b406.svg); }
#lkbgvOBomMiOzskIUAPV1qatTazWQooz { color:rgba(var(--color-tertiary-2),1);display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:29.6875rem;left:12.53125rem;height:28rem;display:block; }
#HcahCkw7s07XmzWMqiJPqP17BPazS0EA { color:rgba(var(--color-primary-2),1);display:block;width:35.25rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:60.125rem;left:12.53125rem;height:2.275rem;display:block; }
#GDWQmS1TErw88CiuqQOCOmmQHZUqxxXS { color:rgba(var(--color-tertiary-2),1);display:block;width:34.5rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:63.337501525881rem;left:12.53125rem;height:1.75rem;display:block; }
#IMT4PwW6mt1F1pT45KxZ2R6WPS7H3ry4 { color:rgba(var(--color-primary-2),1);display:block;width:32.4375rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:66.125rem;left:12.375rem;height:7.2rem;display:block; }#IMT4PwW6mt1F1pT45KxZ2R6WPS7H3ry4 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#IMT4PwW6mt1F1pT45KxZ2R6WPS7H3ry4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e59bca63a5c53c27fbafcf5562a8b406.svg); }
#XVrWUq3IbyAkGyG5vO9IandiyQ6y8c0e { color:rgba(var(--color-primary-2),1);display:block;width:35.25rem;position:absolute;font-family:inter;font-size:1.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:88.3125rem;left:12.4375rem;height:2.275rem;display:block; }
#PHFZvJprmRQkRxSxDHiHIcRDkH4ukRdV { color:rgba(var(--color-tertiary-2),1);display:block;width:33.75rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:91.274993896488rem;left:12.4375rem;height:3.5rem;display:block; }
#vrVguUPCv4S5m853lXJG8kdvMyZcdvAX { color:rgba(var(--color-tertiary-2),1);display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:75.0625rem;left:12.53125rem;height:10.5rem;display:block; }
#CC2blTtJbQeXyDBhw25XfiFTug7JFLcx { color:rgba(var(--color-tertiary-2),1);display:block;width:34.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:103.125rem;left:12.53125rem;height:8.75rem;display:block; }
#xdiFbdERo9bruhRwo0D3wfBwFCT3qkcV { color:rgba(var(--color-primary-2),1);display:block;width:33.8125rem;position:absolute;font-family:inter;font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:95.6875rem;left:12.375rem;height:5.7125rem;display:block; }#xdiFbdERo9bruhRwo0D3wfBwFCT3qkcV li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#xdiFbdERo9bruhRwo0D3wfBwFCT3qkcV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e59bca63a5c53c27fbafcf5562a8b406.svg); }
#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM { position:relative;display:block; }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM { background-color: transparent; background-image: none; }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM > .row .container > .video-iframe-container { display: none; }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM > .row > .video-iframe-container { display: none; }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM > .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); }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM { border-width: 0; border-radius: 0; }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM > .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; }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM > .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:12.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fK8nRHckA18T9EJShFtM2uivlZgA0AGL { background-color:#6a09e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5rem;left:21.375rem;display:block; }
#xFBXsuQbz2Vp7PvPafDTyEC1bkB56rWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PF4tn3XSCRZAHepUc7gNbZFseLy7U5t7 { color:rgba(var(--color-tertiary-1),0.7);display:block;width:27.375rem;position:absolute;font-family:inter;font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:7.25rem;left:16.3125rem;height:3.15rem;display:block; }
#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e3e3e3;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; }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row .container { background-color: transparent; background-image: none; }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row .container > .video-iframe-container { display: none; }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row > .video-iframe-container { display: none; }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .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); }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row .container { border-width: 0; border-radius: 0; }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:block; }#Pw9oKXHGRrMfScrWxypplSOkIipF6tBu { display:block;width:29.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.125rem;left:30.625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#Agfb6x5RoxWh1IEO8WGup2mgmkmW8Ezv { display:block;width:28.6875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:16.1875rem;left:30.625rem;height:5.0625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#UvwD0tp7O6VQ9QhwKAkzpeTrJ9g4K7Nw { display:block;width:22.6875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.4375rem;left:30.625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#hZIawS1zD0wqMyLhWA8l8HKZhVdIG6Lo { display:block;width:28.125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:26.5rem;left:30.625rem;height:5.0625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#OSTWailQSVXBpUVKeEwAsAiebZSBvunT { display:block;width:29.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:35.125rem;left:30.625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#DkKk3h30uoyf49VJzD8p3o8BwR6VTpNg { display:block;width:29.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:37.375rem;left:30.625rem;height:5.0625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#g1P7r7Wl2ueoTqxArKk1st1rByEuH7AP { color:rgba(var(--color-tertiary-2),1);display:block;width:35.75rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.1875rem;left:12.125rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iEJkFS3p2wXuffrCdcT8S7MTGUUuzKWl { position:absolute;display:block;z-index:15006;height:34.3125rem;width:27.375rem;top:12.668749809265rem;left:0rem;display:block; }
#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo { position:relative;display:block; }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo { background-color: transparent; background-image: none; }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo > .row .container > .video-iframe-container { display: none; }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo > .row > .video-iframe-container { display: none; }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo > .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); }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo { border-width: 0; border-radius: 0; }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo > .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; }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo > .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:50.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xVBTAskhuaaG6QC2wn7OSlCWwL3rsqUl { color:#333333;display:block;width:36.375rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.2864580154419rem;left:11.8125rem;height:2.95625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A00viOkwcWZwFJ5OtQ3gqSsLpU8c9c9C { position:absolute;display:block;z-index:15008;height:37.5rem;width:56.25rem;top:7.9114580154419rem;left:1.875rem;display:block; }
#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row .container { background-color: transparent; background-image: none; }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row .container > .video-iframe-container { display: none; }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row > .video-iframe-container { display: none; }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .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); }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row .container { border-width: 0; border-radius: 0; }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;position:relative;display:block; }#VfLhcIqROMuNgRnvuDxzE6l12f5EOnT2 { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:5.2562503814697rem;left:14.125rem;height:5.9125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOGZxz5ZvLqZOhvS9mBG3qzkHDxNaEQq { color:#ffde59;display:block;width:22.1875rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.575000762939rem;left:17.875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#URu6mD0T04AdkVNyN07DVxPO1LcgFE5X { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.13125038147rem;left:13.9375rem;height:5.11875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RuHd3egbx4SK1i4g2eM1l1V3tE3IIwU4 { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a9af394f-8454-43e6-ad94-8951d1ca25b7/pole56.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:21.125rem;display:block; }#RuHd3egbx4SK1i4g2eM1l1V3tE3IIwU4.adaptive-delivery-prevent-bg, #RuHd3egbx4SK1i4g2eM1l1V3tE3IIwU4.lazyload, #RuHd3egbx4SK1i4g2eM1l1V3tE3IIwU4.lazyloading { background-image: none; }
#wPPAbBCWrTiaBzikMM72bQCTokoq3GmH { box-sizing:content-box;height:17.75rem;width:17.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d64cbcbe-8ef7-4204-8e35-868268f49770/MobileHero2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:1.125rem;display:block; }#wPPAbBCWrTiaBzikMM72bQCTokoq3GmH.adaptive-delivery-prevent-bg, #wPPAbBCWrTiaBzikMM72bQCTokoq3GmH.lazyload, #wPPAbBCWrTiaBzikMM72bQCTokoq3GmH.lazyloading { background-image: none; }
#toa5kfrMT5gH9uBe13FHaa1hkvTDzwuU { box-sizing:content-box;height:17.8125rem;width:17.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/oTweoxMKdkA/unsplash/brooke-cagle-oTweoxMKdkA-photo-1542596594-649edbc13630.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.75rem;left:41.124996185302rem;display:block; }#toa5kfrMT5gH9uBe13FHaa1hkvTDzwuU.adaptive-delivery-prevent-bg, #toa5kfrMT5gH9uBe13FHaa1hkvTDzwuU.lazyload, #toa5kfrMT5gH9uBe13FHaa1hkvTDzwuU.lazyloading { background-image: none; }
#OdGMvyv5H3L5sTvxAfUsumGVexiWHnxg { color:rgba(var(--color-primary-0),1);display:block;width:14.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:44.9375rem;left:2.8125rem;height:6.5rem;display:block; }
#H8UhgK0PvwcriTLCnTTFKP2U7i3mnWcP { box-sizing:content-box;height:27.5625rem;width:17.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:25.75rem;left:1.125rem;display:block; }
#dy9EZD7TRF9NvUWt0XmhuB8OhRs891rk { color:rgba(var(--color-primary-0),1);display:block;width:14.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.9375rem;left:22.5625rem;height:6.5rem;display:block; }
#kNGgJs0CmeH4Gtg3e60lJyTQWLsuNpis { box-sizing:content-box;height:27.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:25.75rem;left:21.125rem;display:block; }
#eLaFzcLUcdJ8RJ2W8BgsJtAfxJnD2sV6 { color:rgba(var(--color-primary-0),1);display:block;width:14.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:44.9375rem;left:42.9375rem;height:6.5rem;display:block; }
#IUokVeDpy6twknH1xmF4ccV6Hn8EWkup { box-sizing:content-box;height:27.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15009;background-color:#a4334e;background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:25.75rem;left:41.124996185302rem;display:block; }
#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row .container { background-color: transparent; background-image: none; }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row .container > .video-iframe-container { display: none; }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row > .video-iframe-container { display: none; }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .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); }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row .container { border-width: 0; border-radius: 0; }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#WX6bv49TSVvCa55dONP5I5Ae05ovDXM0 { background-color:#6a09e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:21.34375rem;display:block; }
#VBBVuNohOxOydfXPrE9TMZgHdUT6dfIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { background-color: transparent; background-image: none; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container > .video-iframe-container { display: none; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row > .video-iframe-container { display: none; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .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); }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { border-width: 0; border-radius: 0; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:60rem;position:relative;display:block; }#iBUak5AfogbToFTpvxQeN3F3Ax8UXrqv { color:rgba(var(--color-tertiary-3),1);display:block;width:32.6875rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:3.3999996185302rem;left:13.65625rem;height:5.7rem;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; }
#syX6HxG0KB03sEPbXhTNcKACl01aQho4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.375rem;top:14.3125rem;left:4.375rem;overflow:hidden;display:block; }
#Trk3xWTxit1Q9BOJEZCox9LFizc2xQvW { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:26.4375rem;left:1.8125rem;height:15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#suRqACDChdMVhKnZDtrJ0BayBDMdVapR { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:37.5625rem;width:19rem;top:11.9375rem;left:0rem;display:block; }
#t78tTQdic6aTAmfpBQmKNfcaE7dyuImb { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:44.662498474121rem;left:1.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kKiVXTKEw9qZhiStRponkerwn4SEL8O2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:37.5625rem;width:19rem;top:11.9375rem;left:20.625rem;display:block; }
#dLtP4liftmmSJXsFSJNtEkmiM8oqakwo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.5rem;width:10.5rem;top:14.25rem;left:24.9375rem;overflow:hidden;display:block; }
#PG4TLZ3XOsqkNXbGstJoZUADeTgtS8mt { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:37.5625rem;width:19rem;top:11.9375rem;left:41rem;display:block; }
#B8KJwxCgTmGuJAu10GsGTCi9KPEbfwSl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.5rem;width:10.5rem;top:14.25rem;left:45.3125rem;overflow:hidden;display:block; }
#kCGBk0v0F96ZmwTZhsUcrnLhXpE9nUOt { color:rgba(var(--color-tertiary-1),1);display:block;width:15.75rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:26.4375rem;left:22.125rem;height:12rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fXH6MEeACqfztbharqngOXLeEPgTB3iA { position:absolute;display:block;z-index:15024;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:6.875rem;top:43.224998474121rem;left:6.125rem;overflow:hidden;display:block; }
#Ty4EuVLbp0ortstiKGx18fzfnBXwSsep { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:43.0625rem;left:21.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nDQoiG4mabl742l9H5Xna5A7pNkmGkir { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:26.4375rem;left:42.625rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SxuoDLrBtn8SvyTH5m3v6NrDwEWQ2V47 { color:rgba(var(--color-tertiary-1),1);display:block;width:16.875rem;position:absolute;font-family:inter;font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:44.4375rem;left:42.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#icPVrdv7r16msF4M6pc3ZRISBK3RQ22T { 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:1.25rem;width:6.875rem;top:42.75rem;left:47.0625rem;overflow:hidden;display:block; }
#EaIvznURfvaB3RTGvltmxZFmTkcrCSWO { 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:1.25rem;width:6.875rem;top:41.662498474121rem;left:26.5625rem;overflow:hidden;display:block; }
#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { background-color: transparent; background-image: none; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container > .video-iframe-container { display: none; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row > .video-iframe-container { display: none; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .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); }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { border-width: 0; border-radius: 0; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#KA60bA3u5cEDXOF0EfR3vGbzSVMOdIiA { display:block;width:29.375rem;position:absolute;font-family:inter;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5656251907349rem;left:15.3125rem;height:1.86875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { position:relative;display:block; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { background-color: transparent; background-image: none; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container > .video-iframe-container { display: none; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row > .video-iframe-container { display: none; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .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); }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { border-width: 0; border-radius: 0; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .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; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .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:39.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fhwT723BWH9Dr5MMzEqFBRDDJenVLBpA { color:rgba(var(--color-tertiary-2),1);display:block;width:26.3125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1822929382324rem;left:16.84375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .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:#e3e3e3;background-image:none;vertical-align:top; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .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; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-text { display:block;position:relative;width:100%;font-family:inter;font-weight:700;font-size:1.25rem;color:rgba(var(--color-primary-2),1);font-style:normal; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.0625rem;font-family:inter;height:auto;line-height:1.5;overflow:hidden;color:#333333; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .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; }#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger.adaptive-delivery-prevent-bg, #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger.lazyload, #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-trigger.lazyloading { background-image: none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL { box-sizing:content-box;height:auto;width:48.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.8697929382325rem;left:4.65625rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zM4gcrPn57NmZ2PvDHmRQI34ZOFh1Q4S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #W0FBukOT1wLqzHS8EqVHORdR79ivcQCa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #xTxUJu30GqHJMcup0DmxKX2PH8gmQTbA { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #QqglZnCW9aqt3m3SVDRfhdIH1DBoBg99 {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #n9rn6upOb2x9K0V9Jw7ApThN3VhPg34q {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #XZ7TKwrLAtkHMf4qNbmEfI4WgzBxwoWA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #h0h0iQXW5AckbJ5kLS8p0WytqtQQWo4E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IoDpnKeLNZFKg7vPLg0panF6rNiw9A6J { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #tGmFy6PHHdZVteKBiHMvDoxqLJlUcRVR {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #T6PSTOyOVRAZtwK9f2zZ4m3mCuZ1gV0R { display:none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zv2822a6ANXShxhWudiFHQiKTFFq0Oey { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Zh5mDIUv7f1epQc5I25F2TF7r0XIZz01 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #THNEOGkohQxtDukX4hOTbsTJLPh4eIcD { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #auo67oHaV4UDonQ5gUDaTN2T18p1M5vJ {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #V24wbkoXOyCylMVw7gp8vhLvOa5FohKy { display:none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #dLyX2m3Rft9SQpPnDipmGThAhBg2WqZ1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IXuUCJ9sp0HmDSbTl2XRdqu2sENHa3va { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #hFNkBMfDlZa1OiRiZoDCavaQ3L4VMR9H { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ZHz3ncsw0kO7bFBeepHVCnn3pyuDfBld {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #p9QDdk4DEDWFUvemUSceX1ZkTWfAf3fb { display:none; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #F6tWGTmiQEDkvb4whGRcGuGcM2XiQch5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #FVOI0zhJx0ReUuy3x67ihn2PPnFFhtSo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ARXh4rRPIfVLq2Tm4vOtQ87JN3CX789T { display:block;position:relative; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #LIvUutu1PtJ02yWzPnLwA9Xn3s7BBIdo {  }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Tzl0wwzH5ufRlXescaDhyh5iiLDbNTws { display:none; }
#BVCedByAozvAdzlQhRpCZ3QdgGoJFahM { display:block;width:25.0625rem;position:absolute;font-family:inter;font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:36.000000953674rem;left:17.46875rem;height:1.03125rem;color:#898989;text-align:center;text-align-last:center;display:block; }
#ObbXVmgRCySoy4B2OoHOduREXCiakMCb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;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; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { background-color: transparent; background-image: none; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container > .video-iframe-container { display: none; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row > .video-iframe-container { display: none; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .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); }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { border-width: 0; border-radius: 0; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { font-size:0.875rem;font-family:arial;height:64.125rem;width:60rem;position:relative;display:block; }#G3T1wcXVzuHbspPCIVZUhtmhxy3TwbZb { display:block;width:36.25rem;position:absolute;font-family:inter;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:11.807292938233rem;left:11.875rem;height:31.5rem;color:#333333;text-align:left;text-align-last:left;display:block; }
#d1PO83b9SWrhZOA9She3TopKsGRGPweJ { display:block;width:30.125rem;position:absolute;font-family:raleway;font-size:2.4375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.8125rem;left:14.9375rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-2),1);text-align:center;text-align-last:center;display:block; }
#T4kEhSp0Pn3EFKFHftBAER3S2WZTFTSZ { display:block;width:34.6875rem;position:absolute;font-family:inter;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:59.3125rem;left:11.875rem;height:2.0625rem;color:#333333;text-align:left;text-align-last:left;display:block; }
#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre { display:block;width:36.1875rem;position:absolute;font-family:inter;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:45.119792938233rem;left:11.90625rem;height:11.925rem;color:#a4334e;text-align:left;text-align-last:left;font-style:normal;display:block; }#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_483c7715ee109426982be7b1aa14d9ba.svg); }
#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row .container { background-color: transparent; background-image: none; }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row .container > .video-iframe-container { display: none; }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row > .video-iframe-container { display: none; }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .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); }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row .container { border-width: 0; border-radius: 0; }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#GpRITTH3msERVkHX307CLNilbux4XKEg { background-color:#6a09e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.0625rem;left:20.1875rem;display:block; }
#It2yp3mSu3TT8TGEerJumkm7V3uebMLS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row .container { background-color: transparent; background-image: none; }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row .container > .video-iframe-container { display: none; }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row > .video-iframe-container { display: none; }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .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); }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row .container { border-width: 0; border-radius: 0; }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#RzoTtHigg6N7VVOGpbVHXyPzvJTK9OBT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:3.90625rem;left:0rem;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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wgmaKKxnoa8LBy8vebCWilMrDlUnKb5q { color:rgba(var(--color-primary-0),1);display:block;width:19.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.4874992370606rem;left:20.28125rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#FEAfIITOOMD2NZhvRxl8B79uVlObcysx { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:17.8125rem;left:7.3125rem; }
#uMCUxpmittq6uC9gsWv51xg07fR9DbVa { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:19.625rem;left:7.3125rem;height:2.125rem;font-style:normal;display:block; }
#R6ZG8XlSi0mvUKNo0gf5RJ3qxwpVWxUJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:17.625rem;left:9.25rem;height:1.9125rem;font-style:normal;display:block; }
#xJ5kQh3KkwkZGh3MDFkrUd9HXhWzy04y { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:24.125rem;left:7.3125rem; }
#Zt0fu4AAexTZrZa5LSkGK2xhFz3ENmTI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;top:26.0625rem;left:7.3125rem;height:3rem;font-style:normal;display:block; }
#P7dcqUTRGV2TU8z2ztTQS3prgqGAs1B0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.7;letter-spacing:0;top:23.9375rem;left:9.6875rem;height:1.9125rem;font-style:normal;display:block; }
#BoTfFReN6XAEWt7w7vyQLaId1WDeq5fi { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:28.9375rem;top:13.28125rem;left:31.0625rem;overflow:hidden;display:block; }
#Qvy2gW37ObtKOS2kqeWy8XWwSFxZcnNp { color:rgba(var(--color-primary-0),1);display:block;width:18.8125rem;position:absolute;font-family:inter;font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:35.3125rem;left:7.3125rem;height:1.05625rem;display:block; }
#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e6e6;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; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { background-color: transparent; background-image: none; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container > .video-iframe-container { display: none; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row > .video-iframe-container { display: none; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .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); }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { border-width: 0; border-radius: 0; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#TOEZEt6ysyRpuZGkHWTX1Q5UnnMXG1gG { color:rgba(var(--color-tertiary-2),1);display:block;width:4.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9270830154419rem;left:0.0010414123535156rem;height:0.975rem;font-style:normal;display:block; }
#LaAezgQ4SzOSPKoAQkQan68OXT5A3rLO { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.2406244277954rem;left:0.0010414123535156rem;height:20.475rem;display:block; }
#Fbq4vN6WkZsZC4L8UhhRJZebxRxeARGm { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9270830154419rem;left:20rem;height:0.975rem;font-style:normal;display:block; }
#kWbLOlTgWWHXlDoGWHPOH0Cl2uzs6ZWI { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:6.2406244277954rem;left:20rem;height:10.8rem;display:block; }
#oTTMx1PvzzBExv6K8Xqxinb4C8xRiNd9 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.427083015442rem;left:20rem;height:0.975rem;font-style:normal;display:block; }
#vLsds2A72J0WLV5qEmNAXC9zPKlECci7 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:23.075000762939rem;left:20rem;height:5.4rem;display:block; }
#oDvZ551a1WHdnX5ya8QODTl87r31VBiG { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9270830154419rem;left:39.999996185302rem;height:0.975rem;font-style:normal;display:block; }
#mKDTErieQzPWuKrp6u1QcOQFondZXoBe { color:rgba(var(--color-tertiary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.2406311035156rem;left:39.999996185302rem;height:3.9rem;display:block; }
#kJ8oANoLcgNQ2ri8T8u00q4deJTPoPkO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:15.5625rem;top:12.334384918213rem;left:39.999996185302rem;overflow:hidden;display:block; }
#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { background-color: transparent; background-image: none; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container > .video-iframe-container { display: none; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row > .video-iframe-container { display: none; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .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); }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { border-width: 0; border-radius: 0; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#E7FvZOlAUxQl2EFhoDOyTp2gD58DXakc { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2218742370606rem;left:18.5rem;height:1.05625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy { display:block; }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSmJnaKPMg9tu2eLVwf2TcDe2Ux1Acyi { top:7rem;left:8.375rem;width:31rem;height:9.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoeT7EM6W8uQ66FdIxX2DKZ7fquysAhJ { top:18.375rem;left:4.5rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZltWVgipO3ZTnDnLTqmuKVHqG81lGxE { top:1.25rem;left:20.5rem;width:6.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #US4bTPV7lKLDhXULcuhoh5kfoGri5F38 { display:block; }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9ME0oFvAaIzUKphpPssruZA9KXOtosP { top:0.0625rem;left:0rem;width:4.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwDL6NEt6NdLiudosVLhVpoOTwB6yXcK { width:10.625rem;height:1.875rem;top:0.375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQB9OiTFBBp8iPN4NTA6K5hHa2JCZ8F { display:block; }
 }@media only screen and (max-width: 763px) { #Tv7oeeAhZ6AZK1TxTg5mW8VMQkwwdTJc { width:17.4375rem;height:0.875rem;top:1.125rem;left:6.3135414123538rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hndywx85wzCMLWeNEKrKeGxXeexyqVns { width:10.5625rem;height:1.8125rem;top:1.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd { display:block; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyGGPcXXxzdOUTFybfw501QTOz30bFzT { width:27.875rem;height:13.0625rem;top:7.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oasFBE0rcUy8sucvfETUhqHwNGgVEi1O { width:18.3125rem;height:3.5rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRxqUxcSvUvo9S9GkDUkfS8MyLQ5vB0K { display:block; }
 }@media only screen and (max-width: 763px) { #Ow1t7uAhV8Nyd1ZkrrVCmyzS19aIazMz { top:4.8125rem;left:0rem;width:14.25rem;height:0.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqfpaK90Lgt3bAb4arzFLXPKTBDGyydA { top:36.5625rem;left:0rem;width:16rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1p6XF7MhFehEDR3PAtbbJJwcZF5QkxM { top:4.25rem;left:0rem;width:20.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHlvMvl0qsFiWEhWKPOgTxTNTsDTLF26 { top:4.6875rem;left:0rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnIo1bQm6bLqeRnsn3hAImzV8K4eM4eB { top:21.75rem;left:0rem;width:20.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJrg8dqpSATXxPkl0NVcH0aCle07MDHd { top:39.375rem;left:14.120834350586rem;width:7.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpFdo5TXArffRAEP5qoXTIUpA8FL2nxH { top:39.4375rem;left:3.25rem;width:9.375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMR6II11qVpx5PCJ1on3gehk43iszNzo { top:39.375rem;left:13rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSmlhwuSNJrVDOOhR3KoKBS10gHr2qPX { top:39.375rem;left:2.1197929382324rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRJMwenvwI9UKhVyNzDwIyXLAp28ifoH { top:39.5rem;left:0rem;width:6.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFu2y0JLtSTEzKbeUxzxVwO9sb21yHEG { top:39.4375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyG4rNZTDcovUCDix1gq4TEBx0tG8Dkh { top:25.5625rem;left:0rem;width:26.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #do1bqr3ZRIkzsZBPUFoiizWXP0GHAkkQ { top:4.8125rem;left:0rem;width:3.4375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTDEBOOHrWUusrBJ4DU3ybsu8zaoiw3 { top:3.625rem;left:19rem;width:28.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyy9G1w3lOOSRfdZ6DX6Tqgd8NphGLxL { top:1.25rem;left:19rem;width:28.75rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w { display:block; }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCduBWVsurUTGLtyT16RAXWgiIpa3b44 { top:1.875rem;left:0.9375rem;width:14.25rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXZ9a5vlhb104LLde4fDT5f9GZ5qsS5T { top:7.875rem;left:3.5rem;width:11.625rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piiUiFultQdbLphuHchhIFNDKyovrbVz { top:6.75rem;left:3.5rem;width:4.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXIiFAgu8pNlEng4tD2nIDJR15DwlLcW { top:6.4375rem;left:0.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77DUnTJW2p1ASUwclm4HLAdEqGAyZT1 { top:7.8125rem;left:19.0625rem;width:11.625rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq5yZ9zzNi8rGJAmwhGEx9vwOf82E8Ty { top:1.8125rem;left:16.5rem;width:14.875rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBrv63ArfzEEqNXbblJS7ObprCbfpnAD { top:6.6875rem;left:19.0625rem;width:4.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCznFz1x2qEG2t8Fkn6oiTCteTTrTTKr { top:6.5625rem;left:16.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMsKIpBKmPfOq80UzXJUM1X355RrxcTV { top:7.8125rem;left:34.875rem;width:11.625rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRUwdXhdTTZXshgcp4dMf5dZTPVVb6Gx { top:1.8125rem;left:32.3125rem;width:15rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5cTD7b0TwgdB4k1g9UTgKZhroTsZJRx { top:6.6875rem;left:34.875rem;width:4.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDhQz0RAtb2fuDxPVVKG4TvOaE6Fpcy { top:6.5625rem;left:32.0625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaNLEsJXzlK39agchubXU324DQtq2NLp { display:block; }#OaNLEsJXzlK39agchubXU324DQtq2NLp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvCTmx2Idc6VF5AUhNK1r0P7ZUZnZFPF { top:4.5625rem;left:8.75rem;width:30.25rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyb82eswCTPwDiQGPetLUFnXZ6LJsiOS { top:14.125rem;left:6.25rem;width:35.25rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCucJntXVdw5VxvCiQxwy1qHRPquSIz4 { top:19.375rem;left:6.25rem;width:27.3125rem;height:;font-size:1.0625rem;display:block; }#sCucJntXVdw5VxvCiQxwy1qHRPquSIz4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e59bca63a5c53c27fbafcf5562a8b406.svg); }
 }@media only screen and (max-width: 763px) { #lkbgvOBomMiOzskIUAPV1qatTazWQooz { top:29.6875rem;left:6.40625rem;width:34.9375rem;height:26.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcahCkw7s07XmzWMqiJPqP17BPazS0EA { top:60.125rem;left:6.40625rem;width:35.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDWQmS1TErw88CiuqQOCOmmQHZUqxxXS { top:63.3125rem;left:6.40625rem;width:34.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMT4PwW6mt1F1pT45KxZ2R6WPS7H3ry4 { top:66.125rem;left:6.25rem;width:32.4375rem;height:;font-size:1.0625rem;display:block; }#IMT4PwW6mt1F1pT45KxZ2R6WPS7H3ry4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e59bca63a5c53c27fbafcf5562a8b406.svg); }
 }@media only screen and (max-width: 763px) { #XVrWUq3IbyAkGyG5vO9IandiyQ6y8c0e { top:88.3125rem;left:6.3125rem;width:35.25rem;height:2.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHFZvJprmRQkRxSxDHiHIcRDkH4ukRdV { top:91.25rem;left:6.3125rem;width:33.75rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrVguUPCv4S5m853lXJG8kdvMyZcdvAX { top:75.0625rem;left:6.40625rem;width:34.9375rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC2blTtJbQeXyDBhw25XfiFTug7JFLcx { top:103.125rem;left:6.40625rem;width:34.9375rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdiFbdERo9bruhRwo0D3wfBwFCT3qkcV { top:95.6875rem;left:6.25rem;width:33.8125rem;height:;font-size:1.0625rem;display:block; }#xdiFbdERo9bruhRwo0D3wfBwFCT3qkcV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e59bca63a5c53c27fbafcf5562a8b406.svg); }
 }@media only screen and (max-width: 763px) { #Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM { display:block; }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fK8nRHckA18T9EJShFtM2uivlZgA0AGL { width:17.3125rem;height:3.5rem;top:1.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBXsuQbz2Vp7PvPafDTyEC1bkB56rWT { display:block; }
 }@media only screen and (max-width: 763px) { #PF4tn3XSCRZAHepUc7gNbZFseLy7U5t7 { top:7.25rem;left:10.1875rem;width:27.375rem;height:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia { display:block; }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pw9oKXHGRrMfScrWxypplSOkIipF6tBu { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agfb6x5RoxWh1IEO8WGup2mgmkmW8Ezv { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvwD0tp7O6VQ9QhwKAkzpeTrJ9g4K7Nw { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZIawS1zD0wqMyLhWA8l8HKZhVdIG6Lo { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSTWailQSVXBpUVKeEwAsAiebZSBvunT { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkKk3h30uoyf49VJzD8p3o8BwR6VTpNg { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1P7r7Wl2ueoTqxArKk1st1rByEuH7AP { top:3.1875rem;left:6rem;width:35.75rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEJkFS3p2wXuffrCdcT8S7MTGUUuzKWl { top:12.625rem;left:0rem;width:27.375rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FJd3tdbLKodECgUXONOL6FyLMtgwEo { display:block; }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVBTAskhuaaG6QC2wn7OSlCWwL3rsqUl { top:3.25rem;left:5.6875rem;width:36.375rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A00viOkwcWZwFJ5OtQ3gqSsLpU8c9c9C { top:7.875rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66T9mx5ufqasDGy2dGBHlog3sNdXbfp { display:block; }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfLhcIqROMuNgRnvuDxzE6l12f5EOnT2 { top:5.25rem;left:0rem;width:31.75rem;height:5.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOGZxz5ZvLqZOhvS9mBG3qzkHDxNaEQq { top:12.5625rem;left:0rem;width:22.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URu6mD0T04AdkVNyN07DVxPO1LcgFE5X { top:18.125rem;left:0rem;width:32.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuHd3egbx4SK1i4g2eM1l1V3tE3IIwU4 { top:25.75rem;left:13.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPPAbBCWrTiaBzikMM72bQCTokoq3GmH { top:25.75rem;left:0rem;width:17.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toa5kfrMT5gH9uBe13FHaa1hkvTDzwuU { top:25.75rem;left:29.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdGMvyv5H3L5sTvxAfUsumGVexiWHnxg { top:44.9375rem;left:0.75rem;width:14.125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8UhgK0PvwcriTLCnTTFKP2U7i3mnWcP { top:25.75rem;left:0rem;width:17.625rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy9EZD7TRF9NvUWt0XmhuB8OhRs891rk { top:44.9375rem;left:16.375rem;width:14.875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNGgJs0CmeH4Gtg3e60lJyTQWLsuNpis { top:25.75rem;left:13.9375rem;width:17.6875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLaFzcLUcdJ8RJ2W8BgsJtAfxJnD2sV6 { top:44.9375rem;left:32.625rem;width:14.125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUokVeDpy6twknH1xmF4ccV6Hn8EWkup { top:25.75rem;left:29.8125rem;width:17.6875rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy { display:block; }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WX6bv49TSVvCa55dONP5I5Ae05ovDXM0 { width:17.3125rem;height:3.5rem;top:1.5625rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBBVuNohOxOydfXPrE9TMZgHdUT6dfIB { display:block; }
 }@media only screen and (max-width: 763px) { #yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 { display:block; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBUak5AfogbToFTpvxQeN3F3Ax8UXrqv { width:32.6875rem;height:5.6875rem;top:3.375rem;left:7.53125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syX6HxG0KB03sEPbXhTNcKACl01aQho4 { width:10.375rem;height:10.3125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trk3xWTxit1Q9BOJEZCox9LFizc2xQvW { width:15.75rem;height:15rem;top:26.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suRqACDChdMVhKnZDtrJ0BayBDMdVapR { width:19rem;height:37.5625rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t78tTQdic6aTAmfpBQmKNfcaE7dyuImb { width:16.875rem;height:1.5rem;top:44.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKiVXTKEw9qZhiStRponkerwn4SEL8O2 { width:19rem;height:37.5625rem;top:11.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLtP4liftmmSJXsFSJNtEkmiM8oqakwo { width:10.5rem;height:10.5rem;top:14.25rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG4TLZ3XOsqkNXbGstJoZUADeTgtS8mt { width:19rem;height:37.5625rem;top:11.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8KJwxCgTmGuJAu10GsGTCi9KPEbfwSl { width:10.5rem;height:10.5rem;top:14.25rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGBk0v0F96ZmwTZhsUcrnLhXpE9nUOt { width:15.75rem;height:12rem;top:26.4375rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXH6MEeACqfztbharqngOXLeEPgTB3iA { top:43.1875rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4EuVLbp0ortstiKGx18fzfnBXwSsep { width:16.875rem;height:1.5rem;top:43.0625rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQoiG4mabl742l9H5Xna5A7pNkmGkir { width:15.6875rem;height:13.5rem;top:26.4375rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxuoDLrBtn8SvyTH5m3v6NrDwEWQ2V47 { width:16.875rem;height:1.5rem;top:44.4375rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icPVrdv7r16msF4M6pc3ZRISBK3RQ22T { top:42.75rem;left:40.875rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaIvznURfvaB3RTGvltmxZFmTkcrCSWO { top:41.625rem;left:20.4375rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 { display:block; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA60bA3u5cEDXOF0EfR3vGbzSVMOdIiA { width:23.25rem;height:2.4375rem;top:2.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { display:block; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhwT723BWH9Dr5MMzEqFBRDDJenVLBpA { width:26.3125rem;height:4.875rem;top:3.125rem;left:10.71875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL { display:flex;height:auto;width:45.25rem;top:10.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zM4gcrPn57NmZ2PvDHmRQI34ZOFh1Q4S {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #W0FBukOT1wLqzHS8EqVHORdR79ivcQCa {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #xTxUJu30GqHJMcup0DmxKX2PH8gmQTbA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #QqglZnCW9aqt3m3SVDRfhdIH1DBoBg99 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #n9rn6upOb2x9K0V9Jw7ApThN3VhPg34q {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #XZ7TKwrLAtkHMf4qNbmEfI4WgzBxwoWA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #h0h0iQXW5AckbJ5kLS8p0WytqtQQWo4E {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IoDpnKeLNZFKg7vPLg0panF6rNiw9A6J {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #tGmFy6PHHdZVteKBiHMvDoxqLJlUcRVR {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #T6PSTOyOVRAZtwK9f2zZ4m3mCuZ1gV0R {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zv2822a6ANXShxhWudiFHQiKTFFq0Oey {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Zh5mDIUv7f1epQc5I25F2TF7r0XIZz01 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #THNEOGkohQxtDukX4hOTbsTJLPh4eIcD {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #auo67oHaV4UDonQ5gUDaTN2T18p1M5vJ {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #V24wbkoXOyCylMVw7gp8vhLvOa5FohKy {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #dLyX2m3Rft9SQpPnDipmGThAhBg2WqZ1 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IXuUCJ9sp0HmDSbTl2XRdqu2sENHa3va {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #hFNkBMfDlZa1OiRiZoDCavaQ3L4VMR9H {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ZHz3ncsw0kO7bFBeepHVCnn3pyuDfBld {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #p9QDdk4DEDWFUvemUSceX1ZkTWfAf3fb {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #F6tWGTmiQEDkvb4whGRcGuGcM2XiQch5 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #FVOI0zhJx0ReUuy3x67ihn2PPnFFhtSo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ARXh4rRPIfVLq2Tm4vOtQ87JN3CX789T {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #LIvUutu1PtJ02yWzPnLwA9Xn3s7BBIdo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Tzl0wwzH5ufRlXescaDhyh5iiLDbNTws {  }
 }@media only screen and (max-width: 763px) { #BVCedByAozvAdzlQhRpCZ3QdgGoJFahM { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObbXVmgRCySoy4B2OoHOduREXCiakMCb { display:block; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { width:47.75rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3T1wcXVzuHbspPCIVZUhtmhxy3TwbZb { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1PO83b9SWrhZOA9She3TopKsGRGPweJ { width:30.125rem;height:;top:3.8125rem;left:8.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4kEhSp0Pn3EFKFHftBAER3S2WZTFTSZ { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATAoDm4vPJb2RBiyK25SUdSGbJcmnre { width:23.25rem;height:6.75rem;top:5.5625rem;left:24.5rem;display:block; }#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_483c7715ee109426982be7b1aa14d9ba.svg); }
 }@media only screen and (max-width: 763px) { #Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 { display:block; }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpRITTH3msERVkHX307CLNilbux4XKEg { width:19.625rem;height:3.8125rem;top:1.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It2yp3mSu3TT8TGEerJumkm7V3uebMLS { display:block; }
 }@media only screen and (max-width: 763px) { #R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i { display:block; }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzoTtHigg6N7VVOGpbVHXyPzvJTK9OBT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmaKKxnoa8LBy8vebCWilMrDlUnKb5q { top:7.4375rem;left:14.15625rem;width:19.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEAfIITOOMD2NZhvRxl8B79uVlObcysx { width:1.5rem;height:1.5rem;top:17.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMCUxpmittq6uC9gsWv51xg07fR9DbVa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ZG8XlSi0mvUKNo0gf5RJ3qxwpVWxUJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5kQh3KkwkZGh3MDFkrUd9HXhWzy04y { width:1.5rem;height:1.5rem;top:24.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt0fu4AAexTZrZa5LSkGK2xhFz3ENmTI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7dcqUTRGV2TU8z2ztTQS3prgqGAs1B0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoTfFReN6XAEWt7w7vyQLaId1WDeq5fi { width:28.9375rem;height:28.875rem;top:13.25rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvy2gW37ObtKOS2kqeWy8XWwSFxZcnNp { top:35.3125rem;left:1.1875rem;width:18.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT { display:block; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOEZEt6ysyRpuZGkHWTX1Q5UnnMXG1gG { top:3.875rem;left:0rem;width:4.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaAezgQ4SzOSPKoAQkQan68OXT5A3rLO { top:6.1875rem;left:0rem;width:15.5rem;height:20.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbq4vN6WkZsZC4L8UhhRJZebxRxeARGm { top:3.875rem;left:15.875rem;width:10.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWbLOlTgWWHXlDoGWHPOH0Cl2uzs6ZWI { top:6.1875rem;left:15.875rem;width:15.5rem;height:10.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTTMx1PvzzBExv6K8Xqxinb4C8xRiNd9 { top:20.375rem;left:15.875rem;width:10.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLsds2A72J0WLV5qEmNAXC9zPKlECci7 { top:23.0625rem;left:15.875rem;width:15.5rem;height:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDvZ551a1WHdnX5ya8QODTl87r31VBiG { top:3.875rem;left:21rem;width:10.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKDTErieQzPWuKrp6u1QcOQFondZXoBe { top:6.1875rem;left:11.5rem;width:20.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ8oANoLcgNQ2ri8T8u00q4deJTPoPkO { top:12.3125rem;left:16.1875rem;width:15.5625rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh { display:block; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7FvZOlAUxQl2EFhoDOyTp2gD58DXakc { top:2.1875rem;left:12.375rem;width:23rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy { display:block; }#ypsmNWZa3eCXxT3fbm39S0fbuWClFeFy > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSmJnaKPMg9tu2eLVwf2TcDe2Ux1Acyi { width:20rem;height:9.625rem;top:7.6875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uoeT7EM6W8uQ66FdIxX2DKZ7fquysAhJ { width:20rem;height:21.75rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZltWVgipO3ZTnDnLTqmuKVHqG81lGxE { width:6.75rem;height:4.0625rem;top:1.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #US4bTPV7lKLDhXULcuhoh5kfoGri5F38 { position:relative;z-index:auto;display:block; }#US4bTPV7lKLDhXULcuhoh5kfoGri5F38 > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9ME0oFvAaIzUKphpPssruZA9KXOtosP { width:3.5625rem;height:2.25rem;top:0.63749980926512rem;left:0.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwDL6NEt6NdLiudosVLhVpoOTwB6yXcK { width:10.1875rem;height:2.25rem;top:0.53125rem;left:9.8125rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQB9OiTFBBp8iPN4NTA6K5hHa2JCZ8F { display:block; }
 }@media only screen and (max-width: 763px) { #Tv7oeeAhZ6AZK1TxTg5mW8VMQkwwdTJc { width:9.25rem;height:0.6875rem;top:1.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Hndywx85wzCMLWeNEKrKeGxXeexyqVns { width:10.5625rem;height:0.8125rem;top:0.75rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd { background-color:#faeff2;background-image:none;display:block; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { background-color: transparent; background-image: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row > .video-iframe-container { display: none; }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .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); }#yKdetcDCE3zu6EKtBBel2r7pq0SdkDVd > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyGGPcXXxzdOUTFybfw501QTOz30bFzT { width:20rem;height:9.625rem;top:4.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oasFBE0rcUy8sucvfETUhqHwNGgVEi1O { width:20rem;height:3.625rem;top:25.6875rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRxqUxcSvUvo9S9GkDUkfS8MyLQ5vB0K { display:block; }
 }@media only screen and (max-width: 763px) { #Ow1t7uAhV8Nyd1ZkrrVCmyzS19aIazMz { width:14.0625rem;height:0.73125rem;top:1.9156246185302rem;left:5.75rem;font-size:0.5625rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sqfpaK90Lgt3bAb4arzFLXPKTBDGyydA { width:16rem;height:0.8125rem;top:29.875rem;left:2rem;font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(64,64,64,0.68);display:block; }
 }@media only screen and (max-width: 763px) { #P1p6XF7MhFehEDR3PAtbbJJwcZF5QkxM { width:19.875rem;height:1.5rem;top:1.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHlvMvl0qsFiWEhWKPOgTxTNTsDTLF26 { display:flex;width:0.8125rem;height:0.8125rem;top:1.78125rem;left:0.8125rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #QnIo1bQm6bLqeRnsn3hAImzV8K4eM4eB { width:20rem;height:1.125rem;top:15.233333587646rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJrg8dqpSATXxPkl0NVcH0aCle07MDHd { width:7.3125rem;height:0.89375rem;top:32.75rem;left:12.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpFdo5TXArffRAEP5qoXTIUpA8FL2nxH { width:9.5rem;height:0.89375rem;top:32.75rem;left:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMR6II11qVpx5PCJ1on3gehk43iszNzo { display:flex;width:1rem;height:1rem;top:32.696876525879rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #nSmlhwuSNJrVDOOhR3KoKBS10gHr2qPX { display:flex;width:1rem;height:1rem;top:32.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QRJMwenvwI9UKhVyNzDwIyXLAp28ifoH { width:5.375rem;height:0;top:39.830207824707rem;left:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFu2y0JLtSTEzKbeUxzxVwO9sb21yHEG { display:flex;width:1rem;height:1rem;top:39.777084350586rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyG4rNZTDcovUCDix1gq4TEBx0tG8Dkh { width:20rem;height:6.125rem;top:18.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #do1bqr3ZRIkzsZBPUFoiizWXP0GHAkkQ { width:3.4375rem;height:0.625rem;top:1.90625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzTDEBOOHrWUusrBJ4DU3ybsu8zaoiw3 { width:20rem;height:19.375rem;top:35.544791221619rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gyy9G1w3lOOSRfdZ6DX6Tqgd8NphGLxL { width:20rem;height:19.0625rem;top:35.107292175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w { display:block; }#hs8ZIuRQEJDi0QkPxVxNCl9AJF2XTq8w > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCduBWVsurUTGLtyT16RAXWgiIpa3b44 { width:17.5625rem;height:3.4125rem;top:1.4375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXZ9a5vlhb104LLde4fDT5f9GZ5qsS5T { width:11.625rem;height:0.825rem;top:6.3624992370606rem;left:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piiUiFultQdbLphuHchhIFNDKyovrbVz { width:3.75rem;height:0.625rem;top:5.4375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXIiFAgu8pNlEng4tD2nIDJR15DwlLcW { width:2.25rem;height:2.25rem;top:5.125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s77DUnTJW2p1ASUwclm4HLAdEqGAyZT1 { width:11.625rem;height:0.825rem;top:14.237503051757rem;left:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq5yZ9zzNi8rGJAmwhGEx9vwOf82E8Ty { width:17.5rem;height:3.4125rem;top:9.0625rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBrv63ArfzEEqNXbblJS7ObprCbfpnAD { width:3.75rem;height:0.625rem;top:13.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCznFz1x2qEG2t8Fkn6oiTCteTTrTTKr { width:2.25rem;height:2.25rem;top:12.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMsKIpBKmPfOq80UzXJUM1X355RrxcTV { width:11.625rem;height:0.825rem;top:22.050003051757rem;left:4.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRUwdXhdTTZXshgcp4dMf5dZTPVVb6Gx { width:17.5rem;height:3.4125rem;top:16.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5cTD7b0TwgdB4k1g9UTgKZhroTsZJRx { width:3.75rem;height:0.625rem;top:21.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTDhQz0RAtb2fuDxPVVKG4TvOaE6Fpcy { width:2.25rem;height:2.25rem;top:20.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaNLEsJXzlK39agchubXU324DQtq2NLp { display:block; }#OaNLEsJXzlK39agchubXU324DQtq2NLp > .row .container { width:20rem;height:152.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KvCTmx2Idc6VF5AUhNK1r0P7ZUZnZFPF { width:20rem;height:4.65rem;top:2.5625rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fyb82eswCTPwDiQGPetLUFnXZ6LJsiOS { width:20rem;height:3.75rem;top:8.612500190735rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCucJntXVdw5VxvCiQxwy1qHRPquSIz4 { width:20rem;height:11.29375rem;top:13.612499237061rem;left:0rem;font-size:1.0625rem;display:block; }#sCucJntXVdw5VxvCiQxwy1qHRPquSIz4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e59bca63a5c53c27fbafcf5562a8b406.svg); }
 }@media only screen and (max-width: 763px) { #lkbgvOBomMiOzskIUAPV1qatTazWQooz { width:20rem;height:42rem;top:26.09375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcahCkw7s07XmzWMqiJPqP17BPazS0EA { width:20rem;height:3.9rem;top:70.443750381469rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GDWQmS1TErw88CiuqQOCOmmQHZUqxxXS { width:20rem;height:3.5rem;top:75.181249618531rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMT4PwW6mt1F1pT45KxZ2R6WPS7H3ry4 { width:20rem;height:13.15rem;top:79.681243896488rem;left:0rem;font-size:1.0625rem;display:block; }#IMT4PwW6mt1F1pT45KxZ2R6WPS7H3ry4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e59bca63a5c53c27fbafcf5562a8b406.svg); }
 }@media only screen and (max-width: 763px) { #XVrWUq3IbyAkGyG5vO9IandiyQ6y8c0e { width:20rem;height:3.9rem;top:113.34375rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PHFZvJprmRQkRxSxDHiHIcRDkH4ukRdV { width:20rem;height:7rem;top:118.01875305176rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrVguUPCv4S5m853lXJG8kdvMyZcdvAX { width:20rem;height:17.5rem;top:93.893750190738rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC2blTtJbQeXyDBhw25XfiFTug7JFLcx { width:20rem;height:14rem;top:136.88125610351rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdiFbdERo9bruhRwo0D3wfBwFCT3qkcV { width:20rem;height:10.175rem;top:125.89375305176rem;left:0rem;font-size:1.0625rem;display:block; }#xdiFbdERo9bruhRwo0D3wfBwFCT3qkcV li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_e59bca63a5c53c27fbafcf5562a8b406.svg); }
 }@media only screen and (max-width: 763px) { #Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM { display:block; }#Tu1vzVsNI4FwxHkkD9ZTLudzRpbWAsZM > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fK8nRHckA18T9EJShFtM2uivlZgA0AGL { width:17.3125rem;height:3.5rem;top:1.1875rem;left:1.34375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBXsuQbz2Vp7PvPafDTyEC1bkB56rWT { display:block; }
 }@media only screen and (max-width: 763px) { #PF4tn3XSCRZAHepUc7gNbZFseLy7U5t7 { width:20rem;height:4.2rem;top:6.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia { display:block; }#mHI7lmFWv0M0LkhTWxLiHZd2yyVvVHia > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pw9oKXHGRrMfScrWxypplSOkIipF6tBu { width:20rem;height:1.54375rem;top:10.14999961853rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agfb6x5RoxWh1IEO8WGup2mgmkmW8Ezv { width:18.75rem;height:7.875rem;top:12.424999237061rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UvwD0tp7O6VQ9QhwKAkzpeTrJ9g4K7Nw { width:20rem;height:1.54375rem;top:21.331249237061rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZIawS1zD0wqMyLhWA8l8HKZhVdIG6Lo { width:20rem;height:7.875rem;top:23.518749237061rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OSTWailQSVXBpUVKeEwAsAiebZSBvunT { width:20rem;height:1.54375rem;top:31.857284545899rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkKk3h30uoyf49VJzD8p3o8BwR6VTpNg { width:20rem;height:6.3rem;top:34.050003051757rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g1P7r7Wl2ueoTqxArKk1st1rByEuH7AP { width:19.75rem;height:5.3625rem;top:2.6875rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iEJkFS3p2wXuffrCdcT8S7MTGUUuzKWl { width:20rem;height:30.875rem;top:41.599998474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3FJd3tdbLKodECgUXONOL6FyLMtgwEo { display:block; }#c3FJd3tdbLKodECgUXONOL6FyLMtgwEo > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVBTAskhuaaG6QC2wn7OSlCWwL3rsqUl { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A00viOkwcWZwFJ5OtQ3gqSsLpU8c9c9C { width:20rem;height:35.75rem;top:4.9000015258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M66T9mx5ufqasDGy2dGBHlog3sNdXbfp { display:block; }#M66T9mx5ufqasDGy2dGBHlog3sNdXbfp > .row .container { width:20rem;height:109.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfLhcIqROMuNgRnvuDxzE6l12f5EOnT2 { width:19.75rem;height:6.80625rem;top:2.0499992370606rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EOGZxz5ZvLqZOhvS9mBG3qzkHDxNaEQq { width:20rem;height:2.925rem;top:10.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #URu6mD0T04AdkVNyN07DVxPO1LcgFE5X { width:20rem;height:5.85rem;top:15.36874961853rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RuHd3egbx4SK1i4g2eM1l1V3tE3IIwU4 { width:17.8125rem;height:17.8125rem;top:50.708343505859rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPPAbBCWrTiaBzikMM72bQCTokoq3GmH { width:17.75rem;height:17.75rem;top:22.65625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toa5kfrMT5gH9uBe13FHaa1hkvTDzwuU { width:17.8125rem;height:17.8125rem;top:79.822906494137rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdGMvyv5H3L5sTvxAfUsumGVexiWHnxg { width:14.8125rem;height:6.5rem;top:41.46875rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8UhgK0PvwcriTLCnTTFKP2U7i3mnWcP { width:17.625rem;height:27.5625rem;top:22.65625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy9EZD7TRF9NvUWt0XmhuB8OhRs891rk { width:15rem;height:6.5rem;top:69.770832061769rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNGgJs0CmeH4Gtg3e60lJyTQWLsuNpis { width:17.6875rem;height:28.625rem;top:50.708343505859rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLaFzcLUcdJ8RJ2W8BgsJtAfxJnD2sV6 { width:14.75rem;height:6.5rem;top:99.135417938231rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUokVeDpy6twknH1xmF4ccV6Hn8EWkup { width:17.6875rem;height:27.5625rem;top:79.822906494137rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy { display:block; }#kgFh1NMTGR1L6CWWJlEeSvGBNqmGzSUy > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WX6bv49TSVvCa55dONP5I5Ae05ovDXM0 { width:17.3125rem;height:3.5rem;top:0.88541603088381rem;left:1.34375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBBVuNohOxOydfXPrE9TMZgHdUT6dfIB { display:block; }
 }@media only screen and (max-width: 763px) { #yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 { display:block; }#yQ7XpzNpoSG8izVVPoWgVKuNPfbCNfE0 > .row .container { width:20rem;height:125.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iBUak5AfogbToFTpvxQeN3F3Ax8UXrqv { width:18.625rem;height:7.21875rem;top:3.1197929382324rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #syX6HxG0KB03sEPbXhTNcKACl01aQho4 { width:10.3125rem;height:10.3125rem;top:16.137501716614rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trk3xWTxit1Q9BOJEZCox9LFizc2xQvW { width:16.25rem;height:16rem;top:28.075012207031rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #suRqACDChdMVhKnZDtrJ0BayBDMdVapR { width:20rem;height:37.6875rem;top:13.387496948243rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t78tTQdic6aTAmfpBQmKNfcaE7dyuImb { width:16.875rem;height:1.6rem;top:47.887512207031rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKiVXTKEw9qZhiStRponkerwn4SEL8O2 { width:20rem;height:35rem;top:52.357299804688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLtP4liftmmSJXsFSJNtEkmiM8oqakwo { width:10.3125rem;height:10.3125rem;top:55.362499237061rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG4TLZ3XOsqkNXbGstJoZUADeTgtS8mt { width:20rem;height:36.125rem;top:88.462524414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8KJwxCgTmGuJAu10GsGTCi9KPEbfwSl { width:10.3125rem;height:10.3125rem;top:90.712501525881rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCGBk0v0F96ZmwTZhsUcrnLhXpE9nUOt { width:16.25rem;height:12.8rem;top:67.612487792969rem;left:2.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXH6MEeACqfztbharqngOXLeEPgTB3iA { width:6.875rem;height:1.25rem;top:82.857299804688rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty4EuVLbp0ortstiKGx18fzfnBXwSsep { width:16.875rem;height:1.6rem;top:83.987487792969rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDQoiG4mabl742l9H5Xna5A7pNkmGkir { width:16.4375rem;height:14.4rem;top:102.21249389649rem;left:1.65625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxuoDLrBtn8SvyTH5m3v6NrDwEWQ2V47 { width:16.875rem;height:1.6rem;top:120.45208740234rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icPVrdv7r16msF4M6pc3ZRISBK3RQ22T { width:6.875rem;height:1.25rem;top:119.20208740234rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaIvznURfvaB3RTGvltmxZFmTkcrCSWO { width:6.875rem;height:1.25rem;top:46.575000762939rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 { display:block; }#V57TfG1mBp4p8H72T6uXMcSkpMIX6GC6 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KA60bA3u5cEDXOF0EfR3vGbzSVMOdIiA { width:20rem;height:1.4875rem;top:2.4750003814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q { display:block; }#AczQ3bfxq8XTdXW2ZaBLmubAm0QCib4q > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fhwT723BWH9Dr5MMzEqFBRDDJenVLBpA { width:19.5625rem;height:6.525rem;top:2.7822933197021rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL .accordion-heading-text { line-height:1.4;overflow:hidden;height:auto;font-size:1.0625rem; }
#nqmsf70ZfEiGtplqtJpsomngQu6eqNDL { display:flex;height:auto;width:19.875rem;top:11.924999237061rem;left:0rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zM4gcrPn57NmZ2PvDHmRQI34ZOFh1Q4S {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #W0FBukOT1wLqzHS8EqVHORdR79ivcQCa {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #xTxUJu30GqHJMcup0DmxKX2PH8gmQTbA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #QqglZnCW9aqt3m3SVDRfhdIH1DBoBg99 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #n9rn6upOb2x9K0V9Jw7ApThN3VhPg34q {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #XZ7TKwrLAtkHMf4qNbmEfI4WgzBxwoWA {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #h0h0iQXW5AckbJ5kLS8p0WytqtQQWo4E {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IoDpnKeLNZFKg7vPLg0panF6rNiw9A6J {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #tGmFy6PHHdZVteKBiHMvDoxqLJlUcRVR {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #T6PSTOyOVRAZtwK9f2zZ4m3mCuZ1gV0R {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #zv2822a6ANXShxhWudiFHQiKTFFq0Oey {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Zh5mDIUv7f1epQc5I25F2TF7r0XIZz01 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #THNEOGkohQxtDukX4hOTbsTJLPh4eIcD {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #auo67oHaV4UDonQ5gUDaTN2T18p1M5vJ {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #V24wbkoXOyCylMVw7gp8vhLvOa5FohKy {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #dLyX2m3Rft9SQpPnDipmGThAhBg2WqZ1 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #IXuUCJ9sp0HmDSbTl2XRdqu2sENHa3va {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #hFNkBMfDlZa1OiRiZoDCavaQ3L4VMR9H {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ZHz3ncsw0kO7bFBeepHVCnn3pyuDfBld {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #p9QDdk4DEDWFUvemUSceX1ZkTWfAf3fb {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #F6tWGTmiQEDkvb4whGRcGuGcM2XiQch5 {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #FVOI0zhJx0ReUuy3x67ihn2PPnFFhtSo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #ARXh4rRPIfVLq2Tm4vOtQ87JN3CX789T {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #LIvUutu1PtJ02yWzPnLwA9Xn3s7BBIdo {  }
 }@media only screen and (max-width: 763px) { #nqmsf70ZfEiGtplqtJpsomngQu6eqNDL #Tzl0wwzH5ufRlXescaDhyh5iiLDbNTws {  }
 }@media only screen and (max-width: 763px) { #BVCedByAozvAdzlQhRpCZ3QdgGoJFahM { width:19.5625rem;height:1.03125rem;top:46.487500190735rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;color:#979797;display:block; }
 }@media only screen and (max-width: 763px) { #ObbXVmgRCySoy4B2OoHOduREXCiakMCb { display:block; }#ObbXVmgRCySoy4B2OoHOduREXCiakMCb > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3T1wcXVzuHbspPCIVZUhtmhxy3TwbZb { width:20rem;height:39.9rem;top:11.412475585938rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d1PO83b9SWrhZOA9She3TopKsGRGPweJ { width:20rem;height:7.8375rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T4kEhSp0Pn3EFKFHftBAER3S2WZTFTSZ { width:18.75rem;height:4.725rem;top:78.412498474119rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RATAoDm4vPJb2RBiyK25SUdSGbJcmnre { width:17.375rem;height:23.44375rem;top:52.75rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.1875rem;line-height:1.3;display:block; }#RATAoDm4vPJb2RBiyK25SUdSGbJcmnre li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_483c7715ee109426982be7b1aa14d9ba.svg); }
 }@media only screen and (max-width: 763px) { #Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 { display:block; }#Zg0FiEFm0FdSHDbMdtk0l0cUaTmIpB03 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GpRITTH3msERVkHX307CLNilbux4XKEg { width:17.5rem;height:3.8125rem;top:2rem;left:1.25rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #It2yp3mSu3TT8TGEerJumkm7V3uebMLS { display:block; }
 }@media only screen and (max-width: 763px) { #R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i { display:block; }#R5XaBebnJdqBl4Tv5RmpwKX6FHdSFn0i > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzoTtHigg6N7VVOGpbVHXyPzvJTK9OBT { width:20rem;height:4rem;top:4.6364583969116rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgmaKKxnoa8LBy8vebCWilMrDlUnKb5q { width:20rem;height:2.6rem;top:10.123958587646rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEAfIITOOMD2NZhvRxl8B79uVlObcysx { display:flex;width:1.5rem;height:1.5rem;top:15.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uMCUxpmittq6uC9gsWv51xg07fR9DbVa { width:20rem;height:2.23125rem;top:16.9375rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R6ZG8XlSi0mvUKNo0gf5RJ3qxwpVWxUJ { width:15.3125rem;height:1.9125rem;top:15.25rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5kQh3KkwkZGh3MDFkrUd9HXhWzy04y { display:flex;width:1.5rem;height:1.5rem;top:21.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zt0fu4AAexTZrZa5LSkGK2xhFz3ENmTI { width:20rem;height:1.2rem;top:23.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P7dcqUTRGV2TU8z2ztTQS3prgqGAs1B0 { width:15.3125rem;height:1.9125rem;top:21.4375rem;left:2.125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BoTfFReN6XAEWt7w7vyQLaId1WDeq5fi { width:20rem;height:20rem;top:31.287498474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvy2gW37ObtKOS2kqeWy8XWwSFxZcnNp { width:18.8125rem;height:1.05625rem;top:27.849998474121rem;left:0.59375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT { display:block; }#hE8CGRklq8Gn8cfxWcHk81axvSeXqqZT > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOEZEt6ysyRpuZGkHWTX1Q5UnnMXG1gG { width:4.1875rem;height:0.975rem;top:4.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LaAezgQ4SzOSPKoAQkQan68OXT5A3rLO { width:19.9375rem;height:25.59375rem;top:6.5375061035156rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fbq4vN6WkZsZC4L8UhhRJZebxRxeARGm { width:10.75rem;height:0.975rem;top:40.902084350586rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kWbLOlTgWWHXlDoGWHPOH0Cl2uzs6ZWI { width:15.5rem;height:13.5rem;top:42.382292747498rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oTTMx1PvzzBExv6K8Xqxinb4C8xRiNd9 { width:10.75rem;height:0.975rem;top:59.082292556763rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vLsds2A72J0WLV5qEmNAXC9zPKlECci7 { width:15.5rem;height:6.75rem;top:60rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oDvZ551a1WHdnX5ya8QODTl87r31VBiG { width:10.75rem;height:0.975rem;top:71.537502288819rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mKDTErieQzPWuKrp6u1QcOQFondZXoBe { width:20rem;height:4.55rem;top:73.132293701175rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kJ8oANoLcgNQ2ri8T8u00q4deJTPoPkO { width:15.5625rem;height:9.9375rem;top:77.625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh { display:block; }#LlR7aMNDf1WbcNCmWxyximTPK2BVgqXh > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7FvZOlAUxQl2EFhoDOyTp2gD58DXakc { width:20rem;height:1.05625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }