/* Marketo form */
.mktoForm {
  width: 100% !important;
}
.mktoForm .mktoFormRow {
  clear: both;
  margin: 0 -15px;
}
.mktoForm .mktoFormRow .mktoFormCol {
  float: left;
  margin: 0 0 15px !important;
  min-height: 0 !important;
  padding: 0 15px;
  position: relative;
  width: 50%!important;
}
.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none;
}
.mktoForm .mktoFieldWrap {
  float: none !important;
}
.mktoForm label.mktoLabel {
  color: #8b8b8b;
  display: block;
  font-weight: 600;
  margin: 0 0 5px;
  width: 100% !important;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #444444 !important;
  font-family: 'Albert', Arial, sans-serif;
  display: block;
  font-size: 12px;
  height: 36px;
  line-height: 20px !important;
  outline: none;
  padding: 8px !important;
  width: 100% !important;
}
.mktoForm input[type=text].mktoField,
.mktoForm input[type=url].mktoField,
.mktoForm input[type=email].mktoField,
.mktoForm input[type=tel].mktoField,
.mktoForm input[type=number].mktoField,
.mktoForm input[type=date].mktoField,
.mktoForm textarea.mktoField.mktoField,
.mktoForm select.mktoField.mktoField {
  height: 36px !important;
}
.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus {
  border-color: #004593;
}
.mktoForm .mktoError {
  left: 15px;
  right: auto !important;
}
.mktoForm .mktoError .mktoErrorArrow:before {
  font-family: 'Font Awesome 5 Solid';
}
.mktoForm .mktoButtonRow {
  display: block !important;
  position: relative;
}
.mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  text-align: right !important;
}
.mktoForm .mktoButtonRow .mktoButtonWrap .mktoSimple button.mktoButton {
  background: #004593 !important;
  border: none !important;
  color: #ffffff;
  display: inline-block;
  font-family: 'Albert', Arial, sans-serif;
  font-size: 12px !important;
  line-height: 12px;
  min-width: 100px;
  padding: 10px 15px !important;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 480px) {
  .mktoForm {
    padding: 0 !important;
  }
  .mktoForm .mktoFormRow {
    clear: both;
    margin: 0;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    padding: 0 !important;
    width: 100%;
  }
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #444444 !important;
    font-family: 'Albert', Arial, sans-serif;
    display: block;
    font-size: 12px !important;
    height: 36px !important;
    line-height: 20px !important;
    outline: none;
    padding: 8px !important;
    width: 100% !important;
  }
}
/* Reset des styles par défaut */
/* Styles de base */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
pre,
code,
blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/* Liens non décorés */
a {
  text-decoration: none;
  color: inherit;
}
/* Listes sans puces */
ul,
ol {
  list-style: none;
}
/* Bordures et débordements */
img,
iframe,
video,
object {
  border: 0;
}
/* Éléments en ligne ne devraient pas avoir de débordement par défaut */
a,
abbr,
acronym,
strong {
  overflow: hidden;
  word-wrap: break-word;
}
/* Boutons sans styles par défaut */
button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
/* Formulaires */
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
/* Tableaux sans bordures par défaut */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Styles de base pour le conteneur principal */
body {
  font-family: 'Albert', Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
/* Déclarations de base */
html {
  font-size: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
/* Couleurs */
/* Breakpoints */
/* Spécifiques */
.liste_4 {
  display: flex;
  flex-wrap: wrap;
}
.liste_4 .item {
  flex: 0 0 calc((100% / 4) - 20px);
  margin-left: calc((4 * 20px) / (4 - 1));
}
.liste_4 .item:nth-child(4n + 1) {
  margin-left: 0;
}
.liste_3 {
  display: flex;
  flex-wrap: wrap;
}
.liste_3 .item {
  flex: 0 0 calc((100% / 3) - 20px);
  margin-left: calc((3 * 20px) / (3 - 1));
}
.liste_3 .item:nth-child(3n + 1) {
  margin-left: 0;
}
.liste_2 {
  display: flex;
  flex-wrap: wrap;
}
.liste_2 .item {
  flex: 0 0 calc((100% / 2) - 20px);
  margin-left: calc((2 * 20px) / (2 - 1));
}
.liste_2 .item:nth-child(2n + 1) {
  margin-left: 0;
}
.liste_1 {
  display: flex;
  flex-wrap: wrap;
}
.liste_1 .item {
  flex: 0 0 calc((100% / 1) - 20px);
  margin-left: calc((1 * 20px) / (1 - 1));
}
.liste_1 .item:nth-child(1n + 1) {
  margin-left: 0;
}
/* Polices */
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Thin.woff2') format('woff2'), url('../fonts/FSAlbertPro-Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Light.woff2') format('woff2'), url('../fonts/FSAlbertPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro.woff2') format('woff2'), url('../fonts/FSAlbertPro.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Bold.woff2') format('woff2'), url('../fonts/FSAlbertPro-Bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-ExtraBold.woff2') format('woff2'), url('../fonts/FSAlbertPro-ExtraBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-ThinItalic.woff2') format('woff2'), url('../fonts/FSAlbertPro-ThinItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-LightItalic.woff2') format('woff2'), url('../fonts/FSAlbertPro-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-Italic.woff2') format('woff2'), url('../fonts/FSAlbertPro-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Albert';
  src: url('../fonts/FSAlbertPro-BoldItalic.woff2') format('woff2'), url('../fonts/FSAlbertPro-BoldItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Regular';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'), url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.fas {
  font-family: 'Font Awesome 5 Solid', sans-serif;
}
.far {
  font-family: 'Font Awesome 5 Regular', sans-serif;
}
.fab {
  font-family: 'Font Awesome 5 Brands', sans-serif;
}
/* FOOTER */
footer.footer-becton {
  position: relative;
  background-image: url('/liverty/img/background_footer.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 4rem 0;
}
@media screen and (max-width: 1024px) {
  footer.footer-becton {
    padding: 3rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  footer.footer-becton {
    padding: 3rem 2rem;
  }
}
footer.footer-becton .footer-container {
  position: relative;
  z-index: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
}
footer.footer-becton .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4rem;
}
@media screen and (max-width: 1024px) {
  footer.footer-becton .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer.footer-becton .footer-left {
  flex: 0 0 auto;
  max-width: 45%;
}
@media screen and (max-width: 1024px) {
  footer.footer-becton .footer-left {
    max-width: 100%;
  }
}
footer.footer-becton .footer-left .footer-logo {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  footer.footer-becton .footer-left .footer-logo {
    margin-bottom: 10rem;
  }
}
footer.footer-becton .footer-left .footer-logo img {
  height: 3.5rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  footer.footer-becton .footer-left .footer-logo img {
    height: 3rem;
  }
}
footer.footer-becton .footer-left .footer-copyright p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  footer.footer-becton .footer-left .footer-copyright p {
    width: 100%;
  }
}
footer.footer-becton .footer-right {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  footer.footer-becton .footer-right {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
}
footer.footer-becton .footer-right .footer-links {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  footer.footer-becton .footer-right .footer-links {
    flex-wrap: wrap;
    gap: 0.5rem 2.4rem;
    max-width: 100%;
  }
}
footer.footer-becton .footer-right .footer-links a,
footer.footer-becton .footer-right .footer-links button {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}
footer.footer-becton .footer-right .footer-links a:hover,
footer.footer-becton .footer-right .footer-links button:hover,
footer.footer-becton .footer-right .footer-links a:focus,
footer.footer-becton .footer-right .footer-links button:focus {
  color: #c2c2c2;
}
@media screen and (max-width: 767px) {
  footer.footer-becton .footer-right .footer-links a,
  footer.footer-becton .footer-right .footer-links button {
    font-size: 1.4rem;
  }
}
footer.footer-becton.no-bg-image {
  background-image: linear-gradient(135deg, #002855 0%, #004a8f 100%);
}
footer.footer-becton.no-bg-image::before {
  display: none;
}
.algo-contact {
  position: relative;
  padding: 8rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.algo-contact::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% - 50vw);
  background: #F0F2F5;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .algo-contact {
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .algo-contact {
    padding: 5rem 2rem;
  }
}
.algo-contact-text {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 60rem;
  text-wrap: balance;
}
.algo-contact-text p {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
}
@media screen and (max-width: 1024px) {
  .algo-contact-text p {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .algo-contact-text p {
    font-size: 2rem;
  }
}
.contactForm {
  width: 100%;
  max-width: 1024px;
  display: flex;
  justify-content: center;
}
.contactForm .mktoForm {
  width: 100% !important;
  background: #ffffff;
  border-radius: 1.6rem;
  box-shadow: none !important;
  padding: 4rem 5rem !important;
  margin: 0 !important;
  font-family: inherit !important;
}
@media screen and (max-width: 1024px) {
  .contactForm .mktoForm {
    padding: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .contactForm .mktoForm {
    padding: 2rem !important;
    border-radius: 1.2rem;
    width: 100% !important;
  }
}
.contactForm .mktoForm .mktoFormRow,
.contactForm .mktoForm .mktoFormCol,
.contactForm .mktoForm .mktoFieldWrap,
.contactForm .mktoForm .mktoLabel,
.contactForm .mktoForm input[type="text"],
.contactForm .mktoForm input[type="email"],
.contactForm .mktoForm input[type="tel"],
.contactForm .mktoForm select,
.contactForm .mktoForm textarea {
  width: 100% !important;
  max-width: 100% !important;
}
.contactForm .mktoFormRow {
  display: flex;
  gap: 3rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .contactForm .mktoFormRow {
    flex-direction: column;
    gap: 0;
  }
}
.contactForm .mktoFormRow .mktoFormCol {
  flex: 1;
}
.contactForm .mktoLabel {
  display: none !important;
}
.contactForm .mktoForm input[type="text"],
.contactForm .mktoForm input[type="email"],
.contactForm .mktoForm input[type="tel"],
.contactForm .mktoForm select {
  border: none !important;
  border-bottom: 2px solid #060A3D !important;
  background: transparent !important;
  height: 5rem !important;
  padding: 0 0 0.5rem 0 !important;
  font-size: 1.6rem !important;
  color: #060A3D !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.2s ease !important;
}
.contactForm .mktoForm input[type="text"]::placeholder,
.contactForm .mktoForm input[type="email"]::placeholder,
.contactForm .mktoForm input[type="tel"]::placeholder,
.contactForm .mktoForm select::placeholder {
  color: #9AA3B2 !important;
  font-size: 1.6rem !important;
}
.contactForm .mktoForm input[type="text"]:focus,
.contactForm .mktoForm input[type="email"]:focus,
.contactForm .mktoForm input[type="tel"]:focus,
.contactForm .mktoForm select:focus {
  border-bottom-color: #1B56F5 !important;
}
.contactForm .mktoForm select {
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239AA3B2' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.4rem center !important;
  padding-right: 2.5rem !important;
}
.contactForm .mktoForm .mktoFieldWrap {
  padding: 0 !important;
  margin-bottom: 2.5rem !important;
}
.contactForm .mktoHtmlText {
  width: 100% !important;
  font-size: 1.6rem !important;
  color: #88909c !important;
  font-family: 'Albert', Arial, sans-serif;
}
.contactForm .mktoHtmlText .h1,
.contactForm .mktoHtmlText .h4 {
  display: none;
}
.contactForm .mktoCheckboxList input + label:before,
.contactForm .mktoRadioList input + label:before {
  border-radius: 0.5rem;
  content: '';
  width: 20px;
  height: 20px;
  border: 2.5px solid #9D9FA2;
}
.contactForm .mktoCheckboxList input:checked + label:before,
.contactForm .mktoRadioList input:checked + label:before {
  background: #1B56F5;
  content: '\2714';
  border-color: #6e6e6e;
}
.contactForm .mktoForm .mktoCheckboxList,
.contactForm .mktoForm .mktoRadioList {
  width: 100% !important;
}
.contactForm .mktoForm .mktoCheckboxList label,
.contactForm .mktoForm .mktoRadioList label {
  font-size: 1.5rem !important;
  color: #060A3D !important;
  line-height: 1.5 !important;
  cursor: pointer !important;
  font-family: 'Albert', Arial, sans-serif;
}
.contactForm .mktoForm .mktoCheckboxList input[type="checkbox"],
.contactForm .mktoForm .mktoRadioList input[type="checkbox"],
.contactForm .mktoForm .mktoCheckboxList input[type="radio"],
.contactForm .mktoForm .mktoRadioList input[type="radio"] {
  width: 1.8rem !important;
  height: 1.8rem !important;
  border: 2px solid #D6D6D6 !important;
  border-radius: 0.3rem !important;
  background: transparent !important;
  accent-color: #1B56F5 !important;
  margin-right: 0.8rem !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
}
.contactForm .mktoForm .mktoLabel.mktoHasWidth {
  display: block !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  color: #88909c !important;
  font-family: 'Albert', Arial, sans-serif;
}
.contactForm .mktoForm .mktoButtonRow {
  width: 100% !important;
  margin-top: 1rem !important;
}
.contactForm .mktoForm .mktoButton,
.contactForm .mktoForm button[type="submit"] {
  background: #1B56F5 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0.8rem !important;
  padding: 1.4rem 3.5rem !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  transition: background 0.25s ease !important;
  margin-bottom: 2rem !important;
}
.contactForm .mktoForm .mktoButton:hover,
.contactForm .mktoForm button[type="submit"]:hover {
  background: #0D3FD4 !important;
}
.contactForm .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
  text-align: left !important;
}
@media screen and (max-width: 1024px) {
  .contactForm .mktoForm .mktoFormRow .mktoFormCol,
  .contactForm .mktoForm .mktoFormRow .mktoFormCol:first-child:nth-last-child(3) ~ .mktoFormCol {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .contactForm .mktoForm {
    width: 100% !important;
  }
}
.form-success-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 2rem;
  padding: 4rem 5rem;
  max-width: 65rem;
  margin: 0 auto;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .form-success-block {
    padding: 3rem 2.5rem;
    border-radius: 1.4rem;
  }
}
.form-success-title-accent {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  color: #FF6B00;
}
@media screen and (max-width: 767px) {
  .form-success-title-accent {
    font-size: 1.8rem;
  }
}
.form-success-title {
  font-size: 2.8rem;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  color: #060A3D;
  margin-top: -1.5rem;
  line-height: 3.5rem;
  width: 85%;
}
@media screen and (max-width: 767px) {
  .form-success-title {
    font-size: 1.8rem;
  }
}
.form-success-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #060A3D;
  line-height: 2.5rem;
  margin: 2.5rem 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .form-success-text {
    font-size: 1.4rem;
  }
}
.form-success-btn {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  background: #1B56F5;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  border-radius: 0.8rem;
  transition: background 0.2s ease;
}
.form-success-btn:hover {
  background: #1344cc;
}
@media screen and (max-width: 767px) {
  .form-success-btn {
    font-size: 1.4rem;
    padding: 1.1rem 2.2rem;
  }
}
.sf-modal-success-block .form-success-text {
  margin-bottom: 4rem;
}
.sf-modal-success-divider {
  width: 100%;
  height: 1.5px;
  background: #E2E5EC;
  margin: 10rem 0 1rem 0;
}
#form .select2.select2-container .selection .select2-selection {
  border: none !important;
  border-bottom: 2px solid #060a3d !important;
}
#form .select2.select2-container .selection .select2-selection .select2-selection__rendered {
  color: #000 !important;
}
#animOuter {
  position: relative;
  height: 200vh;
  /* scroll track height (duration) - can be ajusted */
  padding-top: 10rem;
  overflow: unset;
}
#animOuter .liverty-cta-video-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#animOuter .liverty-cta-video-bg .liverty-cta-video-content {
  top: 25%;
}
@media screen and (max-width: 767px) {
  #animOuter .liverty-cta-video-bg .liverty-cta-video-content {
    top: unset;
  }
}
#animOuter #productCanvas {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.liverty-highlights {
  padding-bottom: 0 !important;
}
/* Pages */
.landingpage .liverty-hero {
  position: relative;
  min-height: 100vh;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero {
    min-height: unset;
  }
}
.landingpage .liverty-hero::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 60%;
  background: radial-gradient(ellipse at center top, rgba(25, 83, 241, 0.8) 0%, rgba(27, 86, 245, 0.6) 25%, rgba(27, 86, 245, 0.4) 40%, transparent 65%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-hero::before {
    width: 150%;
    height: 70%;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero::before {
    width: 200%;
    height: 60%;
    top: -15%;
  }
}
.landingpage .liverty-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 2rem 4rem 2rem;
  max-width: 120rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-hero-content {
    padding: 5rem 3rem 3rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero-content {
    padding: 4rem 2rem 3rem 2rem;
  }
}
.landingpage .liverty-hero-logo {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero-logo {
    margin-bottom: 4rem;
  }
}
.landingpage .liverty-hero-logo img {
  height: 4rem;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero-logo img {
    height: 3rem;
  }
}
.landingpage .liverty-hero-subtitle {
  font-size: 5rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-family: "Gilroy", sans-serif;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-hero-subtitle {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero-subtitle {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.2rem;
  }
}
.landingpage .liverty-hero-title {
  font-size: 7.2rem;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  margin: 0 0 5rem 0;
  width: 120%;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-hero-title {
    font-size: 5.6rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero-title {
    font-size: 3.6rem;
    margin-bottom: 3.5rem;
    max-width: 100%;
  }
}
.landingpage .liverty-hero-btn {
  display: inline-block;
  padding: 1.6rem 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #060A3D;
  background: #ffffff;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero-btn {
    font-size: 1.6rem;
    padding: 1.4rem 3.5rem;
  }
}
.landingpage .liverty-hero-btn:hover {
  background: #d3d3d3;
  transform: translateY(-4px);
}
.landingpage .liverty-hero-btn:active {
  transform: translateY(-2px);
}
.landingpage .liverty-hero-video {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 130rem;
  height: 100%;
  background: #000;
  margin: 1.5rem 0 6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-hero-video {
    margin-top: 6rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero-video {
    margin-top: 5rem;
  }
}
.landingpage .liverty-hero-video video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 50rem;
}
.landingpage .liverty-hero-arrow {
  position: absolute;
  z-index: 2;
  margin: 2rem 0;
  height: 17px;
  animation: bounce 2s infinite;
  top: calc(100vh - 6%);
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero-arrow {
    margin: 3rem 0 3rem 0;
  }
}
.landingpage .liverty-hero-arrow img {
  width: 4rem;
  height: auto;
  display: block;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-hero-arrow img {
    width: 3rem;
  }
}
.landingpage .liverty-hero-arrow:hover img {
  opacity: 1;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.landingpage .liverty-highlights {
  background: #ffffff;
  padding: 10rem 5rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-highlights {
    padding: 7rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-highlights {
    padding: 5rem 2rem;
  }
}
.landingpage .liverty-highlights-title {
  font-size: 4.3rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  text-align: center;
  margin: 0 0 5rem 0;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-highlights-title {
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-highlights-title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.landingpage .liverty-highlights-flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 787px) {
  .landingpage .liverty-highlights-flex {
    flex-wrap: wrap;
  }
}
.landingpage .liverty-highlights-flex > div {
  flex: 1 1 calc(50% - 2rem);
}
.landingpage .liverty-highlights .liverty-hl-right-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.landingpage .liverty-highlights .liverty-hl-right-col > div {
  flex: 1 1 calc(50% - 2rem);
}
.landingpage .liverty-highlights .liverty-hl-tag {
  display: inline-block;
  padding: 0.7rem 1.3rem;
  background: #ffffff;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4B5563;
  margin-bottom: 1.6rem;
}
.landingpage .liverty-highlights .liverty-hl-card {
  background: #F3F4F8;
  border-radius: 2rem;
  overflow: hidden;
}
.landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  margin: 0 0 0.6rem 0;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-title {
    font-size: 1.8rem;
  }
}
.landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-subtitle {
  font-size: 2.4rem;
  font-weight: 900;
  color: #858585;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  line-height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-subtitle {
    font-size: 1.4rem;
  }
}
.landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-header {
  padding: 2.8rem 2.8rem 0 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-img--centered {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 3rem 2rem 0 2rem;
}
.landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-img--centered img {
  width: auto;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 787px) {
  .landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-img--centered img {
    width: 100%;
  }
}
.landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-img--overflow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42%;
  overflow: hidden;
}
.landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-img--overflow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}
.landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-img--infographic {
  padding: 0 2.8rem;
  margin: 1.5rem 0 3rem;
}
.landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-img--infographic #precision {
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 787px) {
  .landingpage .liverty-highlights .liverty-hl-card .liverty-hl-card-img--infographic #precision {
    width: 200%;
    transform: translateX(-25%);
  }
}
.landingpage .liverty-highlights .liverty-hl-card--main {
  display: flex;
  flex-direction: column;
}
.landingpage .liverty-highlights .liverty-hl-card--main .liverty-hl-card-img--centered {
  flex: 1;
}
.landingpage .liverty-highlights .liverty-hl-card--main .liverty-hl-card-img--centered img {
  margin-bottom: -16rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-highlights .liverty-hl-card--main .liverty-hl-card-img--centered {
    position: relative;
    height: 20rem;
    overflow: hidden;
    padding: 0;
  }
  .landingpage .liverty-highlights .liverty-hl-card--main .liverty-hl-card-img--centered img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.landingpage .liverty-highlights .liverty-hl-card--side {
  position: relative;
  display: flex;
  gap: 2rem;
}
.landingpage .liverty-highlights .liverty-hl-card--side > div {
  flex: 1 1 calc(50% - 2rem);
}
.landingpage .liverty-highlights .liverty-hl-card--side .liverty-hl-card-text {
  padding: 2.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-highlights .liverty-hl-card--side .liverty-hl-card-text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-highlights .liverty-hl-card--side {
    flex-direction: column;
  }
  .landingpage .liverty-highlights .liverty-hl-card--side .liverty-hl-card-img--overflow {
    position: relative;
    width: 100%;
    height: 18rem;
  }
}
.landingpage .liverty-highlights .liverty-hl-card--stacked {
  display: flex;
  flex-direction: column;
  min-height: 26rem;
  margin-top: 2rem;
  position: relative;
}
.landingpage .liverty-highlights .liverty-hl-card--full {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 32rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-highlights .liverty-hl-card--full {
    grid-template-columns: 1fr;
  }
}
.landingpage .liverty-highlights .liverty-hl-card--full .liverty-hl-full-left {
  padding: 3rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.landingpage .liverty-highlights .liverty-hl-card--full .liverty-hl-full-metric {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: auto;
  padding-top: 2rem;
}
.landingpage .liverty-highlights .liverty-hl-card--full .liverty-hl-full-metric img {
  height: 6.5rem;
  width: auto;
  display: block;
  flex-shrink: 0;
}
.landingpage .liverty-highlights .liverty-hl-card--full .liverty-hl-metric-text {
  font-size: 8rem;
  font-weight: 300;
  color: #044ED7;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-highlights .liverty-hl-card--full .liverty-hl-metric-text {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-highlights .liverty-hl-card--full .liverty-hl-metric-text {
    font-size: 3.2rem;
  }
}
.landingpage .liverty-highlights .liverty-hl-card--full .liverty-hl-full-right {
  display: none;
  overflow: hidden;
}
.landingpage .liverty-highlights .liverty-hl-card--full .liverty-hl-full-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 25rem;
}
.landingpage .liverty-cta-video {
  position: relative;
  width: 100%;
  min-height: 55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-cta-video {
    min-height: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-cta-video {
    min-height: 32rem;
  }
}
.landingpage .liverty-cta-video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.landingpage .liverty-cta-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.landingpage .liverty-cta-video-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4rem 2rem;
}
.landingpage .liverty-cta-video-title-light {
  font-size: 7.2rem;
  font-weight: 300;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-cta-video-title-light {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-cta-video-title-light {
    font-size: 2.8rem;
  }
}
.landingpage .liverty-cta-video-title-bold {
  font-size: 7.2rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  margin: 0 0 3.5rem 0;
  line-height: 5rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-cta-video-title-bold {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-cta-video-title-bold {
    font-size: 2.8rem;
    margin-bottom: 2.5rem;
  }
}
.landingpage .liverty-cta-video-btn {
  display: inline-block;
  padding: 1.4rem 3.5rem;
  font-size: 1.8rem;
  color: #ffffff;
  background: #1B56F5;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-cta-video-btn {
    font-size: 1.6rem;
    padding: 1.2rem 3rem;
  }
}
.landingpage .liverty-cta-video-btn:hover {
  background: #0F3FCC;
  transform: translateY(-3px);
}
.landingpage .liverty-cta-video-btn:active {
  transform: translateY(-1px);
}
.landingpage .liverty-ease {
  background: #ffffff;
  padding: 10rem 5rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-ease {
    padding: 7rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-ease {
    padding: 2rem 0 5rem 2rem;
  }
}
.landingpage .liverty-ease-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-ease-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-ease-title {
    font-size: 2.2rem;
    padding-right: 2rem;
    margin-bottom: 3rem;
  }
}
.landingpage .liverty-ease-carousel-wrapper {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-ease-carousel-wrapper {
    padding-right: 2rem;
  }
}
.landingpage .liverty-ease-carousel-wrapper::-webkit-scrollbar {
  display: none;
}
.landingpage .liverty-ease-carousel-wrapper:active {
  cursor: grabbing;
}
.landingpage .liverty-ease-carousel-track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-ease-carousel-track {
    gap: 1.6rem;
  }
}
.landingpage .liverty-ease-card {
  display: flex;
  flex-direction: column;
  width: calc((100vw - 10rem) * 0.62);
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-ease-card {
    width: calc((100vw - 6rem) * 0.65);
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-ease-card {
    width: calc(100vw - 6rem);
  }
}
.landingpage .liverty-ease-card-img {
  background: #F3F4F8;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: 70rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-ease-card-img {
    height: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-ease-card-img {
    height: 28rem;
  }
}
.landingpage .liverty-ease-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.4s ease;
}
.landingpage .liverty-ease-card-img:hover img {
  transform: scale(1.03);
}
.landingpage .liverty-ease-card:nth-child(2) .landingpage .liverty-ease-card-img img {
  object-position: right center;
}
.landingpage .liverty-ease-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 0 0.5rem;
}
.landingpage .liverty-ease-card-text {
  font-size: 1.8rem;
  line-height: 1.45;
  color: #060A3D;
  width: 55%;
}
.landingpage .liverty-ease-card-text strong {
  font-weight: 500;
  color: #060A3D;
}
.landingpage .liverty-ease-card-text span {
  font-weight: 400;
  color: #9AA3B2;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-ease-card-text {
    font-size: 1.5rem;
  }
}
.landingpage .liverty-ease-card-btn {
  display: inline-block;
  padding: 1rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #060A3D;
  background: #ffffff;
  border: 2px solid #D1D5DB;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-ease-card-btn {
    font-size: 1.4rem;
    padding: 0.9rem 2rem;
  }
}
.landingpage .liverty-ease-card-btn:hover {
  background: #F3F4F8;
  border-color: #9AA3B2;
  transform: translateY(-2px);
}
.landingpage .liverty-length {
  background: #ffffff;
  padding: 8rem 5rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-length {
    padding: 7rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-length {
    padding: 5rem 2rem;
  }
}
.landingpage .liverty-length-header {
  margin-bottom: 3rem;
}
.landingpage .liverty-length-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-length-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-length-title {
    font-size: 2rem;
  }
}
.landingpage .liverty-length .diameter-title {
  margin-bottom: 5rem;
}
.landingpage .liverty-length-subtitle {
  font-size: 2.4rem;
  font-weight: 900;
  color: #9AA3B2;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-length-subtitle {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-length-subtitle {
    font-size: 1.5rem;
  }
}
.landingpage .liverty-length-video-box {
  width: 100%;
  background: #F3F4F8;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30rem;
}
@media screen and (max-width: 787px) {
  .landingpage .liverty-length-video-box {
    position: relative;
    align-items: unset;
  }
  .landingpage .liverty-length-video-box img {
    width: 100%;
    object-fit: cover;
  }
}
.landingpage .liverty-length-video-box #heroPrecision {
  height: 100%;
  margin: -1rem 0;
}
@media screen and (max-width: 787px) {
  .landingpage .liverty-length-video-box #heroPrecision {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transform: scale(2) translateX(10%);
  }
}
.landingpage .liverty-length-video-box #stentLength {
  display: flex;
  flex-direction: column;
  position: relative;
  left: -25%;
  width: 30%;
}
@media screen and (max-width: 787px) {
  .landingpage .liverty-length-video-box #stentLength {
    margin: auto;
  }
}
.landingpage .liverty-length-video-box #stentLength > span {
  font-size: 8.4rem;
  font-family: 'Gilroy', Arial, sans-serif;
  line-height: 100%;
}
@media screen and (max-width: 787px) {
  .landingpage .liverty-length-video-box #stentLength > span {
    font-size: 2.3rem;
  }
}
.landingpage .liverty-length-video-box #stentLength > span#subtitle {
  color: #044ED7;
  text-transform: uppercase;
}
.landingpage .liverty-length-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  max-width: 50rem;
}
.landingpage .liverty-length-text {
  font-size: 1.8rem;
  line-height: 1.45;
  margin: 0;
}
.landingpage .liverty-length-text strong {
  font-weight: 500;
  color: #060A3D;
}
.landingpage .liverty-length-text span {
  font-weight: 400;
  color: #9AA3B2;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-length-text {
    font-size: 1.5rem;
  }
}
.landingpage .liverty-length-btn {
  display: inline-block;
  padding: 1rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #060A3D;
  background: #ffffff;
  border: 2px solid #D1D5DB;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-length-btn {
    font-size: 1.4rem;
    padding: 0.9rem 2rem;
  }
}
.landingpage .liverty-length-btn:hover {
  background: #F3F4F8;
  border-color: #9AA3B2;
  transform: translateY(-2px);
}
.landingpage .liverty-testimonials {
  background: #ffffff;
  padding: 10rem 5rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-testimonials {
    padding: 7rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-testimonials {
    padding: 5rem 0 5rem 2rem;
  }
}
.landingpage .liverty-testimonials-carousel-wrapper {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.landingpage .liverty-testimonials-carousel-wrapper::-webkit-scrollbar {
  display: none;
}
.landingpage .liverty-testimonials-carousel-wrapper:active {
  cursor: grabbing;
}
.landingpage .liverty-testimonials-carousel-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding-bottom: 1rem;
}
.landingpage .liverty-testimonials-disclaimer {
  width: calc(100vw - 12rem);
  max-width: 130rem;
  margin: 2rem auto 4rem auto;
  text-align: center;
  font-size: 1.5rem;
  color: #6B7280;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-testimonials-disclaimer {
    width: 100%;
    padding-right: 2rem;
  }
}
.landingpage .liverty-testimonials-disclaimer a {
  color: #1B56F5;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.landingpage .liverty-testimonials-disclaimer a:hover {
  color: #0F3FCC;
}
.landingpage .liverty-testimonials-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-testimonials-dots {
    padding-right: 2rem;
  }
}
.landingpage .liverty-testimonials .liverty-testimonial-dot {
  width: 2.8rem;
  height: 0.8rem;
  border-radius: 10rem;
  background: #D1D5DB;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.landingpage .liverty-testimonials .liverty-testimonial-dot.is-active {
  background: #1B56F5;
  width: 4rem;
}
.landingpage .liverty-testimonials .liverty-testimonial-dot:hover:not(.is-active) {
  background: #9AA3B2;
}
.landingpage .liverty-testimonial-card {
  display: grid;
  grid-template-columns: 0.7fr 0.3fr;
  width: calc(100vw - 12rem);
  max-width: 130rem;
  height: 50rem;
  background: #F3F4F8;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-testimonial-card {
    width: calc(100vw - 8rem);
    grid-template-columns: 0.55fr 0.45fr;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-testimonial-card {
    width: calc(100vw - 4rem);
    grid-template-columns: 1fr;
    height: auto;
  }
}
.landingpage .liverty-testimonial-left {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-testimonial-left {
    padding: 3rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-testimonial-left {
    padding: 2.5rem 2rem;
    gap: 1.4rem;
  }
}
.landingpage .liverty-testimonial-tag {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  background: #ffffff;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #6B7280;
  margin-bottom: 2rem;
}
.landingpage .liverty-testimonial-quote {
  font-size: 2.4rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-testimonial-quote {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-testimonial-quote {
    font-size: 1.5rem;
  }
}
.landingpage .liverty-testimonial-author {
  font-size: 1.8rem;
  font-weight: 500;
  color: #060A3D;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-testimonial-author {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.landingpage .liverty-testimonial-right {
  overflow: hidden;
  padding: 5rem 4rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-testimonial-right {
    height: 25rem;
  }
}
.landingpage .liverty-testimonial-right img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  object-fit: contain;
  object-position: center top;
}
.landingpage .liverty-arch {
  background: #ffffff;
  padding: 10rem 5rem;
  gap: 6rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-arch {
    padding: 7rem 3rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch {
    padding: 5rem 2rem 2rem 2rem;
    gap: 3rem;
  }
}
.landingpage .liverty-arch-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  padding-top: 0.4rem;
}
.landingpage .liverty-arch-left-label {
  font-size: 1.8rem;
  font-weight: 500;
  color: #060A3D;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-left-label {
    font-size: 1.4rem;
  }
}
.landingpage .liverty-arch-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.landingpage .liverty-arch-header {
  margin-bottom: 4rem;
  max-width: 66%;
}
@media screen and (max-width: 787px) {
  .landingpage .liverty-arch-header {
    max-width: 100%;
  }
}
.landingpage .liverty-arch-title {
  font-size: 3rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-arch-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-title {
    font-size: 1.8rem;
  }
}
.landingpage .liverty-arch-subtitle {
  font-size: 2.4rem;
  font-weight: 900;
  color: #9AA3B2;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-arch-subtitle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-subtitle {
    font-size: 1.8rem;
  }
}
.landingpage .liverty-arch-intro {
  font-size: 1.8rem;
  line-height: 1.45;
  width: 85%;
}
.landingpage .liverty-arch-intro strong {
  font-weight: 500;
  color: #060A3D;
}
.landingpage .liverty-arch-intro span {
  font-weight: 400;
  color: #9AA3B2;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-intro {
    font-size: 1.5rem;
  }
}
.landingpage .liverty-arch-stats {
  display: flex;
  gap: 4rem;
  width: 100%;
  margin-bottom: 8rem;
  flex-wrap: wrap;
}
.landingpage .liverty-arch-stats--second {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-stats {
    gap: 0 2rem;
  }
}
.landingpage .liverty-arch-stat {
  flex: 1 1 calc(100% / 3 - 4rem);
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 787px) {
  .landingpage .liverty-arch-stat {
    flex: 1 1 100%;
  }
}
.landingpage .liverty-arch-stat:nth-child(4),
.landingpage .liverty-arch-stat:nth-child(5) {
  flex-grow: 0;
}
.landingpage .liverty-arch-stat-title {
  font-size: 30px;
  font-weight: 900;
  color: #060A3D;
  margin-bottom: 2rem;
}
.landingpage .liverty-arch-stat-border {
  width: 100%;
  height: 0.2rem;
  background: #1D74FF;
  margin-bottom: 1.4rem;
}
.landingpage .liverty-arch-stat-label {
  font-size: 1.8rem;
  font-weight: 500;
  color: #060A3D;
  margin: 0 0 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-stat-label {
    font-size: 1.3rem;
  }
}
.landingpage .liverty-arch-stat-value {
  font-size: 6.5rem;
  font-weight: 300;
  color: #060A3D;
  margin: 1rem 0 2rem 0;
  line-height: 1;
  font-family: "Gilroy", sans-serif;
}
.landingpage .liverty-arch-stat-value--large {
  font-size: 4.2rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.15;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-arch-stat-value--large {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-stat-value--large {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-arch-stat-value {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-stat-value {
    font-size: 3.6rem;
  }
}
.landingpage .liverty-arch-stat-desc {
  font-size: 1.8rem;
  font-weight: 400;
  color: #9AA3B2;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-stat-desc {
    font-size: 1.3rem;
  }
}
.landingpage .liverty-arch-stat--empty {
  visibility: hidden;
}
.landingpage .liverty-arch-btn {
  display: inline-block;
  padding: 1.4rem 3.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  background: #1B56F5;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-arch-btn {
    font-size: 1.5rem;
    padding: 1.2rem 3rem;
  }
}
.landingpage .liverty-arch-btn:hover {
  background: #0F3FCC;
  transform: translateY(-3px);
}
.landingpage .liverty-arch-btn:active {
  transform: translateY(-1px);
}
.landingpage .liverty-handson {
  background: #ffffff;
  padding: 8rem 5rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-handson {
    padding: 7rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-handson {
    padding: 2rem 2rem 5rem 2rem;
  }
}
.landingpage .liverty-handson-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-handson-header {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.landingpage .liverty-handson-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-handson-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-handson-title {
    font-size: 2rem;
    width: 100%;
    text-align: center;
  }
}
.landingpage .liverty-handson-btn {
  display: inline-block;
  padding: 1.4rem 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  background: #1B56F5;
  border-radius: 1rem;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-handson-btn {
    font-size: 1.5rem;
    padding: 1.2rem 2.8rem;
  }
}
.landingpage .liverty-handson-btn:hover {
  background: #0F3FCC;
  transform: translateY(-3px);
}
.landingpage .liverty-handson-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .liverty-handson-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-handson-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.landingpage .liverty-handson-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.landingpage .liverty-handson-card-img {
  background: #F3F4F8;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
}
.landingpage .liverty-handson-card-img img {
  margin: auto;
  width: 50%;
}
.landingpage .liverty-handson-card-body {
  padding: 0 0.5rem;
}
.landingpage .liverty-handson-card-text {
  font-size: 1.8rem;
  line-height: 1.45;
}
.landingpage .liverty-handson-card-text strong {
  font-weight: 500;
  color: #060A3D;
  display: block;
  margin-bottom: 0.4rem;
}
.landingpage .liverty-handson-card-text span {
  font-weight: 400;
  color: #9AA3B2;
}
@media screen and (max-width: 767px) {
  .landingpage .liverty-handson-card-text {
    font-size: 1.5rem;
  }
}
.landingpage .dv-faq-section {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 6rem;
  padding: 8rem 5rem;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .landingpage .dv-faq-section {
    gap: 4rem;
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .dv-faq-section {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 5rem 2rem;
  }
}
.landingpage .dv-faq-title {
  font-size: 2.4rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  position: sticky;
  top: 3rem;
}
@media screen and (max-width: 1024px) {
  .landingpage .dv-faq-title {
    font-size: 2.6rem;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .landingpage .dv-faq-title {
    font-size: 2.4rem;
  }
}
.landingpage .dv-faq-right {
  display: flex;
  flex-direction: column;
}
.landingpage .dv-faq-item {
  border-top: 1.5px solid #E2E5EC;
}
.landingpage .dv-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem 0 4rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .landingpage .dv-faq-question {
    padding: 1.6rem 0;
    gap: 1.5rem;
  }
}
.landingpage .dv-faq-question span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #060A3D;
  font-family: 'Albert', Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .landingpage .dv-faq-question span {
    font-size: 1.6rem;
  }
}
.landingpage .dv-faq-question .dv-faq-arrow {
  width: 1.5rem;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .landingpage .dv-faq-question .dv-faq-arrow {
    width: 1.6rem;
  }
}
.landingpage .dv-faq-question[aria-expanded="true"] .dv-faq-arrow {
  transform: rotate(180deg);
}
.landingpage .dv-faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.landingpage .dv-faq-answer p {
  font-size: 1.8rem;
  font-weight: 400;
  color: #88909c;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .landingpage .dv-faq-answer p {
    font-size: 1.5rem;
    padding-bottom: 1.6rem;
  }
}
.landingpage .dv-faq-answer.is-open {
  max-height: 60rem;
}
.disclaimerspage .liverty-disclaimers {
  background: #ffffff;
  padding: 6rem 5rem 10rem 5rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .disclaimerspage .liverty-disclaimers {
    padding: 6rem 3rem 8rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .disclaimerspage .liverty-disclaimers {
    padding: 5rem 2rem 6rem 2rem;
  }
}
.disclaimerspage .liverty-disclaimers-back {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1B56F5;
  text-decoration: none;
  margin: 3rem 0;
}
.disclaimerspage .liverty-disclaimers-back:hover {
  text-decoration: underline;
}
.disclaimerspage .liverty-disclaimers-back--btn {
  padding: 1.4rem 3.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  background: #1B56F5;
  border-radius: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.disclaimerspage .liverty-disclaimers-back--btn:hover {
  background: #0F3FCC;
  text-decoration: none;
  transform: translateY(-3px);
}
.disclaimerspage .liverty-disclaimers-back--btn:active {
  transform: translateY(-1px);
}
.disclaimerspage .liverty-disclaimers-title {
  font-size: 3.6rem;
  font-weight: 900;
  color: #060A3D;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  margin: 0 0 3rem 0;
}
@media screen and (max-width: 767px) {
  .disclaimerspage .liverty-disclaimers-title {
    font-size: 2.6rem;
  }
}
.disclaimerspage .liverty-disclaimers-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.disclaimerspage .liverty-disclaimers-body p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #4B5563;
  margin: 0;
}
.disclaimerspage ul {
  list-style: initial;
  padding-left: 15px;
}
/*# sourceMappingURL=main.css.map */