body {
  margin: 0;
}

.ll-header {
  background: #fff;
  border-bottom: 1px solid rgba(59, 62, 77, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  font-family: "DM Sans", sans-serif;
}
.ll-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 9px 48px;
}
@media (max-width: 991px) {
  .ll-header__container {
    padding: 8px 10px;
  }
}
.ll-header__left {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (min-width: 992px) {
  .ll-header__left {
    gap: 108px;
  }
}
.ll-header__logo-link {
  display: block;
  line-height: 0;
}
.ll-header__logo-link img {
  height: 48px;
  width: auto;
}
@media (max-width: 991px) {
  .ll-header__logo-link img {
    height: 42px;
  }
}
.ll-header__desktop-nav {
  display: none;
}
@media (min-width: 992px) {
  .ll-header__desktop-nav {
    display: block;
  }
}
.ll-header__nav-list {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ll-header__nav-link {
  color: #34495e;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.ll-header__nav-link:hover {
  text-decoration: underline;
}
.ll-header__actions {
  display: flex;
  align-items: center;
}
.ll-header__cta-desktop {
  background: #c4ed4f;
  border-radius: 8px;
  color: #34495e;
  display: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 24px;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .ll-header__cta-desktop {
    display: inline-block;
  }
}
.ll-header__cta-mobile {
  background: #c4ed4f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .ll-header__cta-mobile {
    display: none;
  }
}
.ll-header__hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .ll-header__hamburger {
    display: none;
  }
}
.ll-header__mobile-menu {
  background: #fff;
  border-right: 1px solid rgba(59, 62, 77, 0.1);
  height: 100vh;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  width: 280px;
  z-index: 999;
}
.ll-header__mobile-menu--open {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .ll-header__mobile-menu {
    display: none !important;
  }
}
.ll-header__mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 8px 16px 16px;
}
.ll-header__mobile-nav-link {
  color: #34495e;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0;
  text-decoration: none;
}
.ll-header__overlay {
  background: rgba(0, 0, 0, 0.4);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}
.ll-header__overlay--visible {
  display: block;
}
@media (min-width: 992px) {
  .ll-header__overlay {
    display: none !important;
  }
}

.ll-page-banner {
  align-items: center;
  background: #34495e;
  display: flex;
  min-height: 188px;
  padding: 47px 48px;
}
@media (max-width: 991px) {
  .ll-page-banner {
    min-height: auto;
    padding: 45px 17px;
  }
}
.ll-page-banner__inner {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
}
.ll-page-banner__title {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -1.08px;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 991px) {
  .ll-page-banner__title {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.68px;
    line-height: 38px;
  }
}

.ll-about {
  padding: 80px 48px;
}
@media (max-width: 991px) {
  .ll-about {
    padding: 45px 17px;
  }
}
.ll-about__container {
  margin: 0 auto;
  max-width: 1292px;
}
.ll-about__lead {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 8px;
}
.ll-about__text {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.ll-director {
  padding: 80px 48px;
}
@media (max-width: 991px) {
  .ll-director {
    padding: 45px 17px;
  }
}
.ll-director__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  max-width: 1292px;
}
.ll-director__heading {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.34px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991px) {
  .ll-director__heading {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
.ll-director__name {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
}
.ll-director__bio {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.ll-banner {
  background: #34495e;
  display: flex;
  align-items: center;
  min-height: 445px;
  padding: 60px 48px;
}
@media (max-width: 991px) {
  .ll-banner {
    min-height: auto;
    padding: 50px 24px;
  }
}
.ll-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  margin: 0 auto;
  max-width: 1296px;
  text-align: center;
  width: 100%;
}
.ll-banner__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.ll-banner__heading {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -1.08px;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 991px) {
  .ll-banner__heading {
    font-size: 32px;
    letter-spacing: -0.64px;
    line-height: 1.2;
  }
}
.ll-banner__subtext {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 991px) {
  .ll-banner__subtext {
    font-size: 16px;
  }
}
.ll-banner__cta {
  background: #c4ed4f;
  border-radius: 8px;
  color: #34495e;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 40px;
  text-decoration: none;
}
.ll-banner__cta:hover {
  opacity: 0.9;
}

.ll-who {
  padding: 80px 48px;
}
@media (max-width: 991px) {
  .ll-who {
    padding: 50px 24px;
  }
}
.ll-who__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  margin: 0 auto;
  max-width: 1110px;
  text-align: center;
}
.ll-who__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ll-who__heading {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.34px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991px) {
  .ll-who__heading {
    font-size: 26px;
  }
}
.ll-who__body {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
.ll-who__body p {
  margin: 0;
  font-size: 16px;
}
.ll-who__body-lead {
  font-size: 20px !important;
}
@media (max-width: 991px) {
  .ll-who__body-lead {
    font-size: 16px !important;
  }
}
.ll-who__body p + p {
  margin-top: 8px;
}
.ll-who__cta {
  background: #c4ed4f;
  border-radius: 8px;
  color: #34495e;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 40px;
  text-decoration: none;
}
.ll-who__cta:hover {
  opacity: 0.9;
}

.ll-section-divider {
  border-top: 1px solid rgba(59, 62, 77, 0.1);
  margin: 0 auto;
  max-width: 1297px;
}

.ll-partner {
  padding: 80px 48px;
}
@media (max-width: 991px) {
  .ll-partner {
    padding: 50px 24px;
  }
}
.ll-partner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin: 0 auto;
  max-width: 1110px;
  text-align: center;
}
.ll-partner__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ll-partner__heading {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.34px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991px) {
  .ll-partner__heading {
    font-size: 26px;
  }
}
.ll-partner__subtext {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.ll-partner__cards {
  display: flex;
  gap: 22px;
  justify-content: center;
}
@media (max-width: 991px) {
  .ll-partner__cards {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.ll-partner__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 416px;
  width: 100%;
}
.ll-partner__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 106px;
  justify-content: center;
  width: 106px;
}
.ll-partner__icon svg {
  height: 100%;
  width: 100%;
}
.ll-partner__card-heading {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  line-height: 1.2;
  margin: 0;
}
.ll-partner__card-text {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.ll-contact {
  padding: 80px 48px;
}
@media (max-width: 991px) {
  .ll-contact {
    padding: 45px 17px;
  }
}
.ll-contact__container {
  display: flex;
  gap: 112px;
  margin: 0 auto;
  max-width: 1292px;
}
@media (max-width: 991px) {
  .ll-contact__container {
    flex-direction: column;
    gap: 62px;
  }
}
.ll-contact__left {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}
.ll-contact__right {
  flex-shrink: 0;
  width: 440px;
}
@media (max-width: 991px) {
  .ll-contact__right {
    width: 100%;
  }
}
.ll-contact__heading {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.34px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991px) {
  .ll-contact__heading {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
.ll-contact__intro {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.ll-contact__info-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ll-contact__info-label {
  align-items: center;
  display: flex;
  gap: 8px;
}
.ll-contact__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 35px;
  justify-content: center;
  width: 35px;
}
.ll-contact__icon-label {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.ll-contact__info-desc {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.ll-contact__info-desc a {
  color: inherit;
  text-decoration: none;
}
.ll-contact__info-desc a:hover {
  text-decoration: underline;
}
.ll-contact__phones {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ll-contact__phones p {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.ll-contact__address p {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
.ll-contact__map {
  border-radius: 10px;
  height: 446px;
  margin-top: 12px;
  width: 100%;
  z-index: 0;
}

.ll-git-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ll-git-form__heading {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.34px;
  line-height: 1.2;
  margin: 0;
}
.ll-git-form__subheading {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.ll-git-form__field {
  display: flex;
  flex-direction: column;
}
.ll-git-form__input, .ll-git-form__textarea {
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 8px;
  box-sizing: border-box;
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  padding: 18px 20px 20px;
  width: 100%;
}
.ll-git-form__input::placeholder, .ll-git-form__textarea::placeholder {
  color: #3b3e4d;
}
.ll-git-form__input:focus, .ll-git-form__textarea:focus {
  border-color: #34495e;
}
.ll-git-form__textarea {
  height: 267px;
  resize: vertical;
}
.ll-git-form__submit {
  background: #c4ed4f;
  border: none;
  border-radius: 8px;
  color: #34495e;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 18px 40px;
  text-align: center;
  width: 100%;
}
.ll-git-form__submit:hover {
  opacity: 0.9;
}
.ll-git-form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.ll-git-form__spinner {
  animation: ll-spin 0.7s linear infinite;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  border-top-color: #34495e;
  display: inline-block;
  height: 20px;
  width: 20px;
}

@keyframes ll-spin {
  to {
    transform: rotate(360deg);
  }
}
.ll-modal {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.ll-modal[hidden] {
  display: none;
}
.ll-modal__backdrop {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ll-modal__card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  left: 50%;
  max-width: 480px;
  padding: 48px 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
}
@media (max-width: 991px) {
  .ll-modal__card {
    padding: 40px 24px;
  }
}
.ll-modal__icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 64px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 64px;
}
.ll-modal__icon svg {
  display: block;
}
.ll-modal__icon--success {
  background: rgba(34, 197, 94, 0.12);
}
.ll-modal__icon--error {
  background: rgba(239, 68, 68, 0.12);
}
.ll-modal__heading {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.24px;
  line-height: 1.3;
  margin: 0 0 12px;
}
.ll-modal__message {
  color: #3b3e4d;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 32px;
}
.ll-modal__close {
  background: #c4ed4f;
  border: none;
  border-radius: 8px;
  color: #34495e;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 40px;
}
.ll-modal__close:hover {
  opacity: 0.9;
}

.ll-footer {
  background: rgba(52, 73, 94, 0.1);
  font-family: "DM Sans", sans-serif;
}
.ll-footer__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 48px;
}
@media (max-width: 991px) {
  .ll-footer__container {
    padding: 34px 35px;
  }
}
.ll-footer__logo-link {
  display: block;
  line-height: 0;
}
.ll-footer__logo-link img {
  height: 70px;
  width: auto;
}
.ll-footer__contact {
  display: flex;
  gap: 34px;
}
@media (max-width: 991px) {
  .ll-footer__contact {
    flex-direction: column;
    gap: 24px;
  }
}
.ll-footer__contact-item {
  align-items: center;
  color: #34495e;
  display: flex;
  gap: 10px;
  font-size: 16px;
  text-decoration: none;
}
.ll-footer__contact-item img {
  flex-shrink: 0;
  height: 22px;
  width: 22px;
}
.ll-footer__divider {
  border: none;
  border-top: 1px solid rgba(52, 73, 94, 0.2);
  margin: 0;
}
.ll-footer__legal {
  color: #34495e;
  font-size: 12px;
  letter-spacing: -0.12px;
  line-height: 1.8;
  text-transform: capitalize;
}
.ll-footer__legal p {
  margin: 0;
}
.ll-footer__legal p:first-child {
  margin-bottom: 30px;
}
.ll-footer__legal strong {
  font-weight: 600;
}