@charset "UTF-8";
/*!--------------------
Template Name: Charitics - NGO & Non Profit HTML Template
Author: tempticspro
Version: 1.0

CSS INDEX
=================== 
01. CUSTOM PROPERTIES
02. GLOBAL
03. Components
04. Sidebar
05. Header
06. Banner
07. About
08. Donations
09. Donate Form
10. Stats
11. Events
12. Why Join Us
13. Team
14. Testimonial
15. Blog
16. Gallery
17. CTA
18. Footer
19. Features
20. Volunteer
21. Services
22. Projects
23. Contact

--- INNER PAGES
24. About Page
25. Blog Page
26. Service Details Page
27. Donation Details Page
28. Event Details Page
29. Project Details Page
30. Blog Details Page
31. Contact Page
32. 404 Page
33. Team Details Page
34. Pricing Page

*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap");
:root {
  --black: #000;
  --white: #fff;
  --ul-primary: #00C7A7; /* Aqua green */
  --ul-secondary: #0E8B76; /* Deep teal */
  --ul-c3: #D9F7EF; /* Light mint */
  --ul-c4: #F4FBF9; /* Soft off-white */
  --ul-c5: #22B59F; /* Green accent */
  --ul-black: #1E252F;
  --ul-p: #434343;
  --ul-gray: #434343;
  --ul-gray2: #D2D2D1;
  --ul-gray3: #F4F4F4;
  --ul-gradient: linear-gradient(90deg, var(--ul-primary) 0%, var(--ul-secondary) 100%);
  --font-primary: "Manrope", serif;
  --font-quicksand: "Quicksand", serif;
  --font-caveat: "Caveat", serif;
}

html {
  overflow-x: hidden;
}

body {
  font-family: var(--font-primary);
  margin: auto;
  font-size: clamp(13px, 0.84vw, 16px);
  position: fixed;
}

a,
button,
img,
svg path {
  transition: 0.4s ease;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: var(--black);
}
a:hover {
  color: var(--ul-primary);
}

i {
  display: inline-flex;
}

p {
  line-height: 1.75;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none inside;
}

input {
  background-color: transparent;
}
input:focus, input:focus-visible, input:focus-within {
  outline: none;
}

[data-sal] {
  transition-duration: 1s;
  transition-delay: 0.2s;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

button {
  background: none;
  border: none;
}

@media screen and (max-width: 479px) {
  .d-xxs-none {
    display: none !important;
  }
}

.ul-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1200px, 74.09vw, 1410px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-container {
  margin: 0 clamp(15px, 10.25vw, 195px);
}
@media screen and (max-width: 1599px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 7.88vw, 150px);
  }
}
@media screen and (max-width: 1399px) {
  .ul-inner-container {
    margin: 0 clamp(15px, 2.88vw, 150px);
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-1 > * {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .row-cols-xxs-2 > * {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
.logo {
  max-width: clamp(90px, 8vw, 160px);
  width: auto;
  height: auto;
}

.ul-bs-row {
  --bs-gutter-x: clamp(15px, 1.58vw, 30px);
  --bs-gutter-y: clamp(15px, 1.58vw, 30px);
}

.ul-inner-page-container {
  --container-space-x: 30px;
  max-width: calc(clamp(1000px, 74.09vw, 1410px) + var(--container-space-x));
  padding-left: calc(var(--container-space-x) / 2);
  padding-right: calc(var(--container-space-x) / 2);
  margin: auto;
}

.ul-inner-page-content-wrapper {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
  padding-bottom: 0;
}

.ul-section-spacing {
  padding-top: clamp(60px, 6.31vw, 120px);
  padding-bottom: clamp(60px, 6.31vw, 120px);
}

.wow {
  animation-duration: 1s !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.ss-main:focus {
  box-shadow: none;
}

.ss-content.ss-open-below {
  border-radius: 8px;
}

.ul-tab {
  overflow: hidden;
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.ul-tab.active {
  opacity: 1;
  height: auto;
  pointer-events: all;
}

@keyframes slide-top {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(300px);
  }
}
.ul-radio label {
  display: flex !important;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-radio label .checkmark {
  width: clamp(24px, 1.58vw, 30px);
  aspect-ratio: 1/1;
  border: 1px solid transparent;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  position: relative;
}
.ul-radio label .checkmark i {
  opacity: 0;
}
.ul-radio label .checkmark::before {
  content: "";
  position: absolute;
  width: clamp(10px, 0.74vw, 14px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  border: 1px solid var(--ul-black);
}
.ul-radio label input[type=radio] {
  display: none !important;
}
.ul-radio label input[type=radio]:checked ~ .checkmark {
  color: var(--black);
  border-color: var(--ul-black);
}
.ul-radio label input[type=radio]:checked ~ .checkmark i {
  opacity: 1;
}
.ul-radio label input[type=radio]:checked ~ .checkmark::before {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}

.ul-btn {
  height: clamp(45px, 2.94vw, 56px);
  background-color: var(--ul-primary);
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 0.53vw, 10px);
  padding: 0 clamp(6px, 0.47vw, 9px);
  padding-right: clamp(12px, 0.89vw, 17px);
  font-weight: 800;
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
  color: var(--white);
}
.ul-btn:hover {
  color: var(--ul-primary);
  background-color: transparent;
  border-color: var(--ul-primary);
}
.ul-btn:hover i {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-btn i {
  background-color: var(--white);
  color: var(--ul-primary);
  width: clamp(22px, 1.52vw, 29px);
  width: clamp(33px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: all 0.3s ease;
  font-size: clamp(10px, 0.68vw, 13px);
}
.ul-btn--2 {
  color: var(--ul-primary);
  background-color: var(--white);
}
.ul-btn--2 i {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-btn--2:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-btn--2:hover i {
  background-color: var(--white);
  color: var(--ul-primary);
}

.ul-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 575px) {
  .ul-section-heading {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.ul-section-heading .right {
  flex-shrink: 0;
}
.ul-section-sub-title {
  color: var(--ul-primary);
  display: inline-block;
  letter-spacing: -0.03em;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-bottom: clamp(11px, 0.74vw, 14px);
}
.ul-section-sub-title::before {
  content: "";
  width: clamp(9px, 0.63vw, 12px);
  aspect-ratio: 12/13;
  background-color: var(--ul-primary);
  display: inline-block;
  margin-right: clamp(5px, 0.42vw, 8px);
  clip-path: polygon(50.201% 100%, 50.201% 100%, 43.516% 92.661%, 36.628% 85.05%, 29.752% 77.216%, 23.104% 69.205%, 16.897% 61.063%, 11.346% 52.837%, 6.666% 44.574%, 3.072% 36.321%, 0.778% 28.124%, 0% 20.03%, 0% 20.03%, 1.021% 13.336%, 3.769% 7.773%, 7.928% 3.553%, 13.18% 0.892%, 19.207% 0.001%, 25.692% 1.095%, 32.318% 4.387%, 38.766% 10.091%, 44.72% 18.419%, 49.862% 29.586%, 49.862% 29.586%, 50.588% 26.97%, 51.54% 24.272%, 52.71% 21.543%, 54.089% 18.832%, 55.67% 16.19%, 57.445% 13.667%, 59.404% 11.313%, 61.541% 9.179%, 63.846% 7.315%, 66.312% 5.771%, 66.312% 5.771%, 72.015% 3.441%, 77.848% 2.358%, 83.531% 2.515%, 88.788% 3.906%, 93.341% 6.524%, 96.913% 10.364%, 99.224% 15.42%, 99.998% 21.685%, 98.956% 29.153%, 95.822% 37.818%, 95.822% 37.818%, 93.578% 42.409%, 90.817% 47.291%, 87.538% 52.49%, 83.744% 58.034%, 79.435% 63.947%, 74.612% 70.258%, 69.276% 76.993%, 63.428% 84.177%, 57.069% 91.837%, 50.201% 100%);
}
.ul-section-sub-title--2 i:last-child {
  display: none;
}
.ul-section-title {
  font-weight: 700;
  font-size: clamp(25px, 2.63vw, 50px);
  color: var(--ul-black);
  margin-bottom: clamp(5px, 0.42vw, 8px);
  letter-spacing: -0.04em;
  font-family: var(--font-quicksand);
}
.ul-section-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
  color: var(--ul-p);
}

.ul-breadcrumb {
  background: url(../img/breadcrumb-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: clamp(50px, 9.98vw, 190px) 0 clamp(40px, 9.46vw, 180px);
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-breadcrumb {
    padding: clamp(100px, 9.98vw, 190px) 0 clamp(40px, 9.46vw, 180px);
  }
}
.ul-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(30, 37, 47, 0.9);
  z-index: -1;
  pointer-events: none;
}
.ul-breadcrumb-title {
  font-weight: 900;
  font-family: var(--font-quicksand);
  font-size: clamp(30px, 4.2vw, 80px);
  color: var(--white);
  line-height: 1.3;
  margin-bottom: clamp(6px, 0.47vw, 9px);
}
.ul-breadcrumb-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  gap: 3px;
  color: var(--white);
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: clamp(6px, 0.47vw, 9px) clamp(18px, 1.26vw, 24px);
}
.ul-breadcrumb-nav li {
  display: inline-flex;
}
.ul-breadcrumb-nav a {
  color: var(--white);
}
.ul-breadcrumb-nav a:hover {
  color: var(--ul-primary);
}
.ul-breadcrumb .separator {
  display: inline-flex;
  font-size: clamp(15px, 0.95vw, 18px);
}

.ul-sidebar {
  position: fixed;
  z-index: 10;
  right: 0;
  height: 100%;
  overflow: auto;
  background: #fff;
  z-index: 999;
  transform: translateX(100%);
  transition: 0.4s ease;
  padding: clamp(20px, 1.58vw, 30px) clamp(20px, 1.58vw, 30px);
  max-width: 100%;
  border-left: 1px solid var(--ttRed);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: clamp(320px, 40vw, 100%);
}
.ul-sidebar.active {
  transform: translateX(0);
}

.ul-pagination {
  margin-top: clamp(25px, 2.63vw, 50px);
}
.ul-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-pagination ul a {
  width: clamp(38px, 2.31vw, 44px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  line-height: 0.7;
  border: 1px solid rgba(67, 67, 67, 0.5);
}
.ul-pagination ul a:hover, .ul-pagination ul a.active {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}
.ul-pagination ul .pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(9px, 0.63vw, 12px);
}

.ul-single-accordion-item {
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
  padding: clamp(15px, 1.31vw, 25px) clamp(20px, 1.58vw, 30px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.ul-single-accordion-item:last-child {
  margin-bottom: 0;
}
.ul-single-accordion-item.open {
  grid-template-rows: max-content 1fr;
}
.ul-single-accordion-item.open .ul-single-accordion-item__header i {
  transform: rotate(90deg);
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__title {
  color: var(--ul-primary);
}
.ul-single-accordion-item.open .ul-single-accordion-item__body {
  padding-top: clamp(7px, 0.74vw, 14px);
}
.ul-single-accordion-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  cursor: pointer;
}
.ul-single-accordion-item__header .icon {
  display: inline-flex;
}
.ul-single-accordion-item__header i {
  transition: transform 0.4s ease;
  display: inline-flex;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-single-accordion-item__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-single-accordion-item__body {
  transition: all 0.4s ease;
  overflow: hidden;
}
.ul-single-accordion-item__body p {
  line-height: 1.5;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray);
  margin-bottom: 0;
  font-weight: 400;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.loader {
  width: clamp(100px, 7.88vw, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l11 2s infinite;
}

@keyframes l11 {
  0% {
    background: conic-gradient(var(--ul-primary) 0, rgba(0, 0, 0, 0) 0);
  }
  12.5% {
    background: conic-gradient(var(--ul-primary) 45deg, rgba(0, 0, 0, 0) 46deg);
  }
  25% {
    background: conic-gradient(var(--ul-primary) 90deg, rgba(0, 0, 0, 0) 91deg);
  }
  37.5% {
    background: conic-gradient(var(--ul-primary) 135deg, rgba(0, 0, 0, 0) 136deg);
  }
  50% {
    background: conic-gradient(var(--ul-primary) 180deg, rgba(0, 0, 0, 0) 181deg);
  }
  62.5% {
    background: conic-gradient(var(--ul-primary) 225deg, rgba(0, 0, 0, 0) 226deg);
  }
  75% {
    background: conic-gradient(var(--ul-primary) 270deg, rgba(0, 0, 0, 0) 271deg);
  }
  87.5% {
    background: conic-gradient(var(--ul-primary) 315deg, rgba(0, 0, 0, 0) 316deg);
  }
  100% {
    background: conic-gradient(var(--ul-primary) 360deg, rgba(0, 0, 0, 0) 360deg);
  }
}
.ul-slider-nav {
  position: absolute;
  width: calc(100% + clamp(46px, 2.94vw, 56px));
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  visibility: hidden;
}
.ul-slider-nav button {
  width: clamp(46px, 2.94vw, 56px);
  aspect-ratio: 1/1;
  background-color: var(--ul-secondary);
  border-radius: 999px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
  visibility: visible;
}
.ul-slider-nav button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}

.ul-slider-action-wrapper {
  display: flex;
  gap: clamp(12px, 1.05vw, 20px);
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  margin-top: clamp(25px, 3.42vw, 65px);
}
.ul-slider-action-wrapper button {
  color: var(--white);
  text-transform: uppercase;
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-slider-action-wrapper button:hover {
  color: var(--ul-primary);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar {
  position: relative;
  height: 1px;
  background-color: var(--ul-gray);
  width: clamp(140px, 27.75vw, 528px);
}
.ul-slider-action-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--ul-primary);
}

.ul-search-form-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(25px);
}
.ul-search-form-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.ul-search-form-wrapper .ul-header-search-form {
  background-color: var(--white);
  max-width: 80%;
}
@media screen and (max-width: 575px) {
  .ul-search-form-wrapper .ul-header-search-form {
    max-width: 95%;
  }
}
@media screen and (max-width: 479px) {
  .ul-search-form-wrapper .ul-header-search-form {
    flex-direction: column;
    border-radius: 10px;
    height: auto;
  }
  .ul-search-form-wrapper .ul-header-search-form .ss-main {
    padding: 10px clamp(12px, 1.05vw, 20px);
  }
  .ul-search-form-wrapper .ul-header-search-form-right {
    padding: 10px clamp(18px, 1.31vw, 25px);
  }
}
.ul-search-closer {
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.ul-search-closer i {
  display: inline-flex;
  font-size: clamp(20px, 1.31vw, 25px);
}
.ul-search-closer:hover {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-search-form {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  height: clamp(48px, 3.15vw, 60px);
  max-width: clamp(534px, 32.53vw, 619px);
  width: 100%;
  font-size: clamp(13px, 0.84vw, 16px);
  width: 95%;
}
.ul-search-form-right {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 clamp(18px, 1.31vw, 25px);
  flex-grow: 1;
}
.ul-search-form-right input {
  border: none;
  height: 100%;
  width: 100%;
  color: var(--white);
}
.ul-search-form-right input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.ul-search-form-right button {
  padding: 0;
  padding-top: clamp(0px, 0.42vw, 8px);
  height: 100%;
  flex-shrink: 0;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--white);
}
.ul-search-form-right button .icon {
  display: inline-flex;
}
@media screen and (max-width: 575px) {
  .ul-search-form-right button .icon {
    padding-top: 5px;
  }
}

.ul-progress-container {
  width: 100%;
  border: 1px solid var(--ul-primary);
  border-radius: 10px;
}
.ul-progressbar {
  width: 0;
  background-color: var(--ul-primary);
  height: clamp(2px, 0.26vw, 5px);
  position: relative;
}
.ul-progressbar::before {
  content: "";
  position: absolute;
  width: clamp(15px, 0.95vw, 18px);
  aspect-ratio: 1/1;
  border: 4px solid var(--ul-primary);
  background-color: var(--white);
  border-radius: 999px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ul-progress-label {
  position: absolute;
  transform: translate(6px, -25px);
  right: 0;
  font-size: clamp(11px, 0.63vw, 12px);
  font-weight: 700;
  color: var(--ul-primary);
}

.ul-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-checkbox-wrapper input:checked ~ .ul-checkbox i {
  opacity: 1;
}
.ul-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(17px, 1.05vw, 20px);
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  font-size: 10px;
  color: var(--white);
}
.ul-checkbox i {
  opacity: 0;
}

.ul-time-input-wrapper {
  position: relative;
  z-index: 1;
}
.ul-time-input-wrapper i {
  position: absolute;
  z-index: 2;
  right: clamp(12px, 1.05vw, 20px);
  left: clamp(12px, 1.05vw, 20px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.ul-sidebar {
  justify-content: flex-start;
  gap: 20px;
  border-left: 2px solid var(--ul-primary);
}
.ul-sidebar-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-sidebar-closer {
  display: inline-flex;
  padding: 0;
}
.ul-sidebar-closer:hover {
  color: var(--ul-primary);
}
.ul-sidebar-closer i {
  display: inline-flex;
}
.ul-sidebar-about .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-about .descr {
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-sidebar-slider-wrapper {
  display: flex;
  gap: 20px;
}
.ul-sidebar-slider-wrapper .slider-wrapper {
  max-width: calc(85% - 20px);
}
.ul-sidebar-slider-nav {
  position: static;
  transform: translate(0);
  gap: 10px;
  width: 15%;
}
.ul-sidebar-footer {
  margin-top: auto;
}
.ul-sidebar-footer-title {
  color: var(--black);
  font-weight: 600;
  font-size: clamp(20px, 1.26vw, 24px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
  display: inline-block;
}
.ul-sidebar-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-sidebar-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: var(--black);
  height: clamp(37px, 2.1vw, 40px);
}
.ul-sidebar-footer-social a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-sidebar-footer-social a i {
  display: inline-flex;
}

.ul-header {
  position: relative;
  top: 0;
  z-index: 99;
}
.ul-header-container {
  margin: auto;
  max-width: clamp(922px, 90.38vw, 1720px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .ul-header-container {
    align-items: center;
    max-width: calc(100% - 30px);
  }
}
.ul-header-bottom {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .ul-header-bottom {
    padding: 12px 0;
  }
}
.ul-header-bottom.sticky {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  background-color: var(--white);
}
.ul-header-bottom.sticky .ul-header-nav a,
.ul-header-bottom.sticky .ul-header-nav a:not([href]):not([class]) {
  color: var(--ul-black);
}
.ul-header-bottom.sticky .ul-header-actions button {
  color: var(--ul-black);
}
.ul-header-bottom.sticky .logo-container::before,
.ul-header .logo-container::before,
.ul-header .logo-container::after {
  display: none;
}
.ul-header-bottom-wrapper {
  gap: clamp(22px, 4.2vw, 80px);
  position: relative;
  z-index: 1;
}
.ul-header-bottom-wrapper > * {
  flex-shrink: 0;
}
.ul-header-bottom .header-bottom-left {
  display: flex;
  align-items: center;
  gap: clamp(35px, 3.42vw, 65px);
  flex-grow: 1;
}
.ul-header .logo-container {
  position: relative;
  z-index: 1;
  background: transparent;
}
.ul-header-nav {
  display: flex;
  gap: clamp(30px, 2.36vw, 45px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav {
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.2);
    gap: 0;
    display: none;
  }
}
.ul-header-nav > * {
  line-height: clamp(76px, 4.52vw, 86px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav > * {
    line-height: 1.2;
    padding: 12px 15px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .ul-header-nav > *:last-child {
    border-bottom: 0;
  }
}
.ul-header-nav a {
  font-weight: 600;
}
.ul-header-nav a, .ul-header-nav a:not([href]):not([class]) {
  color: var(--white);
}
.ul-header-nav a:not([href]):hover, .ul-header-nav a:hover {
  color: var(--ul-primary);
}
@media screen and (max-width: 991px) {
  .ul-header-nav a, .ul-header-nav a:not([href]):not([class]) {
    color: var(--black);
  }
}
.ul-header-nav .has-sub-menu {
  position: relative;
  display: grid;
  grid-template-rows: max-content 0fr;
  transition: 0.4s ease;
  padding-right: clamp(12px, 0.79vw, 15px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu.active {
    grid-template-rows: max-content 1fr;
  }
  .ul-header-nav .has-sub-menu.active .ul-header-submenu {
    padding-top: 10px;
  }
  .ul-header-nav .has-sub-menu.active > a::after {
    transform: rotate(0deg);
  }
}
.ul-header-nav .has-sub-menu:hover .ul-header-submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.ul-header-nav .has-sub-menu > a {
  position: relative;
}
.ul-header-nav .has-sub-menu > a::after {
  content: "\f140";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(15px, 0.95vw, 18px);
}
@media screen and (max-width: 991px) {
  .ul-header-nav .has-sub-menu > a::after {
    right: 0;
    top: 0;
    transform: none;
  }
}
.ul-header-submenu {
  position: absolute;
  z-index: 2;
  min-width: 200px;
  background-color: var(--ul-black);
  background-color: rgb(106, 112, 119);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.03);
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.4s ease, pointer-events 0s;
  transform: translateY(5px);
  pointer-events: none;
  width: max-content;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  border-radius: 15px;
  overflow: hidden;
  background-color: var(--white);
}
@media screen and (max-width: 479px) {
  .ul-header-submenu {
    background-color: var(--white);
  }
}
.ul-header-submenu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: normal;
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li {
    border-bottom: none;
  }
}
.ul-header-submenu li:last-child {
  border-bottom: 0;
}
.ul-header-submenu li a {
  height: auto;
  padding: 12px 15px;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  color: var(--ul-black);
}
@media screen and (max-width: 991px) {
  .ul-header-submenu li a {
    padding: 8px 0;
  }
}
.ul-header-submenu li a:hover {
  color: var(--ul-primary);
}
@media screen and (max-width: 991px) {
  .ul-header-submenu {
    position: static;
    transform: translateY(0);
    opacity: 1;
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    border-radius: 0;
  }
}
.ul-header-actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.58vw, 30px);
}
.ul-header-socials { display: flex; align-items: center; gap: 7px; }.ul-header-socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(13, 89, 81, .12); border-radius: 50%; color: #155f58; background: #fff; box-shadow: 0 4px 10px rgba(12, 73, 67, .08); font-size: 15px; line-height: 1; transition: transform .2s ease, color .2s ease, background .2s ease; }.ul-header-socials a:hover { transform: translateY(-2px); color: #fff; background: var(--ul-primary); }.ul-header-socials a i, .ul-footer-socials a i { width: 18px; height: 18px; display: grid; place-items: center; line-height: 1; }.ul-header-socials a i::before, .ul-footer-socials a i::before { display: block; line-height: 1; transform: translateY(1px); }.whatsapp-social-icon { width: 18px; height: 18px; display: block; fill: currentColor; }.ul-header-socials a[aria-label="Facebook"]:hover { background: #1877f2; }.ul-header-socials a[aria-label="Instagram"]:hover { background: #d62976; }.ul-header-socials a[aria-label="WhatsApp"]:hover { background: #25d366; }.ul-footer-socials a[aria-label="Facebook"]:hover { background: #1877f2; }.ul-footer-socials a[aria-label="Instagram"]:hover { background: #d62976; }.ul-footer-socials a[aria-label="WhatsApp"]:hover { background: #25d366; }
.ul-header-actions .ul-header-socials a { display: inline-flex; align-items: center; justify-content: center; padding: 0; }

/* Términos y condiciones */
.terms-hero { min-height: 440px; display: grid; align-items: center; color: #fff; text-align: center; background: linear-gradient(110deg, rgba(9, 47, 51, .91), rgba(0, 152, 133, .63)), url("../images/aquines-ayudamos/actividad-mesa.png") center/cover no-repeat; }.terms-hero-content { max-width: 760px; margin: auto; padding: 80px 0; }.terms-hero-content > span, .terms-cta-content > span { color: #fff; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.terms-hero h1 { margin: 12px 0 15px; color: #fff; font-size: clamp(42px, 5vw, 72px); }.terms-hero p { margin: 0; font-size: clamp(19px, 1.7vw, 26px); }.terms-layout { display: grid; grid-template-columns: 255px minmax(0, 1fr); gap: clamp(30px, 5vw, 75px); max-width: 1100px; margin: auto; }.terms-sidebar { align-self: start; position: sticky; top: 115px; display: grid; gap: 4px; padding: 22px; border-radius: 18px; background: #f1faf8; }.terms-sidebar > span { margin-bottom: 8px; color: #087c6e; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.terms-sidebar a { padding: 9px 10px; border-radius: 9px; color: #315c57; font-weight: 600; }.terms-sidebar a:hover { color: #fff; background: var(--ul-primary); }.terms-updated { display: inline-flex; margin-bottom: 20px; padding: 7px 12px; border-radius: 99px; color: #087d70; background: #e8f8f4; font-size: 13px; font-weight: 700; }.terms-lead { margin-bottom: 35px; padding-bottom: 30px; border-bottom: 1px solid #dceae6; color: #466763; font-size: 18px; line-height: 1.7; }.terms-article section { scroll-margin-top: 120px; margin-bottom: 34px; }.terms-article h2 { margin-bottom: 12px; font-size: clamp(23px, 2vw, 29px); }.terms-article p { color: var(--ul-gray); line-height: 1.75; }.terms-article a { color: #078a79; font-weight: 700; }.terms-cta { padding: 80px 0; color: #fff; text-align: center; background: linear-gradient(110deg, rgba(10, 68, 63, .92), rgba(0, 188, 166, .75)), url("../images/aquines-ayudamos/evento-comunitario.png") center/cover no-repeat; }.terms-cta-content { max-width: 760px; margin: auto; }.terms-cta h2 { margin: 12px 0 15px; color: #fff; }.terms-cta p { margin: 0 auto 27px; font-size: 18px; line-height: 1.65; }.terms-cta .ul-btn { color: var(--ul-black); background: #fff; }.terms-cta .ul-btn:hover { color: #fff; background: var(--ul-black); }@media screen and (max-width: 767px) { .terms-layout { grid-template-columns: 1fr; }.terms-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }.terms-sidebar > span { grid-column: 1 / -1; }.terms-hero { min-height: 390px; } }@media screen and (max-width: 480px) { .terms-sidebar { grid-template-columns: 1fr; }.terms-sidebar > span { grid-column: auto; }.terms-content { padding-top: 55px; } }
@media screen and (max-width: 575px) {
  .ul-header-actions {
    gap: 14px;
  }
}
.ul-header-actions button {
  padding: 0;
  color: var(--white);
}
.ul-header-actions button,
.ul-header-actions a {
  display: inline-flex;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .ul-header-actions button,
  .ul-header-actions a {
    font-size: 16px;
  }
}
.ul-header-actions button i,
.ul-header-actions a i {
  display: inline-flex;
}
.ul-header-actions button:hover,
.ul-header-actions a:hover {
  color: var(--ul-primary);
}
.ul-header-actions button.ul-btn:hover,
.ul-header-actions a.ul-btn:hover {
  color: var(--ul-primary);
}
.ul-header .has-mega-menu {
  position: static;
}
.ul-header-megamenu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  left: 3.1vw;
  right: 3.1vw;
  width: auto;
  top: clamp(110px, 7.8vw, 7.8vw);
  z-index: 99;
  padding: clamp(10px, 3.15vw, 60px) clamp(15px, 4.2vw, 80px);
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu {
    grid-template-columns: repeat(1, 1fr);
    overflow: hidden;
    padding: 0 0;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu.active {
    margin-top: 15px;
  }
}
.ul-header-megamenu::before {
  content: "";
  position: absolute;
  height: 100%;
  top: -30px;
  right: 16vw;
  background-color: transparent;
  opacity: 1;
  z-index: -1;
  width: 8.8vw;
}
@media screen and (max-width: 1399px) {
  .ul-header-megamenu::before {
    right: 20vw;
  }
}
@media screen and (max-width: 1199px) {
  .ul-header-megamenu::before {
    right: 21.5vw;
  }
}
.ul-header-megamenu .single-col {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: clamp(20px, 2.1vw, 40px);
  margin-right: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.ul-header-megamenu .single-col:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.ul-header-megamenu .single-col-title {
  color: var(--ul-primary);
  font-weight: 500;
  font-size: clamp(17px, 1.05vw, 20px);
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .ul-header-megamenu .single-col-title {
    margin-bottom: 10px;
  }
}
.ul-header-megamenu li {
  border-bottom: none;
  line-height: clamp(30px, 2.1vw, 40px);
}
.ul-header-megamenu li a {
  height: auto;
  padding: 1px 0;
  display: inline-block;
  width: 100%;
}
.ul-header-sidebar-opener {
  background-color: var(--ul-primary);
  height: clamp(45px, 2.94vw, 56px);
  border: 1px solid transparent;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white) !important;
  cursor: pointer;
}
.ul-header-sidebar-opener:hover {
  color: var(--ul-primary) !important;
  background-color: transparent;
  border-color: var(--ul-primary);
}
.ul-header-2 .ul-header-container {
  max-width: clamp(0px, 96.95vw, 1845px);
}
@media screen and (max-width: 991px) {
  .ul-header-2 .ul-header-container {
    margin: 0 15px;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  .ul-header-2 .ul-header-container {
    flex-wrap: wrap;
  }
}
.ul-header-2 .ul-header-top {
  background-color: var(--ul-black);
  color: var(--white);
}
@media screen and (max-width: 479px) {
  .ul-header-2 .ul-header-top {
    padding: 10px 0 0;
  }
}
.ul-header-2 .ul-header-top-left {
  align-self: stretch;
}
.ul-header-2 .ul-header-top-left .address {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  height: 100%;
  padding-right: clamp(15px, 1.21vw, 23px);
}
.ul-header-2 .ul-header-top-left .address::before {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  width: calc(100% + 35px);
  background-color: var(--ul-primary);
  border-top-right-radius: 999px;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .ul-header-2 .ul-header-top-left .address::before {
    display: none;
  }
}
.ul-header-2 .ul-header-top-social {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.05vw, 20px);
  padding: clamp(12px, 0.79vw, 15px) 0;
}
.ul-header-2 .ul-header-top-social .links {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.79vw, 15px);
}
.ul-header-2 .ul-header-top-social a {
  color: var(--white);
}
.ul-header-2 .ul-header-bottom {
  position: static;
}
.ul-header-2 .ul-header-bottom.sticky {
  background-color: var(--white);
  position: fixed;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.ul-header-2 .logo-container::before, .ul-header-2 .logo-container::after {
  display: none;
}
.ul-header-2 .ul-header-actions button {
  color: var(--ul-black);
}
.ul-header-2 .ul-header-nav a,
.ul-header-2 .ul-header-nav a:not([href]):not([class]) {
  color: var(--ul-black);
}
.ul-header-2 .ul-header-nav a:hover,
.ul-header-2 .ul-header-nav a:not([href]):not([class]):hover {
  color: var(--ul-primary);
}

.ul-sidebar.active .ul-header-nav {
  display: flex;
}

.ul-banner {
  position: relative;
  background-color: var(--ul-black);
  overflow: hidden;
  color: var(--white);
  z-index: 1;
}
.ul-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/banner-bg-shape.svg) no-repeat center center/cover;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: -1;
}
.ul-banner-container {
  max-width: clamp(922px, 90.38vw, 1720px);
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .ul-banner-container {
    max-width: calc(100% - 30px);
  }
}
.ul-banner-txt {
  padding: clamp(150px, 16.03vw, 305px) 0;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-banner-txt {
    padding-top: 0;
  }
}
.ul-banner-txt-vector {
  position: absolute;
  z-index: 1;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  left: clamp(15px, 4.2vw, 80px);
  max-width: clamp(284px, 29.64vw, 564px);
}
.ul-banner-sub-title {
  font-weight: 600;
  letter-spacing: 0.25em;
  margin-bottom: clamp(6px, 0.63vw, 12px);
}
.ul-banner-title {
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 80px);
  font-family: var(--font-quicksand);
  line-height: 100%;
  letter-spacing: -0.02em;
  margin-bottom: clamp(17px, 1.42vw, 27px);
  margin-left: -5px;
}
.ul-banner-descr {
  font-size: clamp(15px, 0.95vw, 18px);
  font-weight: 500;
  margin-bottom: clamp(21px, 2.15vw, 41px);
}
.ul-banner-btns {
  display: flex;
  gap: clamp(20px, 2.1vw, 40px);
  align-items: center;
  flex-wrap: wrap;
}
.ul-banner-stat {
  display: flex;
  gap: clamp(7px, 0.53vw, 10px);
  align-items: center;
}
.ul-banner-stat .imgs {
  display: flex;
  align-items: center;
}
.ul-banner-stat .imgs > * {
  width: clamp(40px, 2.63vw, 50px);
  aspect-ratio: 1/1;
  margin-left: calc(0% - clamp(12px, 0.79vw, 15px));
  border: 3px solid var(--white);
  border-radius: 999px;
  background-color: var(--ul-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(11px, 0.74vw, 14px);
  font-weight: 800;
  color: var(--ul-primary);
}
.ul-banner-stat .imgs > *:first-child {
  margin-left: 0;
}
.ul-banner-stat .txt {
  font-size: clamp(11px, 0.74vw, 14px);
  font-weight: 600;
}
.ul-banner-img {
  position: relative;
  width: max-content;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .ul-banner-img {
    margin-left: auto;
    margin-right: -15px;
  }
}
.ul-banner-img .img-wrapper {
  background: linear-gradient(180deg, var(--ul-primary) 0%, rgba(235, 83, 16, 0) 51%, var(--ul-primary) 100%);
  padding-left: 10px;
  clip-path: polygon(20.444% 6.836%, 20.444% 6.836%, 21.079% 1.445%, 21.969% -3.298%, 23.149% -7.442%, 24.655% -11.037%, 26.521% -14.129%, 28.783% -16.769%, 31.475% -19.005%, 34.633% -20.885%, 38.291% -22.458%, 42.485% -23.773%, 42.485% -23.773%, 51.821% -25.092%, 61.13% -24.265%, 70.354% -21.642%, 79.44% -17.571%, 88.329% -12.403%, 96.968% -6.486%, 105.299% -0.169%, 113.267% 6.199%, 120.817% 12.269%, 127.892% 17.691%, 127.892% 17.691%, 133.187% 21.665%, 138.424% 25.901%, 143.431% 30.413%, 148.036% 35.215%, 152.067% 40.322%, 155.351% 45.748%, 157.717% 51.507%, 158.992% 57.614%, 159.004% 64.083%, 157.581% 70.928%, 157.581% 70.928%, 154.251% 78.396%, 149.391% 84.901%, 143.283% 90.358%, 136.208% 94.679%, 128.447% 97.778%, 120.283% 99.568%, 111.997% 99.963%, 103.871% 98.874%, 96.186% 96.217%, 89.224% 91.904%, 89.224% 91.904%, 84.824% 88.551%, 80.861% 85.901%, 77.197% 83.943%, 73.692% 82.666%, 70.205% 82.06%, 66.599% 82.113%, 62.733% 82.815%, 58.469% 84.155%, 53.665% 86.122%, 48.184% 88.705%, 48.184% 88.705%, 41.958% 91.563%, 36.284% 93.719%, 31.115% 95.169%, 26.403% 95.908%, 22.102% 95.934%, 18.165% 95.243%, 14.544% 93.83%, 11.192% 91.692%, 8.062% 88.825%, 5.108% 85.226%, 5.108% 85.226%, 3.102% 82.034%, 1.619% 78.74%, 0.63% 75.368%, 0.106% 71.943%, 0.017% 68.487%, 0.333% 65.024%, 1.025% 61.58%, 2.062% 58.177%, 3.417% 54.84%, 5.058% 51.592%, 5.058% 51.592%, 8.7% 45.01%, 11.636% 39.594%, 13.954% 35.08%, 15.745% 31.209%, 17.099% 27.718%, 18.105% 24.347%, 18.852% 20.834%, 19.431% 16.919%, 19.932% 12.34%, 20.444% 6.836%);
}
@media screen and (max-width: 991px) {
  .ul-banner-img .img-wrapper {
    padding-left: 0;
  }
}
.ul-banner-img .img-wrapper img {
  max-height: clamp(0px, 65.74vw, 1251px);
  width: 100%;
  max-width: clamp(300px, 50.45vw, 960px);
  aspect-ratio: 960/1000;
  clip-path: polygon(20.444% 6.836%, 20.444% 6.836%, 21.079% 1.445%, 21.969% -3.298%, 23.149% -7.442%, 24.655% -11.037%, 26.521% -14.129%, 28.783% -16.769%, 31.475% -19.005%, 34.633% -20.885%, 38.291% -22.458%, 42.485% -23.773%, 42.485% -23.773%, 51.821% -25.092%, 61.13% -24.265%, 70.354% -21.642%, 79.44% -17.571%, 88.329% -12.403%, 96.968% -6.486%, 105.299% -0.169%, 113.267% 6.199%, 120.817% 12.269%, 127.892% 17.691%, 127.892% 17.691%, 133.187% 21.665%, 138.424% 25.901%, 143.431% 30.413%, 148.036% 35.215%, 152.067% 40.322%, 155.351% 45.748%, 157.717% 51.507%, 158.992% 57.614%, 159.004% 64.083%, 157.581% 70.928%, 157.581% 70.928%, 154.251% 78.396%, 149.391% 84.901%, 143.283% 90.358%, 136.208% 94.679%, 128.447% 97.778%, 120.283% 99.568%, 111.997% 99.963%, 103.871% 98.874%, 96.186% 96.217%, 89.224% 91.904%, 89.224% 91.904%, 84.824% 88.551%, 80.861% 85.901%, 77.197% 83.943%, 73.692% 82.666%, 70.205% 82.06%, 66.599% 82.113%, 62.733% 82.815%, 58.469% 84.155%, 53.665% 86.122%, 48.184% 88.705%, 48.184% 88.705%, 41.958% 91.563%, 36.284% 93.719%, 31.115% 95.169%, 26.403% 95.908%, 22.102% 95.934%, 18.165% 95.243%, 14.544% 93.83%, 11.192% 91.692%, 8.062% 88.825%, 5.108% 85.226%, 5.108% 85.226%, 3.102% 82.034%, 1.619% 78.74%, 0.63% 75.368%, 0.106% 71.943%, 0.017% 68.487%, 0.333% 65.024%, 1.025% 61.58%, 2.062% 58.177%, 3.417% 54.84%, 5.058% 51.592%, 5.058% 51.592%, 8.7% 45.01%, 11.636% 39.594%, 13.954% 35.08%, 15.745% 31.209%, 17.099% 27.718%, 18.105% 24.347%, 18.852% 20.834%, 19.431% 16.919%, 19.932% 12.34%, 20.444% 6.836%);
}
@media screen and (max-width: 767px) {
  .ul-banner-img .img-wrapper img {
    max-width: clamp(300px, 70.45vw, 990px);
    max-height: none;
  }
}
.ul-banner-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #1E252F -5.34%, rgba(30, 37, 47, 0) 39.75%);
}
.ul-banner-img-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-banner-img-vectors .vector-1 {
  top: clamp(92px, 9.56vw, 182px);
  left: clamp(50px, 6.31vw, 120px);
}
.ul-banner-img-vectors .vector-2 {
  bottom: clamp(40px, 4.73vw, 90px);
  right: clamp(135px, 12.35vw, 235px);
}
.ul-banner-vectors > * {
  position: absolute;
}
.ul-banner-vectors .vector-1 {
  top: clamp(50px, 3.42vw, 65px);
  left: 0;
  max-width: clamp(72px, 5.83vw, 111px);
}
.ul-banner-vectors .vector-2 {
  left: 0;
  bottom: clamp(5px, 1.47vw, 28px);
  max-width: clamp(80px, 8.2vw, 156px);
}
@media screen and (max-width: 767px) {
  .ul-banner-vectors .vector-2 {
    left: auto;
    right: 0;
    transform: scale(-1);
    opacity: 0;
  }
}
.ul-banner-vectors .vector-3 {
  right: 0;
  top: clamp(16px, 1vw, 19px);
  max-width: clamp(106px, 9.93vw, 189px);
}
.ul-banner-2 {
  background-color: transparent;
  max-width: clamp(0px, 96.95vw, 1845px);
  margin: auto;
  border-radius: clamp(20px, 2.1vw, 40px);
}
@media screen and (max-width: 991px) {
  .ul-banner-2 {
    margin: 0 15px;
  }
}
.ul-banner-2::before {
  content: none;
}
.ul-banner-2-slider {
  clip-path: polygon(29.268% 100%, 2.168% 100%, 2.168% 100%, 1.816% 99.939%, 1.483% 99.763%, 1.172% 99.481%, 0.888% 99.103%, 0.635% 98.638%, 0.418% 98.096%, 0.242% 97.486%, 0.111% 96.819%, 0.028% 96.103%, 0% 95.349%, 0% 4.651%, 0% 4.651%, 0.028% 3.897%, 0.111% 3.181%, 0.242% 2.514%, 0.418% 1.904%, 0.635% 1.362%, 0.888% 0.897%, 1.172% 0.519%, 1.483% 0.237%, 1.816% 0.061%, 2.168% 0%, 97.832% 0%, 97.832% 0%, 98.184% 0.061%, 98.517% 0.237%, 98.828% 0.519%, 99.112% 0.897%, 99.365% 1.362%, 99.582% 1.904%, 99.758% 2.514%, 99.889% 3.181%, 99.972% 3.897%, 100% 4.651%, 100% 95.349%, 100% 95.349%, 99.972% 96.103%, 99.889% 96.819%, 99.758% 97.486%, 99.582% 98.096%, 99.365% 98.638%, 99.112% 99.103%, 98.828% 99.481%, 98.517% 99.763%, 98.184% 99.939%, 97.832% 100%, 71.614% 100%, 71.614% 100%, 71.262% 99.939%, 70.929% 99.763%, 70.618% 99.481%, 70.333% 99.103%, 70.081% 98.638%, 69.864% 98.096%, 69.688% 97.486%, 69.557% 96.819%, 69.474% 96.103%, 69.446% 95.349%, 69.446% 95.137%, 69.446% 95.137%, 69.418% 94.383%, 69.336% 93.667%, 69.204% 93%, 69.028% 92.39%, 68.811% 91.848%, 68.558% 91.383%, 68.274% 91.005%, 67.963% 90.723%, 67.63% 90.547%, 67.278% 90.486%, 33.604% 90.486%, 33.604% 90.486%, 33.252% 90.547%, 32.919% 90.723%, 32.607% 91.005%, 32.323% 91.383%, 32.071% 91.848%, 31.854% 92.39%, 31.678% 93%, 31.546% 93.667%, 31.464% 94.383%, 31.436% 95.137%, 31.436% 95.349%, 31.436% 95.349%, 31.407% 96.103%, 31.325% 96.819%, 31.194% 97.486%, 31.017% 98.096%, 30.801% 98.638%, 30.548% 99.103%, 30.264% 99.481%, 29.953% 99.763%, 29.619% 99.939%, 29.268% 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ul-banner-2-slider {
    clip-path: polygon(16.124% 100%, 7.168% 100%, 7.168% 100%, 6.006% 99.888%, 4.903% 99.562%, 3.874% 99.042%, 2.935% 98.344%, 2.1% 97.486%, 1.383% 96.486%, 0.8% 95.361%, 0.365% 94.129%, 0.094% 92.809%, 0% 91.416%, 0% 8.584%, 0% 8.584%, 0.094% 7.191%, 0.365% 5.871%, 0.8% 4.639%, 1.383% 3.514%, 2.1% 2.514%, 2.935% 1.656%, 3.874% 0.958%, 4.903% 0.438%, 6.006% 0.112%, 7.168% 0%, 92.832% 0%, 92.832% 0%, 93.994% 0.112%, 95.097% 0.438%, 96.126% 0.958%, 97.065% 1.656%, 97.9% 2.514%, 98.617% 3.514%, 99.2% 4.639%, 99.635% 5.871%, 99.906% 7.191%, 100% 8.584%, 100% 91.416%, 100% 91.416%, 99.906% 92.809%, 99.635% 94.129%, 99.2% 95.361%, 98.617% 96.486%, 97.9% 97.486%, 97.065% 98.344%, 96.126% 99.042%, 95.097% 99.562%, 93.994% 99.888%, 92.832% 100%, 83.787% 100%, 83.787% 100%, 83.117% 99.935%, 82.482% 99.748%, 81.89% 99.448%, 81.349% 99.047%, 80.868% 98.553%, 80.456% 97.977%, 80.12% 97.329%, 79.87% 96.62%, 79.714% 95.86%, 79.659% 95.058%, 79.659% 95.058%, 79.567% 93.684%, 79.299% 92.381%, 78.87% 91.166%, 78.295% 90.056%, 77.588% 89.069%, 76.763% 88.222%, 75.837% 87.533%, 74.822% 87.02%, 73.733% 86.699%, 72.586% 86.588%, 49.731% 86.588%, 27.325% 86.588%, 27.325% 86.588%, 26.177% 86.699%, 25.089% 87.02%, 24.074% 87.533%, 23.147% 88.222%, 22.323% 89.069%, 21.616% 90.056%, 21.04% 91.166%, 20.612% 92.381%, 20.343% 93.684%, 20.251% 95.058%, 20.251% 95.058%, 20.197% 95.86%, 20.041% 96.62%, 19.79% 97.329%, 19.455% 97.977%, 19.042% 98.553%, 18.561% 99.047%, 18.02% 99.448%, 17.428% 99.748%, 16.793% 99.935%, 16.124% 100%);
  }
}
@media screen and (max-width: 479px) {
  .ul-banner-2-slider {
    clip-path: polygon(6.622% 100%, 6.452% 100%, 6.452% 100%, 5.405% 99.954%, 4.412% 99.823%, 3.487% 99.612%, 2.641% 99.329%, 1.89% 98.981%, 1.245% 98.576%, 0.72% 98.12%, 0.329% 97.621%, 0.084% 97.086%, 0% 96.522%, 0% 2.609%, 0% 2.609%, 0.063% 2.186%, 0.247% 1.784%, 0.54% 1.41%, 0.934% 1.068%, 1.417% 0.764%, 1.981% 0.503%, 2.615% 0.291%, 3.309% 0.133%, 4.054% 0.034%, 4.839% 0%, 95.484% 0%, 95.484% 0%, 96.216% 0.032%, 96.911% 0.124%, 97.559% 0.272%, 98.151% 0.47%, 98.677% 0.713%, 99.129% 0.997%, 99.496% 1.316%, 99.77% 1.665%, 99.941% 2.04%, 100% 2.435%, 100% 96.522%, 100% 96.522%, 99.916% 97.086%, 99.671% 97.621%, 99.28% 98.12%, 98.755% 98.576%, 98.11% 98.981%, 97.359% 99.329%, 96.513% 99.612%, 95.588% 99.823%, 94.595% 99.954%, 93.548% 100%, 93.055% 100%, 93.055% 100%, 92.046% 99.958%, 91.085% 99.835%, 90.185% 99.637%, 89.358% 99.372%, 88.615% 99.045%, 87.971% 98.663%, 87.436% 98.231%, 87.023% 97.757%, 86.745% 97.246%, 86.613% 96.705%, 86.452% 95.058%, 86.435% 94.945%, 86.435% 94.945%, 86.282% 94.415%, 85.988% 93.917%, 85.566% 93.454%, 85.027% 93.035%, 84.383% 92.663%, 83.646% 92.346%, 82.828% 92.09%, 81.94% 91.899%, 80.994% 91.78%, 80.003% 91.739%, 49.032% 91.739%, 19.682% 91.739%, 19.682% 91.739%, 18.709% 91.779%, 17.779% 91.893%, 16.904% 92.077%, 16.096% 92.326%, 15.364% 92.633%, 14.721% 92.993%, 14.179% 93.401%, 13.748% 93.851%, 13.439% 94.337%, 13.265% 94.855%, 13.226% 95.058%, 13.065% 96.705%, 13.065% 96.705%, 12.933% 97.246%, 12.654% 97.757%, 12.242% 98.231%, 11.707% 98.663%, 11.062% 99.045%, 10.32% 99.372%, 9.492% 99.637%, 8.592% 99.835%, 7.631% 99.958%, 6.622% 100%);
    clip-path: polygon(8.152% 100%, 4.839% 100%, 4.839% 100%, 4.054% 99.966%, 3.309% 99.867%, 2.615% 99.709%, 1.981% 99.497%, 1.417% 99.236%, 0.934% 98.932%, 0.54% 98.59%, 0.247% 98.216%, 0.063% 97.814%, 0% 97.391%, 0% 2.609%, 0% 2.609%, 0.063% 2.186%, 0.247% 1.784%, 0.54% 1.41%, 0.934% 1.068%, 1.417% 0.764%, 1.981% 0.503%, 2.615% 0.291%, 3.309% 0.133%, 4.054% 0.034%, 4.839% 0%, 95.484% 0%, 95.484% 0%, 96.216% 0.032%, 96.911% 0.124%, 97.559% 0.272%, 98.151% 0.47%, 98.677% 0.713%, 99.129% 0.997%, 99.496% 1.316%, 99.77% 1.665%, 99.941% 2.04%, 100% 2.435%, 100% 97.391%, 100% 97.391%, 99.937% 97.814%, 99.753% 98.216%, 99.46% 98.59%, 99.066% 98.932%, 98.583% 99.236%, 98.019% 99.497%, 97.385% 99.709%, 96.691% 99.867%, 95.946% 99.966%, 95.161% 100%, 91.525% 100%, 91.525% 100%, 90.769% 99.968%, 90.048% 99.876%, 89.373% 99.728%, 88.752% 99.529%, 88.195% 99.284%, 87.712% 98.997%, 87.311% 98.674%, 87.001% 98.318%, 86.792% 97.935%, 86.694% 97.529%, 86.452% 95.058%, 86.318% 94.143%, 86.318% 94.143%, 86.203% 93.746%, 85.983% 93.372%, 85.666% 93.026%, 85.262% 92.711%, 84.779% 92.432%, 84.226% 92.195%, 83.613% 92.002%, 82.947% 91.859%, 82.238% 91.77%, 81.495% 91.739%, 49.032% 91.739%, 18.229% 91.739%, 18.229% 91.739%, 17.499% 91.769%, 16.802% 91.855%, 16.146% 91.993%, 15.539% 92.179%, 14.991% 92.409%, 14.509% 92.68%, 14.102% 92.985%, 13.779% 93.323%, 13.547% 93.688%, 13.417% 94.076%, 13.226% 95.058%, 12.984% 97.529%, 12.984% 97.529%, 12.885% 97.935%, 12.676% 98.318%, 12.367% 98.674%, 11.966% 98.997%, 11.482% 99.284%, 10.925% 99.529%, 10.305% 99.728%, 9.63% 99.876%, 8.909% 99.968%, 8.152% 100%);
  }
}
.ul-banner-2-slider-navigation {
  position: absolute;
  bottom: clamp(10px, 0.68vw, 13px);
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
@media screen and (max-width: 1399px) {
  .ul-banner-2-slider-navigation {
    bottom: 0;
  }
}
.ul-banner-2-slider-navigation button {
  padding: 0;
}
.ul-banner-2-thumb-slider {
  margin: 0 10px;
  width: 140px;
}
.ul-banner-2-thumb-slider img {
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.ul-banner-2-slide {
  padding: clamp(100px, 12.35vw, 235px) clamp(15px, 3.15vw, 60px);
  position: relative;
  z-index: 1;
}
.ul-banner-2-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(101.64deg, rgba(235, 83, 16, 0.9) 1.87%, rgba(235, 83, 16, 0.1) 98.72%);
  pointer-events: none;
}
.ul-banner-2-slide-bg-img {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ul-banner-2-slide .ul-banner-txt {
  padding: 0;
}
.ul-banner-2-slide .ul-banner-sub-title {
  color: var(--white);
}
.ul-banner-2-slide .ul-banner-sub-title::before {
  background-color: var(--white);
}
.ul-banner-2-slide .ul-banner-title {
  line-height: 1.2;
}
.ul-banner-2-slide .ul-btn {
  background-color: transparent;
  border-color: var(--white);
}
.ul-banner-2-slide .ul-btn:hover {
  background-color: var(--white);
  color: var(--ul-black);
}

.ul-about {
  position: relative;
}
.ul-about-row {
  --bs-gutter-x: clamp(30px, 3.15vw, 60px) !important;
  --bs-gutter-y: clamp(30px, 3.15vw, 60px) !important;
}
.ul-about-imgs {
  position: relative;
  z-index: 1;
}
.ul-about-imgs-vectors .vector-1 {
  position: absolute;
  bottom: 0;
  left: calc(0% - clamp(151px, 10.56vw, 201px));
  z-index: -1;
}
.ul-about-imgs-vectors .vector-2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: clamp(0px, 34.21vw, 651px);
}
.ul-about .ul-section-title {
  margin-bottom: clamp(5px, 0.68vw, 13px);
}
.ul-about .ul-section-descr {
  margin-bottom: clamp(20px, 1.58vw, 30px);
}
.ul-about-block {
  display: flex;
  align-items: center;
  gap: 20px clamp(30px, 2.89vw, 55px);
  margin-bottom: clamp(25px, 2.36vw, 45px);
  flex-wrap: wrap;
}
.ul-about-block .block-left .icon {
  width: clamp(40px, 2.63vw, 50px);
  aspect-ratio: 50/50;
  background: url(../img/about-block-icon-bg.svg) no-repeat center center/contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(25px, 1.58vw, 30px);
  color: var(--white);
}
.ul-about-block .block-heading {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
  margin-bottom: clamp(3px, 0.32vw, 6px);
}
.ul-about-block .block-title {
  font-size: clamp(18px, 1.16vw, 22px);
  font-weight: 700;
}
.ul-about-block .block-list {
  color: var(--ul-black);
}
.ul-about-block .block-list li {
  display: flex;
  align-items: center;
}
.ul-about-block .block-list li:before {
  content: "\f106";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--ul-primary);
  margin-right: clamp(7px, 0.53vw, 10px);
  font-size: clamp(9px, 0.63vw, 12px);
}
.ul-about-block .block-right img {
  width: 100%;
  max-width: clamp(230px, 17.34vw, 330px);
  aspect-ratio: 330/73;
  border-radius: 999px;
}
.ul-about-bottom {
  display: flex;
  align-items: center;
  gap: clamp(15px, 2.1vw, 40px);
  flex-wrap: wrap;
}
.ul-about-call {
  display: flex;
  gap: clamp(12px, 0.79vw, 15px);
}
.ul-about-call .icon {
  width: clamp(42px, 2.73vw, 52px);
  aspect-ratio: 50/50;
  border: 1px solid var(--ul-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(17px, 1.05vw, 20px);
}
.ul-about-call .call-title {
  font-weight: 400;
  display: block;
  color: var(--ul-gray);
  margin-bottom: 5px;
}
.ul-about-call a {
  font-weight: 700;
  color: var(--ul-black);
}
.ul-about-call a:hover {
  color: var(--ul-primary);
}
.ul-about-vectors > * {
  position: absolute;
  pointer-events: none;
}
.ul-about-vectors .vector-1 {
  right: 0;
  bottom: clamp(154px, 15.45vw, 294px);
  max-width: clamp(75px, 11.82vw, 225px);
  animation: slide-top 12s ease infinite alternate;
}

.ul-help-beneficiaries {
  position: relative;
}
.ul-help-beneficiaries-img .img-wrapper {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(80, 97, 133, 0.12);
  min-height: 440px;
}
.ul-help-beneficiaries-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ul-help-beneficiaries-txt {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfc 100%);
  padding: clamp(35px, 3.15vw, 50px);
  border-radius: 30px;
  box-shadow: 0 30px 80px rgba(80, 97, 133, 0.1);
}
.ul-help-beneficiaries .ul-section-title {
  margin-bottom: clamp(15px, 1.32vw, 25px);
}
.ul-help-beneficiaries .ul-section-descr {
  margin-bottom: clamp(18px, 1.58vw, 26px);
  color: var(--ul-gray);
}
.ul-help-beneficiaries-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.ul-help-beneficiaries-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ul-black);
  font-weight: 600;
  line-height: 1.45;
}
.ul-help-beneficiaries-list .beneficiary-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ul-primary);
  background-color: color-mix(in srgb, var(--ul-primary) 12%, white);
}
.ul-help-beneficiaries-list .beneficiary-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ul-help-beneficiaries .ul-btn {
  padding: 0.95rem 1.8rem;
}
.ul-how-we-help {
  background: linear-gradient(180deg, #f9fbfc 0%, #ffffff 100%);
}
.ul-how-we-help-img {
  height: 100%;
  min-height: 310px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 25px 60px rgba(80, 97, 133, 0.14);
}
.ul-how-we-help-img img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  display: block;
}
.ul-how-we-help-heading {
  padding: clamp(10px, 2vw, 30px);
}
.ul-how-we-help-heading .ul-section-title {
  margin-bottom: 15px;
}
.ul-how-we-help-heading .ul-section-descr {
  color: var(--ul-gray);
  margin-bottom: 25px;
}
.ul-help-card {
  height: 100%;
  padding: 30px;
  background-color: #fff;
  border: 1px solid rgba(80, 97, 133, 0.1);
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(80, 97, 133, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ul-help-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(80, 97, 133, 0.16);
}
.ul-help-card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  font-size: 28px;
  background-color: color-mix(in srgb, var(--ul-primary) 12%, white);
}
.ul-help-card h3 {
  margin-bottom: 9px;
  font-size: 21px;
}
.ul-help-card p {
  margin: 0;
  color: var(--ul-gray);
  line-height: 1.55;
}
.ul-motivational-section {
  position: relative;
  display: grid;
  min-height: min(70vh, 620px);
  place-items: center;
  padding: 90px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(13, 61, 55, 0.9), rgba(0, 188, 166, 0.62)), url("../images/inicio/frase-motivadora.png") center/cover no-repeat;
}
.ul-motivational-section-content {
  max-width: 900px;
  margin: auto;
}
.ul-motivational-logo {
  width: min(300px, 78vw);
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.ul-motivational-section-content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 70px);
  line-height: 1.15;
  text-wrap: balance;
}
.ul-motivational-section ~ * {
  display: none;
}

/* A quiénes ayudamos */
.help-hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  color: #fff;
  background: linear-gradient(100deg, rgba(8, 39, 42, 0.9), rgba(8, 91, 80, 0.58)), url("../images/aquines-ayudamos/comunidad.png") center/cover no-repeat;
}
.help-hero-content { max-width: 710px; padding: 90px 0; }
.help-eyebrow, .help-cta-content > span { color: #fff; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.help-hero h1 { color: #fff; margin: 12px 0 18px; font-size: clamp(45px, 5.2vw, 78px); }
.help-hero p { font-size: clamp(20px, 1.6vw, 27px); margin-bottom: 30px; }
.help-intro p, .help-reach p, .help-process .help-section-heading p { color: var(--ul-gray); line-height: 1.7; }
.help-intro-image, .help-reach-image, .help-requirements-image { overflow: hidden; border-radius: 28px; box-shadow: 0 25px 60px rgba(31, 53, 70, .16); }
.help-intro-image img, .help-reach-image img, .help-requirements-image img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; display: block; transition: transform .6s ease; }
.help-intro-image:hover img, .help-reach-image:hover img, .help-requirements-image:hover img { transform: scale(1.05); }
.help-commitment { display: flex; gap: 16px; align-items: center; padding: 22px; margin-top: 28px; border-radius: 18px; background: #f5fbfa; border-left: 4px solid var(--ul-primary); }
.help-commitment > span { font-size: 34px; }
.help-commitment h3 { font-size: 20px; margin: 0 0 4px; }
.help-commitment p { margin: 0; }
.help-wellbeing { padding: 70px 0; color: #fff; text-align: center; background: linear-gradient(rgba(19, 34, 43, .82), rgba(19, 34, 43, .82)), url("../images/aquines-ayudamos/actividad-mesa.png") center/cover no-repeat; }
.help-wellbeing-content { max-width: 940px; margin: auto; font-size: clamp(22px, 2vw, 32px); line-height: 1.45; font-weight: 600; }
.help-section-heading { max-width: 710px; margin: 0 auto 48px; text-align: center; }
.help-section-heading .ul-section-title { margin: 10px 0 15px; }
.help-person-card { height: 100%; padding: 30px; border: 1px solid rgba(22, 90, 82, .1); border-radius: 22px; background: #fff; box-shadow: 0 12px 35px rgba(50, 74, 88, .07); transition: transform .3s ease, box-shadow .3s ease; }
.help-person-card:hover { transform: translateY(-8px); box-shadow: 0 22px 40px rgba(50, 74, 88, .14); }
.help-card-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 18px; background: #e8f8f4; font-size: 30px; }
.help-person-card h3 { font-size: 22px; margin-bottom: 12px; }
.help-person-card p { margin: 0; color: var(--ul-gray); line-height: 1.6; }
.help-requirements { color: #fff; background: linear-gradient(110deg, #133f3d 0%, #0a8073 100%); }
.help-requirements .ul-section-title { margin: 10px 0 16px; }
.help-requirements-intro, .help-requirements-note { color: rgba(255,255,255,.86); line-height: 1.65; }
.help-check-list { padding: 0; margin: 25px 0; list-style: none; display: grid; gap: 14px; }
.help-check-list li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.5; }
.help-check-list li::before { content: "✓"; flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--ul-primary); background: #fff; font-weight: 800; }
.help-requirements-image { height: 100%; min-height: 460px; }
.help-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; position: relative; }
.help-process { scroll-margin-top: 110px; }
.help-timeline::before { content: ""; position: absolute; top: 31px; left: 10%; right: 10%; height: 2px; background: #bde8df; }
.help-step { position: relative; z-index: 1; text-align: center; }
.help-step > span { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 22px; border-radius: 50%; color: #fff; background: var(--ul-primary); border: 7px solid #edf9f6; font-size: 21px; font-weight: 800; }
.help-step h3 { font-size: 19px; margin-bottom: 9px; }
.help-step p { margin: 0; color: var(--ul-gray); line-height: 1.55; font-size: 15px; }
.help-step-link { color: var(--ul-black); border-radius: 18px; cursor: pointer; transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.help-step-link:hover, .help-step-link:focus-visible { color: var(--ul-black); background: #f1fbf8; box-shadow: 0 12px 28px rgba(7, 126, 111, .13); transform: translateY(-6px); }
.help-step-link:focus-visible { outline: 3px solid #087f72; outline-offset: 4px; }
.help-step-link:hover > span, .help-step-link:focus-visible > span { background: #087f72; transform: scale(1.08); }
.help-step-action { display: block; margin-top: 12px; color: #087f72; font-size: 16px; font-weight: 800; }
.help-reach { padding: 80px 0; background: #f6faf9; }
.help-reach .ul-section-title { margin: 10px 0 16px; }
.help-cta { background: linear-gradient(110deg, rgba(10, 72, 67, .93), rgba(0, 188, 166, .76)), url("../images/aquines-ayudamos/evento-comunitario.png") center/cover no-repeat; }
.help-cta-content { max-width: 820px; margin: auto; color: #fff; text-align: center; }
.help-cta-content h2 { color: #fff; margin: 12px 0 16px; }
.help-cta-content p { max-width: 690px; margin: 0 auto 28px; font-size: 18px; line-height: 1.65; }
.help-cta .ul-btn { color: var(--ul-black); background: #fff; }
.help-cta .ul-btn:hover { color: #fff; background: var(--ul-black); }
.help-gallery figure { height: 250px; margin: 0; overflow: hidden; border-radius: 18px; }
.help-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.help-gallery figure:hover img { transform: scale(1.08); }
@media screen and (max-width: 991px) {
  .help-timeline { grid-template-columns: 1fr; gap: 18px; }
  .help-timeline::before { top: 0; bottom: 0; left: 31px; right: auto; width: 2px; height: auto; }
  .help-step { display: grid; grid-template-columns: 64px 1fr; column-gap: 20px; text-align: left; }
  .help-step > span { grid-row: span 2; margin: 0; }
  .help-step h3 { align-self: end; margin: 0; }
  .help-step p { align-self: start; }
  .help-step-action { grid-column: 2; }
}
@media screen and (max-width: 575px) {
  .help-hero { min-height: 480px; }
  .help-hero-content { padding: 70px 0; }
  .help-intro-image img, .help-reach-image img { min-height: 300px; }
  .help-requirements-image { min-height: 300px; }
  .help-gallery figure { height: 220px; }
}

/* Preguntas frecuentes */
.faq-hero {
  min-height: 470px;
  display: grid;
  align-items: center;
  color: #fff;
  text-align: center;
  background: linear-gradient(110deg, rgba(12, 51, 55, .89), rgba(0, 144, 127, .66)), url("../images/aquines-ayudamos/convivencia.png") center/cover no-repeat;
}
.faq-hero-content { padding: 80px 0; }
.faq-hero-content > span { color: #fff; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.faq-hero h1 { margin: 12px 0; color: #fff; font-size: clamp(44px, 5vw, 72px); }
.faq-hero p { margin: 0; font-size: clamp(20px, 1.8vw, 28px); }
.faq-intro { padding-bottom: 55px; }
.faq-intro-content { max-width: 860px; margin: auto; text-align: center; }
.faq-intro-content .ul-section-title { margin: 11px 0 16px; }
.faq-intro-content p { color: var(--ul-gray); line-height: 1.7; }
.faq-category { max-width: 980px; margin: 0 auto 55px; }
.faq-category-heading { display: flex; align-items: center; gap: 17px; margin-bottom: 22px; }
.faq-category-heading > span { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border-radius: 17px; background: #e7f8f4; font-size: 27px; }
.faq-category-heading h2 { margin: 0 0 3px; font-size: clamp(25px, 2vw, 32px); }
.faq-category-heading p { margin: 0; color: var(--ul-gray); }
.faq-accordion { overflow: hidden; border: 1px solid rgba(19, 91, 82, .12); border-radius: 20px; box-shadow: 0 14px 35px rgba(55, 76, 92, .07); }
.faq-accordion .accordion-item { border: 0; border-bottom: 1px solid rgba(19, 91, 82, .11); }
.faq-accordion .accordion-item:last-child { border-bottom: 0; }
.faq-accordion .accordion-button { padding: 22px 25px; color: var(--ul-black); font-size: 18px; font-weight: 700; box-shadow: none; }
.faq-accordion .accordion-button:not(.collapsed) { color: #087d70; background: #effaf8; }
.faq-accordion .accordion-button::after { width: 1rem; height: 1rem; background-size: 1rem; }
.faq-accordion .accordion-body { padding: 3px 25px 24px; color: var(--ul-gray); line-height: 1.7; }
.faq-accordion .accordion-body ul { margin: 13px 0 0; padding-left: 20px; }
.faq-accordion .accordion-body li { margin-bottom: 5px; }
.faq-cta { text-align: center; color: #fff; background: linear-gradient(110deg, rgba(11, 73, 67, .91), rgba(0, 188, 166, .75)), url("../images/aquines-ayudamos/evento-comunitario.png") center/cover no-repeat; }
.faq-cta-content { max-width: 780px; margin: auto; }
.faq-cta-content > span { display: inline-block; margin-bottom: 12px; font-weight: 700; }
.faq-cta-content h2 { margin: 0 0 15px; color: #fff; }
.faq-cta-content p { margin: 0 auto 28px; font-size: 18px; line-height: 1.65; }
.faq-cta .ul-btn { color: var(--ul-black); background: #fff; }
.faq-cta .ul-btn:hover { color: #fff; background: var(--ul-black); }
@media screen and (max-width: 575px) {
  .faq-hero { min-height: 400px; }
  .faq-category-heading { align-items: flex-start; }
  .faq-category-heading h2 { font-size: 24px; }
  .faq-accordion .accordion-button { padding: 18px; font-size: 16px; }
  .faq-accordion .accordion-body { padding: 0 18px 19px; }
}

/* Impacto */
.impact-hero { min-height: 560px; display: grid; align-items: center; color: #fff; background: linear-gradient(105deg, rgba(11, 43, 46, .91), rgba(0, 152, 132, .62)), url("../images/aquines-ayudamos/comunidad.png") center/cover no-repeat; }
.impact-hero-content { max-width: 720px; padding: 90px 0; }
.impact-hero-content > span, .impact-stories-content > span, .impact-cta-content > span { color: #fff; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.impact-hero h1 { margin: 12px 0 18px; color: #fff; font-size: clamp(45px, 5.2vw, 76px); }
.impact-hero p { margin-bottom: 28px; font-size: clamp(20px, 1.65vw, 27px); }
.impact-intro { padding-bottom: 55px; }
.impact-intro-content, .impact-heading { max-width: 850px; margin: auto; text-align: center; }
.impact-intro-content .ul-section-title, .impact-heading .ul-section-title { margin: 11px 0 16px; }
.impact-intro-content p, .impact-heading p { color: var(--ul-gray); line-height: 1.7; }
.impact-numbers { padding: clamp(42px, 5vw, 68px) 0; background: linear-gradient(125deg, #123f3c, #19514d); }
.impact-numbers .ul-container { max-width: 1220px; }
.impact-numbers-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.3vw, 20px); }
.impact-number {
  min-height: 165px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 12px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
  box-shadow: 0 12px 28px rgba(0,0,0,.09);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.impact-number:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.1);
}
.impact-number > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 9px;
  border-radius: 14px;
  background: rgba(255,255,255,.12);
  font-size: 26px;
}
.impact-number strong { margin: 0 0 6px; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.2; }
.impact-number p { margin: 0; color: rgba(255,255,255,.84); font-size: 13px; line-height: 1.35; }
.impact-heading { margin-bottom: 45px; }
.impact-program { height: 100%; padding: 30px; border: 1px solid rgba(15, 97, 88, .1); border-radius: 22px; box-shadow: 0 12px 33px rgba(44, 76, 93, .08); transition: transform .3s ease, box-shadow .3s ease; }
.impact-program:hover { transform: translateY(-8px); box-shadow: 0 22px 42px rgba(44, 76, 93, .14); }
.impact-program > span { width: 63px; height: 63px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 18px; background: #e8f8f4; font-size: 30px; }
.impact-program h3 { margin-bottom: 12px; font-size: 22px; }
.impact-program p { margin: 0; color: var(--ul-gray); line-height: 1.6; }
.impact-stories { padding: 100px 0; text-align: center; color: #fff; background: linear-gradient(100deg, rgba(10, 55, 53, .9), rgba(7, 114, 101, .7)), url("../images/aquines-ayudamos/convivencia.png") center/cover no-repeat; }
.impact-stories-content { max-width: 820px; margin: auto; }
.impact-stories h2 { margin: 12px 0 16px; color: #fff; }
.impact-stories p { margin: 0; font-size: 18px; line-height: 1.65; }
.impact-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 205px; grid-auto-flow: dense; gap: 14px; }
.impact-gallery-grid figure { margin: 0; overflow: hidden; border-radius: 16px; }
.impact-gallery-grid figure.wide { grid-column: span 2; }
.impact-gallery-grid figure.tall { grid-row: span 2; }
.impact-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.impact-gallery-grid .impact-gallery-fit-full {
  background: #123f3c;
}
.impact-gallery-grid .impact-gallery-fit-full img {
  object-fit: contain;
  object-position: center;
}
.impact-gallery-grid figure:hover img { transform: scale(1.08); }
.impact-gallery-grid .impact-gallery-fit-full:hover img { transform: scale(1.025); }
.impact-transparency { color: #fff; background: linear-gradient(120deg, #124d48, #08776d); }
.impact-transparency .ul-section-title { margin: 10px 0 15px; }
.impact-transparency p { color: rgba(255,255,255,.88); line-height: 1.7; }
.impact-note { font-size: 14px; font-style: italic; }
.impact-bars { padding: 32px; border-radius: 22px; background: #fff; color: var(--ul-black); box-shadow: 0 20px 40px rgba(0,0,0,.12); }
.impact-bars h3 { margin-bottom: 26px; font-size: 22px; }
.impact-bars > div { display: grid; gap: 8px; margin-top: 20px; }
.impact-bars span { display: flex; justify-content: space-between; gap: 10px; font-size: 15px; font-weight: 600; }
.impact-bars i { height: 11px; overflow: hidden; border-radius: 99px; background: #e9efee; }
.impact-bars i::after { content: ""; display: block; width: var(--value); height: 100%; border-radius: inherit; }
.bar-green::after { background: #13b99f; }.bar-gold::after { background: #e4ae28; }.bar-blue::after { background: #3e8ccf; }
.impact-vision { background: #f5faf9; }
.impact-vision-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.impact-vision-list span { min-height: 115px; display: grid; place-items: center; padding: 20px; border-radius: 16px; background: #fff; color: #176d64; text-align: center; font-weight: 700; box-shadow: 0 8px 22px rgba(44, 76, 93, .07); }
.impact-cta { text-align: center; color: #fff; background: linear-gradient(112deg, rgba(11, 68, 63, .93), rgba(0, 188, 166, .76)), url("../images/aquines-ayudamos/evento-comunitario.png") center/cover no-repeat; }
.impact-cta-content { max-width: 800px; margin: auto; }
.impact-cta h2 { margin: 12px 0 15px; color: #fff; }.impact-cta p { max-width: 700px; margin: 0 auto 28px; font-size: 18px; line-height: 1.65; }
.impact-cta .ul-btn { margin: 5px; color: var(--ul-black); background: #fff; }.impact-cta .ul-btn:hover { color: #fff; background: var(--ul-black); }
.impact-outline-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 25px; margin: 5px; border: 1px solid #fff; border-radius: 99px; color: #fff; font-weight: 700; }.impact-outline-btn:hover { color: var(--ul-black); background: #fff; }
.volunteer-form-section { color: #fff; background: linear-gradient(115deg, #124e49, #078b79); }.volunteer-form-section .ul-section-title { margin: 10px 0 15px; }.volunteer-form-section > .ul-container p { color: rgba(255,255,255,.88); line-height: 1.65; }.volunteer-form-section ul { margin: 23px 0 0; padding: 0; list-style: none; display: grid; gap: 11px; }.volunteer-form-section li { display: flex; gap: 10px; align-items: center; font-weight: 600; }.volunteer-form-section li::before { content: "✓"; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: #087b6d; background: #fff; font-weight: 800; }.volunteer-form-card { padding: clamp(26px, 3vw, 43px); border-radius: 24px; color: var(--ul-black); background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.16); }.volunteer-form-card h3 { margin-bottom: 7px; }.volunteer-form-card > p { margin-bottom: 24px; color: var(--ul-gray); }.volunteer-form label { display: block; margin-bottom: 7px; color: #315856; font-size: 14px; font-weight: 700; }.volunteer-form input, .volunteer-form select, .volunteer-form textarea { width: 100%; padding: 14px 15px; border: 1px solid #d7e6e2; border-radius: 11px; outline: 0; color: var(--ul-black); background: #fbfdfd; }.volunteer-form textarea { min-height: 125px; resize: vertical; }.volunteer-form input:focus, .volunteer-form select:focus, .volunteer-form textarea:focus { border-color: var(--ul-primary); box-shadow: 0 0 0 4px rgba(0, 188, 166, .12); }.volunteer-form .ul-btn { border: 0; }
.volunteer-modal { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }.volunteer-modal.is-open { opacity: 1; visibility: visible; }.volunteer-modal-backdrop { position: absolute; inset: 0; background: rgba(10, 30, 34, .72); backdrop-filter: blur(4px); }.volunteer-modal-dialog { position: relative; z-index: 1; width: min(700px, 100%); max-height: calc(100vh - 44px); overflow-y: auto; padding: clamp(26px, 4vw, 45px); border-radius: 25px; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.35); transform: translateY(20px) scale(.97); transition: transform .28s ease; }.volunteer-modal.is-open .volunteer-modal-dialog { transform: translateY(0) scale(1); }.volunteer-modal-close { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #28635d; background: #eaf7f4; font-size: 27px; line-height: 1; }.volunteer-modal-close:hover { color: #fff; background: #0b8c79; }.volunteer-modal-header { display: flex; align-items: center; gap: 15px; padding-right: 38px; }.volunteer-modal-header > span { width: 57px; height: 57px; flex: 0 0 57px; display: grid; place-items: center; border-radius: 17px; background: #e6f8f4; font-size: 28px; }.volunteer-modal-header p { margin: 0 0 3px; color: #078575; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.volunteer-modal-header h2 { margin: 0; font-size: clamp(24px, 3vw, 32px); }.volunteer-modal-intro { margin: 20px 0 25px; color: var(--ul-gray); line-height: 1.6; }.volunteer-modal-form label { display: block; margin-bottom: 7px; color: #315856; font-size: 14px; font-weight: 700; }.volunteer-modal-form input, .volunteer-modal-form select, .volunteer-modal-form textarea { width: 100%; padding: 14px 15px; border: 1px solid #d7e6e2; border-radius: 11px; outline: 0; color: var(--ul-black); background: #fbfdfd; }.volunteer-modal-form textarea { min-height: 120px; resize: vertical; }.volunteer-modal-form input:focus, .volunteer-modal-form select:focus, .volunteer-modal-form textarea:focus { border-color: var(--ul-primary); box-shadow: 0 0 0 4px rgba(0, 188, 166, .12); }.volunteer-modal-form .ul-btn { border: 0; }.volunteer-modal-open { overflow: hidden; }
@media screen and (max-width: 575px) { .volunteer-modal { padding: 12px; }.volunteer-modal-dialog { max-height: calc(100vh - 24px); padding: 26px 20px; border-radius: 19px; }.volunteer-modal-header > span { width: 49px; height: 49px; flex-basis: 49px; font-size: 24px; }.volunteer-modal-header h2 { font-size: 24px; } }
@media screen and (max-width: 991px) { .impact-numbers-grid { grid-template-columns: repeat(3, 1fr); }.impact-vision-list { grid-template-columns: repeat(3, 1fr); }.impact-gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media screen and (max-width: 575px) { .impact-hero { min-height: 470px; }.impact-numbers-grid { grid-template-columns: 1fr; }.impact-vision-list { grid-template-columns: repeat(2, 1fr); }.impact-numbers { padding: 30px 0; }.impact-number { min-height: 128px; }.impact-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 155px; }.impact-gallery-grid figure.wide { grid-column: span 2; }.impact-gallery-grid figure.tall { grid-row: span 1; }.impact-bars { padding: 23px; } }

/* Nuestra historia */
/* Para reutilizar esta línea de tiempo, conserva .history-timeline y añade nuevos .history-milestone. */
.history-hero { min-height: 510px; display: grid; align-items: center; text-align: center; color: #fff; background: linear-gradient(110deg, rgba(11, 45, 48, .91), rgba(0, 154, 134, .61)), url("../images/aquines-ayudamos/familia-apoyo.png") center/cover no-repeat; }
.history-hero-content { padding: 80px 0; max-width: 740px; margin: auto; }
.history-hero-content > span, .history-cta-content > span { color: #fff; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.history-hero h1 { color: #fff; margin: 13px 0; font-size: clamp(45px, 5.2vw, 76px); }.history-hero p { margin: 0; font-size: clamp(20px, 1.7vw, 27px); }
.history-intro { padding-bottom: 50px; }.history-intro-content { max-width: 860px; margin: auto; text-align: center; }.history-intro-content .ul-section-title { margin: 11px 0 16px; }.history-intro-content p { color: var(--ul-gray); line-height: 1.7; }
.history-timeline { position: relative; max-width: 1100px; margin: auto; padding: 10px 0; }.history-timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; border-radius: 9px; background: linear-gradient(var(--ul-primary), #d1eee8); transform: translateX(-50%); }
.history-milestone { width: 50%; position: relative; padding: 0 60px 55px 0; }.history-milestone-right { margin-left: 50%; padding: 0 0 55px 60px; }.history-dot { position: absolute; z-index: 2; top: 40px; right: -12px; width: 25px; height: 25px; border: 6px solid #e7f8f4; border-radius: 50%; background: var(--ul-primary); box-shadow: 0 0 0 4px rgba(0, 188, 166, .18); }.history-milestone-right .history-dot { right: auto; left: -12px; }
.history-card { display: flex; gap: 20px; padding: 29px; border: 1px solid rgba(11, 112, 99, .11); border-radius: 23px; background: #fff; box-shadow: 0 14px 35px rgba(40, 74, 91, .09); transition: transform .3s ease, box-shadow .3s ease; }.history-card:hover { transform: translateY(-8px); box-shadow: 0 24px 44px rgba(40, 74, 91, .16); }.history-card-future { border-color: rgba(0, 188, 166, .35); background: linear-gradient(135deg, #fff, #effaf8); }
.history-icon { width: 61px; height: 61px; flex: 0 0 61px; display: grid; place-items: center; border-radius: 18px; background: #e7f8f4; font-size: 29px; transition: transform .3s ease; }.history-card:hover .history-icon { transform: rotate(-8deg) scale(1.1); }.history-year { display: inline-block; margin-bottom: 8px; color: #098777; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.history-card h2 { margin: 0 0 10px; font-size: 23px; }.history-card p { margin: 0; color: var(--ul-gray); line-height: 1.65; }
.history-cta { text-align: center; color: #fff; background: linear-gradient(112deg, rgba(10, 67, 62, .93), rgba(0, 188, 166, .77)), url("../images/aquines-ayudamos/evento-comunitario.png") center/cover no-repeat; }.history-cta-content { max-width: 790px; margin: auto; }.history-cta h2 { color: #fff; margin: 12px 0 15px; }.history-cta p { max-width: 650px; margin: 0 auto 28px; font-size: 18px; line-height: 1.65; }.history-cta .ul-btn { color: var(--ul-black); background: #fff; }.history-cta .ul-btn:hover { color: #fff; background: var(--ul-black); }
@media screen and (max-width: 767px) { .history-timeline::before { left: 18px; transform: none; }.history-milestone, .history-milestone-right { width: 100%; margin: 0; padding: 0 0 30px 55px; }.history-dot, .history-milestone-right .history-dot { top: 38px; left: 6px; right: auto; }.history-card { padding: 23px; }.history-icon { width: 53px; height: 53px; flex-basis: 53px; font-size: 25px; } }
@media screen and (max-width: 480px) { .history-card { display: block; }.history-icon { margin-bottom: 17px; }.history-card h2 { font-size: 21px; } }

/* Ventana "Próximamente" reutilizable */
.coming-soon-modal .modal-content { overflow: hidden; border: 0; border-radius: 26px; background: linear-gradient(145deg, #0b564f, #09aa96); color: #fff; box-shadow: 0 25px 60px rgba(0, 54, 50, .35); }
.coming-soon-modal .modal-body { padding: 52px 38px; text-align: center; }.coming-soon-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: rgba(255,255,255,.17); font-size: 35px; }.coming-soon-eyebrow { display: block; margin-bottom: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.coming-soon-modal h2 { margin: 0 0 14px; color: #fff; font-size: 39px; }.coming-soon-modal p { max-width: 420px; margin: 0 auto 26px; line-height: 1.65; }.coming-soon-modal .ul-btn { color: #0a5a53; background: #fff; }.coming-soon-modal .ul-btn:hover { color: #fff; background: #142c2b; }.coming-soon-close { position: absolute; z-index: 1; top: 13px; right: 16px; width: 37px; height: 37px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.15); font-size: 26px; line-height: 1; }.coming-soon-close:hover { background: rgba(0,0,0,.28); }
@media screen and (max-width: 575px) { .coming-soon-modal .modal-body { padding: 45px 25px; }.coming-soon-modal h2 { font-size: 33px; } }

/* Contacto */
.contact-hero { min-height: 480px; display: grid; align-items: center; color: #fff; text-align: center; background: linear-gradient(112deg, rgba(8, 44, 48, .9), rgba(0, 164, 144, .61)), url("../images/aquines-ayudamos/reunion.png") center/cover no-repeat; }
.contact-hero-content { max-width: 780px; margin: auto; padding: 80px 0; }.contact-hero-content > span { color: #fff; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.contact-hero h1 { margin: 12px 0 15px; color: #fff; font-size: clamp(42px, 5vw, 72px); }.contact-hero p { margin: 0; font-size: clamp(19px, 1.7vw, 26px); }
.contact-heading { max-width: 730px; margin: 0 auto 45px; text-align: center; }.contact-heading .ul-section-title { margin: 11px 0 0; }
.contact-card { height: 100%; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid rgba(8, 115, 102, .12); border-radius: 22px; color: var(--ul-black); background: #fff; box-shadow: 0 12px 34px rgba(46, 77, 93, .08); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }.contact-card:hover { transform: translateY(-7px); border-color: var(--ul-primary); color: var(--ul-black); box-shadow: 0 23px 43px rgba(46, 77, 93, .15); }.contact-card-icon { width: 57px; height: 57px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 17px; color: #078878; background: #e7f8f4; font-size: 25px; }.contact-card-label { margin-bottom: 8px; color: #128376; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }.contact-card strong { margin-bottom: 9px; font-size: 18px; line-height: 1.35; word-break: break-word; }.contact-card small { color: var(--ul-gray); line-height: 1.45; }
.contact-main { background: #f5faf9; }.contact-map-card, .contact-form-card { height: 100%; overflow: hidden; border-radius: 25px; background: #fff; box-shadow: 0 15px 38px rgba(46, 77, 93, .1); }.contact-map-card { display: flex; flex-direction: column; min-height: 560px; }.contact-map-card iframe { width: 100%; flex: 1; min-height: 450px; border: 0; }.contact-map-caption { display: flex; gap: 12px; align-items: center; padding: 22px 25px; color: #fff; background: #126a61; font-weight: 700; line-height: 1.45; }.contact-map-caption i { font-size: 22px; }.contact-form-card { padding: clamp(28px, 3vw, 48px); }.contact-form-card .ul-section-title { margin: 10px 0 13px; }.contact-form-card > p { margin-bottom: 25px; color: var(--ul-gray); line-height: 1.65; }.contact-form-modern input, .contact-form-modern textarea { width: 100%; padding: 15px 17px; border: 1px solid #dce8e5; border-radius: 12px; outline: 0; color: var(--ul-black); background: #fbfdfd; transition: border-color .2s ease, box-shadow .2s ease; }.contact-form-modern textarea { min-height: 145px; resize: vertical; }.contact-form-modern input:focus, .contact-form-modern textarea:focus { border-color: var(--ul-primary); box-shadow: 0 0 0 4px rgba(0, 188, 166, .12); }.contact-form-modern .ul-btn { border: 0; }
@media screen and (max-width: 575px) { .contact-hero { min-height: 410px; }.contact-map-card { min-height: 380px; }.contact-map-card iframe { min-height: 320px; }.contact-map-caption { padding: 18px; font-size: 14px; } }
.contact-form-actions { display: flex; flex-wrap: wrap; gap: 12px; }.contact-whatsapp-btn { min-height: 51px; padding: 0 22px; border: 1px solid #169f86; border-radius: 99px; color: #087766; background: #e8f8f4; font-weight: 700; }.contact-whatsapp-btn:hover { color: #fff; background: #0b8b76; }

/* Documentación */
.documents-hero { min-height: 500px; display: grid; align-items: center; color: #fff; text-align: center; background: linear-gradient(110deg, rgba(9, 47, 51, .91), rgba(0, 152, 133, .62)), url("../images/aquines-ayudamos/actividad-mesa.png") center/cover no-repeat; }.documents-hero-content { max-width: 760px; margin: auto; padding: 80px 0; }.documents-hero-content > span, .documents-cta-content > span { color: #fff; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.documents-hero h1 { margin: 12px 0 15px; color: #fff; font-size: clamp(44px, 5vw, 74px); }.documents-hero p { margin: 0; font-size: clamp(19px, 1.7vw, 26px); }
.documents-intro-copy .ul-section-title { margin: 11px 0 16px; }.documents-intro-copy > p { color: var(--ul-gray); line-height: 1.7; }.documents-intro-image { min-height: 380px; overflow: hidden; border-radius: 26px; box-shadow: 0 22px 53px rgba(45, 75, 92, .14); }.documents-intro-image img { width: 100%; height: 100%; min-height: 380px; object-fit: cover; transition: transform .55s ease; }.documents-intro-image:hover img { transform: scale(1.05); }.documents-commitment { display: flex; gap: 15px; align-items: center; margin-top: 28px; padding: 22px; border-left: 4px solid var(--ul-primary); border-radius: 17px; background: #f0faf8; }.documents-commitment > span { font-size: 32px; }.documents-commitment h3 { margin: 0 0 5px; font-size: 20px; }.documents-commitment p { margin: 0; color: var(--ul-gray); line-height: 1.5; }
.documents-library { background: #f5faf9; }.documents-heading { max-width: 820px; margin: 0 auto 45px; text-align: center; }.documents-heading .ul-section-title { margin: 11px 0 15px; }.documents-heading p { color: var(--ul-gray); line-height: 1.65; }.document-card { height: 100%; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border: 1px solid rgba(7, 106, 95, .1); border-radius: 22px; background: #fff; box-shadow: 0 11px 32px rgba(45, 75, 92, .07); transition: transform .3s ease, box-shadow .3s ease; }.document-card:hover { transform: translateY(-7px); box-shadow: 0 22px 42px rgba(45, 75, 92, .14); }.document-icon { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 18px; background: #e7f8f4; font-size: 29px; }.document-type { margin-bottom: 10px; color: #088475; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.document-card h3 { margin-bottom: 12px; font-size: 22px; }.document-card p { flex: 1; margin-bottom: 24px; color: var(--ul-gray); line-height: 1.6; }.document-card-report { border-color: rgba(222, 167, 33, .3); }.document-download { display: inline-flex; align-items: center; gap: 9px; color: #077f70; font-weight: 800; }.document-download:hover { color: var(--ul-black); }.document-download i { font-size: 14px; }
.documents-assurance { padding: 60px 0; color: #fff; background: #153e3d; }.documents-assurance-content { max-width: 900px; display: flex; gap: 24px; align-items: center; margin: auto; }.documents-assurance-content > span { width: 70px; height: 70px; flex: 0 0 70px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); font-size: 31px; }.documents-assurance h2 { margin: 0 0 9px; color: #fff; }.documents-assurance p { margin: 0; color: rgba(255,255,255,.85); line-height: 1.65; }.documents-cta { text-align: center; color: #fff; background: linear-gradient(110deg, rgba(9, 69, 63, .92), rgba(0, 188, 166, .75)), url("../images/aquines-ayudamos/evento-comunitario.png") center/cover no-repeat; }.documents-cta-content { max-width: 760px; margin: auto; }.documents-cta h2 { margin: 12px 0 15px; color: #fff; }.documents-cta p { margin: 0 auto 28px; font-size: 18px; line-height: 1.65; }.documents-cta .ul-btn { color: var(--ul-black); background: #fff; }.documents-cta .ul-btn:hover { color: #fff; background: var(--ul-black); }
.document-request-section { color: #fff; background: linear-gradient(115deg, #124d48, #078a79); }.document-request-section .ul-section-title { margin: 10px 0 15px; }.document-request-section > .ul-container p { color: rgba(255,255,255,.88); line-height: 1.65; }.document-request-section ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }.document-request-section li { display: flex; align-items: center; gap: 10px; font-weight: 600; }.document-request-section li::before { content: "✓"; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #087766; background: #fff; font-weight: 800; }.document-request-form-card { padding: clamp(26px, 3vw, 42px); border-radius: 24px; color: var(--ul-black); background: #fff; box-shadow: 0 20px 45px rgba(0,0,0,.16); }.document-request-form-card h3 { margin-bottom: 8px; }.document-request-form-card > p { margin-bottom: 24px; color: var(--ul-gray); }.document-request-form label { display: block; margin-bottom: 7px; color: #315856; font-size: 14px; font-weight: 700; }.document-request-form input, .document-request-form select, .document-request-form textarea { width: 100%; padding: 14px 15px; border: 1px solid #d7e6e2; border-radius: 11px; outline: 0; color: var(--ul-black); background: #fbfdfd; }.document-request-form textarea { min-height: 130px; resize: vertical; }.document-request-form input:focus, .document-request-form select:focus, .document-request-form textarea:focus { border-color: var(--ul-primary); box-shadow: 0 0 0 4px rgba(0, 188, 166, .12); }.document-request-form .ul-btn { border: 0; }

/* Botón flotante de WhatsApp */
.whatsapp-widget { position: fixed; z-index: 1000; right: 24px; bottom: 24px; display: flex; flex-direction: column-reverse; align-items: flex-end; gap: 13px; }.whatsapp-toggle { width: 62px; height: 62px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 12px 28px rgba(37, 211, 102, .38); font-size: 29px; transition: transform .25s ease, background .25s ease; }.whatsapp-toggle:hover { transform: scale(1.08); background: #18b957; }.whatsapp-toggle i { display: block; font-style: normal; animation: whatsapp-pulse 2s infinite; }.whatsapp-options { width: min(288px, calc(100vw - 48px)); display: grid; gap: 9px; padding: 12px; border-radius: 20px; background: #fff; box-shadow: 0 18px 45px rgba(20, 51, 54, .22); opacity: 0; visibility: hidden; transform: translateY(15px) scale(.96); transform-origin: bottom right; transition: opacity .25s ease, transform .25s ease, visibility .25s; }.whatsapp-widget.is-open .whatsapp-options { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }.whatsapp-option { width: 100%; display: flex; align-items: center; gap: 12px; padding: 11px; border: 0; border-radius: 13px; color: #174440; background: #f1fbf7; text-align: left; font-weight: 700; transition: transform .2s ease, background .2s ease; }.whatsapp-option:hover { transform: translateX(-4px); color: #fff; background: #159e70; }.whatsapp-option-icon { width: 39px; height: 39px; flex: 0 0 39px; display: grid; place-items: center; border-radius: 50%; background: #d9f6e8; font-size: 20px; animation: whatsapp-icon-float 2.4s ease-in-out infinite; }.whatsapp-option:nth-child(2) .whatsapp-option-icon { animation-delay: .3s; }.whatsapp-option:nth-child(3) .whatsapp-option-icon { animation-delay: .6s; }.whatsapp-option:nth-child(4) .whatsapp-option-icon { animation-delay: .9s; }.whatsapp-option:hover .whatsapp-option-icon { background: rgba(255,255,255,.2); }.whatsapp-option-text small { display: block; margin-top: 2px; color: #57807a; font-size: 12px; font-weight: 500; }.whatsapp-option:hover .whatsapp-option-text small { color: rgba(255,255,255,.85); }@keyframes whatsapp-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.12); } }@keyframes whatsapp-icon-float { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-3px) rotate(5deg); } }@media screen and (max-width: 575px) { .whatsapp-widget { right: 16px; bottom: 16px; }.whatsapp-toggle { width: 56px; height: 56px; font-size: 26px; } }

/* Selector de idioma */
.ul-language-selector { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; border: 1px solid rgba(17, 60, 59, .15); border-radius: 99px; color: #176d64; background: #f6fbfa; font-size: 14px; cursor: pointer; }.ul-language-selector select { width: 74px; border: 0; outline: 0; color: var(--ul-black); background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }.ul-language-selector:hover { border-color: var(--ul-primary); }#google_translate_element { position: fixed !important; left: -9999px !important; bottom: 0 !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: .01 !important; pointer-events: none !important; }.goog-te-banner-frame, .goog-te-banner-frame.skiptranslate, iframe.skiptranslate, .VIpgJd-ZVi9od-ORHb, .VIpgJd-ZVi9od-ORHb-OEVmcd, .skiptranslate[style*="position: fixed"] { display: none !important; visibility: hidden !important; height: 0 !important; }html { margin-top: 0 !important; }body { top: 0 !important; position: static !important; }
@media screen and (max-width: 767px) { .ul-language-selector { padding: 6px 8px; }.ul-language-selector select { width: 64px; font-size: 12px; } }
@media screen and (max-width: 575px) { .documents-hero { min-height: 420px; }.documents-intro-image { min-height: 300px; }.documents-intro-image img { min-height: 300px; }.documents-commitment, .documents-assurance-content { align-items: flex-start; }.documents-assurance-content { gap: 15px; }.documents-assurance-content > span { width: 55px; height: 55px; flex-basis: 55px; font-size: 25px; }.document-card { padding: 25px; } }
@media screen and (max-width: 767px) {
  .ul-help-beneficiaries-img .img-wrapper {
    min-height: 320px;
  }
  .ul-help-beneficiaries-txt {
    padding: 30px 25px;
  }
}

@media screen and (max-width: 1199px) {
  .ul-about-vectors .vector-1 {
    display: none;
  }
}
.ul-about-2 {
  overflow: hidden;
}
.ul-about-2-img img {
  border-radius: 999px;
  border-bottom-left-radius: 0px;
}
.ul-about-2-stat {
  background-color: var(--ul-primary);
  color: var(--white);
  text-align: center;
  position: absolute;
  font-weight: 700;
  padding: clamp(23px, 2vw, 38px);
  bottom: clamp(16px, 1.89vw, 36px);
  right: 0;
  border-radius: clamp(15px, 1.05vw, 20px);
  min-width: clamp(0px, 17.34vw, 330px);
}
.ul-about-2-stat .number {
  font-size: clamp(45px, 3.15vw, 60px);
  font-family: var(--font-quicksand);
  font-weight: 700;
  line-height: 0.7;
  display: block;
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-about-2-bottom {
  flex-wrap: nowrap;
  margin-bottom: clamp(20px, 2.63vw, 50px);
}
.ul-about-2-bottom-block {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
}
@media screen and (max-width: 991px) {
  .ul-about-2-bottom-block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .ul-about-2-bottom-block {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 575px) {
  .ul-about-2-bottom-block {
    flex-wrap: wrap;
  }
}
.ul-about-2-bottom-block-icon {
  background-color: #F5F0E1;
  border-radius: 50%;
  width: clamp(60px, 4.2vw, 80px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-about-2-bottom-block-title {
  font-size: clamp(19px, 1.16vw, 22px);
  font-weight: 700;
  color: var(--ul-black);
  margin-bottom: clamp(3px, 0.32vw, 6px);
  font-family: var(--font-quicksand);
}
.ul-about-2-bottom-block p {
  margin-bottom: 0;
  line-height: 1.6;
}

.ul-donations {
  background: url(../img/donations-bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.ul-donations::before, .ul-donations::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  left: auto;
  border-radius: 999px 0 0 999px;
  background: url(../img/donations-bg-img.jpg) no-repeat center center/cover;
  width: clamp(0px, 46.56vw, 886px);
}
@media screen and (max-width: 991px) {
  .ul-donations::before, .ul-donations::after {
    top: 20%;
  }
}
@media screen and (max-width: 479px) {
  .ul-donations::before, .ul-donations::after {
    top: 35%;
  }
}
.ul-donations::after {
  background: var(--ul-black);
  opacity: 85%;
}
.ul-donations-heading .left {
  max-width: 660px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .ul-donations-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .ul-donations-heading .ul-banner-stat .txt {
    color: var(--ul-black) !important;
  }
}
.ul-donations-slider-nav {
  position: static;
  width: auto;
  transform: translate(0);
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-donations-slider-nav button {
  background-color: var(--white);
  color: var(--ul-black);
}

.ul-donation {
  background-color: var(--white);
  border-radius: 20px;
  padding: clamp(15px, 1.26vw, 24px);
  padding-bottom: 0;
  border: 3px solid transparent;
  transition: 0.4s ease;
}
.ul-donation:hover {
  border-color: var(--ul-primary);
}
.ul-donation:hover .ul-donation-btn {
  background-color: var(--ul-primary);
}
.ul-donation:hover .ul-donation-btn::before {
  background-color: var(--ul-primary);
}
.ul-donation-img {
  position: relative;
  margin-bottom: clamp(20px, 1.84vw, 35px);
}
.ul-donation-img img {
  border-radius: 16px;
  aspect-ratio: 282/188;
}
.ul-donation-img .tag {
  position: absolute;
  top: clamp(10px, 0.79vw, 15px);
  left: clamp(10px, 0.79vw, 15px);
  background-color: var(--ul-primary);
  color: var(--white);
  padding: 0px clamp(7px, 0.53vw, 10px) 1px;
  border-radius: 99px;
  font-size: clamp(12px, 0.74vw, 14px);
  font-weight: 500;
}
.ul-donation-progress {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: clamp(5px, 0.47vw, 9px);
  padding-bottom: clamp(8px, 0.79vw, 15px);
}
.ul-donation-progress-labels {
  padding-top: clamp(3px, 0.32vw, 6px);
  font-size: clamp(11px, 0.63vw, 12px);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ul-donation-title {
  font-weight: 700;
  font-family: var(--font-quicksand);
  font-size: clamp(17px, 1.05vw, 20px);
  margin: clamp(0px, 0.21vw, 4px);
}
.ul-donation-descr {
  color: var(--ul-p);
}
.ul-donation-btn {
  background-color: var(--ul-black);
  border-radius: clamp(12px, 1.05vw, 20px) clamp(12px, 1.05vw, 20px) 0 0;
  color: var(--white);
  font-weight: 700;
  font-size: clamp(15px, 0.95vw, 18px);
  display: inline-flex;
  gap: clamp(9px, 0.63vw, 12px);
  align-items: center;
  padding: clamp(5px, 0.47vw, 9px) clamp(14px, 1.05vw, 20px);
  position: relative;
  z-index: 1;
}
.ul-donation-btn:hover {
  color: var(--white);
}
.ul-donation-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  bottom: -3px;
  border-radius: clamp(12px, 1.05vw, 20px) clamp(12px, 1.05vw, 20px) 0 0;
  background-color: var(--ul-black);
  transition: 0.4s ease;
}
.ul-donation--inner {
  background-color: var(--ul-gray3);
}

.ul-donate-form-section {
  position: relative;
  z-index: 1;
  background-color: var(--ul-primary);
  border-radius: 20px;
  padding: clamp(30px, 3.15vw, 60px) 0;
  box-shadow: 0px 4px 70px rgba(235, 83, 16, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ul-donate-form-section {
    padding: clamp(15px, 3.15vw, 60px) 15px;
  }
}
.ul-donate-form-section::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  mix-blend-mode: multiply;
  inset: 0;
  filter: drop-shadow(0px 4px 70px rgba(235, 83, 16, 0.2));
  background: url(../img/donate-form-wrapper-bg.png) no-repeat center center/cover;
  pointer-events: none;
  z-index: -1;
}
.ul-donate-form-section .ul-section-sub-title::before {
  background-color: var(--white);
}
.ul-donate-form-section .ul-section-title {
  margin-bottom: clamp(27px, 3vw, 57px);
  font-size: clamp(25px, 2.31vw, 44px);
}
.ul-donate-form-section-txt {
  padding-right: clamp(15px, 3.15vw, 60px);
}
.ul-donate-form-section-txt .ul-progress {
  border-bottom: none;
}
.ul-donate-form-section-txt .ul-progress-container {
  border-color: var(--white);
}
.ul-donate-form-section-txt .ul-progress-label {
  color: var(--white);
}
.ul-donate-form-section-txt .ul-progressbar {
  background-color: var(--white);
}
.ul-donate-form-section-txt .ul-progressbar::before {
  border: 4px solid var(--white);
  background-color: var(--ul-primary);
}
.ul-donate-form-section-txt .ul-donation-progress {
  border-bottom: none;
}
.ul-donate-form-section-txt .ul-donation-progress-labels {
  color: var(--white);
}

.ul-donate-form-wrapper {
  background-color: var(--ul-black);
  color: var(--white);
  border-radius: 0 20px 20px 0;
  position: relative;
  z-index: 1;
  padding: clamp(20px, 3.15vw, 60px);
  box-shadow: 0px 4px 70px rgba(235, 83, 16, 0.2);
}
@media screen and (max-width: 991px) {
  .ul-donate-form-wrapper {
    border-radius: 20px;
    margin-bottom: 15px;
  }
}
.ul-donate-form-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/donate-form-bg.jpg) no-repeat center center/cover;
  opacity: 40%;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 991px) {
  .ul-donate-form-wrapper::before {
    border-radius: 20px;
  }
}

.ul-donate-form {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 1.58vw, 30px) clamp(7px, 0.53vw, 10px);
  position: relative;
  z-index: 1;
}
.ul-donate-form-title {
  font-size: clamp(24px, 1.58vw, 30px);
  font-weight: 700;
  font-family: var(--font-quicksand);
  margin-bottom: clamp(20px, 1.84vw, 35px);
}
.ul-donate-form label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(35px, 2.1vw, 40px);
  padding: 0 clamp(15px, 1.58vw, 30px);
  border-radius: 999px;
  font-weight: 700;
  background-color: var(--white);
  color: var(--ul-black);
}
.ul-donate-form input[type=radio]:checked + label {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-donate-form input[type=radio]:checked + label .ul-donate-form-custom-input {
  pointer-events: all;
  color: var(--white);
}
.ul-donate-form input[type=radio]:checked + label .ul-donate-form-custom-input::placeholder {
  color: var(--white);
}
.ul-donate-form .ul-donate-form-custom-input {
  pointer-events: none;
  width: 100%;
}
.ul-donate-form .custom-amount-wrapper {
  position: relative;
}
.ul-donate-form .custom-amount-wrapper label {
  padding: 0;
  height: auto;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.ul-donate-form .custom-amount-wrapper input {
  padding: 0 clamp(15px, 1.58vw, 30px);
  border-radius: 999px;
  font-weight: 700;
  border: none;
  height: clamp(45px, 2.94vw, 56px);
}
.ul-donate-form .custom-amount-wrapper input[type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: clamp(212px, 12.09vw, 230px);
}
.ul-donate-form-vector {
  position: absolute;
  right: calc(0% - clamp(64px, 6.52vw, 124px));
  top: 50%;
  transform: translateY(-50%);
  z-index: -2;
  max-width: clamp(93px, 10.14vw, 193px);
}

.ul-stats {
  background-color: var(--ul-black);
  position: relative;
  z-index: 1;
}
.ul-stats::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/stats-events-bg-shape.svg) no-repeat center top/cover;
  mix-blend-mode: multiply;
  opacity: 40%;
}
.ul-stats-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: no-repeat center center/cover;
  background-image: url(../img/stat-bg.png);
  transition: 0.4s ease;
  position: relative;
  z-index: 1;
  color: var(--white);
}
.ul-stats-item::before {
  position: absolute;
  content: "";
  inset: 0;
  transition: 0.3s ease;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--ul-black);
}
.ul-stats-item:hover {
  border-color: transparent;
}
.ul-stats-item:hover::before {
  opacity: 0.6;
}
.ul-stats-item i {
  font-size: clamp(50px, 3.15vw, 60px);
}
.ul-stats-item .number {
  font-weight: 700;
  font-size: clamp(30px, 2.1vw, 40px);
  line-height: 0.7;
  padding: clamp(20px, 1.58vw, 30px) 0;
  font-family: var(--font-quicksand);
}
@media screen and (max-width: 479px) {
  .ul-stats-item .number {
    padding: clamp(14px, 1.58vw, 30px) 0;
  }
}
.ul-stats-item .txt {
  font-weight: 500;
}

.ul-events {
  background-color: var(--ul-black);
  position: relative;
  z-index: 1;
}
.ul-events::after, .ul-events::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/stats-events-bg-shape.svg) no-repeat center bottom/cover;
  mix-blend-mode: multiply;
  opacity: 40%;
}
.ul-events::after {
  top: -2px;
  z-index: -2;
  background: var(--ul-black);
  mix-blend-mode: normal;
  opacity: 1;
}
.ul-events .ul-section-heading .left {
  max-width: 40%;
}
@media screen and (max-width: 991px) {
  .ul-events .ul-section-heading .left {
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .ul-events .ul-section-heading .left {
    max-width: 100%;
  }
}
.ul-events-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-events-vectors .vector-1 {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: clamp(281px, 34.21vw, 651px);
}
.ul-events-vectors .vector-2 {
  right: 0;
  top: clamp(166px, 11.88vw, 226px);
  max-width: clamp(105px, 10.77vw, 205px);
}
@media screen and (max-width: 575px) {
  .ul-events-vectors .vector-2 {
    display: none;
  }
}

.ul-event {
  background-color: var(--white);
  padding: clamp(15px, 1.05vw, 20px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.58vw, 30px);
}
@media screen and (max-width: 479px) {
  .ul-event {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ul-event-img {
  flex-shrink: 0;
  aspect-ratio: 272/286;
  border-radius: 15px;
  overflow: hidden;
  max-width: clamp(192px, 14.29vw, 272px);
  position: relative;
}
@media screen and (max-width: 479px) {
  .ul-event-img {
    max-width: 100%;
    width: 100%;
  }
}
.ul-event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-event-img .date {
  position: absolute;
  background-color: var(--white);
  aspect-ratio: 1/1;
  color: var(--ul-primary);
  font-weight: 900;
  display: block;
  text-align: center;
  top: clamp(10px, 1.05vw, 20px);
  left: clamp(10px, 1.05vw, 20px);
  width: clamp(60px, 3.68vw, 70px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.ul-event-img .date span {
  display: block;
}
.ul-event-title {
  font-weight: 700;
  font-family: var(--font-quicksand);
  font-size: clamp(20px, 1.26vw, 24px);
  margin-bottom: clamp(10px, 0.89vw, 17px);
}
.ul-event-descr {
  color: var(--ul-p);
  margin-bottom: clamp(9px, 0.63vw, 12px);
}
.ul-event-info {
  border-top: 1px solid #D2D2D1;
  padding-top: clamp(11px, 0.74vw, 14px);
}
.ul-event-info-title {
  font-weight: 700;
  color: var(--ul-primary);
  margin-top: clamp(10px, 0.89vw, 17px);
}
.ul-event-info-descr {
  color: var(--ul-p);
}
.ul-event--inner {
  background: var(--white);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.ul-why-join-wrapper {
  background-color: var(--ul-gray3);
  border-radius: clamp(15px, 1.58vw, 30px);
  max-width: clamp(1185px, 91.38vw, 1739px);
  margin: auto;
  position: relative;
  z-index: 1;
}
.ul-why-join-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url(../img/stats-events-bg-shape.svg) no-repeat center bottom/cover;
  mix-blend-mode: multiply;
  border-radius: clamp(15px, 1.58vw, 30px);
  opacity: 8%;
}
.ul-why-join-img {
  width: max-content;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .ul-why-join-img {
    margin: auto;
  }
}
.ul-why-join-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: clamp(2px, 0.26vw, 5px) solid var(--ul-primary);
  border-radius: clamp(15px, 1.58vw, 30px);
  bottom: calc(0% - clamp(15px, 1.58vw, 30px));
  left: calc(0% - clamp(15px, 1.58vw, 30px));
}
.ul-why-join-img img {
  border-radius: 30px;
  width: clamp(260px, 34.68vw, 660px);
  aspect-ratio: 660/632;
}
.ul-why-join-txt .ul-section-title {
  margin-bottom: clamp(13px, 1.21vw, 23px);
}
.ul-why-join-txt .ul-section-descr {
  color: var(--ul-p);
  margin-bottom: clamp(17px, 1.42vw, 27px);
}

.ul-team .ul-section-heading .left {
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .ul-team .ul-section-heading .left {
    max-width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .ul-team .ul-section-heading .left {
    max-width: 100%;
  }
}
.ul-team-row {
  --bs-gutter-x: clamp(20px, 3.15vw, 60px);
  --bs-gutter-y: clamp(20px, 3.15vw, 60px);
}
.ul-team-row .col:nth-child(odd) .ul-team-member {
  margin-top: clamp(34px, 2.84vw, 54px);
}
@media screen and (max-width: 479px) {
  .ul-team-row .col:nth-child(odd) .ul-team-member {
    margin-top: 0;
  }
}
.ul-team-member {
  background-color: var(--ul-gray3);
  overflow: hidden;
  border-radius: clamp(15px, 1.05vw, 20px);
  text-align: center;
  transition: 0.4s ease;
}
.ul-team-member:hover {
  background-color: var(--ul-primary);
}
.ul-team-member:hover .ul-team-member-img::before {
  opacity: 1;
}
.ul-team-member:hover .ul-team-member-socials {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0%);
}
.ul-team-member:hover .ul-team-member-name a,
.ul-team-member:hover .ul-team-member-designation {
  color: var(--white);
}
.ul-team-member-img {
  position: relative;
  z-index: 1;
}
.ul-team-member-img img {
  width: 100%;
  aspect-ratio: 308/320;
}
.ul-team-member-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(30, 37, 47, 0) 0%, rgba(30, 37, 47, 0.6) 100%);
  opacity: 0;
  transition: 0.3s ease;
}
.ul-team-member-socials {
  display: flex;
  gap: clamp(7px, 0.53vw, 10px);
  position: absolute;
  bottom: clamp(15px, 1.58vw, 30px);
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.ul-team-member-socials a {
  width: clamp(26px, 1.68vw, 32px);
  aspect-ratio: 1/1;
  border: 1px solid var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: clamp(9px, 0.63vw, 12px);
}
.ul-team-member-socials a:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-team-member-info {
  padding: clamp(16px, 1.16vw, 22px) 0;
}
.ul-team-member-name {
  margin-bottom: 0;
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 600;
  font-family: var(--font-quicksand);
}
.ul-team-member-designation {
  margin-bottom: 0;
  color: var(--ul-p);
}

.ul-inner-team .ul-team-row {
  --bs-gutter-x: clamp(15px, 1.58vw, 30px);
  --bs-gutter-y: clamp(15px, 1.58vw, 30px);
}
.ul-inner-team .ul-team-row .col:nth-child(even) .ul-team-member {
  margin-top: calc(0% - clamp(34px, 2.84vw, 54px));
}
@media screen and (max-width: 767px) {
  .ul-inner-team .ul-team-row .col:nth-child(even) .ul-team-member {
    margin-top: 0;
  }
}
.ul-inner-team .ul-team-row .col:nth-child(odd) .ul-team-member {
  margin-top: 0;
}

.ul-testimonial {
  background-color: var(--ul-gray3);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-testimonial-container {
  max-width: clamp(1652px, 98.37vw, 1872px);
  margin: auto;
}
@media screen and (max-width: 1599px) {
  .ul-testimonial-container {
    padding: 0 15px;
  }
}
.ul-testimonial .ul-section-heading {
  max-width: 35%;
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .ul-testimonial .ul-section-heading {
    max-width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .ul-testimonial .ul-section-heading {
    max-width: 65%;
  }
}
@media screen and (max-width: 575px) {
  .ul-testimonial .ul-section-heading {
    max-width: 100%;
  }
}
.ul-testimonial-slider {
  --shadow-space: 35px;
  padding: var(--shadow-space);
  margin: calc(0px - var(--shadow-space));
}
.ul-testimonial-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.63vw, 12px);
  margin-top: clamp(30px, 3.15vw, 60px);
}
.ul-testimonial-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
  margin: 0 !important;
  border-radius: 999px;
}
.ul-testimonial-slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--ul-primary);
  padding: 0;
  width: clamp(25px, 1.58vw, 30px);
}

.ul-reviews {
  padding: clamp(40px, 4.2vw, 80px) 15px;
}
.ul-reviews-heading-descr {
  margin-bottom: 0;
  font-weight: 400;
  font-size: clamp(15px, 0.95vw, 18px);
  letter-spacing: -0.03em;
  color: #4F536C;
  margin-top: clamp(8px, 0.63vw, 12px);
}

.ul-review {
  background-color: var(--white);
  border-radius: 12px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.06);
  padding: clamp(30px, 2.63vw, 50px) clamp(15px, 1.84vw, 35px);
}
.ul-review-rating {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.37vw, 7px);
  font-size: var(--ul-primary);
  color: #FFA31A;
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-review-descr {
  font-weight: 400;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 167%;
  color: var(--ul-p);
  margin-bottom: clamp(16px, 1.63vw, 31px);
}
.ul-review-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ul-review-reviewer {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-review-reviewer .reviewer-image img {
  width: clamp(45px, 3.15vw, 60px);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.ul-review-reviewer .reviewer-name {
  font-weight: 700;
  font-size: clamp(17px, 1.05vw, 20px);
  color: var(--ul-black);
  margin-bottom: clamp(1px, 0.21vw, 4px);
  padding-top: 3px;
}
.ul-review-reviewer .reviewer-role {
  display: block;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-p);
}
.ul-review-icon {
  font-size: clamp(30px, 2.36vw, 45px);
  color: var(--ul-primary);
  display: inline-flex;
  line-height: 1;
}

.ul-testimonial-2-overview {
  background-color: #F5F0E2;
  text-align: center;
  padding: clamp(25px, 2.36vw, 45px) clamp(18px, 1.89vw, 36px);
  border-radius: clamp(15px, 1.58vw, 30px);
}
.ul-testimonial-2-overview .rating {
  display: block;
  font-size: clamp(55px, 4.2vw, 80px);
  font-weight: 700;
  font-family: var(--font-quicksand);
  line-height: 0.7;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-testimonial-2-overview-stars {
  font-size: clamp(20px, 1.31vw, 25px);
  color: #FFA31A;
  margin-bottom: clamp(1px, 0.21vw, 4px);
}
.ul-testimonial-2-overview-title {
  color: var(--ul-p);
  display: block;
  margin-bottom: clamp(15px, 1.16vw, 22px);
}
.ul-testimonial-2-overview-descr {
  color: var(--ul-p);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-testimonial-2-overview-reviewers img {
  width: clamp(60px, 3.68vw, 70px);
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  margin-left: calc(0% - clamp(18px, 1.31vw, 25px));
}
.ul-testimonial-2-overview-reviewers img:first-child {
  margin-left: 0;
}
.ul-testimonial-2-slider {
  margin-left: clamp(16px, 2.94vw, 56px);
}
@media screen and (max-width: 1399px) {
  .ul-testimonial-2-slider {
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .ul-testimonial-2-slider {
    margin-left: 0;
  }
}
.ul-testimonial-2-slider-nav {
  display: flex;
  gap: clamp(14px, 1.26vw, 24px);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: var(--white);
}
@media screen and (max-width: 479px) {
  .ul-testimonial-2-slider-nav {
    display: none;
  }
}
.ul-testimonial-2-slider-nav button {
  width: clamp(40px, 2.63vw, 50px);
  aspect-ratio: 1/1;
  border: 1px solid var(--ul-black);
  border-radius: 50%;
  color: var(--ul-black);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-testimonial-2-slider-nav button:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}

.ul-review-2 {
  box-shadow: none;
  padding: 0;
}
.ul-review-2 .icon {
  font-size: clamp(57px, 4.31vw, 82px);
  color: var(--ul-primary);
  display: flex;
  margin-bottom: clamp(2px, 0.26vw, 5px);
}
.ul-review-2 .icon i {
  transform: scaleX(-1) scaleY(-1);
}
.ul-review-2 .ul-review-descr {
  font-size: clamp(17px, 1.05vw, 20px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ul-p);
  margin-bottom: clamp(22px, 1.94vw, 37px);
}
.ul-review-2 .ul-review-descr::before {
  content: open-quote;
}
.ul-review-2 .ul-review-descr::after {
  content: close-quote;
}
.ul-review-2 .ul-review-reviewer {
  gap: clamp(12px, 1.05vw, 20px);
}
.ul-review-2 .ul-review-reviewer .reviewer-image img {
  width: clamp(50px, 3.68vw, 70px);
}
.ul-review-2 .ul-review-reviewer .reviewer-name {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(22px, 1.68vw, 32px);
  padding-top: 0;
  margin-bottom: clamp(9px, 0.63vw, 12px);
}

.ul-blogs {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
.ul-blogs-container {
  max-width: clamp(1170px, 86.6vw, 1648px);
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .ul-blogs-container {
    margin: 0 15px;
  }
}
.ul-blogs .ul-section-heading {
  background-color: var(--white);
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: flex-start;
}
.ul-blogs-slider {
  --shadow-space: clamp(15px, 1.22vw, 29px);
  --shadow-space-x: 20px;
  --shadow-space-y: 40px;
  padding: var(--shadow-space-y) var(--shadow-space-x);
  margin: calc(0% - var(--shadow-space-y)) calc(0% - var(--shadow-space-x));
}
.ul-blogs-slider-nav {
  position: static;
  width: auto;
  justify-content: flex-start;
  transform: translate(0, 0);
  gap: 10px;
  margin-top: clamp(20px, 1.84vw, 35px);
}
@media screen and (max-width: 575px) {
  .ul-blogs-slider-nav {
    justify-content: center;
  }
}
.ul-blogs-slider-nav button {
  background-color: var(--white);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
  color: var(--ul-black);
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.ul-blog {
  background: var(--white);
  border-radius: 16px;
  border: 1px solid #f7f7f7;
}
.ul-blog:hover {
  border-color: transparent;
}
.ul-blog:hover .ul-blog-txt {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
}
.ul-blog-img {
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.ul-blog-img img {
  width: 100%;
  aspect-ratio: 370/265;
}
.ul-blog .date {
  position: absolute;
  top: clamp(15px, 1.05vw, 20px);
  left: clamp(15px, 1.05vw, 20px);
  background-color: var(--ul-primary);
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  color: var(--white);
  padding: clamp(8px, 0.63vw, 12px) clamp(12px, 0.84vw, 16px);
}
.ul-blog .date .number {
  display: block;
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  line-height: 0.8;
  margin-bottom: clamp(3px, 0.32vw, 6px);
}
.ul-blog .date .txt {
  line-height: 0.8;
  display: block;
  font-weight: 400;
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-blog-txt {
  box-shadow: 0px 4px 40px transparent;
  transition: 0.4s ease;
  border-radius: 0 0 16px 16px;
  padding: clamp(15px, 1.58vw, 30px);
  padding-top: 0;
}
.ul-blog-infos {
  display: flex;
  align-items: center;
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: clamp(8px, 0.53vw, 10px);
  color: var(--ul-gray);
  border-bottom: 1px solid rgba(67, 67, 67, 0.25);
}
.ul-blog-info {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  line-height: 1;
  border-right: 1px solid rgba(67, 67, 67, 0.25);
  width: 50%;
  flex-grow: 1;
  padding: clamp(12px, 1.05vw, 20px) 0 clamp(7px, 0.63vw, 12px);
}
.ul-blog-info:last-child {
  border-right: none;
  justify-content: flex-end;
}
.ul-blog-info i {
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-primary);
}
.ul-blog-title {
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
  line-height: 1.2;
  font-family: var(--font-quicksand);
  border-bottom: 1px solid rgba(67, 67, 67, 0.25);
  margin-bottom: clamp(16px, 1.26vw, 24px);
  padding-top: clamp(7px, 0.63vw, 12px);
  padding-bottom: clamp(11px, 1.1vw, 21px);
}
@media screen and (max-width: 1399px) {
  .ul-blog-title {
    margin-bottom: 18px;
  }
}
.ul-blog-title a {
  color: var(--ul-black);
  display: inline-block;
}
.ul-blog-title a:hover {
  color: var(--ul-primary);
}
.ul-blog-btn {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 700;
  color: var(--ul-primary);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 6px;
}
.ul-blog-btn .icon {
  display: inline-flex;
}
.ul-blog-btn .icon i {
  font-size: clamp(18px, 1.16vw, 22px);
}
.ul-blog-btn:hover {
  color: var(--ul-secondary);
}

.ul-blog-2 {
  background-color: var(--ul-gray3);
  border: none;
}
.ul-blog-2 .ul-blog-img .date {
  inset: auto;
  bottom: clamp(14px, 1.26vw, 24px);
  right: clamp(14px, 1.26vw, 24px);
}
.ul-blog-2 .ul-blog-txt {
  box-shadow: none !important;
  padding-top: clamp(18px, 1.47vw, 28px);
}
.ul-blog-2 .ul-blog-infos {
  border: none;
  margin-bottom: clamp(0px, 0.11vw, 2px);
  gap: clamp(15px, 1.58vw, 30px);
}
.ul-blog-2 .ul-blog-info {
  padding: 0;
  border: none;
  width: auto;
  flex-grow: 0;
}
.ul-blog-2 .ul-blog-btn {
  color: var(--ul-black);
}
.ul-blog-2 .ul-blog-btn i {
  color: var(--ul-primary);
}
.ul-blog-2 .ul-blog-btn:hover {
  color: var(--ul-primary);
}

.ul-blog-inner {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: clamp(30px, 3.15vw, 60px);
}
.ul-blog-inner .ul-blog-img {
  border-radius: 30px;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-blog-inner .ul-blog-img img {
  aspect-ratio: 890/600;
  width: 100%;
  object-fit: cover;
}
.ul-blog-inner .ul-blog-title {
  font-size: clamp(22px, 2.63vw, 50px);
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: clamp(5px, 0.53vw, 10px);
}
.ul-blog-inner .ul-blog-txt {
  padding: 0;
}
.ul-blog-inner .ul-blog-excerpt {
  margin-bottom: clamp(12px, 2.21vw, 42px);
}

.ul-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  transition: 0.4s ease;
}
.ul-gallery-item:hover .ul-gallery-item-btn-wrapper {
  opacity: 1;
}
.ul-gallery-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ul-gallery-item-btn-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: 0.3s ease;
}
.ul-gallery-item-btn-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ul-gradient);
  background: var(--ul-primary);
  opacity: 70%;
  z-index: -1;
}
.ul-gallery-item-btn-wrapper a {
  font-size: clamp(34px, 2.1vw, 40px);
  color: var(--white);
  display: inline-flex;
}
.ul-gallery-item-btn-wrapper a:hover {
  color: var(--black);
}

.ul-cta {
  background: url(../img/cta-bg.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(60px, 10.51vw, 200px) 0;
}
.ul-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(30, 37, 47, 0.6);
  z-index: -2;
}
.ul-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  top: auto;
  bottom: -1px;
  background-color: var(--white);
  height: clamp(18px, 1.26vw, 24px);
  clip-path: polygon(2.072% 58.88%, 0.663% 8.583%, 0.663% 8.583%, 0.599% 6.547%, 0.532% 4.961%, 0.464% 3.824%, 0.395% 3.138%, 0.326% 2.901%, 0.256% 3.115%, 0.187% 3.779%, 0.119% 4.894%, 0.052% 6.459%, -0.012% 8.474%, -0.012% 8.474%, -0.186% 16.768%, -0.307% 27.049%, -0.377% 38.645%, -0.4% 50.88%, -0.378% 63.081%, -0.313% 74.575%, -0.208% 84.688%, -0.065% 92.745%, 0.113% 98.074%, 0.324% 100%, 99.958% 100%, 99.958% 100%, 100.041% 99.172%, 100.107% 96.909%, 100.157% 93.544%, 100.189% 89.411%, 100.204% 84.843%, 100.201% 80.173%, 100.179% 75.734%, 100.139% 71.859%, 100.079% 68.881%, 100% 67.134%, 100% 67.134%, 99.992% 67.05%, 99.984% 66.985%, 99.975% 66.938%, 99.967% 66.909%, 99.959% 66.899%, 99.951% 66.907%, 99.943% 66.934%, 99.934% 66.979%, 99.926% 67.042%, 99.918% 67.124%, 97.8% 90.796%, 97.8% 90.796%, 97.64% 92.232%, 97.479% 92.959%, 97.318% 92.983%, 97.158% 92.31%, 96.999% 90.945%, 96.841% 88.893%, 96.686% 86.16%, 96.534% 82.751%, 96.384% 78.672%, 96.239% 73.928%, 95.2% 37.278%, 95.2% 37.278%, 94.979% 30.391%, 94.752% 25.034%, 94.519% 21.208%, 94.283% 18.913%, 94.045% 18.147%, 93.808% 18.913%, 93.572% 21.208%, 93.339% 25.034%, 93.112% 30.391%, 92.891% 37.278%, 92.261% 59.493%, 92.261% 59.493%, 92.042% 66.349%, 91.815% 71.69%, 91.584% 75.516%, 91.349% 77.827%, 91.113% 78.623%, 90.876% 77.903%, 90.641% 75.666%, 90.409% 71.914%, 90.183% 66.645%, 89.963% 59.859%, 89.319% 37.402%, 89.319% 37.402%, 89.095% 30.521%, 88.865% 25.206%, 88.629% 21.456%, 88.391% 19.269%, 88.15% 18.646%, 87.911% 19.584%, 87.673% 22.083%, 87.438% 26.14%, 87.21% 31.756%, 86.988% 38.93%, 86.47% 57.845%, 86.47% 57.845%, 86.25% 64.986%, 86.022% 70.586%, 85.789% 74.644%, 85.553% 77.157%, 85.314% 78.124%, 85.075% 77.544%, 84.837% 75.417%, 84.603% 71.739%, 84.373% 66.51%, 84.15% 59.728%, 83.465% 36.091%, 83.465% 36.091%, 83.245% 29.404%, 83.019% 24.221%, 82.789% 20.54%, 82.555% 18.362%, 82.319% 17.685%, 82.084% 18.51%, 81.85% 20.836%, 81.62% 24.662%, 81.395% 29.988%, 81.177% 36.814%, 80.541% 59.258%, 80.541% 59.258%, 80.32% 66.145%, 80.092% 71.502%, 79.86% 75.328%, 79.624% 77.624%, 79.386% 78.389%, 79.148% 77.624%, 78.912% 75.328%, 78.68% 71.502%, 78.452% 66.145%, 78.231% 59.258%, 77.622% 37.762%, 77.622% 37.762%, 77.399% 30.811%, 77.169% 25.423%, 76.934% 21.598%, 76.695% 19.335%, 76.455% 18.633%, 76.216% 19.492%, 75.978% 21.912%, 75.743% 25.89%, 75.514% 31.428%, 75.292% 38.525%, 74.746% 58.251%, 74.746% 58.251%, 74.525% 65.316%, 74.297% 70.838%, 74.063% 74.817%, 73.827% 77.251%, 73.588% 78.141%, 73.349% 77.484%, 73.112% 75.28%, 72.877% 71.529%, 72.648% 66.23%, 72.426% 59.381%, 71.782% 36.914%, 71.782% 36.914%, 71.561% 30.097%, 71.333% 24.813%, 71.1% 21.061%, 70.864% 18.84%, 70.626% 18.151%, 70.388% 18.993%, 70.152% 21.365%, 69.92% 25.267%, 69.693% 30.697%, 69.472% 37.656%, 68.878% 58.88%, 68.878% 58.88%, 68.658% 65.839%, 68.431% 71.27%, 68.198% 75.171%, 67.962% 77.543%, 67.725% 78.385%, 67.487% 77.696%, 67.251% 75.476%, 67.018% 71.724%, 66.79% 66.439%, 66.569% 59.622%, 65.904% 36.446%, 65.904% 36.446%, 65.685% 29.691%, 65.46% 24.436%, 65.229% 20.684%, 64.995% 18.432%, 64.76% 17.681%, 64.525% 18.432%, 64.291% 20.684%, 64.061% 24.436%, 63.835% 29.69%, 63.616% 36.446%, 62.949% 59.722%, 62.949% 59.722%, 62.728% 66.526%, 62.501% 71.804%, 62.268% 75.556%, 62.033% 77.783%, 61.795% 78.485%, 61.558% 77.663%, 61.323% 75.317%, 61.091% 71.447%, 60.864% 66.054%, 60.644% 59.138%, 60.023% 37.07%, 60.023% 37.07%, 59.801% 30.104%, 59.572% 24.687%, 59.339% 20.817%, 59.101% 18.495%, 58.862% 17.722%, 58.623% 18.495%, 58.386% 20.817%, 58.152% 24.687%, 57.923% 30.104%, 57.702% 37.07%, 57.091% 58.763%, 57.091% 58.763%, 56.869% 65.728%, 56.64% 71.146%, 56.407% 75.015%, 56.169% 77.337%, 55.93% 78.111%, 55.691% 77.337%, 55.454% 75.015%, 55.22% 71.146%, 54.992% 65.728%, 54.77% 58.763%, 54.166% 37.312%, 54.166% 37.312%, 53.943% 30.315%, 53.713% 24.882%, 53.478% 21.012%, 53.239% 18.707%, 52.999% 17.964%, 52.759% 18.785%, 52.521% 21.168%, 52.286% 25.114%, 52.056% 30.622%, 51.834% 37.692%, 51.265% 58.141%, 51.265% 58.141%, 51.043% 65.211%, 50.813% 70.719%, 50.578% 74.664%, 50.34% 77.048%, 50.1% 77.868%, 49.86% 77.126%, 49.621% 74.82%, 49.386% 70.951%, 49.156% 65.518%, 48.933% 58.521%, 48.323% 36.832%, 48.323% 36.832%, 48.102% 29.898%, 47.874% 24.496%, 47.642% 20.627%, 47.406% 18.289%, 47.168% 17.485%, 46.93% 18.213%, 46.694% 20.475%, 46.461% 24.27%, 46.233% 29.599%, 46.012% 36.463%, 45.362% 59.269%, 45.362% 59.269%, 45.141% 66.146%, 44.912% 71.481%, 44.679% 75.276%, 44.442% 77.532%, 44.204% 78.247%, 43.965% 77.423%, 43.729% 75.06%, 43.496% 71.158%, 43.268% 65.718%, 43.047% 58.741%, 42.456% 37.657%, 42.456% 37.657%, 42.236% 30.697%, 42.009% 25.267%, 41.777% 21.365%, 41.541% 18.993%, 41.303% 18.152%, 41.065% 18.84%, 40.829% 21.061%, 40.596% 24.813%, 40.369% 30.097%, 40.147% 36.914%, 39.489% 59.859%, 39.489% 59.859%, 39.269% 66.645%, 39.043% 71.914%, 38.811% 75.666%, 38.576% 77.903%, 38.339% 78.623%, 38.103% 77.827%, 37.868% 75.516%, 37.637% 71.69%, 37.41% 66.349%, 37.191% 59.493%, 36.568% 37.517%, 36.568% 37.517%, 36.346% 30.599%, 36.117% 25.227%, 35.884% 21.401%, 35.646% 19.121%, 35.408% 18.387%, 35.169% 19.199%, 34.932% 21.555%, 34.698% 25.457%, 34.47% 30.903%, 34.248% 37.894%, 33.654% 59.112%, 33.654% 59.112%, 33.435% 66.04%, 33.209% 71.456%, 32.978% 75.357%, 32.743% 77.744%, 32.507% 78.615%, 32.27% 77.97%, 32.035% 75.808%, 31.803% 72.128%, 31.576% 66.929%, 31.355% 60.211%, 30.67% 36.564%, 30.67% 36.564%, 30.448% 29.815%, 30.219% 24.601%, 29.986% 20.922%, 29.75% 18.777%, 29.512% 18.164%, 29.274% 19.082%, 29.039% 21.531%, 28.807% 25.51%, 28.58% 31.016%, 28.36% 38.05%, 27.807% 58.011%, 27.807% 58.011%, 27.585% 65.108%, 27.356% 70.646%, 27.122% 74.625%, 26.883% 77.044%, 26.643% 77.903%, 26.403% 77.201%, 26.165% 74.938%, 25.93% 71.113%, 25.7% 65.725%, 25.477% 58.775%, 24.874% 37.517%, 24.874% 37.517%, 24.653% 30.599%, 24.424% 25.227%, 24.19% 21.401%, 23.953% 19.121%, 23.714% 18.387%, 23.475% 19.199%, 23.238% 21.555%, 23.005% 25.457%, 22.776% 30.903%, 22.555% 37.894%, 21.954% 59.34%, 21.954% 59.34%, 21.736% 66.238%, 21.511% 71.638%, 21.281% 75.539%, 21.048% 77.94%, 20.812% 78.839%, 20.577% 78.237%, 20.343% 76.132%, 20.112% 72.522%, 19.885% 67.407%, 19.665% 60.786%, 18.931% 35.751%, 18.931% 35.751%, 18.711% 29.129%, 18.485% 24.014%, 18.254% 20.405%, 18.02% 18.299%, 17.784% 17.697%, 17.549% 18.597%, 17.315% 20.998%, 17.085% 24.899%, 16.86% 30.299%, 16.642% 37.197%, 16.042% 58.643%, 16.042% 58.643%, 15.82% 65.633%, 15.592% 71.079%, 15.358% 74.981%, 15.121% 77.338%, 14.883% 78.149%, 14.644% 77.415%, 14.406% 75.135%, 14.173% 71.31%, 13.944% 65.938%, 13.722% 59.019%, 13.127% 38.011%, 13.127% 38.011%, 12.902% 31.028%, 12.671% 25.624%, 12.435% 21.8%, 12.195% 19.554%, 11.954% 18.885%, 11.713% 19.793%, 11.474% 22.277%, 11.238% 26.335%, 11.008% 31.967%, 10.785% 39.172%, 10.288% 57.364%, 10.288% 57.364%, 10.065% 64.569%, 9.835% 70.201%, 9.6% 74.259%, 9.36% 76.743%, 9.119% 77.651%, 8.878% 76.982%, 8.638% 74.736%, 8.402% 70.912%, 8.171% 65.508%, 7.946% 58.525%, 7.338% 37.044%, 7.338% 37.044%, 7.118% 30.188%, 6.892% 24.846%, 6.66% 21.02%, 6.426% 18.709%, 6.189% 17.913%, 5.952% 18.634%, 5.718% 20.87%, 5.486% 24.622%, 5.259% 29.891%, 5.039% 36.677%, 4.381% 59.622%, 4.381% 59.622%, 4.16% 66.439%, 3.932% 71.724%, 3.699% 75.476%, 3.463% 77.696%, 3.225% 78.385%, 2.988% 77.543%, 2.752% 75.171%, 2.52% 71.27%, 2.292% 65.839%, 2.072% 58.88%);
}
.ul-cta-title {
  font-size: clamp(35px, 4.2vw, 80px);
  color: var(--white);
  font-weight: 700;
  font-family: var(--font-quicksand);
  margin-bottom: clamp(16px, 1.73vw, 33px);
}
@media screen and (max-width: 767px) {
  .ul-cta-title {
    font-size: clamp(30px, 3.2vw, 80px);
  }
}
.ul-cta-vector {
  position: absolute;
  top: calc(0% - clamp(100px, 5.2vw, 0px));
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  max-width: clamp(175px, 19.71vw, 375px);
}

.ul-footer {
  position: relative;
  z-index: 1;
}
.ul-footer-container {
  max-width: clamp(1010px, 61.59vw, 1172px);
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .ul-footer-container {
    padding: 0 15px;
  }
}
.ul-footer-top {
  background: linear-gradient(0deg, var(--ul-black) 50%, rgba(0, 0, 0, 0) 0);
}
.ul-footer-top-contact-infos {
  background-color: var(--ul-primary);
  padding: clamp(20px, 1.84vw, 35px) clamp(25px, 2.63vw, 50px);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.ul-footer-top-contact-infos,
.ul-footer-top-contact-infos a {
  color: var(--white);
}
.ul-footer-top-contact-infos a:hover {
  color: var(--ul-black);
}
@media screen and (max-width: 991px) {
  .ul-footer-top-contact-infos {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .ul-footer-top-contact-infos {
    justify-content: flex-start;
  }
}
.ul-footer-top-contact-info {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-footer-top-contact-info-icon {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  width: clamp(48px, 3.31vw, 63px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ul-primary);
}
.ul-footer-top-contact-info-icon-inner {
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-footer-top-contact-info-txt {
  display: flex;
  flex-direction: column;
}
.ul-footer-top-contact-info-label {
  font-size: clamp(12px, 0.74vw, 14px);
  font-weight: 500;
  margin-bottom: clamp(3px, 0.32vw, 6px);
}
.ul-footer-top-contact-info-address {
  font-size: clamp(17px, 1.05vw, 20px);
  font-weight: 700;
}
.ul-footer-middle {
  padding: clamp(50px, 4.2vw, 80px) 0 clamp(50px, 5.25vw, 100px);
  position: relative;
  background-color: var(--ul-black);
}
.ul-footer-middle::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--ul-black);
  z-index: -1;
  top: -2px;
}
.ul-footer-middle-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}
@media screen and (max-width: 1199px) {
  .ul-footer-middle-wrapper {
    flex-wrap: wrap;
  }
}
.ul-footer-about {
  max-width: clamp(267px, 14.19vw, 270px);
}
.ul-footer-about > * {
  margin-bottom: clamp(20px, 1.94vw, 37px);
}
.ul-footer-about > *:last-child {
  margin-bottom: 0;
}
.ul-footer-about .logo {
  max-width: clamp(130px, 9.46vw, 180px);
}
.ul-footer-about .ul-footer-abrazo-logo {
  width: 180px;
  height: 180px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}
.ul-footer-about-txt {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray2);
}
.ul-footer-socials {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.47vw, 9px);
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-footer-socials a {
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  width: clamp(33px, 1.89vw, 36px);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.79vw, 15px);
}
.ul-footer-socials a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
}
.ul-footer-widget {
  min-width: clamp(110px, 10.51vw, 200px);
}
@media screen and (max-width: 1199px) {
  .ul-footer-widget {
    max-width: 290px;
    flex-grow: 1;
  }
}
.ul-footer-widget-title {
  font-weight: 700;
  font-size: clamp(20px, 1.26vw, 24px);
  color: var(--white);
  margin-bottom: clamp(13px, 1.37vw, 26px);
  padding-bottom: clamp(8px, 0.68vw, 13px);
  position: relative;
}
.ul-footer-widget-title::before, .ul-footer-widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 18px;
  background-color: var(--ul-primary);
}
.ul-footer-widget-title::after {
  left: 24px;
  width: 63px;
}
.ul-footer-widget-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(15px, 0.95vw, 18px);
}
.ul-footer-widget-links > * {
  display: inline-flex;
  align-items: center;
  color: var(--ul-gray2);
  font-size: clamp(13px, 0.84vw, 16px);
  position: relative;
}
.ul-footer-widget-links > *::before {
  content: "\f104";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.ul-footer-widget-links > *:hover {
  color: var(--ul-primary);
}
.ul-footer-post {
  display: flex;
  gap: clamp(13px, 0.84vw, 16px);
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: clamp(12px, 1.26vw, 24px);
}
.ul-footer-post .img {
  flex-shrink: 0;
  max-width: clamp(70px, 5.26vw, 80px);
  border-radius: 8px;
  overflow: hidden;
}
.ul-footer-post .img img {
  aspect-ratio: 1/1;
  width: 100%;
}
.ul-footer-post .title a {
  color: var(--white);
  font-family: var(--font-quicksand);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
}
.ul-footer-post .title a:hover {
  color: var(--ul-primary);
}
.ul-footer-post .date {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(12px, 0.74vw, 14px);
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.47vw, 9px);
  margin-bottom: clamp(7px, 0.53vw, 10px);
}
.ul-footer-post .date .icon {
  color: var(--white);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-footer-contact-links a {
  color: var(--white);
  gap: clamp(5px, 0.42vw, 8px);
}
.ul-footer-contact-links a:hover {
  color: var(--ul-primary);
}
.ul-footer-contact-links a::before {
  content: none;
}
.ul-footer .ul-nwsltr-form {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-footer .ul-nwsltr-form .top {
  background-color: var(--white);
  padding: clamp(2px, 0.26vw, 5px);
  border-radius: 8px;
  height: clamp(45px, 2.94vw, 56px);
  display: flex;
}
.ul-footer .ul-nwsltr-form .top input {
  border: none;
  padding: 0 clamp(7px, 0.53vw, 10px);
  font-size: clamp(13px, 0.84vw, 16px);
  width: 100%;
}
.ul-footer .ul-nwsltr-form .top button {
  background-color: var(--ul-c5);
  color: var(--white);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-footer .ul-nwsltr-form .top button:hover {
  background-color: var(--ul-primary);
}
.ul-footer .ul-nwsltr-form .agreement {
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.6);
  margin-top: clamp(12px, 1.26vw, 24px);
}
.ul-footer .ul-nwsltr-form .agreement a {
  color: var(--white);
  text-decoration: underline;
}
.ul-footer .ul-nwsltr-form .agreement a:hover {
  color: var(--ul-primary);
}
.ul-footer-bottom {
  padding: clamp(14px, 1.16vw, 22px) 0;
  background-color: var(--ul-primary);
}
.ul-footer-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.ul-footer-bottom .copyright-txt {
  margin-bottom: 0;
  font-size: clamp(13px, 0.84vw, 16px);
  color: rgba(255, 255, 255, 0.9);
}
.ul-footer-bottom .copyright-txt a {
  color: var(--white);
}
.ul-footer-bottom .copyright-txt a:hover {
  color: var(--ul-black);
}
.ul-footer-bottom a {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-footer-bottom a:hover {
  color: var(--ul-black);
}
.ul-footer-bottom-nav {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
}
.ul-footer-recent-posts {
  max-width: clamp(240px, 15.76vw, 300px);
}
.ul-footer-vectors > * {
  position: absolute;
  z-index: -1;
}
.ul-footer-vector-1 {
  bottom: clamp(18px, 2.52vw, 48px);
  left: 0;
}

.ul-feature {
  background-color: var(--ul-gray3);
  border-radius: 10px;
  padding: clamp(15px, 1.58vw, 30px);
}
.ul-feature-icon {
  margin-bottom: clamp(0px, 0.16vw, 3px);
}
.ul-feature-icon svg {
  width: clamp(30px, 1.89vw, 36px);
}
.ul-feature-icon svg path {
  fill: var(--ul-primary);
}
.ul-feature-title {
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 700;
  color: var(--ul-black);
  margin-bottom: 0;
  font-family: var(--font-quicksand);
}

.ul-volunteer-block {
  background: url(../img/volunteer-bg-1.jpg) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  padding: clamp(25px, 2.1vw, 40px) clamp(15px, 8.41vw, 160px);
  color: var(--white);
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .ul-volunteer-block {
    padding: clamp(25px, 2.1vw, 40px) clamp(15px, 3.41vw, 160px);
  }
}
.ul-volunteer-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 87, 40, 0.9);
  z-index: -1;
}
.ul-volunteer-block .ul-btn {
  background-color: var(--white);
  color: var(--black);
}
.ul-volunteer-block .ul-btn:hover {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}
.ul-volunteer-block .ul-btn:hover i {
  background-color: var(--white);
  color: var(--ul-primary);
}
.ul-volunteer-block .ul-btn i {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-volunteer-title {
  font-family: var(--font-caveat);
  font-weight: 400;
  font-size: clamp(30px, 2.1vw, 40px);
}
.ul-volunteer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px clamp(30px, 2.1vw, 40px);
  margin-bottom: clamp(15px, 1.31vw, 25px);
}
.ul-volunteer-list li {
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-volunteer-list li::before {
  content: "\f106";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(9px, 0.63vw, 12px);
}

.ul-donate-form-wrapper-2 {
  background-image: url(../img/donate-form-2-bg.jpg);
}
.ul-donate-form-wrapper-2::before {
  background-color: var(--ul-black);
  opacity: 80%;
}

.ul-donate-form-2 label {
  color: var(--white);
  background-color: transparent;
  border: 1px solid var(--white);
}
.ul-donate-form-2 input:checked + label {
  border-color: var(--ul-primary);
}
.ul-donate-form-2 input::placeholder {
  color: var(--white);
}
.ul-donate-form-2 .custom-amount-wrapper input {
  color: var(--white);
}

.ul-services {
  background: url(../img/service-bg.png) #F5F0E2 no-repeat center center/cover;
}
.ul-services-slider-nav {
  transform: none;
  max-width: 50%;
  justify-content: flex-end;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .ul-services-slider-nav {
    max-width: max-content;
  }
}
@media screen and (max-width: 575px) {
  .ul-services-slider-nav {
    justify-content: center;
  }
}
.ul-services-slider-nav button {
  background-color: var(--white);
  color: var(--ul-black);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.06);
}

.ul-service {
  background-color: var(--white);
  padding: clamp(15px, 1.58vw, 30px);
  border-radius: clamp(7px, 0.53vw, 10px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ul-service:hover::before {
  background-color: var(--ul-primary);
}
.ul-service::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(0% - clamp(50px, 3.68vw, 70px));
  left: calc(0% - clamp(47px, 3.52vw, 67px));
  width: clamp(202px, 13.77vw, 262px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: 0.4s ease;
}
.ul-service-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: clamp(16px, 1.26vw, 24px);
}
.ul-service-img img {
  aspect-ratio: 390/253;
}
.ul-service-title {
  font-size: clamp(18px, 1.26vw, 24px);
  font-weight: 700;
  letter-spacing: -1px;
  font-family: var(--font-quicksand);
  margin-bottom: clamp(8px, 0.84vw, 16px);
}
.ul-service-descr {
  color: var(--ul-p);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-service-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: var(--ul-primary);
  gap: clamp(10px, 0.79vw, 15px);
}
.ul-service-btn i {
  font-size: clamp(11px, 0.74vw, 14px);
}
.ul-service-btn:hover {
  color: var(--ul-black);
}
.ul-service--inner {
  background-color: var(--ul-gray3);
}

.ul-project {
  border-radius: clamp(15px, 1.58vw, 30px);
  overflow: hidden;
  position: relative;
}
.ul-project--sm .ul-project-img img {
  aspect-ratio: 450/480;
}
@media screen and (max-width: 767px) {
  .ul-project--sm .ul-project-img img {
    aspect-ratio: 930/480;
  }
}
@media screen and (max-width: 479px) {
  .ul-project--sm .ul-project-img img {
    aspect-ratio: 450/480;
  }
}
.ul-project--sm .ul-project-txt {
  bottom: clamp(15px, 1.58vw, 30px);
  left: clamp(15px, 1.58vw, 30px);
  margin-right: clamp(15px, 1.58vw, 30px);
}
.ul-project:hover .ul-project-img img {
  transform: scale(1.1);
}
.ul-project:hover .ul-project-txt {
  transform: translateY(0);
  opacity: 1;
}
.ul-project-img img {
  aspect-ratio: 930/480;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .ul-project-img img {
    aspect-ratio: 450/480;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ul-project-img img {
    aspect-ratio: 930/480;
  }
}
@media screen and (max-width: 479px) {
  .ul-project-img img {
    aspect-ratio: 450/480;
  }
}
.ul-project-txt {
  background-color: var(--ul-primary);
  color: var(--white);
  position: absolute;
  bottom: clamp(15px, 2.1vw, 40px);
  left: clamp(15px, 2.1vw, 40px);
  border-radius: clamp(7px, 0.53vw, 10px);
  padding: clamp(15px, 1.58vw, 30px);
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
  align-items: center;
  max-width: 100%;
  margin-right: clamp(15px, 2.1vw, 40px);
  transform: translateY(50%);
  opacity: 0;
  transition: 0.4s ease;
}
.ul-project-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(26px, 1.68vw, 32px);
}
.ul-project-title a {
  color: var(--white);
}
.ul-project-title a:hover {
  color: var(--ul-black);
}
.ul-project-descr {
  margin-bottom: 0;
}
.ul-project-btn {
  flex-shrink: 0;
  width: clamp(40px, 3.15vw, 60px);
  aspect-ratio: 1/1;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.ul-contact {
  background-color: var(--ul-gray3);
}
.ul-contact-img {
  display: flex;
  justify-content: flex-end;
}
.ul-contact-img img {
  max-width: clamp(575px, 44.93vw, 855px);
}
@media screen and (max-width: 1199px) {
  .ul-contact-img img {
    max-width: clamp(535px, 44.93vw, 855px);
  }
}
@media screen and (max-width: 991px) {
  .ul-contact-img img {
    max-width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
  }
}
.ul-contact-form-wrapper {
  padding: clamp(30px, 6.31vw, 120px);
  background-color: var(--ul-primary);
  height: 100%;
}
.ul-contact-form-wrapper .ul-section-sub-title,
.ul-contact-form-wrapper .ul-section-title {
  color: var(--white);
}
.ul-contact-form-wrapper .ul-section-sub-title::before,
.ul-contact-form-wrapper .ul-section-title::before {
  background-color: var(--white);
}
.ul-contact-form-wrapper .ul-section-title {
  margin-bottom: clamp(18px, 1.47vw, 28px);
}
.ul-contact-form input,
.ul-contact-form textarea {
  width: 100%;
  background-color: var(--white);
  border-radius: 6px;
  height: clamp(50px, 3.15vw, 60px);
  border: 1px solid var(--white);
  padding: 0 clamp(10px, 0.79vw, 15px);
}
.ul-contact-form input:focus, .ul-contact-form input:focus-visible, .ul-contact-form input:focus-within,
.ul-contact-form textarea:focus,
.ul-contact-form textarea:focus-visible,
.ul-contact-form textarea:focus-within {
  outline: none;
}
.ul-contact-form textarea {
  padding: clamp(10px, 0.79vw, 15px);
  height: clamp(148px, 9.35vw, 178px);
}
.ul-contact-form .ul-btn {
  background-color: var(--ul-black);
  border-color: var(--ul-black);
}
.ul-contact-form .ul-btn i {
  background-color: var(--white);
  color: var(--ul-black);
}
.ul-contact-form .ul-btn:hover {
  background-color: transparent;
  color: var(--ul-black);
}
.ul-contact-form .ul-btn:hover i {
  color: var(--white);
  background-color: var(--ul-black);
}

.ul-about-tabs-nav {
  display: flex;
  margin-top: clamp(44px, 4.41vw, 84px);
  gap: 15px 0;
}
@media screen and (max-width: 575px) {
  .ul-about-tabs-nav {
    flex-wrap: wrap;
  }
}
.ul-about-tabs-nav button {
  color: var(--white);
  padding: 0;
  flex-grow: 1;
  text-align: center;
  font-size: clamp(18px, 1.26vw, 24px);
  font-weight: 900;
  font-family: var(--font-quicksand);
  padding-bottom: clamp(12px, 1.68vw, 32px);
  border-bottom: 1px solid var(--white);
}
@media screen and (max-width: 575px) {
  .ul-about-tabs-nav button {
    padding-inline: 10px;
  }
}
.ul-about-tabs-nav button.active {
  border-color: var(--ul-primary);
  color: var(--ul-primary);
}
.ul-about-tabs-nav button:first-child {
  text-align: left;
}
@media screen and (max-width: 575px) {
  .ul-about-tabs-nav button:first-child {
    text-align: center;
  }
}
.ul-about-tabs-nav button:last-child {
  text-align: right;
}
@media screen and (max-width: 575px) {
  .ul-about-tabs-nav button:last-child {
    text-align: center;
  }
}
.ul-about-tabs-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: clamp(15px, 1.26vw, 24px);
}

.ul-about-tab {
  display: flex;
  align-items: center;
  gap: clamp(15px, 2.63vw, 50px);
}
@media screen and (max-width: 1399px) {
  .ul-about-tab {
    gap: clamp(15px, 1.63vw, 50px);
  }
}
@media screen and (max-width: 991px) {
  .ul-about-tab {
    flex-direction: column;
  }
}
.ul-about-tab-img {
  flex-shrink: 0;
  max-width: clamp(339px, 28.32vw, 539px);
  border-radius: clamp(15px, 1.05vw, 20px);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .ul-about-tab-img {
    max-width: 100%;
    width: 100%;
  }
}
.ul-about-tab-img img {
  width: 100%;
  aspect-ratio: 539/476;
  object-fit: cover;
}
.ul-about-tab-txt > * {
  margin-bottom: clamp(13px, 0.84vw, 16px);
}
.ul-about-tab-txt > *:last-child {
  margin-bottom: 0;
}
.ul-about-tab-title,
.ul-about-tab h3 {
  font-family: var(--font-quicksand);
  font-size: clamp(20px, 1.26vw, 24px);
  font-weight: 700;
}
.ul-about-tab-descr,
.ul-about-tab p {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  color: var(--ul-p);
}
.ul-about-tab-list li,
.ul-about-tab ul li {
  font-weight: 500;
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-black);
  display: flex;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
  margin-bottom: clamp(7px, 0.58vw, 11px);
}
.ul-about-tab-list li::before,
.ul-about-tab ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--ul-black);
}

.ul-inner-sidebar {
  position: sticky;
  top: 15px;
}
.ul-inner-sidebar-widget {
  padding: clamp(25px, 2.1vw, 40px) clamp(14px, 1.89vw, 36px);
  background-color: var(--ul-gray3);
  border-radius: clamp(15px, 1.58vw, 30px);
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-inner-sidebar-widget:last-child {
  margin-bottom: 0;
}
.ul-inner-sidebar-widget-title {
  font-family: var(--font-quicksand);
  font-size: clamp(18px, 1.26vw, 24px);
  color: var(--black);
  font-weight: 700;
  position: relative;
  margin-bottom: clamp(8px, 0.95vw, 18px);
}
.ul-inner-sidebar-search form {
  background-color: var(--white);
  height: clamp(45px, 3.15vw, 60px);
  border-radius: 999px;
  overflow: hidden;
  display: flex;
}
.ul-inner-sidebar-search form input {
  padding: 0 clamp(12px, 1.05vw, 20px);
  height: 100%;
  width: 100%;
  border: none;
}
.ul-inner-sidebar-search form button {
  background-color: var(--ul-primary);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  color: var(--white);
}
.ul-inner-sidebar-search form button:hover {
  background-color: var(--ul-black);
}
.ul-inner-sidebar-categories a {
  border-radius: 999px;
  padding: clamp(10px, 0.84vw, 16px) clamp(16px, 1.26vw, 24px);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-gray);
  margin-bottom: clamp(8px, 0.84vw, 16px);
}
.ul-inner-sidebar-categories a:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-inner-sidebar-categories a:last-child {
  margin-bottom: 0;
}
.ul-inner-sidebar-post {
  display: flex;
  border-bottom: 1px solid #E6E5E5;
  align-items: center;
  gap: clamp(10px, 1.05vw, 20px);
  padding: clamp(12px, 1.05vw, 20px) 0;
}
.ul-inner-sidebar-post:first-child {
  padding-top: 0;
}
.ul-inner-sidebar-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.ul-inner-sidebar-post .img {
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.ul-inner-sidebar-post .img img {
  width: clamp(70px, 5.25vw, 100px);
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ul-inner-sidebar-post .date {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-gray);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-inner-sidebar-post .date .icon {
  display: inline-flex;
  font-size: 16px;
}
.ul-inner-sidebar-post .title a {
  font-weight: 600;
  font-family: var(--font-quicksand);
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--black);
}
.ul-inner-sidebar-post .title a:hover {
  color: var(--ul-primary);
}
.ul-inner-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(8px, 0.63vw, 12px);
}
.ul-inner-sidebar-tags a {
  height: clamp(30px, 1.89vw, 36px);
  border: 1px solid rgba(86, 86, 86, 0.3);
  padding: 0 clamp(12px, 0.95vw, 18px) 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--black);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-inner-sidebar-tags a:hover {
  background-color: var(--ul-primary);
  border-color: var(--ul-primary);
  color: var(--white);
}

.ul-service-details-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: clamp(27px, 3.52vw, 67px);
}
.ul-service-details-img img {
  aspect-ratio: 1410/700;
}
.ul-service-details-txt {
  max-width: clamp(750px, 48.87vw, 930px);
  margin: auto;
}
.ul-service-details-title,
.ul-service-details h2 {
  font-weight: 700;
  font-size: clamp(25px, 2.63vw, 50px);
  font-family: var(--font-quicksand);
  color: var(--ul-black);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-service-details-descr,
.ul-service-details p {
  font-size: clamp(13px, 0.84vw, 16px);
  color: var(--ul-p);
}
.ul-service-details-inner-block {
  margin-top: clamp(24px, 2.31vw, 44px);
}
.ul-service-details-inner-title,
.ul-service-details h3 {
  font-weight: 700;
  font-size: clamp(22px, 1.68vw, 32px);
  font-family: var(--font-quicksand);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-service-details ul {
  margin-top: clamp(15px, 1.58vw, 30px);
}
.ul-service-details ul li {
  margin-bottom: clamp(10px, 1.05vw, 20px);
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
  display: flex;
  align-items: baseline;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-service-details ul li::before {
  content: "\f139";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.ul-service-details-video-cover {
  position: relative;
  margin: clamp(25px, 3.94vw, 75px) 0;
}
.ul-service-details-video-cover img {
  width: 100%;
  aspect-ratio: 1410/700;
  object-fit: cover;
  border-radius: 20px;
}
.ul-service-details-video-cover a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  aspect-ratio: 1/1;
  padding: clamp(15px, 2.1vw, 40px);
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-service-details-video-cover a:hover {
  background-color: var(--ul-black);
  color: var(--white);
}

.ul-donation-details {
  margin-left: clamp(20px, 2.63vw, 50px);
}
@media screen and (max-width: 991px) {
  .ul-donation-details {
    margin-left: 0;
  }
}
.ul-donation-details-img {
  margin-bottom: clamp(22px, 2.47vw, 47px);
}
.ul-donation-details-img img {
  border-radius: 30px;
  width: 100%;
  aspect-ratio: 890/600;
}
.ul-donation-details-raised {
  font-weight: 700;
  font-size: clamp(25px, 2.63vw, 50px);
  font-family: var(--font-quicksand);
  color: var(--ul-black);
  margin-bottom: clamp(18px, 1.47vw, 28px);
}
.ul-donation-details-raised .target {
  color: var(--ul-gray);
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
}
.ul-donation-details .ul-donation-progress {
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: clamp(20px, 2.1vw, 40px);
}
.ul-donation-details-notice {
  background-color: var(--ul-gray3);
  padding: clamp(15px, 1.26vw, 24px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: clamp(13px, 0.84vw, 16px);
}
.ul-donation-details-notice p {
  margin-bottom: 0;
  color: var(--ul-p);
}
.ul-donation-details-notice p strong {
  color: var(--ul-black);
}
.ul-donation-details-donate-form-wrapper {
  padding: clamp(37px, 2.1vw, 40px) 0 clamp(52px, 2.89vw, 55px);
}
.ul-donation-details-donate-form-wrapper .selected-amount {
  background-color: var(--ul-gray3);
  border-radius: 999px;
  height: 50px;
  padding: 5px;
  padding-right: clamp(10px, 0.63vw, 12px);
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.63vw, 12px);
  margin-bottom: clamp(12px, 1.26vw, 24px);
  font-weight: 700;
  display: none;
}
.ul-donation-details-donate-form-wrapper .selected-amount .currency {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  background-color: var(--ul-primary);
  color: var(--white);
  border-radius: 50%;
}
.ul-donation-details .ul-donate-form .custom-amount-wrapper input,
.ul-donation-details .ul-donate-form label {
  background-color: var(--ul-gray3);
  height: clamp(30px, 1.73vw, 33px);
  font-weight: 700;
  font-size: 12px;
  padding-top: 1px;
}
.ul-donation-details .ul-donate-form .custom-amount-wrapper input {
  background-color: transparent;
}
.ul-donation-details .ul-donate-form .custom-amount-wrapper input::placeholder {
  color: var(--ul-black);
}
.ul-donation-details-payment-methods {
  margin-bottom: clamp(25px, 2.89vw, 55px);
}
.ul-donation-details-payment-methods-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(16px, 1.05vw, 20px);
  color: var(--ul-black);
  margin-bottom: clamp(5px, 0.42vw, 8px);
  letter-spacing: -0.04em;
  border-bottom: 1px solid rgba(30, 37, 47, 0.3);
  padding-bottom: clamp(15px, 1.31vw, 25px);
  margin-bottom: clamp(14px, 1.05vw, 20px);
}
.ul-donation-details-payment-methods-form {
  display: flex;
  gap: clamp(14px, 1.26vw, 24px);
  flex-wrap: wrap;
}
.ul-donation-details-payment-methods-form label {
  font-weight: 800;
}
.ul-donation-details-personal-info-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  color: var(--ul-black);
  font-size: clamp(22px, 1.68vw, 32px);
  margin-bottom: 5px;
}
.ul-donation-details-personal-info-sub-title {
  margin-bottom: clamp(12px, 1.16vw, 22px);
}
.ul-donation-details-personal-info-form input {
  height: clamp(46px, 3.36vw, 64px);
  width: 100%;
  border: 1px solid var(--ul-gray3);
  background-color: var(--ul-gray3);
  border-radius: 8px;
  padding: clamp(14px, 1.05vw, 20px);
}
.ul-donation-details-form-bottom {
  margin-top: clamp(25px, 2.63vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ul-donation-details-form-bottom .donation-total {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(15px, 1.05vw, 20px);
}
.ul-donation-details-form-bottom .donation-total .number {
  color: var(--ul-primary);
}
.ul-donation-details-summary {
  margin-top: clamp(30px, 3.68vw, 70px);
}
.ul-donation-details-summary-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(25px, 1.68vw, 32px);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-donation-details-summary-txt p {
  color: var(--ul-p);
  font-size: clamp(13px, 0.84vw, 16px);
}
.ul-donation-details-summary-txt ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(10px, 1.05vw, 20px) 10px;
  margin: clamp(18px, 1.84vw, 35px) 0;
}
@media screen and (max-width: 767px) {
  .ul-donation-details-summary-txt ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.ul-donation-details-summary-txt ul li {
  font-weight: 500;
  font-size: clamp(15px, 0.95vw, 18px);
  display: flex;
  align-items: baseline;
  gap: clamp(7px, 0.53vw, 10px);
  margin-bottom: 0;
}
.ul-donation-details-summary-txt ul li::before {
  content: "\f139";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.ul-donation-details-summary-txt blockquote {
  background-color: var(--ul-gray3);
  margin: clamp(18px, 1.84vw, 35px) 0;
  font-size: clamp(13px, 0.84vw, 16px);
  padding: clamp(18px, 1.84vw, 35px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.58vw, 30px);
}
.ul-donation-details-summary-txt blockquote::before {
  content: "";
  display: inline-block;
  background: url(../img/quote-icon.svg) no-repeat center center;
  background-size: 100% 100%;
  width: clamp(45px, 2.63vw, 50px);
  aspect-ratio: 50/40;
  flex-shrink: 0;
}
.ul-donation-details-summary-imgs {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
  margin: clamp(20px, 2.1vw, 40px) 0;
  max-width: 100%;
}
.ul-donation-details-summary-imgs > * {
  max-width: calc((100% - clamp(15px, 1.58vw, 30px)) / 2);
}
.ul-donation-details-summary-imgs img {
  width: 100%;
  aspect-ratio: 430/350;
  border-radius: 20px;
}

.ul-donation-progress-2 {
  padding-top: 20px;
}

.ul-event-details-img {
  border-radius: clamp(15px, 1.58vw, 30px);
  overflow: hidden;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-event-details-infos {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.58vw, 30px);
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 500;
  color: var(--ul-gray);
  margin-bottom: clamp(6px, 0.47vw, 9px);
}
.ul-event-details-info {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.ul-event-details-info i {
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-primary);
}
.ul-event-details-title,
.ul-event-details h2 {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(26px, 2.63vw, 50px);
  line-height: 120%;
  letter-spacing: -0.04em;
  color: var(--ul-black);
  margin-bottom: clamp(11px, 1.1vw, 21px);
}
.ul-event-details-inner-title,
.ul-event-details h3 {
  font-weight: 700;
  font-size: clamp(26px, 1.68vw, 32px);
  font-family: var(--font-quicksand);
  margin-bottom: clamp(10px, 1.05vw, 20px);
  margin-top: clamp(23px, 2.26vw, 43px);
}
.ul-event-details-descr,
.ul-event-details p {
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 167%;
  color: var(--ul-p);
  margin-bottom: clamp(8px, 0.79vw, 15px);
}
.ul-event-details-list li,
.ul-event-details ul li {
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-black);
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: clamp(7px, 0.53vw, 10px);
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-event-details-list li::before,
.ul-event-details ul li::before {
  content: "\f139";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.ul-event-details-map iframe {
  width: 100%;
  aspect-ratio: 890/524;
  border-radius: clamp(15px, 1.58vw, 30px);
}

.ul-form input,
.ul-form textarea {
  background-color: var(--ul-gray3);
  border-color: var(--ul-gray3);
}

.ul-project-details-img-slider {
  border-radius: clamp(15px, 1.58vw, 30px);
  margin-bottom: clamp(30px, 3.15vw, 60px);
}
.ul-project-details-img-slider .ul-slider-nav {
  left: clamp(15px, 1.58vw, 30px);
  right: clamp(15px, 1.58vw, 30px);
  width: auto;
}
.ul-project-details-img-slider .ul-slider-nav button {
  background-color: var(--white);
  color: var(--ul-black);
}
.ul-project-details-img-slider .ul-slider-nav button:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-project-details-infos {
  background-color: var(--ul-black);
  color: var(--white);
  padding: clamp(20px, 2.1vw, 40px);
  border-radius: 18px;
}
.ul-project-details-infos-title {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(24px, 1.68vw, 32px);
  line-height: 120%;
  color: var(--white);
  margin-bottom: clamp(15px, 1.31vw, 25px);
}
.ul-project-details-infos-list {
  margin-bottom: clamp(17px, 1.94vw, 37px);
}
.ul-project-details-infos-list li {
  margin-bottom: 10px;
  display: flex;
  --gap-beween: clamp(5px, 1.84vw, 35px);
  gap: var(--gap-beween);
  margin-bottom: clamp(8px, 0.95vw, 18px);
}
.ul-project-details-infos-list li .key {
  min-width: clamp(80px, 4.36vw, 83px);
  display: block;
  width: calc(30% - var(--gap-beween));
}
.ul-project-details-infos-list li .value {
  width: calc(70% - var(--gap-beween));
  margin-left: auto;
}
.ul-project-details-infos-shares a {
  border-radius: 50%;
}
.ul-project-details-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(67, 67, 67, 0.3);
  border-width: 1px 0;
  padding: clamp(20px, 3.15vw, 60px) 0;
  margin-top: clamp(30px, 5.25vw, 100px);
}
.ul-project-details-nav button,
.ul-project-details-nav a {
  display: flex;
  align-items: center;
  visibility: hidden;
  font-weight: 700;
  gap: clamp(5px, 0.42vw, 8px);
  color: var(--ul-black);
}
.ul-project-details-nav button:hover,
.ul-project-details-nav a:hover {
  color: var(--ul-primary);
}
.ul-project-details-nav button:hover i,
.ul-project-details-nav a:hover i {
  background-color: var(--ul-primary);
}
.ul-project-details-nav button > *,
.ul-project-details-nav a > * {
  visibility: visible;
}
.ul-project-details-nav button i,
.ul-project-details-nav a i {
  width: clamp(35px, 2.1vw, 40px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  background-color: var(--ul-black);
  color: var(--white);
  align-items: center;
  justify-content: center;
  font-size: clamp(13px, 0.84vw, 16px);
  transition: 0.4s ease;
}
.ul-project-details-nav button:last-child,
.ul-project-details-nav a:last-child {
  flex-direction: row-reverse;
}

.ul-blog-details-txt blockquote {
  background-color: var(--ul-primary);
  color: var(--white);
}
.ul-blog-details-txt blockquote::before {
  background-image: url(../img/quote-icon-white.svg);
}
.ul-blog-details-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.ul-blog-details-actions .actions-title {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ul-blog-details-actions .tags-wrapper,
.ul-blog-details-actions .shares-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ul-blog-details-actions .tags-wrapper a,
.ul-blog-details-actions .tags-wrapper button {
  border-left: 1px solid var(--ul-gray);
  line-height: 0.7;
  padding-left: clamp(9px, 0.63vw, 12px);
  margin-left: clamp(9px, 0.63vw, 12px);
}
.ul-blog-details-actions .tags-wrapper a:first-child,
.ul-blog-details-actions .tags-wrapper button:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.ul-blog-details-actions .tags-wrapper a:hover,
.ul-blog-details-actions .tags-wrapper button:hover {
  border-color: var(--ul-primary);
}
.ul-blog-details-actions .share-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(7px, 0.53vw, 10px);
}
.ul-blog-details-actions .share-options a {
  color: var(--black);
  display: flex;
  width: clamp(25px, 1.47vw, 28px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--ul-black);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.ul-blog-details-actions .share-options a:hover {
  background-color: var(--ul-primary);
}
.ul-blog-details-reviews {
  margin-top: clamp(22px, 1.84vw, 35px);
}
.ul-blog-details-review .main-comment {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.26vw, 24px);
}
@media screen and (max-width: 479px) {
  .ul-blog-details-review {
    flex-direction: column;
  }
}
.ul-blog-details-review-reviewer-img {
  flex-shrink: 0;
}
.ul-blog-details-review-reviewer-img img {
  width: clamp(70px, 4.73vw, 90px);
  aspect-ratio: 1/1;
  border-radius: 10px;
  object-fit: cover;
}
.ul-blog-details-review-txt {
  flex-grow: 1;
}
.ul-blog-details-review-txt .reviewer-name {
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
  line-height: 110%;
  color: var(--ul-black);
  font-family: var(--font-quicksand);
}
.ul-blog-details-review-txt .review-date {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 400;
  margin-bottom: 0;
  color: var(--ul-gray);
}
.ul-blog-details-review p {
  font-weight: 400;
  margin-bottom: clamp(7px, 0.53vw, 10px);
  color: var(--ul-gray);
}
.ul-blog-details-review-reply-btn {
  font-weight: 700;
  font-size: clamp(13px, 0.84vw, 16px);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: clamp(8px, 0.68vw, 13px);
}
.ul-blog-details-review-reply-btn i {
  color: var(--ul-primary);
}
.ul-blog-details-review-reply-btn:hover {
  color: var(--ul-primary);
}
.ul-blog-details-review-replies {
  margin-left: clamp(20px, 6.04vw, 115px);
}
.ul-blog-details-review-reply {
  margin-top: clamp(15px, 1.84vw, 35px);
}
.ul-blog-details-review-form-wrapper {
  margin-top: clamp(35px, 3.68vw, 70px);
}
.ul-blog-details-review-form-wrapper .ul-btn:hover {
  color: var(--ul-black);
}

.ul-contact-info {
  background-color: var(--ul-gray3);
  border-radius: 20px;
  padding: clamp(20px, 2.1vw, 40px) clamp(15px, 1.84vw, 35px);
}
.ul-contact-info .icon {
  background-color: var(--ul-primary);
  width: clamp(60px, 4.2vw, 80px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: clamp(26px, 2.1vw, 40px);
  margin-bottom: clamp(25px, 2.89vw, 55px);
}
.ul-contact-info .title {
  display: block;
  font-size: clamp(15px, 0.95vw, 18px);
  color: var(--ul-gray);
  margin-bottom: 4px;
}
.ul-contact-info a,
.ul-contact-info .descr {
  font-family: var(--font-quicksand);
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
}
.ul-contact-info a:hover {
  color: var(--ul-primary);
}
.ul-contact-map iframe {
  width: 100%;
  aspect-ratio: 1920/800;
  vertical-align: top;
}

.ul-inner-contact-container {
  max-width: clamp(587px, 48.87vw, 930px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ul-inner-contact-container {
    margin: 0 15px;
  }
}

.ul-404-container {
  max-width: 750px;
  margin: auto;
}
.ul-404-img {
  margin-bottom: clamp(10px, 0.79vw, 15px);
}
.ul-404 p {
  margin-top: clamp(8px, 0.63vw, 12px);
  font-size: clamp(13px, 0.84vw, 16px);
  margin-bottom: clamp(16px, 1.37vw, 26px);
}
.ul-404 .ul-btn {
  background-color: var(--ul-black);
  border-color: var(--ul-black);
}
.ul-404 .ul-btn i {
  color: var(--ul-black);
}
.ul-404 .ul-btn:hover {
  background-color: transparent;
  color: var(--ul-black);
}
.ul-404 .ul-btn:hover i {
  color: var(--white);
}

.ul-team-details-img {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: clamp(20px, 2.1vw, 40px);
}
.ul-team-details-img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ul-team-details-name {
  margin-bottom: clamp(5px, 0.42vw, 8px);
}
.ul-team-details-role {
  font-weight: 600;
  font-size: clamp(16px, 1.05vw, 20px);
  color: var(--ul-black);
  margin-bottom: clamp(15px, 1.52vw, 29px);
}
.ul-team-details-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 1.5;
  color: var(--ul-gray);
  margin-bottom: clamp(15px, 0.95vw, 18px);
}
.ul-team-details-infos {
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-team-details-info {
  margin-bottom: clamp(7px, 0.63vw, 12px);
}
.ul-team-details-info,
.ul-team-details-info a {
  font-size: clamp(13px, 0.84vw, 16px);
  font-weight: 600;
  color: var(--ul-black);
  display: flex;
  align-items: center;
  gap: 10px;
}
.ul-team-details-info a:hover {
  color: var(--ul-primary);
}
.ul-team-details-socials {
  display: flex;
  gap: clamp(5px, 0.42vw, 8px);
  font-weight: 500;
  margin-bottom: clamp(30px, 3.42vw, 65px);
}
.ul-team-details-socials a {
  color: var(--ul-black);
  font-size: clamp(13px, 0.84vw, 16px);
  background-color: var(--ul-gray3);
  width: clamp(36px, 2.31vw, 44px);
  aspect-ratio: 1/1;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ul-team-details-socials a:hover {
  color: var(--white);
  background-color: var(--ul-primary);
}
.ul-team-details-experiences {
  margin-bottom: clamp(30px, 3.42vw, 65px);
}
.ul-team-details-experience {
  margin-bottom: clamp(15px, 1.31vw, 25px);
}
.ul-team-details-experience:last-child {
  margin-bottom: 0;
}
.ul-team-details-experience .experience-title {
  font-weight: 700;
  color: var(--ul-black);
  margin-bottom: 0;
}
.ul-team-details-experience .ul-progress-container {
  background-color: rgba(235, 82, 16, 0.5);
  border: none;
}
.ul-team-details-experience .ul-progressbar {
  height: clamp(7px, 0.53vw, 10px);
  border-radius: 999px;
}
.ul-team-details-experience .ul-progressbar::before {
  content: none;
}
.ul-team-details-experience .ul-progress-label {
  font-weight: 700;
  color: var(--ul-black);
  font-size: clamp(13px, 0.84vw, 16px);
}

.ul-pricing-packages {
  display: flex;
  gap: clamp(15px, 1.58vw, 30px);
}
@media screen and (max-width: 479px) {
  .ul-pricing-packages {
    flex-direction: column;
  }
}
.ul-pricing-packages > * {
  flex: auto;
}
.ul-pricing-package {
  border-radius: clamp(22px, 1.68vw, 32px);
  background-color: var(--ul-gray3);
  padding: clamp(20px, 2.1vw, 40px) clamp(15px, 1.84vw, 35px);
}
.ul-pricing-package-heading {
  position: relative;
  margin-bottom: clamp(15px, 1.58vw, 30px);
}
.ul-pricing-package-heading .tag {
  position: absolute;
  top: clamp(-14px, -0.74vw, -11px);
  right: clamp(20px, 1.37vw, 26px);
  background-color: var(--ul-secondary);
  font-size: clamp(13px, 0.84vw, 16px);
  border-radius: 5px;
  padding: clamp(1.5px, 0.24vw, 4.5px) clamp(8px, 0.58vw, 11px);
}
.ul-pricing-package-name {
  font-weight: 700;
  font-size: clamp(18px, 1.26vw, 24px);
  font-family: var(--font-quicksand);
  margin-bottom: clamp(10px, 0.95vw, 18px);
  display: inline-block;
}
.ul-pricing-package-heading-bottom {
  display: flex;
  align-items: flex-end;
  margin-bottom: clamp(10px, 1.05vw, 20px);
}
.ul-pricing-package-price {
  font-weight: 700;
  font-size: clamp(40px, 4.2vw, 80px);
  line-height: 0.7;
  font-family: var(--font-quicksand);
}
.ul-pricing-package-duration {
  font-size: clamp(17px, 1.05vw, 20px);
  display: block;
  font-weight: 500;
}
.ul-pricing-package-duration .divider {
  line-height: 1.2;
}
.ul-pricing-package-descr {
  font-size: clamp(13px, 0.84vw, 16px);
  line-height: 167%;
  color: var(--ul-p);
  margin-bottom: 0;
}
.ul-pricing-package-body {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ul-pricing-package-body-list {
  margin-bottom: clamp(20px, 2.36vw, 45px);
}
.ul-pricing-package-body-list li {
  display: flex;
  align-items: baseline;
  gap: clamp(5px, 0.42vw, 8px);
  color: var(--ul-black);
  margin-bottom: clamp(12px, 0.79vw, 15px);
}
.ul-pricing-package-body-list li::before {
  content: "\f139";
  font-family: flaticon_charitics !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
.ul-pricing-package-body-list li:last-child {
  margin-bottom: 0;
}
.ul-pricing-package-btn {
  height: clamp(42px, 2.63vw, 50px);
  background-color: var(--ul-black);
  color: var(--white);
  border-radius: 999px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.ul-pricing-package-btn:hover {
  background-color: var(--ul-primary);
  color: var(--white);
}/*# sourceMappingURL=style.css.map */

/* Menú móvil de Abrazo Dorado */
@media screen and (max-width: 991px) {
  .ul-sidebar {
    width: min(88vw, 390px);
    max-width: 390px;
    padding: 22px 20px 26px;
    gap: 22px;
    border: 0;
    border-left: 4px solid var(--ul-primary);
    background: linear-gradient(180deg, #ffffff 0%, #f2fbf8 100%);
    box-shadow: -16px 0 42px rgba(12, 55, 52, .2);
  }
  .ul-sidebar-header { align-items: center; padding-bottom: 17px; border-color: rgba(11, 113, 101, .14); }
  .ul-sidebar-header-logo .logo { width: auto; max-width: 155px; max-height: 68px; object-fit: contain; }
  .ul-sidebar-closer { width: 42px; height: 42px; align-items: center; justify-content: center; border: 1px solid rgba(7, 133, 117, .2); border-radius: 50%; color: #087d70; background: #ecfaf6; font-size: 18px; }
  .ul-sidebar-header-nav-wrapper { width: 100%; }
  .ul-sidebar .ul-header-nav { width: 100%; flex-direction: column; align-items: stretch; gap: 7px; padding: 4px 0; }
  .ul-sidebar .ul-header-nav a { display: flex; align-items: center; min-height: 49px; padding: 12px 15px; border: 1px solid #dcece8; border-radius: 12px; color: #174f49; background: #fff; font-weight: 700; line-height: 1.2; box-shadow: 0 4px 12px rgba(11, 84, 76, .04); }
  .ul-sidebar .ul-header-nav a::before { content: "›"; display: inline-grid; place-items: center; width: 23px; height: 23px; margin-right: 10px; border-radius: 50%; color: #fff; background: var(--ul-primary); font-size: 20px; line-height: 1; }
  .ul-sidebar .ul-header-nav a:hover, .ul-sidebar .ul-header-nav a:focus { color: #fff; border-color: var(--ul-primary); background: var(--ul-primary); }
  .ul-sidebar .ul-header-nav a:hover::before, .ul-sidebar .ul-header-nav a:focus::before { color: var(--ul-primary); background: #fff; }
  .ul-sidebar-footer { width: 100%; padding-top: 20px; border-top: 1px solid rgba(11, 113, 101, .14); }
  .ul-sidebar-footer-title { margin-bottom: 12px; color: #174f49; font-size: 16px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .ul-sidebar-footer-social { gap: 10px; }
  .ul-sidebar-footer-social a { width: 43px; height: 43px; border: 0; color: #087d70; background: #fff; box-shadow: 0 5px 13px rgba(11, 84, 76, .12); }
  .ul-sidebar-footer-social a[aria-label="Facebook"]:hover { background: #1877f2; }
  .ul-sidebar-footer-social a[aria-label="Instagram"]:hover { background: #d62976; }
  .ul-sidebar-footer-social a[aria-label="WhatsApp"]:hover { background: #25d366; }
}
@media screen and (max-width: 420px) { .ul-sidebar { width: 92vw; padding: 18px 16px 22px; }.ul-sidebar-header-logo .logo { max-width: 130px; } }

/* Modal para solicitudes de documentos */
.document-request-section { display: none; }
.document-modal { position: fixed; z-index: 10050; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
.document-modal.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.document-modal-backdrop { position: absolute; inset: 0; background: rgba(9, 35, 40, .72); backdrop-filter: blur(5px); }
.document-modal-card { position: relative; z-index: 1; width: min(100%, 730px); max-height: min(90vh, 780px); overflow: auto; padding: clamp(27px, 4vw, 42px); border-radius: 25px; background: #fff; box-shadow: 0 25px 75px rgba(0, 0, 0, .28); transform: translateY(22px) scale(.98); transition: transform .25s ease; }
.document-modal.is-open .document-modal-card { transform: translateY(0) scale(1); }
.document-modal-close { position: absolute; top: 15px; right: 15px; display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 50%; color: #0b7165; background: #eaf9f5; font-size: 29px; line-height: 1; transition: background .2s ease, color .2s ease, transform .2s ease; }
.document-modal-close:hover { color: #fff; background: var(--ul-primary); transform: rotate(90deg); }
.document-modal-heading { padding-right: 45px; margin-bottom: 24px; }
.document-modal-heading > span { color: #078b7b; font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.document-modal-heading h2 { margin: 8px 0 9px; font-size: clamp(28px, 3vw, 38px); }
.document-modal-heading p { margin: 0; color: var(--ul-gray); line-height: 1.6; }
.document-modal-form label { display: block; margin-bottom: 7px; color: #315856; font-size: 14px; font-weight: 700; }
.document-modal-form input, .document-modal-form select, .document-modal-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #d7e6e2; border-radius: 11px; outline: 0; color: var(--ul-black); background: #fbfdfd; }
.document-modal-form textarea { min-height: 105px; resize: vertical; }
.document-modal-form input:focus, .document-modal-form select:focus, .document-modal-form textarea:focus { border-color: var(--ul-primary); box-shadow: 0 0 0 4px rgba(0, 188, 166, .12); }
.document-modal-form .ul-btn { border: 0; }
.document-modal-form .ul-btn[disabled] { cursor: wait; opacity: .7; }
.document-modal-success { padding: 26px 10px 8px; color: #174f49; text-align: center; }
.document-modal-success span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 15px; border-radius: 50%; color: #fff; background: var(--ul-primary); font-size: 30px; font-weight: 800; }
.document-modal-success strong { display: block; margin-bottom: 8px; font-size: 23px; }
.document-modal-success p { margin: 0; color: var(--ul-gray); }
body.document-modal-open { overflow: hidden; }
@media screen and (max-width: 575px) { .document-modal { padding: 12px; }.document-modal-card { max-height: 93vh; padding: 27px 20px; border-radius: 20px; }.document-modal-heading h2 { font-size: 29px; } }

/* Página temporal de donaciones */
.donation-soon { position: relative; overflow: hidden; min-height: 620px; padding: clamp(85px, 10vw, 150px) 0; color: #fff; background: radial-gradient(circle at 18% 16%, rgba(0, 222, 187, .24), transparent 28%), linear-gradient(125deg, #073d3b, #087d70 58%, #00aa92); }
.donation-soon-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); align-items: center; gap: clamp(38px, 7vw, 115px); }
.donation-soon-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .55; animation: donationFloat 7s ease-in-out infinite; }.donation-soon-glow-one { width: 280px; height: 280px; top: -90px; right: 13%; background: rgba(255, 216, 74, .35); }.donation-soon-glow-two { width: 190px; height: 190px; bottom: -55px; left: 42%; background: rgba(255,255,255,.16); animation-delay: -3s; }
.donation-soon-status { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.32); border-radius: 99px; color: #e9fffb; background: rgba(255,255,255,.1); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.donation-soon-status i { width: 8px; height: 8px; border-radius: 50%; background: #ffd84a; box-shadow: 0 0 0 0 rgba(255,216,74,.8); animation: donationPulse 1.8s infinite; }
.donation-soon h1 { max-width: 680px; margin: 17px 0; color: #fff; font-size: clamp(48px, 6.4vw, 88px); line-height: .98; }.donation-soon h1 em { color: #ffe16a; font-style: normal; }.donation-soon-copy > p { max-width: 610px; margin-bottom: 15px; color: rgba(255,255,255,.92); font-size: clamp(18px, 1.55vw, 23px); line-height: 1.55; }.donation-soon-copy .donation-soon-small { color: rgba(255,255,255,.73); font-size: 16px; }
.donation-soon-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 30px; }.donation-soon-actions .ul-btn { color: #064741; background: #fff; }.donation-soon-actions .ul-btn:hover { color: #fff; background: #063b38; }.donation-soon-whatsapp { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 21px; border: 1px solid rgba(255,255,255,.55); border-radius: 99px; color: #fff; font-weight: 800; }.donation-soon-whatsapp:hover { color: #064741; background: #ffe16a; border-color: #ffe16a; }
.donation-soon-more { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; padding: 0; color: #fff; background: transparent; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }.donation-soon-more span { display: grid; place-items: center; width: 20px; height: 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; text-decoration: none; }.donation-soon-details { max-width: 550px; margin-top: 16px; padding: 14px 16px; border-left: 3px solid #ffe16a; border-radius: 0 10px 10px 0; background: rgba(0,0,0,.14); }.donation-soon-details p { margin: 0; color: #fff; font-size: 15px; }
.donation-soon-visual { position: relative; display: grid; place-items: center; min-height: 385px; }.donation-orbit { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; animation: donationSpin 15s linear infinite; }.donation-orbit-one { width: min(34vw, 365px); aspect-ratio: 1; }.donation-orbit-two { width: min(25vw, 270px); aspect-ratio: 1; border-style: dashed; animation-direction: reverse; animation-duration: 12s; }.donation-soon-card { position: relative; z-index: 1; width: min(100%, 300px); padding: 34px 28px 27px; overflow: hidden; border: 1px solid rgba(255,255,255,.38); border-radius: 25px; text-align: center; background: linear-gradient(145deg, rgba(255,255,255,.28), rgba(255,255,255,.08)); box-shadow: 0 28px 55px rgba(0, 26, 23, .24); backdrop-filter: blur(12px); transform: rotate(-5deg); transition: transform .35s ease; }.donation-soon-card:hover { transform: rotate(0) translateY(-8px); }.donation-heart { display: grid; place-items: center; width: 75px; height: 75px; margin: 0 auto 20px; border-radius: 50%; color: #0b7469; background: #ffe16a; font-size: 53px; line-height: 1; animation: donationHeart 2.2s ease-in-out infinite; }.donation-soon-card span { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.donation-soon-card strong { display: block; font-family: var(--font-quicksand); font-size: 27px; line-height: 1.15; }.donation-soon-card p { margin: 12px 0 0; color: rgba(255,255,255,.84); line-height: 1.5; }.donation-card-line { display: flex; justify-content: center; gap: 7px; margin-top: 22px; }.donation-card-line i { width: 28px; height: 4px; border-radius: 99px; background: rgba(255,255,255,.38); }.donation-card-line i:first-child { background: #ffe16a; }.donation-soon-tag { position: absolute; z-index: 2; padding: 9px 13px; border-radius: 12px; color: #155f58; background: #fff; box-shadow: 0 10px 22px rgba(0,0,0,.14); font-size: 13px; font-weight: 800; animation: donationFloat 4s ease-in-out infinite; }.donation-soon-tag.tag-one { top: 10%; right: 3%; }.donation-soon-tag.tag-two { bottom: 10%; left: 0; animation-delay: -2s; }
.donation-soon-steps { padding: clamp(75px, 8vw, 125px) 0; background: #f2faf8; }.donation-soon-steps-heading { max-width: 610px; margin: 0 auto 42px; text-align: center; }.donation-soon-steps-heading span { color: #078b7a; font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.donation-soon-steps-heading h2 { margin: 10px 0 0; font-size: clamp(30px, 3.4vw, 49px); }.donation-soon-step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1050px; margin: auto; }.donation-soon-step-grid article { padding: 28px; border-radius: 19px; background: #fff; box-shadow: 0 10px 30px rgba(15, 91, 81, .08); transition: transform .25s ease; }.donation-soon-step-grid article:hover { transform: translateY(-7px); }.donation-soon-step-grid span { display: inline-grid; place-items: center; width: 39px; height: 39px; margin-bottom: 19px; border-radius: 50%; color: #fff; background: var(--ul-primary); font-size: 13px; font-weight: 800; }.donation-soon-step-grid h3 { margin-bottom: 9px; font-size: 21px; }.donation-soon-step-grid p { margin: 0; color: var(--ul-gray); line-height: 1.6; }
@keyframes donationFloat { 50% { transform: translateY(-14px); } } @keyframes donationSpin { to { transform: rotate(360deg); } } @keyframes donationPulse { 70% { box-shadow: 0 0 0 10px rgba(255,216,74,0); } 100% { box-shadow: 0 0 0 0 rgba(255,216,74,0); } } @keyframes donationHeart { 50% { transform: scale(1.09); } }
@media screen and (max-width: 991px) { .donation-soon-layout { grid-template-columns: 1fr; }.donation-soon-copy { text-align: center; }.donation-soon-copy > p { margin-left: auto; margin-right: auto; }.donation-soon-actions { justify-content: center; }.donation-soon-details { margin-left: auto; margin-right: auto; text-align: left; }.donation-soon-visual { min-height: 330px; }.donation-orbit-one { width: 340px; }.donation-orbit-two { width: 250px; } }.@media screen and (max-width: 650px) { .donation-soon { min-height: 0; }.donation-soon-actions { flex-direction: column; }.donation-soon-actions > * { width: 100%; }.donation-soon-visual { min-height: 285px; }.donation-soon-card { width: 245px; padding: 28px 20px 22px; }.donation-orbit-one { width: 290px; }.donation-orbit-two { width: 215px; }.donation-soon-tag.tag-one { right: -4px; }.donation-soon-tag.tag-two { left: -3px; }.donation-soon-step-grid { grid-template-columns: 1fr; } }

/* Política de privacidad */
.privacy-hero { min-height: 440px; display: grid; align-items: center; color: #fff; text-align: center; background: linear-gradient(110deg, rgba(8, 48, 53, .92), rgba(1, 150, 132, .68)), url("../images/aquines-ayudamos/convivencia.png") center/cover no-repeat; }
.privacy-hero-content { max-width: 760px; margin: auto; padding: 80px 0; }
.privacy-hero-content > span, .privacy-cta-content > span { color: #e5fffa; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.privacy-hero h1 { margin: 12px 0 15px; color: #fff; font-size: clamp(42px, 5vw, 72px); }
.privacy-hero p { margin: 0; font-size: clamp(19px, 1.7vw, 26px); }
.privacy-layout { display: grid; grid-template-columns: 255px minmax(0, 1fr); gap: clamp(30px, 5vw, 75px); max-width: 1100px; margin: auto; }
.privacy-sidebar { align-self: start; position: sticky; top: 115px; display: grid; gap: 4px; padding: 22px; border-radius: 18px; background: #f1faf8; }
.privacy-sidebar > span { margin-bottom: 8px; color: #087c6e; font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.privacy-sidebar a { padding: 9px 10px; border-radius: 9px; color: #315c57; font-weight: 600; }
.privacy-sidebar a:hover { color: #fff; background: var(--ul-primary); }
.privacy-updated { display: inline-flex; margin-bottom: 20px; padding: 7px 12px; border-radius: 99px; color: #087d70; background: #e8f8f4; font-size: 13px; font-weight: 700; }
.privacy-lead { margin-bottom: 35px; padding-bottom: 30px; border-bottom: 1px solid #dceae6; color: #466763; font-size: 18px; line-height: 1.7; }
.privacy-article section { scroll-margin-top: 120px; margin-bottom: 34px; }
.privacy-article h2 { margin-bottom: 12px; font-size: clamp(23px, 2vw, 29px); }
.privacy-article p { color: var(--ul-gray); line-height: 1.75; }
.privacy-article a { color: #078a79; font-weight: 700; }
.privacy-cta { padding: 80px 0; color: #fff; text-align: center; background: linear-gradient(110deg, rgba(10, 68, 63, .93), rgba(0, 188, 166, .74)), url("../images/aquines-ayudamos/comunidad.png") center/cover no-repeat; }
.privacy-cta-content { max-width: 760px; margin: auto; }
.privacy-cta h2 { margin: 12px 0 15px; color: #fff; }
.privacy-cta p { margin: 0 auto 27px; font-size: 18px; line-height: 1.65; }
.privacy-cta .ul-btn { color: var(--ul-black); background: #fff; }
.privacy-cta .ul-btn:hover { color: #fff; background: var(--ul-black); }
@media screen and (max-width: 767px) { .privacy-layout { grid-template-columns: 1fr; }.privacy-sidebar { position: static; grid-template-columns: repeat(2, 1fr); }.privacy-sidebar > span { grid-column: 1 / -1; }.privacy-hero { min-height: 390px; } }
@media screen and (max-width: 480px) { .privacy-sidebar { grid-template-columns: 1fr; }.privacy-sidebar > span { grid-column: auto; }.privacy-content { padding-top: 55px; } }

/* Simulador profesional de donaciones */
.donation-demo { position: relative; overflow: hidden; padding: clamp(125px,11vw,180px) 0 clamp(70px,8vw,120px); color: #fff; background: radial-gradient(circle at 82% 18%,rgba(255,216,74,.26),transparent 26%),linear-gradient(125deg,#073d3b,#087d70 56%,#00aa92); }
.donation-demo-glow { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .5; pointer-events: none; }.donation-demo-glow-one { width: 300px; height: 300px; top: -120px; right: 8%; background: rgba(255,225,106,.35); }.donation-demo-glow-two { width: 230px; height: 230px; bottom: -110px; left: 35%; background: rgba(255,255,255,.17); }
.donation-demo-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.9fr) minmax(420px,.78fr); align-items: center; gap: clamp(38px,7vw,110px); max-width: 1320px; }
.donation-demo-pill { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.34); border-radius: 99px; background: rgba(255,255,255,.1); font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.donation-demo-pill i { width: 9px; height: 9px; border-radius: 50%; background: #ffe16a; box-shadow: 0 0 0 6px rgba(255,225,106,.12); }
.donation-demo-intro h1 { max-width: 700px; margin: 21px 0; color: #fff; font-size: clamp(48px,5.8vw,84px); line-height: .98; letter-spacing: -.035em; }.donation-demo-intro h1 em { display: block; color: #ffe16a; font-style: normal; }
.donation-demo-intro > p { max-width: 620px; color: rgba(255,255,255,.88); font-size: clamp(18px,1.45vw,22px); line-height: 1.6; }
.donation-demo-notice { display: grid; gap: 3px; max-width: 590px; margin-top: 26px; padding: 16px 18px; border-left: 4px solid #ffe16a; border-radius: 0 14px 14px 0; background: rgba(0,0,0,.14); }.donation-demo-notice strong { color: #ffe16a; }.donation-demo-notice span { color: rgba(255,255,255,.82); font-size: 14px; }
.donation-demo-impact { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; max-width: 590px; margin-top: 26px; }.donation-demo-impact > div { display: grid; grid-template-columns: 42px 1fr; align-items: center; padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.08); }.donation-demo-impact > div > span { grid-row: span 2; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #087568; background: #ffe16a; font-size: 22px; }.donation-demo-impact strong { font-size: 15px; }.donation-demo-impact small { color: rgba(255,255,255,.7); }
.donation-demo-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 28px; color: #173c39; background: rgba(255,255,255,.97); box-shadow: 0 32px 70px rgba(0,35,32,.26); }.donation-demo-form,.donation-demo-success { padding: clamp(25px,3vw,42px); }
.donation-demo-form-head > span,.donation-demo-success-label { color: #078b7a; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.donation-demo-form-head h2,.donation-demo-success h2 { margin: 7px 0 6px; font-size: clamp(27px,2.5vw,38px); }.donation-demo-form-head p,.donation-demo-success > p { margin: 0; color: #66807c; }
.donation-demo-fieldset { margin-top: 25px; padding: 0; border: 0; }.donation-demo-fieldset legend,.donation-demo-fields label > span,.donation-demo-custom > span:first-child { margin-bottom: 9px; color: #294e4a; font-size: 13px; font-weight: 800; }
.donation-demo-amounts { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }.donation-demo-amounts button { min-height: 49px; border: 1px solid #d8e6e3; border-radius: 12px; color: #28514c; background: #f5faf9; font-weight: 800; transition: .2s ease; }.donation-demo-amounts button:hover,.donation-demo-amounts button.is-selected { color: #fff; border-color: #078b7a; background: #078b7a; box-shadow: 0 8px 18px rgba(7,139,122,.2); }
.donation-demo-custom { display: grid; grid-template-columns: 1fr auto; align-items: center; margin-top: 11px; padding: 10px 13px; border: 1px solid #d8e6e3; border-radius: 12px; background: #fff; }.donation-demo-custom > span:first-child { margin: 0; }.donation-demo-money { display: flex; align-items: center; gap: 4px; color: #078b7a; font-weight: 800; }.donation-demo-money input { width: 90px; padding: 3px 0; border: 0; outline: 0; color: #183c38; background: transparent; font-weight: 800; text-align: right; }
.donation-demo-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }.donation-demo-fields label { display: grid; }.donation-demo-fields input { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d8e6e3; border-radius: 12px; outline: 0; }.donation-demo-fields input:focus { border-color: #078b7a; box-shadow: 0 0 0 3px rgba(7,139,122,.1); }
.donation-demo-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.donation-demo-methods label { position: relative; margin: 0; }.donation-demo-methods input { position: absolute; opacity: 0; pointer-events: none; }.donation-demo-methods label span { display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 11px 13px; border: 1px solid #d8e6e3; border-radius: 12px; font-weight: 700; cursor: pointer; }.donation-demo-methods input:checked + span { color: #087568; border-color: #078b7a; background: #eaf8f5; }.donation-demo-methods b { color: #d2a535; font-size: 20px; }
.donation-test-mode { display: flex; align-items: center; gap: 9px; margin-bottom: 13px; padding: 10px 12px; border: 1px solid #ead58a; border-radius: 11px; color: #6d5a17; background: #fff9df; font-size: 11px; }
.donation-test-mode span { flex: 0 0 auto; padding: 4px 7px; border-radius: 6px; color: #fff; background: #b48a16; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.donation-test-mode strong { font-size: 11px; }
.donation-credit-card { position: relative; overflow: hidden; min-height: 164px; padding: 23px; border: 1px solid rgba(255,255,255,.3); border-radius: 19px; color: #fff; background: radial-gradient(circle at 88% 10%,rgba(255,225,106,.38),transparent 30%),linear-gradient(135deg,#075c55,#00a78f); box-shadow: 0 18px 32px rgba(7,92,85,.2); }
.donation-credit-card::after { content: ""; position: absolute; right: -45px; bottom: -65px; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.donation-card-top,.donation-credit-card > div:last-child { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.donation-card-top b { font-size: 11px; letter-spacing: .08em; }.donation-card-chip { width: 36px; height: 27px; border-radius: 7px; background: linear-gradient(135deg,#ffe16a,#cfa334); }
.donation-credit-card > strong { position: relative; z-index: 1; display: block; margin: 29px 0 22px; font-size: clamp(18px,1.6vw,23px); letter-spacing: .07em; }
.donation-credit-card > div:last-child span { font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.donation-card-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 13px; }
.donation-card-fields label { display: grid; gap: 7px; }.donation-card-fields .donation-card-number { grid-column: 1 / -1; }
.donation-card-fields label > span { color: #536e69; font-size: 11px; font-weight: 800; }
.donation-card-fields input { min-height: 43px; padding: 10px 12px; border: 1px solid #d8e6e3; border-radius: 10px; color: #5e7773; background: #f3f7f6; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; }
.donation-card-help { margin: 9px 0 0; color: #81948f; font-size: 10px; line-height: 1.4; }
.donation-demo-consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 20px; color: #5e7773; font-size: 12px; line-height: 1.45; }.donation-demo-consent input { flex: 0 0 auto; margin-top: 3px; accent-color: #078b7a; }
.donation-demo-submit { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 55px; margin-top: 19px; padding: 12px 18px; border-radius: 14px; color: #fff; background: linear-gradient(100deg,#087568,#00b99e); font-weight: 800; box-shadow: 0 12px 24px rgba(7,139,122,.24); }.donation-demo-submit:hover { transform: translateY(-2px); }.donation-demo-submit b { font-size: 23px; }.donation-demo-safe { margin: 12px 0 0; color: #829590; font-size: 11px; text-align: center; }
.donation-demo-success { text-align: center; }.donation-demo-success[hidden] { display: none; }.donation-demo-check { display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 18px; border-radius: 50%; color: #087568; background: #ffe16a; box-shadow: 0 0 0 12px rgba(255,225,106,.18); font-size: 40px; font-weight: 900; }
.donation-demo-receipt { margin: 25px 0 18px; overflow: hidden; border: 1px solid #dbe9e6; border-radius: 16px; text-align: left; }.donation-demo-receipt div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 15px; border-bottom: 1px solid #edf3f2; }.donation-demo-receipt div:last-child { border: 0; }.donation-demo-receipt span { color: #728783; font-size: 13px; }.donation-demo-receipt strong { color: #244b46; font-size: 13px; text-align: right; }
.donation-demo-warning { padding: 13px; border-radius: 12px; color: #715d13; background: #fff8d9; font-size: 12px; line-height: 1.45; }.donation-demo-warning strong { display: block; }.donation-demo-restart { width: 100%; min-height: 50px; margin-top: 17px; border-radius: 12px; color: #fff; background: #078b7a; font-weight: 800; }.donation-demo-home { display: inline-block; margin-top: 15px; color: #087568; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.donation-demo-steps { padding: clamp(70px,7vw,105px) 0; background: #f2faf8; }.donation-demo-heading { max-width: 680px; margin: 0 auto 38px; text-align: center; }.donation-demo-heading span { color: #078b7a; font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.donation-demo-heading h2 { margin-top: 8px; }.donation-demo-step-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 980px; margin: auto; }.donation-demo-step-grid article { padding: 27px; border-radius: 20px; background: #fff; box-shadow: 0 12px 32px rgba(18,78,70,.08); }.donation-demo-step-grid b { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 12px; color: #087568; background: #ffe16a; }.donation-demo-step-grid span { display: block; margin-bottom: 6px; color: #163e39; font-size: 20px; font-weight: 800; }.donation-demo-step-grid p { margin: 0; color: #6b817d; }
@media screen and (max-width: 991px) { .donation-demo-shell { grid-template-columns: 1fr; }.donation-demo-intro { text-align: center; }.donation-demo-intro > p,.donation-demo-notice,.donation-demo-impact { margin-left: auto; margin-right: auto; }.donation-demo-panel { width: min(100%,620px); margin: auto; } }
@media screen and (max-width: 600px) { .donation-demo { padding-top: 110px; }.donation-demo-intro h1 { font-size: 48px; }.donation-demo-impact,.donation-demo-fields,.donation-demo-methods { grid-template-columns: 1fr; }.donation-demo-amounts { grid-template-columns: repeat(2,1fr); }.donation-demo-form,.donation-demo-success { padding: 24px 18px; }.donation-demo-step-grid { grid-template-columns: 1fr; }.donation-demo-receipt div { align-items: flex-start; }.donation-test-mode { align-items: flex-start; }.donation-credit-card { min-height: 150px; padding: 19px; }.donation-credit-card > strong { font-size: 17px; } }

/* Banner principal de Abrazo Dorado */
.ul-home-banner {
  background: #fff7e8;
  color: inherit;
  isolation: isolate;
}
.ul-home-banner::before {
  display: none;
}
.ul-home-banner-media {
  width: 100%;
  line-height: 0;
}
.ul-home-banner-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 2;
  object-fit: cover;
}
.ul-home-banner-action {
  position: absolute;
  z-index: 2;
  left: 54%;
  bottom: clamp(58px, 7.2vw, 138px);
}
.ul-home-donate-btn {
  min-width: clamp(160px, 12vw, 220px);
  justify-content: center;
  padding: clamp(13px, 1vw, 18px) clamp(23px, 2vw, 38px);
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 999px;
  color: #fff;
  background: #07365f;
  box-shadow: 0 12px 28px rgba(7, 54, 95, .28);
  font-size: clamp(15px, 1.05vw, 19px);
}
.ul-home-donate-btn:hover {
  color: #07365f;
  background: #f0c452;
  border-color: #f0c452;
  transform: translateY(-3px);
}
@media screen and (max-width: 767px) {
  .ul-home-banner {
    overflow: visible;
    padding-bottom: 20px;
  }
  .ul-home-banner-media img {
    width: 100%;
    aspect-ratio: 5 / 2;
  }
  .ul-home-banner-action {
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding-inline: 15px;
  }
  .ul-home-donate-btn {
    width: min(100%, 330px);
  }
}

/* Banner recreado con elementos adaptables (sin usar una imagen compuesta) */
.ul-home-banner {
  --banner-navy: #062f55;
  --banner-gold: #d2a535;
  --banner-green: #527743;
  --banner-cream: #f2dba9;
  padding: clamp(28px, 3.8vw, 72px) clamp(18px, 4vw, 76px) 0;
  background:
    radial-gradient(circle at 54% 0%, rgba(255, 241, 204, .72) 0, rgba(249, 222, 158, .48) 20%, transparent 43%),
    linear-gradient(112deg, var(--banner-cream) 0%, #f8e2b5 58%, #dfa927 100%);
}
.ul-home-banner::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -15%;
  left: -5%;
  width: 31%;
  aspect-ratio: 1.8;
  border: clamp(12px, 1.4vw, 25px) solid rgba(210, 165, 53, .55);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-13deg);
  pointer-events: none;
}
.ul-home-banner-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, .9fr) minmax(360px, 1.35fr) minmax(300px, 1fr);
  align-items: center;
  gap: clamp(22px, 3vw, 58px);
  max-width: 1540px;
  margin: auto;
}
.ul-home-brand {
  position: relative;
  text-align: center;
}
.ul-home-brand::after {
  content: "";
  position: absolute;
  top: 10%;
  right: clamp(-30px, -2vw, -15px);
  bottom: 8%;
  width: 2px;
  background: linear-gradient(transparent, var(--banner-gold) 18% 82%, transparent);
}
.ul-home-brand img {
  display: block;
  width: min(100%, 390px);
  max-height: 390px;
  margin: auto;
  object-fit: contain;
}
.ul-home-brand p {
  margin: -12px 0 0;
  color: var(--banner-navy);
  font-family: Georgia, serif;
  font-size: clamp(13px, 1vw, 19px);
}
.ul-home-brand b {
  color: var(--banner-gold);
}
.ul-home-message {
  padding-block: 16px 28px;
}
.ul-home-kicker {
  margin: 0;
  color: var(--banner-navy);
  font-family: Georgia, serif;
  font-size: clamp(24px, 2.45vw, 47px);
  font-weight: 700;
  line-height: 1;
}
.ul-home-message h1 {
  position: relative;
  display: inline-block;
  margin: 5px 0 clamp(22px, 2vw, 35px);
  color: var(--banner-green);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(45px, 5vw, 88px);
  font-weight: 500;
  line-height: .95;
}
.ul-home-message h1::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: -10px;
  left: 0;
  height: 5px;
  border-radius: 99px;
  background: var(--banner-gold);
  transform: rotate(-1deg);
}
.ul-home-message h1 span {
  color: var(--banner-gold);
  font-family: Georgia, serif;
  font-size: .55em;
}
.ul-home-description {
  max-width: 650px;
  margin: 0;
  color: #18283a;
  font-size: clamp(14px, 1.12vw, 20px);
  line-height: 1.42;
}
.ul-home-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: clamp(20px, 2vw, 34px) 0 24px;
}
.ul-home-values span {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: var(--banner-navy);
  font-family: Georgia, serif;
  font-weight: 700;
}
.ul-home-values b {
  display: grid;
  place-items: center;
  width: clamp(47px, 4vw, 70px);
  aspect-ratio: 1;
  border: 2px solid var(--banner-gold);
  border-radius: 50%;
  color: var(--banner-green);
  font-family: Georgia, serif;
  font-size: clamp(19px, 1.6vw, 28px);
}
.ul-home-values b i {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: clamp(23px, 1.8vw, 33px);
  line-height: 1;
}
.ul-home-values b i::before {
  margin: 0;
  line-height: 1;
}
.ul-home-banner .ul-home-donate-btn {
  position: static;
  width: auto;
  min-width: 185px;
  color: #fff;
  background: var(--banner-navy);
  border-color: var(--banner-gold);
  box-shadow: 0 10px 24px rgba(6, 47, 85, .24);
}
.ul-home-banner .ul-home-donate-btn:hover {
  color: var(--banner-navy);
  background: var(--banner-gold);
}
.ul-home-photo {
  position: relative;
  align-self: stretch;
  min-height: 430px;
}
.ul-home-photo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -30px -76px 0 -50px;
  border-radius: 55% 0 0 42%;
  background: rgba(210, 165, 53, .3);
}
.ul-home-photo img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: 58% center;
  border-radius: 48% 0 0 20%;
}
.ul-home-photo p {
  position: absolute;
  right: 1%;
  bottom: 22px;
  margin: 0;
  padding: 12px 24px;
  border-radius: 18px;
  color: #fff;
  background: var(--banner-navy);
  font-size: clamp(12px, .9vw, 16px);
  line-height: 1.25;
  box-shadow: 0 10px 25px rgba(7,54,95,.24);
}
.ul-home-photo p span {
  float: left;
  margin-right: 10px;
  color: #efc653;
  font-size: 31px;
}
.ul-home-banner-ribbon {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 calc(clamp(18px, 4vw, 76px) * -1);
  padding: 25px clamp(24px, 8vw, 145px) 18px;
  color: #fff;
  background: var(--banner-navy);
  clip-path: polygon(0 16%, 15% 5%, 33% 15%, 50% 5%, 68% 14%, 84% 3%, 100% 18%, 100% 100%, 0 100%);
  text-align: center;
  font-size: clamp(12px, 1vw, 17px);
}
.ul-home-banner-ribbon span::before {
  content: "◆";
  margin-right: 12px;
  color: var(--banner-gold);
}
@media screen and (max-width: 1100px) {
  .ul-home-banner-inner {
    grid-template-columns: .75fr 1.25fr;
  }
  .ul-home-brand::after {
    display: none;
  }
  .ul-home-photo {
    grid-column: 1 / -1;
    min-height: 390px;
  }
  .ul-home-photo img {
    min-height: 390px;
    max-height: 480px;
    border-radius: 28px 28px 0 0;
    object-position: center 43%;
  }
  .ul-home-photo::before {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ul-home-banner {
    padding-inline: 15px;
  }
  .ul-home-banner-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ul-home-brand img {
    width: min(70vw, 280px);
  }
  .ul-home-message {
    padding-top: 0;
  }
  .ul-home-description {
    margin-inline: auto;
  }
  .ul-home-values {
    grid-template-columns: repeat(2, 1fr);
  }
  .ul-home-photo {
    grid-column: auto;
    min-height: 330px;
  }
  .ul-home-photo img {
    min-height: 330px;
  }
  .ul-home-banner-ribbon {
    grid-template-columns: 1fr;
    margin-inline: -15px;
    padding: 18px 20px;
    clip-path: none;
  }
}

/* Colores del encabezado coordinados con el banner, solo en Inicio */
.home-page .ul-header-bottom {
  background: rgba(255, 248, 236, .94);
  box-shadow: 0 4px 18px rgba(6, 47, 85, .08);
  backdrop-filter: blur(10px);
}
.home-page .ul-header-nav a,
.home-page .ul-header-nav a:not([href]):not([class]),
.home-page .ul-header-bottom.sticky .ul-header-nav a,
.home-page .ul-header-bottom.sticky .ul-header-nav a:not([href]):not([class]) {
  color: #062f55;
}
.home-page .ul-header-nav a:hover,
.home-page .ul-header-nav a:not([href]):hover {
  color: #b98b20;
}
.home-page .ul-header-nav a[href="index.html"] {
  color: #527743;
}
.home-page .ul-header .ul-language-selector,
.home-page .ul-header .language-selector,
.home-page .ul-header-bottom.sticky .ul-header-actions button,
.home-page .ul-header-sidebar-opener {
  color: #062f55;
}
.home-page .ul-header .ul-btn {
  color: #fff;
  border-color: #d2a535;
  background: #062f55;
}
.home-page .ul-header .ul-btn:hover {
  color: #062f55;
  background: #d2a535;
}

/* Indica con claridad la página actual en el menú principal */
.ul-header-nav a.is-current-page,
.ul-header-nav a.is-current-page:hover,
.home-page .ul-header-nav a.is-current-page {
  color: var(--ul-primary);
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: currentColor;
  text-underline-offset: 9px;
}
@media screen and (max-width: 991px) {
  .ul-header-nav a.is-current-page {
    text-underline-offset: 5px;
  }
}

/* Banner completo y sin recortes en teléfonos */
@media screen and (max-width: 700px) {
  .ul-home-banner {
    overflow: hidden;
    padding-top: 105px;
  }
  .ul-home-banner-inner {
    gap: 24px;
  }
  .ul-home-brand {
    order: 1;
  }
  .ul-home-brand img {
    width: min(76vw, 285px);
    max-height: none;
    margin-bottom: 10px;
  }
  .ul-home-brand p {
    display: none;
  }
  .ul-home-message {
    order: 2;
    width: 100%;
  }
  .ul-home-kicker {
    font-size: clamp(25px, 8vw, 34px);
  }
  .ul-home-message h1 {
    font-size: clamp(49px, 15vw, 67px);
  }
  .ul-home-description {
    width: 100%;
    padding-inline: 3px;
    font-size: 15px;
  }
  .ul-home-values {
    width: min(100%, 370px);
    margin-inline: auto;
  }
  .ul-home-banner .ul-home-donate-btn {
    width: min(100%, 330px);
    justify-content: center;
  }
  .ul-home-photo {
    order: 3;
    min-height: 0;
    background: #f7e2a4;
    border-radius: 22px;
    overflow: hidden;
  }
  .ul-home-photo img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
    border-radius: 22px;
  }
  .ul-home-photo p {
    right: 50%;
    bottom: 12px;
    width: max-content;
    max-width: calc(100% - 24px);
    padding: 9px 16px;
    transform: translateX(50%);
  }
  .ul-home-banner-ribbon {
    position: relative;
    width: auto;
    margin-top: 20px;
  }
  .home-page .ul-header .logo-container .logo {
    width: 76px;
    height: 76px;
    object-fit: contain;
  }
}
/* Sección Nuestra Visión del inicio */
.ul-home-vision {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f2faf8 0%, #fffaf0 100%);
}

.ul-home-vision::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  left: -180px;
  bottom: -210px;
  border-radius: 50%;
  background: rgba(216, 164, 45, 0.12);
  pointer-events: none;
}

.ul-home-vision-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(7, 45, 78, 0.08);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 24px 65px rgba(7, 45, 78, 0.09);
}

.ul-home-vision-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.ul-home-vision-copy .ul-section-title {
  max-width: 660px;
  margin-bottom: 26px;
}

.ul-home-vision-copy .ul-section-descr {
  max-width: 680px;
  margin-bottom: 18px;
  line-height: 1.8;
}

.ul-home-vision-copy .ul-section-descr:last-child {
  margin-bottom: 0;
}

.ul-home-vision-image {
  min-height: 480px;
}

.ul-home-vision-image img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 991px) {
  .ul-home-vision-card {
    grid-template-columns: 1fr;
  }

  .ul-home-vision-image,
  .ul-home-vision-image img {
    min-height: 380px;
  }
}

@media (max-width: 575px) {
  .ul-home-vision-card {
    border-radius: 22px;
  }

  .ul-home-vision-copy {
    padding: 28px 22px 30px;
  }

  .ul-home-vision-copy .ul-section-title {
    margin-bottom: 20px;
  }

  .ul-home-vision-copy .ul-section-descr {
    line-height: 1.65;
  }

  .ul-home-vision-image,
  .ul-home-vision-image img {
    min-height: 285px;
  }
}

/* Mejor legibilidad para personas adultas mayores.
   Conserva el tamaño de los encabezados y amplía únicamente el texto pequeño. */
body {
  font-size: 18px;
}

p,
li,
dt,
dd,
address,
blockquote,
figcaption,
table,
.ul-section-descr,
.ul-home-description,
.ul-help-card p {
  font-size: 18px;
  line-height: 1.7;
}

.ul-header-nav a,
.ul-btn,
button,
label,
input,
select,
textarea {
  font-size: 17px;
}

small,
.contact-card small,
.whatsapp-option-text small {
  font-size: 16px;
  line-height: 1.55;
}

.terms-sidebar > span,
.terms-updated,
.impact-number p,
.impact-note,
.volunteer-form label,
.volunteer-modal-header p,
.volunteer-modal-form label,
.contact-card-label,
.document-type,
.document-request-form label,
.ul-language-selector,
.ul-language-selector select,
.document-modal-heading > span,
.document-modal-form label,
.privacy-sidebar > span,
.privacy-updated {
  font-size: 16px;
}

@media (max-width: 575px) {
  body,
  p,
  li,
  dt,
  dd,
  address,
  blockquote,
  figcaption,
  table,
  .ul-section-descr,
  .ul-home-description,
  .ul-help-card p {
    font-size: 17px;
  }

  .ul-header-nav a,
  .ul-btn,
  button,
  label,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
/* Socioeconomic assessment form */
.socioeconomic-page{background:#f4f8f7;color:#122c32}.assessment-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid #dce9e6;box-shadow:0 6px 24px rgba(4,53,48,.06);backdrop-filter:blur(12px)}.assessment-header-inner{min-height:88px;display:flex;align-items:center;gap:18px}.assessment-brand img{width:70px;height:70px;object-fit:contain}.assessment-header-copy{display:flex;flex-direction:column;line-height:1.2}.assessment-header-copy span{color:#0a9c83;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.assessment-header-copy strong{font-size:19px}.assessment-back{margin-left:auto;color:#087f6e;font-weight:700}.assessment-hero{padding:56px 0 90px;background:linear-gradient(135deg,#053d46 0%,#087f6e 62%,#cda93f 160%)}.assessment-hero-card{display:grid;grid-template-columns:1.5fr .65fr;gap:48px;align-items:center;color:#fff}.assessment-eyebrow{display:inline-block;color:#f0cf6b;font-weight:800;letter-spacing:.18em;margin-bottom:12px}.assessment-hero h1{color:#fff;font-size:clamp(34px,5vw,62px);line-height:1.04;max-width:820px;margin-bottom:18px}.assessment-hero p{font-size:18px;line-height:1.7;max-width:800px;margin:0;color:rgba(255,255,255,.88)}.assessment-trust{display:flex;gap:14px;padding:24px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);border-radius:18px}.assessment-trust>span{font-size:25px}.assessment-trust p{font-size:14px;line-height:1.55}.assessment-trust strong{display:block;color:#fff;font-size:16px}.assessment-content{padding:0 0 80px}.assessment-progress{position:sticky;top:88px;z-index:40;margin:-34px 0 28px;padding:18px 24px;background:#fff;border-radius:16px;box-shadow:0 14px 40px rgba(5,61,70,.14)}.assessment-progress-top{display:flex;justify-content:space-between;gap:15px;margin-bottom:10px;font-size:14px}.assessment-progress-top strong{color:#088c77}.assessment-progress-track{height:8px;background:#e2efec;border-radius:99px;overflow:hidden}.assessment-progress-track span{display:block;width:0;height:100%;background:linear-gradient(90deg,#08b89a,#d2ad42);border-radius:inherit;transition:width .25s ease}.assessment-form{display:grid;gap:24px}.assessment-section{background:#fff;border:1px solid #deebe8;border-radius:22px;padding:clamp(22px,4vw,42px);box-shadow:0 12px 34px rgba(5,61,70,.055);scroll-margin-top:170px}.assessment-section-heading{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #e5efed}.assessment-section-heading>span{display:grid;place-items:center;flex:0 0 46px;height:46px;border-radius:14px;background:#e4f7f3;color:#078b75;font-weight:900}.assessment-section-heading h2{font-size:24px;margin:0 0 4px;color:#073d45}.assessment-section-heading p{margin:0;color:#68807e;font-size:14px}.assessment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.assessment-grid>label,.assessment-form>label,.assessment-upload{display:flex;flex-direction:column;gap:8px}.assessment-full{grid-column:1/-1}.assessment-form label>span,.assessment-upload>span,.assessment-form legend{color:#213f43;font-size:14px;font-weight:750}.assessment-form input[type=text],.assessment-form input[type=email],.assessment-form input[type=tel],.assessment-form input[type=date],.assessment-form input[type=number],.assessment-form textarea{width:100%;min-height:52px;border:1px solid #cddedb;border-radius:11px;background:#fbfdfd;padding:12px 15px;color:#17373b;outline:none;transition:.2s}.assessment-form textarea{resize:vertical}.assessment-form input:focus,.assessment-form textarea:focus{border-color:#08a78c;box-shadow:0 0 0 4px rgba(8,167,140,.1);background:#fff}.assessment-form input[readonly]{background:#eef4f3;color:#63807c}.assessment-form fieldset{border:0;padding:0;margin:0 0 24px;min-width:0}.assessment-grid fieldset{margin:0}.assessment-form legend{margin-bottom:11px}.choice-row,.choice-grid{display:flex;flex-wrap:wrap;gap:10px}.choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:26px}.choice-row label,.choice-grid label{display:flex;align-items:center;gap:9px;min-height:44px;padding:10px 13px;border:1px solid #d7e5e2;border-radius:10px;background:#fbfdfd;font-size:14px;cursor:pointer;transition:.2s}.choice-row label:hover,.choice-grid label:hover{border-color:#43bba8;background:#effaf8}.assessment-form input[type=radio],.assessment-form input[type=checkbox]{width:18px;height:18px;accent-color:#08a78c;flex:none}.money-grid{margin-top:4px}.assessment-upload{padding:22px;border:1px dashed #8ebeb5;border-radius:14px;background:#f5fbfa}.assessment-upload input{margin-top:5px}.assessment-upload small{color:#6e8582}.assessment-internal{border:1px dashed #c9ae5a;background:#fffdf7}.assessment-internal .assessment-section-heading>span{background:#faf1d6;color:#997719}.assessment-internal-note{padding:20px;border-radius:12px;background:#fff8e6;color:#765d18;line-height:1.65}.assessment-declaration{padding:22px;border-left:4px solid #d1ac40;border-radius:0 12px 12px 0;background:#fffaf0;margin-bottom:24px}.assessment-declaration p{line-height:1.75}.declaration-check{display:flex;align-items:flex-start;gap:12px;margin-top:18px}.assessment-submit{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:28px;background:#073d45;color:#fff;border-radius:20px;box-shadow:0 14px 36px rgba(5,61,70,.18)}.assessment-submit div{display:flex;flex-direction:column}.assessment-submit span{color:rgba(255,255,255,.72);font-size:14px}.assessment-submit .ul-btn{border:0;white-space:nowrap}.assessment-honeypot{position:absolute!important;left:-9999px!important}.assessment-footer{padding:34px 0;background:#032d34;color:#fff}.assessment-footer .ul-container{display:flex;align-items:center;gap:20px}.assessment-footer img{width:58px;height:58px;object-fit:contain}.assessment-footer p{margin:0;color:rgba(255,255,255,.72)}.assessment-footer a{margin-left:auto;color:#f0cf6b}
@media(max-width:991px){.assessment-hero-card{grid-template-columns:1fr}.assessment-trust{max-width:520px}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.assessment-header-inner{min-height:74px}.assessment-brand img{width:56px;height:56px}.assessment-header-copy span{font-size:10px}.assessment-header-copy strong{font-size:14px}.assessment-back{font-size:13px}.assessment-hero{padding:38px 0 70px}.assessment-hero-card{gap:26px}.assessment-hero p{font-size:16px}.assessment-progress{top:74px;margin-top:-25px;padding:15px 18px}.assessment-grid,.choice-grid{grid-template-columns:1fr}.assessment-section{border-radius:16px}.assessment-section-heading{align-items:flex-start}.assessment-section-heading h2{font-size:20px}.assessment-submit,.assessment-footer .ul-container{align-items:stretch;flex-direction:column}.assessment-submit .ul-btn{justify-content:center}.assessment-footer a{margin-left:0}}
/* Volunteer calls to action and application */
.header-volunteer-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 18px 0 11px;border:0;border-radius:999px;color:#fff!important;background:linear-gradient(135deg,#078c78,#05b99b);font-size:13px;font-weight:850;letter-spacing:.01em;white-space:nowrap;box-shadow:0 9px 22px rgba(5,145,121,.24);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.header-volunteer-btn::before{content:"♡";display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#f0ca57;color:#063e46;font-size:18px;font-weight:900}.header-volunteer-btn:hover{transform:translateY(-2px);color:#fff!important;background:linear-gradient(135deg,#056f61,#079a84)!important;box-shadow:0 12px 26px rgba(5,145,121,.3)}.nav-volunteer-mobile{display:none}.assessment-mini-volunteer{margin-left:auto;display:inline-flex;align-items:center;padding:10px 15px;border:1px solid #d1ac40;border-radius:99px;color:#806411;font-size:13px;font-weight:800}.assessment-mini-volunteer+.assessment-back{margin-left:0}.volunteer-hero{padding:70px 0;background:radial-gradient(circle at 82% 20%,rgba(240,207,107,.22),transparent 26%),linear-gradient(135deg,#063f48,#078773);color:#fff}.volunteer-hero-grid{display:grid;grid-template-columns:1.25fr .55fr;align-items:center;gap:50px}.volunteer-hero h1{color:#fff;font-size:clamp(42px,6vw,72px);margin-bottom:18px}.volunteer-hero p{max-width:720px;font-size:19px;line-height:1.7;color:rgba(255,255,255,.86)}.volunteer-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.volunteer-benefits span{padding:9px 14px;border:1px solid rgba(255,255,255,.2);border-radius:99px;background:rgba(255,255,255,.08);font-size:14px}.volunteer-hero-emblem{text-align:center}.volunteer-hero-emblem img{width:min(280px,100%);filter:drop-shadow(0 20px 30px rgba(0,0,0,.24))}.volunteer-form-section{padding:70px 0 90px}.volunteer-layout{display:grid;grid-template-columns:.7fr 1.3fr;align-items:start;gap:34px}.volunteer-aside{position:sticky;top:112px;padding:34px;border-radius:22px;background:#073d45;color:#fff;box-shadow:0 18px 40px rgba(5,61,70,.16)}.volunteer-aside>span{color:#f0cf6b;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.volunteer-aside h2{color:#fff;font-size:31px;margin:12px 0}.volunteer-aside p{color:rgba(255,255,255,.76);line-height:1.7}.volunteer-aside ul{margin:25px 0;padding:0;list-style:none}.volunteer-aside li{padding:11px 0 11px 27px;border-bottom:1px solid rgba(255,255,255,.1);position:relative}.volunteer-aside li:before{content:"✓";position:absolute;left:0;color:#f0cf6b;font-weight:900}.volunteer-contact-note{display:flex;flex-direction:column;margin-top:26px;padding:18px;background:rgba(255,255,255,.08);border-radius:12px}.volunteer-contact-note a{color:#f0cf6b;font-size:14px}.volunteer-form-card{padding:clamp(24px,4vw,42px);border:1px solid #deebe8;border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(5,61,70,.08)}.volunteer-form select{width:100%;min-height:52px;border:1px solid #cddedb;border-radius:11px;background:#fbfdfd;padding:12px 15px;color:#17373b}.volunteer-form fieldset{margin-top:25px}.volunteer-consent{margin:28px 0 20px;padding:18px;border-radius:12px;background:#f2faf8}.volunteer-submit{width:100%;justify-content:center;border:0}
@media(min-width:992px){.ul-header-bottom-wrapper{gap:clamp(14px,1.6vw,30px)}.ul-header-nav{gap:clamp(16px,1.4vw,27px)}.ul-header-actions{gap:clamp(8px,1vw,16px)}}
@media(max-width:1499px) and (min-width:992px){.ul-header-socials{display:none!important}.header-volunteer-btn{min-height:44px;padding-right:15px;font-size:12px}.header-volunteer-btn::before{width:26px;height:26px}.ul-header .ul-btn{padding-left:17px;padding-right:17px}}
@media(max-width:1199px) and (min-width:992px){.header-volunteer-btn{display:inline-flex!important}.ul-language-selector{display:none!important}.ul-header-nav{gap:14px}.ul-header-nav a{font-size:14px}}
@media(max-width:991px){.volunteer-hero-grid,.volunteer-layout{grid-template-columns:1fr}.volunteer-hero-emblem{display:none}.volunteer-aside{position:static}.assessment-mini-volunteer{display:none}}
@media(max-width:991px){
  .ul-header-bottom{padding:8px 0;background:#fff;box-shadow:0 5px 18px rgba(5,61,70,.08)}
  .ul-header-container{max-width:calc(100% - 22px);gap:8px}
  .ul-header .logo-container .logo,.home-page .ul-header .logo-container .logo{width:62px;height:62px;max-width:62px;object-fit:contain}
  .ul-header-actions{margin-left:auto;gap:8px}
  .ul-header-actions .ul-header-socials,.ul-header-actions .ul-language-selector,.ul-header-actions>.ul-btn{display:none!important}
  .header-volunteer-btn{display:inline-flex!important;min-height:40px;padding:0 13px 0 7px;gap:7px;font-size:0;box-shadow:0 6px 16px rgba(5,145,121,.2)}
  .header-volunteer-btn::before{width:27px;height:27px;font-size:17px}
  .header-volunteer-btn::after{content:"Voluntario";font-size:12px;font-weight:850}
  .ul-header-sidebar-opener{width:40px;height:40px;display:grid!important;place-items:center;border:1px solid #dce9e6;border-radius:50%;background:#f7fbfa!important;color:#075e54!important}
  .ul-header-sidebar-opener i{font-size:19px}
  .nav-volunteer-mobile{display:flex!important;align-items:center;gap:10px;margin:8px;padding:13px 15px!important;border:0!important;border-radius:11px;background:linear-gradient(135deg,#078c78,#05b99b);color:#fff!important;font-weight:800!important;box-shadow:0 7px 16px rgba(5,145,121,.18)}
  .nav-volunteer-mobile::before{content:"♡";display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#f0ca57;color:#063e46;font-size:17px}
}
@media(max-width:374px){
  .ul-header .logo-container .logo,.home-page .ul-header .logo-container .logo{width:54px;height:54px;max-width:54px}
  .header-volunteer-btn{width:40px;padding:0;gap:0}
  .header-volunteer-btn::after{display:none}
}
@media(max-width:767px){.volunteer-hero{padding:44px 0}.volunteer-hero p{font-size:16px}.volunteer-form-section{padding:40px 0 65px}}
.mission-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.mission-actions-center{justify-content:center}.mission-volunteer-link{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border:2px solid #0a8e79;border-radius:999px;color:#087f6e;font-weight:800}.mission-volunteer-link:hover{background:#087f6e;color:#fff}.mission-volunteer-link-light{border-color:rgba(255,255,255,.7);color:#fff}.mission-volunteer-link-light:hover{background:#fff;color:#087f6e}

/* Final responsive header and CTA refinements */
.ul-footer-top-contact-info-address a[href^="tel:"]{white-space:nowrap}
@media(min-width:992px){
  .ul-footer-top-contact-info-address a[href^="tel:"]{font-size:clamp(17px,1.28vw,24px)}
}
@media(max-width:991px){
  .ul-header-bottom-wrapper{display:grid;grid-template-columns:1fr auto;gap:8px 10px;padding-bottom:3px}
  .ul-header-bottom-wrapper>.logo-container{grid-column:1;grid-row:1}
  .ul-header-bottom-wrapper>.ul-header-nav-wrapper{display:none!important}
  .ul-header-actions{display:contents}
  .ul-header-actions .ul-header-sidebar-opener{grid-column:2;grid-row:1;justify-self:end}
  .ul-header-actions .header-volunteer-btn{grid-column:1;grid-row:2;width:100%;min-height:42px;padding:0 12px!important;font-size:0!important;border-radius:12px;box-shadow:0 6px 14px rgba(5,145,121,.18)}
  .ul-header-actions .header-volunteer-btn::after{content:"Ser voluntario";display:inline!important;font-size:13px;font-weight:850}
  .ul-header-actions>.ul-btn{grid-column:2;grid-row:2;display:inline-flex!important;min-width:124px;min-height:42px;padding:0 16px!important;justify-content:center;border-radius:12px;font-size:13px!important}
  .mission-actions{display:grid;grid-template-columns:1fr;gap:12px;width:100%}
  .mission-actions .ul-btn,.mission-actions .mission-volunteer-link{width:100%;min-height:52px;justify-content:center}
  .mission-actions .mission-volunteer-link{border:0!important;background:linear-gradient(135deg,#f2cb55,#d9ac2d)!important;color:#092f38!important;box-shadow:0 8px 18px rgba(171,126,18,.2)}
  .mission-actions .mission-volunteer-link::before{content:"♡";margin-right:8px;font-size:19px;font-weight:900}
}
@media(max-width:374px){
  .ul-header-actions .header-volunteer-btn{width:100%!important}
  .ul-header-actions .header-volunteer-btn::after{display:inline!important;content:"Voluntario";font-size:12px}
  .ul-header-actions>.ul-btn{min-width:108px;padding:0 11px!important}
}

/* Keep the volunteer entry legible after the navigation is moved into the mobile sidebar. */
@media(max-width:991px){
  .ul-sidebar .ul-header-nav a.nav-volunteer-mobile{
    display:flex!important;
    color:#fff!important;
    border-color:#078b75!important;
    background:linear-gradient(135deg,#078c78,#05b99b)!important;
    box-shadow:0 7px 16px rgba(5,145,121,.2)!important;
  }
  .ul-sidebar .ul-header-nav a.nav-volunteer-mobile::before{
    content:"♡"!important;
    color:#063e46!important;
    background:#f0ca57!important;
    font-size:17px!important;
  }
  .ul-sidebar .ul-header-nav a.nav-volunteer-mobile:hover,
  .ul-sidebar .ul-header-nav a.nav-volunteer-mobile:focus{
    color:#fff!important;
    background:linear-gradient(135deg,#056f61,#079a84)!important;
  }
}

/* Compact tablet header (iPad portrait and landscape). */
@media(min-width:992px) and (max-width:1180px){
  .header-volunteer-btn{
    min-width:112px;
    min-height:42px;
    padding:0 12px 0 8px!important;
    gap:6px;
    font-size:0!important;
  }
  .header-volunteer-btn::before{width:25px;height:25px;font-size:16px}
  .header-volunteer-btn::after{content:"Voluntario";font-size:12px;font-weight:850}
  .ul-header-actions>.ul-btn{min-height:42px;padding:0 14px!important;font-size:12px}
  .ul-header .logo-container .logo{width:72px;max-width:72px;height:72px;object-fit:contain}
}

/* Reliable full-button tap targets on iOS and Android. */
.mission-volunteer-link,.help-step-link{position:relative;isolation:isolate}
.mission-volunteer-link::after,.help-step-link::after{content:"";position:absolute;inset:0;z-index:5;border-radius:inherit}
.mission-volunteer-link::before,.header-volunteer-btn::before,.header-volunteer-btn::after{pointer-events:none}
@media(max-width:991px){
  .ul-header-bottom-wrapper{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .ul-header-actions .header-volunteer-btn,
  .ul-header-actions>.ul-btn{width:100%;min-width:0!important;max-width:none}
  .ul-header-actions .header-volunteer-btn{padding-inline:8px!important}
  .ul-header-actions .header-volunteer-btn::before{width:25px;height:25px}
  .ul-header-actions .header-volunteer-btn::after{font-size:12px}
}

/* iPad/tablet: keep both actions compact in the first header row. */
@media(min-width:768px) and (max-width:991px){
  .ul-header-bottom{padding:7px 0}
  .ul-header-bottom-wrapper{
    min-height:68px;
    grid-template-columns:auto minmax(18px,1fr) auto auto auto;
    grid-template-rows:68px;
    column-gap:10px;
    padding:0;
  }
  .ul-header-bottom-wrapper>.logo-container{grid-column:1;grid-row:1}
  .ul-header .logo-container .logo,
  .home-page .ul-header .logo-container .logo{width:58px;height:58px;max-width:58px}
  .ul-header-actions .header-volunteer-btn{
    grid-column:3;
    grid-row:1;
    width:156px;
    min-height:40px;
    border-radius:999px;
  }
  .ul-header-actions>.ul-btn{
    grid-column:4;
    grid-row:1;
    width:132px;
    min-height:40px;
    border-radius:999px;
  }
  .ul-header-actions .ul-header-sidebar-opener{grid-column:5;grid-row:1}
}

/* Reserve real space for the absolute header so it never covers the home banner. */
.home-page .ul-home-banner{margin-top:88px}
@media(min-width:768px) and (max-width:991px){
  .home-page .ul-home-banner{margin-top:82px}
}
@media(max-width:767px){
  .home-page .ul-home-banner{margin-top:126px}
}
@media(max-width:374px){
  .home-page .ul-home-banner{margin-top:118px}
}
