.btShare {
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 60px;
}

@media (max-width: 60.625em) {
  .btShare {
    margin-top: 26px;
  }
}

.btShare svg {
  margin-right: 10px;
}

.btShare.cOrange svg path {
  fill: #DF6A54;
}

.btPlus {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 70px;
  width: 90px;
  height: 30px;
  display: flex;
  z-index: 9;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#intro0 .hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: top center;
  background-size: cover;
  position: relative;
}
@media (max-width: 740px) {
  #intro0 .hero {
    padding-left: 40px;
    padding-right: 20px;
  }
}

#intro0 .hero h1 {
  font-size: 174px;
  line-height: .8;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -.04em;
}

#intro0 .hero h1 span {
  display: block;
}

#intro0 .hero h1 span i {
  font-style: normal;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  display: block;
  transition-delay: .2s;
  font-weight: 600;
}

#intro0 .hero h1 span:nth-child(2) i {
  transition-delay: .4s;
}

#intro0 .hero h1 span.introHidden i {
  transform: translateY(100%);
  opacity: 0;
}

#intro0 .hero p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
}

#intro0 .hero p span {
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  display: block;
  transition-delay: .8s;
}

#intro0 .hero p.introHidden span {
  transform: translateY(100%);
  opacity: 0;
}

#intro0 .hero .btn {
  margin-top: 30px;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s, opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.82s, background-color 0.8s ease-out;
}

#intro0 .hero .btn span {
  opacity: 1;
}

#intro0 .hero .btn:not(.introHidden) {
  transform: translateY(100%);
  opacity: 0;
}

@media (max-width: 60.625em) {
  #intro0 .hero h1 {
    font-size: 80px;
  }
}

#intro0 .text {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#intro0 .text p {
  margin: 14px 0;
  max-width: 720px;
  font-size: 44px;
  line-height: 1;
  text-align: center;
}

#intro0 .text .button {
  margin-top: 60px;
}

@media (max-width: 60.625em) {
  #intro0 .text p {
    font-size: 30px;
    padding: 0 20px 0 40px;
  }
}

#numbers .million {
  padding: 0vh 0;
  min-height: 1160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

#numbers .million h2 {
  font-size: 250px;
  line-height: 1.1;
  width: 100%;
  max-width: 885px;
  transition-delay: 1s;
}

#numbers .million .copy {
  max-width: 540px;
  margin-bottom: 100px;
  position: relative;
  transform: translateX(-30%);
}

#numbers .million .copy p {
  font-size: 44px;
  letter-spacing: -0.02em;
}

#numbers .million .copy p small {
  font-size: 12px;
  line-height: 1.1;
  display: block;
  margin-top: 16px;
  letter-spacing: 0;
  font-family: "Inter", serif;
}

#numbers .million .copy p small strong > * {
  font-weight: 800 !important;
}

#numbers .million figure {
  width: 420px;
  position: absolute;
  right: 8%;
  bottom: 10%;
}

#numbers .million figure img {
  display: block;
  width: 100%;
  transform-origin: bottom center;
}

#numbers .million figure .copyQuotes {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap;
}

#numbers .million figure .copyQuotes .quote {
  position: absolute;
  left: -70px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #fff;
}

#numbers .million figure .copyQuotes .quote svg {
  width: 12px;
}

#numbers .million figure .copyQuotes p {
  max-width: 480px;
  font-size: 16px;
  list-style: 1.3;
  margin-bottom: 20px;
}

#numbers .million figure .copyQuotes p span {
  font-size: 12px;
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 60.625em) {
  #numbers .million {
    padding: 50px 0;
    min-height: 100vh;
  }
  #numbers .million h2 {
    font-size: 136px;
    padding: 0 20px 0 40px;
  }
  #numbers .million .copy {
    width: 100%;
    position: static;
    padding-left: 100px;
    padding-right: 20px;
    margin-top: 0px;
    transform: translate(0);
  }
  #numbers .million .copy p {
    font-size: 22px;
  }
  #numbers .million figure {
    position: static;
    width: 100%;
    padding-left: 100px;
    padding-right: 20px;
  }
  #numbers .million figure img {
    margin: auto;
    width: 100%;
    transform: scale(1) !important;
  }
  #numbers .million figure .copyQuotes {
    display: block;
  }
  #numbers .million figure .copyQuotes .btn {
    margin-top: 20px;
  }
}

#numbers .percents {
  padding: 20vh 0 0;
  min-height: 1500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

#numbers .percents h2 {
  font-size: 260px;
  line-height: 1.1;
  position: relative;
  left: 14%;
  max-width: 600px;
  width: 100%;
  transition-delay: 1s;
}

#numbers .percents .copy {
  max-width: 600px;
  margin-bottom: 100px;
  position: relative;
  left: 14%;
}

#numbers .percents .copy p {
  font-size: 44px;
  letter-spacing: -0.02em;
}

#numbers .percents .copy p small {
  font-size: 12px;
  line-height: 1.1;
  display: block;
  margin-top: 16px;
  letter-spacing: 0;
  font-family: "Inter", serif;
}

#numbers .percents .copy p small strong > * {
  font-weight: 800 !important;
}

#numbers .percents figure {
  width: 260px;
  position: absolute;
  left: 10%;
  bottom: 0%;
}

#numbers .percents figure img {
  display: block;
  width: 100%;
  transform-origin: bottom center;
}

#numbers .percents figure .copyQuotes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-top: 20px;
  width: 100%;
}

#numbers .percents figure .copyQuotes .btn {
  display: inline-flex;
  margin-top: 20px;
}

#numbers .percents figure .copyQuotes .quote {
  position: absolute;
  left: -70px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #DF6A54;
}

#numbers .percents figure .copyQuotes .quote svg {
  width: 12px;
}

#numbers .percents figure .copyQuotes .quote svg path {
  fill: #DF6A54;
}

#numbers .percents figure .copyQuotes p {
  max-width: 480px;
  font-size: 16px;
  margin-bottom: 20px;
  list-style: 1.3;
}

#numbers .percents figure .copyQuotes p span {
  font-size: 12px;
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

@media (max-width: 60.625em) {
  #numbers .percents {
    min-height: 100vh;
    padding-bottom: 0;
  }
  #numbers .percents h2 {
    font-size: 140px;
    width: 90%;
    left: 0;
    padding-left: 20px;
  }
  #numbers .percents .copy {
    width: 100%;
    position: static;
    padding-left: 100px;
    margin-top: 20px;
    padding-right: 20px;
  }
  #numbers .percents .copy p {
    font-size: 22px;
  }
  #numbers .percents figure {
    position: static;
    width: 100%;
    padding-left: 100px;
    padding-right: 20px;
  }
  #numbers .percents figure img {
    margin: auto;
    width: 100%;
    transform: scale(1) !important;
  }
  #numbers .percents figure .copyQuotes {
    display: block;
  }
  #numbers .percents figure .copyQuotes .btn {
    margin-top: 20px;
  }
}

#numbers .cases {
  padding: 15vh 0 20vh;
  min-height: 1500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

#numbers .cases h2 {
  font-size: 250px;
  line-height: 1.1;
  position: relative;
  left: 16%;
  transition-delay: 1s;
}

#numbers .cases .copy {
  position: relative;
  left: 16%;
  max-width: 600px;
  margin-bottom: 100px;
}

#numbers .cases .copy p {
  font-size: 44px;
  letter-spacing: -0.02em;
}

#numbers .cases .copy p small {
  max-width: 430px;
  font-size: 12px;
  line-height: 1.1;
  display: block;
  margin-top: 16px;
  letter-spacing: 0;
  font-family: "Inter", serif;
}

#numbers .cases .copy p small strong > * {
  font-weight: 800 !important;
}

#numbers .cases figure {
  width: 425px;
  position: absolute;
  right: 10%;
  bottom: 12%;
}

#numbers .cases figure img {
  display: block;
  width: 100%;
  transform-origin: bottom center;
}

#numbers .cases figure .copyQuotes {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap;
}

#numbers .cases figure .copyQuotes .quote {
  position: absolute;
  left: -70px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px solid #fff;
}

#numbers .cases figure .copyQuotes .quote svg {
  width: 12px;
}

#numbers .cases figure .copyQuotes p {
  max-width: 460px;
  font-size: 16px;
  list-style: 1.3;
  margin-bottom: 20px;
}

#numbers .cases figure .copyQuotes p span {
  font-size: 12px;
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

@media (max-width: 60.625em) {
  #numbers .cases {
    min-height: 100vh;
  }
  #numbers .cases h2 {
    font-size: 140px;
    width: 90%;
    position: static;
    padding-left: 40px;
  }
  #numbers .cases .copy {
    width: 100%;
    position: static;
    padding-left: 110px;
    padding-right: 20px;
  }
  #numbers .cases .copy p {
    font-size: 22px;
  }
  #numbers .cases figure {
    position: static;
    width: 100%;
    padding-left: 100px;
    padding-right: 20px;
  }
  #numbers .cases figure img {
    margin: auto;
    width: 100%;
    transform: scale(1) !important;
  }
  #numbers .cases figure .copyQuotes {
    display: block;
  }
  #numbers .cases figure .copyQuotes .btn {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  #numbers .cases h2 {
    font-size: 120px;
  }
}

#history {
  padding: 10px;
}

#history .contentImage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 60.625em) {
  #history .contentImage::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 82%);
    top: 0;
  }
}

#history .cause {
  min-width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

#history .cause .fullWidthImage {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#history .cause .copy {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 420px;
  z-index: 1;
  transform: translateY(-50%);
}

#history .cause .copy p {
  font-size: 44px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

#history .cause .copy small {
  font-size: 17px;
}

@media (max-width: 60.625em) {
  #history .cause {
    overflow: hidden;
  }
  #history .cause .fullWidthImage {
    width: auto;
    position: relative;
    margin-left: -50%;
    transform: scale(1);
  }
  #history .cause .copy {
    left: 0;
    top: auto;
    width: 100%;
    padding-left: 100px;
    padding-right: 20px;
    bottom: 10%;
  }
  #history .cause .copy p {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #history .cause .copy small {
    font-size: 16px;
  }
}

@media (max-aspect-ratio: 5 / 6) {
  #history .cause .contentImage::after {
    opacity: 0.2;
  }
}

#history .story {
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

#history .story .contentImage {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#history .story .contentImage .fullWidthImage {
  width: 100%;
  position: relative;
  transition: ease-in 0.7s;
  transform: scale(0.6);
  left: 0;
  opacity: 0;
}

#history .story .contentImage .fullWidthImage.is-inview {
  transform: scale(1);
  opacity: 1;
}

#history .story h2 {
  font-size: 150px;
  line-height: .9;
  text-transform: uppercase;
}

#history .story h2 span {
  font-weight: 600;
  display: block;
  line-height: .85;
}

#history .story h2 span > * {
  font-weight: 600;
}

#history .story p {
  max-width: 420px;
  margin: 30px auto;
}

#history .story .contentBtn {
  position: relative;
  display: inline-block;
}

#history .story .contentBtn::after,
#history .story .contentBtn::before {
  width: 100%;
  height: 100%;
  border-radius: 70px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  pointer-events: none;
  transition: all 0.5s;
  -webkit-animation: ringPulse 4s infinite;
  animation: ringPulse 4s infinite;
}

@media (max-width: 60.625em) {
  #history .story .contentBtn::after,
  #history .story .contentBtn::before {
    animation: none;
    opacity: 0;
  }
}

#history .story .contentBtn::before {
  animation-delay: 3s;
}

@keyframes ringPulse {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1, 1.4);
    border-width: 4px;
    filter: blur(3px);
  }
}

@media (max-width: 60.625em) {
  #history .story {
    background-image: none;
  }
  #history .story h2 {
    font-size: 44px;
  }
  #history .story p {
    padding: 0 20px 0 40px;
    position: relative;
  }
}

#history .btn.bgWhite:hover {
  background-color: #DF6A54 !important;
}

#bePart {
  position: relative;
  min-height: 100vh;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

#bePart h4 {
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 40px 0;
}

#bePart h3 {
  font-size: 44px;
  text-align: center;
  max-width: 690px;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

#bePart figure {
  position: relative;
  width: 90%;
  max-width: 1040px;
  overflow: hidden;
  margin: 80px 0;
}

#bePart figure img {
  display: block;
  min-width: 110%;
}

#bePart figure .copy {
  position: absolute;
  left: 0%;
  width: 100%;
  bottom: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#bePart figure .copy p {
  margin-bottom: 20px;
}

@media (max-width: 60.625em) {
  #bePart h4 {
    margin: 20px 0;
  }
  #bePart h3 {
    font-size: 26px;
    padding: 0 20px 0 40px;
  }
  #bePart figure {
    margin: 80px 0 20px;
  }
  #bePart figure img {
    min-width: 100%;
    max-width: 100%;
  }
  #bePart figure .copy {
    bottom: 15px;
  }
  #bePart figure .copy p {
    width: 90%;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
  }
}

#bgDetail {
  background: #000;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) opacity 0.3s;
  right: 0;
  top: 0;
  height: 100vh;
  position: fixed;
  width: 100%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

#bgDetail.open {
  z-index: 998;
  opacity: .8;
}

@media (max-width: 60.625em) {
  #bgDetail.open {
    opacity: .85;
  }
}

#containDetail {
  pointer-events: none;
  width: 90%;
  position: fixed;
  height: 96vh;
  overflow: hidden;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s, transform 0.8s;
  transform: translate(10%, 50%) rotate(-8deg);
  opacity: 0;
  padding: 60px 0px 0px 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12%;
}

#containDetail h2 {
  font-size: 44px;
  line-height: 1.2;
  max-width: 330px;
  margin-right: 20px;
  min-width: 30%;
  letter-spacing: -.03em;
  position: sticky;
  top: 0;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s, transform 0.8s;
  transform: translateY(30px);
  transition-delay: 1.4s;
  opacity: 0;
}

#containDetail .content-texto {
  width: 650px;
  height: 100%;
  padding-right: 120px;
  overflow-y: scroll;
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) opacity 1s, transform 0.8s;
  transform: translateY(30px);
  transition-delay: 1.8s;
  opacity: 0;
}

#containDetail .content-texto p {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 30px;
  max-width: 480px;
}

#containDetail .content-texto h3 {
  max-width: 480px;
  font-size: 22px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 18px;
}

#containDetail .content-texto img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

#containDetail.open {
  z-index: 999;
  pointer-events: initial;
  transition-delay: .4s;
  transform: translate(0, 0) rotate(0deg);
  opacity: 1;
}

#containDetail.open .content-texto, #containDetail.open h2 {
  transform: translateY(0);
  opacity: 1;
}

#containDetail #closeModal {
  border: 1px solid rgba(25, 25, 25, 0.1);
  border-radius: 70px;
  position: fixed;
  width: 90px;
  height: 30px;
  padding-top: 5px;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

#containDetail #closeModal:before, #containDetail #closeModal:after {
  background: #DF6A54;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  margin: 3px auto;
  transform: translateY(5px) rotate(40deg) scale(0.9);
}

#containDetail #closeModal:after {
  transform: translateY(0px) rotate(-40deg) scale(0.9);
}

@media (max-width: 60.625em) {
  #containDetail {
    width: 100%;
    padding: 40px 20px 0;
    height: calc(100% - 50px);
    overflow: initial;
    flex-direction: column;
    gap: 0;
  }
  #containDetail #closeModal {
    top: -40px;
    border-color: rgba(255, 255, 255, 0.1);
  }
  #containDetail #closeModal::after, #containDetail #closeModal:before {
    background-color: #FCE2D4;
  }
  #containDetail h2 {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    position: static;
    font-size: 32px;
  }
  #containDetail .content-texto {
    padding: 40px 0;
    width: 100%;
  }
  #containDetail.media .content-texto {
    padding: 30px 0;
  }
}

/* SOF ticket GW-3979 UI fixes */
@media (max-width: 1100px) {
  #containDetail {
    left: 0;
    margin: 0 auto 0;
    top: 20px;
  }
  #containDetail .title {
    width: 300px;
  }
  #containDetail .content-texto {
    width: calc(100% - 350px);
    min-width: auto;
    padding-right: 70px;
  }
}
@media (max-width: 800px) {
  #containDetail.open {
    width: 90%;
    padding-left: 35px;
    padding-right: 35px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #containDetail .title {
    width: 100%;
  }
  #containDetail h2 {
    max-width: 90%;
  }
  #containDetail .content-texto {
    width: 100%;
  }
  #containDetail .content-texto p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #containDetail .content-texto {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  #containDetail.open {
    padding-left: 15px;
    padding-right: 15px;
  }
  #containDetail .title {
    min-width: 1px;
  }
  #containDetail h2 {
    max-width: 100%;
  }
  #containDetail .ct-wrap {
    flex-wrap: wrap;
    flex-direction: row;
  }
  #containDetail .content-texto {
      padding-left: 0;
  }
}
@media (max-width: 60.625em) {
  #containDetail #closeModal {
    top: 10px;
    border: 1px solid rgba(25, 25, 25, 0.1);
    right: 10px;
  }
  #containDetail #closeModal::after, #containDetail #closeModal:before {
    background: #ff9884;
  }
}

@media (max-width: 350px) {
  #numbers .million h2 {
    font-size: 100px;
  }
  #numbers .percents h2 {
    font-size: 120px;
  }
  #numbers .cases h2 {
    font-size: 90px;
  }
}