/* scoped: si-careers-CareersCardsSection */

  .cards-section:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    width: 100%;
    height: 372px;
    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #701111 -42.07%, #D62121 100%);
    background-image:
      radial-gradient(circle, rgba(255,255,255,0.25) 1.5px, transparent 1.5px),
      linear-gradient(180deg, #701111 -42.07%, #D62121 100%);
    background-size: 22px 22px, 100% 100%;
    box-sizing: border-box;
  }

  .cards-wrapper:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    display: flex;
    gap: 52px;
    align-items: center;
  }

  .card:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    width: 328px;
    height: 212px;
    background: #FFFFFF;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 4px 29.5px 0px #00000029;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .card--offer:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    background: #FFFBE6;
  }

  .card-top-line:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    width: 100%;
    height: 4px;
    flex-shrink: 0;
  }

  .card-top-line--gold:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    background: #E5B840;
  }

  .card-top-line--red:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    background: #D62121;
  }

  .card-body:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    flex: 1;
    padding: 14px 22px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .card-title:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: #272727;
    margin: 0;
  }

  .card-underline:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    height: 4px;
    flex-shrink: 0;
  }

  .card-underline--gold:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    width: 132px;
    background: #FFC107;
  }

  .card-list:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
    padding-left: 18px;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .card-list li:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    padding-left: 2px;
  }

  .card-bottom:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    width: 100%;
    height: 17px;
    flex-shrink: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .card-bottom--gold:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    background: linear-gradient(90deg, #FFC107 0%, #997404 100%);
    box-shadow: 0px 8px 38.2px 0px #E5B840;
  }

  .card-underline--red:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    width: 132px;
    background: #D62121;
  }

  .card-bottom--red:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
    box-shadow: 0px 4px 69.2px 0px #D62121;
  }



  html.is-mobile .cards-section:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    width: 430px;
    height: 608px;
    padding: 80px 40px;
    box-sizing: border-box;
    gap: 52px;
  }

  html.is-mobile .cards-section .cards-wrapper:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    flex-direction: column;
    gap: 52px;
    align-items: center;
  }

  html.is-mobile .cards-section .card:where(.si-careers-CareersCardsSection, .si-careers-CareersCardsSection *){
    width: 328px;
    height: 212px;
  }
