.donation_module {
  background-size: cover;
  position: relative;
  padding: 100px 0;
  background-position: center;
}
.donation_module .logo-rings {
  width: 255px;
  position: absolute;
  top: -7%;
  z-index: 1;
}
.donation_module .logo-rings.pos-right {
  right: 15%;
}
.donation_module .logo-rings.pos-left {
  left: 15%;
}
.donation_module .logo-rings.pos-center {
  right: 43%;
}
.donation_module .section-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 79, 89, 0) 0%, rgba(0, 79, 89, 0.54) 71%, rgba(0, 79, 89, 0.86) 100%);
  z-index: 0;
  top: 0;
}
.donation_module .form-toggle-button.active {
  font-weight: bold;
  background: #DB7B51;
  color: white;
}
.donation_module .form-toggle-button {
  background: #a6c2b0;
  border-radius: 30px;
  font-size: 17px;
  letter-spacing: 1px;
  color: #004f59;
  text-transform: uppercase;
  padding: 5px 33px;
  cursor: pointer;
}
.donation_module .donation-wrapper {
  max-width: 750px;
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .donation_module .donation-wrapper {
    flex-wrap: wrap;
  }
}
.donation_module .donation-wrapper .donation-intro {
  text-align: center;
}
.donation_module .donation-wrapper .donation-intro .title {
  font-size: 40px;
  color: white;
  font-weight: 700;
}
.donation_module .donation-wrapper .donation-intro .description {
  margin: 2rem 0;
}
.donation_module .donation-wrapper .donation-intro .description p {
  color: #fff;
  line-height: 1;
  font-size: 29px;
  font-weight: 600;
}
.donation_module .donation-wrapper .donation-form-container {
  width: 600px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher {
  width: 100%;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
  align-items: center;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-buttons .form-toggle-button {
  background: #a6c2b0;
  border-radius: 30px;
  font-size: 17px;
  letter-spacing: 1px;
  color: #004f59;
  text-transform: uppercase;
  padding: 5px 33px;
  cursor: pointer;
  max-width: 300px;
  width: 100%;
  justify-content: center;
  display: inline-flex;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-buttons .form-toggle-button.active {
  font-weight: bold;
  background: #DB7B51;
  color: white;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-buttons .form-toggle-button:not(:last-child) {
  margin-bottom: 5px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs {
  background: white;
  padding: 20px;
  border-radius: 10px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .gfield {
  margin-bottom: 20px !important;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-btn {
  width: 100%;
  min-width: 100%;
  margin-bottom: 1rem;
  background-color: #0095d6;
  cursor: pointer;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-btn.active {
  background-color: #ffd500;
  color: #031040;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-btn:hover {
  background-color: #00348D !important;
  color: #fff !important;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm {
  display: none;
  background-color: #fff;
  padding: 1rem;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm.active {
  display: block;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm input[type="text"],
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm input[type="email"],
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm input[type="tel"],
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm textarea,
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm select {
  border: 1px solid #9d9c95 !important;
  font-size: 16px !important;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm textarea {
  border-radius: 10px;
  height: 110px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm .gfield_description {
  color: #999;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donationForm .gchoice {
  margin-bottom: 10px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-types .gfield_radio {
  display: flex;
  justify-content: space-between;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-types .gchoice {
  width: 32%;
  background-color: #D9F3FC;
  color: #0095d6;
  text-align: center;
  transition: all 0.2s linear;
  line-height: 16px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-types .gchoice:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-types .gchoice:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right: 10px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-types .gchoice:has(input[type="radio"]:checked) {
  background-color: #0095d6;
  color: #D9F3FC;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-types input {
  position: absolute;
  visibility: hidden;
  width: 1px !important;
  height: 1px !important;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-types label {
  max-width: 100% !important;
  padding: 0.5rem 15px;
  cursor: pointer;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts {
  margin: 1rem 0;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts .gfield_radio {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts .gchoice {
  width: Calc(30%);
  margin-bottom: 2%;
  margin-right: 17px;
  border-radius: 9px;
  color: black;
  text-align: center;
  transition: all 0.2s linear;
  line-height: 16px;
  font-weight: 600;
  padding: 0;
  box-sizing: border-box !important;
  position: relative;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts .gchoice:not(:last-child) {
  border: 1px solid black;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts .gchoice:has(input[type="radio"]:checked) {
  border-color: #DB7B51;
  color: white;
  background: #DB7B51;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts .gchoice:last-child {
  width: 63%;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts .gchoice:last-child label {
  display: none;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts .gchoice:last-child input {
  margin: 0 !important;
  border: 1px solid black !important;
  font-size: 20px !important;
  text-align: end;
  width: 100%;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts .gchoice:last-child > br {
  display: none;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts input:not(.gchoice_other_control) {
  visibility: hidden;
  width: 1px !important;
  height: 1px !important;
  position: absolute;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amounts label {
  float: left;
  padding: 0.8rem 0;
  cursor: pointer;
  min-width: 100%;
  font-size: 25px;
  font-weight: 800;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amount input {
  font-weight: 700;
  color: #006fb4 !important;
  font-size: 25px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .donation-amount input::placeholder {
  font-weight: 400;
  font-size: 16px;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .dedicate-field .gchoice {
  text-align: center;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .dedicate-field .gchoice input {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .dedicate-field .gchoice label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: #031040;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .dedicate-field .gchoice label::before {
  margin-top: -2px;
  margin-right: 10px;
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  align-self: center;
  font-size: 30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding-left: 1px;
  color: transparent;
  border: 1px solid #999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s linear;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .dedicate-field .gchoice:has(input[type="checkbox"]:checked) label::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  align-self: center;
  font-size: 30px;
  padding-left: 1px;
  color: #00b7ab;
  display: flex;
  justify-content: center;
  align-items: center;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .details-text {
  margin-bottom: 1rem;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .ginput_complex {
  flex-direction: column !important;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0 !important;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .gform_page_footer {
  text-align: center;
  margin-top: 3rem !important;
  display: grid;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .gform_next_button,
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs input[type="submit"] {
  background-color: #00b7ab !important;
  color: #fff !important;
  padding: 11px 3rem !important;
  margin: 0 auto !important;
  transition: all 0.3s linear;
  text-transform: none !important;
  letter-spacing: 0px !important;
  order: 0;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .gform_next_button:hover,
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs input[type="submit"]:hover {
  background-color: #0095d6 !important;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .gform_previous_button {
  background-color: #fff !important;
  color: #00b7ab !important;
  padding: 0px 3rem !important;
  height: 40px !important;
  margin: 1rem auto !important;
  transition: all 0.3s linear;
  font-size: 14px !important;
  order: 1;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .gform_previous_button:hover {
  text-decoration: underline !important;
}
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.donation_module .donation-wrapper .donation-form-container #form-switcher .form-outputs .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 0 !important;
}
.donation_module .column {
  width: 48%;
}
@media only screen and (max-width: 900px) {
  .donation_module .column {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.donation_module .text-column {
  background-color: #031040;
  border-radius: 30px;
  overflow: hidden;
}
.donation_module .text-column .image {
  position: relative;
  width: 100%;
  height: 20rem;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.donation_module .text-column .image::after {
  content: "";
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #11122f;
  background: -moz-linear-gradient(180deg, rgba(17, 18, 47, 0) 0%, #031040 100%);
  background: -webkit-linear-gradient(180deg, rgba(17, 18, 47, 0) 0%, #031040 100%);
  background: linear-gradient(180deg, rgba(17, 18, 47, 0) 0%, #031040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11122f", endColorstr="#031040", GradientType=1);
}
.donation_module .text-column .content {
  padding: 0 2rem;
}
.donation_module .ecard_selected img {
  width: 120px;
  height: 80px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.donation_module .ecard-select {
  margin-bottom: 15px;
}
.donation_module #ecardModal .modal-content {
  background-color: #fff !important;
}
.donation_module #ecardModal .close {
  top: -3rem !important;
}
.donation_module #ecardModal .modal-header {
  padding: 0;
  margin: 0;
  border: 0;
}
.donation_module #ecardModal .modal-dialog {
  max-width: 600px;
}
.donation_module #ecardModal .ecard-inages-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.donation_module #ecardModal .ecard-image {
  margin: 5px 0;
}
.donation_module #ecardModal .ecard-image img {
  border-radius: 10px;
  width: 160px;
  height: 100px;
}
