/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.desktop-landing-page {
  display: flex;
  flex-direction: column;
  height: 8573px;
  align-items: flex-start;
  position: relative;
}

.desktop-landing-page .hero {
  display: flex;
  flex-direction: column;
  width: 1440px;
  height: 1024px;
  align-items: center;
  gap: 52px;
  position: relative;
  background-color: var(--neutral-blue);
}

.desktop-landing-page .nav {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  gap: 30px;
  padding: 24px 80px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--base);
  box-shadow: var(--drop-shadow-100);
}

.desktop-landing-page .nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #00000033;
}

.desktop-landing-page .logo {
  position: relative;
  width: 210px;
  height: 38px;
  object-fit: cover;
}

.desktop-landing-page .nav-links {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .nav-link-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 8px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .nav-link {
  position: relative;
  width: fit-content;
  margin-top: -0.75px;
  font-family: var(--nav-link-font-family);
  font-weight: var(--nav-link-font-weight);
  color: var(--deep-blue);
  font-size: var(--nav-link-font-size);
  text-align: center;
  letter-spacing: var(--nav-link-letter-spacing);
  line-height: var(--nav-link-line-height);
  white-space: nowrap;
  font-style: var(--nav-link-font-style);
}

.desktop-landing-page .heading-and-sub {
  display: flex;
  align-items: center;
  gap: 204px;
  padding: 0px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .main-heading {
  position: relative;
  flex: 1;
  height: 222px;
  margin-top: -1.00px;
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  color: var(--deep-blue);
  font-size: var(--h1-font-size);
  letter-spacing: var(--h1-letter-spacing);
  line-height: var(--h1-line-height);
  font-style: var(--h1-font-style);
}

.desktop-landing-page .subheading-container {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.desktop-landing-page .subheading-text {
  position: relative;
  width: 420px;
  font-family: var(--subheading-font-family);
  font-weight: var(--subheading-font-weight);
  color: var(--grey);
  font-size: var(--subheading-font-size);
  letter-spacing: var(--subheading-letter-spacing);
  line-height: var(--subheading-line-height);
  font-style: var(--subheading-font-style);
}

.desktop-landing-page .button-container {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 14px 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--painti-blue);
  border-radius: 62px;
}

.desktop-landing-page .button-text {
  position: relative;
  width: fit-content;
  margin-top: -0.75px;
  font-family: var(--btn-font-family);
  font-weight: var(--btn-font-weight);
  color: var(--base);
  font-size: var(--btn-font-size);
  text-align: center;
  letter-spacing: var(--btn-letter-spacing);
  line-height: var(--btn-line-height);
  white-space: nowrap;
  font-style: var(--btn-font-style);
}

.desktop-landing-page .slide-image-video {
  position: relative;
  width: 1280px;
  height: 606px;
}

.desktop-landing-page .image-overlay {
  display: flex;
  flex-direction: column;
  width: 346px;
  align-items: flex-start;
  gap: 8px;
  padding: 24px;
  position: absolute;
  top: 871px;
  left: 974px;
  background-color: #091a2dcc;
  border-radius: 16px;
}

.desktop-landing-page .overlay-container {
  flex-direction: column;
  width: 282.68px;
  align-items: flex-start;
  gap: 34px;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .overlay-content {
  align-items: center;
  gap: 12px;
  align-self: stretch;
  width: 100%;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .overlay-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.desktop-landing-page .overlay-main-text {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: "Nunito Sans-SemiBold", Helvetica;
  font-weight: 600;
  color: var(--base);
  font-size: 24px;
  letter-spacing: -0.24px;
  line-height: 31.2px;
}

.desktop-landing-page .overlay-sub-text {
  position: relative;
  align-self: stretch;
  font-family: "Noto Sans-Medium", Helvetica;
  font-weight: 500;
  color: #ffffffb2;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26.2px;
}

.desktop-landing-page .dr-sammer {
  display: flex;
  width: 1440px;
  align-items: center;
  justify-content: center;
  padding: 112px 80px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--base);
}

.desktop-landing-page .polygon-bg {
  position: absolute;
  width: 391px;
  height: 447px;
  top: 95px;
  left: 129px;
}

.desktop-landing-page .container {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .image {
  position: relative;
  width: 579px;
  height: 488px;
  border-radius: 24px;
  background-image: url(./img/image-4.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop-landing-page .content {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .div {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .div-2 {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .polygon {
  position: relative;
  width: 38.11px;
  height: 42.76px;
}

.desktop-landing-page .text-wrapper {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: var(--deep-blue);
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  white-space: nowrap;
  font-style: var(--h2-font-style);
}

.desktop-landing-page .div-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .heading {
  position: relative;
  width: 552px;
  margin-top: -1.00px;
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  color: var(--deep-blue);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  font-style: var(--h4-font-style);
}

.desktop-landing-page .biography-text {
  position: relative;
  width: 571px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--grey);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
}

.desktop-landing-page .logos {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .img {
  width: 97px;
  height: 65px;
  position: relative;
  object-fit: cover;
}

.desktop-landing-page .logo-2 {
  width: 105px;
  height: 50px;
  position: relative;
  object-fit: cover;
}

.desktop-landing-page .logo-3 {
  width: 74px;
  height: 74px;
  position: relative;
  object-fit: cover;
}

.desktop-landing-page .logo-4 {
  width: 86px;
  height: 86px;
  position: relative;
  object-fit: cover;
}

.desktop-landing-page .featured {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 112px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--base);
}

.desktop-landing-page .feature-section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .card-heading-and-sub {
  display: flex;
  flex-direction: column;
  min-width: 580px;
  height: 540px;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.desktop-landing-page .heading-and-sub-2 {
  display: flex;
  flex-direction: column;
  width: 579px;
  align-items: flex-start;
  gap: 16px;
  padding: 40px 0px 0px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .title-container {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .subtitle {
  position: relative;
  width: 468px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--grey);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
}

.desktop-landing-page .button-base-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 198px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .button-base {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--painti-blue);
  border-radius: 100px;
}

.desktop-landing-page .button-text-2 {
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--btn-font-family);
  font-weight: var(--btn-font-weight);
  color: var(--base);
  font-size: var(--btn-font-size);
  text-align: center;
  letter-spacing: var(--btn-letter-spacing);
  line-height: var(--btn-line-height);
  font-style: var(--btn-font-style);
}

.desktop-landing-page .card-container {
  display: flex;
  flex-direction: column;
  width: 600px;
  height: 540px;
  align-items: flex-start;
  gap: 50px;
  padding: 56px;
  position: relative;
  background-color: var(--neutral-blue);
  border-radius: 16px;
}

.desktop-landing-page .card {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .card-image {
  position: relative;
  width: 112px;
  height: 112px;
  background-color: var(--base);
  border-radius: 56px;
}

.desktop-landing-page .polygon-2 {
  position: absolute;
  width: 38px;
  height: 43px;
  top: 35px;
  left: 37px;
}

.desktop-landing-page .card-title {
  position: relative;
  width: 445px;
  margin-top: -1.00px;
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  color: var(--deep-blue);
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
  font-style: var(--h3-font-style);
}

.desktop-landing-page .card-description {
  position: relative;
  width: 425px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--grey);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
}

.desktop-landing-page .card-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .link-text {
  position: relative;
  width: fit-content;
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  color: var(--deep-blue);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  white-space: nowrap;
  font-style: var(--h4-font-style);
}

.desktop-landing-page .arrow-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.desktop-landing-page .card-container-2 {
  background-color: var(--neutral-green);
  display: flex;
  flex-direction: column;
  width: 600px;
  height: 540px;
  align-items: flex-start;
  gap: 50px;
  padding: 56px;
  position: relative;
  border-radius: 16px;
}

.desktop-landing-page .card-container-3 {
  background-color: var(--neutral-yellow);
  display: flex;
  flex-direction: column;
  width: 600px;
  height: 540px;
  align-items: flex-start;
  gap: 50px;
  padding: 56px;
  position: relative;
  border-radius: 16px;
}

.desktop-landing-page .CTA {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 112px 80px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--neutral-blue);
}

.desktop-landing-page .div-4 {
  display: flex;
  width: 1280px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .divider {
  position: relative;
  width: 8px;
  height: 221px;
  background-color: var(--painti-blue);
  border-radius: 4px;
}

.desktop-landing-page .p {
  position: relative;
  width: 633px;
  margin-top: -1.00px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: var(--deep-blue);
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.desktop-landing-page .subheading {
  position: relative;
  width: 547px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--grey);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
}

.desktop-landing-page .button-wrapper {
  display: flex;
  width: 420px;
  align-items: flex-start;
  position: relative;
}

.desktop-landing-page .div-wrapper {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--painti-blue);
  border-radius: 100px;
}

.desktop-landing-page .button-2 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  flex: 1;
  margin-top: -1.00px;
  font-family: var(--btn-font-family);
  font-weight: var(--btn-font-weight);
  color: var(--base);
  font-size: var(--btn-font-size);
  text-align: center;
  letter-spacing: var(--btn-letter-spacing);
  line-height: var(--btn-line-height);
  font-style: var(--btn-font-style);
}

.desktop-landing-page .what-is {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding: 112px 80px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--base);
}

.desktop-landing-page .heading-and {
  display: flex;
  flex-direction: column;
  width: 800px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .heading-wrapper {
  display: flex;
  width: 1280px;
  height: 138px;
  align-items: center;
  gap: 113px;
  position: relative;
  margin-right: -480.00px;
}

.desktop-landing-page .heading-2 {
  position: relative;
  width: 1143px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: var(--deep-blue);
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.desktop-landing-page .content-list {
  position: relative;
  width: 576px;
  height: 480px;
}

.desktop-landing-page .main-container {
  display: flex;
  flex-direction: column;
  width: 552px;
  align-items: flex-start;
  gap: 30px;
  position: absolute;
  top: 0;
  left: 24px;
}

.desktop-landing-page .div-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .text-and-supporting {
  display: flex;
  flex-direction: column;
  width: 552px;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .text-wrapper-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  color: var(--deep-blue);
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
  font-style: var(--h3-font-style);
}

.desktop-landing-page .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--grey);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
}

.desktop-landing-page .button-3 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .button-text-3 {
  all: unset;
  box-sizing: border-box;
  margin-top: -1.00px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  position: relative;
  width: fit-content;
  color: var(--painti-blue);
  letter-spacing: var(--body-letter-spacing);
  white-space: nowrap;
  font-style: var(--body-font-style);
}

.desktop-landing-page .star-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.desktop-landing-page .overlap-group {
  position: absolute;
  width: 8px;
  height: 473px;
  top: 0;
  left: 0;
  background-color: #1057e34c;
  border-radius: 4px;
}

.desktop-landing-page .line {
  height: 148px;
  background-color: var(--painti-blue);
  border-radius: 4px;
}

.desktop-landing-page .video-content {
  position: relative;
  width: 600px;
  height: 634px;
  background-color: var(--grey);
  border-radius: 16px;
  overflow: hidden;
}

.desktop-landing-page .overlap {
  height: 634px;
  background-image: url(./img/poster-image.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop-landing-page .play-button {
  position: relative;
  width: 80px;
  height: 80px;
  top: 277px;
  left: 260px;
  backdrop-filter: blur(16px) brightness(100%);
  -webkit-backdrop-filter: blur(16px) brightness(100%);
  background-image: url(./img/button-2.svg);
  background-size: 100% 100%;
}

.desktop-landing-page .play-button-2 {
  height: 80px;
  backdrop-filter: blur(16px) brightness(100%);
  -webkit-backdrop-filter: blur(16px) brightness(100%);
  background-image: url(./img/button.svg);
  background-size: 100% 100%;
}

.desktop-landing-page .treatment-areas {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  padding: 112px 80px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--neutral-blue);
}

.desktop-landing-page .heading-and-sub-3 {
  display: flex;
  width: 1280px;
  height: 138px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.desktop-landing-page .text-wrapper-4 {
  position: relative;
  width: 779px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: var(--deep-blue);
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.desktop-landing-page .text-wrapper-5 {
  position: relative;
  width: 296px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--grey);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
}

.desktop-landing-page .slide {
  display: flex;
  height: 655px;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-color: var(--base);
  border-radius: 16px;
  border: 1px solid;
  border-color: var(--grey);
}

.desktop-landing-page .column-active {
  display: flex;
  height: 655px;
  align-items: flex-start;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.desktop-landing-page .feature-tab {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 24px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.desktop-landing-page .feature-number {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--deep-blue);
  font-size: var(--body-font-size);
  text-align: center;
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
}

.desktop-landing-page .feature-name {
  position: relative;
  width: fit-content;
  margin-left: -9.50px;
  margin-right: -9.50px;
  transform: rotate(-90.00deg);
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  color: var(--deep-blue);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  white-space: nowrap;
  font-style: var(--h4-font-style);
}

.desktop-landing-page .content-2 {
  display: flex;
  flex-direction: column;
  max-width: 770px;
  width: 770px;
  align-items: flex-start;
  gap: 48px;
  padding: 50px 48px;
  position: relative;
  align-self: stretch;
}

.desktop-landing-page .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: transparent;
}

.desktop-landing-page .element {
  position: relative;
  width: 674px;
  height: 400px;
  margin-bottom: -37.00px;
  background-color: var(--base);
  border-radius: 16px;
  overflow: hidden;
}

.desktop-landing-page .overlap-group-2 {
  position: relative;
  height: 400px;
}

.desktop-landing-page .polygon-3 {
  position: absolute;
  width: 242px;
  height: 279px;
  top: 60px;
  left: 51px;
}

.desktop-landing-page .image-2 {
  position: absolute;
  width: 674px;
  height: 400px;
  top: 0;
  left: 0;
}

.desktop-landing-page .collumns {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.desktop-landing-page .feature-tab-2 {
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
  overflow: hidden;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--grey);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 24px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.desktop-landing-page .feature-number-2 {
  position: relative;
  width: fit-content;
  margin-top: -0.50px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--grey);
  font-size: var(--body-font-size);
  text-align: center;
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  white-space: nowrap;
  font-style: var(--body-font-style);
}

.desktop-landing-page .feature-name-2 {
  margin-left: -80.50px;
  margin-right: -78.50px;
  position: relative;
  width: fit-content;
  transform: rotate(-90.00deg);
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  color: var(--grey);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  white-space: nowrap;
  font-style: var(--h4-font-style);
}

.desktop-landing-page .feature-tab-3 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 24px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  overflow: hidden;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--grey);
}

.desktop-landing-page .feature-name-3 {
  margin-left: -52.50px;
  margin-right: -50.50px;
  position: relative;
  width: fit-content;
  transform: rotate(-90.00deg);
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  color: var(--grey);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  white-space: nowrap;
  font-style: var(--h4-font-style);
}

.desktop-landing-page .feature-name-4 {
  margin-left: -61.50px;
  margin-right: -59.50px;
  position: relative;
  width: fit-content;
  transform: rotate(-90.00deg);
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  color: var(--grey);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  white-space: nowrap;
  font-style: var(--h4-font-style);
}

.desktop-landing-page .feature-tab-4 {
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-right: -1.00px;
  overflow: hidden;
  border-left-width: 1px;
  border-left-style: solid;
  border-color: var(--grey);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 24px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.desktop-landing-page .feature-name-5 {
  margin-left: -55.00px;
  margin-right: -53.00px;
  position: relative;
  width: fit-content;
  transform: rotate(-90.00deg);
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  color: var(--grey);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  white-space: nowrap;
  font-style: var(--h4-font-style);
}

.desktop-landing-page .FAQ {
  display: flex;
  width: 1440px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 112px 80px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--base);
}

.desktop-landing-page .heading-and-sub-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .heading-and-sub-4 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .main-heading-2 {
  position: relative;
  width: 527px;
  margin-top: -1.00px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: var(--deep-blue);
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.desktop-landing-page .sub-heading {
  width: 405px;
  position: relative;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--grey);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
}

.desktop-landing-page .button-text-wrapper {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding: 14px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--painti-blue);
  border-radius: 62px;
}

.desktop-landing-page .button-text-4 {
  all: unset;
  box-sizing: border-box;
  position: relative;
  width: fit-content;
  margin-top: -0.75px;
  font-family: var(--btn-font-family);
  font-weight: var(--btn-font-weight);
  color: var(--base);
  font-size: var(--btn-font-size);
  text-align: center;
  letter-spacing: var(--btn-letter-spacing);
  line-height: var(--btn-line-height);
  white-space: nowrap;
  font-style: var(--btn-font-style);
}

.desktop-landing-page .collapsible-item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 0px 0px 24px;
  position: relative;
  flex: 0 0 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ededed;
}

.desktop-landing-page .collapsible-header {
  display: flex;
  width: 649px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .collapsible-header-2 {
  position: relative;
  width: fit-content;
  font-family: var(--subheading-font-family);
  font-weight: var(--subheading-font-weight);
  color: var(--deep-blue);
  font-size: var(--subheading-font-size);
  letter-spacing: var(--subheading-letter-spacing);
  line-height: var(--subheading-line-height);
  white-space: nowrap;
  font-style: var(--subheading-font-style);
}

.desktop-landing-page .collapsible-icon {
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .collapsible-item-2 {
  display: flex;
  width: 649px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px 24px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ededed;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .testimonial-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 112px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--neutral-blue);
}

.desktop-landing-page .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .content-3 {
  display: flex;
  align-items: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--base);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--grey);
}

.desktop-landing-page .image-3 {
  position: relative;
  width: 480px;
  height: 464px;
  background-image: url(./img/image-3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.desktop-landing-page .quote-and-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  padding: 64px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.desktop-landing-page .quote-and {
  gap: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .quote-and-stars {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .overlap-group-3 {
  position: relative;
  height: 20px;
}

.desktop-landing-page .img-2 {
  position: absolute;
  width: 18px;
  height: 17px;
  top: 1px;
  left: 1px;
}

.desktop-landing-page .star {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.desktop-landing-page .quote {
  position: relative;
  align-self: stretch;
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  color: var(--deep-blue);
  font-size: var(--h3-font-size);
  letter-spacing: var(--h3-letter-spacing);
  line-height: var(--h3-line-height);
  font-style: var(--h3-font-style);
}

.desktop-landing-page .text-and-supporting-2 {
  gap: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .text-wrapper-6 {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  color: var(--deep-blue);
  font-size: var(--h4-font-size);
  letter-spacing: var(--h4-letter-spacing);
  line-height: var(--h4-line-height);
  font-style: var(--h4-font-style);
}

.desktop-landing-page .pagination-dot-group {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .pagination-dot {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: var(--painti-blue);
  border-radius: 6px;
}

.desktop-landing-page .pagination-dot-2 {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #1057e34c;
  border-radius: 6px;
}

.desktop-landing-page .numbers {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 52px;
  padding: 112px 80px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--base);
}

.desktop-landing-page .divider-2 {
  height: 1px;
  object-fit: cover;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.desktop-landing-page .content-4 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .number-and-text {
  display: flex;
  flex-direction: column;
  width: 280px;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.desktop-landing-page .number {
  position: relative;
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  color: var(--painti-blue);
  font-size: var(--h2-font-size);
  letter-spacing: var(--h2-letter-spacing);
  line-height: var(--h2-line-height);
  font-style: var(--h2-font-style);
}

.desktop-landing-page .text-and-supporting-3 {
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .footer {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 52px;
  padding: 112px 80px 0px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--painti-blue);
}

.desktop-landing-page .content-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop-landing-page .container-wrapper {
  display: flex;
  width: 762px;
  align-items: center;
  gap: 473px;
  position: relative;
}

.desktop-landing-page .container-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .headline {
  position: relative;
  width: 762px;
  margin-top: -1.00px;
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  color: var(--base);
  font-size: var(--h1-font-size);
  letter-spacing: var(--h1-letter-spacing);
  line-height: var(--h1-line-height);
  font-style: var(--h1-font-style);
}

.desktop-landing-page .button-4 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  width: 398px;
  align-items: flex-start;
  justify-content: center;
  padding: 14px 24px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--base);
  border-radius: 62px;
}

.desktop-landing-page .button-text-5 {
  margin-top: -0.75px;
  font-family: var(--btn-font-family);
  font-weight: var(--btn-font-weight);
  font-size: var(--btn-font-size);
  text-align: center;
  line-height: var(--btn-line-height);
  position: relative;
  width: fit-content;
  color: var(--painti-blue);
  letter-spacing: var(--btn-letter-spacing);
  white-space: nowrap;
  font-style: var(--btn-font-style);
}

.desktop-landing-page .div-6 {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .icon-container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .icon-background {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: var(--base);
  border-radius: 23px;
}

.desktop-landing-page .img-3 {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
}

.desktop-landing-page .address-text {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--base);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  font-style: var(--body-font-style);
  background: transparent;
  border: none;
  padding: 0;
}

.desktop-landing-page .email-text {
  position: relative;
  width: fit-content;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--base);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  white-space: nowrap;
  font-style: var(--body-font-style);
  background: transparent;
  border: none;
  padding: 0;
}

.desktop-landing-page .link {
  display: flex;
  width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 80px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -80.00px;
  margin-right: -80.00px;
}

.desktop-landing-page .logo-image {
  width: 200px;
  height: 57px;
  position: relative;
  object-fit: cover;
}

.desktop-landing-page .footer-links {
  display: inline-flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.desktop-landing-page .footer-link {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--nav-link-font-family);
  font-weight: var(--nav-link-font-weight);
  color: var(--base);
  font-size: var(--nav-link-font-size);
  letter-spacing: var(--nav-link-letter-spacing);
  line-height: var(--nav-link-line-height);
  white-space: nowrap;
  font-style: var(--nav-link-font-style);
}

.desktop-landing-page .divider-3 {
  height: 2px;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.desktop-landing-page .section {
  display: flex;
  width: 1440px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px;
  position: relative;
  flex: 0 0 auto;
  margin-left: -80.00px;
  margin-right: -80.00px;
}

.desktop-landing-page .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--base);
  font-size: var(--body-font-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
  white-space: nowrap;
  font-style: var(--body-font-style);
}

.desktop-landing-page .footer-links-2 {
  display: inline-flex;
  align-items: flex-start;
  gap: 45px;
  position: relative;
  flex: 0 0 auto;
}
