/* All values are in px */
.ways-to-give {
  position: relative;
}
.ways-to-give .acf-innerblocks-container {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ways-to-give .acf-innerblocks-container::after {
  display: none;
  /*
  flex: auto;
  width: 30%;
  height: 1px;
  max-width: 324px;
  padding: 46px 40px;
  content: "";
  */
}
.ways-to-give .ways-to-give-spacer {
  width: 100%;
}
.ways-to-give .full {
  position: absolute;
  z-index: 500;
  width: 100%;
  height: 0;
  max-width: 100%;
  padding: 46px 40px;
  border-radius: 12px;
  background: #fff;
  opacity: 0;
  box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.1);
  transition: all 1s;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .ways-to-give .full {
    width: 80%;
  }
}
.ways-to-give .full h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
}
.ways-to-give .full .cta {
  display: inline-block;
  width: 65px;
  margin: 0;
  padding: 0 0 0 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  text-align: left;
  color: var(--wp--preset--color--pink);
  background: none;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.ways-to-give .full .cta:hover {
  width: 100%;
}
.ways-to-give .full .cta::after {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--pink);
  transition: all 1s ease-out;
  content: "";
}
.ways-to-give .full a,
.ways-to-give .full li a {
  color: var(--wp--preset--color--pink);
  transition: all 1s ease-out;
  text-decoration: underline;
  font-weight: normal !important;
}
.ways-to-give .full a:hover, .ways-to-give .full a:active,
.ways-to-give .full li a:hover,
.ways-to-give .full li a:active {
  color: var(--wp--preset--color--pink-hover);
}
.ways-to-give .full a.cta {
  text-decoration: none !important;
}
.ways-to-give .full.active {
  height: auto;
  opacity: 1;
}
.ways-to-give .ways-to-give-card {
  position: relative;
  z-index: 1;
  align-items: center;
  /* width: 30%; */
  max-width: 300px;
  min-height: 300px;
  margin-bottom: 41px;
  padding: 27px 40px;
  border-radius: 12px;
  background: #fff;
}
@media screen and (max-width: 1400px) {
  .ways-to-give .ways-to-give-card {
    width: 40%;
    max-width: 100%;
    min-height: unset;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .ways-to-give .ways-to-give-card {
    width: 100%;
    max-width: 100%;
  }
}
.ways-to-give .ways-to-give-card .icon {
  width: 37px;
  height: 37px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ways-to-give .ways-to-give-card h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
}
.ways-to-give .ways-to-give-card p {
  font-size: 16px;
}
.ways-to-give .ways-to-give-card .cta {
  position: absolute;
  bottom: 36px;
  display: inline-block;
  width: 80%;
  height: 30px;
  margin: 0;
  padding: 0 0 0 0;
  border: none;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 160%;
  text-align: left;
  color: var(--wp--preset--color--pink);
  background: none;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 20px 20px;
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.ways-to-give .ways-to-give-card .cta .plus {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/plus.svg");
  background-size: 20px 20px;
}
.ways-to-give .ways-to-give-card .cta::after {
  display: block;
  width: 110px;
  height: 2px;
  background: var(--wp--preset--color--pink);
  transition: all 1s ease-out;
  content: "";
}
.ways-to-give .ways-to-give-card .cta:hover::after {
  width: 100%;
}
.ways-to-give .ways-to-give-card a.cta {
  text-decoration: none !important;
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce-arrow {
  cursor: pointer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 7;
  -webkit-animation-iteration-count: 7;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

/*# sourceMappingURL=ways-to-give.min.css.map */
