
.site-main {
  padding-top: 3rem;
  background-image: url(../assets/images/s-768x768_fa540aec-07bc-434e-9b29-8b35f53aa132.svg);
  background-repeat: no-repeat;
  background-position: 100% 23%;
}

.section-title .title {
  font-size: clamp(48px, 8.889vw, 128px);
}

.block-title .title {
  color: #87a2b2;
  font-size: clamp(28px, 4.444vw,64px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1.625rem 0 0 0;
}

.block-title .subtitle {
  font-size: clamp(20px,2.5vw,36px);
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  .site-main {
    padding-top: 6.5rem;
  }

  .block-title .title {
    padding: 5.625rem 0 0 0;
  }
}

.about-message .section-image {
  position: relative;
  display: block;
  width: 100%;
}

.about-message .section-image > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.about-message .section-image .image-cover {
  position: absolute;
  display: inline-block;
  background-color: var(--color-dark-blue);
  padding: 1rem 1.5rem;
  color: var(--bs-white);
  border-radius: 0.875rem;
  bottom: -2rem;
  left: 0.75rem;
  max-width: 93%;
  font-size: clamp(10px,1.528vw,22px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.about-message .section-content {
  padding: 2rem 1rem 2rem 1rem;
}

.about-message .section-content .title {
  font-size: clamp(16px,1.667vw,24px);
  font-weight: 500;
  line-height: 1.8;
  padding: 2rem 0;
  text-align: justify;
}

.about-message .section-content .text {
  font-size: clamp(14px,1.111vw,16px);
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}

.about-message .section-content .footer {
  padding: 2rem 0 0 0;
}

.about-message .section-content .footer .title {
  color: #87a2b2;
  padding: 0 0;
  font-size: clamp(14px,1.667vw,24px);
  font-weight: 400;
  line-height: 1.6;
}

.about-message .section-content .footer .subtitle {
  font-size: clamp(14px,1.667vw,24px);
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 992px) {
  .about-message .section-content {
    padding: 2rem 5rem 4rem 5rem;
  }
}

@media screen and (min-width: 576px) {
  .about-message .section-image .image-cover {
    border-radius: 1rem;
    bottom: 2rem;
    left: -2rem;
    padding: 1.5rem 2rem;
  }
}

.about-company .section-body {
  padding: 1rem 0;
}

.about-company .block-table {
  display: grid;
  grid-template-columns: 40% 1fr;
}

.about-company .block-table .cell {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;
  border-bottom: 1px solid #808080;
  font-size: clamp(12px,1.25vw,18px);
  font-weight: 400;
  line-height: 1.6;
}

.about-company .block-table .cell:nth-child(1),
.about-company .block-table .cell:nth-child(2) {
  border-top: 1px solid #808080;
}

.about-company .block-table .cell.title {
  font-size: clamp(12px,1.667vw,24px);
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (min-width: 992px) {
  .about-company .section-body {
    padding: 4rem 0;
  }
}

@media screen and (min-width: 576px) {
  .about-company .block-table {
    grid-template-columns: 25% 1fr;
  }
}

.about-history {
  background-color: var(--color-dark-blue);
  padding: 2rem 0;
}

.about-history .block-title,
.about-history .block-title .title {
  color: var(--bs-white);
}

.about-history .section-body {
  padding: 2rem 0 0 0;
}

.timeline-container {
  position: relative;
  box-sizing: content-box;
  width: 100%;
  min-height: 38rem;
  height: auto;
  overflow: hidden;
  padding: 1rem 0;
}
.timeline-container .swiper.timeline {
  display: block;
  width: 100%;
  height: 100%;
}
.timeline .swiper-slide {
  position: relative;
  font-size: 18px;
}
.timeline .swiper-slide .timestamp {
  position: relative;
  display: block;
  padding: 1rem 0 1.75rem 2.5rem;
  color: var(--bs-white);
  background-color: var(--color-light-blue);
  overflow-x: visible;
}
.timeline .swiper-slide:first-child .timestamp {
  border-radius: 2rem 0 0 2rem;
}
.timeline .swiper-slide:last-child .timestamp {
  background: linear-gradient(90deg, var(--color-light-blue) 0%, transparent 100%);
}
.timeline .swiper-slide .timestamp::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  left: 0;
  bottom: 1.185rem;
  border-top: 1px solid var(--bs-white);
}
.timeline .swiper-slide:first-child .timestamp::before {
  left: 3.75rem;
}
.timeline .swiper-slide .timestamp::after {
  content: '';
  background-color: var(--bs-white);
  position: absolute;
  display: block;
  width: 0.475rem;
  height: 0.475rem;
  bottom: 1rem;
  left: 3.75rem;
  border-radius: 50% 50%;
}
.timeline .swiper-slide .timestamp .date {
  font-size: clamp(20px,2.5vw,36px);
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.6;
}

.timeline .swiper-slide .status {
  position: relative;
  display: inline-block;
  padding: 1.5rem 0 0 3.75rem;
  width: 95%;
  min-height: 32rem;
  color: var(--bs-white);
  font-size: clamp(12px,1.25vw,18px);
  font-weight: 400;
  line-height: 1.8;
}

.timeline .timeline-table {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1rem;
}

.timeline .timeline-table .title {
  font-size: clamp(24px,1.944vw,28px);
  font-weight: 500;
  line-height: 1;
}

.timeline .timeline-table .text {
  font-size: clamp(12px,1.25vw,18px);
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (min-width: 992px) {
  .about-history .section-body {
    padding: 3rem 0 0 0;
  }

  .timeline-container {
    padding: 1rem 2rem;
    min-height: 50rem;
  }

  .timeline .swiper-slide:first-child .timestamp::before,
  .timeline .swiper-slide .timestamp::after {
    left: 5rem;
  }

  .timeline .swiper-slide .status {
    padding: 1.5rem 0 0 5rem;
    min-height: 38rem;
  }
}

.about-office .section-image {
  position: relative;
  display: block;
  width: 100%;
}

.about-office .section-image > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.about-office .section-body .block-title {
  display: flex;
  flex-flow: row;
  flex: none;
  width: 100%;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.about-office .section-body .block-title .title {
  position: relative;
  color: var(--color-dark-blue);
  font-size: clamp(20px,1.667vw,24px);
  font-weight: 400;
  line-height: 1.4;
  padding: 0 2rem;
}

.about-office .section-body .block-title .title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 110%;
  left: 0.175rem;
  top: 0;
  border-radius: 7px;
  background-color: var(--color-light-blue);
}

.about-office .section-body .block {
  padding: 2rem 1rem;
}

.about-office .section-body .block .block-body {
  display: flex;
  flex-flow: column;
  gap: 2rem;
  padding-top: 1rem;
}

.about-office .card {
  --bs-card-border-color: transparent;
  --bs-card-border-radius: 1.6875rem;
  box-shadow: 0px 2px 20px #d9d9d940;
  padding: 1rem 1rem;
}

.about-office .card-body {
  display: flex;
  flex-flow: column;
}

.about-office .card-content {
  padding: 0.5rem 0;
  font-size: clamp(12px,1.25vw,18px);
  font-weight: 400;
  line-height: 1.4;
  flex-grow: 1;
}

.about-office .card .card-title {
  color: var(--color-light-blue);
  font-size: clamp(18px,2.222vw,32px);
  font-weight: 700;
  line-height: 1.4;
}

.about-office .card .card-heading {
  display: flex;
  flex-flow: row;
  gap: 2rem;
}

.about-office .card .title {
  font-size: clamp(14px,1.667vw,24px);
  font-weight: 500;
  line-height: 1.4;
  padding: 0.25rem 0;
}

.about-office .card-link {
  position: relative;
  color: var(--color-light-blue);
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(15px,1.25vw,18px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.about-office .card-link::after {
  position: absolute;
  content: "";
  display: block;
  top: 1rem;
  left: 2.325rem;
  width: 3rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='47' height='8' viewBox='0 0 47 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.3536 4.35355C46.5488 4.15829 46.5488 3.84171 46.3536 3.64645L43.1716 0.464466C42.9763 0.269204 42.6597 0.269204 42.4645 0.464466C42.2692 0.659728 42.2692 0.976311 42.4645 1.17157L45.2929 4L42.4645 6.82843C42.2692 7.02369 42.2692 7.34027 42.4645 7.53553C42.6597 7.7308 42.9763 7.7308 43.1716 7.53553L46.3536 4.35355ZM0 4.5H46V3.5H0V4.5Z' fill='%2342B3D3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0 50%;
  transition-property: translate;
  transition: .3s cubic-bezier(.4,.4,0,1);
  transform: translateX(0);
}

.about-office .card-link:hover::after {
  transform: translateX(3rem);
}

@media screen and (min-width: 992px) {
  .about-office .section-body .block .block-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }

  .about-office .card {
    padding: 1.875rem 2.5rem;
  }

  .about-office .card-content {
    padding: 2rem 0;
  }

  .about-office .card .title {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 576px) {
  .about-office .section-body .block-title .title {
    padding: 0 1.5rem;
  }

  .about-office .section-body .block-title .title::before {
    left: -0.5rem;
  }
}