* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--wp--preset--font-family--primary-font);
  line-height: 1.5;
}

p {
  margin: 0;
  color: #434956;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--heading-font);
}

ul, ol {
  padding-left: 24px;
}

ul.list-style-none, ol.list-style-none {
  list-style: none;
  padding: 0;
}

a, span {
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.aa-section .section-top-shape, .aa-section .section-bottom-shape {
  background-color: var(--section-bg-color);
  position: absolute;
  width: 100%;
  height: calc(100% + 46px);
  pointer-events: none;
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  top: -23px;
}

.aa-section {
  position: relative;
  background-color: var(--section-bg-color);
}
.aa-section .section-bottom-shape {
  aspect-ratio: 16/3;
  width: 100%;
  height: auto;
  display: block;
  bottom: -23px;
  mask-image: url("../images/patterns/section-top-shape.svg");
  -webkit-mask-image: url("../images/patterns/section-top-shape.svg");
  -webkit-mask-position: bottom center;
          mask-position: bottom center;
  background-color: var(--section-bg-color);
}
.aa-section .section-top-shape {
  mask-image: url("../images/patterns/section-bottom-shape.svg");
  -webkit-mask-image: url("../images/patterns/section-bottom-shape.svg");
  -webkit-mask-position: top center;
          mask-position: top center;
  background-color: var(--section-bg-color);
}
.aa-section:not(.aa-section-padding-top, .aa-section-padding-bottom) {
  --aa-sp: 100px;
  --aa-sp-tablet: 100px;
  --aa-sp-desktop: 100px;
  padding-top: var(--aa-sp);
  padding-bottom: var(--aa-sp);
}
@media (min-width: 768px) {
  .aa-section:not(.aa-section-padding-top, .aa-section-padding-bottom) {
    padding-top: var(--aa-sp-tablet);
    padding-bottom: var(--aa-sp-tablet);
  }
}
@media (min-width: 1200px) {
  .aa-section:not(.aa-section-padding-top, .aa-section-padding-bottom) {
    padding-top: var(--aa-sp-desktop);
    padding-bottom: var(--aa-sp-desktop);
  }
}
.aa-section .decoration-type-horizontal {
  max-width: 300px;
  width: 23%;
  min-width: 200px;
}
.aa-section .decoration-type-vertical {
  max-width: 155px;
  width: 6%;
  min-width: 68px;
}
@media screen and (max-width: 992px) {
  .aa-section .section-decoration {
    display: none;
  }
}
.aa-section .section-decoration {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.aa-section .section-decoration img {
  width: 100%;
}
.aa-section .section-decoration.decoration-position-top-left {
  top: 0;
  left: 0;
}
.aa-section .section-decoration.decoration-position-about-top-left {
  top: 67px;
  left: 0;
}
.aa-section .section-decoration.decoration-position-top-right {
  top: -84px;
  right: 0;
}
.aa-section .section-decoration.decoration-position-bottom-left {
  bottom: -65px;
  left: 0;
}
.aa-section .section-decoration.decoration-position-bottom-left.decoration-type-vertical {
  transform: translateY(50%);
}
.aa-section .section-decoration.decoration-position-bottom-right {
  bottom: -64px;
  right: 0;
}
.aa-section .section-decoration.decoration-position-bottom-right.decoration-type-vertical {
  transform: translateY(50%);
}
.aa-section .section-decoration.decoration-position-middle-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.aa-section .section-decoration.decoration-position-middle-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.aa-section .section-decoration ~ .container-none, .aa-section .section-decoration ~ .container {
  position: relative;
  z-index: 3;
}
.aa-section .decoration-images-wrapper img {
  width: 100%;
  height: auto;
}
.aa-section .wp-block-kadence-column {
  min-height: auto;
}

.aa-section-padding-top {
  padding-top: var(--aa-sp);
}
@media (min-width: 768px) {
  .aa-section-padding-top {
    padding-top: var(--aa-sp-tablet);
  }
}
@media (min-width: 1200px) {
  .aa-section-padding-top {
    padding-top: var(--aa-sp-desktop);
  }
}

.aa-section-padding-bottom {
  padding-bottom: var(--aa-sp);
}
@media (min-width: 768px) {
  .aa-section-padding-bottom {
    padding-bottom: var(--aa-sp-tablet);
  }
}
@media (min-width: 1200px) {
  .aa-section-padding-bottom {
    padding-bottom: var(--aa-sp-desktop);
  }
}

.footer-cta-half-bg {
  position: absolute !important;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.footer-cta-half-bg div {
  height: 100%;
}

.footer-cta-half-bg > .aa-section {
  height: 100% !important;
}

.footer-cta-half-bg .aa-section .decoration-type-vertical {
  transform: translateY(-110%);
}

.aa-section-row {
  --aa-section-column-mobile: 1;
  --aa-section-column-tablet: 2;
  --aa-section-column-desktop: 3;
  --aa-gutter-x: 24px;
  --aa-gutter-y: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--aa-gutter-x, 0) / 2);
  margin-right: calc(-1 * var(--aa-gutter-x, 0) / 2);
  margin-top: calc(-1 * var(--aa-gutter-y, 0) / 2);
}
.aa-section-row > * {
  padding-left: calc(var(--aa-gutter-x, 0) / 2);
  padding-right: calc(var(--aa-gutter-x, 0) / 2);
  padding-top: calc(var(--aa-gutter-y, 0) / 2);
  width: calc(100% / var(--aa-section-column-mobile));
}
@media (min-width: 768px) {
  .aa-section-row > * {
    width: calc(100% / var(--aa-section-column-tablet));
  }
}
@media (min-width: 992px) {
  .aa-section-row > * {
    width: calc(100% / var(--aa-section-column-desktop));
  }
}

.stat-card {
  position: relative;
}
.stat-card .stat-card-top-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  pointer-events: none;
  background-image: url("../images/patterns/state-card-top-shape.png");
  top: -38px;
  background-position: top center;
}
.stat-card-bottom-shape {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  pointer-events: none;
  position: absolute;
  top: 0;
  background-position: bottom center;
  background-image: url("../images/patterns/state-card-bottom-shape.png");
}
.stat-card__inner {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 43px 51px 75px 32px;
}
.stat-card .stat-card-body {
  color: #FFFFFF;
}
.stat-card .stat-card-body p {
  color: #E8E9EB;
  padding-top: 8px;
}
.stat-card .stat-card-img {
  width: 28%;
  max-width: 65px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 992px) {
  .stat-card .stat-card-img {
    width: 80%;
    max-width: 65px;
  }
}
.stat-card .stat-card-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.blog-cards {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .blog-cards {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .blog-cards {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .blog-cards {
    margin-top: 60px;
  }
}

.blog-card {
  background-color: #FFFFFF;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 20px;
  box-shadow: 10px 12px 30px rgba(0, 0, 0, 0.12);
}
.blog-card .blog-card-img {
  height: 100%;
}
.blog-card .blog-card-img img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .blog-card .blog-card-img {
    height: 233px;
  }
}
.blog-card .blog-card-body h3 {
  color: #383E4B;
  font-weight: 700;
  line-height: 128%;
  letter-spacing: -0.02em;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .blog-card .blog-card-body h3 {
    font-size: 28px;
  }
}
.blog-card .blog-card-body p {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #434956;
  padding-top: 12px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .blog-card .blog-card-body p {
    font-size: 18px;
  }
}
.blog-card .blog-card-body .btn-link {
  text-decoration: none;
  color: #2A3B8F;
  font-weight: 700;
  line-height: 124%;
  font-size: 16px;
  display: flex;
  text-transform: uppercase;
}

.donate-card {
  background-color: #E9C962;
  padding: 20px;
  border-radius: 10px;
  color: #383E4B;
}
.donate-card-video .donate-card__body {
  margin-top: 20px;
}
.donate-card-video .donate-card-video__btn {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  border: 0;
  border-radius: 50px;
  background-color: #2A3B8F;
  color: white;
  font-weight: 700;
  line-height: 110%;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.donate-card-video .donate-card__image {
  display: none;
}
.donate-card-image {
  background-color: #BAE2DB;
}
.donate-card-image .donate-card__video {
  display: none;
}
.donate-card-image .donate-card__body {
  margin-bottom: 17px;
}
.donate-card-image .donate-card-image__btn {
  position: relative;
}
.donate-card-image .donate-card-image__btn button {
  width: 100%;
  padding: 20px;
  border: 0;
  border-radius: 50px;
  background-color: #E9C962;
  color: #383E4B;
  font-weight: 700;
  line-height: 110%;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 5;
  position: relative;
  cursor: pointer;
}
.donate-card-image .donate-card-image__btn .shape {
  position: absolute;
  width: 100%;
  height: 115px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media (min-width: 768px) {
  .donate-card {
    padding: 33px;
    border-radius: 16px;
  }
}
.donate-card__video {
  height: 278px;
}
.donate-card__video iframe {
  border-radius: 10px;
}
.donate-card__body p {
  margin-top: 10px;
}
.donate-card__image {
  width: 60.42%;
  margin: auto;
}
.donate-card__image img {
  width: 100%;
}

.pricing-card {
  position: relative;
  padding: 40px;
}
.pricing-card-top-shape {
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/patterns/state-card-top-shape.png");
  position: absolute;
  top: 0;
  left: 0;
}
.pricing-card-bottom-shape {
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  background-image: url("../images/patterns/state-card-bottom-shape.png");
  left: 0;
}
.pricing-card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .pricing-card-body {
    gap: 40px;
  }
}
.pricing-card-body .pricing-card-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.0003em;
  font-size: 22px;
}
@media (min-width: 992px) {
  .pricing-card-body .pricing-card-title {
    font-size: 24px;
  }
}
.pricing-card-body .pricing-card-content {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.pricing-card-body .pricing-card-price {
  font-weight: 700;
  line-height: 114%;
  letter-spacing: -0.0225em;
  font-size: 48px;
}
@media (min-width: 992px) {
  .pricing-card-body .pricing-card-price {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .pricing-card-body .pricing-card-price {
    font-size: 70px;
  }
}
.pricing-card-body .pricing-card-price span {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  .pricing-card-body .pricing-card-price span {
    font-size: 18px;
  }
}
.pricing-card-body .pricing-card-price .symbol {
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.0003em;
  font-size: 22px;
}
@media (min-width: 992px) {
  .pricing-card-body .pricing-card-price .symbol {
    font-size: 24px;
  }
}
.pricing-card-body .aa-btn {
  display: block;
}

.aa-btn-outline.aa-btn-small, .aa-btn.aa-btn-small {
  padding: 12px 30px;
  font-size: 14px;
  line-height: 110%;
}
@media (min-width: 992px) {
  .aa-btn-outline.aa-btn-small, .aa-btn.aa-btn-small {
    padding: 18px 32px;
    font-size: 18px;
  }
}

[class^=aa-btn] {
  cursor: pointer;
  border-radius: 500px;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--btn-font);
  display: inline-flex;
  font-size: 14px;
  transition: 0.4s;
  padding: 14px 32px;
  font-weight: 700;
  line-height: 110%;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
[class^=aa-btn] svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  [class^=aa-btn] {
    font-weight: 700;
    line-height: 110%;
    font-size: 18px;
    padding: 20px 35px;
  }
}

.aa-btn {
  border: none;
  color: #50BAE1;
}
.aa-btn:hover {
  background-color: #555;
}
.aa-btn.btn-primary {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--neuture);
}
.aa-btn.btn-secondary {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}
.aa-btn.btn-tertiary {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--neuture);
}
.aa-btn.btn-green {
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--primary);
}
.aa-btn.btn-orange {
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--primary);
}
.aa-btn.button--has-icon {
  justify-content: center;
}
.btn-hover-primary:hover:not(.aa-btn-link) {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--neuture);
}

.btn-hover-secondary:hover:not(.aa-btn-link) {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--primary);
}

.btn-hover-tertiary:hover:not(.aa-btn-link) {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--neuture);
}

.btn-hover-orange:hover:not(.aa-btn-link) {
  background-color: var(--wp--preset--color--orange);
  color: var(--wp--preset--color--primary);
}

.btn-hover-green:hover:not(.aa-btn-link) {
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--primary);
}

.aa-btn-outline {
  background-color: transparent;
  color: #333;
  border: 1px solid #333;
}
.aa-btn-outline:hover {
  background-color: #333;
  color: #fff;
}
.aa-btn-outline.btn-primary {
  border-color: var(--wp--preset--color---primary);
  color: var(--wp--preset--color---primary);
}
.aa-btn-outline.btn-primary:hover {
  background-color: var(--wp--preset--color---primary);
  color: #fff;
}
.aa-btn-outline.btn-secondary {
  border-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}
.aa-btn-outline.btn-secondary:hover {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
}
.aa-btn-outline.btn-tertiary {
  border-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--tertiary);
}
.aa-btn-outline.btn-tertiary:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: #fff;
}
.aa-btn-link {
  padding: 0px;
  color: #2A3B8F;
}

.btn-width-full {
  width: 100%;
}

.btn-width-auto {
  width: auto;
}

.aa-creative-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  color: #2A3B8F;
  background-image: url("../images/header-btn-bg.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 140px;
  width: 152px;
  font-weight: 700;
  line-height: 110%;
  font-size: 18px;
  transition: 0.4s;
  position: relative;
  z-index: 15;
  text-decoration: none;
}
.aa-creative-btn:hover {
  color: #FFFFFF;
}

.button--has-icon {
  padding: 12px 32px;
}
@media (min-width: 992px) {
  .button--has-icon {
    font-weight: 700;
    line-height: 110%;
    font-size: 18px;
    padding: 18px 35px;
  }
}

.service-widget .service-widget-img-wrapper {
  position: relative;
  width: 100%;
  height: 378px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-mask-image: url("../images/service-widget-mask-shape.svg");
          mask-image: url("../images/service-widget-mask-shape.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #E9C962;
}
.service-widget .service-widget-img-wrapper .service-widget-img {
  width: 100%;
  height: 341px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-image: url("../images/service-widget-image-mask.svg");
          mask-image: url("../images/service-widget-image-mask.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 27px;
  left: 0%;
}
.service-widget .service-widget-body {
  text-align: center;
  margin-top: 24px;
  padding: 0px 24px;
}
.service-widget .service-widget-body h2 {
  font-weight: 700;
  line-height: 128%;
  letter-spacing: -0.02em;
  font-size: 24px;
  color: #383E4B;
}
@media (min-width: 1200px) {
  .service-widget .service-widget-body h2 {
    font-size: 28px;
  }
}
.service-widget .service-widget-body p {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #434956;
}
@media (min-width: 992px) {
  .service-widget .service-widget-body p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .service-widget .service-widget-body p {
    margin-bottom: 32px;
  }
}
.service-widget .service-widget-body button {
  background-color: #50BAE1;
  color: white;
  padding: 18px 32px;
  text-transform: uppercase;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
}

.gallery-wrapper {
  text-align: center;
}

.gallery-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767px) {
  .gallery-items-wrapper {
    gap: 12px;
  }
}

.gallery-layout-grid {
  --radius: 20px;
  --gap: 24px;
  display: flex;
  gap: var(--gap);
}
@media (max-width: 767px) {
  .gallery-layout-grid {
    --radius: 12px;
    --gap: 12px;
  }
}
@media (max-width: 576px) {
  .gallery-layout-grid {
    flex-wrap: wrap;
  }
}
.gallery-layout-grid-item {
  width: 100%;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.gallery-layout-grid-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.gallery-layout-grid-item.item-large {
  width: 100%;
}
@media (min-width: 576px) {
  .gallery-layout-grid-item.item-large {
    width: 70%;
  }
}
.gallery-layout-grid-item.item-large .gallery-layout-grid-item-image-wrapper {
  aspect-ratio: 1.68/1;
}
.gallery-layout-grid-item.item-large .gallery-layout-grid-item-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-layout-grid-item.item-small {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  width: 100%;
}
@media (min-width: 576px) {
  .gallery-layout-grid-item.item-small {
    width: 30%;
  }
}
.gallery-layout-grid-item.item-small .gi-small-image-wrapper {
  height: 50%;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.gallery-layout-grid-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
}

.layout-grid-two {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.layout-grid-two .layout-grid-left {
  width: 70%;
  background-color: #ccc;
}
.layout-grid-two .layout-grid-right {
  width: 30%;
  background-color: #ccc;
}
.layout-grid-two--reverse {
  flex-direction: row-reverse;
}

.gallery-layout-row {
  --radius: 20px;
  --gap: 24px;
  display: flex;
  gap: var(--gap);
}
@media (max-width: 767px) {
  .gallery-layout-row {
    --radius: 12px;
    --gap: 12px;
  }
}
@media (max-width: 576px) {
  .gallery-layout-row {
    flex-wrap: wrap;
  }
}
.gallery-layout-row-item {
  width: 100%;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
}
.gallery-layout-row-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.gallery-layout-row-item .gallery-layout-row-image-wrapper {
  aspect-ratio: 1.71/1;
}
.gallery-layout-row-item .gallery-layout-row-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-layout-row-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit;
}
.gallery-layout-row.gallery-layout--style-2 .gallery-layout-row-item--left {
  width: 100%;
}
@media (min-width: 576px) {
  .gallery-layout-row.gallery-layout--style-2 .gallery-layout-row-item--left {
    width: 70%;
  }
}
.gallery-layout-row.gallery-layout--style-2 .gallery-layout-row-item--right {
  width: 100%;
}
@media (min-width: 576px) {
  .gallery-layout-row.gallery-layout--style-2 .gallery-layout-row-item--right {
    width: 30%;
  }
}
.gallery-layout-row.gallery-layout--style-2.gallery-layout--style-2-reverse .gallery-layout-row-item--left {
  width: 100%;
}
@media (min-width: 576px) {
  .gallery-layout-row.gallery-layout--style-2.gallery-layout--style-2-reverse .gallery-layout-row-item--left {
    width: 30%;
  }
}
.gallery-layout-row.gallery-layout--style-2.gallery-layout--style-2-reverse .gallery-layout-row-item--right {
  width: 100%;
}
@media (min-width: 576px) {
  .gallery-layout-row.gallery-layout--style-2.gallery-layout--style-2-reverse .gallery-layout-row-item--right {
    width: 70%;
  }
}

.layout-column-one {
  width: 100%;
}

.gallery-add-btn-wrapper {
  position: relative;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(83, 183, 166, 0.2);
  border: 1px solid #53b7a6;
}
.gallery-add-btn-wrapper button {
  height: 52px;
  width: auto;
  color: #fff;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  background-color: rgba(83, 183, 166, 0.8);
  border: 1px solid #53b7a6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0 24px;
}

.gallery-filter-nav {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  padding-left: 0;
  border-radius: 500px;
  margin-bottom: 60px;
  padding: 6px;
}
@media (max-width: 767px) {
  .gallery-filter-nav {
    margin-bottom: 40px;
    gap: 6px;
  }
}
@media (min-width: 768px) {
  .gallery-filter-nav {
    border: 1px solid #53b7a6;
    background-color: rgba(83, 183, 166, 0.2);
  }
}
.gallery-filter-nav button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 12px 20px;
  height: 48px;
  width: 100%;
  border-radius: 500px;
  color: #383e4b;
  font-weight: 500;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
}
@media (max-width: 767px) {
  .gallery-filter-nav button {
    border: 1px solid #53b7a6;
    background-color: rgba(83, 183, 166, 0.2);
  }
}
.gallery-filter-nav button.active {
  background-color: #53b7a6;
  color: #fff;
}

#gallery-load-more-btn {
  text-transform: uppercase;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #gallery-load-more-btn {
    margin-top: 60px;
  }
}

.aa-search-results {
  padding-top: 20px;
  max-width: 820px;
  margin: 0 auto;
}
.aa-search-results .wp-block-post-title {
  margin-bottom: 2px;
}
.aa-search-results .wp-block-post-title a {
  text-decoration: none;
  color: black;
}
.aa-search-results .wp-block-post-title a:visited {
  color: #50BAE1;
}
.aa-search-results .wp-block-post {
  margin-bottom: 16px;
}

.aa-search-pagination {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.aa-search-pagination .prev, .aa-search-pagination .next {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #50BAE1;
  cursor: pointer;
  text-decoration: none;
}
@media (min-width: 992px) {
  .aa-search-pagination .prev, .aa-search-pagination .next {
    font-size: 18px;
  }
}
.aa-search-pagination .page-number-stack .page-numbers {
  color: black;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-decoration: none;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .aa-search-pagination .page-number-stack .page-numbers {
    font-size: 18px;
  }
}
.aa-search-pagination .page-number-stack .current {
  color: #50BAE1;
}

.al-ansari-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 30px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .al-ansari-header {
    padding: 0;
  }
}
.al-ansari-header .mobile-site-header-logo {
  width: 60px;
  margin-left: 5px;
  margin-top: 5px;
}
.al-ansari-header.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
}
.al-ansari-header .header-bg {
  background: white;
  width: 100%;
  height: 68%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media (min-width: 992px) {
  .al-ansari-header .header-bg {
    height: 69%;
  }
}
.al-ansari-header .site-navbar {
  z-index: 999;
}

.header-btn-block {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: -18px;
}
.header-btn-block .search-btn {
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #50BAE1;
  border: none;
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  top: -8px;
}
@media (min-width: 992px) {
  .header-btn-block .search-btn {
    width: 48px;
    height: 48px;
    top: -13px;
  }
}
.header-btn-block .search-btn img {
  width: 20px;
}
@media (min-width: 992px) {
  .header-btn-block .search-btn img {
    width: 24px;
  }
}
.header-btn-block .search-btn:hover {
  background-color: #2A3B8F;
}
.header-btn-block .header-donate-btn {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  color: #2A3B8F;
  background-image: url("../images/header-btn-bg.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 123px;
  width: 152px;
  font-weight: 700;
  line-height: 110%;
  font-size: 18px;
  transition: 0.4s;
  position: relative;
  z-index: 15;
  text-decoration: none;
  transition: 0.6s;
}
@media (min-width: 992px) {
  .header-btn-block .header-donate-btn {
    display: inline-flex;
  }
}
.header-btn-block .header-donate-btn:hover {
  background-image: url("../images/header-btn-blue-bg.png");
  color: #FFFFFF;
  transition: 0.6s;
}
.header-btn-block .header-donate-btn span {
  top: -15px;
  position: relative;
}

.popup-search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 70px 0;
  background: #FDFAEF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -998;
  transform: translateY(-1000px);
  transition: transform 0.4s;
}
.popup-search-box ::-moz-placeholder {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #777C86;
}
.popup-search-box ::placeholder {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #777C86;
}
@media (min-width: 992px) {
  .popup-search-box ::-moz-placeholder {
    font-size: 18px;
  }
  .popup-search-box ::placeholder {
    font-size: 18px;
  }
}
.popup-search-box input:focus-visible {
  outline: none !important;
}

.popup-search-box.show {
  transform: translateY(56px);
  z-index: -998;
  transition: transform 0.4s;
}
@media (min-width: 992px) {
  .popup-search-box.show {
    transform: translateY(96px);
  }
}

.popup-search-box-top-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  pointer-events: none;
  background-image: url("../images/patterns/state-card-top-shape.png");
  top: 0;
  background-position: top center;
}

.popup-search-box-bottom-shape {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  pointer-events: none;
  position: absolute;
  bottom: -15px;
  background-position: bottom center;
  background-image: url("../images/patterns/search-botton-shape.svg");
}

.popup-search-box form {
  background: transparent;
  width: 80%;
  max-width: 622px;
}
@media (min-width: 992px) {
  .popup-search-box form {
    width: 39%;
  }
}

.search-box {
  position: relative;
  height: 60px;
}

.search-submit-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #50BAE1;
  border: none;
  transition: 0.4s;
  cursor: pointer;
  right: 6px;
  top: 6px;
}

.searchClose {
  position: absolute;
  top: 25px;
  right: 30px;
  background: none;
  border: none;
  color: #383E4B;
  font-size: 35px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .searchClose {
    top: 55px;
    right: 60px;
  }
}

.header-bottom-shape {
  display: none;
}
@media (min-width: 992px) {
  .header-bottom-shape {
    display: block;
    position: absolute;
    bottom: -10%;
    z-index: 14;
    width: 100%;
  }
}

#ajax-live-search-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#ajax-live-search-form h2 {
  font-weight: 700;
  line-height: 128%;
  letter-spacing: -0.02em;
  font-size: 24px;
  color: neutral1;
}
@media (min-width: 1200px) {
  #ajax-live-search-form h2 {
    font-size: 28px;
  }
}

#live-search-input {
  width: 100%;
  padding: 24px;
  margin-bottom: 10px;
  border: 1px solid #50BAE1;
  border-radius: 31px;
  height: 60px;
  background-color: rgba(80, 186, 225, 0.05);
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #777C86;
}
@media (min-width: 992px) {
  #live-search-input {
    font-size: 18px;
  }
}

.nav-item-has-children > a {
  position: relative;
  padding-right: 18px !important;
}
.nav-item-has-children > a::before {
  content: "";
  position: absolute;
  font-size: 20px;
  top: 20px;
  right: 15px;
  background-image: url(../images/header/menu-arrow.svg);
  width: 11px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  .nav-item-has-children > a::before {
    font-size: 18px;
    transform: rotate(90deg);
    top: 11.5px;
    right: 0;
  }
}

.menu-block .mobile-btn {
  width: 80%;
  margin-left: 24px;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .menu-block .mobile-btn {
    display: none;
  }
}

.site-header .brand-logo img {
  width: 90px;
  height: 70px;
}
@media (min-width: 992px) {
  .site-header .brand-logo img {
    width: 104px;
    height: 80px;
  }
}

.site-header .brand-logo {
  z-index: 99;
}
@media (min-width: 992px) {
  .site-header .brand-logo {
    margin-top: -36px;
  }
}

.site-header .call-widget {
  display: none;
}
@media (min-width: 992px) {
  .site-header .call-widget {
    display: flex;
    padding-left: 10px;
  }
}
@media (min-width: 1400px) {
  .site-header .call-widget {
    padding-left: 40px;
  }
}

.site-header .nav-item .nav-link-item,
.sub-menu .nav-item {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-family: var(--wp--preset--font-family--primary-font);
  font-weight: 500;
}
@media (min-width: 992px) {
  .site-header .nav-item .nav-link-item,
  .sub-menu .nav-item {
    font-size: 18px;
  }
}

.bg-default {
  background-color: #FFFFFF;
  position: relative;
}

.site-navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .site-navbar {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-top: 0px;
  }
}
.site-navbar .menu-block-wrapper {
  flex-grow: 1;
  align-items: center;
  position: relative;
  top: -12px;
}

@media (min-width: 992px) {
  .site-navbar .menu-block-wrapper {
    display: block !important;
    flex-basis: auto;
  }
}
.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header a {
    color: #262729;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header .btn-link {
    color: var(--color-headings-2);
  }
}
.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: 0.4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

.site-header--menu-center .container {
  position: relative;
}

.site-header--menu-center .menu-block-wrapper {
  position: static;
}

@media (min-width: 992px) {
  .site-header--menu-center .menu-block {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .sub-menu.megamenu {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
  }
}
@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-50%) translateY(-2px);
    left: 50%;
  }
}
.site-header--menu-left .menu-block .site-menu-main {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .menu-block {
    width: 100%;
  }
}
.site-header--menu-right .menu-block {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .sub-menu.megamenu {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}
@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
    transform: translateX(-100%) translateY(-10px);
    left: 100%;
  }
}
@media (min-width: 480px) {
  .header-btns {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .header-btns {
    margin-right: 0;
  }
}
.dynamic-sticky-bg.reveal-header {
  background: var(--bg);
}

.dynamic-sticky-bg.dark-mode-texts .menu-block.active .nav-link-item {
  color: #262729 !important;
}

.dynamic-sticky-bg.dark-mode-texts .menu-social-share li a {
  color: var(--color-headings-2);
}

.sticky-bg-white.reveal-header {
  background: #fff;
}

.sticky-bg-white.reveal-header .dark-version-logo {
  display: none !important;
}

.sticky-bg-white.reveal-header .light-version-logo {
  display: block !important;
}

.sticky-bg-white.reveal-header .menu-sep-left {
  position: relative;
}

.sticky-bg-white.reveal-header .menu-sep-left::before {
  content: "";
  border-left: rgba(38, 39, 41, 0.5) !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  z-index: 9;
}

.notification-block {
  position: relative;
}

.notification-block .count {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4px;
  margin-right: -5px;
}

body[data-theme=dark] .reveal-header .menu-social-share li a,
.dark-mode-texts .reveal-header .menu-social-share li a {
  color: #fff;
  transition: 0.4s;
}

body[data-theme=dark] .reveal-header .menu-social-share li a:hover,
.dark-mode-texts .reveal-header .menu-social-share li a:hover {
  color: #5034fc;
}

body[data-theme=dark] .reveal-header .nav-link-item,
.dark-mode-texts .reveal-header .nav-link-item {
  color: #262729 !important;
}

@media (min-width: 992px) {
  body[data-theme=dark] .reveal-header .nav-link-item,
  .dark-mode-texts .reveal-header .nav-link-item {
    color: var(--color-headings-2) !important;
  }
}
@media (min-width: 992px) {
  .row-lg {
    display: flex;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.menu-block-wrapper {
  position: relative;
}

.site-menu-main {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .site-menu-main {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    -moz-column-gap: 36px;
         column-gap: 36px;
    justify-content: center;
  }
}
.site-menu-main li {
  list-style: none;
}

.site-menu-main ul {
  list-style: none;
  margin-left: 0;
}

.site-menu-main a {
  text-decoration: none;
}

.site-menu-main a:hover {
  color: #2A3B8F !important;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--primary-font);
}

.site-menu-main .nav-item {
  display: inherit;
}

.site-menu-main .nav-link-item {
  color: var(--color-headings-2);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.6px;
  line-height: 1.75;
  position: relative;
}

.site-menu-main .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #FDFAEF;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity 0.3s ease, top 0.3s ease, margin-top 0.3s ease, background-color 0.3s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  right: 50%;
  transform: translateX(62%);
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    border-radius: 24px;
    padding: 40px !important;
    border: 1px solid #CED2DB;
  }
}

@media (min-width: 992px) {
  li.nav-item-has-children > .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
  li.nav-item-has-children:hover > .sub-menu {
    top: 68%;
    visibility: visible;
    opacity: 1;
    z-index: 99;
    pointer-events: visible;
    pointer-events: visible;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
    border: 1px solid #CED2DB;
  }
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu {
    top: 100%;
    min-width: 640px;
    max-width: 640px;
  }
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu .sub-menu {
    top: 0 !important;
    left: 100%;
  }
}
.site-menu-main .nav-item {
  font-family: var(--wp--preset--font-family--primary-font);
  color: #383E4B !important;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 88%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .site-menu-main .nav-item {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .nav-item {
    padding-top: 52px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}
.site-menu-main .nav-item > a {
  color: #383E4B;
  transition: 0.4s;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-family: var(--wp--preset--font-family--primary-font);
}
@media (min-width: 992px) {
  .site-menu-main .nav-item > a {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .nav-item > a {
    transition: 0.4s;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.site-menu-main .nav-item > a > i {
  margin-top: 8px;
  min-width: 10px;
  max-width: 10px;
  min-height: 10px;
  max-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-menu-main .nav-item:hover > a {
  color: #2A3B8F;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 992px) {
  .site-menu-main .nav-item:first-child a {
    padding-top: 0;
    padding-bottom: 7px;
  }
}
.site-menu-main .nav-item:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .site-menu-main .nav-item:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 992px) {
  .site-menu-main .nav-item:last-child a {
    padding-top: 16px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    background-color: #fff;
  }
}
.site-menu-main .sub-menu.megamenu .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    border: 0;
  }
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    min-width: 925px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
    visibility: hidden;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-16%, 10px);
  }
}
@media (min-width: 1200px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1100px;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-13%, 10px);
  }
}
@media (min-width: 1366px) {
  .site-menu-main .sub-menu.megamenu {
    min-width: 1300px;
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-center {
    transform: translate(-50%, -10px);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-right {
    right: 0%;
    transform: translate(-12%, 0);
  }
  .site-menu-main .sub-menu.megamenu.megadropdown-left {
    left: 0%;
    transform: translate(-12%, 0);
  }
}
.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
  color: rgba(38, 39, 41, 0.5) !important;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  margin-left: 10px;
  padding-top: 12px;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a {
  color: #262729 !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  transition: 0.4s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .single-dropdown-block a {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}
.site-menu-main .sub-menu.megamenu .single-dropdown-block a:hover {
  color: #2A3B8F;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.4s;
  color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}
@media (min-width: 992px) {
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
    color: #2A3B8F !important;
  }
}
@media (min-width: 320px) and (max-width: 992px) {
  .site-menu-main .sub-menu.megamenu [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu-main .sub-menu.megamenu [class*=row-] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  li.nav-item-has-children:not(.has-megamenu) {
    position: relative;
  }
}
.site-menu-main > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media (max-width: 991px) {
  .site-header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    font-size: 25px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -4px;
  }
  .site-header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: var(--color-headings-2);
    width: 24px;
    position: relative;
  }
  .site-header .mobile-menu-trigger span:before,
  .site-header .mobile-menu-trigger span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-headings-2);
  }
  .dark-mode-texts .mobile-menu-trigger span {
    background-color: #fff;
  }
  .dark-mode-texts .mobile-menu-trigger span:before,
  .dark-mode-texts .mobile-menu-trigger span:after {
    background-color: #fff;
  }
  .site-header .mobile-menu-trigger span:before {
    top: -6px;
  }
  .site-header .mobile-menu-trigger span:after {
    top: 6px;
  }
  .site-header .item-right {
    align-items: center;
  }
  .site-header .menu-block {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .site-header .menu-block.active {
    transform: translate(0%);
  }
  .site-menu-main > li {
    line-height: 1;
    margin: 0;
    display: block;
  }
  .site-menu-main > li > a {
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .site-menu-main > li > a {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-menu-main > li > a i {
    position: absolute;
    top: 5px;
    right: 0;
    transform: rotate(-90deg);
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .menu-block .mobile-menu-head {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }
  .site-header .menu-block .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back {
    display: block;
  }
  .site-header .menu-block .mobile-menu-head.active .go-back img {
    transform: rotate(180deg);
  }
  .site-header .menu-block .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    visibility: hidden;
  }
  .site-header .menu-block .mobile-menu-head.active .current-menu-title {
    visibility: visible;
  }
  .site-header .menu-block .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }
  .site-header .menu-block .site-menu-main {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding-top: 52px !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .site-menu-main > li .sub-menu.mega-menu,
  .site-menu-main > li .sub-menu {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .site-menu-main > li .sub-menu.active {
    display: block;
    z-index: 99;
  }
  .site-menu-main > li .sub-menu > ul > li > a,
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
    display: block;
  }
  .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}
/*Custom Css for menu*/
@media (min-width: 992px) {
  .has-megamenu ul {
    margin-left: auto;
  }
  .site-menu-main a {
    display: flex;
    align-items: center;
  }
  .site-menu-main i {
    margin-left: 15px;
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .site-header--menu-center .menu-block-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.nav-item-has-children a {
  color: #383E4B;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-family: var(--wp--preset--font-family--primary-font);
  font-weight: 500;
}
@media (min-width: 992px) {
  .nav-item-has-children a {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .reveal-header .site-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .reveal-header .nav-link-item {
    color: var(--color-headings-2) !important;
  }
}
@media (min-width: 992px) {
  .reveal-header li.nav-item-has-children:hover > .sub-menu {
    top: 100%;
  }
  .reveal-header li.nav-item-has-children:hover > .megamenu {
    top: 100%;
  }
}
.menu-block.active .nav-link-item {
  color: #383E4B !important;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--primary-font);
}

@media (min-width: 480px) {
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .menu-block-3 .megadropdown-center {
    transform: translate(-50%, 0) !important;
  }
}
.search-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-result-item {
  margin-bottom: 16px;
}
.search-result-item a {
  text-decoration: none;
  color: black;
}
.search-result-item a:visited {
  color: #50BAE1;
}
.search-result-item h3 {
  margin-bottom: 8px;
}

.sub-menu .sub-menu--item {
  padding: 12px 10px 12px 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .sub-menu .sub-menu--item {
    width: 268px;
    padding: 0 !important;
  }
}

.sub-menu--item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.sub-menu--item .sub-menu--item-image-wrapper {
  width: 44px;
  height: 44px;
  border-radius: 38px;
  border: 1px solid #CED2DB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-menu--item .sub-menu--item-image-wrapper img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-row {
  --form-row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--form-row-gap) * -0.5);
  margin-right: calc(var(--form-row-gap) * -0.5);
  margin-top: calc(var(--form-row-gap) * -1);
}
.form-row > * {
  width: 100%;
  padding-top: var(--form-row-gap);
  padding-left: calc(var(--form-row-gap) * 0.5);
  padding-right: calc(var(--form-row-gap) * 0.5);
  flex: 0 0 auto;
}

.col-6 {
  width: 50%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-4 {
  width: 33.3333%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-6 {
    width: 50%;
  }
}
.donation-form-box {
  padding-top: 138px;
}
@media (max-width: 500px) {
  .donation-form-box {
    padding-top: 100px;
  }
}

.donation-form-bg {
  width: 100%;
  background-image: url(../images/form/form-bg.svg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 100% center;
}

.donation-form-wrapper {
  position: relative;
  max-width: 880px;
  background-color: #fdfaef;
  z-index: 1;
  border-radius: 32px;
  margin: auto;
}
.donation-form-wrapper [class$=-shape] {
  pointer-events: none;
  z-index: -1;
  position: absolute;
}
.donation-form-wrapper [class$=-left-shape] {
  left: 0;
}
.donation-form-wrapper [class$=-right-shape] {
  right: 0;
}
.donation-form-wrapper [class$=-right-shape] {
  right: 0;
}
.donation-form-wrapper [class$=-middle-shape] {
  top: 50%;
  transform: translateY(-50%);
}
.donation-form-wrapper [class^=top-] {
  top: 0;
}
.donation-form-wrapper [class^=bottom-] {
  bottom: 0;
}
.donation-form-wrapper .top-left-shape,
.donation-form-wrapper .bottom-left-shape {
  width: 14%;
  max-width: 122px;
}
.donation-form-wrapper .top-right-shape {
  width: 10%;
  max-width: 80px;
}
.donation-form-wrapper .bottom-right-shape {
  width: 14%;
  right: 21.14%;
  max-width: 118px;
}
.donation-form-wrapper .right-middle-shape {
  width: 23px;
  right: 0;
}
.donation-form-wrapper .donation-form {
  padding: 30px;
}
@media (min-width: 768px) {
  .donation-form-wrapper .donation-form {
    padding: 12px 52px 60px 52px;
  }
}

.donation-form-wrapper label {
  color: #383e4b;
  font-weight: 500;
  line-height: 172%;
  font-size: 16px;
}
.donation-form-wrapper input,
.donation-form-wrapper select,
.donation-form-wrapper textarea {
  background-color: white;
  border: none;
  font-family: "Gotham";
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 116%;
  color: #383E4B;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .donation-form-wrapper input,
  .donation-form-wrapper select,
  .donation-form-wrapper textarea {
    font-size: 18px;
  }
}
.donation-form-wrapper input:focus,
.donation-form-wrapper select:focus,
.donation-form-wrapper textarea:focus {
  outline: none;
  box-shadow: none;
}
.donation-form-wrapper input:focus-visible,
.donation-form-wrapper select:focus-visible,
.donation-form-wrapper textarea:focus-visible {
  outline: none;
}
.donation-form-wrapper input::-moz-placeholder, .donation-form-wrapper select::-moz-placeholder, .donation-form-wrapper textarea::-moz-placeholder {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-family: "Gotham";
  line-height: 92%;
}
.donation-form-wrapper input::placeholder,
.donation-form-wrapper select::placeholder,
.donation-form-wrapper textarea::placeholder {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-family: "Gotham";
  line-height: 92%;
}
@media (min-width: 992px) {
  .donation-form-wrapper input::-moz-placeholder, .donation-form-wrapper select::-moz-placeholder, .donation-form-wrapper textarea::-moz-placeholder {
    font-size: 18px;
  }
  .donation-form-wrapper input::placeholder,
  .donation-form-wrapper select::placeholder,
  .donation-form-wrapper textarea::placeholder {
    font-size: 18px;
  }
}
.donation-form-wrapper .aa-donation-form-select select,
.donation-form-wrapper .aa-donation-form-input-block select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 41px 15px 20px;
}
@media (min-width: 992px) {
  .donation-form-wrapper .aa-donation-form-select select,
  .donation-form-wrapper .aa-donation-form-input-block select {
    padding: 20px 24px;
  }
}
.donation-form-wrapper .aa-donation-form-select input,
.donation-form-wrapper .aa-donation-form-input-block input {
  padding: 15px 20px;
}
@media (min-width: 992px) {
  .donation-form-wrapper .aa-donation-form-select input,
  .donation-form-wrapper .aa-donation-form-input-block input {
    padding: 20px 24px;
  }
}
.donation-form-wrapper .aa-donation-form-select select,
.donation-form-wrapper .aa-donation-form-select input,
.donation-form-wrapper .aa-donation-form-input-block select,
.donation-form-wrapper .aa-donation-form-input-block input {
  border-radius: 100px;
  width: 100%;
  color: #383E4B;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 140%;
}
@media (min-width: 992px) {
  .donation-form-wrapper .aa-donation-form-select select,
  .donation-form-wrapper .aa-donation-form-select input,
  .donation-form-wrapper .aa-donation-form-input-block select,
  .donation-form-wrapper .aa-donation-form-input-block input {
    font-size: 18px;
  }
}
.donation-form-wrapper #other-amount::-moz-placeholder {
  font-weight: 500 !important;
}
.donation-form-wrapper #other-amount::placeholder {
  font-weight: 500 !important;
}
.donation-form-wrapper #total-amount::-moz-placeholder {
  font-weight: bold !important;
}
.donation-form-wrapper #total-amount::placeholder {
  font-weight: bold !important;
}
.donation-form-wrapper .aa-donation-form-select select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/form-arrow.svg");
  background-position: right 16px top 50%;
  background-size: 13px auto;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .donation-form-wrapper .aa-donation-form-select select {
    background-position: right 24px top 50%;
  }
}
.donation-form-wrapper .aa-donation-form-input-block textarea {
  width: 100%;
  border-radius: 16px;
  min-block-size: 7rem;
  padding: 20px 20px;
}
.donation-form-wrapper .aa-donation-form-input-block--small input,
.donation-form-wrapper .aa-donation-form-input-block--small select,
.donation-form-wrapper .aa-donation-form-select--small input,
.donation-form-wrapper .aa-donation-form-select--small select {
  padding: 8px 15px;
  font-weight: 400;
  line-height: 172%;
  font-size: 16px;
  line-height: 172%;
}
.donation-form-wrapper .aa-donation-form-input-block--small input::-moz-placeholder, .donation-form-wrapper .aa-donation-form-input-block--small select::-moz-placeholder, .donation-form-wrapper .aa-donation-form-select--small input::-moz-placeholder, .donation-form-wrapper .aa-donation-form-select--small select::-moz-placeholder {
  color: #777c86;
  font-weight: 500;
  line-height: 172%;
  font-size: 16px;
  font-family: "Gotham";
}
.donation-form-wrapper .aa-donation-form-input-block--small input::placeholder,
.donation-form-wrapper .aa-donation-form-input-block--small select::placeholder,
.donation-form-wrapper .aa-donation-form-select--small input::placeholder,
.donation-form-wrapper .aa-donation-form-select--small select::placeholder {
  color: #777c86;
  font-weight: 500;
  line-height: 172%;
  font-size: 16px;
  font-family: "Gotham";
}
@media (min-width: 480px) {
  .donation-form-wrapper .aa-donation-form-input-block--small input,
  .donation-form-wrapper .aa-donation-form-input-block--small select,
  .donation-form-wrapper .aa-donation-form-select--small input,
  .donation-form-wrapper .aa-donation-form-select--small select {
    padding: 10px 30px;
  }
}
.donation-form-wrapper .aa-donation-form-input-block--small input,
.donation-form-wrapper .aa-donation-form-select--small input {
  width: 100%;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .donation-form-wrapper .aa-donation-form-input-block--small input,
  .donation-form-wrapper .aa-donation-form-select--small input {
    width: 135px;
  }
}
@media (max-width: 767px) {
  .donation-form-wrapper .aa-donation-form-input-block--small {
    width: 100%;
  }
}
.donation-form-wrapper .process-checkbox label {
  pointer-events: none;
}
.donation-form-wrapper .aa-donation-form-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.donation-form-wrapper .aa-donation-form-radio-group input[type=radio] {
  display: none;
}
.donation-form-wrapper .aa-donation-form-radio-group .aa-donation-form-radio-group-item {
  gap: 8px;
}
.donation-form-wrapper .aa-donation-form-radio-group .aa-donation-form-radio-group-item input[type=radio]:checked + span {
  border: 1px solid #E9C962;
}
.donation-form-wrapper .aa-donation-form-radio-group .aa-donation-form-radio-group-item span {
  padding: 10px 16px;
  border-radius: 50px;
  background-color: white;
  border: 1px solid transparent;
  color: #434956;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 172%;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 992px) {
  .donation-form-wrapper .aa-donation-form-radio-group .aa-donation-form-radio-group-item span {
    padding: 11.5px 23px;
  }
}
.donation-form-wrapper .aa-donation-form-radio-group.radio-large .aa-donation-form-radio-group-item span {
  padding: 11px 8px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .donation-form-wrapper .aa-donation-form-radio-group.radio-large .aa-donation-form-radio-group-item span {
    padding: 17px 10px;
  }
}
.donation-form-wrapper .total-amount-wrapper {
  margin-top: 8px;
  background: rgba(83, 183, 166, 0.2);
  border: 1px solid #53B7A6;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .donation-form-wrapper .total-amount-wrapper {
    padding: 24px;
  }
}
.donation-form-wrapper .total-amount-wrapper #total-amount {
  width: 100px;
  font-family: "Century Gothic";
  background: transparent;
  border-radius: 50px;
  text-align: center;
  color: #2A3B8F;
  pointer-events: none;
  padding: 0;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .donation-form-wrapper .total-amount-wrapper #total-amount {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .donation-form-wrapper .total-amount-wrapper #total-amount {
    font-weight: 700;
    line-height: 132%;
    letter-spacing: -0.0003em;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .donation-form-wrapper .total-amount-wrapper #total-amount {
    font-size: 24px;
  }
}
.donation-form-wrapper .total-amount-wrapper #total-amount::-moz-placeholder {
  color: #2A3B8F;
  font-family: "Century Gothic";
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.0003em;
  font-size: 22px;
}
.donation-form-wrapper .total-amount-wrapper #total-amount::placeholder {
  color: #2A3B8F;
  font-family: "Century Gothic";
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.0003em;
  font-size: 22px;
}
@media (min-width: 992px) {
  .donation-form-wrapper .total-amount-wrapper #total-amount::-moz-placeholder {
    font-size: 24px;
  }
  .donation-form-wrapper .total-amount-wrapper #total-amount::placeholder {
    font-size: 24px;
  }
}
.donation-form-wrapper .amount-block {
  flex-direction: column;
  display: flex;
  gap: 8px;
}
.donation-form-wrapper .total-amount-text {
  font-weight: 700;
  line-height: 1.4em;
  font-size: 18px;
  font-family: "Century Gothic";
  color: #383e4b;
}
@media (min-width: 992px) {
  .donation-form-wrapper .total-amount-text {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .donation-form-wrapper .total-amount-text {
    font-weight: 700;
    line-height: 132%;
    letter-spacing: -0.0003em;
    font-size: 22px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .donation-form-wrapper .total-amount-text {
    font-size: 24px;
  }
}
.donation-form-wrapper .aa-donation-checkbox label {
  display: flex;
  gap: 10px;
}
.donation-form-wrapper .aa-donation-checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  position: relative;
}
.donation-form-wrapper .aa-donation-checkbox input[type=checkbox]::before {
  content: "";
  position: absolute;
  background-image: url("../images/form/checked-arrow.svg");
  width: 8px;
  height: 6px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 4px;
  left: 3px;
  opacity: 0;
}
.donation-form-wrapper .aa-donation-checkbox input[type=checkbox]:checked::before {
  background-image: url("../images/form/checked-arrow.svg");
  opacity: 1;
}
.donation-form-wrapper .aa-donation-checkbox-medium label {
  align-items: center;
}
.donation-form-wrapper .aa-donation-checkbox-medium input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1.5px solid #141b34;
  border-radius: 4px;
  margin-top: 7px;
}
.donation-form-wrapper .aa-donation-checkbox-medium span {
  color: #383e4b;
  font-weight: 500;
  line-height: 172%;
  font-size: 16px;
  line-height: 140%;
}
.donation-form-wrapper .admin-others {
  max-width: 95px;
}
@media (min-width: 480px) {
  .donation-form-wrapper .admin-others {
    max-width: 128px;
  }
}
.donation-form-wrapper .admin-amount-group {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .donation-form-wrapper .admin-amount-group {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .donation-form-wrapper .admin-amount-group .aa-donation-form-radio-group {
    width: 100%;
    margin-top: -9px;
  }
}
@media (max-width: 767px) {
  .donation-form-wrapper .admin-amount-group .aa-donation-form-radio-group .aa-donation-form-radio-group-item {
    width: 31%;
  }
}
@media (max-width: 376px) {
  .donation-form-wrapper .admin-amount-group .aa-donation-form-radio-group .aa-donation-form-radio-group-item {
    width: 29%;
  }
}
.donation-form-wrapper .aa-donation-head {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .donation-form-wrapper .aa-donation-head {
    padding-bottom: 40px;
  }
}
.donation-form-wrapper .aa-donation-head .aa-donation-title {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.015em;
  font-size: 32px;
  color: #383e4b;
}
@media (min-width: 992px) {
  .donation-form-wrapper .aa-donation-head .aa-donation-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .donation-form-wrapper .aa-donation-head .aa-donation-title {
    font-size: 40px;
  }
}
.donation-form-wrapper #step-1 .aa-donation-head {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .donation-form-wrapper #step-1 .aa-donation-head {
    padding-bottom: 60px;
  }
}
.donation-form-wrapper .aa-donation-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.donation-form-wrapper .aa-donation-form-tab {
  border-bottom: 1px solid #e8e9eb;
  margin: 0 30px;
}
.donation-form-wrapper .aa-donation-form-tab input[type=radio] {
  display: none;
}
.donation-form-wrapper .aa-donation-form-tab input[type=radio]:checked + span {
  color: #53b7a6;
}
.donation-form-wrapper .aa-donation-form-tab input[type=radio]:checked + span:after {
  opacity: 1;
}
.donation-form-wrapper .aa-donation-form-tab span {
  color: #777c86;
  font-weight: 500;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 140%;
}
@media (min-width: 992px) {
  .donation-form-wrapper .aa-donation-form-tab span {
    font-size: 18px;
  }
}
.donation-form-wrapper .aa-donation-form-tab span:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #53b7a6;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.donation-form-wrapper .aa-donation-form-step {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.donation-form-wrapper .flex-row {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .donation-form-wrapper .flex-row {
    align-items: center;
    flex-direction: row;
  }
}
.donation-form-wrapper .process-flex-row {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.donation-form-wrapper .flex-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.donation-form-wrapper .w-50 {
  width: 100%;
}
@media (min-width: 992px) {
  .donation-form-wrapper .w-50 {
    width: 50%;
  }
}
.donation-form-wrapper .aa-donation-form-select label {
  display: block;
}
.donation-form-wrapper .aa-donation-form-select select {
  width: 100%;
}
.donation-form-wrapper .navigation-buttons {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid #e8e9eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.donation-form-wrapper .navigation-buttons button {
  font-family: "Gotham";
  border: 0;
  background: none;
  cursor: pointer;
  color: #777C86;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 172%;
  font-size: 16px;
}
.donation-form-wrapper .navigation-buttons .nex-btn-stack,
.donation-form-wrapper .navigation-buttons .prev-btn-stack {
  display: flex;
  align-items: center;
  gap: 3px;
}
.donation-form-wrapper #step-1 .navigation-buttons {
  justify-content: end;
}
.donation-form-wrapper .add-donation-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.donation-form-wrapper .add-donation-stack #add-donation-button,
.donation-form-wrapper .add-donation-stack #remove-donation-button {
  color: #2a3b8f;
  font-family: "Gotham";
  font-weight: 400;
  line-height: 172%;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.step-two-form-body {
  display: grid !important;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .step-two-form-body {
    grid-template-columns: repeat(2, 1fr);
  }
}

.donation-form-wrapper .step-three {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.donation-form-wrapper .step-three .gift-aid-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .donation-form-wrapper .step-three .gift-aid-wrapper {
    flex-direction: row;
  }
}
.donation-form-wrapper .step-three .gift-aid-wrapper .gift-aid-content {
  max-width: 488px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.donation-form-wrapper .step-three .gift-aid-wrapper .gift-aid-content p {
  color: #383e4b;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  .donation-form-wrapper .step-three .gift-aid-wrapper .gift-aid-content p {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .donation-form-wrapper .step-three .gift-aid-wrapper .gift-aid-image {
    width: 234px;
  }
}
.donation-form-wrapper .step-three .gift-aid-wrapper .gift-aid-image img {
  width: 100%;
}
.donation-form-wrapper .step-three .gift-aid-wrapper .aa-donation-checkbox-normal {
  background: rgba(83, 183, 166, 0.2);
  border: 1px solid #53b7a6;
  padding: 12px;
  border-radius: 10px;
}
.donation-form-wrapper .step-three .dividar {
  border: 1px solid #e8e9eb;
  width: 100%;
}
.donation-form-wrapper .step-three .stay-in-touch-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.donation-form-wrapper .step-three .stay-in-touch-wrapper .text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.donation-form-wrapper .step-three .stay-in-touch-wrapper .text-block .title {
  color: #383e4b;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: -0.01em;
  font-size: 28px;
}
@media (min-width: 992px) {
  .donation-form-wrapper .step-three .stay-in-touch-wrapper .text-block .title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .donation-form-wrapper .step-three .stay-in-touch-wrapper .text-block .title {
    font-size: 36px;
  }
}
.donation-form-wrapper .step-three .stay-in-touch-wrapper .text-block text {
  color: #383e4b;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  .donation-form-wrapper .step-three .stay-in-touch-wrapper .text-block text {
    font-size: 18px;
  }
}
.donation-form-wrapper .step-three .aa-donation-checkbox-normal {
  display: flex;
}
.donation-form-wrapper .step-three .aa-donation-checkbox-normal label {
  flex-direction: row;
}
.donation-form-wrapper .step-three .aa-donation-checkbox-normal input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 2px solid #777c86;
  border-radius: 4px;
  margin-top: 5px;
}
.donation-form-wrapper .step-three .aa-donation-checkbox-normal span {
  color: #383e4b;
  font-weight: 400;
  line-height: 172%;
  font-size: 16px;
  line-height: 172%;
}

.final-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  max-width: 340px;
  margin: 0 auto;
  padding-top: 26px;
  padding-bottom: 18px;
}
.final-content-wrapper .icon-wrapper {
  max-width: 73px;
  height: 73px;
  margin: 0 auto;
}
.final-content-wrapper .icon-wrapper img {
  width: 100%;
}
.final-content-wrapper span {
  font-family: "Century Gothic";
  color: #383E4B;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: -0.01em;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 992px) {
  .final-content-wrapper span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .final-content-wrapper span {
    font-size: 36px;
  }
}

input[type=submit] {
  background: #2A3B8F;
  border-radius: 50px;
  padding: 20px 36px;
  width: 100%;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  input[type=submit] {
    font-size: 18px;
  }
}

/* Tabs styling */
.step {
  display: none;
}

.step.active {
  display: block;
}

.aa-page-steps {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  position: absolute;
  top: -97px;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: nowrap;
  width: 500px;
}
@media screen and (max-width: 500px) {
  .aa-page-steps {
    width: 100%;
    gap: 12px;
    top: -74px;
  }
}

.aa-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 992px) {
  .aa-step {
    width: 100px;
  }
}
.aa-step:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ced2db;
  left: 61px;
  top: 15%;
  z-index: -9;
}
@media screen and (max-width: 500px) {
  .aa-step:not(:last-child)::after {
    width: 164%;
    left: 26px;
    top: 21%;
  }
}
@media screen and (max-width: 389px) {
  .aa-step:not(:last-child)::after {
    width: 142%;
    left: 31px;
    top: 15%;
  }
}
.aa-step-label {
  color: #777c86;
  font-size: 16px;
  font-family: "Gotham";
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .aa-step-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .aa-step .aa-step-label {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 330px) {
  .aa-step .aa-step-label {
    font-size: 12px !important;
  }
}
.aa-step-number {
  color: #777c86;
  font-family: "Century Gothic";
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.0003em;
  font-size: 22px;
  position: relative;
}
@media (min-width: 992px) {
  .aa-step-number {
    font-size: 24px;
  }
}
.aa-step-number::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../images/step-trasparent-mask.svg");
  width: 40px;
  height: 40px;
  top: -12px;
  left: -13px;
  z-index: -5;
  background-size: cover;
  background-color: white;
  border-radius: 303px 395px 31px 0px;
}
@media screen and (min-width: 500px) {
  .aa-step-number::after {
    width: 60px;
    height: 60px;
    top: -18px;
    left: -21px;
  }
}
@media screen and (max-width: 500px) {
  .aa-step-number {
    font-size: 14px !important;
  }
}

.active .aa-step-number {
  color: #53b7a6;
}
.active .aa-step-number::after {
  background-image: url("../images/step-mask.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.active .aa-step-label {
  color: #53b7a6;
}
@media screen and (max-width: 500px) {
  .active .aa-step-label {
    font-size: 14px;
  }
}
.active:not(:last-child)::after {
  background-color: #53b7a6;
}

.multiple-donation-block .aa-donation-form-radio-group .aa-donation-form-radio-group-item {
  width: 31.3333%;
}
@media (max-width: 417px) {
  .multiple-donation-block .aa-donation-form-radio-group .aa-donation-form-radio-group-item {
    width: 29%;
  }
}
.multiple-donation-block .amount-custom-block {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .multiple-donation-block .amount-custom-block {
    gap: 20px;
  }
}
.multiple-donation-block .amount-custom-block .aa-donation-form-input-block {
  width: 100%;
}
.multiple-donation-block .remove-donation-button {
  background: none;
  border: none;
  cursor: pointer;
  min-width: 45px;
  min-height: 45px;
  background-color: #fff;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .multiple-donation-block .remove-donation-button {
    min-width: 60px;
    min-height: 60px;
  }
}
.multiple-donation-block .remove-donation-button svg {
  width: 20px;
  height: 20px;
}
.multiple-donation-block .single-donation-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E9EB;
}
@media (min-width: 768px) {
  .multiple-donation-block .single-donation-block {
    margin-bottom: 38px;
    padding-bottom: 38px;
  }
}
.multiple-donation-block .single-donation-block:first-child .remove-donation-button {
  display: none;
}

.slider {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .slider {
    padding: 0;
  }
}

.slider-wrapper {
  overflow: hidden;
}
.slider-wrapper .slick-dots {
  background: rgba(42, 59, 143, 0.24);
  border-radius: 9999px;
  -webkit-backdrop-filter: blur(3.35px);
          backdrop-filter: blur(3.35px);
  padding: 12px;
  bottom: 81px;
  left: 50%;
  transform: translateX(-50%);
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.slider-wrapper .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #F7F7F7;
}
.slider-wrapper .slick-dots li {
  margin: 0 4px;
  width: 12px;
  height: 12px;
}
.slider-wrapper .slick-dots li button {
  width: 12px;
  height: 12px;
  position: relative;
}
.slider-wrapper .slick-dots li button:before {
  content: "";
  font-size: 4px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-section {
  position: relative;
  background-color: #50BAE1;
  z-index: 1;
  padding-top: 60px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-section {
    padding-top: 150px;
  }
}
.hero-section .hero-top-shape {
  background-repeat: repeat-x;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  pointer-events: none;
}
.hero-section .hero-bottom-shape {
  background-repeat: repeat-x;
  background-position: bottom center;
  position: absolute;
  width: 100%;
  height: 100%;
  height: 100px;
  bottom: 0%;
  pointer-events: none;
}
.hero-section .hero-content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-section .hero-content-wrapper {
    flex-direction: row;
    align-items: end;
  }
}
.hero-section .hero-content-wrapper .hero-content-block {
  max-width: 568px;
  text-align: center;
  color: white;
  padding-bottom: 0px;
  min-height: 220px;
}
@media (min-width: 992px) {
  .hero-section .hero-content-wrapper .hero-content-block {
    padding-bottom: 80px;
    max-width: 568px;
    width: 42%;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .hero-section .hero-content-wrapper .hero-content-block {
    padding-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .hero-section .hero-content-wrapper .hero-content-block {
    padding-bottom: 180px;
  }
}
.hero-section .hero-content-wrapper .hero-content-block p {
  margin-top: 12px;
  color: #F7F7F7;
}
@media (min-width: 992px) {
  .hero-section .hero-content-wrapper .hero-content-block p {
    margin-top: 16px;
  }
}
.hero-section .hero-content-wrapper .hero-content-block .aa-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .hero-section .hero-content-wrapper .hero-content-block .aa-btn {
    margin-top: 42px;
  }
}
.hero-section .hero-image-block {
  width: 100%;
}
@media (min-width: 992px) {
  .hero-section .hero-image-block {
    width: calc(60% - 40px);
  }
}
@media (min-width: 992px) {
  .hero-section .hero-image-block .hero-image {
    margin-right: -199px;
  }
}
.hero-section .hero-image-block img {
  width: 100%;
}

.aa-content-row {
  --aa-column-gap: 30px;
  display: flex;
  flex-direction: column;
  -moz-column-gap: var(--aa-column-gap);
       column-gap: var(--aa-column-gap);
  justify-content: var(--aa-justify-content);
  align-items: var(--aa-align-items);
  row-gap: var(--aa-row-gap);
}
@media (min-width: 992px) {
  .aa-content-row {
    flex-direction: row;
    justify-content: var(--aa-justify-content);
    align-items: var(--aa-align-items);
  }
}
@media (max-width: 991px) {
  .aa-content-row {
    justify-content: var(--aa-justify-content-tablet);
    align-items: var(--aa-align-items-tablet);
  }
}
@media (max-width: 767px) {
  .aa-content-row {
    justify-content: var(--aa-justify-content-mobile);
    align-items: var(--aa-align-items-mobile);
  }
}

.aa-content__image-block {
  width: var(--aa-image-block-width-mobile);
  max-width: var(--aa-image-block-max-width-mobile);
  order: var(--aa-image-order);
}
@media (min-width: 768px) {
  .aa-content__image-block {
    width: var(--aa-image-block-width-tablet);
    max-width: var(--aa-image-block-max-width-tablet);
  }
}
@media (min-width: 992px) {
  .aa-content__image-block {
    width: var(--aa-image-block-width);
    max-width: var(--aa-image-block-max-width);
  }
}
.aa-content__image-block img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .aa-content__image-block {
    order: 1;
  }
}

.aa-content__text-block {
  width: var(--aa-content-block-width-mobile);
  max-width: var(--aa-content-block-max-width-mobile);
  order: var(--aa-content-order);
}
@media (min-width: 768px) {
  .aa-content__text-block {
    width: var(--aa-content-block-width-tablet);
    max-width: var(--aa-content-block-max-width-tablet);
  }
}
@media (min-width: 992px) {
  .aa-content__text-block {
    width: var(--aa-content-block-width);
    max-width: var(--aa-content-block-max-width);
  }
}
@media (max-width: 991px) {
  .aa-content__text-block {
    order: 2;
  }
}

.footer-section {
  background-color: #E9C962;
  position: relative;
  padding-bottom: 40px;
}
.footer-section.footer-top-padding-no {
  margin-top: 15px;
  padding-top: 120px;
}
.footer-section.footer-top-padding-yes {
  padding-top: 230px;
  margin-top: 200px;
}
@media (min-width: 576px) {
  .footer-section.footer-top-padding-yes {
    padding-top: 160px;
  }
}
@media (min-width: 768px) {
  .footer-section.footer-top-padding-yes {
    padding-top: 200px;
  }
}
@media (min-width: 992px) {
  .footer-section.footer-top-padding-yes {
    padding-top: 234px;
    margin-top: 225px;
  }
}
.footer-section .footer-list-widgets {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px;
}
.footer-section .footer-list-widgets .first-item {
  grid-column: span 12/span 12;
}
@media (min-width: 768px) {
  .footer-section .footer-list-widgets .first-item {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 992px) {
  .footer-section .footer-list-widgets .first-item {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1200px) {
  .footer-section .footer-list-widgets .first-item {
    grid-column: span 4/span 4;
  }
}
.footer-section .footer-list-widgets .second-item {
  grid-column: span 12/span 12;
}
@media (min-width: 576px) {
  .footer-section .footer-list-widgets .second-item {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 992px) {
  .footer-section .footer-list-widgets .second-item {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1200px) {
  .footer-section .footer-list-widgets .second-item {
    grid-column: span 3/span 3;
  }
}
.footer-section .footer-list-widgets .third-item {
  grid-column: span 12/span 12;
}
@media (min-width: 576px) {
  .footer-section .footer-list-widgets .third-item {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 992px) {
  .footer-section .footer-list-widgets .third-item {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1200px) {
  .footer-section .footer-list-widgets .third-item {
    grid-column: span 2/span 2;
  }
}
.footer-section .footer-list-widgets .fourth-item {
  grid-column: span 12/span 12;
}
@media (min-width: 768px) {
  .footer-section .footer-list-widgets .fourth-item {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 992px) {
  .footer-section .footer-list-widgets .fourth-item {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1200px) {
  .footer-section .footer-list-widgets .fourth-item {
    grid-column: span 3/span 3;
  }
}
.footer-section .footer-top-bg-shape {
  background-repeat: repeat-x;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 20px;
  pointer-events: none;
  z-index: 2;
  top: -1%;
}
@media (min-width: 768px) {
  .footer-section .footer-top-bg-shape {
    top: -2%;
  }
}
@media (min-width: 1200px) {
  .footer-section .footer-top-bg-shape {
    top: -2.5%;
  }
}
.footer-section .footer-description-block .footer-logo {
  max-width: 76px;
  margin-bottom: 16px;
}
.footer-section .footer-description-block p {
  font-family: "Gotham Book";
  margin-bottom: 32px;
}
.footer-section .footer-title {
  font-family: "Century Gothic";
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.0003em;
  font-size: 22px;
  color: #12161E;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .footer-section .footer-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .footer-section .footer-title {
    margin-bottom: 32px;
  }
}
.footer-section .footer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-section .footer-list li a {
  color: #383E4B;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-family: "Gotham Book";
}
@media (min-width: 992px) {
  .footer-section .footer-list li a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .footer-section .footer-second-col {
    display: flex;
    justify-content: center;
  }
}
.footer-section .contact-widget {
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.4s;
}
.footer-section .contact-widget .contact-widget-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50px;
  box-shadow: inset 0 0 0 1px rgba(56, 62, 75, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .contact-widget .contact-widget-body p a {
  font-weight: 500;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #383E4B;
}
@media (min-width: 992px) {
  .footer-section .contact-widget .contact-widget-body p a {
    font-size: 18px;
  }
}
.footer-section .contact-widget:hover .contact-widget-icon {
  background-color: #2A3B8F;
  box-shadow: none;
}
.footer-section .contact-widget:hover .contact-widget-icon svg path {
  fill: #FFFFFF;
}
.footer-section .copyright-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid #777C86;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .footer-section .copyright-block {
    margin-top: 60px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .footer-section .copyright-block {
    margin-top: 80px;
  }
}
.footer-section .copyright-block p {
  font-family: "Gotham Book";
}
.footer-section .copyright-block .social-icon-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.images-section .images-gallery {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media (min-width: 480px) {
  .images-section .images-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .images-section .images-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .images-section .images-gallery {
    gap: 30px;
  }
}
.images-section img {
  width: 100%;
  border-radius: 20px;
}

.image-ticker-section {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-ticker-section {
    max-width: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .image-ticker-section {
    max-width: 1940px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.image-ticker-gallery {
  width: 100%;
  display: flex;
  gap: 12px;
  justify-content: center;
  overflow: hidden;
}
.image-ticker-gallery img {
  width: auto;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 480px) {
  .image-ticker-gallery img {
    border-radius: 8px;
  }
}
@media (min-width: 992px) {
  .image-ticker-gallery img {
    border-radius: 16px;
  }
}

@media (max-width: 992px) {
  .step-wrapper {
    max-width: 572px;
    margin: 0 auto;
  }
}

.single-step {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .single-step {
    display: flex;
  }
}
.single-step .single-step-count {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background-color: #53B7A6;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: url("../images/step-mask.svg");
          mask-image: url("../images/step-mask.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .single-step .single-step-count {
    margin: 0 auto;
  }
}
.single-step .single-step-count span {
  display: inline-block;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.0003em;
  font-size: 22px;
}
@media (min-width: 992px) {
  .single-step .single-step-count span {
    font-size: 24px;
  }
}
.single-step .single-step-content {
  display: flex;
  padding-bottom: 35px;
  flex-direction: column;
  padding-top: 5px;
  padding-left: 28px;
  gap: 20px;
}
@media (max-width: 768px) {
  .single-step .single-step-content {
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .single-step .single-step-content {
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
    flex-direction: row;
    padding-left: 0;
    padding-bottom: 48px;
  }
}
.single-step .single-step-content .single-step-description-block {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .single-step .single-step-content .single-step-description-block {
    width: 50%;
  }
}
.single-step .single-step-content .single-step-description-block .single-step-description-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #383E4B;
}
@media (min-width: 992px) {
  .single-step .single-step-content .single-step-description-block .single-step-description-wrap {
    max-width: 448px;
  }
}
.single-step .single-step-content .single-step-description-block .single-step-description-wrap h3 {
  font-weight: 700;
  line-height: 128%;
  letter-spacing: -0.02em;
  font-size: 24px;
}
@media (min-width: 1200px) {
  .single-step .single-step-content .single-step-description-block .single-step-description-wrap h3 {
    font-size: 28px;
  }
}
.single-step .single-step-content .single-step-description-block .single-step-description-wrap p {
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
}
@media (min-width: 992px) {
  .single-step .single-step-content .single-step-description-block .single-step-description-wrap p {
    font-size: 18px;
  }
}
.single-step .single-step-content .single-step-image-block {
  width: 250px;
  height: 250px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-mask-image: url("../images/service-widget-mask-shape.svg");
          mask-image: url("../images/service-widget-mask-shape.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #E9C962;
}
@media (min-width: 480px) {
  .single-step .single-step-content .single-step-image-block {
    width: 275px;
    height: 280px;
  }
}
@media (min-width: 992px) {
  .single-step .single-step-content .single-step-image-block {
    width: 50%;
    height: 340px;
  }
}
.single-step .single-step-content .single-step-image-block .single-step-image {
  width: 100%;
  height: 250px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-image: url("../images/service-widget-image-mask.svg");
          mask-image: url("../images/service-widget-image-mask.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 0px;
  left: 0%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 480px) {
  .single-step .single-step-content .single-step-image-block .single-step-image {
    top: 15px;
  }
}
@media (min-width: 992px) {
  .single-step .single-step-content .single-step-image-block .single-step-image {
    height: 310px;
  }
}
.single-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 2px;
  height: 100%;
  background-image: url("../images/border.svg");
  z-index: -1;
}
@media (min-width: 992px) {
  .single-step::before {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .single-step:nth-child(even) .single-step-content {
    flex-direction: row-reverse;
  }
  .single-step:nth-child(even) .single-step-content .single-step-description-block {
    padding-right: 0;
    padding-left: 48px;
  }
  .single-step:nth-child(even) .single-step-content .single-step-image-block {
    padding-right: 48px;
    padding-left: 0;
  }
}

@media (max-width: 360px) {
  .single-step .single-step-content .single-step-image-block {
    width: 203px;
    height: 200px;
  }
  .single-step .single-step-content .single-step-image-block .single-step-image {
    top: 23px;
    height: 164px;
  }
}
.donation-form-bg {
  width: 100%;
  background-image: url("../images/form/form-bg.svg");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 100% center;
}

.form-step-wrapper {
  position: relative;
  padding-top: 156px;
  max-width: 880px;
  margin: auto;
}
@media screen and (max-width: 500px) {
  .form-step-wrapper {
    padding-top: 140px;
  }
}

.form-wrapper {
  background-color: #FDFAEF;
  border-radius: 32px;
  position: relative;
  max-width: 880px;
  margin: auto;
  z-index: 1;
  min-height: 400px;
}
.form-wrapper .custom-form {
  padding: 20px;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form {
    padding: 12px 52px 60px 52px;
  }
}
.form-wrapper .custom-form label,
.form-wrapper .custom-form legend {
  color: #383E4B !important;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 16px;
  line-height: 172%;
}
.form-wrapper .custom-form input:not([type=button], [type=checkbox]),
.form-wrapper .custom-form select,
.form-wrapper .custom-form textarea {
  border: none !important;
  border-radius: 100px !important;
  color: #383E4B;
  box-shadow: none !important;
  font-family: "Gotham";
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form input:not([type=button], [type=checkbox]),
  .form-wrapper .custom-form select,
  .form-wrapper .custom-form textarea {
    font-size: 18px !important;
  }
}
.form-wrapper .custom-form input:not([type=button], [type=checkbox]):focus,
.form-wrapper .custom-form select:focus,
.form-wrapper .custom-form textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
.form-wrapper .custom-form input:not([type=button], [type=checkbox]):focus-visible,
.form-wrapper .custom-form select:focus-visible,
.form-wrapper .custom-form textarea:focus-visible {
  outline: none !important;
}
.form-wrapper .custom-form .aa-input input,
.form-wrapper .custom-form .aa-input select,
.form-wrapper .custom-form .aa-select input,
.form-wrapper .custom-form .aa-select select {
  height: 48px !important;
  background-color: white;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .aa-input input,
  .form-wrapper .custom-form .aa-input select,
  .form-wrapper .custom-form .aa-select input,
  .form-wrapper .custom-form .aa-select select {
    height: 60px !important;
  }
}
.form-wrapper .custom-form .aa-input ::-moz-placeholder, .form-wrapper .custom-form .aa-select ::-moz-placeholder {
  font-size: 16px !important;
}
.form-wrapper .custom-form .aa-input ::placeholder,
.form-wrapper .custom-form .aa-select ::placeholder {
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .aa-input ::-moz-placeholder, .form-wrapper .custom-form .aa-select ::-moz-placeholder {
    font-size: 18px !important;
  }
  .form-wrapper .custom-form .aa-input ::placeholder,
  .form-wrapper .custom-form .aa-select ::placeholder {
    font-size: 18px !important;
  }
}
.form-wrapper .custom-form .aa-select select {
  padding: 8px 65px 7px 15px !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .aa-select select {
    padding: 12px 65px 7px 15px !important;
  }
}
.form-wrapper .custom-form .aa-input input {
  padding: 5px 15px !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .aa-input input {
    padding: 15px 24px !important;
  }
}
.form-wrapper .custom-form .aa-input--small input {
  height: 45px !important;
  height: 48px !important;
  text-align: center;
  padding: 0px 0px !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .aa-input--small input {
    height: 48px !important;
  }
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .aa-input--small input ::-moz-placeholder {
    font-size: 16px !important;
  }
  .form-wrapper .custom-form .aa-input--small input ::placeholder {
    font-size: 16px !important;
  }
}
.form-wrapper .custom-form ::-moz-placeholder {
  font-family: "Gotham";
  color: #777C86 !important;
  font-weight: 500;
}
.form-wrapper .custom-form ::placeholder {
  font-family: "Gotham";
  color: #777C86 !important;
  font-weight: 500;
}
.form-wrapper .custom-form .gform_title,
.form-wrapper .custom-form input[type=radio] {
  display: none;
}
.form-wrapper .custom-form select {
  padding: 6px 12px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/form-arrow.svg");
  background-position: right 12px top 50%;
  background-size: 13px auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form select {
    padding: 12px 24px !important;
    background-position: right 24px top 50%;
  }
}
.form-wrapper .custom-form select:hover {
  background-image: url("../images/form-arrow.svg");
}
.form-wrapper .custom-form textarea {
  border-radius: 16px !important;
  min-block-size: 4rem !important;
  background-color: white;
}
.form-wrapper .custom-form textarea ::-moz-placeholder {
  font-size: 16px !important;
}
.form-wrapper .custom-form textarea ::placeholder {
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form textarea ::-moz-placeholder {
    font-size: 18px !important;
  }
  .form-wrapper .custom-form textarea ::placeholder {
    font-size: 18px !important;
  }
}
.form-wrapper .custom-form #gform_page_1_4 {
  padding-left: 11px !important;
  padding-right: 11px !important;
}
.form-wrapper .custom-form #gform_page_1_4 .gform-page-footer {
  display: flex !important;
  flex-direction: column-reverse;
}
.form-wrapper .custom-form #gform_page_1_4 #input_53_6 {
  padding: 5px 15px !important;
  height: 45px !important;
  background-color: white;
  width: 100% !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form #gform_page_1_4 #input_53_6 {
    height: 60px !important;
    padding: 11px 24px 15px !important;
  }
}
.form-wrapper .custom-form #gform_page_1_4 #gform_ppcp_smart_payment_buttons_1 {
  inline-size: 100% !important;
  border-radius: 12px;
  margin-inline: 0 !important;
}
.form-wrapper .custom-form .gfield--input-type-radio:not(.tab-radio-btn) input[type=radio] + label {
  padding: 9px 20px !important;
  border-radius: 20px !important;
  background-color: white;
  border: 1px solid transparent !important;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  color: #434956 !important;
  text-transform: uppercase;
  margin: 0 !important;
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .gfield--input-type-radio:not(.tab-radio-btn) input[type=radio] + label {
    font-size: 18px !important;
    padding: 13px 37px !important;
    border-radius: 50px !important;
  }
}
.form-wrapper .custom-form .gfield--input-type-radio:not(.tab-radio-btn) input[type=radio]:checked + label {
  border: 1px solid #E9C962 !important;
}
.form-wrapper .custom-form .gfield--input-type-radio:not(.tab-radio-btn).radiio-btn-group--small input[type=radio] + * {
  font-size: 16px !important;
  padding: 11.1px 16px !important;
  border-radius: 50px !important;
  background-color: white;
  color: #434956 !important;
  line-height: 1 !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .gfield--input-type-radio:not(.tab-radio-btn).radiio-btn-group--small input[type=radio] + * {
    padding: 15.1px 24px !important;
  }
}
.form-wrapper .custom-form .gfield--input-type-radio:not(.tab-radio-btn).admin-fee-radio-group .gfield_radio {
  display: flex;
  align-items: center;
}
.form-wrapper .custom-form .gfield--input-type-radio:not(.tab-radio-btn).admin-fee-radio-group.admin-row-col {
  grid-column: span 5;
}
.form-wrapper .custom-form .admin-row-col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-wrapper .custom-form .admin-fee-checkbox {
    grid-column: span 12 !important;
  }
}
.form-wrapper .custom-form .gfield--input-type-radio.tab-radio-btn .gfield_radio {
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid #E8E9EB;
  flex-wrap: wrap;
  margin-right: 25px;
  margin-left: 27px;
}
.form-wrapper .custom-form .gfield--input-type-radio.tab-radio-btn .gfield_radio input[type=radio]:checked + label {
  color: #53B7A6 !important;
}
.form-wrapper .custom-form .gfield--input-type-radio.tab-radio-btn .gfield_radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.form-wrapper .custom-form .gfield--input-type-radio.tab-radio-btn .gfield_radio label {
  color: #777C86 !important;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
.form-wrapper .custom-form .gfield--input-type-radio.tab-radio-btn .gfield_radio label:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #53B7A6;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.form-wrapper .custom-form .radio-btn-group .gfield_radio {
  flex-direction: row !important;
  gap: 10px !important;
  flex-wrap: wrap;
  cursor: pointer;
}
.form-wrapper .custom-form .gchoice .gfield-choice-input[type=checkbox] + label {
  font-family: "Gotham", sans-serif !important;
}
.form-wrapper .custom-form .gchoice .gfield-choice-input[type=checkbox]::before {
  color: #141B34 !important;
  font-size: 10px;
}
.form-wrapper .custom-form .gchoice .gfield-choice-input[type=checkbox]:focus {
  outline-color: #53B7A6 !important;
  border-color: #53B7A6 !important;
}
.form-wrapper .custom-form .checkbox-medium .gform-field-label,
.form-wrapper .custom-form .gift-aid-content-wrapper .gform-field-label {
  font-size: 16px !important;
  color: #383E4B !important;
}
.form-wrapper .custom-form .checkbox-medium .gfield-choice-input[type=checkbox],
.form-wrapper .custom-form .gift-aid-content-wrapper .gfield-choice-input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 5.5px !important;
  border-color: #141B34;
  border-radius: 4px;
}
.form-wrapper .custom-form .stay-in-touch-dividar {
  width: 100%;
  border-color: #E8E9EB;
  margin: 20px 0;
}
.form-wrapper .custom-form .stay-in-touch label {
  font-size: 18px !important;
  color: #383E4B !important;
}
.form-wrapper .custom-form .stay-in-touch .gfield-choice-input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 7.5px !important;
  border-color: #141B34;
  border-radius: 4px;
}
.form-wrapper .custom-form .stay-in-touch legend {
  font-family: "Century Gothic" !important;
  font-weight: 700 !important;
  line-height: 122% !important;
  letter-spacing: -0.01em !important;
  color: #383E4B !important;
  font-size: 28px !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .stay-in-touch legend {
    font-size: 32px !important;
  }
}
@media (min-width: 1200px) {
  .form-wrapper .custom-form .stay-in-touch legend {
    font-size: 36px !important;
  }
}
.form-wrapper .custom-form .stay-in-touch .gfield_description {
  letter-spacing: -0.01em !important;
  color: #383E4B !important;
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .form-wrapper .custom-form .stay-in-touch .gfield_description {
    font-size: 18px !important;
  }
}
.form-wrapper [class$=-shape] {
  pointer-events: none;
  z-index: -1;
  position: absolute;
}
.form-wrapper [class$=-left-shape] {
  left: 0;
}
.form-wrapper [class$=-right-shape] {
  right: 0;
}
.form-wrapper [class$=-right-shape] {
  right: 0;
}
.form-wrapper [class$=-middle-shape] {
  top: 50%;
  transform: translateY(-50%);
}
.form-wrapper [class^=top-] {
  top: 0;
}
.form-wrapper [class^=bottom-] {
  bottom: 0;
}
.form-wrapper .top-left-shape,
.form-wrapper .bottom-left-shape {
  width: 14%;
  max-width: 122px;
}
.form-wrapper .top-right-shape {
  width: 10%;
  max-width: 80px;
}
.form-wrapper .bottom-right-shape {
  width: 14%;
  right: 21.14%;
  max-width: 118px;
}
.form-wrapper .right-middle-shape {
  width: 23px;
  right: 0;
}
.form-wrapper .gf_page_steps {
  position: absolute;
  top: -114px;
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 500px) {
  .form-wrapper .gf_page_steps {
    left: 53%;
    width: 100%;
    top: -105px;
    justify-content: center;
  }
}
.form-wrapper .gf_step_completed .gf_step_number {
  --gf-local-bg-color: none !important;
  position: relative !important;
  color: #53B7A6 !important;
  --gf-local-border-color: none !important;
}
.form-wrapper .gf_step_completed .gf_step_number::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  top: -7px !important;
  left: -3px !important;
  z-index: -1 !important;
  background-image: url("../images/step-mask.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent !important;
  border: 0 !important;
  background-size: cover;
  background-color: white;
  border-radius: 0 !important;
}
@media screen and (min-width: 500px) {
  .form-wrapper .gf_step_completed .gf_step_number::after {
    width: 60px !important;
    height: 60px !important;
    top: -18px !important;
    left: -12px !important;
  }
}
.form-wrapper .gf_step_completed .gf_step_label {
  color: #53B7A6 !important;
}
.form-wrapper .gf_step_completed:not(:last-child)::after {
  background-color: #53B7A6 !important;
}
.form-wrapper .gf_step_active .gf_step_number {
  --gf-local-bg-color: none !important;
  position: relative !important;
  color: #53B7A6 !important;
  --gf-local-border-color: none !important;
}
.form-wrapper .gf_step_active .gf_step_number::after {
  background-image: url("../images/step-mask.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-wrapper .gf_step_active .gf_step_label {
  color: #53B7A6 !important;
}
@media screen and (max-width: 500px) {
  .form-wrapper .gf_step_active .gf_step_label {
    font-size: 14px !important;
  }
}
.form-wrapper .gf_step_active:not(:last-child)::after {
  background-color: #53B7A6 !important;
}
.form-wrapper .gf_step {
  flex-direction: column;
  position: relative;
  z-index: 9;
  gap: 20px !important;
}
@media screen and (min-width: 500px) {
  .form-wrapper .gf_step {
    width: 110px;
  }
}
.form-wrapper .gf_step:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 72%;
  height: 2px;
  background-color: #CED2DB;
  left: 85px;
  top: 15%;
  z-index: -9;
}
@media screen and (max-width: 500px) {
  .form-wrapper .gf_step:not(:last-child)::after {
    width: 185%;
    left: 31px;
    top: 15%;
  }
}
@media screen and (max-width: 389px) {
  .form-wrapper .gf_step:not(:last-child)::after {
    width: 142%;
    left: 31px;
    top: 15%;
  }
}
.form-wrapper .gf_step .gf_step_number {
  --gf-local-border-color: none;
  position: relative;
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 132%;
  color: #777C86;
}
@media screen and (max-width: 500px) {
  .form-wrapper .gf_step .gf_step_number {
    font-size: 14px;
  }
}
.form-wrapper .gf_step .gf_step_number::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../images/step-trasparent-mask.svg");
  width: 40px;
  height: 40px;
  top: -4px;
  left: -3px;
  z-index: -5;
  background-size: cover;
  background-color: white;
}
@media screen and (min-width: 500px) {
  .form-wrapper .gf_step .gf_step_number::after {
    width: 60px !important;
    height: 60px !important;
    top: -18px !important;
    left: -12px !important;
  }
}
.form-wrapper .gf_step_label {
  font-style: normal !important;
  font-family: "Gotham" !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  line-height: 180% !important;
  color: #777C86 !important;
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .form-wrapper .gf_step_label {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 500px) {
  .form-wrapper .gf_step_label {
    font-size: 14px !important;
  }
  .form-wrapper .gf_page_steps {
    gap: 5px !important;
    justify-content: space-between;
  }
}
.form-wrapper .gform_required_legend {
  display: none;
}
.form-wrapper .form-title {
  border: none !important;
  padding-block-end: 0px !important;
}
.form-wrapper .form-title h3 {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #383E4B;
  font-size: 32px;
}
@media (min-width: 992px) {
  .form-wrapper .form-title h3 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .form-wrapper .form-title h3 {
    font-size: 40px;
  }
}
.form-wrapper .total-btn {
  display: block;
}
.form-wrapper .total-btn input {
  background-color: #2A3B8F !important;
  border-radius: 50px;
  width: 100%;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  color: #FFFFFF !important;
  text-align: center;
  padding: 20px !important;
}
.form-wrapper .gfield_required {
  font-size: 18px !important;
  height: 23px;
}
.form-wrapper .legend-top-field legend {
  font-size: 18px !important;
}
.form-wrapper .gform_fields {
  row-gap: 24px !important;
}
.form-wrapper .gift-aid-page .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .form-wrapper .gift-aid-page .gform_fields {
    row-gap: 40px;
  }
}
.form-wrapper .gift-aid-page .gift-add-img {
  width: 234px;
  margin-left: 38px;
}
.form-wrapper .gift-aid-page .gift-aid-content-wrapper {
  width: 488px;
}
.form-wrapper .gift-aid-page .gift-aid-content-wrapper > .gform-field-label {
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.015em;
  color: #383E4B;
  font-family: "Century Gothic";
  margin-bottom: 40px;
  font-size: 32px;
}
@media (min-width: 992px) {
  .form-wrapper .gift-aid-page .gift-aid-content-wrapper > .gform-field-label {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .form-wrapper .gift-aid-page .gift-aid-content-wrapper > .gform-field-label {
    font-size: 40px;
  }
}
.form-wrapper .gift-aid-page .gift-aid-content-wrapper .ginput_container_checkbox {
  text-align: left;
  background: rgba(83, 183, 166, 0.2);
  /* Green */
  border: 1px solid #53B7A6;
  border-radius: 10px;
  padding: 12px;
}
.form-wrapper .gift-aid-page .gift-aid-content-wrapper .gfield_description {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.01em;
  color: #383E4B;
  margin-bottom: 16px !important;
  font-size: 16px !important;
}
@media (min-width: 992px) {
  .form-wrapper .gift-aid-page .gift-aid-content-wrapper .gfield_description {
    font-size: 18px !important;
  }
}
.form-wrapper .gift-aid-page .stay-in-touch > .gfield_description, .form-wrapper .gift-aid-page .stay-in-touch > legend.gform-field-label {
  padding-bottom: 16px;
}
.form-wrapper input[type=button] {
  color: #777C86 !important;
  font-family: "Gotham" !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 124% !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
}
.form-wrapper input[type=button]:focus {
  outline: none !important;
  box-shadow: none !important;
}
.form-wrapper .gform_page_footer {
  position: relative !important;
  display: flex;
  width: 100%;
  padding-top: 30px;
  margin-block-start: 40px !important;
  border-top: 1px solid #E8E9EB;
}
@media (min-width: 992px) {
  .form-wrapper .gform_page_footer {
    margin-block-start: 60px !important;
  }
}
.form-wrapper .gform_page_footer:after, .form-wrapper .gform_page_footer:before {
  content: "";
  position: absolute;
  width: 72px;
  height: 20px;
  top: 12px;
  background-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.form-wrapper .gform_page_footer input {
  padding: 0 !important;
  border: none !important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: transparent !important;
  width: 73px !important;
}
.form-wrapper .gform_page_footer input.gform_previous_button {
  margin-right: auto !important;
  padding-left: 0px !important;
}
.form-wrapper .gform_page_footer input.gform_next_button {
  margin-left: auto !important;
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .form-wrapper .admin-other-field {
    grid-column: span 5 !important;
  }
}
@media screen and (max-width: 430px) {
  .form-wrapper .admin-other-field {
    grid-column: span 12 !important;
  }
  .form-wrapper .admin-other-field .ginput_container {
    width: 100%;
  }
}
.form-wrapper .admin-other-field {
  position: relative;
}
@media (min-width: 768px) {
  .form-wrapper .admin-other-field {
    margin-left: -85px;
    margin-right: 77px;
  }
}
@media (min-width: 992px) {
  .form-wrapper .admin-other-field {
    margin-left: -155px;
    margin-right: 175px;
  }
}
.form-wrapper .admin-fee-radio-group {
  position: relative;
}
@media (min-width: 768px) {
  .form-wrapper .admin-fee-radio-group {
    margin-left: -36px;
  }
}
@media (min-width: 992px) {
  .form-wrapper .admin-fee-radio-group {
    margin-left: -85px;
  }
}
@media screen and (max-width: 767px) {
  .form-wrapper .admin-fee-radio-group {
    grid-column: span 7 !important;
  }
  .form-wrapper .admin-fee-radio-group .gchoice {
    grid-template-columns: auto !important;
    width: 30%;
  }
  .form-wrapper .admin-fee-radio-group .ginput_container {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .form-wrapper .admin-fee-radio-group {
    grid-column: span 12 !important;
  }
}
.form-wrapper .process-btn {
  font-size: 16px !important;
  padding: 11.1px 16px !important;
  border-radius: 50px !important;
  background-color: white;
  color: #383E4B !important;
  line-height: 1 !important;
  max-width: 83px;
  text-align: center;
  margin-top: -9px;
  grid-column: span 4 !important;
  position: relative;
}
@media (min-width: 576px) {
  .form-wrapper .process-btn {
    grid-column: span 6 !important;
    margin-left: -55px;
  }
}
@media (min-width: 768px) {
  .form-wrapper .process-btn {
    margin-left: -146px;
  }
}
@media (min-width: 992px) {
  .form-wrapper .process-btn {
    padding: 15.1px 24px !important;
    margin-left: -226px;
  }
}
.form-wrapper .process-checkbox {
  grid-column: span 8 !important;
}
.form-wrapper .process-checkbox input {
  pointer-events: none;
}
@media (min-width: 576px) {
  .form-wrapper .process-checkbox {
    grid-column: span 6 !important;
  }
}
@media screen and (max-width: 345px) {
  .form-wrapper .process-btn {
    grid-column: span 12 !important;
  }
  .form-wrapper .process-checkbox {
    grid-column: span 12 !important;
  }
}
@media (min-width: 992px) {
  .form-wrapper .gift-aid-title {
    margin-bottom: 20px;
  }
}
.form-wrapper .repeater-field-header {
  display: none;
}
.form-wrapper .repeater-field-footer {
  text-align: center;
}
.form-wrapper .repeater-field-footer .hidden {
  display: flex !important;
  justify-content: center !important;
}
.form-wrapper .container-repeater-field {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}
@media (min-width: 992px) {
  .form-wrapper .container-repeater-field {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.form-wrapper .container-repeater-field .aa-select {
  width: 100%;
}
@media (min-width: 992px) {
  .form-wrapper .container-repeater-field .aa-select {
    width: 48%;
  }
}
.form-wrapper .repeater-field-warp-item .repeater-field-item:first-child .remove-donation-button {
  display: none;
}
.form-wrapper .repeater-field-warp-item .repeater-field-item:first-child .multiple-aa-input {
  width: 100%;
}
@media (min-width: 992px) {
  .form-wrapper .repeater-field-warp-item .repeater-field-item:first-child .multiple-aa-input {
    width: 48%;
  }
}
.form-wrapper .gf-repeater-field-button-add {
  color: #2a3b8f;
  font-family: "Gotham";
  font-weight: 400;
  line-height: 172%;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  padding: 0px !important;
  border: none;
  cursor: pointer;
  position: relative;
}
.form-wrapper .gf-repeater-field-button-add::before {
  content: "";
  background-image: url("../images/plus-circle.svg");
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 8px;
}
.form-wrapper .gf-repeater-field-button-add:hover {
  box-shadow: none !important;
}
.form-wrapper .remove-donation-button {
  background: none;
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  position: relative;
}
@media (min-width: 768px) {
  .form-wrapper .remove-donation-button {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .form-wrapper .remove-donation-button {
    margin-top: 33px;
  }
}
.form-wrapper .remove-donation-button svg {
  max-width: 20px;
}
.form-wrapper .multiple-donation-radio {
  width: 48%;
  width: 100%;
}
@media (min-width: 992px) {
  .form-wrapper .multiple-donation-radio {
    width: 48%;
  }
}
.form-wrapper .multiple-donation-radio .gchoice {
  width: 30%;
  display: flex !important;
  justify-content: center;
}
.form-wrapper .multiple-donation-radio .gchoice label {
  width: 100%;
  text-align: center;
}
.form-wrapper .multiple-aa-input {
  width: calc(100% - 58px);
}
@media (min-width: 768px) {
  .form-wrapper .multiple-aa-input {
    width: calc(100% - 68px);
  }
}
@media (min-width: 992px) {
  .form-wrapper .multiple-aa-input {
    margin-top: 36px;
    width: 38%;
  }
}
.form-wrapper .multiple-donation-border {
  width: 100%;
  margin-bottom: 24px;
  border-block-end: 1px solid #E8E9EB !important;
  padding-block-end: 0 !important;
}
@media (min-width: 992px) {
  .form-wrapper .multiple-donation-border {
    margin-top: 14px;
    margin-bottom: 38px;
  }
}
.form-wrapper .multiple-donation-border h3 {
  display: none;
}
.form-wrapper .total-button {
  margin-top: 8px;
  background: rgba(83, 183, 166, 0.2);
  border: 1px solid #53B7A6;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  flex-direction: row !important;
}
.form-wrapper .total-button label {
  margin-bottom: 0 !important;
}
.form-wrapper .total-button input[type=number] {
  display: none;
}
.form-wrapper .total-button .ginput_product_price_label {
  display: none;
}
.form-wrapper .total-button .ginput_quantity_label {
  display: none;
}
.form-wrapper .total-button .gform-field-label {
  font-family: "Century Gothic" !important;
  color: #383e4b !important;
  font-weight: 700 !important;
  line-height: 132% !important;
  letter-spacing: -0.0003em !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .form-wrapper .total-button .gform-field-label {
    font-size: 22px !important;
  }
}
.form-wrapper .total-button .ginput_product_price {
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.0003em;
  font-size: 18px;
  color: #2A3B8F;
  pointer-events: none;
  font-family: "Century Gothic";
}
@media (min-width: 768px) {
  .form-wrapper .total-button .ginput_product_price {
    font-size: 22px;
  }
}
.form-wrapper .processing-fee-btn {
  margin-left: 168px;
  margin-top: -57px;
}
@media (min-width: 640px) {
  .form-wrapper .processing-fee-btn {
    margin-left: -59px;
    margin-top: -9px;
  }
}
@media (min-width: 768px) {
  .form-wrapper .processing-fee-btn {
    margin-left: -139px;
    margin-top: -5px;
  }
}
@media (min-width: 992px) {
  .form-wrapper .processing-fee-btn {
    margin-left: -215px;
    margin-top: -10px;
  }
}
.form-wrapper .hidden-total-amount {
  display: none;
}
.form-wrapper .add-multiple-donation {
  display: none;
}
.form-wrapper .gfield--type-choice.field_description_below:where(:not(.field_validation_above.gfield_error):not(:has(.gfield_choice_limit_message))) .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  --gf-local-margin-y: 0 8px !important;
}
.form-wrapper #gform_submit_button_1 {
  background-color: #2A3B8F !important;
  border-radius: 50px;
  padding: 20px 36px !important;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .form-wrapper #gform_submit_button_1 {
    font-size: 18px;
  }
}
.form-wrapper #gform_confirmation_message_1 {
  max-width: 272px;
  margin: 82px auto 0 auto;
}
@media (min-width: 576px) {
  .form-wrapper #gform_confirmation_message_1 {
    max-width: 263px;
  }
}
@media (min-width: 992px) {
  .form-wrapper #gform_confirmation_message_1 {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .form-wrapper #gform_confirmation_message_1 {
    max-width: 348px;
  }
}
.form-wrapper #gform_confirmation_message_1 img {
  max-width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .form-wrapper #gform_confirmation_message_1 img {
    max-width: 73px;
    height: 73px;
    margin-bottom: 32px;
  }
}
.form-wrapper #gform_confirmation_message_1 p {
  font-family: "Century Gothic";
  color: #383E4B;
  font-weight: 700;
  line-height: 122%;
  letter-spacing: -0.01em;
  font-size: 28px;
}
@media (min-width: 992px) {
  .form-wrapper #gform_confirmation_message_1 p {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .form-wrapper #gform_confirmation_message_1 p {
    font-size: 36px;
  }
}
.form-wrapper .gfield--type-repeater_end {
  padding: 0 0 !important;
}

.page-id-493 .wp-site-blocks {
  margin-bottom: -25px;
}

.donation-images-section {
  position: relative;
}
.donation-images-section-top-shape {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-image: url("../images/patterns/state-card-top-shape.png");
  z-index: 5;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
.donation-images-section-bottom-shape {
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  position: absolute;
  background-image: url("../images/patterns/state-card-bottom-shape.png");
  z-index: 5;
  pointer-events: none;
  left: 0;
  top: 0;
  background-position: bottom;
}
.donation-images-section .donation-images-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.donation-images-section .donation-images-gallery .donation-content {
  position: absolute;
  padding: 20px;
  background-color: #53B7A6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
}
@media (min-width: 992px) {
  .donation-images-section .donation-images-gallery .donation-content {
    padding: 40px;
  }
}
.donation-images-section .donation-images-gallery .donation-content h4 {
  font-weight: 700;
  line-height: 122%;
  letter-spacing: -0.01em;
  font-size: 28px;
  text-align: center;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .donation-images-section .donation-images-gallery .donation-content h4 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .donation-images-section .donation-images-gallery .donation-content h4 {
    font-size: 36px;
  }
}
.donation-images-section .donation-images-gallery .donation-single-image {
  width: 33.33%;
  min-height: 250px;
  max-height: 250px;
}
@media (min-width: 768px) {
  .donation-images-section .donation-images-gallery .donation-single-image {
    min-height: 350px;
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .donation-images-section .donation-images-gallery .donation-single-image {
    min-height: 400px;
    max-height: 400px;
  }
}
.donation-images-section .donation-images-gallery .donation-single-image img {
  width: 100%;
  display: block;
  min-height: 245px;
  max-height: 245px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .donation-images-section .donation-images-gallery .donation-single-image img {
    min-height: 345px;
    min-height: 345px;
  }
}
@media (min-width: 1200px) {
  .donation-images-section .donation-images-gallery .donation-single-image img {
    min-height: 392px;
    max-height: 392px;
  }
}
.donation-images-section .donation-images-gallery .donation-single-image:nth-child(2) {
  border-right: 5px solid #53B7A6;
  border-bottom: 5px solid #50BAE1;
}
@media (min-width: 1200px) {
  .donation-images-section .donation-images-gallery .donation-single-image:nth-child(2) {
    border-right: 8px solid #53B7A6;
    border-bottom: 8px solid #50BAE1;
  }
}
.donation-images-section .donation-images-gallery .donation-single-image:nth-child(3) {
  border-right: 5px solid #50BAE1;
  border-bottom: 5px solid #50BAE1;
}
@media (min-width: 1200px) {
  .donation-images-section .donation-images-gallery .donation-single-image:nth-child(3) {
    border-right: 8px solid #50BAE1;
    border-bottom: 8px solid #50BAE1;
  }
}
.donation-images-section .donation-images-gallery .donation-single-image:nth-child(4) {
  border-bottom: 5px solid #50BAE1;
}
@media (min-width: 1200px) {
  .donation-images-section .donation-images-gallery .donation-single-image:nth-child(4) {
    border-bottom: 8px solid #50BAE1;
  }
}
.donation-images-section .donation-images-gallery .donation-single-image:nth-child(5) {
  border-right: 5px solid #53B7A6;
}
@media (min-width: 1200px) {
  .donation-images-section .donation-images-gallery .donation-single-image:nth-child(5) {
    border-right: 8px solid #53B7A6;
  }
}
.donation-images-section .donation-images-gallery .donation-single-image:nth-child(6) {
  border-right: 5px solid #53B7A6;
}
@media (min-width: 1200px) {
  .donation-images-section .donation-images-gallery .donation-single-image:nth-child(6) {
    border-right: 8px solid #53B7A6;
  }
}

.donation-2-wrapper {
  max-width: 1000px;
  margin: 130px auto 60px auto;
  padding: 0 20px;
  border-radius: 32px !important;
}
@media (min-width: 767px) {
  .donation-2-wrapper {
    margin: 150px auto 60px auto;
  }
}
@media (min-width: 991px) {
  .donation-2-wrapper {
    margin: 180px auto 60px auto;
  }
}
.donation-2-wrapper .donation-2-block {
  position: relative;
}
.donation-2-wrapper .top-left-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 14%;
  max-width: 122px;
}
.donation-2-wrapper .bottom-left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14%;
  max-width: 122px;
}
.donation-2-wrapper .top-right-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  max-width: 80px;
}
.donation-2-wrapper .bottom-right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14%;
  right: 21.14%;
  max-width: 118px;
}
.donation-2-wrapper .right-middle-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  right: 0;
}
.donation-2-wrapper label {
  color: #383E4B !important;
  font-family: "Gotham" !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 172% !important;
}
.donation-2-wrapper #DIV_3 {
  display: none;
}
.donation-2-wrapper .middlebox {
  padding: 0 !important;
}
.donation-2-wrapper .mod-box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 20px !important;
  background-color: #FDFAEF;
  border-radius: 32px !important;
}
@media (min-width: 992px) {
  .donation-2-wrapper .mod-box {
    padding: 12px 52px !important;
  }
}
.donation-2-wrapper .col-md-4,
.donation-2-wrapper .col-md-3,
.donation-2-wrapper .col-md-6,
.donation-2-wrapper .col-md-10,
.donation-2-wrapper .col-md-12 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.donation-2-wrapper .step-one-wrapper {
  border-bottom: 1px solid #E8E9EB;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .donation-2-wrapper .step-one-wrapper {
    margin-bottom: 60px;
  }
}
.donation-2-wrapper .step-one-head {
  display: flex;
  align-items: center;
  max-width: 410px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .donation-2-wrapper .step-one-head {
    margin: 0 auto;
  }
}
.donation-2-wrapper .step-one-head .single,
.donation-2-wrapper .step-one-head .monthly {
  padding: 10px 0;
  text-align: center;
  color: #777C86;
  font-family: "Gotham";
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
  border-bottom: 3px solid transparent;
}
@media (min-width: 576px) {
  .donation-2-wrapper .step-one-head .single,
  .donation-2-wrapper .step-one-head .monthly {
    font-size: 18px;
  }
}
.donation-2-wrapper .step-one-head .single {
  max-width: 205px;
  width: 100%;
  margin: 0 auto;
}
.donation-2-wrapper .step-one-head .monthly {
  max-width: 205px;
  width: 100%;
  margin: 0 auto;
}
.donation-2-wrapper .step-one-head .active-tab {
  color: #53B7A6;
  border-bottom: 3px solid #53B7A6;
}
.donation-2-wrapper .single-donation {
  margin-bottom: 20px !important;
}
.donation-2-wrapper .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.donation-2-wrapper .hidetopm {
  background-color: #FDFAEF;
}
.donation-2-wrapper .singlelabels,
.donation-2-wrapper .multiplelabels {
  display: none !important;
}
.donation-2-wrapper .clone,
.donation-2-wrapper .clonem {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
}
.donation-2-wrapper .clone::before,
.donation-2-wrapper .clonem::before {
  display: none !important;
}
.donation-2-wrapper .clone .col-md-2,
.donation-2-wrapper .clonem .col-md-2 {
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 768px) {
  .donation-2-wrapper .clone .col-md-2,
  .donation-2-wrapper .clonem .col-md-2 {
    width: 32% !important;
  }
}
.donation-2-wrapper .clone .col-md-2:nth-child(5),
.donation-2-wrapper .clonem .col-md-2:nth-child(5) {
  width: 100% !important;
}
.donation-2-wrapper .clone .amounto,
.donation-2-wrapper .clonem .amounto {
  max-width: 100% !important;
}
.donation-2-wrapper .clone .amounto input,
.donation-2-wrapper .clonem .amounto input {
  max-width: 100% !important;
  width: 100% !important;
}
.donation-2-wrapper .clone .commentso,
.donation-2-wrapper .clonem .commentso {
  display: flex !important;
  flex-direction: column !important;
}
@media (min-width: 992px) {
  .donation-2-wrapper .clone .commentso,
  .donation-2-wrapper .clonem .commentso {
    margin-top: 20px;
  }
}
.donation-2-wrapper .clone .commentso input,
.donation-2-wrapper .clonem .commentso input {
  width: 100%;
}
.donation-2-wrapper .step2-input-wrapper input,
.donation-2-wrapper .step2-input-wrapper select,
.donation-2-wrapper .clone input,
.donation-2-wrapper .clone select,
.donation-2-wrapper .clonem input,
.donation-2-wrapper .clonem select {
  min-height: 48px !important;
  border-radius: 100px !important;
  background: #FFFFFF !important;
  border: none !important;
  color: #383E4B !important;
  font-family: "Gotham" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 110% !important;
  padding: 2px 30px 2px 24px !important;
}
.donation-2-wrapper .step2-input-wrapper input:focus-visible,
.donation-2-wrapper .step2-input-wrapper select:focus-visible,
.donation-2-wrapper .clone input:focus-visible,
.donation-2-wrapper .clone select:focus-visible,
.donation-2-wrapper .clonem input:focus-visible,
.donation-2-wrapper .clonem select:focus-visible {
  outline: none !important;
}
@media (min-width: 992px) {
  .donation-2-wrapper .step2-input-wrapper input,
  .donation-2-wrapper .step2-input-wrapper select,
  .donation-2-wrapper .clone input,
  .donation-2-wrapper .clone select,
  .donation-2-wrapper .clonem input,
  .donation-2-wrapper .clonem select {
    min-height: 60px !important;
  }
}
.donation-2-wrapper .step2-input-wrapper .newone::after,
.donation-2-wrapper .step2-input-wrapper .drop1::after,
.donation-2-wrapper .step2-input-wrapper .drop2::after,
.donation-2-wrapper .step2-input-wrapper .drop4::after,
.donation-2-wrapper .step2-input-wrapper .drop5::after,
.donation-2-wrapper .clone .newone::after,
.donation-2-wrapper .clone .drop1::after,
.donation-2-wrapper .clone .drop2::after,
.donation-2-wrapper .clone .drop4::after,
.donation-2-wrapper .clone .drop5::after,
.donation-2-wrapper .clonem .newone::after,
.donation-2-wrapper .clonem .drop1::after,
.donation-2-wrapper .clonem .drop2::after,
.donation-2-wrapper .clonem .drop4::after,
.donation-2-wrapper .clonem .drop5::after {
  display: none;
}
.donation-2-wrapper .step2-input-wrapper .newone::before,
.donation-2-wrapper .step2-input-wrapper .drop1::before,
.donation-2-wrapper .step2-input-wrapper .drop2::before,
.donation-2-wrapper .step2-input-wrapper .drop4::before,
.donation-2-wrapper .step2-input-wrapper .drop5::before,
.donation-2-wrapper .clone .newone::before,
.donation-2-wrapper .clone .drop1::before,
.donation-2-wrapper .clone .drop2::before,
.donation-2-wrapper .clone .drop4::before,
.donation-2-wrapper .clone .drop5::before,
.donation-2-wrapper .clonem .newone::before,
.donation-2-wrapper .clonem .drop1::before,
.donation-2-wrapper .clonem .drop2::before,
.donation-2-wrapper .clonem .drop4::before,
.donation-2-wrapper .clonem .drop5::before {
  margin: 9px 14px 0px 0px !important;
  background-image: url("../images/form-arrow.svg");
  background-repeat: no-repeat;
  width: 20px !important;
  height: 11px !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.donation-2-wrapper .spanemail,
.donation-2-wrapper .spansms,
.donation-2-wrapper .spanpost,
.donation-2-wrapper .spanadminfeem {
  margin-top: 5px;
}
.donation-2-wrapper .spanadminfee {
  margin-top: 5px;
}
.donation-2-wrapper .spanemail,
.donation-2-wrapper .spansms,
.donation-2-wrapper .spanphone,
.donation-2-wrapper .spanpost,
.donation-2-wrapper .spanadminfee,
.donation-2-wrapper .spanadminfeem,
.donation-2-wrapper .spangifted,
.donation-2-wrapper .spanconfirm,
.donation-2-wrapper .spanconfirmm {
  background: url(../images/check-box.svg) no-repeat;
}
.donation-2-wrapper #zemail1:checked + span,
.donation-2-wrapper #zsms1:checked + span,
.donation-2-wrapper #zphone1:checked + span,
.donation-2-wrapper #zpost1:checked + span,
.donation-2-wrapper #adminfee:checked + span,
.donation-2-wrapper #adminfeem:checked + span,
.donation-2-wrapper #gifted:checked + span,
.donation-2-wrapper #econfirm:checked + span,
.donation-2-wrapper #econfirmm:checked + span {
  background: url(../images/checked-box.svg) no-repeat;
}
.donation-2-wrapper .api select:not(.card-expiry-month):not(.card-expiry-year) {
  padding: 2px 35px 2px 7px;
  min-height: 48px !important;
  background-color: white !important;
  border-radius: 100px !important;
  border: 1px solid transparent !important;
}
@media (min-width: 992px) {
  .donation-2-wrapper .api select:not(.card-expiry-month):not(.card-expiry-year) {
    min-height: 60px !important;
  }
}
.donation-2-wrapper .singleblock,
.donation-2-wrapper .monthlyblock {
  font-size: 16px !important;
}
.donation-2-wrapper .blubox-giftbox {
  background-color: #2A3B8F !important;
  border-radius: 8px !important;
}
.donation-2-wrapper .submit {
  background-color: #2A3B8F !important;
  border-radius: 50px;
  padding: 13.5px 20px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 180%;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  width: 100%;
  border: none;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .donation-2-wrapper .submit {
    font-size: 18px;
  }
}
.donation-2-wrapper .adminsingle {
  width: 100% !important;
  margin-bottom: 20px;
  padding-left: 0 !important;
  margin-top: 15px;
}
.donation-2-wrapper .add-input-btn-group {
  display: flex;
  justify-content: end;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (min-width: 580px) {
  .donation-2-wrapper .add-input-btn-group {
    gap: 60px;
  }
}
.donation-2-wrapper .add-input-btn {
  position: relative;
}
.donation-2-wrapper .add-input-btn::before {
  content: "";
  background-image: url(../images/plus-circle.svg);
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-left: -29px;
  display: block;
  position: absolute;
}
.donation-2-wrapper .add-input-btn input {
  background-color: transparent !important;
  color: #2a3b8f !important;
  font-family: "Gotham" !important;
  font-weight: 400 !important;
  line-height: 172% !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background: none !important;
  padding: 0px !important;
  border: none !important;
  cursor: pointer;
}
@media (min-width: 480px) {
  .donation-2-wrapper .add-input-btn input {
    font-size: 16px !important;
  }
}
.donation-2-wrapper .remove-admin-button {
  position: relative;
}
.donation-2-wrapper .remove-admin-button::before {
  content: "";
  background-image: url(../images/remove.svg);
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -25px;
  display: block;
  position: absolute;
}
.donation-2-wrapper .remove-admin-button input {
  background-color: transparent !important;
  color: #2a3b8f !important;
  font-family: "Gotham" !important;
  font-weight: 400 !important;
  line-height: 172% !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background: none !important;
  padding: 0px !important;
  border: none !important;
  cursor: pointer;
}
@media (min-width: 480px) {
  .donation-2-wrapper .remove-admin-button input {
    font-size: 16px !important;
  }
}
.donation-2-wrapper .total-amount-wrapper {
  background: rgba(83, 183, 166, 0.2);
  border: 1px solid #53B7A6;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 18px;
  flex-direction: row !important;
  width: 100%;
}
.donation-2-wrapper .total-amount-wrapper span {
  font-family: "Century Gothic" !important;
  color: #383e4b !important;
  font-weight: 700 !important;
  line-height: 132% !important;
  letter-spacing: -0.0003em !important;
  margin-bottom: 0 !important;
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .donation-2-wrapper .total-amount-wrapper span {
    font-size: 22px !important;
  }
}
.donation-2-wrapper .step-2 {
  background-color: #FDFAEF;
  margin-top: 18px;
}
@media (min-width: 991px) {
  .donation-2-wrapper .step-2 {
    margin-top: 48px;
  }
}
.donation-2-wrapper .step-2-title {
  text-align: center;
  z-index: 2;
  position: relative;
}
.donation-2-wrapper .step-2-title h3 {
  letter-spacing: -0.015em !important;
  color: #383E4B;
  font-family: "Century Gothic" !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  margin-bottom: 30px;
  margin-top: 0px !important;
}
@media (min-width: 991px) {
  .donation-2-wrapper .step-2-title h3 {
    font-size: 40px !important;
    margin-bottom: 50px;
    margin-top: 0px !important;
  }
}
.donation-2-wrapper .step-3 {
  margin-top: 18px !important;
}
@media (min-width: 991px) {
  .donation-2-wrapper .step-3 {
    margin-top: 48px !important;
  }
}
.donation-2-wrapper .step-3-title {
  position: relative;
  z-index: 2;
  text-align: center;
  letter-spacing: -0.015em !important;
  color: #383E4B;
  font-family: "Century Gothic" !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .donation-2-wrapper .step-3-title {
    font-size: 40px !important;
    margin-bottom: 50px;
  }
}
.donation-2-wrapper .step-3-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 991px) {
  .donation-2-wrapper .step-3-content {
    flex-direction: row;
    margin-top: 40px;
  }
}
.donation-2-wrapper .step-3-content .gift-aid-image {
  max-width: 234px;
  margin: 20px auto 0 auto;
}
@media (min-width: 992px) {
  .donation-2-wrapper .step-3-content .gift-aid-image {
    margin-left: auto;
  }
}
.donation-2-wrapper .stayintouch {
  margin-top: 30px !important;
  margin-bottom: 0px !important;
  border-top: 1px solid #e8e9eb;
}
@media (min-width: 991px) {
  .donation-2-wrapper .stayintouch {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
  }
}
.donation-2-wrapper .stayintouch .stayintouch-title {
  letter-spacing: -0.015em !important;
  color: #383E4B;
  font-family: "Century Gothic" !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (min-width: 991px) {
  .donation-2-wrapper .stayintouch .stayintouch-title {
    font-size: 28px !important;
    margin-top: 50px;
  }
}
.donation-2-wrapper .donation-title {
  text-align: center;
  color: #383E4B;
  font-family: "Century Gothic";
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin-top: 18px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 991px) {
  .donation-2-wrapper .donation-title {
    margin-top: 48px;
    font-size: 40px;
  }
}
.donation-2-wrapper .step2-input-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 768px) {
  .donation-2-wrapper .step2-input-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.donation-2-wrapper .step2-input-wrapper .row {
  display: flex;
  flex-direction: column;
}
.donation-2-wrapper .step2-input-wrapper .row .col-md-6 {
  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 991px) {
  .donation-2-wrapper #giftaid .gift-aid-image {
    margin-bottom: 15px;
  }
}
.donation-2-wrapper #giftaid #supersize h2 {
  color: #383E4B !important;
  font-family: "Century Gothic" !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  line-height: 120% !important;
  letter-spacing: -0.015em !important;
}
.donation-2-wrapper #giftaid #supersize .gift-tag {
  margin-bottom: 16px !important;
}
.donation-2-wrapper #giftaid #supersize p {
  color: #383E4B !important;
  font-family: "Gotham" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 180% !important;
}
.donation-2-wrapper #giftaid #supersize .giftbox {
  padding: 12px !important;
  background: rgba(83, 183, 166, 0.2) !important;
  border: 1px solid #53B7A6 !important;
  border-radius: 10px !important;
  display: flex;
}
.donation-2-wrapper #giftaid #supersize .giftbox .giftbox-text {
  color: #383E4B !important;
  font-family: "Gotham" !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 172% !important;
}
.donation-2-wrapper #giftaid #supersize .spangifted {
  margin-top: 5px;
  margin-right: 6px;
}
.donation-2-wrapper .ourdonor {
  display: none;
}
.donation-2-wrapper .navigation-buttons {
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e8e9eb;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .donation-2-wrapper .navigation-buttons {
    margin-top: 60px;
  }
}
.donation-2-wrapper .navigation-buttons .nex-btn-stack {
  margin-left: auto;
}
.donation-2-wrapper .navigation-buttons button {
  border: 0;
  background: none;
  cursor: pointer;
}
.donation-2-wrapper .step-1,
.donation-2-wrapper .step-2,
.donation-2-wrapper .step-3,
.donation-2-wrapper .step-4 {
  display: none;
}
.donation-2-wrapper .step-1.active-form {
  display: block;
}
.donation-2-wrapper .step-2.active-form {
  display: block;
}
.donation-2-wrapper .step-3.active-form {
  display: block;
}
.donation-2-wrapper .step-4.active-form {
  display: block;
}
.donation-2-wrapper .aa-monthly-paypal {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .page-id-2689 .kadence-columnAl-Ansari__wp-custom-template-footer_5b631f-c8 {
    position: absolute !important;
    bottom: 10px !important;
    right: 8px;
    width: 211px !important;
  }
}
.page-id-2689 .kb-form-basic-style input[type=email] {
  font-size: 20px !important;
}

.aa-list {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.aa-group.aa-display-flex {
  display: flex;
}
.aa-group.aa-display-block {
  display: block;
}
.aa-group.aa-display-none {
  display: none;
}
.aa-group.aa-display-flex.aa-direction-row {
  flex-direction: row;
}
.aa-group.aa-display-flex.aa-direction-column {
  flex-direction: column;
}
.aa-group.aa-display-flex.aa-direction-row-reverse {
  flex-direction: row-reverse;
}
.aa-group.aa-display-flex.aa-direction-column-reverse {
  flex-direction: column-reverse;
}
.aa-group.aa-display-flex.aa-justify-start {
  justify-content: flex-start;
}
.aa-group.aa-display-flex.aa-justify-center {
  justify-content: center;
}
.aa-group.aa-display-flex.aa-justify-end {
  justify-content: flex-end;
}
.aa-group.aa-display-flex.aa-justify-between {
  justify-content: space-between;
}
.aa-group.aa-display-flex.aa-justify-around {
  justify-content: space-around;
}
.aa-group.aa-display-flex.aa-align-start {
  align-items: flex-start;
}
.aa-group.aa-display-flex.aa-align-center {
  align-items: center;
}
.aa-group.aa-display-flex.aa-align-end {
  align-items: flex-end;
}
.aa-group.aa-display-flex.aa-align-stretch {
  align-items: stretch;
}
.aa-group.aa-display-flex.aa-flex-wrap-wrap {
  flex-wrap: wrap;
}
.aa-group.aa-display-flex.aa-flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.aa-group.aa-position-relative {
  position: relative;
}
.aa-group.aa-position-absolute {
  position: absolute;
}
.aa-group.aa-position-fixed {
  position: fixed;
}
.aa-group.aa-position-sticky {
  position: sticky;
}
.aa-group.aa-width {
  width: var(--aa-width);
}
.aa-group.aa-max-width {
  max-width: var(--aa-max-width);
}
.aa-group.aa-text-left {
  text-align: left;
}
.aa-group.aa-text-center {
  text-align: center;
}
.aa-group.aa-text-right {
  text-align: right;
}
.aa-group.aa-flex-shrink-0 {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .aa-group.aa-display-tablet-flex {
    display: flex;
  }
  .aa-group.aa-display-tablet-block {
    display: block;
  }
  .aa-group.aa-display-tablet-none {
    display: none;
  }
  .aa-group.aa-direction-tablet-row {
    flex-direction: row;
  }
  .aa-group.aa-direction-tablet-column {
    flex-direction: column;
  }
  .aa-group.aa-direction-tablet-row-reverse {
    flex-direction: row-reverse;
  }
  .aa-group.aa-direction-tablet-column-reverse {
    flex-direction: column-reverse;
  }
  .aa-group.aa-justify-tablet-start {
    justify-content: flex-start;
  }
  .aa-group.aa-justify-tablet-center {
    justify-content: center;
  }
  .aa-group.aa-justify-tablet-end {
    justify-content: flex-end;
  }
  .aa-group.aa-justify-tablet-between {
    justify-content: space-between;
  }
  .aa-group.aa-justify-tablet-around {
    justify-content: space-around;
  }
  .aa-group.aa-align-tablet-start {
    align-items: flex-start;
  }
  .aa-group.aa-align-tablet-center {
    align-items: center;
  }
  .aa-group.aa-align-tablet-end {
    align-items: flex-end;
  }
  .aa-group.aa-align-tablet-stretch {
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .aa-group.aa-display-mobile-flex {
    display: flex;
  }
  .aa-group.aa-display-mobile-block {
    display: block;
  }
  .aa-group.aa-display-mobile-none {
    display: none;
  }
  .aa-group.aa-direction-mobile-row {
    flex-direction: row;
  }
  .aa-group.aa-direction-mobile-column {
    flex-direction: column;
  }
  .aa-group.aa-direction-mobile-row-reverse {
    flex-direction: row-reverse;
  }
  .aa-group.aa-direction-mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .aa-group.aa-justify-mobile-start {
    justify-content: flex-start;
  }
  .aa-group.aa-justify-mobile-center {
    justify-content: center;
  }
  .aa-group.aa-justify-mobile-end {
    justify-content: flex-end;
  }
  .aa-group.aa-justify-mobile-between {
    justify-content: space-between;
  }
  .aa-group.aa-justify-mobile-around {
    justify-content: space-around;
  }
  .aa-group.aa-align-mobile-start {
    align-items: flex-start;
  }
  .aa-group.aa-align-mobile-center {
    align-items: center;
  }
  .aa-group.aa-align-mobile-end {
    align-items: flex-end;
  }
  .aa-group.aa-align-mobile-stretch {
    align-items: stretch;
  }
}
.aa-group p {
  margin-block-start: 0;
}
.aa-group.has-inner-image figure.wp-block-image {
  margin: 0;
  width: 100% !important;
}
.aa-group.has-inner-image figure.wp-block-image img {
  width: 100% !important;
}

.d-none {
  display: none;
}

@media (max-width: 767px) {
  .d-none-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .d-none-tablet {
    display: none;
  }
}
.aa-row-gap-0 {
  row-gap: 0px;
}
.aa-row-gap-1 {
  row-gap: 1px;
}
.aa-row-gap-2 {
  row-gap: 2px;
}
.aa-row-gap-3 {
  row-gap: 3px;
}
.aa-row-gap-4 {
  row-gap: 4px;
}
.aa-row-gap-5 {
  row-gap: 5px;
}
.aa-row-gap-6 {
  row-gap: 6px;
}
.aa-row-gap-7 {
  row-gap: 7px;
}
.aa-row-gap-8 {
  row-gap: 8px;
}
.aa-row-gap-9 {
  row-gap: 9px;
}
.aa-row-gap-10 {
  row-gap: 10px;
}
.aa-row-gap-11 {
  row-gap: 11px;
}
.aa-row-gap-12 {
  row-gap: 12px;
}
.aa-row-gap-13 {
  row-gap: 13px;
}
.aa-row-gap-14 {
  row-gap: 14px;
}
.aa-row-gap-15 {
  row-gap: 15px;
}
.aa-row-gap-16 {
  row-gap: 16px;
}
.aa-row-gap-17 {
  row-gap: 17px;
}
.aa-row-gap-18 {
  row-gap: 18px;
}
.aa-row-gap-19 {
  row-gap: 19px;
}
.aa-row-gap-20 {
  row-gap: 20px;
}
.aa-row-gap-21 {
  row-gap: 21px;
}
.aa-row-gap-22 {
  row-gap: 22px;
}
.aa-row-gap-23 {
  row-gap: 23px;
}
.aa-row-gap-24 {
  row-gap: 24px;
}
.aa-row-gap-25 {
  row-gap: 25px;
}
.aa-row-gap-26 {
  row-gap: 26px;
}
.aa-row-gap-27 {
  row-gap: 27px;
}
.aa-row-gap-28 {
  row-gap: 28px;
}
.aa-row-gap-29 {
  row-gap: 29px;
}
.aa-row-gap-30 {
  row-gap: 30px;
}
.aa-row-gap-31 {
  row-gap: 31px;
}
.aa-row-gap-32 {
  row-gap: 32px;
}
.aa-row-gap-33 {
  row-gap: 33px;
}
.aa-row-gap-34 {
  row-gap: 34px;
}
.aa-row-gap-35 {
  row-gap: 35px;
}
.aa-row-gap-36 {
  row-gap: 36px;
}
.aa-row-gap-37 {
  row-gap: 37px;
}
.aa-row-gap-38 {
  row-gap: 38px;
}
.aa-row-gap-39 {
  row-gap: 39px;
}
.aa-row-gap-40 {
  row-gap: 40px;
}
.aa-row-gap-41 {
  row-gap: 41px;
}
.aa-row-gap-42 {
  row-gap: 42px;
}
.aa-row-gap-43 {
  row-gap: 43px;
}
.aa-row-gap-44 {
  row-gap: 44px;
}
.aa-row-gap-45 {
  row-gap: 45px;
}
.aa-row-gap-46 {
  row-gap: 46px;
}
.aa-row-gap-47 {
  row-gap: 47px;
}
.aa-row-gap-48 {
  row-gap: 48px;
}
.aa-row-gap-49 {
  row-gap: 49px;
}
.aa-row-gap-50 {
  row-gap: 50px;
}
.aa-row-gap-51 {
  row-gap: 51px;
}
.aa-row-gap-52 {
  row-gap: 52px;
}
.aa-row-gap-53 {
  row-gap: 53px;
}
.aa-row-gap-54 {
  row-gap: 54px;
}
.aa-row-gap-55 {
  row-gap: 55px;
}
.aa-row-gap-56 {
  row-gap: 56px;
}
.aa-row-gap-57 {
  row-gap: 57px;
}
.aa-row-gap-58 {
  row-gap: 58px;
}
.aa-row-gap-59 {
  row-gap: 59px;
}
.aa-row-gap-60 {
  row-gap: 60px;
}
.aa-row-gap-61 {
  row-gap: 61px;
}
.aa-row-gap-62 {
  row-gap: 62px;
}
.aa-row-gap-63 {
  row-gap: 63px;
}
.aa-row-gap-64 {
  row-gap: 64px;
}
.aa-row-gap-65 {
  row-gap: 65px;
}
.aa-row-gap-66 {
  row-gap: 66px;
}
.aa-row-gap-67 {
  row-gap: 67px;
}
.aa-row-gap-68 {
  row-gap: 68px;
}
.aa-row-gap-69 {
  row-gap: 69px;
}
.aa-row-gap-70 {
  row-gap: 70px;
}
.aa-row-gap-71 {
  row-gap: 71px;
}
.aa-row-gap-72 {
  row-gap: 72px;
}
.aa-row-gap-73 {
  row-gap: 73px;
}
.aa-row-gap-74 {
  row-gap: 74px;
}
.aa-row-gap-75 {
  row-gap: 75px;
}
.aa-row-gap-76 {
  row-gap: 76px;
}
.aa-row-gap-77 {
  row-gap: 77px;
}
.aa-row-gap-78 {
  row-gap: 78px;
}
.aa-row-gap-79 {
  row-gap: 79px;
}
.aa-row-gap-80 {
  row-gap: 80px;
}
.aa-row-gap-81 {
  row-gap: 81px;
}
.aa-row-gap-82 {
  row-gap: 82px;
}
.aa-row-gap-83 {
  row-gap: 83px;
}
.aa-row-gap-84 {
  row-gap: 84px;
}
.aa-row-gap-85 {
  row-gap: 85px;
}
.aa-row-gap-86 {
  row-gap: 86px;
}
.aa-row-gap-87 {
  row-gap: 87px;
}
.aa-row-gap-88 {
  row-gap: 88px;
}
.aa-row-gap-89 {
  row-gap: 89px;
}
.aa-row-gap-90 {
  row-gap: 90px;
}
.aa-row-gap-91 {
  row-gap: 91px;
}
.aa-row-gap-92 {
  row-gap: 92px;
}
.aa-row-gap-93 {
  row-gap: 93px;
}
.aa-row-gap-94 {
  row-gap: 94px;
}
.aa-row-gap-95 {
  row-gap: 95px;
}
.aa-row-gap-96 {
  row-gap: 96px;
}
.aa-row-gap-97 {
  row-gap: 97px;
}
.aa-row-gap-98 {
  row-gap: 98px;
}
.aa-row-gap-99 {
  row-gap: 99px;
}
.aa-row-gap-100 {
  row-gap: 100px;
}

.aa-column-gap-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.aa-column-gap-1 {
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.aa-column-gap-2 {
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.aa-column-gap-3 {
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.aa-column-gap-4 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.aa-column-gap-5 {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.aa-column-gap-6 {
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.aa-column-gap-7 {
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.aa-column-gap-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.aa-column-gap-9 {
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.aa-column-gap-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.aa-column-gap-11 {
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.aa-column-gap-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.aa-column-gap-13 {
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.aa-column-gap-14 {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.aa-column-gap-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.aa-column-gap-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.aa-column-gap-17 {
  -moz-column-gap: 17px;
       column-gap: 17px;
}
.aa-column-gap-18 {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.aa-column-gap-19 {
  -moz-column-gap: 19px;
       column-gap: 19px;
}
.aa-column-gap-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.aa-column-gap-21 {
  -moz-column-gap: 21px;
       column-gap: 21px;
}
.aa-column-gap-22 {
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.aa-column-gap-23 {
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.aa-column-gap-24 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.aa-column-gap-25 {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.aa-column-gap-26 {
  -moz-column-gap: 26px;
       column-gap: 26px;
}
.aa-column-gap-27 {
  -moz-column-gap: 27px;
       column-gap: 27px;
}
.aa-column-gap-28 {
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.aa-column-gap-29 {
  -moz-column-gap: 29px;
       column-gap: 29px;
}
.aa-column-gap-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.aa-column-gap-31 {
  -moz-column-gap: 31px;
       column-gap: 31px;
}
.aa-column-gap-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.aa-column-gap-33 {
  -moz-column-gap: 33px;
       column-gap: 33px;
}
.aa-column-gap-34 {
  -moz-column-gap: 34px;
       column-gap: 34px;
}
.aa-column-gap-35 {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.aa-column-gap-36 {
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.aa-column-gap-37 {
  -moz-column-gap: 37px;
       column-gap: 37px;
}
.aa-column-gap-38 {
  -moz-column-gap: 38px;
       column-gap: 38px;
}
.aa-column-gap-39 {
  -moz-column-gap: 39px;
       column-gap: 39px;
}
.aa-column-gap-40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.aa-column-gap-41 {
  -moz-column-gap: 41px;
       column-gap: 41px;
}
.aa-column-gap-42 {
  -moz-column-gap: 42px;
       column-gap: 42px;
}
.aa-column-gap-43 {
  -moz-column-gap: 43px;
       column-gap: 43px;
}
.aa-column-gap-44 {
  -moz-column-gap: 44px;
       column-gap: 44px;
}
.aa-column-gap-45 {
  -moz-column-gap: 45px;
       column-gap: 45px;
}
.aa-column-gap-46 {
  -moz-column-gap: 46px;
       column-gap: 46px;
}
.aa-column-gap-47 {
  -moz-column-gap: 47px;
       column-gap: 47px;
}
.aa-column-gap-48 {
  -moz-column-gap: 48px;
       column-gap: 48px;
}
.aa-column-gap-49 {
  -moz-column-gap: 49px;
       column-gap: 49px;
}
.aa-column-gap-50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.aa-column-gap-51 {
  -moz-column-gap: 51px;
       column-gap: 51px;
}
.aa-column-gap-52 {
  -moz-column-gap: 52px;
       column-gap: 52px;
}
.aa-column-gap-53 {
  -moz-column-gap: 53px;
       column-gap: 53px;
}
.aa-column-gap-54 {
  -moz-column-gap: 54px;
       column-gap: 54px;
}
.aa-column-gap-55 {
  -moz-column-gap: 55px;
       column-gap: 55px;
}
.aa-column-gap-56 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.aa-column-gap-57 {
  -moz-column-gap: 57px;
       column-gap: 57px;
}
.aa-column-gap-58 {
  -moz-column-gap: 58px;
       column-gap: 58px;
}
.aa-column-gap-59 {
  -moz-column-gap: 59px;
       column-gap: 59px;
}
.aa-column-gap-60 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.aa-column-gap-61 {
  -moz-column-gap: 61px;
       column-gap: 61px;
}
.aa-column-gap-62 {
  -moz-column-gap: 62px;
       column-gap: 62px;
}
.aa-column-gap-63 {
  -moz-column-gap: 63px;
       column-gap: 63px;
}
.aa-column-gap-64 {
  -moz-column-gap: 64px;
       column-gap: 64px;
}
.aa-column-gap-65 {
  -moz-column-gap: 65px;
       column-gap: 65px;
}
.aa-column-gap-66 {
  -moz-column-gap: 66px;
       column-gap: 66px;
}
.aa-column-gap-67 {
  -moz-column-gap: 67px;
       column-gap: 67px;
}
.aa-column-gap-68 {
  -moz-column-gap: 68px;
       column-gap: 68px;
}
.aa-column-gap-69 {
  -moz-column-gap: 69px;
       column-gap: 69px;
}
.aa-column-gap-70 {
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.aa-column-gap-71 {
  -moz-column-gap: 71px;
       column-gap: 71px;
}
.aa-column-gap-72 {
  -moz-column-gap: 72px;
       column-gap: 72px;
}
.aa-column-gap-73 {
  -moz-column-gap: 73px;
       column-gap: 73px;
}
.aa-column-gap-74 {
  -moz-column-gap: 74px;
       column-gap: 74px;
}
.aa-column-gap-75 {
  -moz-column-gap: 75px;
       column-gap: 75px;
}
.aa-column-gap-76 {
  -moz-column-gap: 76px;
       column-gap: 76px;
}
.aa-column-gap-77 {
  -moz-column-gap: 77px;
       column-gap: 77px;
}
.aa-column-gap-78 {
  -moz-column-gap: 78px;
       column-gap: 78px;
}
.aa-column-gap-79 {
  -moz-column-gap: 79px;
       column-gap: 79px;
}
.aa-column-gap-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.aa-column-gap-81 {
  -moz-column-gap: 81px;
       column-gap: 81px;
}
.aa-column-gap-82 {
  -moz-column-gap: 82px;
       column-gap: 82px;
}
.aa-column-gap-83 {
  -moz-column-gap: 83px;
       column-gap: 83px;
}
.aa-column-gap-84 {
  -moz-column-gap: 84px;
       column-gap: 84px;
}
.aa-column-gap-85 {
  -moz-column-gap: 85px;
       column-gap: 85px;
}
.aa-column-gap-86 {
  -moz-column-gap: 86px;
       column-gap: 86px;
}
.aa-column-gap-87 {
  -moz-column-gap: 87px;
       column-gap: 87px;
}
.aa-column-gap-88 {
  -moz-column-gap: 88px;
       column-gap: 88px;
}
.aa-column-gap-89 {
  -moz-column-gap: 89px;
       column-gap: 89px;
}
.aa-column-gap-90 {
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.aa-column-gap-91 {
  -moz-column-gap: 91px;
       column-gap: 91px;
}
.aa-column-gap-92 {
  -moz-column-gap: 92px;
       column-gap: 92px;
}
.aa-column-gap-93 {
  -moz-column-gap: 93px;
       column-gap: 93px;
}
.aa-column-gap-94 {
  -moz-column-gap: 94px;
       column-gap: 94px;
}
.aa-column-gap-95 {
  -moz-column-gap: 95px;
       column-gap: 95px;
}
.aa-column-gap-96 {
  -moz-column-gap: 96px;
       column-gap: 96px;
}
.aa-column-gap-97 {
  -moz-column-gap: 97px;
       column-gap: 97px;
}
.aa-column-gap-98 {
  -moz-column-gap: 98px;
       column-gap: 98px;
}
.aa-column-gap-99 {
  -moz-column-gap: 99px;
       column-gap: 99px;
}
.aa-column-gap-100 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.admin-fee-checkbox input[disabled=disabled] {
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */