.desktop {
  background-color: #ffffff;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  display: flex;
}

.desktop .frame {
  display: flex;
  width: 100%;
  min-height: 100vh;
  position: relative;
  flex-direction: column;
  align-items: center;
}

.desktop .nav-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px 20px;
  position: sticky;
  top: 0;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  border: 1px solid;
  border-color: #dfdfdf;
  z-index: 100 !important;
  background-color: #ffffff;
}

.desktop .div {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
}

.desktop .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans", Helvetica;
  font-weight: 600;
  color: var(--primary);
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .frame-2 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .text-wrapper-2 {
  position: relative;
  width: fit-content;
  font-family: "Noto Sans", Helvetica;
  font-weight: 300;
  color: var(--secondary);
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .frame-3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .frame-4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 34px;
  position: relative;
  flex: 0 0 auto;
  background-color: var(--primary);
  border-radius: 8px;
  border: 1px solid;
  border-color: #383838;
}

.desktop .vector {
  position: relative;
  width: 15px;
  height: 15px;
  margin-left: -0.50px;
}

.desktop .text-wrapper-3 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .img {
  position: relative;
  width: 20px;
  height: 20px;
}

.desktop .hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 120px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #eceff2;
}

.desktop .frame-5 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  justify-content: center;
}

.desktop .frame-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
  max-width: 810px;
}

.desktop .text-wrapper-4 {
  position: relative;
  width: 454px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 500;
  color: var(--primary);
  font-size: 56px;
  letter-spacing: 0;
  line-height: 64px;
}

.desktop .p {
  position: relative;
  width: 454px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 300;
  color: var(--secondary);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
}

.desktop .frame-7 {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .frame-8 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .vector-2 {
  position: relative;
  width: 22px;
  height: 21.07px;
  margin-top: -1.00px;
  margin-bottom: -1.00px;
  margin-left: -1.00px;
}

.desktop .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -0.96px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .frame-9 {
  position: relative;
  width: 24px;
  height: 24px;
}

.desktop .text-wrapper-6 {
  width: fit-content;
  font-weight: 300;
  color: #000000;
  font-size: 14px;
  line-height: normal;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .frame-10 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--primary);
  border-radius: 8px;
  border: 1px solid;
  border-color: #383838;
}

.desktop .vector-3 {
  position: relative;
  width: 15px;
  height: 15px;
}

.desktop .text-wrapper-7 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.desktop .image {
  width: 50%;
  border-radius: 20px;
  border: 1px solid;
  border-color: #aab8c4;
  position: relative;
  object-fit: cover;
}

.desktop .services, .desktop .div-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 60px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .div-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 30px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .text-wrapper-8 {
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 600;
  color: var(--primary);
  font-size: 28px;
  line-height: normal;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .frame-11 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .frame-12 {
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 458px;
  align-items: flex-start;
  gap: 40px;
  padding: 40px;
  position: relative;
  border-radius: 8px;
  border: 1px solid;
  border-color: #dfdfdf;
}

.desktop .frame-13 {
  position: relative;
  flex: 0 0 auto;
}

.desktop .frame-14 {
  display: flex;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.desktop .text-wrapper-9 {
  align-self: stretch;
  margin-top: -1.00px;
  font-weight: 600;
  color: var(--primary);
  font-size: 24px;
  line-height: normal;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .text-wrapper-10 {
  align-self: stretch;
  font-weight: 300;
  color: var(--secondary);
  font-size: 18px;
  line-height: normal;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 30px 0px 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .frame-15 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 0px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .text-wrapper-11 {
  position: relative;
  width: 100% !important;
  font-family: "Noto Sans", Helvetica;
  font-weight: 300;
  color: var(--primary);
  font-size: 24px;
  letter-spacing: 0;
  line-height: 25px;
  white-space: normal;
  text-align: center;
}

.desktop .frame-16 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .frame-17 {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .frame-17.reverse {
  flex-direction: row-reverse;
}

/* Tablet Breakpoint (max-width: 1024px) */
@media (max-width: 1024px) {
  .desktop .frame-17.reverse {
    flex-direction: column;
  }
}

/* Mobile Breakpoint (max-width: 767px) */
@media (max-width: 767px) {
  .desktop .frame-17.reverse {
    flex-direction: column;
  }
}

.desktop .image-2 {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  position: relative;
  object-fit: cover;
}

.desktop .frame-18 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  padding: 20px 0px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
}

.desktop .text-wrapper-12 {
  width: 320px;
  font-weight: 300;
  color: var(--primary);
  font-size: 18px;
  line-height: normal;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .image-3 {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  position: relative;
  object-fit: cover;
}

.desktop .image-4 {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  position: relative;
  object-fit: cover;
}

.desktop .pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .frame-19 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 0px 30px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .frame-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0px 250px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .frame-20 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid;
  border-color: #d0d0d0;
}

.desktop .frame-21 {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

.desktop .text-wrapper-13 {
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 500;
  color: var(--primary);
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .text-wrapper-14 {
  width: fit-content;
  font-weight: 300;
  color: var(--secondary);
  font-size: 15px;
  line-height: 25px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .text-wrapper-15 {
  width: fit-content;
  font-weight: 500;
  color: var(--primary);
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .text-wrapper-16 {
  position: relative;
  width: 107px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 300;
  color: var(--secondary);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
}

.desktop .frame-22 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.desktop .frame-23 {
  display: flex;
  flex-direction: column;
  width: 1440px;
  align-items: center;
  gap: 20px;
  padding: 0px 250px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .frame-24 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid;
  border-color: #d0d0d0;
}

.desktop .frame-25 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 250px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .text-wrapper-17 {
  width: fit-content;
  margin-top: -1.00px;
  font-weight: 300;
  color: var(--secondary);
  font-size: 15px;
  line-height: 25px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .frame-26 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 0px;
  position: relative;
  flex: 0 0 auto;
}

.desktop .text-wrapper-18 {
  width: fit-content;
  font-weight: 300;
  color: var(--secondary);
  font-size: 18px;
  line-height: 25px;
  white-space: nowrap;
  position: relative;
  font-family: "Noto Sans", Helvetica;
  letter-spacing: 0;
}

.desktop .frame-27 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px 20px;
  padding: 0px 250px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.desktop .frame-28 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: var(--primary);
  border-radius: 8px;
  border: 1px solid;
  border-color: #383838;
}

.desktop .frame-29 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #eceff2;
}

.desktop .text-wrapper-19 {
  position: relative;
  width: fit-content;
  margin-top: -1.00px;
  font-family: "Noto Sans", Helvetica;
  font-weight: 300;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}

/* Tablet Breakpoint (max-width: 1024px) */
@media (max-width: 1024px) {
  .desktop .frame-2 {
    gap: 20px;
  }

  .desktop .text-wrapper-2 {
    font-size: 16px;
    display: none;
  }

  .desktop .hero-section {
    padding: 80px 20px;
  }

  .desktop .frame-5 {
    flex-direction: column;
  }

  .desktop .frame-6 {
    padding: 20px;
    max-width: none !important;
  }

  .desktop .text-wrapper-4 {
    width: 100%;
    font-size: 42px;
    line-height: 50px;
  }

  .desktop .p {
    width: 100%;
    font-size: 16px;
  }

  .desktop .image {
    width: 100%;
    max-width: 600px;
  }

  .desktop .frame-12 {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .desktop .frame-17 {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .desktop .image-2,
  .desktop .image-3,
  .desktop .image-4 {
    width: 100%;
    max-width: 400px;
  }

  .desktop .text-wrapper-11 {
    padding: 0 40px;
  }

  .desktop .frame-18 {
    width: 100%;
    align-items: center;
  }

  .desktop .text-wrapper-12 {
    max-width: 400px;
    width: 100%;
  }

  .desktop .frame-wrapper {
    padding: 0px 20px;
  }

  .desktop .frame-27 {
    padding: 0px 20px;
  }

  .desktop .frame-25 {
    padding: 10px 20px 0px;
  }
}

/* Mobile Breakpoint (max-width: 767px) */
@media (max-width: 767px) {
  .desktop .nav-bar {
    padding: 0px 10px;
  }

  .desktop .div {
    height: auto;
    flex-direction: column;
    padding: 10px 0;
    gap: 15px;
  }

  .desktop .frame-2 {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: center;
  }

  .desktop .text-wrapper-2 {
    font-size: 14px;
    display: none;
  }

  .desktop .frame-3 {
    width: 100%;
    justify-content: center;
  }

  .desktop .frame-4 {
    padding: 8px 20px;
  }

  .desktop .text-wrapper-3 {
    font-size: 16px;
  }

  .desktop .hero-section {
    padding: 60px 15px;
  }

  .desktop .frame-6 {
    padding: 20px;
    max-width: none !important;
  }

  .desktop .text-wrapper-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .desktop .p {
    font-size: 14px;
    line-height: 20px;
  }

  .desktop .frame-7 {
    flex-direction: column;
    width: 100%;
  }

  .desktop .frame-8 {
    width: 100%;
    justify-content: center;
  }

  .desktop .frame-10 {
    padding: 15px;
  }

  .desktop .text-wrapper-7 {
    font-size: 18px;
  }

  .desktop .services,
  .desktop .div-2 {
    padding: 40px 15px;
  }

  .desktop .frame-12 {
    padding: 30px 20px;
    gap: 30px;
  }

  .desktop .text-wrapper-9 {
    font-size: 20px;
  }

  .desktop .text-wrapper-10 {
    font-size: 14px;
  }

  .desktop .advantages {
    padding: 30px 15px 40px;
  }

  .desktop .text-wrapper-11 {
    font-size: 18px;
  }

  .desktop .frame-18 {
    padding: 20px;
    width: 100%;
  }

  .desktop .text-wrapper-12 {
    font-size: 14px;
  }

  .desktop .pricing {
    padding: 20px 15px;
  }

  .desktop .frame-20 {
    padding: 15px 20px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .desktop .text-wrapper-13 {
    font-size: 16px;
    white-space: normal;
  }

  .desktop .text-wrapper-14 {
    font-size: 13px;
    white-space: normal;
  }

  .desktop .text-wrapper-15 {
    font-size: 16px;
  }

  .desktop .text-wrapper-16 {
    font-size: 13px;
  }

  .desktop .text-wrapper-17 {
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }

  .desktop .frame-26 {
    padding: 10px 0px;
  }

  .desktop .text-wrapper-18 {
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }

  .desktop .frame-28 {
    padding: 15px;
    flex: 1;
    min-width: 200px;
  }

  .desktop .text-wrapper-19 {
    font-size: 14px;
    text-align: center;
  }
}

/* Small Mobile Breakpoint (max-width: 480px) */
@media (max-width: 480px) {
  .desktop .text-wrapper {
    font-size: 20px;
  }

  .desktop .text-wrapper-4 {
    font-size: 28px;
    line-height: 36px;
  }

  .desktop .text-wrapper-8 {
    font-size: 24px;
  }

  .desktop .frame-12 {
    padding: 25px 15px;
  }

  .desktop .frame-28 {
    min-width: 100%;
  }
}
