section.contentandicon .cicon img {
  height: auto;
}
@container main (min-width: 64.0625rem) {
  section.contentandicon .cicon {
    padding-right: 1.25rem;
  }
  section.contentandicon .cicon img {
    width: 3.125rem;
  }
}
@container main (min-width: 48rem) {
  section.contentandicon .cicon {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.contentandicon .cicon {
    padding-right: 0.9375rem;
  }
  section.contentandicon .cicon img {
    width: 2.5rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.contentandicon .cicon img {
    width: 2.5rem;
  }
}
section.contentandicon .logo-wrapper picture {
  display: block;
  overflow: hidden;
  line-height: 1;
}
section.contentandicon .logo-wrapper img {
  width: auto;
}
@container main (min-width: 64.0625rem) {
  section.contentandicon .logo-wrapper.standard img, section.contentandicon .logo-wrapper.wide img {
    height: 2.5rem;
  }
  section.contentandicon .logo-wrapper.taller img, section.contentandicon .logo-wrapper.narrow img {
    height: 5.625rem;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.contentandicon .logo-wrapper.standard img, section.contentandicon .logo-wrapper.wide img {
    height: 2.1875rem;
  }
  section.contentandicon .logo-wrapper.taller img, section.contentandicon .logo-wrapper.narrow img {
    height: 5.3125rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.contentandicon .logo-wrapper.standard img, section.contentandicon .logo-wrapper.wide img {
    height: 1.875rem;
  }
  section.contentandicon .logo-wrapper.taller img, section.contentandicon .logo-wrapper.narrow img {
    height: 5rem;
  }
}
section.contentandicon .links-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}
section.contentandicon .img-wrapper {
  overflow: hidden;
  aspect-ratio: 741/339;
}
section.contentandicon .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@container main (min-width: 64.0625rem) {
  section.contentandicon .img-wrapper {
    border-radius: 1.25rem;
    border-bottom-right-radius: 6.25rem;
  }
}
@container main (min-width: 48rem) and (max-width: 64rem) {
  section.contentandicon .img-wrapper {
    border-radius: 0.9375rem;
    border-bottom-right-radius: 4.6875rem;
  }
}
@container main (max-width: 47.9375rem) {
  section.contentandicon .img-wrapper {
    border-radius: 0.625rem;
    border-bottom-right-radius: 2.8125rem;
  }
}
section.contentandicon .underline-link {
  max-width: 22.6875rem !important;
}