.modall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  opacity: 0;
  display: flex;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
}
.modall.big .modall__inner {
  max-width: 480px;
  padding: 20px;
}
.modall.sm .modall__inner {
  max-width: 360px;
  padding: 20px;
}
.modall.active {
  opacity: 1;
  visibility: visible;
  animation: fadeIn 0.4s;
}
.modall__inner {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 360px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.modall__inner-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 0 0 0 10px;
  background: #db3c16;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modall__inner-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  content: "";
  background: #fff;
  transition: 0.3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modall__inner-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  content: "";
  background: #fff;
  transition: 0.3s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modall__inner-close:hover {
  background: #fff;
}
.modall__inner-close:hover::before {
  background: #7BC8EB;
}
.modall__inner-close:hover::after {
  background: #7BC8EB;
}
.modall__inner-close img {
  width: 9px;
  pointer-events: none;
}


.fshare__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e5e5;
  margin-bottom: 20px;
}
.fshare__head h5 {
  font-weight: 700;
  flex: 1;
}
.fshare__close {
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  border: 1px solid #d9d4d0;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
  margin-left: 12px;
}
.fshare__close:hover {
  background: #7BC8EB;
  border-color: #7BC8EB;
}
.fshare__close:hover::before {
  background: #fff;
}
.fshare__close:hover::after {
  background: #fff;
}
.fshare__close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  content: "";
  background: #7BC8EB;
  transition: 0.3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.fshare__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  content: "";
  background: #7BC8EB;
  transition: 0.3s ease;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fshare__body p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 18px;
  word-break: break-all;
}
.fshare__body .button {
  width: 100%;
  margin-bottom: 15px;
}
.fshare__body .button:last-child {
  margin: 0;
}
.fshare__social {
  display: flex;
}
.fshare__social a {
  width: 40px;
  height: 40px;
  display: flex;
  margin-right: 10px;
}
.fshare__social a:last-child {
  margin: 0;
}
.fshare__social a img {
  width: 100%;
}
.fhero {
  position: relative;
}
.fhero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.fhero__bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.fhero__bg video,
.fhero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.fhero__inner {
  padding: 35px 0;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.fheroContent {
  width: 100%;
  max-width: 395px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  padding: 30px 30px 20px 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: rgba(44, 44, 44, 0.85);
  overflow: hidden;
  margin-bottom: 15px;
}
.fheroContent:last-child {
  margin: 0;
}
.fheroContent__tag {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #043c4b;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.fheroContent__tag span {
  width: 17px;
  height: 17px;
  margin-right: 6px;
  display: flex;
}
.fheroContent__tag span img {
  width: 100%;
}
.fheroContent__title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 315px;
  margin: 0 auto 14px;
}
.fheroContent__title h6 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #043c4b;
}
.fheroContent__title p {
  font-size: 18px;
  line-height: 24px;
  color: rgba(44, 44, 44, 0.85);
}
.fheroContent__avatar {
  width: 85px;
  height: 85px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
.fheroContent__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.fheroContent__main {
  text-align: center;
  margin-bottom: 20px;
}

.fheroContent__main h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #043c4b;
  margin-bottom: 10px;
}
.fheroContent__main p {
  margin-bottom: 10px;
}
.fheroContent__main p:last-child {
  margin: 0;
}
.fheroContent__main p b {
  font-weight: 700;
}
.fheroContent__progress {
  height: 8px;
  width: 100%;
  background-color: #e6e5e5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.fheroContent__progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00baeb;
  border-radius: 8px;
}
.fheroContent__buttons {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.fheroContent__buttons .button {
  width: 100%;
  margin-bottom: 15px;
}
.fheroContent__buttons .button:last-child {
  margin: 0;
}
.fheroContent__foot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #e6e5e5;
}
.fheroContent__foot button {
  display: flex;
  align-items: center;
  background: transparent;
  cursor: pointer;
  transition: 0.3s ease;
  color: #043c4b;
}
.fheroContent__foot button:hover {
  color: #00baeb;
}
.fheroContent__foot button span {
  width: 16px;
  display: flex;
  margin-right: 8px;
}
.fheroContent__foot button span img {
  width: 100%;
}
.fheroContent__foot button h6 {
  font-size: 15px;
  line-height: 100%;
  font-weight: 800;
  text-transform: uppercase;
}
.fheroMore {
  width: 100%;
  max-width: 395px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  padding: 20px 30px 20px;
}

.fcause {
  padding: 40px 0 20px;
}
.fcause__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.fcause__inner-wrapper {
  max-width: 805px;
  width: calc(100% - 360px);
}
.fcause__inner-wrapper .showMoreBtn {
  display: none;
}
.fcause__inner-text {
  margin-bottom: 40px;
}
.fcause__inner-text:last-child {
  margin: 0;
}
.fcause__inner-text h2 {
  font-weight: 700;
  text-transform: unset;
  line-height: 45px;
}
.fcause__inner-faq {
  margin-bottom: 40px;
}
.fcause__inner-faq:last-child {
  margin: 0;
}
.fcause__inner-faq h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.fcause__inner-faq h5 {
  font-weight: 700;
}
.fcause__inner-info h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.fcause__inner-foot {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.fcause__inner-foot p {
  color: #eaeaea;
  margin-right: 15px;
}
.fcause__inner-social {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.fcause__inner-social:last-child {
  margin: 0;
}
.fcause__inner-social a {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.fcause__inner-social a:last-child {
  margin: 0;
}
.fcause__inner-social a.sm {
  width: 9px;
}
.fcause__inner-social a.mid {
  width: 12px;
}
.fcause__inner-social a img {
  width: 100%;
}
.fcause__inner h2 {
  margin-bottom: 20px;
}
.fcause__inner .video {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.fcauseImage {
  width: 100%;
  position: relative;
  padding-bottom: 52%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  background: #e6e5e5;
}
.fcauseImage:last-child {
  margin: 0;
}
.fcauseImage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.fcauseSide {
  width: 340px;
}
.fcauseAmount {
  margin-bottom: 20px;
}
.fcauseAmount__top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fcauseAmount__top h5 {
  color: #043c4b;
  font-weight: 700;
}
.fcauseAmount__main {
  padding: 20px;
  background: rgba(237, 237, 237, 0.5);
  border-radius: 20px;
}
.fcauseAmount__item {
  margin-bottom: 15px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  transition: 0.3s ease;
  color: #043c4b;
  cursor: pointer;
}
.fcauseAmount__item:hover {
  background: #00baeb;
  color: #fff;
}
.fcauseAmount__item:hover h5 {
  color: #fff;
}
.fcauseAmount__item:hover h6 {
  color: #fff;
}
.fcauseAmount__item:last-child {
  margin: 0;
}
.fcauseAmount__item-content {
  padding-left: 20px;
  border-left: 1px solid #e6e5e5;
  flex: 1;
}
.fcauseAmount__item h5 {
  padding-right: 10px;
  width: 70px;
  color: #00baeb;
  font-weight: 700;
  transition: 0.3s ease;
}
.fcauseAmount__item h6 {
  color: #043c4b;
  margin-bottom: 5px;
  font-weight: 700;
  transition: 0.3s ease;
  font-size: 14px;
  line-height: 17px;
}
.fcauseAmount__item p {
  font-size: 14px;
  line-height: 16px;
}
.fcauseAmount__col {
  margin-bottom: 15px;
}
.fcauseAmount__foot h6 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #043c4b;
}
.fcauseAmount__input {
  margin-bottom: 14px;
}
.fcauseAmount .input label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: #00baeb;
  pointer-events: none;
}
.fcauseAmount .input input {
  padding: 14px 15px 14px 40px;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s ease;
  border: 1px solid transparent;
}
.fcauseAmount .input input:focus {
  border-color: #00baeb;
}
.fcauseAmount .button {
  width: 100%;
}
.fcauseAmount .button span {
  width: 10px;
  height: 10px;
}
.fcauseAmount .button span::before {
  width: 100%;
  height: 100%;
}
.fcauseAmount .selectCur {
  width: unset;
}
.fcauseAmount .selectCur.active .selectCur__selected {
  border-radius: 15px 15px 0 0;
}
.fcauseAmount .selectCur__selected {
  padding: 8px 35px 8px 10px;
  border-radius: 15px;
}
.fcauseAmount .selectCur__selected::before {
  width: 6px;
  height: 6px;
  right: 10px;
}
.fcauseAmount .selectCur__selected span {
  width: 13px;
  height: 10px;
  margin-right: 5px;
}
.fcauseAmount .selectCur__selected p {
  font-size: 12px;
  line-height: 100%;
  width: unset;
  font-weight: 400;
}
.fcauseAmount .selectCur__options {
  border-radius: 0 0 15px 15px;
}
.fcauseAmount .selectCur__options li {
  padding: 6px 10px;
}
.fcauseAmount .selectCur__options li span {
  width: 13px;
  height: 10px;
  margin-right: 5px;
}
.fcauseAmount .selectCur__options li p {
  font-size: 12px;
  line-height: 100%;
  width: unset;
  font-weight: 400;
}
.fcauseDonors__title {
  margin-bottom: 20px;
}
.fcauseDonors__title h5 {
  color: #043c4b;
  font-weight: 700;
}
.fcauseDonors__main {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 80px;
  border-radius: 20px;
  min-height: 300px;
  position: relative;
}
.fcauseDonors__main.sm {
  padding-bottom: 24px;
}
.fcauseDonors__tabs {
  display: flex;
  border-bottom: 1px solid #e6e5e5;
  margin-bottom: 20px;
}
.fcauseDonors__tabs.uniq button {
  width: 100%;
  text-align: start;
  justify-content: flex-start;
}
.fcauseDonors__tabs.uniq button::before {
  display: none;
}
.fcauseDonors__tabs button {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  color: rgba(77, 70, 65, 0.75);
  background: transparent;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
.fcauseDonors__tabs button.active {
  color: #043c4b;
}
.fcauseDonors__tabs button.active::before {
  opacity: 1;
}
.fcauseDonors__tabs button::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00baeb;
  content: "";
  transform: translateY(50%);
  opacity: 0;
  transition: 0.3s ease;
}
.fcauseDonors__tabs button span {
  font-size: 10px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: rgba(143, 143, 143, 0.75);
  margin-left: 5px;
  background: #e6e5e5;
  width: 18px;
  height: 18px;
}
.fcauseDonors__col {
  display: none;
  max-height: 420px;
  overflow-y: auto;
  padding-right: 6px;
}
.fcauseDonors__col::-webkit-scrollbar {
  width: 3px;
}
.fcauseDonors__col.active {
  display: block;
  animation: fadeIn 0.4s;
}
.fcauseDonors__col.loadMore .fcauseDonors__item:nth-child(n+9) {
  display: none;
}
.fcauseDonors__col.loadMore.activated .fcauseDonors__item:nth-child(n) {
  display: block;
}
.fcauseDonors__col-text {
  color: #043c4b;
  font-weight: 500;
  margin-bottom: 20px;
}
.fcauseDonors__col .button {
  position: absolute;
  bottom: 24px;
  left: 20px;
  width: calc(100% - 40px);
}
.fcauseDonors__item {
  margin-bottom: 22px;
  color: #043c4b;
}
.fcauseDonors__item:nth-child(n+9) {
  display: none;
}
.fcauseDonors__item:last-of-type {
  margin: 0;
}
.fcauseDonors__item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fcauseDonors__item-row:last-child {
  margin: 0;
}
.fcauseDonors__item-name {
  display: flex;
  align-items: center;
}
.fcauseDonors__item-name span {
  width: 30px;
  height: 30px;
  display: flex;
  margin-right: 10px;
  border-radius: 50%;
}
.fcauseDonors__item-name span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.fcauseDonors__item-name h6 {
  font-weight: 400;
}
.fcauseDonors__item-info {
  text-align: end;
}
.fcauseDonors__item-info h6 {
  font-weight: 700;
}
.fcauseDonors__item-info h6 span {
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
}
.fcauseDonors__item-info p {
  font-size: 12px;
  line-height: 15px;
}
.fcauseDonors__item-text p {
  font-size: 12px;
  line-height: 16px;
  color: rgba(143, 143, 143, 0.75);
}
.fcauseDonors__item-league {
  display: flex;
  align-items: center;
}
.fcauseDonors__item-league p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.fcauseDonors__item-league span {
  width: 16px;
  display: flex;
  margin-left: 5px;
}
.fcauseDonors__item-league span img {
  width: 100%;
}
.fcauseDonors__item-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #043c4b;
}
.fcauseDonors__item-total p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}
.fcauseDonors__item-total h6 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}
.fcauseDonors__item-progress {
  width: 100%;
  height: 5px;
  background: #e6e5e5;
  border-radius: 8px;
  display: flex;
  position: relative;
}
.fcauseDonors__item-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00baeb;
  border-radius: 8px;
}
.fcauseDonors__item h6 {
  font-size: 14px;
  line-height: 17px;
}
.fcauseAbout {
  border-radius: 20px;
  background: #f8f8f8;
  padding: 20px 20px 30px;
}
.fcauseAbout__profile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.fcauseAbout__avatar {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  margin-right: 20px;
}
.fcauseAbout__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.fcauseAbout__name {
  flex: 1;
  color: rgba(44, 44, 44, 0.85);
}
.fcauseAbout__name h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
}
.fcauseAbout__name p {
  font-size: 18px;
  line-height: 24px;
}
.fcauseDonate {
  display: none;
}

.copy-row {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: 8px;
  padding: 10px 12px;
  background: #fff;
}

.copy-text {
  flex: 1;
  margin: 0;
  font-size: 14px;
  color: #374151;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: none;
  background: #f3f4f6;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

.copy-btn svg {
  width: 18px;
  height: 18px;
  fill: #4b5563;
}

.copy-btn:hover {
  background: #e5e7eb;
}

.copy-btn:active {
  transform: scale(0.95);
}
.copy-btn.copied {
  background: #7BC8EB;
}

.copy-btn.copied svg {
  fill: #16a34a;
}


.fsign {
  background: #2c2c2c;
  position: relative;
  z-index: 9;
  color: #fff;
}
.fsign.logged .fsignProfile {
  display: flex;
}
.fsign.logged .fsign__inner {
  justify-content: space-between;
}
.fsign.logged .fsign__link {
  display: none;
}
.fsign.logged .fsign__link.logout {
  display: flex;
}
.fsign__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 9px 0;
  height: 48px;
}
.fsignProfile {
  display: none;
  align-items: center;
}
.fsignProfile span {
  width: 30px;
  height: 30px;
  display: flex;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.fsignProfile span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.fsign__link {
  display: flex;
  align-items: center;
  color: #fff;
}
.fsign__link.logout {
  display: none;
}
.fsign__link.logout:hover span {
  color: #7BC8EB;
}
.fsign__link:hover {
  opacity: 1;
}
.fsign__link:hover p {
  text-decoration: underline;
}
.fsign__link:hover span {
  color: #7BC8EB;
}
.fsign__link span {
  width: 22px;
  height: 22px;
  display: flex;
  margin-left: 8px;
  transition: 0.3s ease;
  color: #fff;
}
.fsign__link span img,
.fsign__link span svg {
  width: 100%;
  height: 100%;
}
.fsign p {
  font-size: 16px;
  line-height: 110%;
  font-weight: 600;
  transition: 0.3s ease;
}


.cf-donate {
  font-weight: 900;
  border-radius: 10px;
  background-color: #ff0543;
  border-color: #ff0543;
  color:#fff;
}

.cf-donate:hover {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

@media (max-width: 1180px) {
  .fhero__inner {
    min-height: unset;
  }
}
@media (max-width: 930px) {
  .fcause__inner {
    flex-direction: column;
  }
  .fcause__inner-wrapper {
    width: 100%;
    max-width: unset;
    margin-bottom: 44px;
  }
  .fcauseSide {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .fhero {
    position: relative;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: calc(100% - 40px);
    margin: 20px auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .fhero .auto__container {
    position: static;
    padding: 0;
  }
  .fhero__bg {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  .fhero__bg::before {
    display: none;
  }
  .fhero__inner {
    padding: 0;
  }
  .fheroContent {
    max-width: unset;
    border-radius: 0;
    position: static;
    box-shadow: unset;
    margin-bottom: 0;
    padding: 20px 30px;
  }
  .fcause {
    padding: 10px 0;
  }
  .fcause__inner-text {
    margin-bottom: 20px;
  }
  .fcause__inner-more {
    display: none;
    margin-bottom: 30px;
  }
  .fcause__inner-more.activated {
    display: block;
    animation: fadeIn 0.4s;
  }
  .fcause__inner-wrapper {
    margin-bottom: 30px;
  }
  .fcause__inner-wrapper .showMoreBtn {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    background: transparent;
    cursor: pointer;
    transition: 0.3s ease;
    color: #00baeb;
  }
  .fcause__inner-wrapper .showMoreBtn:hover {
    text-decoration: underline;
  }
  .fcause__inner-wrapper .showMoreBtn b {
    font-weight: 500;
  }
  .fcause__inner-info h3 {
    margin-bottom: 20px;
  }
  .fcause__inner-foot {
    padding-top: 20px;
  }
  .fcause__inner .video {
    margin-bottom: 20px;
  }
  .fcauseImage {
    margin-bottom: 30px;
  }
  .fcauseAbout {
    border-radius: 8px;
  }
  .fcauseAmount {
    margin-bottom: 30px;
  }
  .fcauseAmount:last-child {
    margin: 0;
  }
  .fcauseDonate {
    display: block;
    position: fixed;
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
    width: 100%;
    z-index: 5;
    background: #fff;
  }
  .fcauseDonate.active .fcauseDonate__head > span::before {
    transform: translate(-50%, -60%) rotate(135deg);
  }
  .fcauseDonate.active .fcauseDonate__body {
    max-height: 640px;
    opacity: 1;
    padding: 20px;
    overflow-y: auto;
  }
  .fcauseDonate__head {
    background: #00baeb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
  }
  .fcauseDonate__head-title {
    display: flex;
    align-items: center;
    background: #00baeb;
    border-radius: 8px 8px 0 0;
  }
  .fcauseDonate__head-title h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
  }
  .fcauseDonate__head-icon {
    width: 16px;
    height: 16px;
    display: flex;
    margin-right: 10px;
  }
  .fcauseDonate__head > span {
    display: flex;
    width: 30px;
    height: 30px;
    background-color: #db3c16;
    border-radius: 50%;
    position: relative;
    margin: 0;
  }
  .fcauseDonate__head > span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    transform: translate(-50%, -30%) rotate(-45deg);
  }
  .fcauseDonate__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s ease;
    padding: 0 20px;
    margin: 0;
    border: unset;
  }
  .fcause h2 {
    font-size: 30px;
    line-height: 35px;
  }
}