

#perk-main-section {
  font-family: stolzl, sans-serif;
  position: relative;
  /* background: linear-gradient(45.3deg, #ffe53b 14.98%, #ff2525 82.96%); */
  color: #ffffff;
}

.perk-section-container {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.perk-section-container-inner {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* transform: translate(0%, 78%); */
}

.perk-section-panel {
  height: 87%;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 19%;
  right: 12%;
}

.perk-list-grid-top {
  display: grid;
}

.perk-list-grid-bot {
  display: grid;
}

.perkList-top-center {
  place-self: center center;
}

.perkList-bot-left {
  grid-column: 1;
  grid-row: 1;
  place-self: end start;
}

.perkList-bot-right {
  grid-column: 1;
  grid-row: 1;
  place-self: end end;
}



.perk-section-panels {
  z-index: 3;
  margin-left: 30%;
  width: auto;
  margin-right: 10%;
}

.perk-panels-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 1;
  /* background: linear-gradient(45.3deg, #ffe53b 14.98%, #ff2525 82.96%); */
}

.perk-panels-wrapper {
  z-index: 3;
}

.perk-panels {
  width: 80%;
  height: 80%;
  position: relative;
  display: grid;
}

.perk-culture-column {
  position: absolute;
  left: -36px;
  top: 0;
  bottom: 0;
  /* width: 20%; */
  height: 100%;
}

.perk-culture-nav-title {
  font-family: stolzl, sans-serif;
  color: #ffffff;
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  padding-bottom: 2rem;
  display: flex;
  /* justify-content: center; */
  padding-top: 8rem;
}

/* .perk-culture-items {
  font-family: stolzl, sans-serif;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 2rem;
  cursor: pointer;
} */
/* new code */

#perk-desktop-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.perk-culture-items {
  font-family: stolzl, sans-serif;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 2rem;
  cursor: pointer;
  margin: 0 !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position:relative;
  padding-right: 8px;
  padding-left: 8px;
}

.perk-culture-items::before,
.perk-culture-items::after {
  content: "";
  transition: all 800ms;
  height: 1px;
  background-color: white;
  width: 0;
  position: absolute;
  opacity: 0;
}

.perk-culture-items::before {
  left:102%;
}

.perk-culture-items::after {
  right: 103%;
}

.perk-culture-items.nav-is-active::before{
  width:180px;
  opacity: 1;
}

.perk-culture-items.nav-is-active::after {
  width:300px;
  opacity: 1;
}


/* links on hover */
.perk-culture-items:hover::before{
  width:180px;
  opacity: 1;
}
.perk-culture-items:hover::after{
   width:300px;
  opacity: 1;
}


/* .perk-culture-items::before,
.perk-culture-items::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid transparent;
  margin: auto 0.25em;
}

.perk-culture-items.nav-is-active::before,
.perk-culture-items.nav-is-active::after {
  color: #ffffff;
  content: "";
  flex: 1;
  border-bottom: 1px solid;
  margin: auto 0.25em;
} */

.nav-is-active {
  font-weight: 700;
}

.scroll-behavior-auto {
  scroll-behavior: auto !important;
}

.perk-content-wrapper {
  width: fit-content;
}

.perk-background-number {
  position: relative;
  bottom: 36%;
}

.material-icons {
  font-size: 63px;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.perk-background-number,
.perk-slide-2-number {
  font-size: clamp(12.5rem, 7.7273rem + 12.7273vw, 23rem);
  font-weight: bold;
  line-height: 275px;
  color: #ffffff;
  opacity: 0.1;
}




/* new */
.perk-headline {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  padding-bottom: 2rem;
}

.perk-copy {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
}

.perk-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  top: -146px;
  left: 100px;
}

.perk-image-container {
  display: grid;
  position: relative;
  justify-items: start;
  align-items: center;
  padding-top: 1rem;
}

.perk-image-container img {
  width: 100%;
  height: 100%;
}

.perk-image-2 {
  position: relative;
  left: 23%;
  padding-top: 3rem;
}
.perk-desc {
  padding: 2rem;
}


@media (max-width: 1350px) {

  /* links on hover */
.perk-culture-items:hover::before{
  width:120px;
  opacity: 1;
}


.perk-culture-items.nav-is-active::before{
  width:120px;
  opacity: 1;
}
.perk-background-number{
    font-size: 152px;
}
.perk-desc {
    padding: 0 2rem 0 0;
}
.perk-culture-column {
    position: absolute;
    left: -68px;
    top: 0;
    bottom: 0;
    width: 27%;
    height: 100%;
}
.perk-container {
    top: -146px;
    left: 82px;
}
.perk-culture-items {
    font-size: 18px;
}
.perk-culture-nav-title {
    font-size: 40px;
    line-height: 48px;
}
}

@media (max-width: 1150px) {
 .perk-section-panel {
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0;
    right: 12%;
}

  .perk-culture-column {
    top: 20%;
}
.perk-container {
    display: flex;
    flex-direction: column;
    position: relative;
    /* top: -203px; */
    left: 0px;
    padding-top: 56px;
}
.perk-section-panels {
    margin-right: 0;
}
.perkList-top-center,
.perkList-bot-left,
.perkList-bot-right,
.perk-culture-nav-title{
  display:none;
}
.perk-content-wrapper {
    width: 600px;
}
.perk-background-number {
    bottom: 36%;
    left: -53px;
}

.perk-section-panel {
    right: 0;
}
.perk-headline {
    font-size: 39px;
    line-height: 54px;
    padding-bottom: 5px;
}
 .perk-section-panel-inner {
    transform: unset;
  }

.perk-image-2 {
    padding-top: 10px;
}
/* .perk-culture-items.nav-is-active::before,
.perk-culture-items.nav-is-active::after {
  color: #ffffff;
  content: "";
  flex: 1;
  border-bottom: 0px solid;
  margin: auto 0.25em;
} */
.perk-culture-items.nav-is-active::before,
.perk-culture-items.nav-is-active::after {
    width: 0;
    opacity: 1;
}

  /* links on hover */
.perk-culture-items:hover::before{
  width:0;
  opacity: 0;
}


.nav-is-active .perk-circle {
    background: #eb1616 !important;
  }

  .perk-circle {
    border-radius: 50% ;
    border: .5px solid #fff;
    opacity:.8;
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1000px) {
  .perk-culture-nav-title {
    visibility: hidden;
  }


 
}





@media screen and (max-width: 825px) {
   .perk-content-wrapper {
    width: fit-content;
}
  .perk-section-panel-inner {
    transform: unset;
  }
  .perk-section-panel {
    right: 38px;
}
}

@media (max-width: 600px) {
  .perk-container {
    height: 8%;
    padding-top:0;
  }

  .perk-panels {
    width: 96%;
  }


  #perk-mobile-links {
    display: block;
    position: relative;
    top: -11%;
    left: 11%;
  }

  .perk-image-2 {
    position: relative;
    left: 0;
    padding-top: 3rem;
}
.perk-image-container {
    display: grid;
    position: relative;
    justify-items: stretch;
    align-items: center;
    padding-top: 10px;

}
.perk-desc {
    padding: 0;
}
.perk-copy {
    font-size: 16px;
    line-height: 28px;
    font-weight: 200;
}
 
}

@media (max-width: 500px) {
  .perk-background-number {
    bottom: 36%;
    left: -27px;
}
.perk-section-panel {
    right: 52px;
}
#perk-mobile-links {
    display: block;
    position: relative;
    top: 0;
    left: 30px;
}
.perk-headline {
    font-size: 29px;
}
}