#page-content,
#aboutUS {
  max-width: 100%;
  overflow-x: hidden;
}

#aboutUS {
  --titleColor: #3a3a3a;
  --warningColor: #deb681;
  background: #fff;
  color: #333;
  text-align: center;
}

#aboutUS *,
#aboutUS *::before,
#aboutUS *::after {
  box-sizing: border-box;
}

#aboutUS .container {
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  padding: 30px 15px 50px;
}

#aboutUS img {
  max-width: 100%;
  vertical-align: middle;
}

#aboutUS .about-hero img,
#aboutUS .about-hero-mobile img {
  display: block;
  width: 100%;
}

#aboutUS .about-hero-mobile {
  display: none;
}

#aboutUS .about-section--light,
#aboutUS .about-section--dark {
  padding: 5% 0;
  text-align: center;
}

#aboutUS .about-section--light h2,
#aboutUS .about-section--dark h2 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  color: var(--titleColor);
  font-size: 56px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

#aboutUS .about-section--dark h2 {
  color: #fff;
}

#aboutUS .about-section--light h2::before,
#aboutUS .about-section--dark h2::before,
#aboutUS .about-section--light h2::after,
#aboutUS .about-section--dark h2::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 95px;
  height: 8px;
}

#aboutUS .about-section--light h2::before,
#aboutUS .about-section--dark h2::before {
  left: -50px;
  transform: translateX(-100%);
  background: linear-gradient(to right, rgba(218, 174, 113, 0) 0%, #daae71 100%);
}

#aboutUS .about-section--light h2::after,
#aboutUS .about-section--dark h2::after {
  right: -50px;
  transform: translateX(100%);
  background: linear-gradient(to right, #daae71 0%, rgba(218, 174, 113, 0) 100%);
}

.provider-intro {
  position: relative;
  z-index: 2;
  margin-top: -7vw;
  padding-bottom: 8%;
  background: url("../../images/company/about-us/aboutP1_bg.png") top / cover no-repeat;
  text-align: left;
}

.provider-intro__content {
  padding-left: 8%;
  padding-top: 7%;
}

.provider-intro .provider-intro__logo {
  width: 28%;
}

.provider-intro h3 {
  width: 62%;
  margin: 2% 0 0;
  color: #06326f;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.provider-intro p {
  margin: 2% 0 0;
  color: #666;
  font-size: 20px;
}

.about-company {
  position: relative;
  overflow: hidden;
  margin-top: -1vw;
  padding-bottom: 3%;
  background: #013a88;
}

.provider-intro__slant {
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: -60px;
  background: rgb(0 58 136);
  transform: skewY(-3deg);
}

@media (max-width: 1230px) {
  .provider-intro__slant {
    height: 80px;
    bottom: -20px;
  }
}

.research-development__slant {
  height: 80px;
  width: 100%;
  position: absolute;
  top: -60px;
  background: rgb(2 50 116);
  transform: skewY(178deg);
}

.about-company::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(13, 88, 175, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(5, 45, 103, 0) 0%, rgba(3, 37, 90, 0.38) 100%);
  pointer-events: none;
}

#aboutUS .solutions-showcase::before {
  content: "";
  position: absolute;
  top: -6%;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: url("../../images/company/about-us/solution.png") center bottom / cover no-repeat;
  opacity: 0.82;
  pointer-events: none;
  transform: translateX(-50%);
}

.about-company > h2,
.about-company > .container,
#aboutUS .solutions-showcase {
  position: relative;
  z-index: 1;
}

.about-company > .container {
  padding-top: 5%;
}

.about-company .about-company__logo,
.about-company .about-company__image {
  display: inline-block;
  width: 20%;
  margin-right: 5%;
  vertical-align: top;
}

.about-company .about-company__image {
  width: 28%;
  margin-right: 4%;
}

.about-company .about-company__text {
  display: inline-block;
  width: 38%;
  text-align: left;
}

.about-company .about-company__text p {
  margin: 0;
  color: #ccc;
  font-size: 20px;
  line-height: 1.7;
}

#aboutUS .solutions-showcase {
  width: 100%;
  max-width: 100%;
  margin: 4% auto 0;
  padding: 5% 20px 5%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#aboutUS .solutions-showcase > h2,
#aboutUS .solutions-showcase__grid {
  position: relative;
  z-index: 1;
}

#aboutUS .solutions-showcase__grid {
  display: grid;
  grid-template-columns: repeat(5, 182px);
  justify-content: center;
  width: max-content;
  min-width: max-content;
  gap: 18px;
  margin-top: 4%;
  margin-right: auto;
  margin-left: auto;
}

#aboutUS .solution-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 238px;
  padding: 20px 28px 22px;
  border: 1px solid rgba(112, 163, 232, 0.82);
  border-radius: 12px;
  background: rgba(2, 31, 78, 0.84);
  box-shadow: inset 0 0 28px rgba(74, 137, 224, 0.12);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#aboutUS .solution-card:hover,
#aboutUS .solution-card:focus-visible {
  border-color: rgba(151, 194, 246, 0.92);
  box-shadow: inset 0 0 34px rgba(74, 137, 224, 0.18);
}

#aboutUS .solution-card:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.82);
  outline-offset: 4px;
}

#aboutUS .solution-card img {
  display: block;
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  padding: 18px;
  border: 1px solid rgba(124, 180, 247, 0.84);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 43%, rgba(84, 151, 236, 0.62), rgba(27, 93, 185, 0.74) 66%, rgba(12, 63, 146, 0.96) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(143, 199, 255, 0.2),
    0 0 18px rgba(75, 151, 244, 0.42);
  object-fit: contain;
  opacity: 1;
}

#aboutUS .solution-card > div {
  min-width: 0;
}

#aboutUS .solution-card h3 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

#aboutUS .solution-card p {
  margin: 16px auto 0;
  color: rgba(218, 234, 255, 0.9);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.18;
}

.research-development {
  position: relative;
  padding-top: 12%;
  padding-bottom: 10%;
}

.research-development p {
  margin: 2% auto 0;
  color: #666;
  font-size: 20px;
  line-height: 1.8;
}

.research-development .research-development__roles {
  padding: 0 7%;
}

.research-development .research-development__role {
  display: inline-block;
  width: calc(100% / 3 - 2px);
  text-align: center;
  vertical-align: top;
}

.research-development .research-development__role h6 {
  margin: 3% auto 15%;
  color: #122c80;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 9.6vw, 142px) 0 clamp(74px, 7.2vw, 108px);
  background: #06326f url("../../images/company/about-us/contact_bg.jpg") center top / cover no-repeat;
}

.contact-section .container {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  padding-bottom: 0;
}

.contact-section h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.12;
}

.contact-section .contact-section__content {
  padding-left: 0;
  text-align: center;
}

.contact-section .contact-section__links-panel {
  display: flex;
  justify-content: center;
  width: min(86%, 1040px);
  position: relative;
  margin: clamp(38px, 4.8vw, 66px) auto 0;
  padding: clamp(26px, 4.3vw, 54px) 28px;
  border: 1px solid rgba(145, 189, 243, 0.16);
  border-radius: 8px;
  background: rgba(2, 28, 69, 0.78);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
  color: #eee;
}

.contact-section .contact-section__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4.8vw, 76px);
  width: auto;
  margin-top: 0;
  text-align: center;
}

.contact-section .contact-section__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: auto;
  padding: 8px;
  opacity: 1;
  transition: transform 0.2s ease, opacity 0.2s ease, filter 0.2s ease;
}

.contact-section .contact-section__links a:hover,
.contact-section .contact-section__links a:focus-visible {
  transform: translateY(-3px);
  opacity: 0.88;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.24));
}

.contact-section .contact-section__links a:focus-visible {
  outline: 3px solid rgba(222, 182, 129, 0.45);
  outline-offset: 3px;
}

.contact-section .contact-section__links a img {
  width: clamp(28px, 3vw, 42px);
  height: clamp(28px, 3vw, 42px);
  object-fit: contain;
}

@media (max-width: 760px) {
  .contact-section {
    padding: 58px 0 52px;
    background-position: center top;
  }

  .contact-section .container {
    padding-right: 22px;
    padding-left: 22px;
  }

  .contact-section h2 {
    max-width: 330px;
  }

  .contact-section .contact-section__links-panel {
    width: min(100%, 330px);
    margin-top: 24px;
    padding: 22px 18px;
  }

  .contact-section .contact-section__links {
    gap: 26px;
  }

  .contact-section .contact-section__links a {
    min-height: 42px;
    padding: 6px;
  }

  .contact-section .contact-section__links a img {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 430px) {
  .contact-section h2 {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  #aboutUS .about-section--light h2,
  #aboutUS .about-section--dark h2 {
    font-size: 40px;
  }

  #aboutUS .about-section--light h2::before,
  #aboutUS .about-section--dark h2::before,
  #aboutUS .about-section--light h2::after,
  #aboutUS .about-section--dark h2::after {
    top: 20px;
    width: 58px;
    height: 5px;
  }

  #aboutUS .solutions-showcase {
    padding-right: 24px;
    padding-left: 24px;
  }

  #aboutUS .solutions-showcase__grid {
    grid-template-columns: repeat(5, 182px);
  }

  #aboutUS .solution-card {
    min-height: 238px;
    padding: 20px 28px 22px;
  }

  #aboutUS .solution-card img {
    width: 78px;
    height: 78px;
    margin-bottom: 18px;
    padding: 18px;
  }

  #aboutUS .solution-card h3 {
    font-size: 18px;
  }

  #aboutUS .solution-card p {
    margin-top: 16px;
    font-size: 15px;
  }
}

@media (max-width: 720px) {
  #aboutUS .about-hero {
    display: none;
  }

  #aboutUS .about-hero-mobile {
    display: block;
  }

  .provider-intro {
    background: url("../../images/company/about-us/aboutP1_bg_m.png") top / 100% auto no-repeat;
  }

  .provider-intro__content {
    width: 80%;
    padding-left: 1vw;
    padding-top: 9vw;
    padding-bottom: 4vw;
  }

  .provider-intro .provider-intro__logo {
    width: 50%;
  }

  .provider-intro h3 {
    width: 100%;
    margin-top: 3vw;
    font-size: 36px;
  }

  .provider-intro p {
    margin-top: 3vw;
  }

  .research-development {
    overflow: hidden;
    padding: 17vw 0 15vw;
  }

  .research-development .container {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  .research-development h2 {
    max-width: 330px;
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.12;
  }

  .research-development h2::before,
  .research-development h2::after {
    width: 36px;
  }

  .research-development p {
    max-width: 330px;
    margin: 14px auto 0;
    font-size: 16px;
    line-height: 1.46;
  }

  .research-development .research-development__roles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
    width: min(100%, 340px);
    margin: 26px auto 0;
    padding: 0 22px;
  }
}

@media (max-width: 620px) {
  #aboutUS .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .research-development .research-development__role {
    display: block;
    width: auto;
    min-width: 0;
  }

  .research-development .research-development__role img {
    display: block;
    width: clamp(70px, 20vw, 86px);
    margin: 0 auto;
  }

  .research-development .research-development__role h6 {
    max-width: 132px;
    margin: 8px auto 0;
    font-size: 16px;
    line-height: 1.08;
  }
}

@media (max-width: 503px) {
  .provider-intro__content h3 {
    font-size: 32px;
  }

  .about-company {
    padding: 9vw 0;
  }

  #aboutUS .solutions-showcase::before {
    top: -8vw;
    bottom: -5vw;
    background-size: auto 100%;
  }

  #aboutUS .about-section--light h2,
  #aboutUS .about-section--dark h2 {
    font-size: 20px;
  }

  #aboutUS .about-section--light h2::before,
  #aboutUS .about-section--dark h2::before,
  #aboutUS .about-section--light h2::after,
  #aboutUS .about-section--dark h2::after {
    top: 16px;
    width: 44px;
    height: 4px;
  }

  .about-company .about-company__image {
    width: 43%;
  }

  .about-company .about-company__logo {
    width: 30%;
  }

  .about-company .about-company__text {
    width: 78%;
    margin-top: 6vw;
  }

  .about-company .about-company__text p {
    font-size: 16px;
  }

  #aboutUS .solutions-showcase {
    width: min(100% - 24px, 350px);
    margin-top: 9vw;
    padding-right: 0;
    padding-left: 0;
    overflow: visible;
  }

  #aboutUS .solutions-showcase__grid {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
    gap: 10px;
    margin-top: 6vw;
  }

  #aboutUS .solution-card {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 12px;
    column-gap: 10px;
    align-items: center;
    min-height: 66px;
    padding: 8px 12px;
    border-radius: 7px;
    text-align: left;
  }

  #aboutUS .solution-card::after {
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid rgba(255, 255, 255, 0.78);
    border-right: 2px solid rgba(255, 255, 255, 0.78);
    transform: rotate(45deg);
  }

  #aboutUS .solution-card img {
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 9px;
  }

  #aboutUS .solution-card > div {
    overflow: hidden;
  }

  #aboutUS .solution-card h3 {
    font-size: 12px;
  }

  #aboutUS .solution-card p {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 2px;
    font-size: 9px;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .research-development {
    padding: 18vw 0 16vw;
  }

  .research-development .research-development__roles {
    gap: 22px 16px;
    padding: 0 16px;
  }

  .research-development .research-development__role img {
    width: clamp(66px, 19vw, 78px);
  }

  .research-development .research-development__role h6 {
    max-width: 118px;
    font-size: 15px;
  }

  .contact-section h2 {
    width: calc(100% - 60px);
  }

  .contact-section .contact-section__links-panel {
    margin-top: 8vw;
  }

  .contact-section .contact-section__links {
    width: 100%;
  }
}
