@media (max-width: 63.99em) {
  .section--contact > .section__title-3 {
    margin-bottom: 2.125rem;
  }
}
@media (max-width: 63.99em) {
  .section--contact > .section__desc {
    font-size: 1.75rem;
    line-height: 1.429;
    color: var(--gray-700);
  }
}
.section--contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

@media (min-width: 64em) {
  .section--contact__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 63.99em) {
  .section--contact__grid {
    gap: 0;
    margin-top: 4rem;
  }
}
.section--contact__card {
  padding: 1.5rem;
  border: 1px solid #dfdfdf;
  background-color: var(--white);
}

@media (max-width: 63.99em) {
  .section--contact__card {
    padding: 0;
    border: 0;
    background: none;
  }
  .section--contact__card + .section--contact__card {
    margin-top: 2.4375rem;
    padding-top: 3.1875rem;
    border-top: 0.125rem solid #ebebeb;
  }
}
.section--contact__card-title {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--green-400);
}

@media (max-width: 63.99em) {
  .section--contact__card-title {
    margin-bottom: 1.125rem;
    font-size: 1.875rem;
  }
}
.section--contact__fields {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section--contact__field {
  position: relative;
  padding-left: 1rem;
  color: var(--gray-400);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.39px;
}

.section--contact__field::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--green-400);
}

.section--contact__field strong {
  display: block;
  font-weight: 700;
}

.section--contact__field + .section--contact__field {
  margin-top: 0.75rem;
}

@media (max-width: 63.99em) {
  .section--contact__field {
    padding-left: 1.375rem;
    font-size: 1.75rem;
    line-height: 1.539;
    color: var(--gray-700);
  }
  .section--contact__field::before {
    top: 1.0625rem;
    left: 0.1875rem;
    width: 0.625rem;
    height: 0.625rem;
  }
  .section--contact__field + .section--contact__field {
    margin-top: 0.5625rem;
  }
}
.section--report__block + .section--report__block {
  margin-top: 4.375rem;
}

.section--report__block p {
  margin: 0;
}

.section--report__block p + p {
  margin-top: 1rem;
}

.section--report__block .section__title-dot + p, .section--report__block .section__title-dot + ul, .section--report__block .section__title-dot + ol {
  margin-top: 1.25rem;
}

@media (max-width: 63.99em) {
  .section--report__block + .section--report__block {
    margin-top: 6.25rem;
  }
  .section--report__block .section__desc {
    font-size: 1.75rem;
    line-height: 1.443;
    color: var(--gray-700);
  }
  .section--report__block .section__title-dot + p, .section--report__block .section__title-dot + ul, .section--report__block .section__title-dot + ol {
    margin-top: 2.375rem;
  }
}
.section--report__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 63.99em) {
  .section--report__types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.25rem 1.5rem;
  }
}
.section--report__type {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 8.75rem;
  flex: 1 1 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section--report__type img {
  display: block;
  max-height: 3.25rem;
  width: auto;
  margin-bottom: 1rem;
}

.section--report__type p {
  margin: 0;
  color: var(--gray-400);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.39px;
}

@media (max-width: 63.99em) {
  .section--report__type {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section--report__type img {
    max-height: 6.4375rem;
    margin-bottom: 1.8125rem;
  }
  .section--report__type p {
    font-size: 1.6875rem;
    line-height: 1.737;
    color: var(--gray-700);
  }
}
.section--report__steps {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.section--report__steps::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  bottom: 0;
  left: 0.46875rem;
  width: 1px;
  background-color: var(--gray-200);
}

@media (max-width: 63.99em) {
  .section--report__steps::before {
    top: 0.875rem;
    left: 0.6875rem;
    width: 0.125rem;
  }
}
.section--report__step {
  position: relative;
  padding-left: 1.75rem;
}

.section--report__step + .section--report__step {
  margin-top: 2.75rem;
}

.section--report__step:last-child::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  bottom: 0;
  left: 0.46875rem;
  width: 1px;
  background-color: var(--white);
  z-index: 1;
}

.section--report__step::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 0.46875rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 0.9375rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: var(--green-400);
  z-index: 2;
}

.section--report__step h3 {
  margin: 0 0 0.875rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--green-400);
}

@media (max-width: 63.99em) {
  .section--report__step {
    padding-left: 3.125rem;
  }
  .section--report__step::before {
    top: 0.875rem;
    left: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .section--report__step:last-child::after {
    top: 0.875rem;
    left: 0.6875rem;
    width: 0.125rem;
  }
  .section--report__step + .section--report__step {
    margin-top: 3.6875rem;
  }
  .section--report__step h3 {
    margin-bottom: 1.3125rem;
    font-size: 1.875rem;
  }
}
.section--report__notes {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--gray-400);
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.39px;
}

.section--report__notes > li {
  position: relative;
  padding-left: 1rem;
}

.section--report__notes > li::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: var(--green-400);
}

@media (max-width: 63.99em) {
  .section--report__notes {
    font-size: 1.75rem;
    line-height: 1.443;
    color: var(--gray-700);
  }
  .section--report__notes > li {
    padding-left: 1.375rem;
  }
  .section--report__notes > li::before {
    top: 0.9375rem;
    left: 0.1875rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.section--report__sub-notes {
  list-style: none;
  margin: 0.375rem 0 0;
  padding: 0;
}

.section--report__sub-notes li {
  position: relative;
  padding-left: 0.875rem;
}

.section--report__sub-notes li::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: var(--green-300);
}

.section--report__sub-notes li + li {
  margin-top: 0.25rem;
}

@media (max-width: 63.99em) {
  .section--report__sub-notes {
    margin-top: 0;
  }
  .section--report__sub-notes li {
    padding-left: 1.25rem;
  }
  .section--report__sub-notes li::before {
    top: 0.9375rem;
    left: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
  }
  .section--report__sub-notes li + li {
    margin-top: 0;
  }
}
.section--report__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
  text-align: center;
}

@media (max-width: 63.99em) {
  .section--report__cta {
    margin-top: 6.3125rem;
  }
}
.section--report__submit-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 14.375rem;
  height: 3.125rem;
  padding-inline: 1.5rem;
  border-radius: 0.375rem;
  background-color: var(--green-400);
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--white);
}

@media (hover: hover) and (pointer: fine) {
  .section--report__submit-btn:hover {
    opacity: 0.9;
  }
}
@media (max-width: 63.99em) {
  .section--report__submit-btn {
    min-width: 0;
    width: 28.75rem;
    height: 5rem;
    font-size: 1.875rem;
  }
}
.section--report__submit-btn--outline {
  background-color: transparent;
  border: 1px solid var(--green-400);
  color: var(--green-400);
}

@media (hover: hover) and (pointer: fine) {
  .section--report__submit-btn--outline:hover {
    opacity: 1;
    background-color: var(--green-400);
    color: var(--white);
  }
}
.section--annual-report__block p {
  margin: 0;
}

.section--annual-report__block p + p {
  margin-top: 0.5rem;
}

.section--annual-report__block .section__title-dot + p {
  margin-top: 1.25rem;
}

.section--annual-report__row {
  position: relative;
  margin-top: 2.5rem;
  z-index: 0;
}

.section--annual-report__row + .section--annual-report__row {
  margin-top: 3rem;
}

.section--annual-report__divider {
  position: absolute;
  top: 10.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 46.9375rem;
  max-width: 100%;
  height: 0.625rem;
  border-bottom: 0.1875rem solid var(--gray-200);
  background-color: #F3F3F3;
  z-index: -1;
  display: none;
}

@media (min-width: 64em) {
  .section--annual-report__divider {
    display: block;
  }
}
.section--annual-report__grid {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 0.9375rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 64em) {
  .section--annual-report__grid {
    gap: 0 6.25rem;
  }
}
.section--annual-report__card {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 64em) {
  .section--annual-report__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.4375rem;
    flex: 0 0 9.4375rem;
  }
}
.section--annual-report__card--deco {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 0;
}

.section--annual-report__card--deco img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 5rem;
}

@media (min-width: 64em) {
  .section--annual-report__card--deco img {
    width: 165%;
    margin-bottom: 3.125rem;
    margin-right: -15%;
    margin-right: -33%;
    margin-top: -0.6875rem;
  }
}
.section--annual-report__link {
  display: block;
}

.section--annual-report__thumb {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 138/173;
}

@media (min-width: 64em) {
  .section--annual-report__thumb {
    width: 8.625rem;
    height: 10.8125rem;
  }
}
.section--annual-report__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section--annual-report__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.section--annual-report__hover {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.75rem;
  height: 2.75rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.section--annual-report__hover img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .section--annual-report__link:hover .section--annual-report__thumb::after {
    opacity: 0.502;
  }
  .section--annual-report__link:hover .section--annual-report__hover {
    opacity: 1;
  }
}
.section--annual-report__label {
  display: block;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  color: #003333;
}

@media (min-width: 64em) {
  .section--annual-report__label {
    margin-top: 2.0625rem;
    font-size: 0.8125rem;
  }
}