@charset "UTF-8";
/* BC Capabilities Page Styles - ported from BigCommerce theme
   All values extracted from BC computed styles */
.rdc-diecut {
  --rdc-diecut-border: #d5dee5;
  --rdc-diecut-hero-start: #0b6c96;
  --rdc-diecut-hero-end: #074362;
  --rdc-diecut-muted: #ffffff;
  --rdc-diecut-card-shadow: 0 5px 5px 5px rgba(4, 82, 118, 0.15);
  color: #222222;
  font-family: 'Inter', sans-serif !important;
  line-height: 1.65;
  margin-top: -15px; }

.rdc-diecut *, .rdc-diecut h1, .rdc-diecut h2, .rdc-diecut h3, .rdc-diecut h4, .rdc-diecut p, .rdc-diecut span, .rdc-diecut a, .rdc-diecut label, .rdc-diecut button {
  box-sizing: border-box;
  font-family: 'Inter', sans-serif !important; }

.rdc-diecut h2, .rdc-diecut h3, .rdc-diecut h4, .rdc-diecut p {
  margin: 0;
  font-weight: 400; }

.rdc-diecut__section-inner {
  max-width: 1180px;
  margin: 0 auto; }

/* ── Hero ── */
.rdc-diecut__hero {
  position: relative;
  width: 100vw;
  max-height: 255px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: radial-gradient(circle at 50% 0%, #05bfe6 0%, #0295c8 0%, #006e9f 30%, #00507b 100%);
  color: #ffffff;
  padding: clamp(40px, 10vw, 70px) clamp(20px, 6vw, 60px) clamp(100px, 26vw, 100px);
  isolation: isolate; }

.rdc-diecut__hero-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(32px, 6vw, 80px);
  align-items: flex-start; }

.rdc-diecut__hero-content {
  max-width: 560px; }

.rdc-diecut__title {
  font-size: 49px;
  color: #ffffff;
  font-weight: 300 !important;
  white-space: nowrap;
  margin: 0;
  letter-spacing: -0.75px; }

.rdc-diecut__subtitle {
  font-size: 20px;
  color: #ffffff;
  font-weight: 300 !important;
  white-space: normal;
  line-height: 1.7;
  margin-bottom: 12px; }

@media (min-width: 801px) {
  .rdc-diecut__subtitle {
    white-space: nowrap; } }
/* ── Sections ── */
.rdc-diecut__section {
  padding: clamp(56px, 10vw, 96px) clamp(20px, 6vw, 60px);
  background: #ffffff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

#rdc-carousel-section {
  padding: 96px 60px !important; }

.rdc-diecut__section--muted {
  background: var(--rdc-diecut-muted);
  padding: clamp(0px, 10vw, 0px) clamp(20px, 6vw, 48px); }

.rdc-diecut__section--muted--compact {
  padding: clamp(32px, 8vw, 64px) clamp(20px, 6vw, 60px);
  margin-bottom: 0; }

.rdc-diecut__section--gray {
  background: #f0f3f6 !important;
  /* BC: #f0f3f6 */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 48px 36px; }

.rdc-diecut__section--compact {
  padding: clamp(28px, 6vw, 48px) clamp(16px, 5vw, 36px); }

.rdc-diecut__section--compact .rdc-diecut__section-title {
  font-size: 1.5rem;
  margin-bottom: 18px; }

/* ── Body text ── */
.rdc-diecut__body {
  font-size: 16px;
  margin-bottom: 18px;
  color: #222222;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  letter-spacing: -0.3px !important; }

/* ── Split layout ── */
.rdc-diecut__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 72px); }

.rdc-diecut__split--reverse .rdc-diecut__media {
  order: -1; }

.rdc-diecut__split-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start; }

/* ── Media ── */
.rdc-diecut__media {
  border-radius: 5px;
  min-height: 280px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.rdc-diecut__media img.rdc-diecut__media-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
  border: none; }

/* ── Section headings ── */
.rdc-diecut__section-heading {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  margin-bottom: clamp(24px, 6vw, 20px); }

.rdc-diecut__section-heading .rdc-diecut__section-title,
.rdc-diecut__section-title {
  margin-bottom: 8px;
  font-weight: 300 !important;
  /* BC: 300 */
  font-size: 33.25px;
  /* BC computed */
  color: #222222;
  letter-spacing: -0.75px;
  line-height: 1.2; }

.rdc-diecut__section-title--small {
  font-size: clamp(28px, 4vw, 33.25px);
  line-height: 1.2; }

/* ── Tabs ── */
.rdc-diecut__tabs {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: var(--rdc-diecut-card-shadow);
  padding: clamp(24px, 5vw, 48px);
  position: relative; }

.rdc-diecut__tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.rdc-diecut__tab-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-bottom: 24px; }

.rdc-diecut__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid var(--rdc-diecut-border);
  padding: 12px 18px;
  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: -0.3px !important;
  line-height: 1.2 !important;
  text-align: center;
  color: #006994;
  cursor: pointer;
  background: #f5f8fb;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease; }

.rdc-diecut__tab:hover {
  background: #E6F2F8;
  border-color: #006994;
  color: #006994; }

.rdc-diecut__tab--active,
.rdc-diecut__tab--active:hover {
  background: #E6F2F8 !important;
  color: #006994 !important;
  border-color: #006994 !important; }

.rdc-diecut__tab-panels {
  position: relative; }

.rdc-diecut__tab-panel {
  display: none; }

.rdc-diecut__tab-panel-inner {
  border: 1px solid var(--rdc-diecut-border);
  border-radius: 5px;
  padding: clamp(18px, 4vw, 36px);
  background: #f9fbfd; }

.rdc-diecut__tab-panel-inner h3 {
  margin-bottom: 12px;
  font-size: 21px !important;
  color: #222222;
  letter-spacing: -0.3px !important;
  font-weight: 500 !important; }

.rdc-diecut__tab-panel-inner p {
  font-size: 15.75px !important;
  color: #222222;
  margin-bottom: 12px;
  font-weight: 400 !important;
  line-height: 1.5 !important; }

/* ── Links ── */
.rdc-diecut__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600 !important;
  font-size: 15.75px !important;
  text-decoration: none;
  color: #006994;
  /* BC: rgb(0,105,148) */
  letter-spacing: -0.3px; }

.rdc-diecut__link:hover {
  color: #004d6b; }

/* ── Process cards (Partner With Us) ── BC exact values */
.rdc-diecut .process-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }

.rdc-diecut .process-card,
.rdc-diecut .process-card-2 {
  display: flex;
  flex-direction: row !important;
  gap: 24px;
  align-items: stretch;
  background: #f7f8f9 !important;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.rdc-diecut .process-card:hover,
.rdc-diecut .process-card-2:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

.rdc-diecut .process-card .process-info {
  order: 1 !important;
  flex: 1;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important; }

.rdc-diecut .process-card img {
  order: 2 !important;
  width: 180px;
  min-height: 100%;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0; }

.rdc-diecut .process-card-2 .process-info {
  order: 2 !important;
  flex: 1;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important; }

.rdc-diecut .process-card-2 img {
  order: 1 !important;
  width: 180px;
  min-height: 100%;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0; }

.rdc-diecut .process-info h3 {
  font-size: 21px !important;
  /* BC: 21px */
  color: #222;
  margin-bottom: 8px;
  font-weight: 300 !important;
  /* BC: 300 */
  letter-spacing: -0.3px !important; }

.rdc-diecut .process-info p {
  font-size: 14px !important;
  /* BC: 14px */
  color: #222;
  margin-bottom: 8px;
  line-height: 1.7 !important;
  /* BC: 23.8px / 14px ≈ 1.7 */
  font-weight: 300 !important;
  /* BC: 300 */
  flex: 0 0 auto !important;
  /* Prevent expanding in flex column */ }

.rdc-diecut .process-info .highlight {
  font-size: 14px !important;
  /* BC: 14px */
  color: #222222;
  /* BC: rgb(34,34,34), NOT teal */
  font-weight: 300 !important;
  /* match paragraph */
  display: block;
  margin-bottom: 8px;
  line-height: 1.7 !important;
  /* match paragraph */
  flex: 0 0 auto !important;
  /* Prevent expanding in flex column */ }

.rdc-diecut .process-info .btn-link,
.rdc-diecut .process-info .cap-btn-link {
  font-weight: 600 !important;
  color: #006994 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  letter-spacing: -0.3px;
  margin-top: auto !important;
  /* Push to bottom of flex column */ }

.rdc-diecut .process-info .btn-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.rdc-diecut .process-info .btn-link:hover {
  color: #004d6b; }

/* ── Reason grid (Why Choose) ── BC exact values */
.rdc-diecut__reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 4vw, 28px); }

.rdc-diecut__reason-grid--compact {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 48px 64px;
  text-align: center; }

.rdc-diecut__reason-grid--compact .rdc-diecut__reason {
  background: transparent;
  border: none;
  padding: 0; }

.rdc-diecut__reason-grid--compact .rdc-diecut__reason h3 {
  font-size: 18px;
  /* BC: 18px */
  margin-bottom: 8px;
  color: #222222;
  font-weight: 400 !important;
  /* BC: 400 */
  letter-spacing: -0.3px !important; }

.rdc-diecut__reason-grid--compact .rdc-diecut__reason p {
  font-size: 15px;
  /* BC: 15px */
  line-height: 1.7;
  /* BC: 1.7 */
  color: #222222;
  text-align: center;
  font-weight: 400 !important;
  /* BC: 400 */ }

.rdc-diecut__reason {
  background: #ffffff;
  border-radius: 5px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--rdc-diecut-border); }

.rdc-diecut__reason h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300 !important;
  letter-spacing: -0.3px !important; }

.rdc-diecut__reason p {
  color: #222222;
  font-size: 16px;
  text-align: left;
  font-weight: 300 !important; }

/* ── More Than Just (icons grid) ── */
.rdc-diecut__more {
  padding: 84px 0;
  /* BC: 84px 0px */
  background: #ffffff;
  /* BC: rgb(255,255,255) */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.rdc-diecut__more__layout {
  display: flex;
  align-items: center;
  gap: clamp(32px, 5vw, 60px);
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(20px, 6vw, 60px); }

.rdc-diecut__more__header {
  flex: 1 1 300px;
  min-width: 260px; }

.rdc-diecut__more__intro {
  font-size: 16px;
  color: #222;
  line-height: 1.6;
  margin-top: 16px;
  font-weight: 300 !important; }

.rdc-diecut__more__grid {
  display: flex !important;
  flex-direction: row !important;
  gap: clamp(16px, 3vw, 40px);
  flex-wrap: wrap;
  justify-content: center; }

.rdc-diecut__more-card-2 {
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 12px;
  padding: 20px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  min-width: 140px;
  max-width: 180px;
  transition: transform 0.2s ease, box-shadow 0.2s ease; }

.rdc-diecut__more-card-2:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); }

.rdc-diecut__more-card__icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center; }

.rdc-diecut__more-card__icon-wrapper img {
  max-width: 64px !important;
  max-height: 64px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain; }

.rdc-diecut__more-card__title {
  font-size: 13px !important;
  color: #222 !important;
  font-weight: 500 !important;
  text-align: center;
  margin: 0;
  letter-spacing: -0.3px !important;
  line-height: 1.6 !important; }

/* ── CTA ── */
.rdc-precut__cta {
  --cta-height: clamp(220px, 40vw, 320px);
  --right-circle-size: clamp(320px, 38vw, 620px);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #006994;
  color: #ffffff;
  text-align: center;
  min-height: var(--cta-height);
  max-height: 320px;
  padding: 70px 14px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center; }

.rdc-precut__cta::before,
.rdc-precut__cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #00aed1;
  pointer-events: none;
  z-index: -1; }

.rdc-precut__cta::before {
  height: 100%;
  width: auto;
  aspect-ratio: 1 / 1;
  top: 0;
  left: 0;
  transform: translate(-60%, 0); }

.rdc-precut__cta::after {
  width: var(--right-circle-size);
  height: var(--right-circle-size);
  right: calc(var(--right-circle-size) * -0.5);
  bottom: calc(var(--right-circle-size) * -0.5); }

.rdc-precut__cta-inner {
  max-width: 520px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  position: relative;
  z-index: 1; }

.rdc-precut__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  font-weight: 400 !important;
  line-height: 1.5 !important; }

.rdc-precut__cta-inner-bottom {
  font-size: 36px;
  font-weight: 300 !important;
  color: #fff;
  margin: 0; }

.rdc-precut__btn {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  background: #fff;
  color: #006994 !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  text-decoration: none !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }

.rdc-precut__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  background: #f2f7fb;
  color: #006994 !important;
  text-decoration: none !important; }

/* ── Carousel ── */
.rdc-diecut__carousel-wrapper {
  position: relative;
  padding: 0 60px;
  margin-top: 50px;
  margin-bottom: 30px; }

.rdc-diecut__image-card-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0; }

.rdc-diecut__image-card-carousel::-webkit-scrollbar {
  display: none; }

.rdc-diecut__carousel-btn {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10;
  border: none;
  background: #006994;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease; }

.rdc-diecut__carousel-btn:hover {
  background: #005080;
  transform: translateY(-50%) scale(1.1); }

.rdc-diecut__carousel-btn--prev {
  left: 0; }

.rdc-diecut__carousel-btn--next {
  right: 0; }

.rdc-diecut__image-item {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease; }

.rdc-diecut__image-item:hover {
  transform: translateY(-8px); }

.rdc-diecut__image-item:hover .rdc-diecut__image-label {
  color: #006994; }

.rdc-diecut__image-card {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 24px; }

.rdc-diecut__image-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.rdc-diecut__image-label {
  font-weight: 600 !important;
  font-size: 16px;
  text-align: center;
  color: #222;
  transition: color 0.3s ease;
  margin: 0; }

/* ── "More Than Just" section title ── */
.aerospace-section-title {
  font-size: 33.25px;
  /* BC computed */
  font-weight: 300 !important;
  /* BC: 300 */
  color: #222;
  letter-spacing: -0.75px;
  line-height: 1.2;
  margin: 0 0 16px 0 !important;
  text-align: left; }

.bc-aerospace-more__intro {
  color: #222222;
  margin: 0 0 10.5px 0;
  font-size: 16px !important;
  /* BC: 16px */
  line-height: 1.5;
  letter-spacing: -0.3px;
  max-width: 420px;
  margin-top: 16px;
  font-weight: 400 !important; }

/* ── Carousel heading ── */
.rdc-diecut__section-heading--compact {
  margin-bottom: clamp(24px, 6vw, 20px);
  text-align: center; }

.rdc-diecut__section-heading--compact .rdc-diecut__section-title {
  margin-bottom: 8px;
  font-weight: 300 !important;
  font-size: 33.25px;
  color: #222;
  letter-spacing: -0.75px; }

.rdc-diecut__single-line {
  white-space: nowrap;
  font-size: 15px;
  max-width: 100%;
  font-weight: 400 !important; }

@media (max-width: 1200px) {
  .rdc-diecut__single-line {
    white-space: normal; } }
/* ── Responsive ── */
@media (max-width: 900px) {
  .rdc-diecut__split {
    grid-template-columns: 1fr; }

  .rdc-diecut__media {
    order: initial; }

  .rdc-diecut .process-card,
  .rdc-diecut .process-card-2 {
    flex-direction: column; }

  .rdc-diecut .process-card img,
  .rdc-diecut .process-card-2 img {
    width: 100%;
    height: 200px; }

  .rdc-diecut__carousel-wrapper {
    padding: 0 20px; } }
@media (max-width: 800px) {
  .rdc-diecut__image-card-carousel {
    grid-auto-columns: calc((100% - 16px) / 2); } }
@media (max-width: 768px) {
  .rdc-diecut__hero {
    text-align: center; }

  .rdc-diecut__hero-content {
    margin: 0 auto; }

  .rdc-diecut__title {
    font-size: 32px; }

  .rdc-diecut .process-row {
    grid-template-columns: 1fr; }

  .rdc-diecut__reason-grid {
    grid-template-columns: 1fr; }

  .rdc-diecut__more__layout {
    flex-direction: column;
    text-align: center; }

  .rdc-diecut__carousel-btn {
    display: none; } }
@media (max-width: 550px) {
  .rdc-diecut__image-card-carousel {
    grid-auto-columns: 100%; } }
/* ── Custom Cards and Grids (From BC parity) ── */
.rdc-diecut__card-grid {
  display: grid;
  gap: clamp(20px, 5vw, 32px); }

.rdc-diecut__card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

@media (max-width: 768px) {
  .rdc-diecut__card-grid--two {
    grid-template-columns: 1fr; } }
.rdc-diecut__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%; }

.rdc-diecut__card-link .rdc-diecut__card {
  height: 100%; }

.rdc-diecut__card-link:hover {
  text-decoration: none; }

.rdc-diecut__card-link:hover .rdc-diecut__card {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); }

.rdc-diecut__section--muted--compact-2 {
  padding: clamp(48px, 6vw, 72px) clamp(20px, 6vw, 60px);
  background-color: #ffffff; }

.rdc-diecut__card:not(.rdc-diecut__card--split) .rdc-diecut__media--card {
  width: 64px;
  height: 64px;
  margin: 0 0 12px 0;
  border-radius: 5px;
  overflow: hidden;
  align-self: flex-start; }

.rdc-diecut__card:not(.rdc-diecut__card--split) .rdc-diecut__media--card img {
  object-fit: contain;
  width: 100%;
  height: 100%; }

.rdc-diecut__card {
  --card-pad: clamp(24px, 4vw, 32px);
  background: #ffffff;
  padding: var(--card-pad);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
  border: 1px solid #f0f3f5;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 5px; }

.rdc-diecut__card h3 {
  font-size: 22px;
  color: #222222;
  letter-spacing: -0.75px; }

.rdc-diecut__card p {
  color: #222222;
  font-size: 16px;
  flex: 1;
  font-weight: 300; }

.rdc-diecut__card.rdc-diecut__card--split {
  --card-pad: clamp(18px, 3vw, 26px);
  flex-direction: row;
  align-items: stretch;
  gap: clamp(18px, 3vw, 32px);
  background: #f7f8f9;
  border-radius: 5px; }

.rdc-diecut__card.rdc-diecut__card--split .rdc-diecut__card-content {
  order: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px; }

.rdc-diecut__card.rdc-diecut__card--split h3 {
  margin: 0;
  font-size: 22px;
  color: #222222;
  white-space: nowrap; }

.rdc-diecut__card.rdc-diecut__card--split p {
  margin: 0;
  line-height: 1.55;
  color: #222222;
  flex: initial;
  /* Override global .rdc-diecut__card p { flex:1 } so link aligns to bottom */ }

.rdc-diecut__card.rdc-diecut__card--split .rdc-diecut__link {
  font-weight: 600;
  color: #006994;
  letter-spacing: -0.3px;
  margin-top: auto; }

.rdc-diecut__card.rdc-diecut__card--split .rdc-diecut__media--card {
  order: 2;
  margin: 0;
  width: 42%;
  max-width: 320px;
  min-height: 200px;
  height: 100%;
  border-radius: 5px; }

.rdc-diecut__card.rdc-diecut__card--split .rdc-diecut__media--card img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover; }

@media (max-width: 900px) {
  .rdc-diecut__card.rdc-diecut__card--split {
    flex-direction: column;
    align-items: flex-start; }

  .rdc-diecut__card.rdc-diecut__card--split .rdc-diecut__media--card {
    order: 1;
    width: 100%;
    max-width: none;
    min-height: 180px; }

  .rdc-diecut__card.rdc-diecut__card--split .rdc-diecut__card-content {
    order: 2;
    width: 100%; } }

/*# sourceMappingURL=bc_capabilities.css.map */
