.elementor-76 .elementor-element.elementor-element-c090607{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-55efb41 */.amg-about {
  --black: #050505;
  --soft-black: #101010;
  --blue: #00D7FF;
  --blue-transparent: #00D7FF2E;
  --white: #ffffff;
  --muted: #a8afb4;
  --line: rgba(255, 255, 255, .14);

  overflow: hidden;
  padding: 100px 24px;
  color: var(--white);
  background: var(--black);
  font-family: Arial, sans-serif;
}

.amg-about * {
  box-sizing: border-box;
}

.amg-about__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.amg-about__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 17px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.amg-about__eyebrow::before {
  width: 30px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.amg-about__heading {
  max-width: 800px;
  margin: 0 0 58px;
  color: var(--white);
  font-size: clamp(40px, 5.4vw, 68px);
  font-weight: 750;
  line-height: 1.04;
  letter-spacing: -.055em;
}

.amg-about__heading em {
  color: var(--blue);
  font-style: normal;
}

.amg-about__intro {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  margin-bottom: 92px;
  padding-bottom: 92px;
  border-bottom: 1px solid var(--line);
}

.amg-about__statement {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.035em;
}

.amg-about__statement::before {
  display: block;
  margin-bottom: 22px;
  color: var(--blue);
  content: "“";
  font-size: 66px;
  font-weight: 400;
  line-height: .4;
}

.amg-about__text {
  max-width: 545px;
}

.amg-about__text p {
  margin: 0 0 19px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.amg-about__text p:last-child {
  margin-bottom: 0;
}

.amg-about__values-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.amg-about__values-head h2 {
  max-width: 550px;
  margin: 0;
  color: var(--white);
  font-size: clamp(30px, 3.5vw, 45px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.045em;
}

.amg-about__values-head p {
  max-width: 350px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.amg-about__values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.amg-about__value {
  min-height: 250px;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--soft-black);
  transition: background .25s ease;
}

.amg-about__value:hover {
  background: linear-gradient(135deg, var(--blue-transparent), transparent 60%), var(--soft-black);
}

.amg-about__number {
  display: block;
  margin-bottom: 47px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.amg-about__value h3 {
  margin: 0 0 13px;
  color: var(--white);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.025em;
}

.amg-about__value p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.amg-about__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 70px;
  padding: 38px 42px;
  border: 1px solid var(--blue-transparent);
  background: linear-gradient(100deg, var(--blue-transparent), transparent 70%);
}

.amg-about__bottom h2 {
  max-width: 610px;
  margin: 0;
  color: var(--white);
  font-size: clamp(26px, 3vw, 37px);
  line-height: 1.15;
  letter-spacing: -.04em;
}

.amg-about__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  color: #001317;
  background: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s ease;
}

.amg-about__button:hover {
  color: #fff;
  background: #00b9dc;
  transform: translateY(-2px);
}

.amg-about__button span {
  margin-left: 12px;
  font-size: 18px;
  line-height: 0;
}

@media (max-width: 820px) {
  .amg-about {
    padding: 72px 18px;
  }

  .amg-about__heading {
    margin-bottom: 44px;
  }

  .amg-about__intro {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 65px;
    padding-bottom: 65px;
  }

  .amg-about__values-head {
    display: block;
  }

  .amg-about__values-head h2 {
    margin-bottom: 15px;
  }

  .amg-about__values {
    grid-template-columns: 1fr;
  }

  .amg-about__value {
    min-height: auto;
  }

  .amg-about__number {
    margin-bottom: 26px;
  }

  .amg-about__bottom {
    display: block;
    margin-top: 48px;
    padding: 32px 28px;
  }

  .amg-about__bottom h2 {
    margin-bottom: 24px;
  }
}/* End custom CSS */