@media screen and (width < 60rem) {
  .quote {
    margin-bottom: 0 !important;
  }
}
.quote--container {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media screen and (width < 60rem) {
  .quote--container {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (width >= 60rem) {
  .quote--container {
    justify-content: space-between;
    gap: 30px;
  }
  .layout-1 .quote--container {
    flex-direction: row-reverse;
  }
  .layout-3 .quote--container {
    flex-direction: row;
  }
}
.bg-white .quote--container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (width >= 60rem) {
  .bg-white .quote--container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.quote--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 561px;
}
@media screen and (width >= 90rem) {
  .quote--content {
    padding-left: 50px;
  }
}
@media screen and (width >= 60rem) {
  .quote--content {
    width: 40%;
  }
}
.quote--content .quote--button {
  margin-top: 50px;
}
@media screen and (width < 60rem) {
  .quote--content .quote--button {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.layout-2 .quote--content {
  width: 100%;
  max-width: 780px;
  margin-inline: auto;
  padding-left: 0;
  align-items: center;
  text-align: center;
}
.layout-3 .quote--content {
  flex: 1;
  max-width: 650px;
}
.quote--quote {
  margin-bottom: 30px;
  width: 20px;
}
@media screen and (width >= 60rem) {
  .quote--quote {
    margin-top: 45px;
    width: 26px;
    margin-bottom: 35px;
  }
}
.quote--text {
  font-size: clamp(1.4rem, 0.7018rem + 3.005vw, 2.25rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: clamp(-0.0525rem, -0.014rem - 0.0601vw, -0.03rem);
  margin-bottom: 0;
}
.quote--name {
  position: relative;
  font-size: clamp(0.875rem, 0.7863rem + 0.3339vw, 1rem);
  font-weight: 600;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (width >= 60rem) {
  .quote--name {
    margin-top: 44px;
    padding-top: 48px;
  }
}
.quote--name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 3px;
  background-color: var(--Medium-Indigo);
}
.layout-2 .quote--name::before {
  left: 50%;
  transform: translateX(-50%);
}
.quote--jobtitle {
  font-size: clamp(0.75rem, 0.6613rem + 0.3339vw, 0.875rem);
}
.quote--logo {
  margin-block: 30px;
}
.quote--image {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 34px;
  align-self: flex-end;
}
@media screen and (width >= 90rem) {
  .quote--image {
    padding-right: 50px;
  }
}
@media screen and (width >= 60rem) {
  .quote--image {
    width: 53%;
    max-width: 680px;
  }
}
.quote--img {
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
@media screen and (width >= 48rem) {
  .quote--img {
    border-radius: 0.75rem;
  }
}
.quote .parallax-in-frame {
  border-radius: 8px;
}
@media screen and (width >= 48rem) {
  .quote .parallax-in-frame {
    border-radius: 0.75rem;
  }
}
.quote .parallax-in-frame .parallax-item {
  border-radius: 0;
}
.quote--stat {
  position: absolute;
  background-color: var(--White);
  border-radius: 0.375rem;
  box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 34px 34px;
  bottom: 60px;
  left: -55px;
  z-index: 999;
  width: 290px;
}
@media screen and (width < 60rem) {
  .quote--stat {
    max-width: 55vw;
    left: auto;
    bottom: -50px;
    right: 45px;
    max-width: 225px;
    padding: 24px 25px 30px;
  }
}
.quote--stat-number {
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1.25rem;
}
.quote--stat-label {
  text-align: center;
  max-width: 190px;
  margin: auto;
}
@media screen and (width < 48rem) {
  .quote--stat-label {
    margin-top: 0.625rem;
  }
}
.quote--content-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (width >= 90rem) {
  .quote--content-block {
    padding-right: 50px;
  }
}
@media screen and (width >= 60rem) {
  .quote--content-block {
    width: 53%;
    max-width: 550px;
    margin-top: 100px;
  }
}
.quote--content-block .quote--button {
  margin-top: 12px;
}
