:root {
  --rds-light-1: #fafafa;
  --rds-secondary: #ffc827;
}
html {
  scroll-behavior: smooth;
}
h2,
h3 {
  letter-spacing: -0.035em !important;
}
#careers-hero-banner-div {
  position: relative;
}
#careers-hero-banner-div .bottom-section {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
#button-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33%;
  background: linear-gradient(0deg, #fafafa 15.52%, hsla(0, 0%, 100%, 0));
}
#careers-hero-banner-div {
  overflow: hidden;
  text-align: center;
}
#careers-hero-banner-div .content-div {
  text-align: left !important;
  position: relative !important;
}
#careers-hero-banner-div #button-container {
  position: absolute;
  top: 0;
}
.button-hover {
  height: 48px;
  aspect-ratio: 1;
  flex-basis: 48px;
  background-color: var(--rds-light-1);
  transition:
    background-color 1s,
    box-shadow 1s;
  border-radius: 100%;
  box-shadow: 0 0 5px 5px var(--rds-light-1);
}
.button-hover.hovered {
  background-color: var(--rds-secondary);
  box-shadow: 0 0 5px 5px var(--rds-secondary);
  transition:
    background-color 0s,
    box-shadow 0s;
  filter: blur(4px);
}
#careers-hero-banner-div .content-div {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 16rem 0;
  column-gap: 48px;
  display: inline-flex;
  padding: var(--Space-xxl-96, 96px) 0;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Space-lg-48, 48px);
}
@media only screen and (max-width: 991px) {
  #careers-hero-banner-div .content-div {
    display: inline-flex;
    padding: var(--Space-xl-64, 64px) 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Space-md-32, 32px);
    flex-shrink: 0;
  }
}
#careers-hero-banner-div .content-div h1 {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -2.52px;
}
@media only screen and (max-width: 991px) {
  #careers-hero-banner-div .content-div h1 {
    color: var(--Font-color-Font-color-1, #191919);
    font-family: Arial;
    font-size: 38.502px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.523px;
    letter-spacing: -1.348px;
  }
}
#careers-hero-banner-div .content-div .heading-section h1:not(.rotating) {
  display: inline-block;
  position: relative;
}
#careers-hero-banner-div .content-div .sub-heading-section {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: -0.84px;
}
@media only screen and (max-width: 991px) {
  #careers-hero-banner-div .content-div .sub-heading-section {
    color: var(--Font-color-Font-color-1, #191919);
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.63px;
  }
}
#careers-hero-banner-div .content-div .explore-open a {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
#careers-hero-banner-div .content-div .explore-open a:hover {
  text-decoration: none;
}
#careers-hero-banner-div .content-div .explore-open .field__item a:last-child {
  display: flex;
  padding: var(--Space-xs-16, 16px) var(--Space-md-32, 32px);
  padding-right: 52px;
  justify-content: center;
  align-items: center;
  gap: var(--Space-xxs-8, 8px);
  border-radius: 50px;
  background: var(--color-brand-gold-ffc-627, #ffc627);
  position: relative;
}
#careers-hero-banner-div .content-div .explore-open .field__item a:last-child:hover:before {
  animation: arrow1 2s ease-in-out infinite;
}
#careers-hero-banner-div .content-div .explore-open .field__item a:last-child:hover:after {
  animation: arrow2 2s ease-in-out infinite;
}
#careers-hero-banner-div .content-div .explore-open .field__item a:last-child:after,
#careers-hero-banner-div .content-div .explore-open .field__item a:last-child:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_812_6971)'%3E%3Cpath d='M17.294 7.653l.916.892a.958.958 0 01.29.681.939.939 0 01-.29.681l-8.01 7.81a.986.986 0 01-.698.283 1.008 1.008 0 01-.699-.283L.79 9.907a.959.959 0 01-.29-.681.939.939 0 01.29-.681l.916-.892a.992.992 0 01.71-.281 1.012 1.012 0 01.703.297l4.732 4.841V.964a.94.94 0 01.29-.682.99.99 0 01.7-.282h1.319a1.01 1.01 0 01.7.282.96.96 0 01.289.682V12.51l4.735-4.841a.983.983 0 01.702-.299 1.006 1.006 0 01.709.283z' fill='%23191919'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_812_6971'%3E%3Cpath fill='%23fff' transform='rotate(90 9.25 9.25)' d='M0 0h18v18H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: inline-block;
  width: 18px;
  height: 18px;
  will-change: transform;
  transform-style: preserve-3d;
  position: absolute;
  right: 20px;
}
.slidingVertical .field__item {
  padding: 15px;
  background-color: #ffc827;
  display: inline-block;
}
.slidingVertical {
  display: inline;
  text-indent: 8px;
}
.slidingVertical .field__item {
  animation: topToBottom 15s linear 0s infinite;
  -ms-animation: topToBottom 15s linear infinite 0s;
  -webkit-animation: topToBottom 15s linear 0s infinite;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  display: none;
}
.slidingVertical .field__item:nth-child(2) {
  animation-delay: 2.5s;
}
.slidingVertical .field__item:nth-child(3) {
  animation-delay: 5s;
}
.slidingVertical .field__item:nth-child(4) {
  animation-delay: 7.5s;
}
.slidingVertical .field__item:nth-child(5) {
  animation-delay: 10s;
}
.slidingVertical .field__item:nth-child(6) {
  animation-delay: 12.5s;
}
@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes topToBottom {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
#text-container {
  position: relative;
  height: 100px;
  overflow: hidden;
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -2.52px;
}
@media only screen and (max-width: 991px) {
  #text-container {
    color: var(--Font-color-Font-color-1, #191919);
    height: 60px;
    font-family: Arial;
    font-size: 38.502px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.523px;
    letter-spacing: -1.348px;
  }
}
.text-slide {
  position: absolute;
  width: 100%;
  transform: translateY(100%);
  transition:
    transform 1s ease,
    opacity 1s ease;
  opacity: 0;
  background-color: #ffc827;
  width: auto;
  display: inline-block;
  padding: 8px 24px;
  display: flex;
  padding: var(--Space-xxs-8, 8px) var(--Space-sm-24, 24px);
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .text-slide {
    display: flex;
    padding: 6.417px 12.834px;
    justify-content: center;
    align-items: center;
  }
}
.text-slide.active {
  transform: translateY(0);
  opacity: 1;
}
.text-slide.out {
  transform: translateY(-100%);
  opacity: 0;
}
#toggle-button {
  font-size: 16px;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 16px;
}
#toggle-button svg {
  cursor: pointer;
}
@keyframes arrow1 {
  0% {
    transform: translate3d(0, -120%, 0);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes arrow2 {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  to {
    transform: translate3d(0, 120%, 0);
    opacity: 0;
  }
}
.text-div {
  position: relative;
  height: 100px;
  overflow: hidden;
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
  letter-spacing: -2.52px;
}
@media only screen and (max-width: 991px) {
  .text-div {
    color: var(--Font-color-Font-color-1, #191919);
    height: 60px;
    font-family: Arial;
    font-size: 38.502px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.523px;
    letter-spacing: -1.348px;
  }
}
.text {
  position: absolute;
  top: 0;
  width: 100%;
  font-weight: 700;
  opacity: 0;
  transform: translateY(100%);
  transition:
    transform 1s ease-in-out,
    opacity 1s ease-in-out;
}
.text span {
  background-color: #ffc827;
  padding: 8px 24px;
}
@media only screen and (max-width: 991px) {
  .text span {
    padding: 6.417px 12.834px;
  }
}
.text.active {
  transform: translateY(0);
  opacity: 1;
}
.text.previous {
  transform: translateY(-100%);
  opacity: 0;
}
.text.next {
  transform: translateY(100%);
  opacity: 0;
}
#explore-open-positions {
  background: var(--color-light-light-1-fafafa, #fafafa);
  padding: var(--Space-xxl-96, 96px) 0;
  transition: all 0.75s ease-in-out;
  padding-top: 50%;
  opacity: 0.5;
}
#explore-open-positions.viewed {
  padding-top: 96px;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  #explore-open-positions {
    padding: 50% 0 0;
    opacity: 0.5;
  }
  #explore-open-positions.viewed {
    padding-top: 0;
    opacity: 1;
  }
}
#explore-open-positions .explore-positions-wrapper {
  display: flex;
  width: 918px;
  padding: var(--Space-xxl-96, 96px);
  flex-direction: column;
  gap: var(--Space-md-32, 32px);
  margin: 0 auto;
  background: var(--color-brand-white-ffffff, #fff);
}
@media only screen and (max-width: 1024px) {
  #explore-open-positions .explore-positions-wrapper {
    width: 100%;
    padding: var(--Space-xl-64, 64px) var(--Spacing-sm-24, 24px);
  }
}
#explore-open-positions .explore-positions-wrapper .explore-positions-heading {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: var(--Font-family-title-and-body, Arial);
  font-size: var(--h2-large, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
}
@media only screen and (max-width: 1024px) {
  #explore-open-positions .explore-positions-wrapper .explore-positions-heading {
    font-size: 30px;
  }
}
#explore-open-positions .explore-positions-wrapper .explore-positions-desc {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
#explore-open-positions .explore-positions-wrapper .explore-positions-items {
  width: 100%;
}
#explore-open-positions .explore-positions-wrapper .signup-text {
  color: var(--color-dark-dark-3191919, #191919);
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}
#explore-open-positions .explore-positions-wrapper .signup-text a {
  color: var(--color-brand-maroon-8-c-1-d-40, #8c1d40);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
}
#explore-open-positions .explore-positions-wrapper .no-positions-text {
  color: var(--color-grayscale-dark-1747474, #747474);
  font-family: var(--Font-family-title-and-body, Arial);
  font-size: var(--fs-small-font-size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--fs-small-line-height, 21px);
}
.position-wrapper .position-title.outer {
  display: flex;
  gap: 24px;
  padding: 16px 27px 16px 16px;
  align-items: center;
  justify-content: space-between;
  background: var(--color-brand-light-ffffff, #fff);
  color: var(--Font-color-1, #191919);
  margin-top: 8px;
  font-family: Arial;
  font-size: var(--h3-large, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.position-wrapper .position-title.outer:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="36" height="35" fill="none"><path d="M35.5 17.5c0 9.383-7.698 17-17.206 17s-17.206-7.617-17.206-17S8.786.5 18.294.5 35.5 8.117 35.5 17.5z" fill="%23FAFAFA" stroke="%23D0D0D0"/><path d="M22.231 18.067l-6.417 6.49a.786.786 0 01-1.12 0l-.749-.756a.808.808 0 01-.001-1.133l5.085-5.167-5.085-5.168a.808.808 0 01.001-1.132l.749-.757a.786.786 0 011.12 0l6.417 6.49c.31.313.31.82 0 1.133z" fill="%23191919"/></svg>');
  display: inline-block;
}
.position-wrapper .position-title.outer:hover {
  padding: 16px 17px 16px 34px;
  background: var(--color-brand-gold-ffc-627, #ffc627);
}
@media only screen and (max-width: 1024px) {
  .position-wrapper .position-title.outer {
    font-size: 18px;
  }
}
.position-wrapper .position-desc-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -540px;
  width: 50%;
  z-index: 999;
  overflow: scroll;
  background-color: #fff;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 530px;
  padding: var(--Spacing-lg-48, 48px);
}
.position-wrapper .position-desc-wrapper.open {
  right: 0;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.position-wrapper .position-desc-wrapper .position-desc-inner-wrapper {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .position-wrapper .position-desc-wrapper {
    width: 100%;
    right: -100%;
  }
}
.position-wrapper .position-desc-wrapper .top-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.position-wrapper .position-desc-wrapper .position-title {
  color: var(--font-color-191919, #191919);
  font-family: Arial;
  font-size: var(--h2-medium, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -1.26px;
}
.position-wrapper .position-desc-wrapper .apply-date {
  color: var(--font-color-191919, #191919);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}
.position-wrapper .position-desc-wrapper .apply-date.bottom {
  margin-bottom: 32px;
}
.position-wrapper .position-desc-wrapper .apply-button a {
  display: inline-block;
  padding: var(--Space-xxs-8, 8px) var(--Space-xs-16, 16px);
  border-radius: 25px;
  background: var(--color-brand-primary-8-c-1-d-40, #8c1d40);
  color: var(--Font-color-Font-color-2, #fafafa);
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.position-wrapper .position-desc-wrapper .apply-button.bottom a {
  padding: var(--Space-xxs-16, 16px) var(--Space-xs-32, 32px);
  font-size: 16px;
}
.position-wrapper .position-desc-wrapper .position-description {
  color: var(--font-color-191919, #191919);
  margin-block: 32px;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}
.position-wrapper .position-desc-wrapper .position-description a {
  text-decoration: underline;
}
.career-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--disabled-text-opacity-50-color-1, rgba(25, 25, 25, 0.5));
  z-index: 99;
}
.career-overlay.open {
  display: block;
}
.career-close-button {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
.careers-signup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  min-width: 300px;
  padding: var(--Spacing-lg-48, 48px);
  background: var(--color-light-light-1-fafafa, #fafafa);
}
.careers-signup .signup-wrapper {
  position: relative;
}
.careers-signup .signup-heading {
  color: #000;
  font-family: Arial;
  font-size: var(--h2-medium, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -1.26px;
}
@media only screen and (max-width: 991px) {
  .careers-signup .signup-heading {
    font-size: 24px;
  }
}
.careers-signup .signup-desc {
  color: var(--Font-color-Font-color-1, #191919);
  margin-block: 32px;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media only screen and (max-width: 991px) {
  .careers-signup .signup-desc {
    margin-block: 24px;
  }
}
.careers-signup label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}
.careers-signup input[type="email"] {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 0;
}
.careers-signup input[type="email"]:not(.is-invalid):focus {
  border-color: #ced4da;
  box-shadow: none;
}
.careers-signup input[type="email"].is-invalid {
  box-shadow: 0 0 0 2px #cc2f2f;
}
.careers-signup input[type="submit"] {
  display: flex;
  padding: var(--Spacing-xs-16, 16px) var(--Spacing-md-32, 32px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-color: transparent;
  border-radius: 50px;
  background: var(--Gold-Gold-Normal, #ffc627);
  color: var(--color-grayscale-dark-3191919, #191919);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 18px;
}
.careers-signup .signup-close-button {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .careers-signup {
    padding: var(--Spacing-md-32, 32px) var(--Spacing-xs-16, 16px) var(--Spacing-md-32, 32px) var(--Spacing-sm-24, 24px);
  }
}
#sliderExampleIndicators {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 128px;
}
#sliderExampleIndicators .action,
#sliderExampleIndicators .slider-for {
  width: 491px;
}
@media only screen and (max-width: 1199px) {
  #sliderExampleIndicators .action,
  #sliderExampleIndicators .slider-for {
    width: 401px;
  }
}
@media only screen and (max-width: 991px) {
  #sliderExampleIndicators .action,
  #sliderExampleIndicators .slider-for {
    width: 690px;
  }
}
@media only screen and (max-width: 768px) {
  #sliderExampleIndicators .action,
  #sliderExampleIndicators .slider-for {
    width: 510px;
  }
}
@media only screen and (max-width: 575px) {
  #sliderExampleIndicators .action,
  #sliderExampleIndicators .slider-for {
    width: 350px;
  }
}
@media only screen and (max-width: 991px) {
  #sliderExampleIndicators .action {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #sliderExampleIndicators {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.careers-learn-more-block {
  background: var(--color-light-light-1-fafafa, #fafafa);
  transition: all 0.3s ease-in-out;
}
.careers-learn-more-block .slider-nav {
  display: none !important;
}
.careers-learn-more-block .careers-learn-more-wrapper {
  padding: var(--Space-xxl-96, 96px) 15px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .careers-learn-more-block .careers-learn-more-wrapper {
    padding: var(--Space-xxl-64, 64px) 15px;
  }
}
.careers-learn-more-block .careers-learn-more-wrapper .learn-more-heading {
  color: var(--color-dark-dark-3191919, #191919);
  margin-bottom: var(--Space-xl-64, 64px);
  font-family: var(--Font-family-title-and-body, Arial);
  font-size: var(--h2-large, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.68px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .careers-learn-more-block .careers-learn-more-wrapper .learn-more-heading {
    font-size: 30px;
  }
}
.careers-learn-more-block .careers-learn-more-wrapper .lm-title {
  display: block;
  width: 100%;
  color: var(--color-dark-dark-1747474, #747474);
  font-family: Arial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.05px;
  padding: 8px 0;
  border-block: 1px solid var(--color-light-light-4-d-0-d-0-d-0, #747474);
  transition: all 0.3s ease-in-out;
}
.careers-learn-more-block .careers-learn-more-wrapper .lm-title.active {
  color: var(--color-dark-dark-3191919, #191919);
}
.careers-learn-more-block .careers-learn-more-wrapper .lm-content {
  display: flex;
  min-height: 476px;
  padding: var(--Space-lg-48, 48px);
  flex-direction: column;
  align-items: flex-start;
  gap: var(--Space-sm-24, 24px);
  background: linear-gradient(0deg, #fafafa, #e8e8e8 94.51%);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .careers-learn-more-block .careers-learn-more-wrapper .lm-content {
    padding: 32px;
  }
}
.careers-learn-more-block .careers-learn-more-wrapper .lm-content .lm-icon {
  width: 41px;
  height: 40px;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
}
.careers-learn-more-block .careers-learn-more-wrapper .lm-content .lm-icon .dark {
  display: none;
}
.careers-learn-more-block .careers-learn-more-wrapper .lm-content .lm-content-title {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: var(--Font-family-title-and-body, Arial);
  font-size: var(--h3-xl-font-size, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h3-xl-line-height, 43.2px);
  letter-spacing: -1.26px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .careers-learn-more-block .careers-learn-more-wrapper .lm-content .lm-content-title {
    font-size: 30px;
  }
}
.careers-learn-more-block .careers-learn-more-wrapper .lm-content .lm-desc {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  transition: all 0.3s ease-in-out;
}
.careers-learn-more-block .careers-learn-more-wrapper .lm-content .lm-desc a {
  text-decoration: underline;
}
.careers-learn-more-block .careers-learn-more-wrapper .lm-content .lm-link a {
  color: var(--color-brand-maroon-8-c-1-d-40, #8c1d40);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-decoration-line: underline;
  transition: all 0.3s ease-in-out;
}
.careers-learn-more-block .careers-learn-more-wrapper .button-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 491px;
}
@media only screen and (max-width: 1199px) {
  .careers-learn-more-block .careers-learn-more-wrapper .button-wrapper {
    width: 401px;
  }
}
@media only screen and (max-width: 991px) {
  .careers-learn-more-block .careers-learn-more-wrapper .button-wrapper {
    width: 690px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .careers-learn-more-block .careers-learn-more-wrapper .button-wrapper {
    width: 510px;
  }
}
@media only screen and (max-width: 575px) {
  .careers-learn-more-block .careers-learn-more-wrapper .button-wrapper {
    width: auto;
  }
}
.careers-learn-more-block .careers-learn-more-wrapper .button-wrapper .carousel-control-next,
.careers-learn-more-block .careers-learn-more-wrapper .button-wrapper .carousel-control-prev {
  position: static !important;
}
.careers-learn-more-block .slider-title .lm-title {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.careers-learn-more-block .slider-title .lm-title span {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  display: inline-block;
}
.careers-learn-more-block .slider-title .lm-title:after {
  content: attr(data-replace);
  position: absolute;
  left: 0;
  transform: translateY(110%);
  transition: all 0.5s ease-in-out;
  color: var(--color-brand-secondary-ffc-627, #ffc627);
  z-index: 0;
}
.careers-learn-more-block .slider-title .lm-title:hover span {
  color: #fafafa;
}
.careers-learn-more-block .slider-title.active .lm-title {
  color: var(--color-dark-dark-3191919, #191919);
}
.careers-learn-more-block .slider-title.active .lm-title span {
  transform: translateY(-110px);
}
.careers-learn-more-block .slider-title.active .lm-title:after {
  transform: translateY(0);
  color: var(--color-dark-dark-3191919, #191919);
}
.careers-learn-more-block.in-view {
  background: var(--color-grayscale-dark-3191919, #191919);
}
.careers-learn-more-block.in-view .careers-learn-more-wrapper .learn-more-heading {
  color: var(--color-grayscale-light-1-fafafa, #fafafa);
}
.careers-learn-more-block.in-view .careers-learn-more-wrapper .lm-content {
  background: var(--Benefits-card-gradient---dark-mode, linear-gradient(0deg, #191919, #484848 94.51%));
}
.careers-learn-more-block.in-view .careers-learn-more-wrapper .lm-content .lm-icon .dark {
  display: block;
}
.careers-learn-more-block.in-view .careers-learn-more-wrapper .lm-content .lm-icon .light {
  display: none;
}
.careers-learn-more-block.in-view .careers-learn-more-wrapper .lm-content .lm-content-title,
.careers-learn-more-block.in-view .careers-learn-more-wrapper .lm-content .lm-desc {
  color: var(--Font-color-1, #fafafa);
}
.careers-learn-more-block.in-view .careers-learn-more-wrapper .lm-content .lm-desc a {
  color: var(--Font-color-3, #ffc627);
  text-decoration: underline;
}
.careers-learn-more-block.in-view .careers-learn-more-wrapper .lm-content .lm-link a {
  color: var(--Font-color-3, #ffc627);
}
.careers-learn-more-block.in-view .slider-title .lm-title {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.careers-learn-more-block.in-view .slider-title .lm-title span {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  display: inline-block;
}
.careers-learn-more-block.in-view .slider-title .lm-title:after {
  content: attr(data-replace);
  position: absolute;
  left: 0;
  transform: translateY(110%);
  transition: all 0.5s ease-in-out;
  color: var(--color-brand-secondary-ffc-627, #ffc627);
  z-index: 0;
}
.careers-learn-more-block.in-view .slider-title .lm-title:hover span {
  color: #fafafa !important;
}
.careers-learn-more-block.in-view .slider-title.active .lm-title span {
  transform: translateY(-110px);
}
.careers-learn-more-block.in-view .slider-title.active .lm-title:after {
  transform: translateY(0);
}
.field--name-field-lm-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  display: none;
}
.slider-title .lm-title {
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.slider-title .lm-title span {
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  display: inline-block;
}
.slider-title .lm-title:after {
  content: attr(data-replace);
  position: absolute;
  left: 0;
  transform: translateY(110%);
  transition: all 0.5s ease-in-out;
  color: var(--color-dark-dark-3191919, #191919);
  z-index: 0;
}
.slider-title .lm-title:hover span {
  color: var(--color-dark-dark-3191919, #191919) !important;
}
.slider-title.active .lm-title {
  color: var(--color-dark-dark-3191919, #191919);
}
.slider-title.active .lm-title span {
  transform: translateY(-110px);
}
.slider-title.active .lm-title:after {
  transform: translateY(0);
}
.careers-ready {
  position: relative;
  background-position: 50%;
}
.careers-ready:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 80.73%);
  inset: 0;
}
.careers-ready .content-wrapper {
  display: flex;
  padding: var(--Space-xxxl-128, 128px) 15px;
  flex-direction: column;
  align-items: center;
  gap: var(--Space-md-32, 32px);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .careers-ready .content-wrapper {
    display: flex;
    padding: var(--Space-xl-64, 64px) 15px;
    flex-direction: column;
    align-items: center;
    gap: var(--Space-md-32, 32px);
  }
}
.careers-ready .ready-heading {
  color: var(--color-dark-dark-3191919, #191919);
  text-align: center;
  font-family: var(--Font-family-title-and-body, Arial);
  font-size: var(--h2-xl, 60px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.1px;
}
@media only screen and (max-width: 991px) {
  .careers-ready .ready-heading {
    font-size: var(--h2-xl, 48px);
  }
}
.careers-ready .explore-open a {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
.careers-ready .explore-open a:hover {
  text-decoration: none;
}
.careers-ready .explore-open .field__item a:last-child {
  display: flex;
  padding: var(--Space-xs-16, 16px) var(--Space-md-32, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--Space-xxs-8, 8px);
  border-radius: 50px;
  background: var(--color-brand-gold-ffc-627, #ffc627);
  position: relative;
}
.careers-video-section {
  padding-block: var(--Space-xxl-96, 96px) 0;
}
.careers-video-section p {
  margin: 0;
}
.careers-video-section .video-heading {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 124px;
  letter-spacing: -0.035em;
  margin-bottom: var(--Space-xl-64, 64px);
}
@media only screen and (max-width: 991px) {
  .careers-video-section .video-heading {
    font-size: 48px;
    margin-bottom: 0;
    line-height: 58px;
  }
}
.careers-video-section .video-content-wrapper .video-wrapper {
  display: grid;
  grid-template-columns: 100% 30%;
  justify-content: space-between;
  gap: 15px;
  transition: all 0.75s ease-in-out;
  padding: 64px 0;
}
@media only screen and (max-width: 991px) {
  .careers-video-section .video-content-wrapper .video-wrapper {
    grid-template-columns: 1fr !important;
    padding: 32px 0;
  }
}
.careers-video-section .video-content-wrapper .video-wrapper.odd {
  grid-template-columns: 100% 0;
}
.careers-video-section .video-content-wrapper .video-wrapper.odd .control-btn {
  right: 16px;
  top: 16px;
}
.careers-video-section .video-content-wrapper .video-wrapper.odd.in-view {
  grid-template-columns: 68% 28%;
}
.careers-video-section .video-content-wrapper .video-wrapper.odd.in-view .video-content {
  padding-inline: 15px;
}
.careers-video-section .video-content-wrapper .video-wrapper.even {
  grid-template-columns: 0 100%;
}
.careers-video-section .video-content-wrapper .video-wrapper.even .control-btn {
  left: 16px;
  top: 16px;
}
.careers-video-section .video-content-wrapper .video-wrapper.even.in-view {
  grid-template-columns: 28% 68%;
}
.careers-video-section .video-content-wrapper .video-wrapper.even.in-view .video-content {
  padding-inline: 15px;
}
.careers-video-section .video-content-wrapper .video-wrapper.even .video {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .careers-video-section .video-content-wrapper .video-wrapper.even .video {
    order: 0;
  }
}
.careers-video-section .video-content-wrapper .video {
  position: relative;
}
.careers-video-section .video-content-wrapper .video img.video-gif,
.careers-video-section .video-content-wrapper .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-video-section .video-content-wrapper .video .control-btn {
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.careers-video-section .video-content-wrapper .video .control-btn .play {
  display: none;
}
.careers-video-section .video-content-wrapper .video-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  gap: 16px;
  padding: 0;
  overflow: hidden;
}
.careers-video-section .video-content-wrapper .video-content .video-title {
  display: inline-block;
  padding: var(--Space-xxxs-4, 4px) var(--Space-xxs-8, 8px);
  color: var(--color-dark-dark-3191919, #191919);
  background: var(--color-brand-gold-ffc-627, #ffc627);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.careers-video-section .video-content-wrapper .video-content .video-content-desc {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.careers-video-section .video-content-wrapper .video-content .video-content-desc a {
  text-decoration: underline;
}
.careers-video-section .video-content-wrapper .video-content .watch-now a {
  display: flex;
  padding: var(--Space-xxs-8, 8px) var(--Spacing-xs-16, 16px) var(--Space-xxs-8, 8px) var(--Space-xs-16, 16px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 25px;
  background: var(--color-dark-dark-3191919, #191919);
  color: var(--color-light-light-1-fafafa, #fafafa);
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.careers-video-section .video-content-wrapper .video-content .watch-now a:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><g clip-path="url(%23clip0_1528_12631)"><path opacity=".7" d="M.5 12C.5 5.649 5.649.5 12 .5S23.5 5.649 23.5 12 18.351 23.5 12 23.5.5 18.351.5 12z" fill="%23E8E8E8" stroke="%23D0D0D0"/><path opacity=".7" d="M14.684 11.446L9.97 8.661a.64.64 0 00-.97.552v5.572a.643.643 0 00.97.553l4.714-2.786a.643.643 0 000-1.106z" fill="%23191919"/></g><defs><clipPath id="clip0_1528_12631"><path fill="%23fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>');
  display: inline-block;
  width: 24px;
}
.careers-video-section .video-content-wrapper .tagline-wrapper {
  padding: var(--Space-xl-64, 64px) 0;
  background: var(--color-light-light-1-fafafa, #fafafa);
}
@media only screen and (max-width: 991px) {
  .careers-video-section .video-content-wrapper .tagline-wrapper {
    padding: var(--Space-lg-48, 48px) 0;
    background: var(--color-light-light-1-fafafa, #fafafa);
  }
}
.careers-video-section .video-content-wrapper .tagline-wrapper:hover {
  background: var(--color-light-light-1-fafafa, #fafafa);
}
.careers-video-section .video-content-wrapper .tagline-wrapper .tagline-heading {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -3.36px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .careers-video-section .video-content-wrapper .tagline-wrapper .tagline-heading {
    color: var(--Font-color-Font-color-1, #191919);
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -1.12px;
  }
}
.careers-video-section .video-content-wrapper .tagline-wrapper .tagline-heading .word {
  display: inline-block;
  color: #bfbfbf;
  transition: all 0.5s ease-in-out;
}
.careers-video-section .video-content-wrapper .tagline-wrapper .tagline-heading .word.viewed {
  color: var(--color-dark-dark-3191919, #191919);
}
.careers-video-section .video-content-wrapper .tagline-wrapper .tagline-desc {
  color: var(--color-dark-dark-3191919, #191919);
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  margin: auto;
}
.careers-video-section .video-content-wrapper .tagline-wrapper .tagline-desc span {
  width: 70%;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .careers-video-section .video-content-wrapper .tagline-wrapper .tagline-desc {
    font-size: 16px;
  }
  .careers-video-section .video-content-wrapper .tagline-wrapper .tagline-desc span {
    width: 100%;
  }
}
.mwg_effect018 .scroll {
  position: sticky;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mwg_effect018 .pin-height {
  height: 500vh;
  margin-bottom: -70vh;
}
.mwg_effect018 .container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.mwg_effect018 .hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mwg_effect018 .hero-line {
  width: 100%;
  line-height: 124px;
}
.mwg_effect018 .hero-line,
.mwg_effect018 .hero-line-secondary {
  color: var(--Font-color-2, #fafafa);
  text-align: center;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -4.48px;
}
.mwg_effect018 .hero-line-secondary {
  line-height: 128px;
  visibility: hidden;
  line-height: 124px;
}
.mwg_effect018 .background {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: -1;
  bottom: 0;
}
.mwg_effect018 .background img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
}
.mwg_effect018 .hero-line,
.mwg_effect018 .hero-line-secondary,
.mwg_effect018 .scroll-text {
  will-change: opacity, transform, filter;
  backface-visibility: hidden;
}
.mwg_effect025 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mwg_effect025 .container {
  display: flex;
}
.mwg_effect025 .card:not(:first-child) {
  margin: 0 0 0 -10vw;
}
.mwg_effect025 .card .content {
  width: 100%;
  height: 100%;
  border-radius: 0.6em;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}
.mwg_effect025 .card .content .top {
  font:
    500 normal 1.9vw/0.9 Inter,
    sans-serif;
  letter-spacing: -0.03em;
}
.mwg_effect025 .card .content .bottom {
  display: flex;
  align-items: center;
  column-gap: 15px;
  font:
    500 normal 1.1vw/0.9 Inter,
    sans-serif;
  letter-spacing: -0.03em;
  border-top: 1px dashed #000;
  padding: 25px 0 0;
}
.mwg_effect025 .card .content .bubble {
  width: 3.3vw;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #fff;
  display: grid;
  place-items: center;
}
.mwg_effect025 .card .content .bubble img {
  width: 40%;
  height: 40%;
  object-fit: contain;
}
.mwg_effect025 .card .content .job {
  font: 500 normal 0.9vw/normal IBM Plex Mono;
  text-transform: uppercase;
}
.mwg_effect025 .card:first-child {
  z-index: 3;
}
.mwg_effect025 .card:first-child .content {
  background-color: #f14a3a;
}
.mwg_effect025 .card:nth-child(2) {
  z-index: 2;
}
.mwg_effect025 .card:nth-child(2) .content {
  background-color: #fb7350;
}
.mwg_effect025 .card:nth-child(3) {
  z-index: 7;
}
.mwg_effect025 .card:nth-child(3) .content {
  background-color: #f79c42;
}
.mwg_effect025 .card:nth-child(4) {
  z-index: 1;
}
.mwg_effect025 .card:nth-child(4) .content {
  background-color: #ffdf40;
}
.mwg_effect025 .card:nth-child(5) {
  z-index: 4;
}
.mwg_effect025 .card:nth-child(5) .content {
  background-color: #deda8d;
}
.mwg_effect025 .card:nth-child(6) {
  z-index: 5;
}
.mwg_effect025 .card:nth-child(6) .content {
  background-color: #71cfa3;
}
.mwg_effect025 .card:nth-child(7) {
  z-index: 8;
}
.mwg_effect025 .card:nth-child(7) .content {
  background-color: #c4ef7a;
}
.mwg_effect025 .card:nth-child(8) {
  z-index: 6;
}
.mwg_effect025 .card:nth-child(8) .content {
  background-color: #bcefff;
}
@media (max-width: 991px) {
  .mwg_effect025 .title {
    font-size: 45px;
  }
  .mwg_effect025 .card .content .bottom,
  .mwg_effect025 .card .content p {
    opacity: 0;
  }
  .mwg_effect018 .pin-height {
    height: 500vh;
    margin-bottom: auto;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .mwg_effect018 .background {
    position: sticky;
  }
}
.know-more-tooltip {
  position: fixed;
  background: #8c1d40;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  z-index: 9999;
  opacity: 0;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
}
.mwg_effect018 .scroll-text {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  overflow: hidden;
  color: var(--Font-color-2, #fafafa);
  text-overflow: ellipsis;
  text-align: center;
  font-size: var(--fs-medium-font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 2.5;
}
@media (max-width: 991px) {
  .know-more-tooltip {
    display: none;
  }
  .mwg_effect018 .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .mwg_effect018 .card {
    margin-bottom: 40px;
  }
  .mwg_effect018 .hero-line,
  .mwg_effect018 .hero-line-secondary {
    font-size: 60px;
    line-height: 56px;
    transform: none;
    top: 0;
    left: auto;
    letter-spacing: normal;
  }
  .mwg_effect018 .hero-line-secondary {
    top: -10%;
  }
  .mwg_effect018 .hero {
    flex-direction: column;
    gap: 40px;
  }
}
.mwg_effect018 .hero {
  position: relative;
  display: grid;
  place-items: center;
}
.mwg_effect018 .hero-line,
.mwg_effect018 .hero-line-secondary {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
body.modal-open {
  overflow: hidden;
}
#footer-secondary .address a,
#footer-secondary .address a:hover {
  color: #fff;
}
.mobmenu {
  display: none;
}
.hideicon {
  display: block;
}
@media (max-width: 1200px) {
  .mobmenu {
    display: block;
  }
  .hideicon {
    display: none !important;
  }
}
div[aria-label="Error message"] {
  display: none;
}
#block-googlemap .field--name-field-location iframe {
  margin-bottom: -8px;
}
#block-views-block-fulltime-job-block-1 a:link {
  color: #8c1d40;
  text-decoration: none;
  background-color: #fff;
}
.iti {
  width: 100%;
}
#newsroom-page .tabs-section .tab .tablinks:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px #000 !important;
  border-radius: 50px !important;
}
.homepage-banner-section {
  color: #fff;
}
.homepage-banner-section .banner-card {
  color: #fff;
  background-color: transparent;
  display: flex;
  width: 317px;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 10px;
  border: 1px solid var(--Border-color-1, #d0d0d0) !important;
  min-height: 340px;
}
.homepage-banner-section .banner-card .icon-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.homepage-banner-section .banner-card .icon-container img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.homepage-banner-section .banner-card .h1-small {
  color: #fff;
  font-size: var(--h1-small-font-size, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h1-small-line-height, 43.2px);
  letter-spacing: -1.26px;
  min-height: 87px;
}
.homepage-banner-section .banner-card .card-text {
  color: #fff;
  font-size: var(--fs-xl-font-size, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--fs-xl-line-height, 36px);
  margin-top: 8px;
}
#what-we-stand-for {
  background-color: #f9f9f9;
  display: flex;
  padding: 180px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#what-we-stand-for .text-small {
  color: #191919;
  font-size: var(--h3-small-font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h3-small-line-height, 19.2px);
  letter-spacing: -0.56px;
}
#what-we-stand-for .main-text {
  color: var(--Font-color-1, #191919);
  font-size: var(--h1-medium-font-size, 48px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--h1-medium-line-height, 57.6px);
  letter-spacing: -1.68px;
}
#what-we-stand-for .main-text p {
  color: #747474;
  display: flex;
  flex-wrap: wrap;
}
#what-we-stand-for .main-text p span {
  color: #747474;
  transition: color 0.3s ease;
}
@media (max-width: 991px) {
  #what-we-stand-for {
    padding: var(--Space-xl-64, 64px) 0;
    gap: var(--Spacing-xxs-8, 8px);
  }
  #what-we-stand-for .text-small {
    font-size: var(--h3-small-font-size, 16px);
    line-height: var(--h3-small-line-height, 19.2px);
    letter-spacing: -0.56px;
  }
  #what-we-stand-for .main-text {
    font-size: var(--fs-xl-font-size, 24px);
    line-height: var(--fs-xl-line-height, 36px);
    letter-spacing: normal;
  }
}
#partners-block {
  padding: 192px 85px;
  background: #fff;
}
#partners-block .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
#partners-block .partner-heading {
  color: #191919;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--h1-large-line-height, 67.2px);
  letter-spacing: -1.89px;
}
#partners-block .company-logos {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
#partners-block .company-logos img {
  height: 65px;
  width: auto;
}
@media (max-width: 991px) {
  #partners-block {
    padding: 48px 0;
  }
  #partners-block .container {
    gap: 32px;
  }
  #partners-block .partner-heading {
    font-size: var(--h2-medium-font-size, 36px);
    line-height: var(--h2-medium-line-height, 43.2px);
    letter-spacing: -1.26px;
  }
  #partners-block .company-logos {
    gap: 30px;
    padding-inline: 24px;
    max-width: 390px;
  }
}
#our-culture-block {
  background: var(--Font-color-1, #191919);
  backdrop-filter: blur(50px);
  color: #fff;
  padding-bottom: 128px;
  justify-content: space-between;
}
#our-culture-block .buttons {
  display: flex;
  gap: 16px;
  margin-top: auto;
  margin-bottom: 1rem;
}
#our-culture-block .buttons button {
  background-color: #fff;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  flex-shrink: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#our-culture-block .title {
  color: var(--Font-color-2, #fafafa);
  font-size: var(--h1-xl-font-size, 72px);
  font-style: normal;
  font-weight: 700;
  line-height: 72.4px;
  letter-spacing: -2.52px;
  justify-content: space-between;
}
#our-culture-block .title .culture-heading {
  max-width: 635px;
}
#our-culture-block .culture-card {
  background-color: transparent;
  border: none;
}
#our-culture-block .culture-card-content {
  display: flex;
  width: 350px;
  height: 100%;
  padding: 32px 24px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid var(--Border-color-1, #d0d0d0);
  background: var(--color-grayscale-light-1-fafafa, #fafafa);
}
#our-culture-block .culture-card-content img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
#our-culture-block .culture-card-content .card-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
#our-culture-block .culture-card-content .card-text-container p {
  margin: 0;
}
#our-culture-block .culture-card-content .heading {
  color: #484848;
  font-size: var(--h3-medium-font-size, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h3-medium-line-height, 21.6px);
  letter-spacing: -0.63px;
}
#our-culture-block .culture-card-content .card-text {
  color: #000;
  font-size: var(--h3-large-font-size, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h3-large-line-height, 28.8px);
  letter-spacing: -0.84px;
}
#our-culture-block .culture-card-content .card-text .has-bg {
  padding: 4px;
}
@media (max-width: 991px) {
  #our-culture-block p {
    margin-bottom: 0;
  }
  #our-culture-block {
    padding: 48px 0;
  }
  #our-culture-block .slick-track {
    display: flex !important;
  }
  #our-culture-block .buttons {
    margin-block: 32px;
  }
  #our-culture-block .culture-card-content {
    width: 100%;
    margin-bottom: 0 !important;
  }
  #our-culture-block .title {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.68px;
    margin-bottom: 0 !important;
  }
  #our-culture-block .container {
    flex-direction: column;
    gap: 32px;
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  #our-culture-block .slick-slide {
    margin: 0 10px;
    height: inherit;
  }
  #our-culture-block .slick-list {
    margin: 0 -10px;
  }
}
.home-video-section {
  height: 600px;
  background-size: cover;
  position: relative;
}
.home-video-section .container {
  padding-top: 247px;
}
.home-video-section .home-video-title {
  font-size: var(--h2-large-font-size, 48px);
  line-height: var(--h2-large-line-height, 57.6px);
  letter-spacing: -1.68px;
  margin-bottom: 24px;
}
.home-video-section .home-video-desc,
.home-video-section .home-video-title {
  max-width: 540px;
  color: var(--Font-color-2, #fafafa);
  font-style: normal;
  font-weight: 700;
}
.home-video-section .home-video-desc {
  font-size: var(--fs-large-font-size, 18px);
  line-height: var(--fs-large-line-height, 27px);
}
.home-video-section .watch-now a {
  color: var(--Font-color-2, #fafafa);
  font-size: var(--fs-small-font-size, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--fs-small-line-height, 21px);
  display: inline-flex;
  padding: var(--Spacing-xxs-8, 8px) var(--Spacing-xxs-8, 8px) var(--Spacing-xxs-8, 8px) var(--Spacing-xs-16, 16px);
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: var(--color-grayscale-dark-1747474, #747474);
}
.home-video-section .watch-now a:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M21 12c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9z' fill='%23E8E8E8' stroke='%23D0D0D0' stroke-miterlimit='10'/%3E%3Cpath opacity='.7' d='M10.14 15.677l5.365-3.241a.51.51 0 000-.872L10.14 8.323a.505.505 0 00-.765.436v6.481a.505.505 0 00.765.437z' fill='%23191919'/%3E%3C/svg%3E");
  display: inline-block;
  width: 24px;
  height: 24px;
}
.home-video-section .watch-now a:focus {
  outline: 2px solid #fafafa;
}
.home-video-section .yt-wrapper .yt-close-btn {
  background: transparent;
  border: none;
}
.home-video-section .yt-wrapper .yt-close-btn:focus {
  outline: 2px solid;
  outline-offset: 2px;
}
@media (max-width: 991px) {
  .home-video-section {
    height: 300px;
    background-position: 50%;
  }
  .home-video-section .container {
    padding-top: 82px;
  }
  .home-video-section .home-video-title {
    font-size: var(--h2-large-font-size, 30px);
    line-height: var(--h2-large-line-height, 36px);
    letter-spacing: -1.05px;
  }
  .home-video-section .home-video-desc {
    display: none;
  }
  .home-video-section .watch-now-section {
    text-align: left !important;
  }
  .yt-wrapper {
    position: fixed;
  }
}
.home-video-section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.vision-block {
  background-color: #fff;
}
.vision-block .container {
  display: flex;
  padding: 96px 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}
.vision-block .title-section {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  align-self: stretch;
}
.vision-block .title-section .heading {
  color: #191919;
  font-size: var(--h1-xl-font-size, 72px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h1-xl-line-height, 86.4px);
  letter-spacing: -2.52px;
  width: 50%;
}
.vision-block .title-section .description {
  color: var(--Font-color-1, #191919);
  font-size: var(--fs-medium-font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--fs-medium-line-height, 24px);
  width: 50%;
}
.vision-block .card-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .vision-block .container {
    padding: var(--Space-lg-48, 48px) 15px;
    flex-direction: column;
    align-items: center;
    gap: var(--Space-md-32, 32px);
  }
  .vision-block .title-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .vision-block .title-section .heading {
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.68px;
    width: 100%;
  }
  .vision-block .title-section .description {
    font-size: var(--fs-medium-font-size, 16px);
    line-height: var(--fs-medium-line-height, 24px);
    width: 100%;
  }
  .vision-block .card-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.vision-mb {
  padding-bottom: 96px;
  padding-top: 64px;
}
@media (max-width: 991px) {
  .vision-mb {
    padding-bottom: 48px;
    padding-top: 32px;
  }
}
.work-card {
  display: flex;
  width: 350px;
  flex-direction: column;
  align-items: flex-start;
  background: var(--Font-color-1, #191919);
}
.work-card .image-container {
  height: 200px;
  align-self: stretch;
}
.work-card .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.work-card .text-content {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  align-self: stretch;
}
.work-card .text-content .card-heading,
.work-card .text-content .card-heading a {
  color: var(--Font-color-4, #ffc627);
  font-size: var(--fs-xs-font-size, 14px);
  font-weight: 700;
  line-height: var(--fs-xs-line-height, 18px);
  margin-bottom: 16px;
}
.work-card .text-content .card-desc {
  color: var(--Font-color-2, #fafafa);
  font-size: var(--h3-small-font-size, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h3-small-line-height, 19.2px);
  letter-spacing: -0.56px;
  margin-bottom: 32px;
}
.work-card .text-content .card-learn-more a {
  overflow: hidden;
  color: var(--Font-color-4, #ffc627);
  text-overflow: ellipsis;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: var(--fs-small-font-size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--fs-small-line-height, 21px);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.work-card .text-content .card-learn-more a:hover {
  color: #ffbc01;
}
.work-card .text-content .card-learn-more a:focus {
  outline: 2px solid #fafafa;
}
@media (max-width: 991px) {
  .work-card {
    width: 100%;
  }
}
#innovation-section {
  padding: 96px 180px;
  background-color: #fafafa;
}
#innovation-section .container {
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
#innovation-section .image-container {
  height: 445px;
  position: relative;
}
#innovation-section .image-container img {
  object-fit: cover;
}
#innovation-section .image-container .image-1 {
  transition: transform 0.4s ease;
  position: absolute;
  width: 338.801px;
  height: 420.873px;
  transform: rotate(-4.869deg);
  flex-shrink: 0;
  aspect-ratio: 338.8/420.87;
  left: 60px;
  text-outline: 0 0 #000;
}
#innovation-section .image-container .image-1 img {
  width: 100%;
  height: 100%;
}
#innovation-section .image-container .image-2 {
  transition: transform 0.4s ease;
  position: absolute;
  width: 242.266px;
  height: 242.266px;
  transform: rotate(3.482deg);
  flex-shrink: 0;
  aspect-ratio: 242.27/242.27;
  bottom: 50px;
  right: 50px;
}
#innovation-section .image-container .image-2 img {
  width: 100%;
  height: 100%;
}
#innovation-section .image-container:hover .image-1 {
  transform: rotate(-2.869deg);
}
#innovation-section .image-container:hover .image-2 {
  transform: rotate(0.482deg);
}
#innovation-section .text-container .innovation-heading {
  color: var(--Font-color-1, #191919);
  font-size: var(--h3-xl-font-size, 36px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h3-xl-line-height, 43.2px);
  letter-spacing: -1.26px;
}
#innovation-section .text-container .innovation-body {
  color: #000;
  font-size: var(--fs-medium-font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--fs-medium-line-height, 24px);
  margin-bottom: 32px;
  margin-top: 16px;
}
#innovation-section .text-container .innovation-body p {
  margin: 0;
}
#innovation-section .text-container .innovation-link a {
  display: inline-flex;
  padding: 8px 24px;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  #innovation-section {
    padding: 48px 15px;
  }
  #innovation-section .container {
    display: grid;
    align-items: center;
    gap: 32px;
    grid-template-columns: 1fr;
  }
  #innovation-section .image-container {
    height: 330px;
    padding-inline: 24px;
  }
  #innovation-section .image-container img {
    object-fit: cover;
  }
  #innovation-section .image-container .image-1 {
    width: 225px;
    height: 285px;
    transform: rotate(-4.869deg);
    aspect-ratio: 225/285;
  }
  #innovation-section .image-container .image-2 {
    width: 164px;
    height: 164px;
    transform: rotate(3.482deg);
    aspect-ratio: 164/164;
    right: 20px;
  }
  #innovation-section .image-container:hover .image-1 {
    transform: rotate(-2.869deg);
  }
  #innovation-section .image-container:hover .image-2 {
    transform: rotate(0.482deg);
  }
  #innovation-section .text-container .innovation-heading {
    font-size: var(--h3-large-font-size, 24px);
    line-height: var(--h3-large-line-height, 28.8px);
    letter-spacing: -0.84px;
  }
  #innovation-section .text-container .innovation-body {
    font-size: var(--fs-medium-font-size, 16px);
    line-height: var(--fs-medium-line-height, 24px);
  }
}
#extended-footer {
  background: var(--Font-color-1, #191919);
  padding-top: 180px;
  padding-bottom: 270px;
  max-height: 595px;
}
#extended-footer .container {
  display: flex;
  gap: 64px;
}
#extended-footer .sticker img {
  width: 257px;
  height: auto;
}
#extended-footer .footer-content {
  color: var(--Font-color-2, #fafafa);
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2.52px;
}
#extended-footer .footer-content span[style],
#extended-footer .footer-content strong {
  display: inline-block;
  padding: 8px;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -2.52px;
}
#extended-footer .footer-content .partner-link a {
  padding: var(--Space-xs-16, 16px) var(--Space-md-32, 32px);
  letter-spacing: normal;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 991px) {
  #extended-footer {
    padding: var(--Space-lg-48, 48px) 0;
    max-height: none;
  }
  #extended-footer .container {
    flex-direction: column;
    gap: 56px;
    align-items: center;
  }
  #extended-footer .footer-content,
  #extended-footer .footer-content span {
    font-size: var(--h2-xl, 60px);
    line-height: normal;
    letter-spacing: -2.1px;
  }
  #extended-footer .footer-content span {
    background-color: #ffc627;
    display: inline-block;
    padding: 8px;
    font-weight: 700;
  }
  #extended-footer .footer-content .partner-link a {
    margin-top: 32px;
  }
}
#people-section-homepage .buttons {
  display: none;
}
#people-section-homepage .testimonial-modal {
  position: fixed;
  display: flex;
  gap: 24px;
  width: 70vw;
  max-width: 936px;
  height: 560px;
  padding: 32px;
  align-items: flex-start;
  border: 2px solid var(--Border-color-1, #d0d0d0);
  background: var(--Background-color-1, #fff);
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#people-section-homepage .testimonial-modal .close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
}
#people-section-homepage .testimonial-modal .close-button:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
#people-section-homepage .testimonial-modal .video-container {
  box-shadow: 0 6.787px 6.787px 0 rgba(0, 0, 0, 0.05);
  width: 50%;
  min-width: 427px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#people-section-homepage .testimonial-modal .video-container video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#people-section-homepage .testimonial-modal .video-container .control-btn {
  position: absolute;
  left: 16px;
  bottom: 16px;
  border-radius: 50%;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}
#people-section-homepage .testimonial-modal .video-container .control-btn .play {
  display: none;
}
#people-section-homepage .testimonial-modal .video-container .control-btn:focus {
  outline: none;
}
#people-section-homepage .testimonial-modal .video-container .control-btn:focus-visible {
  outline: 2px solid #191919;
  outline-offset: 4px;
  border-radius: 50%;
}
#people-section-homepage .testimonial-modal .profile-content {
  padding-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 45%;
}
#people-section-homepage .testimonial-modal .profile-content .profile-name {
  color: #191919;
  font-size: var(--h1-medium-font-size, 48px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h1-medium-line-height, 57.6px);
  letter-spacing: -1.68px;
}
#people-section-homepage .testimonial-modal .profile-content .profile-post {
  color: #8c1d40;
  font-size: var(--h3-small-font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h3-small-line-height, 19.2px);
  letter-spacing: -0.56px;
}
#people-section-homepage .testimonial-modal .profile-content .department {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
}
#people-section-homepage .testimonial-modal .profile-content .profile-bio {
  color: var(--color-grayscale-dark-3191919, #191919);
  font-size: var(--fs-medium-font-size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--fs-medium-line-height, 24px);
}
@media (max-width: 991px) {
  #people-section-homepage {
    padding: 48px 15px;
  }
  #people-section-homepage .testimonial-modal {
    flex-direction: column;
    padding: 0;
    width: 100vw;
    inset: 0;
    gap: 0;
    height: auto;
    transform: none;
    overflow: scroll;
  }
  #people-section-homepage .testimonial-modal .video-container {
    width: 100%;
    min-height: 375px;
    height: 375px;
    min-width: 0;
  }
  #people-section-homepage .testimonial-modal .video-container .control-btn {
    display: block;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  #people-section-homepage .testimonial-modal .video-container video {
    object-fit: contain;
  }
}
@media (max-width: 991px) {
  #people-section-homepage .testimonial-modal .profile-content {
    width: 100%;
    padding: 32px 12px;
  }
  #people-section-homepage .testimonial-modal .profile-content .profile-name {
    font-size: var(--h2-medium-font-size, 36px);
    line-height: var(--h2-medium-line-height, 43.2px);
    letter-spacing: -1.26px;
  }
  #people-section-homepage .testimonial-modal .profile-content .profile-post {
    font-size: var(--h3-small-font-size, 16px);
    line-height: var(--h3-small-line-height, 19.2px);
    letter-spacing: -0.56px;
  }
  #people-section-homepage .testimonial-modal .profile-content .profile-bio {
    font-size: var(--fs-medium-font-size, 16px);
    line-height: var(--fs-medium-line-height, 24px);
  }
  #people-section-homepage .testimonial-modal .close-button {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  #people-section-homepage .all-profiles .slick-slide {
    margin: 0 10px;
    rotate: 2deg;
    transition: all 0.3s ease;
    scale: 0.98;
  }
  #people-section-homepage .all-profiles .slick-list {
    margin: 0 -10px;
  }
  #people-section-homepage .buttons {
    display: flex;
    gap: 16px;
    margin-top: auto;
    margin-bottom: 1rem;
    justify-content: center;
  }
  #people-section-homepage .buttons button {
    background-color: #e8e8e8;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #d0d0d0;
    flex-shrink: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.career-overlay {
  z-index: 998;
}
#people-section-homepage {
  min-height: 912px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  position: relative;
  padding: 136px 0;
}
#people-section-homepage .header-content {
  text-align: center;
  margin-bottom: 48px;
  max-width: 919px;
  position: relative;
  margin-inline: auto;
}
#people-section-homepage .main-title {
  color: #191919;
  text-align: center;
  font-size: var(--h1-xl-font-size, 72px);
  font-style: normal;
  font-weight: 700;
  line-height: var(--h1-xl-line-height, 86.4px);
  letter-spacing: -2.52px;
}
#people-section-homepage .description {
  margin-bottom: 48px;
  color: var(--Font-color-1, #191919);
  text-align: center;
  font-size: var(--fs-medium-font-size, 16px);
  font-weight: 400;
  line-height: var(--fs-medium-line-height, 24px);
}
#people-section-homepage .explore-button {
  background: #8c1d40;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}
#people-section-homepage .explore-button:hover {
  background-color: #6c1632;
  border-color: #62142d;
}
@media (max-width: 991px) {
  #people-section-homepage {
    padding: 48px 0;
    min-height: 0;
  }
  #people-section-homepage .header-content {
    padding-inline: 15px;
  }
  #people-section-homepage .main-title {
    color: var(--Font-color-Font-color-1, #191919);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -1.68px;
    margin-bottom: 32px;
  }
  #people-section-homepage .description {
    color: var(--Font-color-1, #191919);
    text-align: center;
    margin-bottom: 16px;
    font-size: var(--fs-medium-font-size, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--fs-medium-line-height, 24px);
  }
  .buttons {
    margin-bottom: 0;
  }
}
#people-section-homepage .profile_container {
  width: 200px;
  aspect-ratio: 200/255;
  border-radius: 3px;
  position: absolute;
  cursor: pointer;
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.12);
  border: none;
  padding: 0;
}
@media (max-width: 991px) {
  #people-section-homepage .profile_container {
    position: relative;
  }
}
#people-section-homepage .profile_container:hover {
  transform: scale(1.05);
  z-index: 10;
}
#people-section-homepage .profile_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
#people-section-homepage .profile-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
#people-section-homepage .profile_container:hover .profile-video {
  opacity: 1;
}
#people-section-homepage .profile_container:hover .profile {
  opacity: 0;
}
.careers-video-section .video-content {
  overflow: hidden;
}
.careers-video-section .video-content .video-content-desc,
.careers-video-section .video-content .video-title,
.careers-video-section .video-content .watch-now {
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.6s ease;
}
.careers-video-section .video-wrapper.in-view .video-content .video-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.careers-video-section .video-wrapper.in-view .video-content .video-content-desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.careers-video-section .video-wrapper.in-view .video-content .watch-now {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
#explore-open-positions {
  background-color: #e8e8e8;
}
.know-more-tooltip {
  pointer-events: none;
}
.btn.btn-primary:focus,
.btn.btn-secondary:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.partner-link .btn.btn-secondary:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.position-wrapper .position-title.outer {
  border: none;
  border-bottom: 1px solid var(--color-light-light-4-d-0-d-0-d-0, #d0d0d0);
  width: 100%;
}
.career-close-button {
  border: none;
  background: transparent;
}
.yt-wrapper {
  display: none;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yt-wrapper.open {
  display: block;
}
.yt-wrapper .yt-embed {
  display: none;
}
.yt-wrapper .yt-close-btn {
  display: inline-block;
  left: 100%;
  position: relative;
  background: transparent;
  border: none;
}
@media only screen and (max-width: 768px) {
  .yt-wrapper .yt-close-btn {
    top: -8px;
    left: calc(100% - 16px);
  }
}
.yt-wrapper .yt-close-btn:focus {
  outline: 2px solid;
  outline-offset: 2px;
}
.yt-wrapper .yt-embed-frame iframe {
  width: 80vw !important;
  aspect-ratio: 1.7;
  height: auto !important;
  max-height: 80vh;
}
@media only screen and (max-width: 768px) {
  .yt-wrapper .yt-embed-frame iframe {
    width: 90vw !important;
    aspect-ratio: 1.7;
    height: auto !important;
  }
}
/*# sourceMappingURL=/careers.css.map */
