/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Brand palette */
/* Neutral palette */
/* CardWorks UI kit — eyebrow pills, section surfaces (stack-showcase, etc.) */
/* Accents & states */
/* News filter cards (Figma — Filter + Cards) */
.section--team {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 7.5rem;
  color: #150D50;
  overflow: hidden;
}
@media screen and (min-width:991px) {
  .section--team {
    padding-top: 8rem;
    padding-bottom: 18.75rem;
  }
}
.section--team:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url('data:image/svg+xml,<svg width="1440" height="491" viewBox="0 0 1440 491" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1447 81L-8 241.499L-6.4373 333.346L1447 491L1447 81Z" fill="url(%23paint0_linear_1197_4349)"/><path d="M1447 0L-8 161.282L-6.4373 253.577L1447 412L1447 0Z" fill="url(%23paint1_linear_1197_4349)"/><defs><linearGradient id="paint0_linear_1197_4349" x1="1411.43" y1="105.642" x2="188.562" y2="736.247" gradientUnits="userSpaceOnUse"><stop stop-color="%2353EBFF"/><stop offset="1" stop-color="%232626FF"/></linearGradient><linearGradient id="paint1_linear_1197_4349" x1="1411.43" y1="24.7626" x2="186.069" y2="653.586" gradientUnits="userSpaceOnUse"><stop stop-color="%2353EBFF" stop-opacity="0"/><stop offset="1" stop-color="%232626FF"/></linearGradient></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 100% 0.5%;
}
.section--team .cws.team .team__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width:991px) {
  .section--team .cws.team .team__wrapper {
    gap: 6rem;
  }
}
.section--team .cws.team header {
  max-width: 55rem;
}
.section--team .cws.team header h2 {
  margin: 0 0 2rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 2.25rem;
  font-weight: 450;
}
@media screen and (min-width:991px) {
  .section--team .cws.team header h2 {
    font-size: 3.5rem;
  }
}
.section--team .cws.team header h2 {
  letter-spacing: normal;
  line-height: 1.14;
}
.section--team .cws.team header p {
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.33;
}
@media screen and (min-width:991px) {
  .section--team .cws.team header p {
    font-size: 1.5rem;
  }
}
.section--team .cws.team ul.team__list {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 6rem 1rem;
  grid-template-columns: 1fr;
  list-style: none;
}
@media screen and (min-width:768px) {
  .section--team .cws.team ul.team__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:991px) {
  .section--team .cws.team ul.team__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.section--team .cws.team li {
  min-width: 0;
}
.section--team .cws.team li article {
  display: flex;
  flex-direction: column;
}
.section--team .cws.team .team__flip {
  position: relative;
  border: 0.0625rem solid transparent;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)) padding-box, linear-gradient(262deg, #53EBFF 2.9%, #FFF 95.79%) border-box;
  border: 0.0625rem solid transparent;
  border-radius: 1.5rem;
  overflow: hidden;
}
.section--team .cws.team .team__flip .team__rotor {
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
}
.section--team .cws.team .team__flip .team__face--front {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.5rem;
}
.section--team .cws.team .team__flip .team__face--front figure.aspect-box {
  --aspect-ratio: 534/432;
  margin: 0;
}
.section--team .cws.team .team__flip .team__face--front figure.aspect-box img {
  margin-top: auto;
  bottom: 0;
  padding-top: 2.625rem;
}
.section--team .cws.team .team__flip .team__face--back {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: #53ebff;
  border-radius: 1.375rem;
  transform: translateY(100%);
  transition: transform 0.55s ease;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .section--team .cws.team .team__flip .team__face--back {
    transition-duration: 0.01ms;
  }
}
.section--team .cws.team .team__flip .team__back-inner {
  box-sizing: border-box;
  min-height: 100%;
  padding: 1.25rem;
  display: flex;
}
@media screen and (min-width:991px) {
  .section--team .cws.team .team__flip .team__back-inner {
    padding: 1.75rem;
  }
}
.section--team .cws.team .team__flip .team__back-inner {
  flex-direction: column;
  gap: 1.5rem;
}
.section--team .cws.team .team__flip .team__back-inner header {
  padding-top: 2.5rem;
}
.section--team .cws.team .team__flip .team__back-inner h5 {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.section--team .cws.team .team__flip .team__back-inner p {
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width:991px) {
  .section--team .cws.team .team__flip .team__back-inner p {
    font-size: 1.25rem;
  }
}
.section--team .cws.team .team__flip .team__back-inner p {
  letter-spacing: normal;
  line-height: 1.4;
  color: #150D50;
}
.section--team .cws.team .team__flip .team__back-inner article a.btn__social {
  margin-top: 1.5rem;
}
.section--team .cws.team .team__flip .team__back-inner article a.btn__social svg * {
  transition: all 0.3s ease-in-out;
}
.section--team .cws.team .team__flip .team__back-inner article a.btn__social:hover svg rect {
  fill: #2626FF;
}
.section--team .cws.team .team__flip .team__back-inner article a.btn__social:hover svg path {
  fill: #fff;
}
.section--team .cws.team .team__flip .team__back-inner article a.btn__social:hover svg g path {
  fill: #fff;
}
.section--team .cws.team .team__flip .team__fpo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (min-width:991px) {
  .section--team .cws.team .team__flip .team__fpo {
    font-size: 3.5rem;
  }
}
.section--team .cws.team .team__flip .team__fpo {
  letter-spacing: normal;
  line-height: 1.07;
  color: #fff;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.section--team .cws.team .team__flip .team__toggle {
  position: absolute;
  z-index: 3;
  top: 0.9375rem;
  right: 0.9375rem;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0.125rem solid #2626FF;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.75rem;
  font-weight: 450;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.section--team .cws.team .team__flip .team__toggle:focus-visible {
  outline: 0.125rem solid #150D50;
  outline-offset: 0.1875rem;
}
.section--team .cws.team .team__flip .team__toggle span svg {
  fill: #2626FF;
  transition: all 0.3s ease-in-out;
}
.section--team .cws.team .team__flip .team__toggle span svg g path {
  fill: #2626FF;
}
.section--team .cws.team .team__flip .team__toggle:hover {
  background: #5151FF;
}
.section--team .cws.team .team__flip .team__toggle:hover span svg g path {
  fill: #fff;
}
.section--team .cws.team .team__flip.is-open .team__face--back {
  transform: translateY(0);
  pointer-events: auto;
}
.section--team .cws.team .team__flip.is-open .team__toggle span svg {
  transform: rotate(45deg);
}
.section--team .cws.team .team__meta {
  text-align: left;
  padding-top: 2rem;
}
.section--team .cws.team .team__meta h3 {
  margin: 0 0 1rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.5rem;
  font-weight: 450;
}
@media screen and (min-width:991px) {
  .section--team .cws.team .team__meta h3 {
    font-size: 2rem;
  }
}
.section--team .cws.team .team__meta h3 {
  letter-spacing: normal;
  line-height: 1.25;
  color: #150D50;
}
.section--team .cws.team .team__meta p {
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.33;
  color: #150D50;
}
@media screen and (min-width:991px) {
  .section--team .cws.team .team__meta p {
    font-size: 1.5rem;
  }
}
.section--team .cws.team .team__meta p + p {
  margin-top: 0.25rem;
}

/*# sourceMappingURL=style.css.map */
