/* --------------------------------------------------------------
   Company page
-------------------------------------------------------------- */
.sb_instagram_header {
    display: none
}
 .company-page {
    overflow: hidden;
}

 .company-section-title,
 .company-team-group__title,
 .company-about__title,
 .company-join__title,
 .company-hero__title,
 .company-member__name,
 .company-modal__name {
    font-family: "Pharma", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

/* --------------------------------------------------------------
   Company hero
-------------------------------------------------------------- */

 .company-hero {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 700px;
    padding-top: 35px;
    overflow: hidden;
}

 .company-hero__media,
 .company-hero__background,
 .company-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 700px;
}

 .company-hero__media {
    z-index: 0;
}

 .company-hero__background,
 .company-hero__video {
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

 .company-hero__container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    padding-left: calc(16.6666667% + 15px);
    padding-right: calc(16.6666667% + 15px);
}

 .company-hero__card {
    width: 555px;

    padding: 46px 42px 50px;
    background: rgba(15, 10, 38, 0.88);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

 .company-hero__title {
    margin: 0;
    font-size: 50px;
    line-height: 1.02;
    color: #f7f5ff;
}

 .company-hero__title span {
    display: block;
    color: #31bec5;
}

 .company-hero__text {
    max-width: 455px;
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.55;
    color: #f7f5ff;
}

 .company-hero__button,
 .company-join__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 60px;
    margin-top: 30px;
    padding: 0 34px;
    color: #110c22;
    background: #31bec5;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}
.company-hero__button:hover, .company-join__button:hover {
    background-color: #279093;

}

/* --------------------------------------------------------------
   About Turbine
-------------------------------------------------------------- */

 .company-about {
    position: relative;
    padding: 150px 0 140px 0;
}

 .company-about__inner {
    position: relative;
    display: grid;
    grid-template-columns: 390px 1fr;
    gap: 70px;
    max-width: 1050px;
    min-height: 430px;
    margin: 0 auto;
    align-items: start;
}

 .company-about__inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -132px;
    left: 55%;
    width: 967px;
    height: 723px;
    background: url("../images/ket_kor_pottyos.png") center center / 967px 723px no-repeat;
    transform: translateX(-50%);
    pointer-events: none;
}

 .company-about__intro,
 .company-about__text {
    position: relative;
    z-index: 1;
}

 .company-about__intro {
    text-align: right;
}

 .company-about__title {
    margin: 0;
    font-size: 50px;
    line-height: 0.98;
    color: #31bec5;
}

 .company-about__lead {
    margin-top: 30px;
    font-size: 30px;
    font-style: italic;
    line-height: 1.28;
    color: #31bec5;
}

 .company-about__text {
    font-size: 18px;
    line-height: 1.5;
    color: #f7f5ff;
}

 .company-about__text p {
    margin: 0 0 28px;
    font-size: 20px
}

 .company-about__text p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------
   Working at Turbine
-------------------------------------------------------------- */

 .company-working {
    padding: 0 0 0;
}

 .company-working__title,
 .company-section-title {
    margin: 0 0 65px;
    color: #31bec5;
    font-size: 50px;
    line-height: 1.05;
    text-align: center;
}

 .company-working__feed {
    width: 100%;
    overflow: hidden;
}

 .company-working__feed > * {
    margin-left: auto;
    margin-right: auto;
}

/* --------------------------------------------------------------
   Join our team
-------------------------------------------------------------- */

 .company-join {
    position: relative;
    height: 630px;
    min-height: 630px;
    background-image: url("../images/join_our_team_bg.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1920px 630px;
    margin-top: 150px;
    margin-bottom: 80px
}

 .company-join__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 630px;
    min-height: 630px;
}

 .company-join__inner {
    display: grid;
    grid-template-columns: 150px 290px;
    width: 478px;
    align-items: center;
    gap: 38px;
}

 .company-join__title {
    margin: 0;
    font-size: 50px;
    line-height: 0.94;
    text-align: right;
    color: #f7f5ff;
}

 .company-join__text {
    font-size: 20px;
    line-height: 1.5;
    color: #f7f5ff;
}

 .company-join__button {
    min-width: 0;
    height: 44px;
    margin-top: 17px;
    padding: 0 34px;
    font-size: 12px;
}

/* --------------------------------------------------------------
   Team grid
-------------------------------------------------------------- */

 .company-team {
    padding: 70px 0 115px 0;
}

 .company-team__inner {
    margin-left: calc(16.6666667% - 15px);
    margin-right: calc(16.6666667% - 15px);
}

 .company-team-group + .company-team-group {
    margin-top: 102px;
}

 .company-team-group__title {
    margin: 0 0 52px;
    font-size: 50px;
    line-height: 1;
}

 .company-team-group--leadership .company-team-group__title,
 .company-team-group--leadership .company-member__name,
 .company-team-group--leadership .company-member__read-more {
    color: #31bec5;
}

 .company-team-group--board .company-team-group__title,
 .company-team-group--board .company-member__name {
    color: #9e5ba6;
}

 .company-team-group--advisors .company-team-group__title,
 .company-team-group--advisors .company-member__name {
    color: #ff625f;
}

 .company-team-grid {
    display: grid;
    align-items: start;
}

 .company-team-grid--leadership {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 60px;
}

 .company-team-grid--board,
 .company-team-grid--advisors {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 35px;
    row-gap: 50px;
}

 .company-member,
 .company-member__trigger {
    width: 100%;
}

 .company-member__trigger {
    display: block;
    margin: 0;
    padding: 0;
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

 .company-member__trigger:focus-visible {
    outline: 2px solid #31bec5;
    outline-offset: 8px;
    border-radius: 10px;
}

 .company-member__image-wrap,
 .company-member__image,
 .company-member__image--placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

 .company-member__image-wrap {
    overflow: hidden;
    border-radius: 10px;
}

 .company-member__image {
    object-fit: cover;
    transition: transform .35s ease;
}

 .company-member__image--placeholder {
    background: #3b3b3b;
}

 .company-member__trigger:hover .company-member__image:not(.company-member__image--placeholder) {
    transform: scale(1.025);
}

 .company-member__name {
    display: block;
    margin-top: 30px;
    font-size: 30px;
    line-height: 1.05;
}

 .company-member__name small,
 .company-modal__name small {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    vertical-align: baseline;
}

 .company-member__role,
 .company-member__read-more {
    display: block;
   line-height: 1.7

}

 .company-member__role {
    margin-top: 15px;
    color: #f7f5ff;
}

 .company-member__read-more {
    margin-top: 1px;
    color: #31bec5;
}

/* --------------------------------------------------------------
   Member modal
-------------------------------------------------------------- */

body.company-modal-open {
    overflow: hidden;
}

 .company-modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility 0s linear .28s;
}

 .company-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

 .company-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 10, 38, 0.93);
}

 .company-modal__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 48px;
    width: min(1060px, 100%);
    max-height: calc(100vh - 80px);
    padding: 58px 58px 58px 60px;
    overflow: auto;
    background: #191833;
    border-radius: 10px;
    outline: none;
}

 .company-modal__close {
    position: absolute;
    top: 27px;
    right: 28px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

 .company-modal__close::before,
 .company-modal__close::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 2px;
    width: 30px;
    height: 2px;
    background: #31bec5;
}

 .company-modal__close::before {
    transform: rotate(45deg);
}

 .company-modal__close::after {
    transform: rotate(-45deg);
}

 .company-modal__image-wrap {
    position: relative;
    align-self: start;
}

 .company-modal__image,
 .company-modal__image--placeholder {
    display: block;
    width: 330px;
    height: 330px;
    border-radius: 10px;
}

 .company-modal__image {
    object-fit: cover;
}

 .company-modal__image--placeholder {
    background: #3b3b3b;
}

 .company-modal__linkedin {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #191833;
    border-radius: 8px;
}

 .company-modal__linkedin img {
    width: 30px;
    height: 30px;
}

 .company-modal__content {
    padding-top: 13px;
    padding-right: 10px;
}

 .company-modal__name {
    margin: 0;
    color: #31bec5;
    font-size: 30px;
    line-height: 1.05;
}

 .company-modal__role {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.5;
    color: #f7f5ff;
}

 .company-modal__bio {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.6;
    color: #f7f5ff;
}

 .company-modal__bio p {
    margin: 0 0 18px;
}

 .company-modal__bio p:last-child {
    margin-bottom: 0;
}

/* --------------------------------------------------------------
   Partner logos
-------------------------------------------------------------- */
 .company-partners {
    width: 100%;
    padding-top: 65px;
    padding-bottom: 65px;
   
    border-top: 1px solid #1c485c;
      position: relative;
       overflow: hidden;
}
.company-partners-content {
     position: relative;
    margin-left: calc(16.6666667% - 15px);
  margin-right: calc(16.6666667% - 15px);

}

 .company-partners .company-partners-content::before,
 .company-partners .company-partners-content::after {
    content: "";
    position: absolute;
    top: -40px;
    bottom: -40px;
    width: 120px;
    z-index: 10;
    pointer-events: none;
}

 .company-partners .company-partners-content::before {
    left: 0;
    background: linear-gradient(
        90deg,
       rgba(15, 10, 38, 1) 0%,
       rgba(15, 10, 38, 0) 100%
    );
}

 .company-partners .company-partners-content::after {
    right: 0;
    background: linear-gradient(
        270deg,
       rgba(15, 10, 38, 1) 0%,
       rgba(15, 10, 38, 0) 100%
    );
}

.company-partners__swiper {
    width: 100%;
    overflow: hidden;
}

.company-partners__swiper .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 36px;
    width: max-content;
    max-width: none;
    will-change: transform;
}

.company-partners__slide.swiper-slide {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: auto !important;
    margin-right: 0 !important;
}
 .company-partners__slide a {
    display: flex;
    align-items: center;
    justify-content: center;
}

 .company-partners__logo {
    display: block;
    width: auto;
    height: auto;
    max-height: 70px;
}