/*========================================
=               Banner                   =
========================================*/

@media only screen and (min-width: 0rem) {
  #om-oss #banner-2286 {
    padding: var(--sectionPadding);
    padding-top: clamp(11.875rem, 25vw, 17.5rem);
    padding-bottom: 0rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #om-oss #banner-2286 .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #om-oss #banner-2286 .cs-int-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 600;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0 0 1rem;
    color: var(--white);
    position: relative;
  }
  #om-oss #banner-2286 .cs-text {
    text-align: inherit;
    margin-bottom: clamp(3.75rem, 7vw, 7.5rem);
    max-width: 43.75rem;
    color: var(--white);
  }
  #om-oss #banner-2286 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #om-oss #banner-2286 .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--dark);
    opacity: 0.72;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #om-oss #banner-2286 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
}

/*========================================
=               Medarbetare              =
========================================*/

@media only screen and (min-width: 0rem) {
  #meet-us-304 {
    padding: var(--sectionPadding);
  }
  #meet-us-304 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #meet-us-304 .cs-content {
    text-align: center;
    width: 100%;
    display: contents;
    flex-direction: column;
    align-items: center;
  }
  #meet-us-304 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--dark);
    position: relative;
  }
  #meet-us-304 .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--dark);
  }
  #meet-us-304 .cs-text {
    margin-bottom: clamp(3rem, 6vw, 4rem);
  }
  #meet-us-304 .cs-card-group {
    padding: 0;
    margin: 0 0 clamp(3rem, 6vw, 4rem) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
  }
  #meet-us-304 .cs-item {
    list-style: none;
    width: 100%;
    min-height: 18.875rem;
    position: relative;
    aspect-ratio: 1.08609272;
  }
  #meet-us-304 .cs-item:hover .cs-background img {
    transform: scale(1.1);
  }
  #meet-us-304 .cs-info {
    padding: 0.625rem 0;
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: clamp(0.75rem, 1.4vw, 1rem);
    left: clamp(0.75rem, 1.4vw, 1rem);
    right: clamp(0.75rem, 1.4vw, 1rem);
    z-index: 10;
  }
  #meet-us-304 .cs-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2em;
    margin: 0;
    display: block;
  }
  #meet-us-304 .cs-job {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: #000;
    display: block;
  }
  #meet-us-304 .cs-background {
    width: 100%;
    height: 100%;
    border-radius: 0.75rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #meet-us-304 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s;
    object-position: center 20%;
  }
}

/*======= TABLET 768px =======*/

@media only screen and (min-width: 48rem) {
  #meet-us-304 .cs-card-group {
    flex-direction: row;
    width: 100%;
  }
  #meet-us-304 .cs-item {
    aspect-ratio: 0.74172185;
    width: 100%;
    max-width: 19.0625rem;
  }
}

/*======= STÖRRE DESKTOP 1300px =======*/

@media only screen and (min-width: 81.25rem) {
  #meet-us-304 {
    text-align: left;
  }
  #meet-us-304 .cs-container {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
  }
  #meet-us-304 .cs-content {
    text-align: left;
    max-width: 19.0625rem;
    display: flex;
    align-items: flex-start;
  }
  #meet-us-304 .cs-text {
    text-align: left;
    margin-bottom: 2rem;
  }
  #meet-us-304 .cs-card-group {
    margin: 0;
  }
}

/*======= MOBIL MAX 768px =======*/

@media only screen and (max-width: 47.99rem) {
  #meet-us-304 .cs-item {
    height: 20rem;
  }
}
