/*
    - Name: "accordion-item.scss"
    - Description: "Add custom styles to accordion item component"
*/
.paragraph--type--upper-section {
  max-width: var(--gridContainerMaxWidthXs);
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--spacingSm);
  padding-left: var(--spacingSm);
  box-sizing: border-box;
  margin-top: calc(var(--spacing2xl) * -1);
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  gap: var(--spacingXl);
}

@media all and (min-width: 36rem) {
  .paragraph--type--upper-section {
    max-width: var(--gridContainerMaxWidthSm);
  }
}
@media all and (min-width: 50.0625rem) {
  .paragraph--type--upper-section {
    max-width: var(--gridContainerMaxWidthMd);
    padding-right: var(--spacingMd);
    padding-left: var(--spacingMd);
  }
}
@media all and (min-width: 62rem) {
  .paragraph--type--upper-section {
    max-width: var(--gridContainerMaxWidthLg);
  }
}
@media all and (min-width: 78rem) {
  .paragraph--type--upper-section {
    max-width: var(--gridContainerMaxWidthXl);
  }
}
@media all and (min-width: 82.5rem) {
  .paragraph--type--upper-section {
    max-width: var(--gridContainerMaxWidthXxl);
    padding-right: 0;
    padding-left: 0;
  }
}
.paragraph--type--upper-section .c-upper-section-content-top {
  padding-top: var(--spacingSm);
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: var(--spacingXl);
}

.paragraph--type--upper-section .c-upper-section-content-top .content-info {
  max-width: 960px;
  margin: 0 auto;
  order: 2;
  display: flex;
  flex-direction: column;
  gap: var(--spacingMd);
}

.paragraph--type--upper-section .c-upper-section-content-top .content-info .heading.level-h1 {
  margin: 0 !important;
  font-weight: var(--fontWeightBold) !important;
}

@media all and (min-width: 50.0625rem) {
  .paragraph--type--upper-section .c-upper-section-content-top .content-info .heading.level-h1 {
    font-size: 4.5rem !important;
  }
}
.paragraph--type--upper-section .c-upper-section-content-top .content-info .heading.level-h2 {
  margin: 0 !important;
}

.paragraph--type--upper-section .c-upper-section-content-top .content-info .c-upper-section-separator {
  height: 4px;
  width: 32px;
  background-color: var(--colorCorporateRed600);
  margin: 0 auto;
}

@media all and (min-width: 50.0625rem) {
  .paragraph--type--upper-section .c-upper-section-content-top .content-info .c-upper-section-separator {
    height: 8px;
    width: 64px;
  }
}
.paragraph--type--upper-section .c-upper-section-content-top .content-info .c-upper-section-description {
  max-width: 860px;
  margin: 0 auto;
}

.paragraph--type--upper-section .c-upper-section-content-top .content-info .c-upper-section-description p {
  font-size: var(--fontSizeH4);
  margin-bottom: 0 !important;
}

@media all and (min-width: 50.0625rem) {
  .paragraph--type--upper-section .c-upper-section-content-top .content-info .c-upper-section-description p {
    font-size: var(--fontSizeH3);
  }
}
.paragraph--type--upper-section .c-upper-section-content-top .content-info .c-upper-section-description p:first-child {
  margin-top: 0;
}

.paragraph--type--upper-section .c-upper-section-content-top .content-info .c-upper-section-description ul, .paragraph--type--upper-section .c-upper-section-content-top .content-info .c-upper-section-description ol {
  list-style-position: inside;
}

.paragraph--type--upper-section .c-upper-section-content-top .content-image {
  order: 1;
}

.paragraph--type--upper-section .c-upper-section-content-top .content-image .c-upper-section-img {
  max-width: 624px;
  margin: 0 auto;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-field-media-image {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  max-height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-field-media-image picture {
  width: 100%;
  aspect-ratio: 3/1;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-field-media-image picture img {
  width: 100%;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-field-media-video-file-s3, .paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-field-media-oembed-video {
  text-align: center;
  padding-bottom: var(--spacingMd);
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-field-media-video-file-s3 .video-js, .paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-field-media-oembed-video .video-js {
  width: 100% !important;
  height: 100% !important;
  max-height: 472px;
  max-width: 840px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-field-media-video-file-s3 .video-js video, .paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-field-media-oembed-video .video-js video {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
  cursor: pointer;
  position: static;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .field--name-footer-text {
  display: none;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .remote-video {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .remote-video .field--name-thumbnail {
  position: absolute;
  width: 100%;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .remote-video .field--name-thumbnail .field__icon_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--colorWhite);
  border-radius: 100px;
  height: 40px;
  width: 40px;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .remote-video .field--name-thumbnail .field__icon_play svg {
  margin-left: -0.1875rem;
  margin-top: -0.25rem;
}

.paragraph--type--upper-section .c-upper-section-content-bottom .field--name-media-image-video-context .remote-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.paragraph--type--upper-section.two_columns .c-upper-section-content-top .content-info {
  max-width: auto;
  margin: initial;
  text-align: left;
}

.paragraph--type--upper-section.two_columns .c-upper-section-content-top .content-info .c-upper-section-separator {
  margin: 0;
}

.paragraph--type--upper-section.two_columns .c-upper-section-content-top .content-info .c-upper-section-description {
  max-width: initial;
  margin: initial;
}

.paragraph--type--upper-section.two_columns .c-upper-section-content-top .content-image picture {
  margin: inherit;
}

@media all and (min-width: 50.0625rem) {
  .paragraph--type--upper-section.two_columns .c-upper-section-content-top .content-image picture {
    margin: 0 auto;
  }
}
@media all and (min-width: 50.0625rem) {
  .paragraph--type--upper-section.two_columns .c-upper-section-content-top {
    flex-direction: row;
    text-align: left;
    gap: var(--spacingMd);
    align-items: center;
  }
  .paragraph--type--upper-section.two_columns .c-upper-section-content-top .content-info {
    order: 1;
  }
  .paragraph--type--upper-section.two_columns .c-upper-section-content-top .content-info .c-upper-section-description ul, .paragraph--type--upper-section.two_columns .c-upper-section-content-top .content-info .c-upper-section-description ol {
    list-style-position: initial;
  }
  .paragraph--type--upper-section.two_columns .c-upper-section-content-top .content-image {
    order: 2;
    margin-left: auto;
    min-width: 50%;
  }
}
@media all and (min-width: 50.0625rem) {
  .paragraph--type--upper-section.two_columns.left .c-upper-section-content-top {
    flex-direction: row-reverse;
    text-align: left;
    gap: var(--spacingMd);
    align-items: center;
  }
  .paragraph--type--upper-section.two_columns.left .c-upper-section-content-top .content-info {
    order: 1;
  }
  .paragraph--type--upper-section.two_columns.left .c-upper-section-content-top .content-info .c-upper-section-description ul, .paragraph--type--upper-section.two_columns.left .c-upper-section-content-top .content-info .c-upper-section-description ol {
    list-style-position: initial !important;
  }
  .paragraph--type--upper-section.two_columns.left .c-upper-section-content-top .content-image {
    order: 2;
    margin-right: auto;
    margin-left: 0;
    min-width: 50%;
  }
}
.paragraph--type--upper-section picture {
  box-sizing: border-box;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}