#ped-page-new .ped-new-hero {
  position: relative;
  width: 100%;
  overflow: visible;
  margin-bottom: 3.5rem;
}

#ped-page-new .ped-new-hero__media {
  position: relative;
  width: 100%;
}

#ped-page-new .ped-new-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

#ped-page-new .ped-new-hero__overlay {
  display: none;
}

#ped-page-new .ped-new-hero__content {
  position: absolute;
  inset: 0;
  color: #fff;
}

#ped-page-new .ped-new-hero__content .container {
  height: 100%;
}

#ped-page-new .ped-new-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 98rem;
  padding-top: clamp(3rem, 7.8vw, 13rem);
  padding-bottom: 0;
  margin-bottom: 0;
}

#ped-page-new .ped-new-hero__lead {
  max-width: 840px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

#ped-page-new .phone-nowrap {
  white-space: nowrap;
}

#ped-page-new .ped-new-hero__text {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
}

#ped-page-new .ped-new-hero__text:not(.ped-new-hero__text--bottom) {
  max-width: 840px;
  margin-top: clamp(1.6rem, 2vw, 3rem);
}

#ped-page-new .ped-new-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
  margin-top: clamp(1.7rem, 2.3vw, 3.2rem);
}

#ped-page-new .ped-new-hero__cta {
  margin: 0;
  width: 100%;
  max-width: 480px;
}

#ped-page-new .ped-new-hero__cta .button__link {
  width: 100%;
  min-width: 0;
  margin-top: 0;
  padding: 0.85rem 1.6rem;
  font-size: 1.25rem;
  line-height: 1.2;
  white-space: nowrap;
}

#ped-page-new .ped-new-hero__time {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.25rem;
  line-height: 1.22;
  font-weight: 400;
}

#ped-page-new .ped-new-hero__time img {
  width: 27px;
  height: 27px;
}

#ped-page-new .ped-new-hero__text--bottom {
  margin-top: 0;
  max-width: 840px;
}

#ped-page-new .ped-new-hero__bottom {
  position: relative;
  max-width: 840px;
  margin-top: auto;
  margin-bottom: 2rem;
}

#ped-page-new .ped-new-hero__arrow {
  position: absolute;
  top: 1rem;
  left: -1.85rem;
  width: auto;
  height: 150px;
}

@media (max-width: 1199px) {
  #ped-page-new .ped-new-hero__inner {
    padding-top: clamp(3rem, 5.8vw, 13rem);
  }

  #ped-page-new .ped-new-hero__text {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #ped-page-new .ped-new-hero__text {
    line-height: 1.35;
  }
}

@media (max-width: 991px) {
  #ped-page-new .ped-new-hero__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
  }

  #ped-page-new .ped-new-hero__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    max-width: none;
    transform: translateX(-50%);
  }

  #ped-page-new .ped-new-hero__content {
    position: relative;
    inset: auto;
    background-color: transparent;
    z-index: 1;
  }

  #ped-page-new .ped-new-hero__content .container {
    height: auto;
  }

  #ped-page-new .ped-new-hero__inner {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 4.4rem;
    padding-bottom: 0;
  }

  #ped-page-new .ped-new-hero__lead {
    max-width: none;
  }

  #ped-page-new .ped-new-hero__text:not(.ped-new-hero__text--bottom) {
    max-width: none;
    margin-top: 1.4rem;
  }

  #ped-page-new .ped-new-hero__actions {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 1.8rem;
  }

  #ped-page-new .ped-new-hero__cta {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 auto;
  }

  #ped-page-new .ped-new-hero__cta .button__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: left;
    padding: 0.75rem 0.9rem;
    font-size: 1rem;
    gap: 0;
    overflow: visible;
    text-overflow: clip;
  }

  #ped-page-new .ped-new-hero__cta .button__link:before {
    display: none;
  }

  #ped-page-new .ped-new-hero__time {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  #ped-page-new .ped-new-hero__text--bottom {
    max-width: none;
  }

  #ped-page-new .ped-new-hero__bottom {
    max-width: none;
    margin-top: 2.1rem;
    margin-bottom: 2rem;
  }

  #ped-page-new .ped-new-hero__arrow {
    display: none;
  }
}

@media (max-width: 575px) {
  #ped-page-new .ped-new-hero__cta .button__link {
    font-size: 1rem;
  }

}

#ped-page-new .ped-sections {
  width: 100%;
}

#ped-page-new .ped-section {
  padding: 0;
  background-color: #fff;
}

#ped-page-new .ped-section--dark {
  background-color: #2f78bf;
}

#ped-page-new .ped-section > .container {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #e0e0e0;
}

#ped-page-new .ped-section--dark > .container,
#ped-page-new .ped-section:last-child > .container {
  border-bottom: 0;
}

#ped-page-new .ped-section__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  column-gap: 1.5rem;
  row-gap: 2rem;
  align-items: start;
}

#ped-page-new .ped-section__heading-wrap {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 84rem;
  padding-top: 2.5rem;
}

#ped-page-new .ped-section__summary {
  display: contents;
}

#ped-page-new .ped-section__marker {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 2.907rem;
  height: 2.907rem;
  display: inline-flex;
}

#ped-page-new .ped-section__marker img {
  width: 100%;
  height: 100%;
}

#ped-page-new .ped-section__marker-number {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
}

#ped-page-new .ped-section__title {
  color: #1f1f1f;
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 500;
}

#ped-page-new .ped-section__hero-media {
  position: relative;
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  align-self: start;
  width: 24rem;
  margin-left: 0;
}

#ped-page-new .ped-section__hero-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-height: 14.375rem;
  object-fit: contain;
  z-index: 1;
}

#ped-page-new .ped-section__lead {
  grid-column: 1;
  grid-row: 2;
  max-width: 84rem;
  margin: 0;
  color: #1f1f1f;
  font-size: 1.25rem;
  line-height: 1.22;
}

#ped-page-new .ped-section__cards-intro {
  margin: 3.4rem 0 1.8rem;
  color: #2874bb;
    font-size: 2.375rem;
  line-height: 1.2;
  font-weight: 500;
}

#ped-page-new .ped-section__cards {
  --ped-cards-col-gap: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem var(--ped-cards-col-gap);
  margin-top: 4rem;
}

#ped-page-new .ped-section--cards-left-two-thirds .ped-section__cards {
  width: 66.6667%;
}

#ped-page-new .ped-section--cards-left-two-thirds .ped-section__cards-intro {
  width: 66.6667%;
}

#ped-page-new .ped-section__card {
  flex: 1 1 calc((100% - var(--ped-cards-col-gap)) / 2);
  max-width: calc((100% - var(--ped-cards-col-gap)) / 2);
  display: flex;
  flex-direction: column;
}

#ped-page-new .ped-section--cards-split-last .ped-section__card:last-child {
  flex-basis: 100%;
  max-width: 100%;
}

#ped-page-new .ped-section--plain-cards .ped-section__cards {
  --ped-cards-col-gap: 1rem;
  margin-top: 0;
  gap: 1rem var(--ped-cards-col-gap);
}

#ped-page-new .ped-section--plain-cards .ped-section__card {
  padding: 1.75rem 1.6rem;
  border-radius: 0.4rem;
  background-color: #f2f2f2;
}

#ped-page-new .ped-section__card-icon {
  width: 2.75rem;
  height: 2.75rem;
  object-fit: contain;
}

#ped-page-new .ped-section__card-title {
  margin: 0.5rem 0 0;
  color: #1f1f1f;
  font-size: 1.25rem;
  line-height: 1.22;
  font-weight: 400;
}

#ped-page-new .ped-section--plain-cards .ped-section__card-title {
  margin-top: 0;
  color: #1f1f1f;
}

#ped-page-new .ped-section--cards-left-two-thirds.ped-section--plain-cards .ped-section__card-title {
  color: #2874bb;
}

#ped-page-new .ped-section__card-text {
  margin: 0.6rem 0 0;
  color: #1f1f1f;
  font-size: 1.0625rem;
  line-height: 1.3;
}

#ped-page-new .ped-section--plain-cards .ped-section__card-text {
  margin-top: 0.35rem;
}

#ped-page-new .ped-section__effect {
  width: fit-content;
  max-width: 100%;
  margin: 4rem auto 0;
  padding: 2rem 2.6rem;
  border-radius: 1rem;
  background-color: #f2f2f2;
  color: #1f1f1f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.22;
}

#ped-page-new .ped-section__effect strong {
  color: #2874bb;
  font-weight: 500;
}

@media (min-width: 992px) {
  #ped-page-new .ped-section__effect strong {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}

#ped-page-new .ped-section--plain-cards .ped-section__effect {
  color: #2874bb;
}

#ped-page-new .ped-section--plain-cards .ped-section__effect strong {
  color: #2874bb;
}

#ped-page-new .ped-section__cta-wrap {
  margin-top: 2.6rem;
  display: flex;
  justify-content: center;
}

#ped-page-new .ped-section__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: 3.8rem;
  padding: 0.7rem 2.1rem;
  border-radius: 0.4rem;
  background-color: #ffd500;
  color: #000;
  text-align: center;
  font-size: clamp(1.26rem, 1.05vw, 1.54rem);
  line-height: 1.2;
  font-weight: 500;
}

#ped-page-new .ped-section--dark .ped-section__title,
#ped-page-new .ped-section--dark .ped-section__lead,
#ped-page-new .ped-section--dark .ped-section__card-title,
#ped-page-new .ped-section--dark .ped-section__card-text {
  color: #fff;
}

#ped-page-new .ped-section--dark .ped-section__card-icon {
  filter: brightness(0) invert(1);
}

#ped-page-new .ped-section--dark .ped-section__effect {
  background-color: rgba(255, 255, 255, 0.17);
  border: 1px solid #7498bb;
  color: #fff;
}

#ped-page-new .ped-section--dark .ped-section__effect strong {
  color: #fff;
}

#ped-page-new .ped-section--dark .ped-section__marker-number {
  color: #2874bb;
}

@media (min-width: 1200px) {
  #ped-page-new .ped-section__title {
    font-size: 1.8125rem;
    line-height: 1.1724137931;
  }
}

@media (min-width: 1500px) {
  #ped-page-new .ped-section__title {
    font-size: 2.125rem;
    line-height: 1.2058823529;
  }
}

@media (max-width: 1399px) {
  #ped-page-new .ped-section__lead {
    font-size: 1.125rem;
  }
}

@media (max-width: 1199px) {
  #ped-page-new .ped-section__top {
    row-gap: 1rem;
  }

  #ped-page-new .ped-section__lead {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  #ped-page-new .ped-section__card-title {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  #ped-page-new .ped-section__card-text {
    font-size: 0.9375rem;
    line-height: 1.25;
  }

  #ped-page-new .ped-section__effect {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  #ped-page-new .ped-section > .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: 0;
  }

  #ped-page-new .ped-section > .container:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background-color: #e0e0e0;
  }

  #ped-page-new .ped-section--dark > .container:after,
  #ped-page-new .ped-section:last-child > .container:after {
    display: none;
  }

  #ped-page-new .ped-section__marker {
    top: -1.5rem;
  }

  #ped-page-new .ped-section__top {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.6rem;
    row-gap: 1rem;
  }

  #ped-page-new .ped-section__heading-wrap {
    flex: 1 1 100%;
    max-width: 100%;
    padding-top: 2.2rem;
  }

  #ped-page-new .ped-section__summary {
    display: flex;
    width: 100%;
    gap: 0.75rem;
    align-items: center;
  }

  #ped-page-new .ped-section__hero-media {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 5rem;
    margin-left: 0;
  }

  #ped-page-new .ped-section__hero-image {
    max-height: 9rem;
  }

  #ped-page-new .ped-section__lead {
    flex: 1 1 calc(80% - 1.6rem);
    max-width: calc(80% - 1.6rem);
    margin-top: 0;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  #ped-page-new .ped-section__cards {
    margin-top: 1.5rem;
    gap: 1.3rem;
  }

  #ped-page-new .ped-section__cards-intro {
    margin: 2.6rem 0 1.2rem;
    font-size: 1.375rem;
    line-height: 1.2;
  }

  #ped-page-new .ped-section--plain-cards .ped-section__cards {
    width: 100%;
    margin-top: 0;
    gap: 0.8rem;
  }

  #ped-page-new .ped-section--cards-left-two-thirds .ped-section__cards-intro {
    width: 100%;
  }

  #ped-page-new .ped-section__card {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 0.75rem;
  }

  #ped-page-new .ped-section--dark .ped-section__card {
    border-color: #7498bb;
  }

  #ped-page-new .ped-section--plain-cards .ped-section__card {
    padding: 1.75rem 1.2rem;
  }

  #ped-page-new .ped-section--plain-cards .ped-section__card-title {
    margin-top: 0;
  }

  #ped-page-new .ped-section--plain-cards .ped-section__card-text {
    margin-top: 0.3rem;
  }

  #ped-page-new .ped-section__card-icon {
    width: 2rem;
    height: 2rem;
  }

  #ped-page-new .ped-section__effect {
    margin-top: 3rem;
    padding: 1.4rem 1.6rem;
    border-radius: 0.75rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  #ped-page-new .ped-section__effect strong {
    font-size: 1.375rem;
    line-height: 1.1;
  }

  #ped-page-new .ped-section__cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    min-height: 2.5rem;
    padding: 0.5rem 1.47rem;
    font-size: 0.9375rem;
    text-align: center;
  }

  #ped-page-new .ped-section__cta .phone-nowrap {
    font-size: 1.5rem;
    line-height: 1;
  }
}

#ped-page-new .ped-certs-accordion {
  width: 100%;
}

#ped-page-new .ped-certs-accordion__bar {
  background-color: #2f78bf;
}

#ped-page-new .ped-certs-accordion__bar-inner {
  position: relative;
  min-height: 7.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 9rem;
}

#ped-page-new .ped-certs-accordion__title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  line-height: 1.2;
  font-weight: 500;
}

#ped-page-new .ped-certs-accordion__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  white-space: nowrap;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#ped-page-new .ped-certs-accordion__icon {
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
}

#ped-page-new .ped-certs-accordion__icon:before,
#ped-page-new .ped-certs-accordion__icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: 0.125rem;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

#ped-page-new .ped-certs-accordion__icon:after {
  transition: opacity 0.2s ease;
  transform: translate(-50%, -50%) rotate(90deg);
}

#ped-page-new .ped-certs-accordion__toggle[aria-expanded="true"] .ped-certs-accordion__icon:after {
  opacity: 0;
}

#ped-page-new .ped-certs-accordion__label {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}

#ped-page-new .ped-certs-accordion__content {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 2.8rem 0 3.2rem;
}

#ped-page-new .ped-section67 {
  width: 100%;
}

#ped-page-new .ped-section67__bar {
  background-color: #2f78bf;
}

#ped-page-new .ped-section67__text {
  margin: 0;
  padding: 4.7rem 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.22;
  font-weight: 400;
  max-width: 88rem;
}

#ped-page-new .ped-certs-accordion__row {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5rem;
  align-items: stretch;
}

#ped-page-new .ped-certs-accordion__item {
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

#ped-page-new .ped-certs-accordion__link {
  display: block;
  width: 100%;
  text-align: center;
  cursor: zoom-in;
}

#ped-page-new .ped-certs-accordion .ped-certificate {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 45rem;
  margin: 2rem auto;
  object-fit: contain;
}

#ped-page-new .ped-certs-accordion .description-certificate {
  margin: 0;
  width: 100%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  color: #1f1f1f;
  font-size: 1.0625rem;
  line-height: 1.35;
}

#ped-page-new .ped-realizations {
  position: relative;
  z-index: 2;
}

#ped-page-new .ped-realizations .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#ped-page-new .ped-realizations__intro {
  margin: 0;
  width: calc((100% - 2.8rem) * 0.666667);
  max-width: calc((100% - 2.8rem) * 0.666667);
  color: #1f1f1f;
  font-size: 1.25rem;
  line-height: 1.22;
}

#ped-page-new .ped-realizations__grid {
  --ped-realizations-col-gap: 2.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem var(--ped-realizations-col-gap);
  margin-top: 2.8rem;
}

#ped-page-new .ped-realizations__item {
  flex: 1 1 calc((100% - (var(--ped-realizations-col-gap) * 2)) / 3);
  max-width: calc((100% - (var(--ped-realizations-col-gap) * 2)) / 3);
  display: flex;
  flex-direction: column;
}

#ped-page-new .ped-realizations__media {
  position: relative;
  width: 100%;
  border: 0.0625rem solid #2874bb;
  border-radius: 0.4rem;
  overflow: hidden;
  aspect-ratio: 1.32 / 1;
  background-color: #f0f0f0;
}

/* #ped-page-new .ped-realizations__media:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(47, 120, 191, 0.3);
  pointer-events: none;
  z-index: 1;
} */

#ped-page-new .ped-realizations__link {
  display: block;
  text-decoration: none;
  cursor: zoom-in;
}

#ped-page-new .ped-realizations__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: grayscale(100%); */
  z-index: 0;
}

#ped-page-new .ped-realizations__zoom {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  filter: brightness(0) invert(1);
}

#ped-page-new .ped-realizations__title {
  margin: 1.4rem 0 0;
  color: #2874bb;
  font-size: 1rem;
  line-height: 1.16;
  font-weight: 500;
}

#ped-page-new .ped-realizations__text {
  margin: 0.6rem 0 0;
  color: #1f1f1f;
  font-size: 1rem;
  line-height: 1.22;
}

#ped-page-new .ped-section.ped-section--section7 {
  position: relative;
  z-index: 2;
  box-shadow: 0 0.75rem 0.9375rem rgba(0, 0, 0, 0.14);
}

#ped-page-new .ped-section.ped-section--section7 > .container {
  border-bottom: 0;
}

#ped-page-new .ped-section7__options {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin-top: 2rem;
  align-items: stretch;
}

#ped-page-new .ped-section7__option {
  flex: 1 1 calc((100% - 1.4rem) / 2);
  max-width: calc((100% - 1.4rem) / 2);
  display: flex;
  flex-direction: column;
}

#ped-page-new .ped-section7__option-title {
  margin: 0 0 1.3rem;
  color: #000;
  font-size: 2.375rem;
  line-height: 1.08;
  font-weight: 500;
}

#ped-page-new .ped-section7__option-box {
  min-height: 10.8rem;
  padding: 1.4rem 1.5rem;
  border-radius: 0.4rem;
  background-color: #2f78bf;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 auto;
}

#ped-page-new .ped-section7__option-action {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

#ped-page-new .ped-section7__option-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 66%;
  min-height: 3.2rem;
  padding: 0.7rem 1.3rem;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}

@media (max-width: 1599px) {
  #ped-page-new .ped-section7__option-button {
    font-size: 1.0rem;
  }
}

#ped-page-new .ped-section7__option-time {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

#ped-page-new .ped-section7__option-time img {
  width: 1.6875rem;
  height: 1.6875rem;
}

#ped-page-new .ped-section7__option-text {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.22;
}

#ped-page-new .ped-section7__option-text strong {
  font-weight: 500;
}

#ped-page-new .ped-last-content {
  width: 100%;
  background-color: #fff;
}

#ped-page-new .ped-last-content .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: left;
}

#ped-page-new .ped-last-content__title {
  margin: 0;
  color: #1f1f1f;
  font-size: clamp(2rem, 2.1vw, 2.75rem);
  line-height: 1.15;
  font-weight: 500;
}

#ped-page-new .ped-last-content__faq {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

#ped-page-new .ped-last-content__question {
  margin: 0;
  color: #1f1f1f;
  font-size: 1.3125rem;
  line-height: 1.2;
  font-weight: 500;
}

#ped-page-new .ped-last-content__answer {
  margin: 0.5rem 0 0;
  color: #1f1f1f;
  font-size: 1rem;
  line-height: 1.3;
}

#ped-page-new .ped-last-content__title--expert {
  margin-top: 4.6rem;
}

#ped-page-new .ped-last-content__paragraph {
  margin: 1.3rem 0 0;
  color: #1f1f1f;
  font-size: 1.25rem;
  line-height: 1.28;
}

@media (max-width: 991px) {
  #ped-page-new .ped-certs-accordion__bar-inner {
    min-height: 5.2rem;
    padding-right: 6rem;
  }

  #ped-page-new .ped-certs-accordion__title {
    font-size: 1rem;
    line-height: 1.25;
  }

  #ped-page-new .ped-certs-accordion__toggle {
    gap: 0.35rem;
    font-size: 1rem;
  }

  #ped-page-new .ped-certs-accordion__icon {
    width: 1rem;
    height: 1rem;
  }

  #ped-page-new .ped-certs-accordion__icon:before,
  #ped-page-new .ped-certs-accordion__icon:after {
    width: 0.8rem;
  }

  #ped-page-new .ped-certs-accordion__label {
    font-size: 0.9rem;
  }

  #ped-page-new .ped-certs-accordion__content {
    padding: 2rem 0 2.4rem;
  }

  #ped-page-new .ped-section67__text {
    padding: 3rem 0;
    font-size: 1.1rem;
    line-height: 1.25;
  }

  #ped-page-new .ped-certs-accordion__row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  #ped-page-new .ped-certs-accordion__item {
    max-width: 100%;
  }

  #ped-page-new .ped-certs-accordion .description-certificate {
    font-size: 0.9375rem;
    line-height: 1.35;
  }

  #ped-page-new .ped-realizations .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #ped-page-new .ped-realizations__intro {
    width: 100%;
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 1.25;
  }

  #ped-page-new .ped-realizations__grid {
    margin-top: 2rem;
    gap: 3.2rem;
  }

  #ped-page-new .ped-realizations__item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #ped-page-new .ped-realizations__media {
    aspect-ratio: 1.45 / 1;
  }

  #ped-page-new .ped-realizations__media.ped-realizations__link {
    width: 66%;
  }

  #ped-page-new .ped-realizations__zoom {
    top: 0.8rem;
    left: 0.8rem;
    width: 1.75rem;
    height: 1.75rem;
  }

  #ped-page-new .ped-realizations__title {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.2;
  }

  #ped-page-new .ped-realizations__text {
    margin-top: 0.4rem;
    font-size: 1rem;
    line-height: 1.25;
  }

  #ped-page-new .ped-section7__options {
    margin-top: 1.5rem;
    gap: 1rem;
  }

  #ped-page-new .ped-section7__option {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #ped-page-new .ped-section7__option-title {
    margin-bottom: 0.9rem;
    font-size: 1.325rem;
    line-height: 1.12;
  }

  #ped-page-new .ped-section7__option-box {
    min-height: 0;
    padding: 1rem;
  }

  #ped-page-new .ped-section7__option-action {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  #ped-page-new .ped-section7__option-button {
    min-height: 2.5rem;
    padding: 0.5rem 0.9rem;
    font-size: 1rem;
    flex: 1 1 auto;
    max-width: 100%;
  }

  #ped-page-new .ped-section7__option-time {
    font-size: 1rem;
  }

  #ped-page-new .ped-section7__option-time img {
    width: 1.25rem;
    height: 1.25rem;
  }

  #ped-page-new .ped-section7__option-text {
    font-size: 1rem;
    line-height: 1.25;
  }

  #ped-page-new .ped-last-content .container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #ped-page-new .ped-last-content__title {
    font-size: 2rem;
    line-height: 1.15;
  }

  #ped-page-new .ped-last-content__faq {
    margin-top: 1.4rem;
    gap: 1.2rem;
  }

  #ped-page-new .ped-last-content__question {
    font-size: 1.0625rem;
    line-height: 1.25;
  }

  #ped-page-new .ped-last-content__answer {
    margin-top: 0.4rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  #ped-page-new .ped-last-content__title--expert {
    margin-top: 3rem;
  }

  #ped-page-new .ped-last-content__paragraph {
    margin-top: 0.9rem;
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}

.ped-certs-lightbox-open {
  overflow: hidden;
}

.ped-certs-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.86);
}

.ped-certs-lightbox[hidden] {
  display: none;
}

.ped-certs-lightbox__image {
  max-width: min(90vw, 75rem);
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
}

.ped-certs-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
