.careers-btn {
  background: #ffffff !important;
  color: #1c00ff !important;
  padding: 13px 20px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
  display: block !important;
  text-align: center !important;
  border: 1px solid white !important;
  width: 208px !important;
  height: 53px !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
  margin: 0 auto !important;
}
.careers-btn:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.roles-btn {
  background: #ffffff !important;
  color: #1c00ff !important;
  padding: 13px 20px !important;
  border-radius: 999px !important;
  text-decoration: none !important;
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 150% !important;
  letter-spacing: 0% !important;
  display: block !important;
  text-align: center !important;
  border: 1px solid white !important;
  width: 208px !important;
  height: 53px !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
}
.roles-btn:hover {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

/* Hero Section - Content flush against container, spacing controlled by page builder */
.CareersHeroElement {
  background: linear-gradient(270deg, #0202fe 0%, #010a83 100%);
  color: #fff;
  min-height: 936px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 100px 112px;
}
@media (max-width: 768px) {
  .CareersHeroElement {
    padding: 1% 1%;
    min-height: 700px;
  }
}
@media (max-width: 480px) {
  .CareersHeroElement {
    min-height: 600px;
  }
}
.CareersHeroElement.CareersHeroElement--fullscreen {
  width: 100%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
@media (max-width: 1200px) {
  .CareersHeroElement.CareersHeroElement--fullscreen .CareersHeroElement__overlay {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .CareersHeroElement.CareersHeroElement--fullscreen .CareersHeroElement__overlay {
    padding: 60px 20px;
  }
}
.CareersHeroElement .hero-bg,
.CareersHeroElement .CareersHeroElement__fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
}
.CareersHeroElement .hero-bg img,
.CareersHeroElement .hero-bg picture,
.CareersHeroElement .CareersHeroElement__fullscreen-bg img,
.CareersHeroElement .CareersHeroElement__fullscreen-bg picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.CareersHeroElement::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #0202fe 0%, #010a83 100%);
  z-index: 0;
}
.CareersHeroElement.has-background-image .hero-bg,
.CareersHeroElement.has-background-image .CareersHeroElement__fullscreen-bg {
  z-index: 1;
  background-color: transparent;
}
.CareersHeroElement .CareersHeroElement__overlay {
  position: relative;
  z-index: 10;
}
@media (max-width: 1200px) {
  .CareersHeroElement:not(.CareersHeroElement--fullscreen) {
    padding: 80px 40px;
    min-height: 800px;
  }
}
@media (max-width: 768px) {
  .CareersHeroElement:not(.CareersHeroElement--fullscreen) {
    padding: 60px 20px;
    min-height: 600px;
  }
}

/* Background decorative elements */
.CareersHeroElement .hero-background-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Webflow Hero Canvas - Global responsive enhancements */
.CareersHeroElement .header142_images-canvas {
  /* Prevent images from causing horizontal overflow */
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  inset: 0;
  /* Performance optimizations for mobile devices */
}
@media (max-width: 768px) {
  .CareersHeroElement .header142_images-canvas {
    /* Reduce complexity on mobile for better performance */
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
}
@media (max-width: 480px) {
  .CareersHeroElement .header142_images-canvas {
    /* Further optimize for small screens */
    will-change: auto;
  }
}

/* Ensure image wrappers stay within bounds */
.CareersHeroElement [class*=header142_image-wrapper] {
  max-width: 20% !important;
}
@media (max-width: 992px) {
  .CareersHeroElement [class*=header142_image-wrapper] {
    max-width: 18% !important;
  }
}
@media (max-width: 768px) {
  .CareersHeroElement [class*=header142_image-wrapper] {
    max-width: 16% !important;
  }
}
@media (max-width: 480px) {
  .CareersHeroElement [class*=header142_image-wrapper] {
    max-width: 14% !important;
  }
}

/* Enhance text readability across all screen sizes */
@media (max-width: 768px) {
  .CareersHeroElement .CareersHeroElement__labelbox {
    /* Ensure text has enough breathing room from floating images */
    z-index: 15;
    position: relative;
  }
  .CareersHeroElement .CareersHeroElement__labelbox h1, .CareersHeroElement .CareersHeroElement__labelbox h2, .CareersHeroElement .CareersHeroElement__labelbox h3, .CareersHeroElement .CareersHeroElement__labelbox .headline-lg {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  .CareersHeroElement .CareersHeroElement__labelbox p, .CareersHeroElement .CareersHeroElement__labelbox .font-md {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 480px) {
  .CareersHeroElement .CareersHeroElement__labelbox h1, .CareersHeroElement .CareersHeroElement__labelbox h2, .CareersHeroElement .CareersHeroElement__labelbox h3, .CareersHeroElement .CareersHeroElement__labelbox .headline-lg {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  }
}

/* Large blurred ellipse */
.CareersHeroElement .hero-ellipse {
  position: absolute;
  width: 1272px;
  height: 1272px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #0202fe 0%, #010a83 100%);
  filter: blur(100px);
  border-radius: 50%;
  opacity: 0.5;
}

/* Floating frames container */
.CareersHeroElement .floating-frames {
  position: absolute;
  top: 0;
  width: 1029px;
  height: 934px;
}

.CareersHeroElement .left-frames {
  left: 0;
}

.CareersHeroElement .right-frames {
  right: 0;
}

/* Individual floating frames */
.CareersHeroElement .frame {
  position: absolute;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  animation: floatAnimation 20s ease-in-out infinite;
}

@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.02);
  }
}
/* Alternate animation timing for variety */
.CareersHeroElement .frame:nth-child(even) {
  animation-delay: -10s;
  animation-duration: 25s;
}

.CareersHeroElement .frame:nth-child(3n) {
  animation-delay: -5s;
  animation-duration: 22s;
}

/* Left side frames - using placeholder images for now */
.CareersHeroElement .frame-1 {
  width: 90px;
  height: 130px;
  left: 51px;
  top: 567px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 130" fill="%23E8F0FF"><rect width="90" height="130" rx="24" fill="%23E8F0FF"/></svg>');
  opacity: 0.5;
}

.CareersHeroElement .frame-2 {
  width: 122px;
  height: 178px;
  left: -50px;
  top: 292px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122 178" fill="%23B6D4FF"><rect width="122" height="178" rx="24" fill="%23B6D4FF"/></svg>');
}

.CareersHeroElement .frame-3 {
  width: 122px;
  height: 178px;
  left: 256px;
  top: 427px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122 178" fill="%23FFE4E1"><rect width="122" height="178" rx="24" fill="%23FFE4E1"/></svg>');
}

.CareersHeroElement .frame-4 {
  width: 89px;
  height: 130px;
  left: 333px;
  top: 210px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 130" fill="%23E4D4FF"><rect width="89" height="130" rx="24" fill="%23E4D4FF"/></svg>');
}

.CareersHeroElement .frame-5 {
  width: 89px;
  height: 130px;
  left: 182px;
  top: 57px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 130" fill="%23D4E9FF"><rect width="89" height="130" rx="24" fill="%23D4E9FF"/></svg>');
}

.CareersHeroElement .frame-6 {
  width: 122px;
  height: 178px;
  left: 121px;
  top: 794px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122 178" fill="%23FFE9D4"><rect width="122" height="178" rx="24" fill="%23FFE9D4"/></svg>');
}

.CareersHeroElement .frame-7 {
  width: 99px;
  height: 145px;
  left: 404px;
  top: 738px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 99 145" fill="%23D4FFD4"><rect width="99" height="145" rx="24" fill="%23D4FFD4"/></svg>');
}

/* Right side frames */
.CareersHeroElement .frame-8 {
  width: 90px;
  height: 130px;
  right: 172px;
  top: 596px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 130" fill="%23FFD4FF"><rect width="90" height="130" rx="24" fill="%23FFD4FF"/></svg>');
  opacity: 0.25;
}

.CareersHeroElement .frame-9 {
  width: 122px;
  height: 178px;
  right: -36px;
  top: 289px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122 178" fill="%23FFB6E1"><rect width="122" height="178" rx="24" fill="%23FFB6E1"/></svg>');
}

.CareersHeroElement .frame-10 {
  width: 80px;
  height: 116px;
  right: 296px;
  top: 394px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 116" fill="%23FFD4B6"><rect width="80" height="116" rx="24" fill="%23FFD4B6"/></svg>');
  opacity: 0.5;
}

.CareersHeroElement .frame-11 {
  width: 89px;
  height: 130px;
  right: 184px;
  top: 112px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 130" fill="%23FFB6B6"><rect width="89" height="130" rx="24" fill="%23FFB6B6"/></svg>');
}

.CareersHeroElement .frame-12 {
  width: 89px;
  height: 130px;
  right: 42px;
  top: -51px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 89 130" fill="%23B6E1FF"><rect width="89" height="130" rx="24" fill="%23B6E1FF"/></svg>');
  opacity: 0.5;
}

.CareersHeroElement .frame-13 {
  width: 122px;
  height: 178px;
  right: 97px;
  top: 807px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122 178" fill="%23B6FFD4"><rect width="122" height="178" rx="24" fill="%23B6FFD4"/></svg>');
}

.CareersHeroElement .frame-14 {
  width: 99px;
  height: 145px;
  right: 366px;
  top: 661px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 99 145" fill="%23D4E9FF"><rect width="99" height="145" rx="24" fill="%23D4E9FF"/></svg>');
}

/* Hero content - Matching Figma design specifications */
.CareersHeroElement .hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 824px;
  margin: 0 auto;
}

.CareersHeroElement .hero-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.CareersHeroElement .hero-headline {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0%;
  width: 824px;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .CareersHeroElement .hero-headline {
    font-size: 64px;
    line-height: 72px;
    width: 750px;
  }
}
@media (max-width: 1200px) {
  .CareersHeroElement .hero-headline {
    font-size: 56px;
    line-height: 64px;
    width: 650px;
  }
}
@media (max-width: 992px) {
  .CareersHeroElement .hero-headline {
    font-size: 48px;
    line-height: 56px;
    width: 550px;
  }
}
@media (max-width: 768px) {
  .CareersHeroElement .hero-headline {
    font-size: 42px;
    line-height: 50px;
    width: 100%;
    max-width: 90%;
  }
}
@media (max-width: 580px) {
  .CareersHeroElement .hero-headline {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .CareersHeroElement .hero-headline {
    font-size: 32px;
    line-height: 38px;
  }
}

.CareersHeroElement .hero-description {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 824px;
  max-width: 100%;
}

.CareersHeroElement .hero-subheadline {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0%;
  width: 824px;
  max-width: 100%;
}

.CareersHeroElement .hero-cta {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}

.CareersHeroElement .hero-cta a {
  background: #ffffff;
  color: #1c00ff;
  padding: 8px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
  border: 1px solid #0000e5;
  width: 186px;
  height: 40px;
  justify-content: center;
}

.CareersHeroElement .hero-cta a:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.CareersHeroElement .headline-lg,
.CareersHeroElement h1, .CareersHeroElement h2, .CareersHeroElement h3 {
  font-family: "Figtree", sans-serif !important;
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  text-align: center !important;
  color: #ffffff !important;
  margin: 0;
  letter-spacing: 0%;
  max-width: 100%;
}
@media (max-width: 1400px) {
  .CareersHeroElement .headline-lg,
.CareersHeroElement h1, .CareersHeroElement h2, .CareersHeroElement h3 {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (max-width: 1200px) {
  .CareersHeroElement .headline-lg,
.CareersHeroElement h1, .CareersHeroElement h2, .CareersHeroElement h3 {
    font-size: 56px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .CareersHeroElement .headline-lg,
.CareersHeroElement h1, .CareersHeroElement h2, .CareersHeroElement h3 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 768px) {
  .CareersHeroElement .headline-lg,
.CareersHeroElement h1, .CareersHeroElement h2, .CareersHeroElement h3 {
    font-size: 42px;
    line-height: 50px;
    width: 100%;
    max-width: 90%;
  }
}
@media (max-width: 580px) {
  .CareersHeroElement .headline-lg,
.CareersHeroElement h1, .CareersHeroElement h2, .CareersHeroElement h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  .CareersHeroElement .headline-lg,
.CareersHeroElement h1, .CareersHeroElement h2, .CareersHeroElement h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.CareersHeroElement .font-md,
.CareersHeroElement .CareersHeroElement__labelbox-lower-text {
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  text-align: center !important;
  color: #ffffff !important;
  margin: 0 !important;
  letter-spacing: 0% !important;
  max-width: 100% !important;
}
.CareersHeroElement .CareersHeroElement__labelbox {
  max-width: 824px !important;
  margin: 0 auto !important;
  background: transparent !important;
}
.CareersHeroElement .CareersHeroElement__labelbox .CareersHeroElement__labelbox-upper {
  margin-bottom: 30px !important;
}
.CareersHeroElement .CareersHeroElement__labelbox .CareersHeroElement__labelbox-lower .CareersHeroElement__labelbox-lower-text {
  margin-bottom: 30px !important;
}
.CareersHeroElement .CareersHeroElement__labelbox .CareersHeroElement__cta {
  padding-top: 24px !important;
  display: flex !important;
  justify-content: center !important;
}

/* Custom row class to fix mobile alignment issues - replaces Bootstrap row conflicts */
.careers-row {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  min-height: inherit;
}
@media (max-width: 767.98px) {
  .careers-row {
    flex-direction: column;
    align-items: stretch;
  }
}
.careers-row .col-16, .careers-row [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}
@media (max-width: 767.98px) {
  .careers-row .col-16, .careers-row [class*=col-] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex: none !important;
    width: 100% !important;
  }
}

.CareersHeroElement .careers-row {
  height: 100%;
}
@media (max-width: 767.98px) {
  .CareersHeroElement .careers-row {
    min-height: 100vh;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .CareersHeroElement .CareersHeroElement__labelbox {
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 767.98px) {
  .CareersHeroElement .CareersHeroElement__overlay {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .CareersHeroElement .hero-text-wrapper,
.CareersHeroElement .hero-description {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
}

/* Role Categories Section - Content flush against container, spacing controlled by page builder */
.CareersRoleCategoriesElement {
  background: #ffffff;
}

.CareersRoleCategoriesElement .headline-lg {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.14;
  text-align: center;
  color: #101015;
  margin: 0 0 64px 0;
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .CareersRoleCategoriesElement .headline-lg {
    font-size: 42px;
    margin-bottom: 48px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .CareersRoleCategoriesElement .headline-lg {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.CareersRoleCategoriesElement .role-categories-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
  max-width: var(--site-max-width, 1672px);
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .CareersRoleCategoriesElement .role-categories-grid {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .CareersRoleCategoriesElement .role-categories-grid {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .CareersRoleCategoriesElement .role-categories-grid {
    gap: 16px;
  }
}

.CareersRoleCategoriesElement .role-category-card {
  width: 500.33px;
  height: 309px;
  padding: 64px 32px;
  background: #f5f5f5;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 1200px) {
  .CareersRoleCategoriesElement .role-category-card {
    width: 420px;
    height: 280px;
    padding: 48px 28px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .CareersRoleCategoriesElement .role-category-card {
    width: 100%;
    max-width: 500px;
    height: 260px;
    padding: 40px 24px;
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .CareersRoleCategoriesElement .role-category-card {
    height: 220px;
    padding: 32px 20px;
    border-radius: 16px;
  }
}

.CareersRoleCategoriesElement .role-category-card:hover {
  background: #e8e8e8;
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .CareersRoleCategoriesElement .role-category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }
}

.CareersRoleCategoriesElement .category-text {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.25;
  color: #1c00ff;
  text-align: left;
  align-self: flex-start;
  width: 100%;
}
@media (max-width: 1200px) {
  .CareersRoleCategoriesElement .category-text {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .CareersRoleCategoriesElement .category-text {
    font-size: 28px;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .CareersRoleCategoriesElement .category-text {
    font-size: 24px;
  }
}

.CareersRoleCategoriesElement .category-arrow,
.CareersRoleCategoriesElement .arrow-button {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
@media (max-width: 768px) {
  .CareersRoleCategoriesElement .category-arrow,
.CareersRoleCategoriesElement .arrow-button {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 480px) {
  .CareersRoleCategoriesElement .category-arrow,
.CareersRoleCategoriesElement .arrow-button {
    width: 28px;
    height: 28px;
  }
}

.CareersRoleCategoriesElement .category-arrow path,
.CareersRoleCategoriesElement .arrow-button svg path {
  transition: all 0.3s ease;
}

.CareersRoleCategoriesElement .role-category-card:hover .category-arrow path,
.CareersRoleCategoriesElement .role-category-card:hover .arrow-button svg path {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  .CareersRoleCategoriesElement .role-category-card:hover .category-arrow path,
.CareersRoleCategoriesElement .role-category-card:hover .arrow-button svg path {
    transform: translateX(2px);
  }
}

/* Old CareersVideoSectionElement styles removed - replaced with full-screen video implementation below */
.CareersPrinciplesElement .principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 767.98px) {
  .CareersPrinciplesElement .principles-grid {
    grid-template-columns: 1fr;
  }
}
.CareersPrinciplesElement .principle-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.CareersPrinciplesElement .principle-title {
  font-weight: 600;
  margin-bottom: 8px;
}

.CareersBenefitsElement .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

@media (max-width: 767.98px) {
  .CareersBenefitsElement .split {
    grid-template-columns: 1fr;
  }
}
.CareersBenefitsElement .panel {
  border-radius: 20px;
  padding: 20px;
  background: #f7f8fb;
}

.CareersBenefitsElement .panel.dei {
  background: #eaf0ff;
}

/* ===========================
   CareersCTASectionElement - Final CTA
   =========================== */
.CareersCTASectionElement {
  background: url("images/careers-cta/careers-cta-default-bg.jpg") center center/cover no-repeat;
  height: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.CareersCTASectionElement.careers-cta--fullscreen {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.CareersCTASectionElement.careers-cta--gradient {
  background: linear-gradient(180deg, #1B78FB 0%, #0000E5 100%);
}
.CareersCTASectionElement.careers-cta--gradient .careers-cta-headline {
  color: #FFFFFF !important;
}
.CareersCTASectionElement.careers-cta--gradient .careers-cta-link {
  background: none !important;
  color: #FFFFFF !important;
  border: none !important;
}
.CareersCTASectionElement.careers-cta--gradient .careers-cta-link svg path {
  stroke: #FFFFFF !important;
}
.CareersCTASectionElement.careers-cta--gradient .careers-cta-link:hover {
  color: #FFFFFF !important;
}
.CareersCTASectionElement.careers-cta--gradient .careers-cta-link:hover svg path {
  stroke: #FFFFFF !important;
}

.careers-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .careers-cta-content {
    gap: 40px;
  }
}

.careers-cta-headline {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  line-height: 1.1428571429;
  text-align: center;
  color: #101015;
  margin: 0;
}
@media (max-width: 1200px) {
  .careers-cta-headline {
    font-size: 40px;
    line-height: 1.14;
  }
}
@media (max-width: 768px) {
  .careers-cta-headline {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .careers-cta-headline {
    font-size: 24px;
  }
}

.careers-cta-button-wrapper {
  display: flex;
  justify-content: center;
}

.careers-cta-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
  color: #0012E7 !important;
  font-family: "Arial", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 1em !important;
  text-decoration: none !important;
  border: none !important;
  transition: all 0.3s ease !important;
  white-space: nowrap !important;
}
.careers-cta-link:hover {
  color: #0012E7 !important;
  text-decoration: none !important;
}
.careers-cta-link svg {
  width: 28px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.careers-cta-link:hover svg {
  transform: translateX(5px);
}

/* Featured Roles carousel */
.FeaturedRoles {
  position: relative;
}

.FeaturedRolesCarousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.FeaturedRolesCarousel::-webkit-scrollbar {
  height: 8px;
}

.FeaturedRolesCarousel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.FeaturedRoleCard {
  min-width: 280px;
  scroll-snap-align: start;
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.FeaturedRoles__controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 12px;
}

.FeaturedRoles__button {
  border: 1px solid #010a83;
  color: #010a83;
  background: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
}

.FeaturedRoles__button:hover {
  background: #010a83;
  color: #fff;
}

/* ===========================
   CareersVideoSectionElement
   =========================== */
.CareersVideoSectionElement {
  min-height: 600px;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}

.CareersVideoSectionElement__has-video {
  min-height: 80vh;
  padding: 0 !important;
  margin: 0 !important;
}

/* Full-screen video background - covers entire element */
.CareersVideoSectionElement__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.CareersVideoSectionElement__video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Content overlay positioned on top of video */
.CareersVideoSectionElement__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.CareersVideoSectionElement__overlay .container-fluid {
  width: 100%;
  max-width: var(--site-max-width, 1672px);
}

.CareersVideoSectionElement .video-section-content {
  text-align: center;
}

/* Video preview grid - overlaid on background video */
.video-previews {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 12px;
  max-width: 800px;
  position: relative;
  z-index: 3;
  padding-bottom: 3%;
  /* Maintain 5% from bottom on mobile */
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #000;
}

.video-thumbnail:hover,
.video-thumbnail.active {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.video-thumbnail.active {
  border: 3px solid #0000E5;
}

.video-thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

.video-thumbnail:hover .video-play-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.play-button {
  transition: transform 0.3s ease;
}

.video-thumbnail:hover .play-button {
  transform: scale(1.1);
}

.video-duration {
  display: none;
}

.video-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 12px 12px 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Mobile responsive */
@media (max-width: 767.98px) {
  .CareersVideoSectionElement__has-video {
    min-height: 40vh;
  }

  .CareersVideoSectionElement__overlay {
    padding: 20px 16px;
    padding-bottom: 3%;
  }

  .video-previews {
    margin-top: 24px;
    display: none;
  }

  .CareersVideoSectionElement.previews-visible .video-previews {
    display: block;
  }

  .CareersVideoSectionElement__video video,
.CareersVideoSectionElement__video iframe {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .CareersVideoSectionElement__has-video {
    min-height: 30vh;
  }
}
/* Mobile Video Toggle Button */
.video-mobile-toggle {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
  backdrop-filter: blur(10px);
}
.video-mobile-toggle:hover {
  background: rgba(0, 0, 0, 0.8);
}
.video-mobile-toggle:active {
  transform: scale(0.95);
}
.video-mobile-toggle .toggle-minus {
  display: none;
}
@media (min-width: 768px) {
  .video-mobile-toggle {
    display: none;
  }
}

.CareersVideoSectionElement.previews-visible .video-mobile-toggle .toggle-plus {
  display: none;
}
.CareersVideoSectionElement.previews-visible .video-mobile-toggle .toggle-minus {
  display: inline;
}

/* Careers Benefits Element - Content flush against container, spacing controlled by page builder */
.CareersBenefitsElement {
  margin: 80px 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement {
    margin: 60px 0 !important;
  }
}
.CareersBenefitsElement.careers-benefits--full-width {
  width: 100% !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  position: relative !important;
}
@media (min-width: 2400px) {
  .CareersBenefitsElement.careers-benefits--full-width {
    max-width: 2400px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.CareersBenefitsElement .careers-benefits__section {
  width: 100% !important;
}
.CareersBenefitsElement .careers-benefits__section--first, .CareersBenefitsElement .careers-benefits__section--second {
  margin: 0 !important;
  padding: 0 !important;
}
.CareersBenefitsElement .careers-benefits__content--split {
  display: flex !important;
  align-items: stretch !important;
  min-height: 652px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__content--split {
    flex-direction: column !important;
    min-height: auto !important;
    gap: 30px !important;
  }
}
.CareersBenefitsElement .careers-benefits__text-column,
.CareersBenefitsElement .careers-benefits__image-column {
  flex: 1 !important;
  width: 50% !important;
  margin: 0 !important;
  border: none !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__text-column,
.CareersBenefitsElement .careers-benefits__image-column {
    width: 100% !important;
  }
}
.CareersBenefitsElement .careers-benefits__text-column {
  display: flex !important;
  align-items: center !important;
  padding: 112px 0 !important;
  background-color: #ffffff !important;
}
@media (max-width: 1200px) {
  .CareersBenefitsElement .careers-benefits__text-column {
    padding: 80px 0 !important;
  }
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__text-column {
    padding: 40px 20px !important;
  }
}
.CareersBenefitsElement .careers-benefits__text-column--left {
  order: 1 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__text-column--left {
    order: 1 !important;
  }
}
.CareersBenefitsElement .careers-benefits__text-column--right {
  order: 2 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__text-column--right {
    order: 3 !important;
  }
}
.CareersBenefitsElement .careers-benefits__text-column--rounded-left {
  border-top-left-radius: 50px !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__text-column--rounded-left {
    border-top-left-radius: 25px !important;
  }
}
.CareersBenefitsElement .careers-benefits__image-column {
  position: relative !important;
  overflow: hidden !important;
}
.CareersBenefitsElement .careers-benefits__image-column--right {
  order: 2 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__image-column--right {
    order: 2 !important;
  }
}
.CareersBenefitsElement .careers-benefits__image-column--left {
  order: 1 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__image-column--left {
    order: 4 !important;
  }
}
.CareersBenefitsElement .careers-benefits__image-column--rounded-left {
  border-top-left-radius: 50px !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__image-column--rounded-left {
    border-top-left-radius: 25px !important;
  }
}
.CareersBenefitsElement .careers-benefits__image-column--rounded-right {
  border-bottom-right-radius: 50px !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__image-column--rounded-right {
    border-bottom-right-radius: 25px !important;
  }
}
.CareersBenefitsElement .careers-benefits__text-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 120px !important;
}
@media (max-width: 1200px) {
  .CareersBenefitsElement .careers-benefits__text-content {
    padding: 0 80px !important;
  }
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__text-content {
    padding: 0 40px !important;
  }
}
.CareersBenefitsElement .careers-benefits__headline {
  font-family: "Figtree", sans-serif !important;
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 1.167 !important;
  color: #101015 !important;
  margin: 0 0 16px 0 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__headline {
    font-size: 36px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
  }
}
@media (max-width: 480px) {
  .CareersBenefitsElement .careers-benefits__headline {
    font-size: 32px !important;
  }
}
.CareersBenefitsElement .careers-benefits__subheadline {
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  color: #3A3B3F !important;
  margin: 0 0 24px 0 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__subheadline {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
}
.CareersBenefitsElement .careers-benefits__text {
  font-family: "Figtree", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #3A3B3F !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__text {
    font-size: 16px !important;
  }
}
.CareersBenefitsElement .careers-benefits__text p {
  margin: 0 0 20px 0 !important;
}
.CareersBenefitsElement .careers-benefits__text p:last-child {
  margin-bottom: 0 !important;
}
.CareersBenefitsElement__cta-wrapper {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .CareersBenefitsElement__cta-wrapper {
    margin-top: 24px;
  }
}
.CareersBenefitsElement__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background-color: #0012E7;
  color: #ffffff;
  text-decoration: none;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.CareersBenefitsElement__cta:hover {
  background-color: #1C00FF;
  transform: translateY(-2px);
  text-decoration: none;
  color: #ffffff;
}
.CareersBenefitsElement__cta:focus {
  outline: 2px solid #0012E7;
  outline-offset: 2px;
}
.CareersBenefitsElement .careers-benefits__image-wrapper {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  min-height: 652px !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__image-wrapper {
    min-height: 400px !important;
    border-radius: 20px !important;
  }
}
.CareersBenefitsElement .careers-benefits__picture {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__picture {
    border-radius: 14px !important;
    overflow: hidden !important;
  }
}
.CareersBenefitsElement .careers-benefits__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__image {
    border-radius: 14px !important;
  }
}
@media (max-width: 768px) {
  .CareersBenefitsElement .careers-benefits__content--split .careers-benefits__text-column--rounded-left,
.CareersBenefitsElement .careers-benefits__content--split .careers-benefits__image-column--rounded-left {
    border-top-left-radius: 25px !important;
  }
  .CareersBenefitsElement .careers-benefits__content--split .careers-benefits__image-column--rounded-right {
    border-bottom-right-radius: 25px !important;
  }
  .CareersBenefitsElement .careers-benefits__section--first, .CareersBenefitsElement .careers-benefits__section--second {
    width: 100% !important;
    padding: 8px !important;
  }
}

/* Webflow-style Featured Roles Implementation - Content flush against container, spacing controlled by page builder */
.CareersFeaturedRolesElement {
  background: linear-gradient(180deg, #010A83 0%, #0202FE 100%);
}

.careers-featured-roles {
  display: flex;
  align-items: center;
}
.careers-featured-roles__content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.careers-featured-roles__header {
  text-align: center;
  margin-bottom: 4.5rem;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.careers-featured-roles__headline {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1.14;
  color: #FFFFFF;
  margin: 0 0 1.25rem 0;
}
@media (max-width: 991px) {
  .careers-featured-roles__headline {
    font-size: 3.25rem;
  }
}
@media (max-width: 767px) {
  .careers-featured-roles__headline {
    font-size: 2.5rem;
  }
}
.careers-featured-roles__subheadline {
  font-family: Figtree, sans-serif;
  font-weight: 400;
  line-height: 1.33;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
.careers-featured-roles__grid {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 991px) {
  .careers-featured-roles__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-auto-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .careers-featured-roles__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 479px) {
  .careers-featured-roles__grid {
    gap: 16px;
  }
}
.careers-featured-roles__card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex: 0 auto;
  width: 100%;
  min-width: 64px;
  max-width: none;
  height: 500px;
  min-height: 500px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.careers-featured-roles__card:focus-within, .careers-featured-roles__card:hover {
  min-width: 500px;
}
@media (max-width: 991px) {
  .careers-featured-roles__card {
    height: var(--featured-roles-card-height, 400px);
    min-height: var(--featured-roles-card-height, 400px);
    padding: 64px 24px;
  }
  .careers-featured-roles__card:focus-within, .careers-featured-roles__card:hover {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .careers-featured-roles__card {
    height: var(--featured-roles-card-height, 420px);
    min-height: var(--featured-roles-card-height, 420px);
    padding: 48px 24px;
  }
}
@media (max-width: 479px) {
  .careers-featured-roles__card {
    height: var(--featured-roles-card-height, 400px);
    min-height: var(--featured-roles-card-height, 400px);
    padding: 48px 24px;
  }
}
@media (max-width: 991px) {
  .careers-featured-roles__card:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .careers-featured-roles__card:last-child {
    grid-column: span 1;
  }
}
.careers-featured-roles__card-overlay {
  position: absolute;
  inset: 0;
  background-color: #111115a8;
  border-radius: 20px;
  z-index: 2;
  transition: background-color 400ms;
}
.careers-featured-roles__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .careers-featured-roles__card-content {
    display: none;
  }
}
.careers-featured-roles__card-title {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 4px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 991px) {
  .careers-featured-roles__card-title {
    font-size: 2.75rem;
  }
}
@media (max-width: 767px) {
  .careers-featured-roles__card-title {
    font-size: 2.25rem;
  }
}
.careers-featured-roles__reveal {
  position: relative;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}
@media (max-width: 991px) {
  .careers-featured-roles__reveal {
    display: flex !important;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .careers-featured-roles__reveal {
    padding: 40px 24px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 479px) {
  .careers-featured-roles__reveal {
    padding: 0;
  }
}
.careers-featured-roles__reveal-inner {
  width: 380px;
  min-width: 380px;
  height: auto;
}
@media (max-width: 991px) {
  .careers-featured-roles__reveal-inner {
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .careers-featured-roles__reveal-inner {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    max-width: 90%;
  }
}
.careers-featured-roles__reveal-heading {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1.1;
  color: #FFFFFF;
  margin: 0 0 1rem 0;
}
@media (max-width: 991px) {
  .careers-featured-roles__reveal-heading {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .careers-featured-roles__reveal-heading {
    font-size: 3.5rem;
    line-height: 1.1;
    text-align: left;
    margin: 0 0 0.75rem 0;
  }
}
.careers-featured-roles__reveal-text {
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0 0 1.5rem 0;
  max-width: 480px;
}
@media (max-width: 767px) {
  .careers-featured-roles__reveal-text {
    text-align: left;
    margin: 0 0 1.25rem 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .careers-featured-roles__reveal-inner .careers-btn {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media (min-width: 768px) {
  .careers-featured-roles__card:focus-within .careers-featured-roles__reveal, .careers-featured-roles__card:hover .careers-featured-roles__reveal {
    display: flex !important;
    animation: revealFadeIn 0.2s ease-in-out 0.2s both;
  }
}
.careers-featured-roles__card:focus-within .careers-featured-roles__card-content, .careers-featured-roles__card:hover .careers-featured-roles__card-content {
  display: none;
}

/* ==========================================
   CareersSecondaryModuleElement (Awards row) - Content flush against container
   ========================================== */
.CareersSecondaryModuleElement {
  display: flex;
  align-items: center;
  justify-content: center;
}
.CareersSecondaryModuleElement .awards-container {
  width: 1520px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CareersSecondaryModuleElement .awards-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  height: 100%;
  flex-wrap: nowrap;
  padding-right: 100px;
  padding-left: 100px;
}
.CareersSecondaryModuleElement .award-image {
  flex-shrink: 1;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.CareersSecondaryModuleElement .award-image img {
  filter: grayscale(20%) opacity(0.9);
  transition: all 0.3s ease;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 185px;
}
.CareersSecondaryModuleElement .award-image img:hover {
  filter: none;
  opacity: 1;
}

@media (max-width: 1600px) {
  .CareersSecondaryModuleElement .awards-container {
    width: 95%;
  }

  .CareersSecondaryModuleElement .awards-grid {
    gap: 80px;
  }

  .CareersSecondaryModuleElement .award-image {
    max-width: 250px;
  }

  .CareersSecondaryModuleElement .award-image img {
    max-height: 150px;
  }
}
@media (max-width: 1200px) {
  .CareersSecondaryModuleElement .awards-grid {
    gap: 60px;
  }

  .CareersSecondaryModuleElement .award-image {
    max-width: 200px;
  }

  .CareersSecondaryModuleElement .award-image img {
    max-height: 120px;
  }
}
@media (max-width: 992px) {
  .CareersSecondaryModuleElement .awards-container {
    height: auto;
    width: 100%;
  }

  .CareersSecondaryModuleElement .awards-grid {
    gap: 40px;
  }

  .CareersSecondaryModuleElement .award-image {
    max-width: 150px;
  }

  .CareersSecondaryModuleElement .award-image img {
    max-height: 100px;
  }
}
@media (max-width: 768px) {
  .CareersSecondaryModuleElement .awards-grid {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
  }

  .CareersSecondaryModuleElement .award-image {
    max-width: 120px;
  }

  .CareersSecondaryModuleElement .award-image img {
    max-height: 80px;
  }
}
@media (max-width: 480px) {
  .CareersSecondaryModuleElement .award-image {
    max-width: 100px;
  }

  .CareersSecondaryModuleElement .award-image img {
    max-height: 60px;
  }
}
@media (max-width: 768px) {
  .careers-featured-roles__card-overlay {
    background-color: #111115b4;
  }
}
.careers-featured-roles__card:focus-within .careers-featured-roles__card-overlay,
.careers-featured-roles__card:hover .careers-featured-roles__card-overlay {
  background-color: #111115d6;
}

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