.flex {
  display: flex;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mt-45 {
  margin-top: 11.25rem;
}

.hidden {
  display: none;
}

@media screen and (max-width: 1440px) {
  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 766px) {
  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }
}
.container .header .about-us {
  text-align: center;
  color: #373f51;
}
.container .header .about-us h2 {
  font-size: 64px;
  font-weight: 600;
  line-height: 88px;
}
.container .header .about-us p {
  max-width: 760px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-top: 32px;
}
@media screen and (max-width: 769px) {
  .container .header .about-us h2 {
    font-size: 56px;
    line-height: 64px;
  }
  .container .header .about-us p {
    font-size: 13px;
    margin-top: 23px;
  }
}
@media screen and (max-width: 426px) {
  .container .header .about-us h2 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 13px;
  }
}
.container .header .bg-color-light-gray {
  background-color: #fafafa;
}
.container .header .card-service {
  padding: 48px 56px;
  margin-top: 96px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #373f51;
}
.container .header .card-service h4 {
  opacity: 0.5;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  font-style: normal;
}
.container .header .card-service h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 88px;
  font-style: normal;
  text-align: center;
}
.container .header .card-service .service-content {
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  text-align: justify;
  margin-top: 48px;
}
.container .header .card-service .service-content p {
  flex: 49%;
}
.container .header .card-service .service-content .content-divider {
  width: 1px;
  height: 168px;
  margin: 0 45px;
  background-color: rgba(0, 0, 0, 0.12);
}
.container .header .card-service .our-team {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container .header .card-service .our-team .team-member {
  color: #373f51;
  font-style: normal;
  position: relative;
  opacity: 0.4;
  transition: all ease 0.5s;
  flex: 25%;
}
.container .header .card-service .our-team .team-member:hover {
  opacity: 1;
}
.container .header .card-service .our-team .team-member .member-img {
  width: 100%;
}
.container .header .card-service .our-team .team-member h3 {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-style: 36px;
}
.container .header .card-service .our-team .team-member h4 {
  margin-top: 3px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.container .header .card-service .our-team .team-member .linkedin {
  padding: 8px 16px;
  border-radius: 10px;
  display: none;
  position: absolute;
  bottom: 105px;
  left: 10px;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}
.container .header .card-service .our-team .team-member .linkedin .linkedin-img {
  width: 24px;
  margin-right: 4px;
}
.container .header .card-service .our-team .team-member:hover > .linkedin {
  display: flex;
}
@media screen and (max-width: 769px) {
  .container .header .card-service .our-team .team-member {
    flex: 50%;
  }
}
@media screen and (max-width: 426px) {
  .container .header .card-service .our-team .team-member {
    flex: 100%;
    opacity: 1;
  }
  .container .header .card-service .our-team .team-member .linkedin {
    display: flex;
  }
}
@media screen and (max-width: 769px) {
  .container .header .card-service {
    padding: 48px 24px;
  }
  .container .header .card-service h2 {
    font-size: 56px;
    line-height: 64px;
  }
  .container .header .card-service .service-content {
    margin-top: 32px;
  }
  .container .header .card-service .service-content .content-divider {
    margin: 0 22px;
    height: 308px;
  }
}
@media screen and (max-width: 426px) {
  .container .header .card-service {
    padding: 24px 17px;
  }
  .container .header .card-service h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .container .header .card-service .service-content {
    margin-top: 24px;
    flex-direction: column;
  }
  .container .header .card-service .service-content .content-divider {
    display: none;
  }
  .container .header .card-service .service-content p {
    text-align: center;
  }
  .container .header .card-service .service-content :last-child {
    margin-top: 32px;
  }
}

/* FAQ Section Styles */
.faq-section {
  padding: 80px 0;
  background-color: #fafafa;
  min-height: 100vh;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
  color: #373f51;
  text-align: center;
  margin-bottom: 60px;
}

.faq-item {
  background: white;
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.faq-question {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #373f51;
  margin-bottom: 16px;
}

.faq-answer {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666;
  margin: 0;
}

.faq-link {
  color: #007bff;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.faq-link:hover {
  color: #0056b3;
}

.faq-address {
  font-family: 'Courier New', monospace;
  background-color: #f8f9fa;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 14px;
  color: #495057;
  word-break: break-all;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 40px 0;
  }
  
  .faq-container {
    padding: 0 16px;
  }
  
  .faq-title {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  
  .faq-item {
    padding: 24px;
    margin-bottom: 16px;
  }
  
  .faq-question {
    font-size: 18px;
    line-height: 24px;
  }
  
  .faq-answer {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 480px) {
  .faq-title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .faq-item {
    padding: 20px;
  }
  
  .faq-question {
    font-size: 16px;
    line-height: 22px;
  }
}

/* Authentication Form Styles */
.auth-section {
  padding: 80px 0;
  background-color: #fafafa;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.auth-container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
}

.auth-card {
  background: white;
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.auth-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.auth-header {
  text-align: center;
  margin-bottom: 40px;
}

.auth-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: #373f51;
  margin-bottom: 12px;
}

.auth-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666;
  margin: 0;
}

.auth-form {
  margin-bottom: 32px;
}

.form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.form-group {
  margin-bottom: 24px;
  flex: 1;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #373f51;
  margin-bottom: 8px;
}

.form-input {
  width: 100%;
  padding: 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #373f51;
  background: white;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-input::placeholder {
  color: #9ca3af;
}

.form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.checkbox-input {
  display: none;
}

.checkbox-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  margin-right: 12px;
  position: relative;
  transition: all 0.3s ease;
}

.checkbox-input:checked + .checkbox-mark {
  background-color: #007bff;
  border-color: #007bff;
}

.checkbox-input:checked + .checkbox-mark::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-label {
  user-select: none;
}

.forgot-password {
  font-size: 14px;
  font-weight: 500;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.forgot-password:hover {
  color: #0056b3;
}

.auth-button {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-button.primary {
  background-color: #007bff;
  color: white;
}

.auth-button.primary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.auth-divider {
  text-align: center;
  margin: 32px 0;
  position: relative;
}

.auth-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e5e7eb;
}

.auth-divider span {
  background: white;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.social-login {
  margin-bottom: 32px;
}

.social-button {
  width: 100%;
  padding: 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  background: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #373f51;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.social-button:hover {
  border-color: #d1d5db;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.auth-footer {
  text-align: center;
}

.auth-footer p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666;
  margin: 0;
}

.auth-link {
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.auth-link:hover {
  color: #0056b3;
}

.terms-link {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.terms-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.password-requirements {
  margin-top: 8px;
  padding: 12px;
  background-color: #f8f9fa;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #666;
}

.password-requirements p {
  margin: 0 0 8px 0;
  font-weight: 500;
}

.password-requirements ul {
  margin: 0;
  padding-left: 16px;
}

.password-requirements li {
  margin-bottom: 4px;
}

/* Responsive Design for Auth Forms */
@media screen and (max-width: 768px) {
  .auth-section {
    padding: 40px 0;
  }
  
  .auth-container {
    padding: 0 16px;
  }
  
  .auth-card {
    padding: 32px 24px;
  }
  
  .auth-title {
    font-size: 28px;
    line-height: 36px;
  }
  
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  
  .form-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media screen and (max-width: 480px) {
  .auth-card {
    padding: 24px 20px;
  }
  
  .auth-title {
    font-size: 24px;
    line-height: 32px;
  }
  
  .form-input {
    padding: 14px;
    font-size: 14px;
  }
  
  .auth-button {
    padding: 14px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=about-us.css.map */

/*
     FILE ARCHIVED ON 03:01:23 May 25, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:37:07 Sep 02, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.564
  exclusion.robots: 0.024
  exclusion.robots.policy: 0.013
  esindex: 0.011
  cdx.remote: 4.977
  LoadShardBlock: 144.593 (3)
  PetaboxLoader3.datanode: 228.802 (5)
  load_resource: 429.354
  PetaboxLoader3.resolve: 252.337
  loaddict: 86.964
*/