@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Assistant";
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Cinzel-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

@media (hover: none), (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p:not(:last-child) {
  margin-bottom: min(20px, 1.0417vw);
}

ul,
ol {
  list-style-type: none;
  padding-right: 0;
  margin-bottom: min(20px, 1.0417vw);
}

ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: min(20px, 1.0417vw);
}

a {
  font-family: "Assistant", sans-serif;
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
}

body {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: min(24px, 1.25vw);
  line-height: 1.2;
  color: #000;
}

.hidden {
  display: none;
}

.wrapper {
  display: flex;
  min-height: 100vh;
}

.container {
  max-width: min(1240px, 64.5833vw);
  width: 100%;
  margin: 0 auto;
  padding: 0 min(20px, 1.0417vw);
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/******************************************************************************************************************************* 
SIDEBAR
*******************************************************************************************************************************/

.sidebar {
  width: min(490px, 25.5208vw);
  min-width: min(490px, 25.5208vw);
  padding: min(52px, 2.7083vw) min(58px, 3.0208vw);
  background: #000 url("../img/sidebar_bg.svg") no-repeat left top;
  background-size: contain;
}

.sidebar__title {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: min(38px, 1.9792vw);
  line-height: 1.1;
  letter-spacing: max(-1.9px, -0.099vw);
  text-align: center;
  color: #fff;
  margin-bottom: min(18px, 0.9375vw);
}

.sidebar__table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: min(2px, 0.1042vw);
}

.sidebar__table__row {
  width: 100%;
  display: flex;
  border-radius: min(5px, 0.2604vw);
  overflow: hidden;
  background: #1c2e36;
}

.sidebar__table__row--dedicated .sidebar__table__row__cell:first-child {
  font-weight: 500;
  color: #f29ebc;
  text-transform: uppercase;
}

.sidebar__table__row__cell {
  width: 100%;
  font-weight: 400;
  font-size: min(18px, 0.9375vw);
  line-height: 1;
  color: #f29ebc;
  text-align: center;
  padding: min(5px, 0.2604vw);
  min-height: min(38px, 1.9792vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar__table__row__cell:first-child {
  max-width: min(140px, 7.2917vw);
  background: #53183b;
  font-weight: 400;
  font-size: min(19px, 0.9896vw);
  line-height: 1;
  color: #fff;
}

.sidebar__button {
  margin-top: min(20px, 1.0417vw);
  width: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(90deg, #721a4d 0%, #d83192 100%);
  border-radius: min(15px, 0.7813vw);
  padding: min(16px, 0.8333vw);
  font-weight: 500;
  font-size: min(28px, 1.4583vw);
  line-height: 1;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 0.5208vw);
  border: none;
  outline: none;
  cursor: pointer;
}

.sidebar__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #53183b 0%, #721a4d 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sidebar__button svg {
  width: min(24px, 1.25vw);
  min-width: min(24px, 1.25vw);
  height: min(24px, 1.25vw);
  display: block;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s;
}

.sidebar__button:hover::before {
  opacity: 1;
}

.sidebar__button:hover svg {
  transform: translateX(min(5px, 0.2604vw));
}

/******************************************************************************************************************************* 
HEAD SECTION
*******************************************************************************************************************************/

.head_section {
  width: 100%;
  background: url("../img/head_bg.webp") no-repeat center center;
  background-size: cover;
}

.head_section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(110px, 5.7292vw) 0 min(90px, 4.6875vw);
  min-height: min(580px, 30.2083vw);
}

.head_section__title {
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: min(64px, 3.3333vw);
  line-height: 1;
  letter-spacing: max(-3.2px, -0.1667vw);
  text-align: center;
  margin-bottom: min(25px, 1.3021vw);
}

.head_section__subtitle {
  max-width: min(436px, 22.7083vw);
  width: 100%;
  font-weight: 500;
  font-size: min(32px, 1.6667vw);
  line-height: 1.1;
  text-align: center;
}

.head_section__description {
  font-size: min(24px, 1.25vw);
  line-height: 1.2;
  text-align: center;
  margin-top: auto;
}

.thankyou_section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(80px, 4.16vw) 0;
}

.thankyou_section .head_section__content {
  min-height: auto;
  padding: 0;
}

.thankyou_section .head_section__title {
  font-size: min(52px, 2.7vw);
  margin-bottom: min(20px, 1.04vw);
}

.thankyou_section .head_section__subtitle {
  font-size: min(28px, 1.45vw);
  margin-bottom: min(20px, 1.04vw);
}

.thankyou_section .head_section__description {
  font-size: min(20px, 1.04vw);
  max-width: min(600px, 31.25vw);
  margin: 0 auto;
}

.thankyou_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: min(10px, 0.5208vw);
  background: linear-gradient(90deg, #721a4d 0%, #d83192 100%);
  color: #fff;
  font-weight: 500;
  font-size: min(24px, 1.25vw);
  line-height: 1;
  text-decoration: none;
  padding: 0 min(30px, 1.56vw);
  height: min(56px, 2.91vw);
  border-radius: min(12px, 0.625vw);
  margin-top: min(40px, 2.08vw);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: fit-content;
}

.thankyou_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #53183b 0%, #721a4d 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thankyou_btn:hover::before {
  opacity: 1;
}

.thankyou_btn .icon {
  width: min(24px, 1.25vw);
  height: min(24px, 1.25vw);
  display: block;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s;
}

.thankyou_btn:hover .icon {
  transform: translateX(min(5px, 0.2604vw));
}

/******************************************************************************************************************************* 
VISION SECTION
*******************************************************************************************************************************/

.vision_section {
  width: 100%;
  padding: min(50px, 2.6042vw) 0 min(25px, 1.3021vw);
}

.vision_section__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(50px, 2.6042vw);
}

.vision_section__content__body {
  max-width: min(430px, 22.3958vw);
  width: 50%;
  padding-bottom: min(30px, 1.5625vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vision_section__content__body__description {
  font-size: min(24px, 1.25vw);
  line-height: 1.25;
  letter-spacing: max(-1.2px, -0.0625vw);
}

.vision_section__content__body__link {
  display: flex;
  align-items: center;
  gap: min(10px, 0.5208vw);
  margin-top: min(30px, 1.5625vw);
  color: #D16D91;
  line-height: 1;
}

.vision_section__content__body__link svg.book_icon {
  width: min(24px, 1.25vw);
  min-width: min(24px, 1.25vw);
  height: min(24px, 1.25vw);
  display: block;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s;
  color: #28303F;
}

.vision_section__content__body__link svg.arrow_icon {
  width: min(32px, 1.6667vw);
  min-width: min(32px, 1.6667vw);
  height: min(32px, 1.6667vw);
  display: block;
  object-fit: contain;
  object-position: center;
  transition: all 0.3s;
  color: #28303F;
}

.vision_section__content__body__link:hover {
  color: #53183b;
}

.vision_section__content__body__link:hover svg.arrow_icon {
  transform: translateX(min(5px, 0.2604vw));
}

.vision_section__content__img {
  max-width: min(760px, 39.5833vw);
  width: 60%;
}

.vision_section__content__img img {
  width: 100%;
  aspect-ratio: 760 / 440;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vision_section__content__img__description {
  font-size: min(13px, 0.6771vw);
  line-height: 1.25;
  letter-spacing: max(-0.65px, -0.0339vw);
  text-align: right;
  margin-top: min(12px, 0.625vw);
}

.vision_section__content__img__description span {
  font-size: min(36px, 1.875vw);
  line-height: 0.84;
  color: #D16D91;
  vertical-align: top;
  padding-right: min(3px, 0.1563vw);
}

/******************************************************************************************************************************* 
STORY SECTION
*******************************************************************************************************************************/

.story_section {
  background: #F5F5F5 url("../img/story_bg.svg") no-repeat center top;
  background-size: cover;
  padding: min(84px, 4.375vw) 0 min(50px, 2.6042vw);
}

.story_section__row {
  display: flex;
  justify-content: space-between;
  gap: min(40px, 2.0833vw);
}

.story_section__row__description {
  max-width: min(520px, 27.0833vw);
  width: 100%;
  letter-spacing: max(-1.2px, -0.0625vw);
}

.story_section__row__title {
  max-width: min(465px, 24.2188vw);
  width: 100%;
  font-family: "Cinzel", sans-serif;
  font-weight: 400;
  font-size: min(36px, 1.875vw);
  line-height: 1.2;
  letter-spacing: max(-1.8px, -0.0938vw);
  text-transform: uppercase;
}

.story_section__video {
  width: 100%;
  margin-top: min(50px, 2.6042vw);
}

.story_section__video iframe {
  width: 100%;
  aspect-ratio: 1134/638;
  height: 100%;
  display: block;
}

/******************************************************************************************************************************* 
PLANS SECTION
*******************************************************************************************************************************/

.plans_section {
  padding: min(50px, 2.6042vw) 0 0;
  margin-bottom: max(-80px, -4.1667vw);
  position: relative;
  z-index: 1;
}

.plans_section__content {
  display: flex;
  justify-content: space-between;
  gap: min(30px, 1.5625vw);
}

.plans_section__img {
  max-width: min(594px, 30.9375vw);
  width: 50%;
  border: min(1px, 0.0521vw) solid #D9D9D9;
  padding: min(15px, 0.7813vw);
  background: #fff;
}

.plans_section__img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.plans_section__description {
  max-width: min(500px, 26.0417vw);
  width: 50%;
  font-size: min(24px, 1.25vw);
  line-height: 1.25;
  letter-spacing: max(-1.2px, -0.0625vw);
}

/******************************************************************************************************************************* 
FOOTER SECTION
*******************************************************************************************************************************/

footer {
  background: #FAEEF2;
  margin-top: auto;
  padding: min(140px, 7.2917vw) 0 min(50px, 2.6042vw);
}

.footer__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: min(30px, 1.5625vw);
}

.footer__contact {
  font-weight: 500;
  font-size: min(32px, 1.6667vw);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: min(10px, 0.5208vw);
}

.footer__contact svg {
  width: min(33px, 1.7188vw);
  min-width: min(33px, 1.7188vw);
  height: min(33px, 1.7188vw);
  display: block;
  object-fit: contain;
  object-position: center;
  color: #D16D91;
}

.footer__contact a:hover {
  color: #D16D91;
}

.footer__logo {
  max-width: min(219px, 11.4063vw);
  width: 100%;
}

.footer__logo img {
  width: 100%;
  display: block;
  object-fit: contain;
}

/*******************************************************************************************************************************
DONATION DIALOG
*******************************************************************************************************************************/

body.donation_dialog_open {
  overflow: hidden;
}

.donation_dialog {
  position: fixed;
  inset: 0 0 0 min(490px, 25.5208vw);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: min(50px, 2.6042vw) min(56px, 2.9167vw);
}

.donation_dialog[hidden] {
  display: none;
}

.donation_dialog__backdrop {
  position: absolute;
  inset: 0;
  background: #0000004D;
  backdrop-filter: blur(min(30px, 1.5625vw));
}

.donation_dialog__card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: calc(100vh - min(100px, 5.2083vw));
  overflow-y: auto;
  padding: min(50px, 2.6042vw) min(72px, 3.75vw);
  border-radius: min(10px, 0.5208vw);
  background: #fff;
  box-shadow: 0 min(16px, 0.8333vw) min(50px, 2.6042vw) rgba(0, 0, 0, 0.15);
}

.donation_dialog__close {
  position: absolute;
  top: min(16px, 0.8333vw);
  right: min(18px, 0.9375vw);
  width: min(36px, 1.875vw);
  height: min(36px, 1.875vw);
  padding: 0;
  border: 0;
  background: transparent;
  color: #53183b;
  font: inherit;
  font-size: min(30px, 1.5625vw);
  line-height: 1;
  cursor: pointer;
}

.donation_dialog__title {
  margin-bottom: min(30px, 1.5625vw);
  font-family: "Cinzel", serif;
  font-size: min(38px, 1.9792vw);
  line-height: 1;
  letter-spacing: max(-1.7px, -0.0885vw);
  text-transform: uppercase;
}

.donation_form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: min(24px, 1.25vw) min(64px, 3.3333vw);
}

.donation_form__field {
  min-width: 0;
}

.donation_form__field:has(.donation_form__select.is-open) {
  z-index: 3;
}

.donation_form__field label {
  display: block;
  margin-bottom: min(7px, 0.3646vw);
  font-size: min(20px, 1.0417vw);
  line-height: 1;
  color: #28303F;
}

.donation_form__field input,
.donation_form__field select,
.donation_form__field textarea {
  width: 100%;
  min-height: min(52px, 2.7083vw);
  padding: min(9px, 0.4688vw) min(14px, 0.7292vw);
  border: min(1px, 0.0521vw) solid #B1B1B1;
  border-radius: min(5px, 0.27vw);
  background: #fff;
  color: #202027;
  font: inherit;
  font-size: min(16px, 0.8333vw);
  outline: none;
  transition: border-color 0.2s;
}

.donation_form__field select {
  appearance: none;
  padding-right: min(42px, 2.1875vw);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M2 2l4 4 4-4' fill='none' stroke='%2328303f' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right min(18px, 0.9375vw) center;
  background-size: min(12px, 0.625vw) min(8px, 0.4167vw);
  cursor: pointer;
}

.donation_form__select {
  position: relative;
  min-width: 0;
}

.donation_form__select select {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  min-height: 0;
  padding: 0;
  background-image: none;
}

.donation_form__select-trigger {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: min(52px, 2.7083vw);
  padding: min(9px, 0.4688vw) min(42px, 2.1875vw) min(9px, 0.4688vw) min(14px, 0.7292vw);
  overflow: hidden;
  border: min(1px, 0.0521vw) solid #B1B1B1;
  border-radius: min(5px, 0.27vw);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M2 2l4 4 4-4' fill='none' stroke='%2328303f' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right min(18px, 0.9375vw) center;
  background-size: min(12px, 0.625vw) min(8px, 0.4167vw);
  color: #202027;
  font: inherit;
  font-size: min(16px, 0.8333vw);
  line-height: min(32px, 1.6667vw);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.donation_form__select-trigger:focus,
.donation_form__select.is-open .donation_form__select-trigger {
  border-color: #b52776;
}

.donation_form__select-list {
  position: absolute;
  top: calc(100% + min(4px, 0.2083vw));
  left: 0;
  right: 0;
  z-index: 4;
  max-height: min(260px, 13.5417vw);
  margin: 0;
  padding: min(6px, 0.3125vw) 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: min(1px, 0.0521vw) solid #B1B1B1;
  border-radius: min(5px, 0.27vw);
  background: #fff;
  box-shadow: 0 min(8px, 0.4167vw) min(24px, 1.25vw) rgba(0, 0, 0, 0.12);
}

.donation_form__select-list[hidden] {
  display: none;
}

.donation_form__select-option {
  overflow: hidden;
  padding: min(10px, 0.5208vw) min(14px, 0.7292vw);
  color: #202027;
  font-size: min(16px, 0.8333vw);
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  margin: 0 !important;
}

.donation_form__select-option:hover,
.donation_form__select-option[aria-selected="true"] {
  background: #faeef2;
}

.donation_form__field textarea {
  min-height: min(90px, 4.6875vw);
  resize: none;
}

.donation_form__field input:focus,
.donation_form__field select:focus,
.donation_form__field textarea:focus {
  border-color: #b52776;
}

.donation_form__amount {
  display: flex;
}

.donation_form__amount select {
  width: min(105px, 5.4688vw);
  padding-right: min(35px, 1.8229vw);
  border-color: #B1B1B1;
  border-radius: min(3px, 0.1563vw) 0 0 min(3px, 0.1563vw);
  background-position: right min(16px, 0.8333vw) center;
}

.donation_form__amount input {
  border-left: 0;
  border-color: #B1B1B1;
  border-radius: 0 min(3px, 0.1563vw) min(3px, 0.1563vw) 0;
}

.donation_form__amount:focus-within select,
.donation_form__amount:focus-within input {
  border-color: #b52776;
}

.donation_form__options {
  padding-top: min(22px, 1.1458vw);
  padding-bottom: min(3px, 0.1563vw);
}

.donation_form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: min(10px, 0.5208vw);
  font-size: min(20px, 1.0417vw);
  line-height: 1.2;
  cursor: pointer;
}

.donation_form__checkbox:not(:last-child) {
  margin-bottom: min(12px, 0.625vw);
}

.donation_form__checkbox input {
  appearance: none;
  width: min(20px, 1.0417vw);
  min-width: min(20px, 1.0417vw);
  height: min(20px, 1.0417vw);
  margin: min(3px, 0.1563vw) 0 0 0;
  border: min(1px, 0.0521vw) solid #B1B1B1;
  border-radius: min(3px, 0.1563vw);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  transition: border-color 0.2s, background-color 0.2s;
}

.donation_form__checkbox input:checked {
  border-color: #b52776;
  background-color: #b52776;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1.5 5l3 3 6-6' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.donation_form__checkbox input:focus-visible {
  border-color: #b52776;
  outline: min(2px, 0.1042vw) solid rgba(181, 39, 118, 0.18);
  outline-offset: min(2px, 0.1042vw);
}

.donation_form__submit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: block;
  width: calc(50% - min(32px, 1.6667vw));
  margin-top: min(36px, 1.875vw);
  margin-right: 0;
  margin-left: auto;
  padding: min(15px, 0.7813vw) min(20px, 1.0417vw);
  border: 0;
  border-radius: min(12px, 0.625vw);
  background: linear-gradient(90deg, #721a4d 0%, #d83192 100%);
  color: #fff;
  font-weight: 500;
  font-size: min(28px, 1.4583vw);
  line-height: 1;
  cursor: pointer;
}

.donation_form__submit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #53183b 0%, #721a4d 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.donation_form__submit:hover::before {
  opacity: 1;
}

.donation_form__submit svg {
  position: absolute;
  top: 50%;
  right: min(24px, 1.25vw);
  width: min(34px, 1.7708vw);
  height: min(34px, 1.7708vw);
  transform: translateY(-50%);
}

.donation_form__submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.donation_form__status {
  width: calc(50% - min(32px, 1.6667vw));
  margin: min(20px, 1.0417vw) 0 0 auto;
  color: #a11345;
  font-size: min(16px, 0.8333vw);
  line-height: 1.25;
}

.donation_form__status[hidden],
.donation_payment[hidden] {
  display: none;
}

.donation_payment__back {
  display: inline-flex;
  align-items: center;
  gap: min(8px, 0.4167vw);
  margin-bottom: min(20px, 1.0417vw);
  padding: 0;
  border: 0;
  background: transparent;
  color: #721a4d;
  font: inherit;
  font-size: min(18px, 0.9375vw);
  cursor: pointer;
}

.donation_payment__frame {
  overflow: hidden;
  width: 100%;
  min-height: min(560px, 29.1667vw);
  border: min(1px, 0.0521vw) solid #B1B1B1;
  border-radius: min(5px, 0.2604vw);
  background: #fff;
}

.donation_payment__frame iframe {
  display: block;
  width: 100%;
  min-height: min(560px, 29.1667vw);
  border: 0;
}

@media screen and (max-width: 768px) {
  p:not(:last-child),
  ul,
  ol,
  ul li:not(:last-child),
  ol li:not(:last-child) {
    margin-bottom: 16px;
  }

  body {
    font-size: 16px;
  }

  .wrapper {
    flex-direction: column;
  }

  .container {
    max-width: 100%;
    padding: 0 16px;
  }

  .sidebar {
    width: 100%;
    min-width: 0;
    padding: 32px 16px;
  }

  .sidebar__title {
    font-size: 28px;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
  }

  .sidebar__table {
    gap: 2px;
  }

  .sidebar__table__row {
    border-radius: 5px;
  }

  .sidebar__table__row__cell {
    font-size: 14px;
    padding: 8px 6px;
    min-height: 36px;
  }

  .sidebar__table__row__cell:first-child {
    max-width: 110px;
    font-size: 13px;
  }

  .sidebar__button {
    margin-top: 16px;
    border-radius: 12px;
    padding: 14px;
    font-size: 18px;
    gap: 8px;
  }

  .sidebar__button svg {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .head_section__content {
    padding: 15px 0;
    min-height: 240px;
  }

  .head_section__title {
    font-size: 36px;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }

  .head_section__subtitle {
    max-width: 280px;
    font-size: 20px;
  }

  .head_section__description {
    font-size: 16px;
  }

  .thankyou_section {
    padding: 40px 0;
  }

  .thankyou_section .head_section__title {
    font-size: 32px;
    margin-bottom: 16px;
  }

  .thankyou_section .head_section__subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .thankyou_section .head_section__description {
    max-width: 86%;
    font-size: 16px;
  }

  .thankyou_btn {
    font-size: 18px;
    padding: 0 24px;
    height: 48px;
    border-radius: 10px;
    margin-top: 30px;
    width: auto;
  }

  .thankyou_btn .icon {
    width: 20px;
    height: 20px;
  }

  .vision_section {
    padding: 40px 0 24px;
  }

  .vision_section__content {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .vision_section__content__body {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
  }

  .vision_section__content__body__description {
    font-size: 16px;
    letter-spacing: -0.3px;
  }

  .vision_section__content__body__link {
    margin-top: 20px;
    gap: 8px;
    font-size: 16px;
    flex-wrap: wrap;
  }

  .vision_section__content__body__link svg.book_icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .vision_section__content__body__link svg.arrow_icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .vision_section__content__img {
    max-width: 100%;
    width: 100%;
  }

  .vision_section__content__img__description {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 8px;
  }

  .vision_section__content__img__description span {
    font-size: 22px;
    padding-right: 2px;
  }

  .story_section {
    padding: 40px 0 32px;
  }

  .story_section__row {
    flex-direction: column;
    gap: 16px;
  }

  .story_section__row__description,
  .story_section__row__title {
    max-width: 100%;
  }

  .story_section__row__title {
    font-size: 24px;
    letter-spacing: -0.6px;
  }

  .story_section__video {
    margin-top: 24px;
  }

  .plans_section {
    padding: 32px 0 0;
    margin-bottom: -40px;
  }

  .plans_section__content {
    flex-direction: column-reverse;
    gap: 24px;
  }

  .plans_section__img,
  .plans_section__description {
    max-width: 100%;
    width: 100%;
  }

  .plans_section__img {
    border-width: 1px;
    padding: 12px;
  }

  .plans_section__description {
    font-size: 16px;
    letter-spacing: -0.3px;
  }

  footer {
    padding: 72px 0 32px;
  }

  .footer__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }

  .footer__contact {
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .footer__contact svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }

  .footer__logo {
    max-width: 160px;
  }

  .donation_dialog {
    inset: 0;
    align-items: flex-start;
    padding: 16px;
    overflow-y: auto;
  }

  .donation_dialog__backdrop {
    position: fixed;
    backdrop-filter: blur(6px);
  }

  .donation_dialog__card {
    max-width: 100%;
    max-height: none;
    padding: 36px 20px 24px;
    border-radius: 8px;
  }

  .donation_dialog__close {
    top: 8px;
    right: 10px;
    width: 32px;
    height: 32px;
    font-size: 28px;
  }

  .donation_dialog__title {
    margin-bottom: 24px;
    font-size: 25px;
    letter-spacing: -0.7px;
  }

  .donation_form__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .donation_form__field label {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .donation_form__field input,
  .donation_form__field select,
  .donation_form__field textarea {
    min-height: 44px;
    padding: 9px 12px;
    border-width: 1px;
    border-radius: 3px;
    font-size: 16px;
  }

  .donation_form__field select {
    padding-right: 38px;
    background-position: right 14px center;
    background-size: 12px 8px;
  }

  .donation_form__select-trigger {
    min-height: 44px;
    padding: 9px 38px 9px 12px;
    border-width: 1px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    background-position: right 14px center;
    background-size: 12px 8px;
  }

  .donation_form__select-list {
    max-height: 220px;
    border-width: 1px;
    border-radius: 3px;
  }

  .donation_form__select-option {
    padding: 10px 12px;
    font-size: 16px;
  }

  .donation_form__field textarea {
    min-height: 90px;
  }

  .donation_form__field input:focus,
  .donation_form__field select:focus,
  .donation_form__field textarea:focus {
    box-shadow: none;
  }

  .donation_form__amount select {
    width: 90px;
    padding-right: 32px;
    border-radius: 3px 0 0 3px;
    background-position: right 12px center;
  }

  .donation_form__amount input {
    border-radius: 0 3px 3px 0;
  }

  .donation_form__options {
    padding-bottom: 0;
  }

  .donation_form__checkbox {
    gap: 8px;
    font-size: 14px;
  }

  .donation_form__checkbox:not(:last-child) {
    margin-bottom: 12px;
  }

  .donation_form__checkbox input {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-width: 1px;
    border-radius: 3px;
  }

  .donation_form__checkbox input:focus-visible {
    outline-width: 2px;
    outline-offset: 2px;
  }

  .donation_form__submit {
    width: 100%;
    margin-top: 24px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
  }

  .donation_form__submit svg {
    right: 16px;
    width: 22px;
    height: 22px;
  }

  .donation_form__status {
    width: 100%;
    margin-top: 16px;
    font-size: 14px;
  }

  .donation_payment__back {
    gap: 8px;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .donation_payment__frame,
  .donation_payment__frame iframe {
    min-height: 620px;
  }

  .donation_payment__frame {
    border-width: 1px;
    border-radius: 5px;
  }
}