/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/team/style_team.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
:root {
  --color-base: var(--wp--preset--color--base);
  --color-green: var(--wp--preset--color--green);
  --color-blue-30: rgba(7, 80, 162, 0.4);
  --color-blue: var(--wp--preset--color--blue);
  --color-petrol: var(--wp--preset--color--teal);
  --color-lightblue: var(--wp--preset--color--light-blue);
  --color-dark-navy: var(--wp--preset--color--dark-navy);
  --color-orange: #f38125;
  --color-ice-blue: #71cbf2;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-red-light: #ff9494;
  --color-error-red: #ffa5a5;
  --color-success-green: #008a22;
  /* Gap */
  --gap-24: 1.5rem;
  --gap-48: 3rem;
  --gap-64: 4rem;
  /* BorderRadius */
  --br-5: 5px;
  --br-8: 8px;
  --br-15: 15px;
  --br-100: 100px;
  /* mediabreaks */
  --mb_mobilesmall: $mb_mobilesmall;
  --mb_mobile: $mb_mobile;
  --mb_content: $mb_content;
  --content_narrowSize: 600px;
  --content_normalSize: 846px;
  --content_wideSize: 1048px;
  /* padding margin */
  --mobilepadding: 1rem;
  /* header */
  --header_height_mobile: 80px;
  --header_logo_size: 160px;
  --header_margin: 1rem;
  /* hero */
  --hero_height_mobile: 440px;
  --hero_height: 560px;
  /* slider */
  --dotbutton_size: 12px;
  --activedot_size: 36px;
  --pausebutton_size: 25px;
  --sliderarrow__size: 48px;
  --sliderarrow_sides_offset: calc(var(--mobilepadding) / 2);
  --sliderarrow_top_offset: 50%;
  /* swiper */
  --swiper-navigation-sides-offset: var(--sliderarrow_sides_offset);
  --swiper-navigation-top-offset: var(--sliderarrow_top_offset);
  --swiper-navigation-size: var(--sliderarrow__size);
  /* form, input */
  --input-margin_bottom: 1.75rem;
}

body {
  --contentstart-after-header: calc(var(--header_height_mobile) + 2rem);
}

.team {
  background-color: var(--color-base);
}
.team .team__editor-preview {
  padding: 2rem;
  background-color: var(--color-lightblue);
  text-align: center;
  font-style: italic;
}
.team .team__heading {
  text-align: center;
  text-transform: uppercase;
}
.team .team__stage {
  display: flow-root;
  background-color: var(--color-dark-navy);
  padding: 0 1rem 5rem;
  overflow: visible;
}
@media (min-width: 1048px) {
  .team .team__stage {
    margin-top: 13.5rem;
  }
}
.team .team__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 64rem;
  margin: -13.5rem auto 0;
  align-items: start;
}
@media (max-width: 1048px) {
  .team .team__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 0;
    padding-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1048px) {
  .team .team__grid {
    width: 66%;
  }
}
@media (max-width: 768px) {
  .team .team__grid {
    padding-top: 2rem;
  }
}
@media (max-width: 576px) {
  .team .team__grid {
    grid-template-columns: 1fr;
  }
}
.team .team__member {
  position: relative;
  z-index: 0;
}
.team .team__member:nth-child(1) {
  margin-top: 10.5rem;
}
.team .team__member:nth-child(2) {
  margin-top: 4.5rem;
}
.team .team__member:nth-child(3) {
  margin-top: 16.5rem;
}
.team .team__member:nth-child(4) {
  margin-top: 10.5rem;
}
@media (max-width: 1048px) {
  .team .team__member:nth-child(1) {
    margin-top: 0;
  }
  .team .team__member:nth-child(2) {
    margin-top: 2.5rem;
  }
  .team .team__member:nth-child(3) {
    margin-top: 0;
  }
  .team .team__member:nth-child(4) {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .team .team__member {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .team .team__member {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 846px) {
  .team .team__member:hover {
    z-index: 1;
  }
  .team .team__member:hover .team__figure {
    transform: translateY(-5rem);
  }
}
.team .team__figure {
  margin: 0;
  margin-bottom: -5rem;
  border-top-right-radius: 12px;
  overflow: hidden;
  aspect-ratio: 245/345;
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.team .team__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1048px) {
  .team .team__figure {
    margin-bottom: 0;
  }
}
.team .team__figure-placeholder {
  width: 100%;
  height: 100%;
  background-color: #0b3558;
}
.team .team__info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.team .team__description {
  min-height: 5rem;
  padding-top: 0.75rem;
  color: var(--color-base);
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}
@media (max-width: 1048px) {
  .team .team__description {
    min-height: 0;
    padding-bottom: 1rem;
  }
}
.team .team__name {
  font-family: var(--wp--preset--font-family--orbitron, "Orbitron");
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--color-base);
  line-height: 1.2;
  margin: 0;
}
.team .team__position {
  color: var(--color-base);
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
}
.team .wp-block-buttons {
  margin-top: 1rem;
}

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