@charset "UTF-8";
.rh-image-embed-img {
  max-width: 100%;
  display: block;
  height: auto;
  font-size: 1.125rem;
  font-size: var(--pf-c-text--m-lg--FontSize, 1.125rem);
  font-family: RedHatText, Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-body-text, RedHatText, Helvetica, Arial, sans-serif);
  line-height: 1.5;
  line-height: var(--pfe-theme--line-height, 1.5);
  font-weight: 400;
  font-weight: var(--pfe-theme--font-weight--normal, 400);
  text-transform: none;
  font-family: RedHatText, Arial, sans-serif;
  font-family: var(--rh-font-family-body-text, RedHatText, Arial, sans-serif);
}
[data-rh-align~=bleed-band] .rh-image-embed-img {
  width: 100%;
}
@media (min-width: 992px) {
  [data-rh-align~=bleed-band] .rh-image-embed-img {
    margin-top: -64px;
    margin-top: var(--pfe-band--PaddingTop, -64px);
  }
}

[data-rh-align~=full] .rh-image-embed-img, [data-rh-align~=bleed] .rh-image-embed-img {
  width: 100%;
  height: auto;
  display: block;
}

[data-rh-align~=left] .rh-image-embed-img, [data-rh-align~=center] .rh-image-embed-img {
  margin-right: auto;
}

[data-rh-align~=right] .rh-image-embed-img, [data-rh-align~=center] .rh-image-embed-img {
  margin-left: auto;
}

[data-rh-align~=reduced] .rh-image-embed-img {
  transform: scale(0.75);
  transform-origin: center center;
  margin: auto;
}
[data-rh-layout~=left] [data-rh-align~=reduced] .rh-image-embed-img, [data-rh-align~=reduced] [data-rh-layout~=left] .rh-image-embed-img {
  margin: 0;
  transform-origin: center left;
}

[data-rh-align~=bottom-center] .rh-image-embed-img {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

[data-rh-align~=logo-short] .rh-image-embed-img {
  height: 48px;
  height: var(--webrh--height-logo-short, 48px);
}

[data-rh-align~=logo-tall] .rh-image-embed-img {
  height: 70px;
  height: var(--webrh--height-logo-tall, 70px);
}
[data-rh-headshot=true] [data-rh-align~=logo-tall] .rh-image-embed-img, [data-rh-align~=logo-tall] [data-rh-headshot=true] .rh-image-embed-img {
  height: 80px;
  width: 80px;
}

[data-rh-align~=logo-center] .rh-image-embed-img {
  height: 63.5px;
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 767px) {
  [data-rh-align~=left-mobile] .rh-image-embed-img {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  [data-rh-align~=right-mobile] .rh-image-embed-img {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  [data-rh-align~=center-mobile] .rh-image-embed-img {
    margin: 0 auto;
  }
}

[data-rh-align~=left-mobile-center-desktop] .rh-image-embed-img {
  margin: 0;
}
@media (min-width: 768px) {
  [data-rh-align~=left-mobile-center-desktop] .rh-image-embed-img {
    margin: 0 auto;
  }
}

[data-rh-img-image_border=white] .rh-image-embed-img {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-image_border=black] .rh-image-embed-img {
  border-color: #292929;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-image_border=rich-black] .rh-image-embed-img {
  border-color: #151515;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-image_border=red] .rh-image-embed-img {
  border-color: #c00;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-image_border=gray] .rh-image-embed-img {
  border-color: #c7c7c7;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-image_border=teal] .rh-image-embed-img {
  border-color: #006069;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-image_border=blue] .rh-image-embed-img {
  border-color: #0066cc;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-hover] .rh-image-embed-img {
  transition: all 0.3s ease;
}

[data-rh-img-hover=bw-color] .rh-image-embed-img {
  filter: grayscale(100%);
}

[data-rh-img-hover=bw-color] .rh-image-embed-img:hover {
  filter: grayscale(0);
}

[data-rh-img-hover=color-bw] .rh-image-embed-img {
  filter: grayscale(0);
}

[data-rh-img-hover=color-bw] .rh-image-embed-img:hover {
  filter: grayscale(100%);
}

[data-rh-img-hover=brightness] .rh-image-embed-img {
  filter: brightness(100%);
}

[data-rh-img-hover=brightness] .rh-image-embed-img:hover {
  filter: brightness(80%);
}

[data-rh-img-hover=drop-shadow] .rh-image-embed-img {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

[data-rh-img-hover=drop-shadow] .rh-image-embed-img:hover {
  filter: drop-shadow(2px 2px 5px rgba(163, 163, 163, 0.5));
}

[data-rh-embed-logo=redhat] .rh-image-embed-img {
  background: transparent url("../images/redhat-logo-white.png") no-repeat left top;
  background: transparent var(--pfe-theme--logo--png--on-dark, url("../images/redhat-logo-white.png")) no-repeat left top;
  background-size: 100%;
  width: 110px;
  height: 35px;
}
@media print {
  [data-rh-embed-logo=redhat] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: url("../images/redhat-logo-dark.png");
  }
}

[data-rh-embed-logo=events] .rh-image-embed-img {
  max-width: 250px;
}
@media (min-width: 992px) {
  [data-rh-embed-logo=events] .rh-image-embed-img {
    max-width: 100%;
  }
}

[data-rh-ratio] .rh-image-embed-img {
  max-height: 100%;
  width: auto;
}

[data-rh-misc~=redhat-logo-nav] .rh-image-embed-img {
  background: transparent url("../images/redhat-logo-dark.png") no-repeat left top;
  background-size: 100%;
  width: 138px;
  height: 35px;
}
[data-rh-theme~=dark] [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img, [data-rh-misc~=redhat-logo-nav] [data-rh-theme~=dark] .rh-image-embed-img {
  background-image: url("../images/redhat-logo-white.png");
  background-image: var(--pfe-theme--logo--png--on-dark, url("../images/redhat-logo-white.png"));
}
@media print {
  [data-rh-theme~=dark] [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img, [data-rh-misc~=redhat-logo-nav] [data-rh-theme~=dark] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: url("../images/redhat-store-logo-dark.png");
  }
}
@media (min-resolution: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-rh-theme~=dark] [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img, [data-rh-misc~=redhat-logo-nav] [data-rh-theme~=dark] .rh-image-embed-img {
    background-image: var(--pfe-theme--logo--png--on-dark);
  }
}

@media print {
  [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: var(--pfe-theme--logo--png--on-dark);
  }
}
@media (min-resolution: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [data-rh-misc~=redhat-logo-nav] .rh-image-embed-img {
    background-image: url("../images/redhat-logo-retina.png");
  }
}

[data-rh-misc~=solp-logo] .rh-image-embed-img {
  margin-bottom: 80px;
}
@media (min-width: 480px) {
  [data-rh-misc~=solp-logo] [data-rh-custom-logo=false].rh-image-embed-img {
    width: auto;
    height: 52px;
    margin-bottom: 64px;
  }
}
@media print {
  [data-rh-misc~=solp-logo] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: url("../images/redhat-logo-retina.png");
  }
}

[data-rh-misc~=redhat-logo-store] .rh-image-embed-img {
  background: transparent url("../images/redhat-store-logo-dark.png") no-repeat left top;
  background-size: contain;
  width: 148px;
  height: 24px;
}
@media (min-width: 768px) {
  [data-rh-misc~=redhat-logo-store] .rh-image-embed-img {
    width: 170px;
    height: 26px;
  }
}
@media (min-width: 992px) {
  [data-rh-misc~=redhat-logo-store] .rh-image-embed-img {
    width: 200px;
    height: 31px;
  }
}
@media (min-width: 1200px) {
  [data-rh-misc~=redhat-logo-store] .rh-image-embed-img {
    width: 215px;
    height: 33px;
  }
}
[data-rh-theme~=dark] [data-rh-misc~=redhat-logo-store] .rh-image-embed-img, [data-rh-misc~=redhat-logo-store] [data-rh-theme~=dark] .rh-image-embed-img {
  background-image: url("../images/redhat-store-logo-light.png");
}
@media print {
  [data-rh-theme~=dark] [data-rh-misc~=redhat-logo-store] .rh-image-embed-img, [data-rh-misc~=redhat-logo-store] [data-rh-theme~=dark] .rh-image-embed-img {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-image: url("../images/redhat-store-logo-dark.png");
  }
}

[data-rh-max-height=footer] .rh-image-embed-img {
  max-height: 35px;
}

[data-rh-emphasis~=background] .rh-image-embed-img {
  opacity: 0.5;
}

.rh-image-embed-img:not(:last-child, :empty) {
  margin-bottom: 8px;
}
.rh-image-embed-img {
  color: #151515;
}

[data-rh-theme^=dark] .rh-image-embed-img {
  color: #ffffff;
}

[data-rh-theme^=light] .rh-image-embed-img {
  color: #151515;
}

.rh-image-embed-img a {
  text-decoration: none;
}
.rh-image-embed-img a {
  color: #0066cc;
}

[data-rh-theme^=dark] .rh-image-embed-img a {
  color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-img a {
  color: #ffffff;
}

[data-rh-theme^=light] .rh-image-embed-img a {
  color: #0066cc;
}

.rh-image-embed-img a:active, .rh-image-embed-img a:hover {
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.rh-image-embed-img a:active, .rh-image-embed-img a:hover {
  color: #004080;
}

[data-rh-theme^=dark] .rh-image-embed-img a:active, [data-rh-theme^=dark] .rh-image-embed-img a:hover {
  color: #b9dafc;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-img a:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-img a:hover {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-image-embed-img a:active, [data-rh-theme^=light] .rh-image-embed-img a:hover {
  color: #004080;
}

.rh-image-embed-img a:active, .rh-image-embed-img a:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-image-embed-img a:active, .rh-image-embed-img a:focus {
  outline-color: #0066cc;
}

[data-rh-theme^=dark] .rh-image-embed-img a:active, [data-rh-theme^=dark] .rh-image-embed-img a:focus {
  outline-color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-img a:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-img a:focus {
  outline-color: #ffffff;
}

[data-rh-theme^=light] .rh-image-embed-img a:active, [data-rh-theme^=light] .rh-image-embed-img a:focus {
  outline-color: #0066cc;
}

[data-rh-theme~=desaturated] .rh-image-embed-img a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

[data-rh-theme~=desaturated] .rh-image-embed-img a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

[data-rh-lf-article-hero] .rh-image-embed-img {
  max-height: 320px;
}

[data-rh-headshot=true] .rh-image-embed-img {
  border-radius: 50%;
}

[data-rh-menu-context=top-mobile] .rh-image-embed--component {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.no-flexbox [data-rh-menu-context=top-mobile] .rh-image-embed--component, [data-rh-menu-context=top-mobile] .no-flexbox .rh-image-embed--component {
  display: inline-block;
}
.no-flexbox [data-rh-menu-context=top-mobile] .rh-image-embed--component > *, [data-rh-menu-context=top-mobile] .no-flexbox .rh-image-embed--component > * {
  float: left;
}
@media (max-width: 575px) {
  .rh-image-embed--component[data-rh-hidden~=xxs], .rh-image-embed--component[aria-hidden~=xxs] {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rh-image-embed--component[data-rh-hidden~=xs], .rh-image-embed--component[aria-hidden~=xs] {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rh-image-embed--component[data-rh-hidden~=sm], .rh-image-embed--component[aria-hidden~=sm] {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rh-image-embed--component[data-rh-hidden~=md], .rh-image-embed--component[aria-hidden~=md] {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .rh-image-embed--component[data-rh-hidden~=lg], .rh-image-embed--component[aria-hidden~=lg] {
    display: none;
  }
}
@media (min-width: 1440px) {
  .rh-image-embed--component[data-rh-hidden~=xl], .rh-image-embed--component[aria-hidden~=xl] {
    display: none;
  }
}
.rh-image-embed--component[data-rh-ratio=square] {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.rh-image-embed--component[data-rh-ratio="16x9"] {
  position: relative;
  padding-bottom: 54.3%;
  height: 0;
}

.rh-image-embed--component[data-rh-media-type=video] {
  position: relative;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}

.rh-image-embed--component > *:last-child {
  margin-bottom: 0;
}
.rh-image-embed--component[data-rh-custom-logo] .rh-image-embed-img {
  background-size: 100%;
  max-height: 40px;
  margin-bottom: 64px;
  width: auto;
}
[data-rh-card-header=image] .rh-image-embed--component[data-rh-align=bottom-center] {
  margin-bottom: -32px;
}
.rh-image-embed--component[data-rh-align=bleed] {
  margin-bottom: 0;
}

.rh-image-embed-container {
  position: relative;
  margin: 0 0 16px;
  margin-left: auto;
  margin-right: auto;
}
.rh-image-embed-container:last-child {
  margin-bottom: 0;
}
[data-rh-image-embed$=speaker] .rh-image-embed-container {
  width: 100px;
  height: 100px;
  border: 1px solid #c7c7c7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
[data-rh-image-embed$=speaker] .rh-image-embed-container {
  border-color: #c7c7c7;
}

[data-rh-theme^=dark] [data-rh-image-embed$=speaker] .rh-image-embed-container, [data-rh-image-embed$=speaker] [data-rh-theme^=dark] .rh-image-embed-container {
  border-color: rgba(255, 255, 255, 0.6);
}

[data-rh-theme^=light] [data-rh-image-embed$=speaker] .rh-image-embed-container, [data-rh-image-embed$=speaker] [data-rh-theme^=light] .rh-image-embed-container {
  border-color: #c7c7c7;
}

[data-rh-theme$=polar] [data-rh-image-embed$=speaker] .rh-image-embed-container, [data-rh-image-embed$=speaker] [data-rh-theme$=polar] .rh-image-embed-container {
  border-color: rgba(242, 242, 242, 0.3);
}

[data-rh-image-embed$=speaker] .rh-image-embed-container > * {
  align-self: center;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  max-height: 100%;
  margin: auto;
}

[data-rh-image-embed$=speaker-variant1] .rh-image-embed-container {
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
}
[data-rh-image-embed$=speaker-variant1] .rh-image-embed-container > * {
  align-self: left;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  max-height: 100%;
}
[data-rh-image-embed$=speaker-variant1] .rh-image-embed-container img {
  border-radius: 5px;
  width: 100%;
  border: 1px solid #e0e0e0;
}
.rh-group--layout [data-rh-image-embed$=speaker-variant1] .rh-image-embed-container [data-rh-layout~=media-object-divide] > :last-child, [data-rh-image-embed$=speaker-variant1] .rh-group--layout .rh-image-embed-container [data-rh-layout~=media-object-divide] > :last-child {
  border-width: 0;
}

[data-rh-image-embed~=no-speaker] .rh-image-embed-container {
  background: transparent url("../images/speaker-200x200.png") no-repeat left top;
  background-size: 100%;
}

[data-rh-align=bleed] .rh-image-embed-container {
  margin: -32px -32px 32px;
}
@container (min-width: 768px) {
  .card-flex--subpattern[data-rh-card=sections] [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] .card-flex--subpattern[data-rh-card=sections] .rh-image-embed-container {
    margin: -32px -32px 0;
  }
}
.card-flex--subpattern [data-rh-align=bleed] .rh-image-embed-container, [data-rh-align=bleed] .card-flex--subpattern .rh-image-embed-container {
  margin-bottom: 0;
}

[data-rh-align~=bleed] .rh-image-embed-container:first-child {
  margin: -32px -32px 32px;
}
:not(.card-flex--subpattern)[data-rh-card=sections] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] :not(.card-flex--subpattern)[data-rh-card=sections] .rh-image-embed-container:first-child {
  margin-bottom: -32px;
}
@container (min-width: 768px) {
  .card-flex--subpattern[data-rh-card=sections] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] .card-flex--subpattern[data-rh-card=sections] .rh-image-embed-container:first-child {
    margin: -32px -32px 0;
  }
}
@container (min-width: 768px) {
  [data-rh-card=sections] [data-rh-align~=bleed] .rh-image-embed-container:first-child, [data-rh-align~=bleed] [data-rh-card=sections] .rh-image-embed-container:first-child {
    margin-right: -32px;
    margin-left: -32px;
  }
}

[data-rh-img-background=white] .rh-image-embed-container {
  background-color: #ffffff;
}

[data-rh-img-background=black] .rh-image-embed-container {
  background-color: #292929;
}

[data-rh-img-background=rich-black] .rh-image-embed-container {
  background-color: #151515;
}

[data-rh-img-background=red] .rh-image-embed-container {
  background-color: #a30000;
}

[data-rh-img-background=gray] .rh-image-embed-container {
  background-color: #f2f2f2;
}

[data-rh-img-background=green] .rh-image-embed-container {
  background-color: #479b2e;
}

[data-rh-img-background=dark-gray] .rh-image-embed-container {
  background-color: #e0e0e0;
}

[data-rh-img-background=teal] .rh-image-embed-container {
  background-color: #006069;
}

[data-rh-img-background=blue] .rh-image-embed-container {
  background-color: #0066cc;
}

[data-rh-img-background=medium-blue] .rh-image-embed-container {
  background-color: #497cb7;
}

[data-rh-img-background=accent-teal-dark] .rh-image-embed-container {
  background-color: #033d43;
}

[data-rh-img-background=dark-red] .rh-image-embed-container {
  background-color: #87171a;
}

[data-rh-img-container_border=white] .rh-image-embed-container {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-container_border=black] .rh-image-embed-container {
  border-color: #292929;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-container_border=rich-black] .rh-image-embed-container {
  border-color: #151515;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-container_border=red] .rh-image-embed-container {
  border-color: #c00;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-container_border=gray] .rh-image-embed-container {
  border-color: #c7c7c7;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-container_border=teal] .rh-image-embed-container {
  border-color: #006069;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-img-container_border=blue] .rh-image-embed-container {
  border-color: #0066cc;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

[data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .rh-image-embed-container {
  display: flex;
  align-items: center;
}
.no-flexbox [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .rh-image-embed-container, [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .no-flexbox .rh-image-embed-container {
  display: inline-block;
}
.no-flexbox [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .rh-image-embed-container > *, [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .no-flexbox .rh-image-embed-container > * {
  float: left;
}
.no-flexbox [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .rh-image-embed-container > *, [data-rh-misc~="redhat-logo-nav, redhat-logo-store"] .no-flexbox .rh-image-embed-container > * {
  margin-right: auto;
  margin-left: auto;
}

@media print {
  .rh-image-embed-container {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background: inherit;
  }
}
[data-rh-ratio=square] .rh-image-embed-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.no-flexbox [data-rh-ratio=square] .rh-image-embed-container, [data-rh-ratio=square] .no-flexbox .rh-image-embed-container {
  display: inline-block;
}
.no-flexbox [data-rh-ratio=square] .rh-image-embed-container > *, [data-rh-ratio=square] .no-flexbox .rh-image-embed-container > * {
  float: left;
}
.no-flexbox [data-rh-ratio=square] .rh-image-embed-container > *, [data-rh-ratio=square] .no-flexbox .rh-image-embed-container > * {
  margin-right: auto;
  margin-left: auto;
}

[data-rh-ratio*=x] .rh-image-embed-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
}
.no-flexbox [data-rh-ratio*=x] .rh-image-embed-container, [data-rh-ratio*=x] .no-flexbox .rh-image-embed-container {
  display: inline-block;
}
.no-flexbox [data-rh-ratio*=x] .rh-image-embed-container > *, [data-rh-ratio*=x] .no-flexbox .rh-image-embed-container > * {
  float: left;
}
.no-flexbox [data-rh-ratio*=x] .rh-image-embed-container > *, [data-rh-ratio*=x] .no-flexbox .rh-image-embed-container > * {
  margin-right: auto;
  margin-left: auto;
}

[data-rh-ratio=circle] .rh-image-embed-container {
  position: relative;
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  overflow: hidden;
}
[data-rh-ratio=circle] .rh-image-embed-container * {
  height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rh-image-embed-span {
  display: contents;
  background-repeat: no-repeat;
}

.rh-image-embed-link {
  display: block;
  position: relative;
}
.rh-image-embed-link:active, .rh-image-embed-link:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-image-embed-link:active, .rh-image-embed-link:focus {
  outline-color: #0066cc;
}

[data-rh-theme^=dark] .rh-image-embed-link:active, [data-rh-theme^=dark] .rh-image-embed-link:focus {
  outline-color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-link:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-link:focus {
  outline-color: #ffffff;
}

[data-rh-theme^=light] .rh-image-embed-link:active, [data-rh-theme^=light] .rh-image-embed-link:focus {
  outline-color: #0066cc;
}

@media print {
  .rh-image-embed-link::after {
    content: none !important;
  }
}
.rh-image-embed-link .rh-image-embed-link-button-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(41, 41, 41, 0.7);
  height: 64px;
  width: 64px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.rh-image-embed-link .rh-image-embed-link-button-inner {
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border-style: solid;
  border-width: 12px 0 10px 21px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 5px;
}
.rh-image-embed-link:hover .rh-image-embed-link-button-outer, .rh-image-embed-link:focus .rh-image-embed-link-button-outer {
  background-color: #292929;
  cursor: pointer;
}

.rh-image-embed-caption {
  font-family: RedHatText, Helvetica, Arial, sans-serif;
  font-family: var(--rh-font-family-body-text, RedHatText, Helvetica, Arial, sans-serif);
  line-height: 1.5;
  line-height: var(--pfe-theme--line-height, 1.5);
  font-size: 0.875rem;
  font-size: var(--pf-global--FontSize--sm, 0.875rem);
  margin: 0 0 16px;
}
.rh-image-embed-caption {
  color: #707070;
}

[data-rh-theme^=dark] .rh-image-embed-caption {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-image-embed-caption {
  color: #707070;
}

.rh-image-embed-caption a {
  text-decoration: none;
}
.rh-image-embed-caption a {
  color: #0066cc;
}

[data-rh-theme^=dark] .rh-image-embed-caption a {
  color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-caption a {
  color: #ffffff;
}

[data-rh-theme^=light] .rh-image-embed-caption a {
  color: #0066cc;
}

.rh-image-embed-caption a:active, .rh-image-embed-caption a:hover {
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
.rh-image-embed-caption a:active, .rh-image-embed-caption a:hover {
  color: #004080;
}

[data-rh-theme^=dark] .rh-image-embed-caption a:active, [data-rh-theme^=dark] .rh-image-embed-caption a:hover {
  color: #b9dafc;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-caption a:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-caption a:hover {
  color: #c7c7c7;
}

[data-rh-theme^=light] .rh-image-embed-caption a:active, [data-rh-theme^=light] .rh-image-embed-caption a:hover {
  color: #004080;
}

.rh-image-embed-caption a:active, .rh-image-embed-caption a:focus {
  outline-offset: 1px;
  outline-style: dotted;
  outline-width: 1px;
  text-decoration: none !important;
}
.rh-image-embed-caption a:active, .rh-image-embed-caption a:focus {
  outline-color: #0066cc;
}

[data-rh-theme^=dark] .rh-image-embed-caption a:active, [data-rh-theme^=dark] .rh-image-embed-caption a:focus {
  outline-color: #92c5f9;
}

[data-rh-theme^="dark desaturated"] .rh-image-embed-caption a:active, [data-rh-theme^="dark desaturated"] .rh-image-embed-caption a:focus {
  outline-color: #ffffff;
}

[data-rh-theme^=light] .rh-image-embed-caption a:active, [data-rh-theme^=light] .rh-image-embed-caption a:focus {
  outline-color: #0066cc;
}

[data-rh-theme~=desaturated] .rh-image-embed-caption a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.rh-image-embed-caption[data-rh-align~=left] {
  list-style-position: outside;
  text-align: left;
}

.rh-image-embed-caption[data-rh-align~=right] {
  text-align: right;
  list-style-position: inside;
}

.rh-image-embed-caption[data-rh-align~=center] {
  text-align: center;
  list-style-position: inside;
}
.rh-image-embed-caption[data-rh-align~=center] > ul {
  padding-left: 0;
}

@media (min-width: 0) and (max-width: 767px) {
  .rh-image-embed-caption[data-rh-align~=left-mobile] {
    list-style-position: outside;
    text-align: left;
  }
  .rh-image-embed-caption[data-rh-align~=right-mobile] {
    text-align: right;
    list-style-position: inside;
  }
  .rh-image-embed-caption[data-rh-align~=center-mobile] {
    text-align: center;
    list-style-position: inside;
  }
  .rh-image-embed-caption[data-rh-align~=center-mobile] > ul {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .rh-image-embed-caption[data-rh-align=left-desktop] {
    list-style-position: outside;
    text-align: left;
  }
  .rh-image-embed-caption[data-rh-align=right-desktop] {
    text-align: right;
    list-style-position: inside;
  }
}
.rh-image-embed-caption:last-child {
  margin-bottom: 0;
}
[data-rh-media-type=video] .rh-image-embed-caption {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background-color: #151515;
  color: #ffffff;
  --theme: dark;
  font-style: normal;
  padding: 4.5px 9px;
}

.rh-image-embed-caption[data-rh-align=bleed] {
  margin-bottom: 32px;
}