/*
 * Simpleweb Real Estate - Parity Batch 3
 * Canonical video callout, advisory team, and Gurugram location guide.
 */

body.swrep-parity-home .swrep-b3-heading {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 52px;
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-heading__eyebrow {
  position: relative;
  display: inline-block;
  height: 26px;
  margin: 0;
  padding-top: 4px;
  color: var(--swrep-orange);
  font-family: var(--swrep-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}

body.swrep-parity-home .swrep-b3-heading__eyebrow::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--swrep-orange);
  content: "";
}

body.swrep-parity-home .swrep-b3-heading__eyebrow::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 50%;
  background: var(--swrep-orange);
  box-shadow: 0 0 0 0 rgba(var(--swrep-orange-rgb), .35);
  content: "";
  transform-origin: center;
  animation: swrep-b3-heartbeat 1.55s ease-in-out infinite;
}

body.swrep-parity-home .swrep-b3-heading__title {
  margin: 5px 0 0;
  color: var(--swrep-black);
  font-family: var(--swrep-heading-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  text-transform: none;
}

body.swrep-parity-home .swrep-b3-heading__title > span:not(.swrep-b3-reveal__word),
body.swrep-parity-home .swrep-b3-heading__title .swrep-b3-heading__accent {
  color: var(--swrep-orange);
}

body.swrep-parity-home .swrep-b3-heading__text {
  max-width: 660px;
  margin: 16px 0 0;
}

body.swrep-parity-home .swrep-b3-reveal__word {
  display: inline-block;
  white-space: nowrap;
  text-transform: none;
}

body.swrep-parity-home [data-swrep-b3-reveal].is-reveal-ready .swrep-b3-reveal__char {
  display: inline-block;
  opacity: 0;
  text-transform: none;
  transform: perspective(400px) translateY(90%) rotateX(-40deg);
  transform-origin: 50% 100%;
  transition: opacity 1s ease, transform 1s cubic-bezier(.175, .885, .32, 1.275);
  transition-delay: calc(var(--swrep-b3-char-index, 0) * 20ms);
}

body.swrep-parity-home [data-swrep-b3-reveal].is-reveal-ready.is-revealed .swrep-b3-reveal__char {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}

@keyframes swrep-b3-heartbeat {
  0%, 38%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--swrep-orange-rgb), .35);
  }
  10% {
    transform: scale(1.7);
    box-shadow: 0 0 0 3px rgba(var(--swrep-orange-rgb), .24);
  }
  20% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(var(--swrep-orange-rgb), .1);
  }
  28% {
    transform: scale(1.4);
    box-shadow: 0 0 0 9px rgba(var(--swrep-orange-rgb), 0);
  }
}

/* Video callout. */
body.swrep-parity-home .swrep-b3-video {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--swrep-black);
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-video__background {
  position: absolute;
  top: -80px;
  right: 0;
  bottom: -80px;
  left: 0;
  overflow: hidden;
  opacity: .3;
  will-change: transform;
  z-index: -1;
}

body.swrep-parity-home .swrep-b3-video__background-image {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

body.swrep-parity-home .swrep-b3-video__inner {
  position: relative;
  display: block;
  padding: 120px 0;
  text-align: center;
}

body.swrep-parity-home .swrep-b3-video__eyebrow,
body.swrep-parity-home .swrep-b3-video__text {
  margin-right: auto;
  margin-left: auto;
  color: rgba(var(--swrep-white-rgb), .82);
}

body.swrep-parity-home .swrep-b3-video__eyebrow {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}

body.swrep-parity-home .swrep-b3-video__play {
  position: relative;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 0;
  border-radius: 50%;
  background: var(--swrep-white);
  color: var(--swrep-gold);
  line-height: 70px;
  text-align: center;
  transition: color 500ms ease, background-color 500ms ease;
  z-index: 1;
}

body.swrep-parity-home a.swrep-b3-video__play:hover,
body.swrep-parity-home a.swrep-b3-video__play:focus-visible {
  background: var(--swrep-gold);
  color: var(--swrep-white);
  outline: 3px solid var(--swrep-orange);
  outline-offset: 7px;
}

body.swrep-parity-home .swrep-b3-video__play::before {
  position: absolute;
  inset: -5px;
  border: 5px solid rgba(var(--swrep-white-rgb), .3);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

body.swrep-parity-home [data-swrep-b3-icon] {
  --swrep-b3-icon-url: none;
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
  background: currentColor;
  -webkit-mask: var(--swrep-b3-icon-url) center / contain no-repeat;
  mask: var(--swrep-b3-icon-url) center / contain no-repeat;
}

body.swrep-parity-home [data-swrep-b3-icon="play"] {
  --swrep-b3-icon-url: url("../parity/vendor/font-awesome-free-5.15.4/solid/play.svg");
  width: 16px;
  height: 20px;
  flex-basis: 16px;
}

body.swrep-parity-home [data-swrep-b3-icon="check"] {
  position: relative;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  background: none;
  -webkit-mask: none;
  mask: none;
}

body.swrep-parity-home [data-swrep-b3-icon="check"]::after {
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

body.swrep-parity-home [data-swrep-b3-icon="facebook"] {
  --swrep-b3-icon-url: url("../parity/vendor/font-awesome-free-5.15.4/brands/facebook-f.svg");
}

body.swrep-parity-home [data-swrep-b3-icon="twitter"] {
  position: relative;
  background: none;
  -webkit-mask: none;
  mask: none;
}

body.swrep-parity-home [data-swrep-b3-icon="twitter"]::before,
body.swrep-parity-home [data-swrep-b3-icon="twitter"]::after {
  position: absolute;
  top: 1px;
  left: 6.5px;
  width: 1.5px;
  height: 13px;
  background: currentColor;
  content: "";
  transform: rotate(42deg);
  transform-origin: center;
}

body.swrep-parity-home [data-swrep-b3-icon="twitter"]::after {
  transform: rotate(-42deg);
}

body.swrep-parity-home [data-swrep-b3-icon="pinterest"] {
  --swrep-b3-icon-url: url("../parity/vendor/font-awesome-free-5.15.4/brands/pinterest-p.svg");
}

body.swrep-parity-home [data-swrep-b3-icon="linkedin"] {
  --swrep-b3-icon-url: url("../parity/vendor/font-awesome-free-5.15.4/brands/linkedin-in.svg");
}

body.swrep-parity-home .swrep-b3-video__ripple,
body.swrep-parity-home .swrep-b3-video__ripple::before,
body.swrep-parity-home .swrep-b3-video__ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(var(--swrep-white-rgb), .6);
  content: "";
  transform: translate(-50%, -50%);
  animation: swrep-b3-ripple 3s infinite;
}

body.swrep-parity-home .swrep-b3-video__ripple::before {
  animation-delay: .9s;
}

body.swrep-parity-home .swrep-b3-video__ripple::after {
  animation-delay: .6s;
}

@keyframes swrep-b3-ripple {
  70% { box-shadow: 0 0 0 30px rgba(var(--swrep-white-rgb), 0); }
  100% { box-shadow: 0 0 0 0 rgba(var(--swrep-white-rgb), 0); }
}

body.swrep-parity-home .swrep-b3-video__title {
  margin: 35px 0 20px;
  color: var(--swrep-white);
  font-family: var(--swrep-heading-font);
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  text-transform: capitalize;
}

body.swrep-parity-home .swrep-b3-video__title > span:not(.swrep-b3-reveal__word) {
  color: var(--swrep-bright-gold);
}

body.swrep-parity-home .swrep-b3-video__text {
  max-width: 650px;
  margin-top: -4px;
  margin-bottom: 20px;
}

body.swrep-parity-home .swrep-b3-video__cta-box {
  position: relative;
  display: block;
}

body.swrep-parity-home .swrep-b3-video__cta,
body.swrep-parity-home .swrep-b3-locations__cta {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  overflow: hidden;
  padding: 17px 35px;
  border: 0;
  background: var(--swrep-gold);
  box-shadow: 0 6px 0 rgba(var(--swrep-black-rgb), .32), 0 13px 22px rgba(var(--swrep-black-rgb), .18);
  color: var(--swrep-white) !important;
  font-family: var(--swrep-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  transform: translateY(0);
  transition: color 250ms ease, background-color 250ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.swrep-parity-home .swrep-b3-video__cta:hover,
body.swrep-parity-home .swrep-b3-video__cta:focus-visible,
body.swrep-parity-home .swrep-b3-locations__cta:hover,
body.swrep-parity-home .swrep-b3-locations__cta:focus-visible {
  background: var(--swrep-gold-tint);
  box-shadow: 0 3px 0 rgba(var(--swrep-black-rgb), .28), 0 8px 15px rgba(var(--swrep-black-rgb), .14);
  color: var(--swrep-black) !important;
  outline: 3px solid var(--swrep-orange);
  outline-offset: 3px;
  transform: translateY(3px);
}

body.swrep-parity-home .swrep-b3-video__cta:active,
body.swrep-parity-home .swrep-b3-locations__cta:active {
  box-shadow: 0 1px 0 rgba(var(--swrep-black-rgb), .24);
  transform: translateY(6px);
}

/* Advisory team. */
body.swrep-parity-home .swrep-b3-team {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 0;
}

body.swrep-parity-home .swrep-b3-team__member {
  position: relative;
  display: block;
  min-width: 0;
  margin: 0 0 22px;
}

body.swrep-parity-home .swrep-b3-team__member.is-reveal-ready {
  opacity: 0;
  transform: translateX(-35px);
  transition: opacity 650ms ease, transform 700ms cubic-bezier(.2, .72, .22, 1);
  transition-delay: var(--swrep-b3-card-delay, 100ms);
}

body.swrep-parity-home .swrep-b3-team__member.is-reveal-ready:nth-child(n+3) {
  transform: translateX(35px);
}

body.swrep-parity-home .swrep-b3-team__member.is-reveal-ready.is-revealed {
  opacity: 1;
  transform: translateX(0);
}

body.swrep-parity-home .swrep-b3-team__media {
  position: relative;
  display: block;
  height: 320px;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-team__media::after {
  position: absolute;
  inset: 0;
  background: rgba(var(--swrep-black-rgb), .8);
  content: "";
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 700ms ease, transform 700ms ease;
}

body.swrep-parity-home .swrep-b3-team__image {
  display: block;
  width: 100%;
  max-width: none;
  height: 320px;
  object-fit: fill;
  transform: scale(1);
  transition: transform 1s ease-in-out;
}

body.swrep-parity-home .swrep-b3-team__member:hover .swrep-b3-team__media::after,
body.swrep-parity-home .swrep-b3-team__member:focus-within .swrep-b3-team__media::after {
  opacity: 1;
  transform: translateY(0);
}

body.swrep-parity-home .swrep-b3-team__member:hover .swrep-b3-team__image,
body.swrep-parity-home .swrep-b3-team__member:focus-within .swrep-b3-team__image {
  transform: scale(1.05);
}

body.swrep-parity-home .swrep-b3-team__socials {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 700ms ease, transform 700ms ease;
  z-index: 2;
}

body.swrep-parity-home .swrep-b3-team__member:hover .swrep-b3-team__socials,
body.swrep-parity-home .swrep-b3-team__member:focus-within .swrep-b3-team__socials {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}

body.swrep-parity-home .swrep-b3-team__socials a,
body.swrep-parity-home .swrep-b3-team__socials > li > span {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--swrep-gold);
  background: transparent;
  color: var(--swrep-gold);
  font-size: 15px;
  transition: color 500ms ease, background-color 500ms ease;
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-team__socials a:hover,
body.swrep-parity-home .swrep-b3-team__socials a:focus-visible {
  background: var(--swrep-gold);
  color: var(--swrep-white);
  outline: 2px solid var(--swrep-orange);
  outline-offset: 2px;
}

body.swrep-parity-home .swrep-b3-team__socials [data-swrep-b3-icon] {
  width: 15px;
  height: 15px;
  flex-basis: 15px;
}

body.swrep-parity-home .swrep-b3-team__content {
  position: relative;
  display: block;
  padding: 20px 0 0;
  text-align: center;
}

body.swrep-parity-home .swrep-b3-team__name {
  margin: 0 0 4px;
  color: var(--swrep-black);
  font-family: var(--swrep-heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

body.swrep-parity-home .swrep-b3-team__name a {
  color: var(--swrep-black);
  transition: color 300ms ease;
}

body.swrep-parity-home .swrep-b3-team__name a:hover,
body.swrep-parity-home .swrep-b3-team__name a:focus-visible {
  color: var(--swrep-gold);
}

body.swrep-parity-home .swrep-b3-team__role,
body.swrep-parity-home .swrep-b3-team__bio {
  margin: 0;
  color: var(--swrep-gray);
  font-family: var(--swrep-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

body.swrep-parity-home .swrep-b3-team__bio {
  margin-top: 8px;
}

/* Gurugram location guide. */
body.swrep-parity-home .swrep-b3-locations {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0;
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-locations__backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(251, 247, 239, 0) 24%, rgba(251, 247, 239, 1) 100%);
  z-index: -1;
}

body.swrep-parity-home .swrep-b3-locations__layout {
  display: grid;
  grid-template-columns: calc((100% - 60px) / 3) minmax(0, 1fr);
  gap: 30px;
}

body.swrep-parity-home .swrep-b3-locations__selector-column {
  min-width: 0;
}

body.swrep-parity-home .swrep-b3-locations__selectors {
  display: block;
}

body.swrep-parity-home .swrep-b3-locations__selector + .swrep-b3-locations__selector {
  margin-top: 15px;
}

body.swrep-parity-home .swrep-b3-locations__selector {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  padding: 20px;
  border: 0;
  background: var(--swrep-white);
  box-shadow: 0 0 48.51px .49px rgba(var(--swrep-black-rgb), .1);
  color: var(--swrep-gray);
  text-align: left;
  transition: color 400ms linear, background-color 400ms linear;
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-locations__selector::before {
  position: absolute;
  inset: 0;
  background: var(--swrep-gold);
  content: "";
  opacity: 0;
  transform: scaleX(.7) rotateX(20deg);
  transition: opacity 400ms linear, transform 400ms linear;
  z-index: -1;
}

body.swrep-parity-home .swrep-b3-locations__selector[aria-selected="true"]::before {
  opacity: 1;
  transform: scaleX(1) rotateX(0);
}

body.swrep-parity-home .swrep-b3-locations__selector:focus-visible {
  outline: 3px solid var(--swrep-orange);
  outline-offset: 3px;
}

body.swrep-parity-home .swrep-b3-locations__selector-media {
  position: relative;
  display: block;
  width: 80px;
  max-width: 80px;
  height: 80px;
  flex: 0 0 80px;
}

body.swrep-parity-home .swrep-b3-locations__selector-image {
  display: block;
  width: 80px;
  max-width: none;
  height: 80px;
  object-fit: fill;
}

body.swrep-parity-home .swrep-b3-locations__selector-content {
  display: block;
  min-width: 0;
}

body.swrep-parity-home .swrep-b3-locations__selector-title {
  display: block;
  margin: 0 0 5px;
  color: var(--swrep-black);
  font-family: var(--swrep-heading-font);
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  text-transform: capitalize;
}

body.swrep-parity-home .swrep-b3-locations__selector-summary {
  display: block;
  color: var(--swrep-gray);
  font-family: var(--swrep-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

body.swrep-parity-home .swrep-b3-locations__selector[aria-selected="true"] .swrep-b3-locations__selector-title,
body.swrep-parity-home .swrep-b3-locations__selector[aria-selected="true"] .swrep-b3-locations__selector-summary {
  color: var(--swrep-white);
}

body.swrep-parity-home .swrep-b3-locations__section-cta-box {
  position: relative;
  display: block;
  margin-top: 15px;
  text-align: center;
}

body.swrep-parity-home .swrep-b3-locations__section-cta {
  position: relative;
  display: inline-flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 11px 35px;
  border: 1px solid rgba(var(--swrep-black-rgb), .1);
  background: transparent;
  color: var(--swrep-black);
  font-family: var(--swrep-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  transition: color 400ms ease, background-color 400ms ease;
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-locations__section-cta::before,
body.swrep-parity-home .swrep-b3-locations__section-cta::after {
  position: absolute;
  width: 50%;
  height: 0;
  background: var(--swrep-black);
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
  z-index: -1;
}

body.swrep-parity-home .swrep-b3-locations__section-cta::before {
  top: 0;
  left: 0;
}

body.swrep-parity-home .swrep-b3-locations__section-cta::after {
  right: 0;
  bottom: 0;
}

body.swrep-parity-home .swrep-b3-locations__section-cta:hover::before,
body.swrep-parity-home .swrep-b3-locations__section-cta:hover::after,
body.swrep-parity-home .swrep-b3-locations__section-cta:focus-visible::before,
body.swrep-parity-home .swrep-b3-locations__section-cta:focus-visible::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

body.swrep-parity-home .swrep-b3-locations__section-cta:hover,
body.swrep-parity-home .swrep-b3-locations__section-cta:focus-visible {
  background: transparent;
  color: var(--swrep-white);
  outline: 3px solid var(--swrep-orange);
  outline-offset: 2px;
}

body.swrep-parity-home .swrep-b3-locations__panels {
  min-width: 0;
  padding: 40px 35px;
  background: var(--swrep-white);
  box-shadow: 0 0 48.51px .49px rgba(var(--swrep-black-rgb), .1);
}

body.swrep-parity-home .swrep-b3-locations__panel[hidden] {
  display: none !important;
}

body.swrep-parity-home .swrep-b3-locations__panel.is-entering {
  opacity: 0;
  transform: translateX(35px);
  transition: opacity 300ms ease, transform 600ms ease;
}

body.swrep-parity-home .swrep-b3-locations__panel.is-entering.is-visible {
  opacity: 1;
  transform: translateX(0);
}

body.swrep-parity-home .swrep-b3-locations__panel-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

body.swrep-parity-home .swrep-b3-locations__media {
  position: relative;
  display: block;
  width: 410px;
  max-width: 410px;
  height: 500px;
  flex: 0 0 410px;
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-locations__media::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(var(--swrep-black-rgb), 0) 75%, rgba(var(--swrep-black-rgb), 1) 100%);
  content: "";
  z-index: 1;
}

body.swrep-parity-home .swrep-b3-locations__image {
  display: block;
  width: 100%;
  max-width: none;
  height: 500px;
  object-fit: fill;
}

body.swrep-parity-home .swrep-b3-locations__index {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 25px;
  background: var(--swrep-gold);
  text-align: center;
  z-index: 2;
}

body.swrep-parity-home .swrep-b3-locations__index::before,
body.swrep-parity-home .swrep-b3-locations__index::after {
  position: absolute;
  border: 1px solid rgba(var(--swrep-white-rgb), .4);
  content: "";
}

body.swrep-parity-home .swrep-b3-locations__index::before { inset: 3px; }
body.swrep-parity-home .swrep-b3-locations__index::after { inset: 5px; }

body.swrep-parity-home .swrep-b3-locations__index > span {
  color: var(--swrep-black);
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

body.swrep-parity-home .swrep-b3-locations__index > small {
  color: var(--swrep-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

body.swrep-parity-home .swrep-b3-locations__post {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: 0;
  color: var(--swrep-white);
  text-align: center;
  z-index: 2;
}

body.swrep-parity-home .swrep-b3-locations__post > span,
body.swrep-parity-home .swrep-b3-locations__post > small {
  display: block;
  color: var(--swrep-white);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

body.swrep-parity-home .swrep-b3-locations__post strong {
  color: var(--swrep-bright-gold);
  font-weight: 700;
}

body.swrep-parity-home .swrep-b3-locations__content {
  min-width: 0;
  flex: 1 1 auto;
}

body.swrep-parity-home .swrep-b3-locations__title {
  margin: 0;
  color: var(--swrep-black);
  font-family: var(--swrep-heading-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

body.swrep-parity-home .swrep-b3-locations__subtitle {
  margin: 8px 0 0;
  color: var(--swrep-black);
  font-family: var(--swrep-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

body.swrep-parity-home .swrep-b3-locations__text {
  margin: 20px 0 21px;
  color: var(--swrep-gray);
  font-size: 16px;
  line-height: 26px;
}

body.swrep-parity-home .swrep-b3-locations__text--secondary {
  margin: 0;
}

body.swrep-parity-home .swrep-b3-locations__points {
  display: block;
  margin: 20px 0;
}

body.swrep-parity-home .swrep-b3-locations__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 26px;
}

body.swrep-parity-home .swrep-b3-locations__points li + li {
  margin-top: 5px;
}

body.swrep-parity-home .swrep-b3-locations__points [data-swrep-b3-icon="check"] {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
  color: var(--swrep-gold);
}

body.swrep-parity-home .swrep-b3-locations__cta-box {
  position: relative;
  display: block;
}

@media (min-width: 1320px) {
  body.swrep-parity-home .swrep-b3-video > .swrep-container,
  body.swrep-parity-home .swrep-b3-team > .swrep-container,
  body.swrep-parity-home .swrep-b3-locations > .swrep-container {
    max-width: 1320px;
  }
}

@media (min-width: 1200px) and (max-width: 1319px) {
  body.swrep-parity-home .swrep-b3-locations__panels {
    padding: 40px 25px;
  }
}

@media (max-width: 1199px) {
  body.swrep-parity-home .swrep-b3-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.swrep-parity-home .swrep-b3-locations__panel-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  body.swrep-parity-home .swrep-b3-locations__media {
    flex-basis: 500px;
  }
}

@media (max-width: 991px) {
  body.swrep-parity-home .swrep-b3-locations__layout {
    display: block;
  }

  body.swrep-parity-home .swrep-b3-locations__panels {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  body.swrep-parity-home .swrep-b3-heading {
    margin-bottom: 42px;
  }

  body.swrep-parity-home .swrep-b3-heading__title {
    font-size: 24px;
    line-height: 34px;
  }

  body.swrep-parity-home .swrep-b3-heading__title br {
    display: none;
  }

  body.swrep-parity-home .swrep-b3-team .swrep-b3-heading__title > span:not(.swrep-b3-reveal__word) {
    display: block;
  }

  body.swrep-parity-home .swrep-b3-video__inner {
    padding: 80px 0;
  }

  body.swrep-parity-home .swrep-b3-video__title {
    font-size: 30px;
    line-height: 45px;
  }

  body.swrep-parity-home .swrep-b3-team {
    padding: 80px 0 50px;
  }

  body.swrep-parity-home .swrep-b3-team__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.swrep-parity-home .swrep-b3-team__member {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  body.swrep-parity-home .swrep-b3-team__member.is-reveal-ready:nth-child(n) {
    transform: translateY(24px);
  }

  body.swrep-parity-home .swrep-b3-team__member.is-reveal-ready.is-revealed {
    transform: translateY(0);
  }

  body.swrep-parity-home .swrep-b3-locations {
    padding: 80px 0;
  }

  body.swrep-parity-home .swrep-b3-locations__panels {
    padding: 20px;
  }

  body.swrep-parity-home .swrep-b3-locations__media {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.swrep-parity-home .swrep-b3-heading__eyebrow::after,
  body.swrep-parity-home .swrep-b3-video__ripple,
  body.swrep-parity-home .swrep-b3-video__ripple::before,
  body.swrep-parity-home .swrep-b3-video__ripple::after {
    animation: none;
  }

  body.swrep-parity-home .swrep-b3-video__background {
    transform: none !important;
    will-change: auto;
  }

  body.swrep-parity-home [data-swrep-b3-reveal].is-reveal-ready .swrep-b3-reveal__char,
  body.swrep-parity-home .swrep-b3-team__member.is-reveal-ready,
  body.swrep-parity-home .swrep-b3-team__member.is-reveal-ready:nth-child(n),
  body.swrep-parity-home .swrep-b3-locations__panel.is-entering {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
