/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#context-menu {
  list-style: none;
  position: absolute;
  background: #e0e0e0;
  border: 1px solid #737373;
  min-width: 150px;
  z-index: 999999;
}
#context-menu li {
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
}
#context-menu li:hover {
  background: rgb(211.25, 211.25, 211.25);
}
#context-menu li:not(:last-child) {
  border-bottom: 1px solid #737373;
}

.edit-mode .editable-content {
  cursor: url(/img/edit-icon.png) -110 100, auto !important;
}

.editable-text-wrapper {
  position: relative;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: none;
}

.modal-window.opened {
  display: block !important;
}

.modal-window textarea {
  width: 100%;
  margin-top: 10px;
  padding: 5px;
  font: 14px Arial, sans-serif;
  border: 1px solid #bfbfbf;
  resize: none;
}

.modal-window > div {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 35px 20px 20px 20px;
  background: white;
  box-shadow: 0 0 16px 0 #bdbdbd;
}

.modal-window header {
  font-weight: bold;
}

.modal-window form .button-wrapper {
  text-align: right;
  padding-top: 10px;
}

.modal-window form button {
  padding: 5px 10px;
}

.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: black;
}

.modal-window > div {
  border-radius: 1rem;
}

.modal-btn {
  background-color: white;
  padding: 2px;
  text-decoration: none;
  color: #000;
}

html {
  overflow-x: hidden;
  height: 100%;
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}
@media (max-width: 767px) {
  ::-webkit-scrollbar {
    width: auto;
  }
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 2px;
  z-index: 100;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  ::-webkit-scrollbar-track {
    border-radius: auto;
    z-index: auto;
  }
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #313852;
  border-radius: 1px;
  z-index: 101;
}
@media (max-width: 767px) {
  ::-webkit-scrollbar-thumb {
    background: auto;
    border-radius: auto;
    z-index: auto;
  }
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #383e53;
}
@media (max-width: 767px) {
  ::-webkit-scrollbar-thumb:hover {
    background: auto;
  }
}

.hide {
  display: none !important;
}

.default-link-style {
  color: #001e9b;
}
.default-link-style:hover {
  color: #005eff;
}

.hidden-mobile {
  display: none;
  background: #00a3ff;
  text-align: center;
  height: 35px;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 10px;
}
.hidden-mobile a {
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}
.hidden-mobile a img {
  display: flex;
  flex-direction: column;
  max-width: 5vw;
  height: auto;
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: flex;
  }
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

:root {
  --blue: #00a3ff;
  --darkBlue: #1d2130;
  --darkBlueHover: #000000;
  --darkBlueFade: #1d2130ab;
  --white: #f9f9f9;
  --whiteHover: #f1f1f1;
  --whiteFade: #d8d8d8;
  --transparentHover: rgba(0, 0, 0, 0.03);
  --black: #36383f;
  --gray: #85888c;
  --tSec: 0.2s;
  --green: #078e00;
  --lightGray: #efefef;
  --redError: #b30000;
  --yellow: #ffd800;
  --yellowHover: #f5d000;
  --yellowFade: #ffd90088;
}

ul {
  list-style: none;
}

.nav {
  width: 70vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: transparent;
  max-width: 0;
  z-index: 40;
  transition: max-width var(--tSec) ease-out;
}

.menu {
  background-color: var(--blue);
  height: 100%;
}
.menu li {
  text-align: center;
}
.menu a {
  display: block;
  padding: 20px;
  color: var(--white);
  font-size: 18px;
}

.menu a:hover {
  background-color: #007ec5;
}

.hamb {
  cursor: pointer;
  float: right;
  padding: 25px 20px;
}

.hamb-line {
  background: var(--black);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

.hamb-line::before,
.hamb-line::after {
  background: var(--black);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
}

.side-menu:checked ~ nav {
  max-width: 70vw;
}

.dark-background {
  position: fixed;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  transition: background-color var(--tSec) ease;
  transition: z-index 0s linear var(--tSec);
}

.hamb-background {
  display: none;
}

.side-menu:checked ~ label .dark-background {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30;
  transition: background-color var(--tSec) ease;
}
.side-menu:checked ~ label.hamb-background {
  display: inherit;
}

.hamb-cross-container {
  float: none;
}

.hamb-cross {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

.exit-li {
  padding: 30px 0 15px 30px;
}

.general-li {
  position: relative;
}

.general-li::before,
.general-li::after {
  background: var(--white);
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  width: 40%;
}

.general-li::after {
  right: 50%;
}

.hamb-cross::before,
.hamb-cross::after {
  background: var(--white);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-cross {
  background: transparent;
}

.hamb-cross::before {
  transform: rotate(-45deg);
  top: 0;
}

.hamb-cross::after {
  transform: rotate(45deg);
  top: 0;
}

@media (min-width: 992px) {
  .nav {
    max-height: none;
    top: 0;
    position: relative;
    float: right;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu li {
    display: none;
  }
  .hamb {
    display: none;
  }
}
body {
  height: 100%;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(65deg, rgba(240, 251, 255, 0.2), rgba(150, 238, 255, 0.1), rgba(151, 238, 255, 0.1), rgba(222, 247, 255, 0.2));
  background-attachment: fixed;
}
@media (max-width: 992px) {
  body {
    padding-top: 120px;
    background: white;
  }
}

.caption {
  font-weight: 700;
  font-size: 36px;
  color: var(--darkBlue);
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .caption {
    font-size: 35px;
  }
}

.caption-sml {
  font-weight: 600;
  font-size: 24px;
  color: var(--darkBlue);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .caption-sml {
    font-size: 24px;
  }
}
.caption-sml::before {
  display: block;
  content: " ";
  margin-top: -135px;
  height: 135px;
  visibility: hidden;
  pointer-events: none;
}

.content {
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .content {
    width: 100%;
  }
}

.container {
  margin: 0 auto;
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
}

.header-info-desktop {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  background-color: #00a3ff;
}
.header-info-desktop a {
  margin-left: 30px;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.header-info-desktop img {
  max-height: 20px;
  width: auto;
}
.header-info-desktop .social-icons {
  display: flex;
  margin-left: 70px;
}
@media (max-width: 767px) {
  .header-info-desktop {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-info-desktop {
    margin-bottom: 10px;
  }
}

.home-page-shop-banner {
  justify-content: center;
  align-items: center;
  margin: 70px 0 40px 0;
  padding: 40px;
  border-radius: 10px;
  border: 4px solid var(--blue);
  background-color: var(--white);
  box-shadow: 0 10px 25px rgba(0, 163, 255, 0.1);
  flex-wrap: wrap;
  transition: box-shadow 1s ease;
}
.home-page-shop-banner:hover {
  box-shadow: 0 10px 25px rgba(0, 163, 255, 0.3);
  transition: box-shadow 1s ease;
}
@media (max-width: 767px) {
  .home-page-shop-banner {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .home-page-shop-banner .shop-banner-text-div {
    flex: 1 1 360px;
  }
}
@media (max-width: 767px) {
  .home-page-shop-banner .shop-banner-text-div .shop-banner-title {
    justify-content: center;
  }
}
.home-page-shop-banner .shop-banner-text-div .shop-banner-description {
  line-height: 140%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .home-page-shop-banner .shop-banner-text-div .shop-banner-description {
    justify-content: center;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-page-shop-banner .go-to-shop-btn-div {
    flex: 1 1 360px;
  }
}
.home-page-shop-banner .go-to-shop-btn-div .go-to-shop-btn {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: var(--yellow);
  border: none;
  box-sizing: border-box;
  border-radius: 25px;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  color: #313852;
  height: 50px;
  padding: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.home-page-shop-banner .go-to-shop-btn-div .go-to-shop-btn:hover {
  cursor: pointer;
  background: var(--yellowHover);
}

.custom-dropdown-root {
  position: relative;
  width: 100%;
}
.custom-dropdown-root .custom-dropdown-clickable {
  position: relative;
  width: 100%;
  height: 30px;
  border-radius: 5px;
  border: 2px solid rgba(23, 31, 58, 0.7882352941);
  background-color: var(--white);
  align-items: center;
}
@media (max-width: 992px) {
  .custom-dropdown-root .custom-dropdown-clickable {
    height: 40px;
  }
}
.custom-dropdown-root .custom-dropdown-clickable:hover {
  cursor: pointer;
}
.custom-dropdown-root .custom-dropdown-clickable .dropdown-value {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  height: 100%;
  align-items: center;
}
.custom-dropdown-root .custom-dropdown-clickable .dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%);
  max-height: 60%;
  width: auto;
}
@media (max-width: 992px) {
  .custom-dropdown-root .custom-dropdown-clickable .dropdown-arrow {
    max-height: 40%;
  }
}
.custom-dropdown-root .custom-dropdown-dropdown {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border: 2px solid rgba(23, 31, 58, 0.7882352941);
  border-radius: 5px;
  padding: 5px 0;
  z-index: 10;
  animation: growDown 150ms ease-in-out forwards;
  transform-origin: center 15px;
}
.custom-dropdown-root .custom-dropdown-dropdown .custom-dropdown-item {
  width: 100%;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .custom-dropdown-root .custom-dropdown-dropdown .custom-dropdown-item {
    height: 40px;
  }
}
.custom-dropdown-root .custom-dropdown-dropdown .custom-dropdown-item.active {
  font-weight: 600;
  border: 2px solid var(--blue);
  background-color: rgba(0, 164, 255, 0.2);
}
.custom-dropdown-root .custom-dropdown-dropdown .custom-dropdown-item.active:hover {
  cursor: pointer;
  background-color: rgba(0, 164, 255, 0.4);
}
.custom-dropdown-root .custom-dropdown-dropdown .custom-dropdown-item.dropdown-item-disabled {
  color: var(--gray);
  background-color: #ddd;
  cursor: context-menu !important;
}
.custom-dropdown-root .custom-dropdown-dropdown .custom-dropdown-item.dropdown-item-disabled:hover {
  background-color: #ddd;
}
.custom-dropdown-root .custom-dropdown-dropdown .custom-dropdown-item:hover {
  cursor: pointer;
  background-color: #d5d5d5;
}

.mrg-left-space {
  margin-left: 5px;
}

.link-classic {
  color: #001e9b;
}
.link-classic:hover {
  color: rgb(0, 94, 255);
}

header {
  position: fixed;
  background: #ffffff;
  height: 110px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 8px -8px grey;
  transition: top 0.2s ease-in-out;
}
header.nav-up {
  top: -110px;
}
header .logo {
  height: 40px;
  display: block;
}
header .logo img {
  display: block;
  height: 100%;
}
@media (max-width: 992px) {
  header .logo {
    display: none;
  }
}
header .logo-mobile {
  display: none;
  margin-right: 0;
  height: 37px;
}
header .logo-mobile img {
  display: block;
  height: 100%;
}
@media (max-width: 992px) {
  header .logo-mobile {
    display: block;
  }
}
header .header-container {
  display: flex;
  align-items: center;
  max-height: 70%;
  width: 100%;
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px;
}
@media (max-width: 992px) {
  header .header-container {
    justify-content: space-between;
  }
}
header .header-container .qr-scanner-main-div {
  max-width: 500px;
  z-index: 50;
}
@media (max-width: 767px) {
  header .header-container .qr-scanner-main-div {
    max-width: 300px;
  }
}
header .header-container .qr-scanner-cancel-btn {
  color: var(--darkBlue);
  background: var(--lightGray);
  padding: 15px;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 18px;
  margin-top: 10px;
}
header .header-container .qr-scanner-cancel-btn:hover {
  cursor: pointer;
}
header .header-container .qr-loader {
  position: initial;
  margin: 40px 0;
}
header .header-container .qr-scanner-background-div {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
header .header-container .righthand-menu-side {
  display: flex;
  align-items: center;
  max-height: 100%;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div {
  position: relative;
  margin-left: 10px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-inner-div {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-inner-div:hover {
  cursor: pointer;
  background-color: var(--lightGray);
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-inner-div .shopping-cart-icon {
  max-height: 1.3rem;
  width: auto;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-inner-div .shopping-cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: var(--blue);
  color: var(--white);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(30%, -30%);
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup {
  position: absolute;
  bottom: -6px;
  transform: translate(-50%, 100%);
  width: 300px;
  background: white;
  box-shadow: 1px 1px 6px gray;
  border-radius: 2px;
  padding: 20px 0;
  left: 50%;
  align-items: center;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .popup-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray);
  align-items: center;
  overflow: auto;
  max-height: 65vh;
  line-height: normal;
}
@media (max-width: 992px) {
  header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div {
    max-height: 45vh;
  }
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div {
  align-items: center;
  padding: 10px 15px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div:hover {
  background-color: var(--lightGray);
  cursor: pointer;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div .cart-item-img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div .cart-item-desc {
  margin-left: 10px;
  justify-content: flex-start;
  height: 100%;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div .cart-item-desc h2 {
  font-size: 18px;
  color: var(--black);
  font-weight: 600;
  margin-top: 5px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div .cart-item-desc p {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 300;
  display: inline;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div .cart-item-price-div {
  margin-left: 10px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div .cart-item-price-div .cart-item-price {
  color: var(--darkBlue);
  font-size: 18px;
  font-weight: 500;
  text-align: end;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div .cart-item-qty {
  margin: 0 5px;
  flex: 2.3;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div .cart-item-qty .custom-dropdown-label {
  font-size: 12px;
  margin-left: 10%;
  margin-bottom: 2px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-content-div .cart-item-div .cart-item-qty .custom-dropdown-padding {
  height: 12px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .popup-subtotal-div {
  width: 90%;
  padding: 13px 2px;
  border-top: 1px solid rgba(29, 33, 48, 0.368627451);
  margin-top: 10px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .popup-subtotal-div p {
  font-size: 18px;
  font-weight: 600;
  color: var(--darkBlue);
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .popup-subtotal-div .popup-subtotal-label {
  align-items: flex-start;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .popup-subtotal-div .popup-subtotal-value {
  align-items: flex-end;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-buttons {
  width: 100%;
  margin-top: 10px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-buttons .left-side {
  margin-right: 5px;
  margin-left: 15px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .cart-buttons .right-side {
  margin-left: 5px;
  margin-right: 15px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .view-shop-btn-div {
  width: 100%;
  margin-top: 15px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .view-shop-btn-div .view-shop-btn {
  margin: 0 15px;
  width: 100%;
  border-radius: 5px;
  height: 35px;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .checkout-btn {
  background-color: var(--yellow);
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  height: 40px;
  padding: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
header .header-container .righthand-menu-side .shopping-cart-outer-div .shopping-cart-popup .checkout-btn:hover {
  cursor: pointer;
  background: var(--yellowHover);
}
header .header-container .desktop-menu {
  display: flex;
  margin-left: auto;
}
header .header-container .desktop-menu li {
  margin: 0 10px;
}
header .header-container .desktop-menu a {
  color: var(--darkBlue);
  padding-bottom: 2px;
  background: linear-gradient(0deg, currentcolor, currentcolor) bottom center no-repeat;
  background-size: 0px 2px;
  transition: 0.5s;
  text-decoration: none;
}
header .header-container .desktop-menu a:hover {
  background-size: 100% 2px;
}
@media (max-width: 992px) {
  header .header-container .desktop-menu {
    display: none;
  }
}
header .info {
  display: flex;
}
header .info .donate-button {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #313852;
  box-sizing: border-box;
  border-radius: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  height: 46px;
  width: 140px;
}
@media (max-width: 992px) {
  header .info .donate-button {
    align-items: center;
    width: auto;
    padding: 0 25px;
  }
}
header .info .donate-button:hover {
  cursor: pointer;
  background: var(--whiteHover);
}

.privacy-policy-notification-root {
  width: 100%;
  padding: 15px;
  background: rgba(0, 163, 255, 0.2705882353);
  border: 3px solid var(--blue);
  border-radius: 10px;
  margin-top: 20px;
  color: var(--darkBlue);
  margin-bottom: 20px;
}
.privacy-policy-notification-root .noti-title {
  font-size: 18px;
  font-weight: 500;
}
.privacy-policy-notification-root .noti-description {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 140%;
}
.privacy-policy-notification-root .noti-buttons {
  margin-top: 10px;
}
.privacy-policy-notification-root .noti-buttons .accept-noti-change-btn {
  padding: 10px 20px;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 5px;
  margin-right: 15px;
}
.privacy-policy-notification-root .noti-buttons .accept-noti-change-btn:hover {
  cursor: pointer;
  background-color: #0099ef;
}
.privacy-policy-notification-root .noti-buttons .privacy-policy-link {
  align-items: center;
  justify-content: center;
  color: #001e9b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.privacy-policy-notification-root .noti-buttons .privacy-policy-link:hover {
  color: #005eff;
}

.first-block {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 50px 64px 40px 64px;
  position: relative;
}
@media (max-width: 1350px) {
  .first-block {
    padding: 30px;
  }
}
.first-block a {
  color: #001e9b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.first-block a:hover {
  color: #005eff;
}
.first-block h1 {
  font-weight: 700;
  text-align: left;
  font-size: 48px !important;
  line-height: 120%;
  color: var(--darkBlue);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .first-block h1 {
    font-size: 36px !important;
    max-width: 150px;
  }
}
.first-block h1 img {
  display: inline-block;
  margin-left: 20px;
  width: 56px;
  height: 56px;
}
@media (max-width: 767px) {
  .first-block h1 img {
    display: none;
  }
}
.first-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6d6e76;
  max-width: 585px;
}
@media (max-width: 1350px) {
  .first-block p {
    max-width: 650px;
  }
}
@media (max-width: 992px) {
  .first-block p {
    max-width: 400px;
  }
}
.first-block .abs-img {
  position: absolute;
  right: 20px;
  top: -50px;
  width: 600px;
}
@media (max-width: 1350px) {
  .first-block .abs-img {
    width: 550px;
    z-index: -1;
    right: 0px;
  }
}
@media (max-width: 992px) {
  .first-block .abs-img {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .first-block .abs-img {
    width: 250px;
    top: -15px;
    right: 0px;
  }
}

.second {
  margin-top: 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .second {
    margin-top: 50px;
  }
}
.second .caption {
  margin-bottom: 8px;
}
.second > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--darkBlue);
  opacity: 0.87;
  margin-bottom: 10px;
}
.second .support-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1350px) {
  .second .support-type {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .second .support-type {
    margin-bottom: 70px;
  }
}
.second .support-type .item {
  border-radius: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 1s ease-in-out;
  border: 4px solid transparent;
}
@media (max-width: 1350px) {
  .second .support-type .item:nth-child(2) {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
  .second .support-type .item:nth-child(1) {
    margin-right: 10px;
    width: 48%;
  }
  .second .support-type .item:nth-child(3) {
    width: 48%;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .second .support-type .item:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .second .support-type .item:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}
.second .support-type .item.active {
  border-color: #00a3ff;
  box-shadow: 0 10px 25px rgba(0, 163, 255, 0.1);
  background: linear-gradient(258.45deg, #e6ffff 0%, #fdfff2 100%);
}
.second .support-type .item.active:hover {
  box-shadow: 0 10px 25px rgba(0, 163, 255, 0.4);
}
.second .support-type .item:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
.second .support-type .item {
  width: 410px;
}
.second .support-type .item .text {
  font-size: 16px;
  line-height: 150%;
  color: var(--darkBlue);
  opacity: 0.87;
  margin: 20px auto 30px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .second .support-type .item .text {
    padding: 20px;
    margin: 0 auto;
  }
}
.second .support-type .item .donate-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 56px;
  background: var(--darkBlue);
  color: #fff;
  margin: 0 auto 40px;
  border-radius: 28px;
}
@media (max-width: 767px) {
  .second .support-type .item .donate-btn {
    margin-bottom: 30px;
  }
}
.second .support-type .item .donate-btn:hover {
  cursor: pointer;
  background: var(--darkBlueHover);
}
.second .support-type .item .head {
  padding: 30px;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .second .support-type .item .head {
    padding: 20px;
  }
}
.second .support-type .item .head img {
  width: 50px;
  display: block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .second .support-type .item .head img {
    width: 40px;
    align-self: flex-start;
  }
}
.second .support-type .item .head .info .name {
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: var(--darkBlue);
}
@media (max-width: 767px) {
  .second .support-type .item .head .info .name {
    font-size: 24px;
  }
}
.second .support-type .item .head .info .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6d6e76;
  opacity: 0.8;
}

.margin-right-med {
  margin-right: 15px;
}

.side-padding {
  padding: 0 15px;
}

.qr-button-div {
  width: 100%;
  margin-top: 10px;
}
.qr-button-div .qr-button-round {
  width: 100%;
}
.qr-button-div .qrcode-icon {
  max-height: 2rem;
  width: auto;
  margin-left: 10px;
}

.general-large-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #313852;
  box-sizing: border-box;
  border-radius: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  height: 46px;
  width: 140px;
  background-color: var(--white);
}
.general-large-btn.general-large-disabled {
  color: #b0b0b0;
  background-color: var(--whiteFade);
  border: none;
}
.general-large-btn.general-large-disabled:hover {
  background-color: var(--whiteFade);
  box-shadow: none;
  cursor: context-menu;
}
.general-large-btn:hover {
  cursor: pointer;
  background-color: var(--whiteHover);
}

.go-to-cart-btn {
  height: 40px;
  background-color: var(--white);
  border-radius: 5px;
  width: 100%;
}
.go-to-cart-btn:hover {
  cursor: pointer;
}

.has-done {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .has-done {
    margin-bottom: 70px;
  }
}
.has-done .page-description {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.has-done .page-buttons {
  align-items: center;
  margin-bottom: 20px;
}
.has-done .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.has-done .items .item {
  width: 410px;
  background-color: #e1faff;
  border-radius: 15px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1350px) {
  .has-done .items .item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .has-done .items .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.has-done .items .item .custom-link {
  text-decoration: none;
}
.has-done .items .item .custom-link.custom-cursor:hover {
  cursor: pointer;
}
.has-done .items .item .img-wrap {
  width: 100%;
  height: 255px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 12px 12px 0 12px;
  transition: padding 0.3s ease;
}
.has-done .items .item .img-wrap:hover {
  padding: 0;
  transition: padding 0.5s ease;
}
.has-done .items .item .img-wrap img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 10px;
  transition: border-radius 0.3s ease;
}
.has-done .items .item .img-wrap img:hover {
  border-radius: 15px 15px 10px 10px;
  transition: border-radius 0.5s ease;
}
.has-done .items .item .info-wrap {
  padding: 0 12px 12px 12px;
}
.has-done .items .item .info-wrap .name {
  font-weight: 700;
  color: var(--darkBlue);
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.has-done .items .item .info-wrap .name.space-out {
  justify-content: space-between;
}
.has-done .items .item .info-wrap .name .item-price {
  align-items: flex-end;
}
.has-done .items .item .info-wrap .name .infoTooltipDiv {
  position: relative;
  display: inline;
}
.has-done .items .item .info-wrap .name .infoTooltipDiv .infoIcon {
  max-height: 0.8em;
  width: auto;
}
.has-done .items .item .info-wrap .name .infoTooltipDiv .infoTooltip {
  visibility: hidden;
  width: 210px;
  background-color: #555;
  color: rgb(240, 240, 240);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: -0.6em;
  left: 140%;
  opacity: 0;
  transition: opacity 0.3s;
}
.has-done .items .item .info-wrap .name .infoTooltipDiv .infoTooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}
.has-done .items .item .info-wrap .name .infoTooltipDiv .infoIcon:hover + .infoTooltip {
  visibility: visible;
  opacity: 1;
}
.has-done .items .item .info-wrap .name .donationIcon {
  max-height: 1em;
  width: auto;
  margin: 0 5px;
}
.has-done .items .item .info-wrap .name .externalLink {
  color: var(--darkBlue);
}
.has-done .items .item .info-wrap .name .externalLinkImage {
  width: 10px;
  height: 10px;
  margin-bottom: 8px;
}
.has-done .items .item .info-wrap .desc {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: var(--darkBlue);
}
.has-done .items .item .info-wrap .complete-price {
  margin-bottom: 10px;
}
.has-done .items .item .info-wrap .complete-price .price {
  color: var(--darkBlue);
  font-size: 20px;
}
.has-done .items .item .info-wrap .item-sold-out {
  color: var(--redError);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.has-done .items .item .info-wrap .item-in-stock {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.has-done .items .item .info-wrap .progress {
  margin-bottom: 15px;
  text-align: center;
}
.has-done .items .item .info-wrap .progress .contribute-btn {
  align-items: center;
  background: var(--darkBlue);
  border-radius: 20px;
  color: #fff;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 20px 40px;
}
.has-done .items .item .info-wrap .progress .contribute-btn:hover {
  cursor: pointer;
  background: var(--darkBlueHover);
}
.has-done .items .item .info-wrap .progress .contribute-disabled {
  background: #596283;
  color: rgb(194, 194, 194);
}
.has-done .items .item .info-wrap .progress .contribute-disabled:hover {
  box-shadow: none;
}
.has-done .items .item .info-wrap .progress .progress-text {
  color: var(--darkBlue);
  font-size: 20px;
}
.has-done .items .item .info-wrap .progress .progress-back {
  width: 100%;
  background-color: #cccccc;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 6px grey;
}
.has-done .items .item .info-wrap .progress .progress-back .progress-bar {
  height: 30px;
  background-color: #3498db;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #f3f3f3;
}
.has-done .items .item .info-wrap .info {
  display: flex;
  justify-content: space-between;
}
.has-done .items .item .info-wrap .info .price {
  color: var(--darkBlue);
  font-weight: 700;
  font-size: 24px;
}
.has-done .items .item .info-wrap .info .time {
  opacity: 0.6;
  font-size: 16px;
  color: var(--darkBlue);
  margin-bottom: 5px;
}
.has-done .see-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 46px;
  margin: 10px auto 0;
  border: 2px solid rgba(24, 36, 84, 0.6);
  box-sizing: border-box;
  color: var(--darkBlue);
  border-radius: 23px;
  font-size: 18px;
  font-weight: 400;
  transition: all 1s ease;
  background: transparent;
}
.has-done .see-more:hover {
  border: 2px solid rgb(24, 36, 84);
  transition: all 0.3s ease;
  background: var(--transparentHover);
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 15px;
}
.iframe-container .youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.our-team {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .our-team {
    margin-bottom: 70px;
  }
}
.our-team .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-team .items .item {
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  width: 200px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .our-team .items .item {
    width: 100%;
    margin-right: 0;
  }
}
.our-team .items .item img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .our-team .items .item img {
    width: 40vw;
    height: 40vw;
  }
}
.our-team .items .item .type {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: var(--darkBlue);
}
.our-team .items .item .name {
  text-align: center;
  margin-top: 5px;
  font-weight: 500;
  font-size: 20px;
  color: var(--darkBlue);
}

.margin-top-lrg {
  margin-top: 40px;
}

.margin-top-med {
  margin-top: 25px;
}

.margin-top-sml {
  margin-top: 15px;
}

.margin-right-med {
  margin-right: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
.row {
  display: flex;
  flex-direction: row;
}

.col {
  display: flex;
  flex-direction: column;
}

.txt-dark {
  color: var(--darkBlue);
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-9 {
  flex: 9;
}

.flex-10 {
  flex: 10;
}

.flex-11 {
  flex: 11;
}

.flex-12 {
  flex: 12;
}

.margin-top-ten {
  margin-top: 10px;
}

.loading-screen {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 24px;
}

.loader {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  z-index: 15;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-color: #3498db #f3f3f3 #dbdb34;
  width: 100px;
  height: 100px;
  animation: spin 1s linear infinite;
}

.donate-page-wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
}
@media (max-width: 767px) {
  .donate-page-wrapper .order-summary-div {
    flex: 1 1 360px;
  }
}
@media (max-width: 767px) {
  .donate-page-wrapper .donate-page-spacer {
    flex: 1 1 360px;
  }
}

.summary-items-outer .summary-items-root {
  margin-bottom: 10px;
}
.summary-items-outer .summary-items-root .summary-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1803921569);
}
.summary-items-outer .summary-items-root .summary-item .summary-item-img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.summary-items-outer .summary-items-root .summary-item .summary-item-desc {
  padding: 0 10px;
  justify-content: center;
}
.summary-items-outer .summary-items-root .summary-item .summary-item-desc .summary-item-name {
  font-size: 22px;
  color: var(--black);
  font-weight: 600;
}
.summary-items-outer .summary-items-root .summary-item .summary-item-desc .summary-item-general-desc {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  display: inline;
  color: var(--gray);
}
.summary-items-outer .summary-items-root .summary-item .summary-item-total {
  justify-content: center;
  align-items: center;
}
.summary-items-outer .summary-items-root .summary-item .summary-item-total .summary-item-total-inner {
  color: var(--darkBlue);
  font-weight: 400;
  font-size: 18px;
}

.order-summary-inner-div {
  margin: 0 20px 30px 20px;
  position: sticky;
  top: 125px;
  align-self: flex-start;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-height: 80vh;
  overflow: auto;
}
.order-summary-inner-div.order-summary-full-div {
  box-shadow: none;
  margin: 0;
  max-height: 100%;
}
@media (max-width: 767px) {
  .order-summary-inner-div.order-summary-full-div {
    padding: 5px;
  }
}
.order-summary-inner-div.order-summary-full-div .summary-item .summary-item-img {
  flex: 3;
}
.order-summary-inner-div.order-summary-full-div .summary-item .summary-item-img img {
  border-radius: 5px;
}
.order-summary-inner-div.order-summary-full-div .summary-item .summary-item-desc {
  flex: 6;
}
@media (max-width: 767px) {
  .order-summary-inner-div {
    position: static;
    max-height: 100%;
    margin: 10px 0 30px 0;
  }
}
.order-summary-inner-div .summary-header {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1803921569);
  padding-bottom: 10px;
}
.order-summary-inner-div .summary-header .summary-title {
  color: #313852;
  font-size: 22px;
  font-weight: 500;
}
.order-summary-inner-div .summary-header .edit-cart-div {
  margin-left: 10px;
}
.order-summary-inner-div .summary-header .edit-cart-div .edit-cart-btn {
  justify-content: center;
  align-items: center;
  background: var(--darkBlue);
  color: var(--white);
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 18px;
}
.order-summary-inner-div .summary-header .edit-cart-div .edit-cart-btn:hover {
  cursor: pointer;
  background: var(--darkBlueHover);
}
.order-summary-inner-div .shipping-info {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1803921569);
  padding: 10px 0 20px 0;
}
.order-summary-inner-div .shipping-info .shipping-info-title {
  color: var(--darkBlue);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}
.order-summary-inner-div .shipping-info .shipping-info-address {
  margin-top: 2px;
  color: var(--black);
  line-height: 130%;
  font-size: 16px;
  font-weight: 400;
}
.order-summary-inner-div .subtotal-row {
  justify-content: space-between;
  margin-top: 15px;
}
.order-summary-inner-div .subtotal-row .subtotal-title {
  color: var(--darkBlue);
  font-size: 18px;
  font-weight: 500;
}
.order-summary-inner-div .subtotal-row .subtotal-value {
  color: var(--darkBlue);
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
.order-summary-inner-div .total-row {
  justify-content: space-between;
  margin-top: 15px;
}
.order-summary-inner-div .total-row .total-title {
  color: var(--darkBlue);
  font-size: 20px;
  font-weight: 600;
}
.order-summary-inner-div .total-row .total-value {
  color: var(--darkBlue);
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
}
.order-summary-inner-div .privacy-policy-checkbox-div {
  margin-top: 30px !important;
}
.order-summary-inner-div .place-order-div {
  justify-content: center;
}
.order-summary-inner-div .place-order-div .place-order-btn {
  background-color: var(--yellow);
  border: none;
  box-sizing: border-box;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #313852;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.order-summary-inner-div .place-order-div .place-order-btn:hover {
  cursor: pointer;
  background: #f5d000;
}

.back-to-donate-page-btn {
  margin-top: 20px;
  color: var(--darkBlue);
  padding-bottom: 3px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3215686275);
}
.back-to-donate-page-btn:hover {
  color: var(--darkBlueHover);
  cursor: pointer;
}

.google-pay-button {
  width: 100%;
  height: 45px;
  margin: 12px auto 0 auto;
}
.google-pay-button button {
  border-radius: 23px;
}
@media (min-width: 767px) {
  .google-pay-button {
    width: 450px;
  }
}

apple-pay-button {
  margin: 14px auto 0 auto;
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 45px;
  --apple-pay-button-border-radius: 23px;
  --apple-pay-button-padding: 0px 0px;
  --apple-pay-button-box-sizing: border-box;
}
@media (min-width: 767px) {
  apple-pay-button {
    --apple-pay-button-width: 450px;
  }
}

.donate-page {
  justify-content: center;
  align-items: center;
  padding: 25px;
  max-width: 550px;
  min-height: 200px;
  margin: 0 auto;
  position: relative;
  border-radius: 24px;
  margin-bottom: 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767px) {
  .donate-page {
    flex: 1 1 360px;
    padding: 25px 15px;
  }
}
.donate-page .donation-type-select {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  position: relative;
}
.donate-page .donation-type-select .dropdown-btn {
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #313852;
  padding: 20px 15px;
  height: 70px;
  width: 400px;
}
@media (max-width: 767px) {
  .donate-page .donation-type-select .dropdown-btn {
    font-size: 22px;
    width: 80vw;
  }
}
.donate-page .donation-type-select .dropdown-btn:hover {
  cursor: pointer;
}
.donate-page .donation-type-select .dropdown-btn .button-span {
  flex: 1;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .donate-page .donation-type-select .dropdown-btn .button-span {
    margin: 0 15px;
  }
}
.donate-page .donation-type-select .dropdown-btn img {
  max-width: 1.5em;
  max-height: 1.5em;
  border-radius: 5px;
}
.donate-page .donation-type-select .dropdown-toggle {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
  .donate-page .donation-type-select .dropdown-toggle.active {
    border: 1px solid rgb(210, 210, 210);
    border-radius: 5px 5px 0 0;
    border-bottom: none;
  }
}
.donate-page .donation-type-select .dropdown-toggle .sml-img {
  max-width: 0.5em;
  max-height: 0.5em;
}
.donate-page .donation-type-select .dropdown-menu {
  position: absolute;
  z-index: 5;
  display: none;
  width: 400px;
  margin: 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 5px;
  border: none;
  margin: 0px;
  top: 100%;
  box-shadow: 5px 5px 5px -5px #bbb, 5px 5px 5px -5px #bbb, -5px 5px 5px -5px #bbb;
}
@media (max-width: 767px) {
  .donate-page .donation-type-select .dropdown-menu {
    width: 80vw;
    border: 1px solid rgb(210, 210, 210);
    border-top: none;
    border-radius: 0 0 5px 5px;
  }
}
.donate-page .donation-type-select .dropdown-menu .dropdown-li {
  display: none;
  opacity: 0;
}
.donate-page .donation-type-select .dropdown-menu .dropdown-li:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
}
.donate-page .donation-type-select .dropdown-menu .dropdown-li .dropdown-item {
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-size: 26px;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
@media (max-width: 767px) {
  .donate-page .donation-type-select .dropdown-menu .dropdown-li .dropdown-item {
    font-size: 20px;
  }
}
.donate-page .donation-type-select .dropdown-menu .dropdown-li.border-top {
  border-top: 1px solid rgb(210, 210, 210);
}
.donate-page .donation-type-select .dropdown-menu.show {
  display: block;
}
.donate-page .donation-type-select .dropdown-animated {
  display: none;
}
.donate-page .donation-type-select .dropdown-animated .dropdown-li {
  display: block;
  opacity: 1;
}
.donate-page .donation-type-select .dropdown-animated-1 {
  animation: growDown 150ms ease-in-out forwards;
  transform-origin: center 0px;
}
.donate-page .donation-type-desc {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  text-align: center;
}
.donate-page .custom-wrapper-background {
  border-top: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-right: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-left: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 27px 27px 0 0;
  background: rgba(0, 0, 0, 0.0196078431);
  padding: 0 7px;
}
.donate-page .margin-top-custom-background {
  margin-top: 7px;
}
.donate-page .credit-card-field-donate-background {
  border-right: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-left: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding: 0 25px;
  background: rgba(0, 0, 0, 0.0196078431);
}
@media (max-width: 767px) {
  .donate-page .credit-card-field-donate-background {
    padding: 0 7px;
  }
}
.donate-page .credit-card-btn-donate-background {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-right: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-left: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 0 0 27px 27px;
  background: rgba(0, 0, 0, 0.0196078431);
}
.donate-page .pill-btn-style {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  height: 45px;
  margin: 14px auto 0;
  width: 100%;
}
@media (min-width: 767px) {
  .donate-page .pill-btn-style {
    width: 450px;
  }
}
.donate-page .pill-btn-style:hover {
  cursor: pointer;
}
.donate-page .pill-btn-style .button-inner-div {
  align-items: center;
}
.donate-page .pill-btn-style span {
  margin-left: 1em;
}
.donate-page .pill-btn-style img {
  max-width: 2em;
  max-width: 2em;
}
.donate-page .paypal-buttons-style {
  z-index: 0;
}
@media (min-width: 767px) {
  .donate-page .paypal-buttons-style {
    width: 450px;
    margin: auto;
  }
}
.donate-page .payment-type-separator {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 6px 0;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .donate-page .payment-type-separator {
    margin: 20px 0 9px 0;
    padding: 0 20px;
  }
}
.donate-page .payment-type-separator .separator-line {
  flex: auto;
  height: 1px;
  background: rgba(29, 33, 48, 0.1803921569);
}
.donate-page .payment-type-separator .separator-text {
  margin: 0 15px;
  color: var(--darkBlue);
}
.donate-page .zelle-payment-pill-btn {
  background: #6d1fd4;
  color: var(--lightGray);
}
.donate-page .zelle-payment-pill-btn:hover {
  background: #815dff;
}
.donate-page .check-payment-pill-btn {
  background: #00a300;
  color: var(--lightGray);
}
.donate-page .check-payment-pill-btn:hover {
  background: #007500;
}
.donate-page .cc-payment-pill-btn {
  background: var(--darkBlue);
  margin-top: 7px;
  color: var(--lightGray);
}
.donate-page .cc-payment-pill-btn:hover {
  background: var(--darkBlueHover);
}
.donate-page .scroll-note-top {
  padding: 0 20px;
  text-align: center;
  margin-bottom: 20px;
  color: var(--darkBlue);
}
.donate-page .scroll-note-top a {
  color: rgb(0, 94, 255);
}
.donate-page .scroll-note-top a:hover {
  color: #001e9b;
}
.donate-page .back-to-options {
  align-items: center;
  justify-content: center;
  width: 100%;
}
.donate-page .back-to-options .change-payment-type-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--darkBlue);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 21px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  border-radius: 21px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.donate-page .back-to-options .change-payment-type-btn:hover {
  cursor: pointer;
  background: var(--darkBlueHover);
}
.donate-page .back-to-options .change-payment-type-btn .button-inner-div {
  align-items: center;
}
.donate-page .back-to-options .change-payment-type-btn span {
  margin-left: 0.2em;
}
.donate-page .back-to-options img {
  max-width: 1.5em;
  max-width: 1.5em;
}
.donate-page .error-div {
  justify-content: center;
}
.donate-page .error-div img {
  max-width: 1em;
  max-height: 1em;
}
.donate-page .error-div .error-text {
  color: rgb(228, 0, 0);
  margin-left: 10px;
}
.donate-page .zelle-div {
  margin-top: 30px;
}
.donate-page .zelle-div p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: inline;
}
.donate-page .zelle-div .tooltip {
  position: relative;
  display: inline;
}
.donate-page .zelle-div .tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: rgb(240, 240, 240);
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  opacity: 0;
  transition: opacity 0.3s;
}
.donate-page .zelle-div .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.donate-page .zelle-div .tooltip.show .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.donate-page .zelle-div img {
  max-height: 1rem;
  width: auto;
}
.donate-page .zelle-div img:hover {
  cursor: pointer;
}
.donate-page .zelle-div a {
  color: #001e9b;
}
.donate-page .zelle-div a:hover {
  color: rgb(0, 94, 255);
}
.donate-page .bank-check-div {
  margin-top: 30px;
}
.donate-page .bank-check-div p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.donate-page .bank-check-div a {
  color: #001e9b;
}
.donate-page .bank-check-div a:hover {
  color: rgb(0, 94, 255);
}
.donate-page .bank-check-div .check-template-div {
  position: relative;
  max-width: 100%;
  margin-top: 20px;
}
.donate-page .bank-check-div .check-template-div .check-text {
  position: absolute;
  bottom: 19%;
  left: 10%;
  font-family: "Times New Roman", Times, serif;
}
@media (max-width: 767px) {
  .donate-page .bank-check-div .check-template-div .check-text {
    font-size: 12px;
  }
}
.donate-page .bank-check-div .check-template-div img {
  max-width: 100%;
  height: auto;
}
.donate-page .section-header-div {
  margin: 30px 0 0 0;
  display: inline;
  text-align: center;
  padding: 0 20px 10px 20px;
}
@media (max-width: 767px) {
  .donate-page .section-header-div {
    padding: 0 0 15px 0;
  }
}
.donate-page .section-header-div h2 {
  color: #313852;
  font-size: 24px;
}
.donate-page .section-description {
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  padding-bottom: 5px;
}
.donate-page .privacy-policy-checkbox-div {
  margin: 20px 0 0 0;
  display: inline;
  text-align: center;
  padding: 0 20px 25px 20px;
}
@media (max-width: 767px) {
  .donate-page .privacy-policy-checkbox-div {
    padding: 0 0 25px 0;
  }
}
.donate-page .privacy-policy-checkbox-div a {
  color: rgb(0, 94, 255);
  text-decoration: underline;
}
.donate-page .privacy-policy-checkbox-div .external-link-image {
  max-width: 8px;
  max-height: 8px;
  margin-bottom: 6px;
  margin-left: 3px;
}
.donate-page .privacy-policy-checkbox-div.input-error p {
  display: block;
}
.donate-page .credit-card-form .select-amount-div {
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.donate-page .credit-card-form .select-amount-div .select-amount-btn-div {
  flex: 3;
  align-items: center;
  justify-content: center;
}
.donate-page .credit-card-form .select-amount-div .select-amount-btn-div .select-amount-btn {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: white;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  height: 50px;
  width: 90%;
  padding: 0;
}
@media (max-width: 767px) {
  .donate-page .credit-card-form .select-amount-div .select-amount-btn-div .select-amount-btn {
    box-shadow: none;
    align-items: center;
    border: 1px solid var(--darkBlue);
  }
}
.donate-page .credit-card-form .select-amount-div .select-amount-btn-div .select-amount-btn:hover {
  cursor: pointer;
  border: 1px solid var(--darkBlue);
}
.donate-page .credit-card-form .select-amount-div .select-amount-btn-div .select-amount-btn.active {
  background: var(--darkBlue);
  color: rgb(230, 230, 230);
}
.donate-page .credit-card-form .card-amount-input-div {
  align-items: center;
  justify-content: center;
}
.donate-page .credit-card-form .gratitude-error-div .error-msg {
  font-size: 12px;
  color: rgb(228, 0, 0);
}
.donate-page .credit-card-form .gratitude-buttons {
  margin-top: 10px;
}
.donate-page .credit-card-form .gratitude-buttons .select-amount-btn-div .sml-font {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .donate-page .credit-card-form .gratitude-buttons .select-amount-btn-div .sml-font {
    font-size: 12px !important;
  }
}
.donate-page .credit-card-form .gratitude-buttons .select-amount-btn-div .med-font {
  font-size: 18px !important;
}
@media (max-width: 767px) {
  .donate-page .credit-card-form .gratitude-buttons .select-amount-btn-div .med-font {
    font-size: 16px !important;
  }
}
.donate-page .credit-card-form .gratitude-buttons .select-amount-btn-div .red-border {
  border: 1px solid rgb(228, 0, 0);
}
.donate-page .credit-card-form .gratitude-buttons .select-amount-btn-div .select-amount-btn {
  justify-content: center;
  align-items: center;
  height: 70px !important;
}
.donate-page .credit-card-form .additional-donation-div {
  justify-content: center;
}
.donate-page .credit-card-form .additional-donation-div .additional-donation-btn {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1294117647);
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  color: var(--darkBlue);
  margin: 5px 0;
  transition: all 0.5s ease;
}
.donate-page .credit-card-form .additional-donation-div .additional-donation-btn.cancel-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.donate-page .credit-card-form .additional-donation-div .additional-donation-btn:hover {
  cursor: pointer;
  background-color: var(--darkBlue);
  color: var(--white);
  transition: all 0.5s ease;
}
.donate-page .credit-card-form .confirm-address-div {
  justify-content: center;
  align-items: center;
}
.donate-page .credit-card-form .confirm-address-div .confirm-address-btn {
  padding: 0 25px;
  border-radius: 23px;
  height: 46px;
  background-color: var(--darkBlue);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .donate-page .credit-card-form .confirm-address-div .confirm-address-btn {
    width: 100%;
  }
}
.donate-page .credit-card-form .confirm-address-div .confirm-address-btn:hover {
  cursor: pointer;
  background-color: var(--darkBlueHover);
}
.donate-page .credit-card-form .card-zip-input-div {
  align-items: center;
  justify-content: center;
}
.donate-page .credit-card-form .cost-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--darkBlue);
  margin-top: 20px;
}
.donate-page .credit-card-form .final-address-single-option-div .final-address-single-option-txt {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--darkBlue);
  line-height: 130%;
}
.donate-page .credit-card-form .bullet-options-root .bullet-option-div {
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
  align-items: center;
}
.donate-page .credit-card-form .bullet-options-root .bullet-option-div .radio-circle {
  min-width: 15px;
  min-height: 15px;
  background-color: #e5e5e5;
  margin-right: 15px;
  border-radius: 50%;
}
.donate-page .credit-card-form .bullet-options-root .bullet-option-div .radio-text .radio-title {
  align-items: center;
  font-size: 17px;
  font-weight: 600;
}
.donate-page .credit-card-form .bullet-options-root .bullet-option-div .radio-text .radio-desc {
  align-items: center;
  font-size: 16px;
  margin-top: 3px;
  line-height: 120%;
}
.donate-page .credit-card-form .bullet-options-root .bullet-option-div .radio-text img {
  max-height: 2rem;
  width: auto;
}
.donate-page .credit-card-form .bullet-options-root .bullet-option-div.active {
  border: 2px solid var(--blue);
  background-color: rgba(0, 164, 255, 0.2);
}
.donate-page .credit-card-form .bullet-options-root .bullet-option-div.active .radio-circle {
  border: 3px solid #adadad;
  background-color: var(--blue);
}
.donate-page .credit-card-form .bullet-options-root .bullet-option-div:hover {
  cursor: pointer;
  background-color: rgba(131, 131, 131, 0.0901960784);
}
.donate-page .credit-card-form .bullet-options-root .bullet-option-div:hover.active {
  background-color: rgba(0, 164, 255, 0.4);
}
.donate-page .credit-card-form .shipping-loading-root {
  position: relative;
  min-height: 200px;
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-header {
  justify-content: space-between;
  margin-top: 15px;
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-header .shipping-selection-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--darkBlue);
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-header .shipping-selection-description {
  font-size: 14px;
  margin: 5px 0 10px 0;
  color: var(--darkBlue);
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-header .edit-address-btn-div {
  margin-left: 15px;
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-header .edit-address-btn-div .edit-address-btn {
  justify-content: center;
  align-items: center;
  background: var(--darkBlue);
  color: var(--white);
  padding: 10px 20px;
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-header .edit-address-btn-div .edit-address-btn:hover {
  cursor: pointer;
  background: var(--darkBlueHover);
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-root {
  width: 100%;
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-root .shipping-option-root {
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-root .shipping-option-root.active {
  border: 2px solid var(--blue);
  background-color: rgba(0, 164, 255, 0.2);
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-root .shipping-option-root:hover {
  cursor: pointer;
  background-color: rgba(131, 131, 131, 0.0901960784);
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-root .shipping-option-root:hover.active {
  background-color: rgba(0, 164, 255, 0.4);
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-root .shipping-option-root .shipping-option-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--darkBlue);
}
.donate-page .credit-card-form .shipping-selection-div .shipping-selection-root .shipping-option-root .shipping-option-address {
  margin-top: 7px;
  font-size: 15px;
  font-weight: 400;
  color: var(--darkBlue);
  line-height: 130%;
}
.donate-page .credit-card-form .shipping-selection-div .confirm-address-selection-div {
  margin-top: 15px;
  justify-content: center;
}
.donate-page .credit-card-form .shipping-selection-div .confirm-address-selection-div .confirm-address-selection-btn {
  padding: 0 25px;
  border-radius: 23px;
  height: 46px;
  background-color: var(--darkBlue);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .donate-page .credit-card-form .shipping-selection-div .confirm-address-selection-div .confirm-address-selection-btn {
    width: 100%;
  }
}
.donate-page .credit-card-form .shipping-selection-div .confirm-address-selection-div .confirm-address-selection-btn:hover {
  cursor: pointer;
  background-color: var(--darkBlueHover);
}
.donate-page .credit-card-form .final-shipping-address-div {
  margin-bottom: 30px;
}
.donate-page .credit-card-form .final-shipping-address-div .final-address-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 7px;
}
.donate-page .credit-card-form .final-shipping-address-div .final-address-header .final-address-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--darkBlue);
}
.donate-page .credit-card-form .final-shipping-address-div .final-address-header .final-address-edit-btn-div {
  margin-left: 15px;
}
.donate-page .credit-card-form .final-shipping-address-div .final-address-header .final-address-edit-btn-div .final-address-edit-btn {
  justify-content: center;
  align-items: center;
  background: var(--darkBlue);
  color: var(--white);
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 18px;
  text-align: center;
}
.donate-page .credit-card-form .final-shipping-address-div .final-address-header .final-address-edit-btn-div .final-address-edit-btn:hover {
  cursor: pointer;
  background: var(--darkBlueHover);
}
.donate-page .credit-card-form .final-shipping-address-div .final-address {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--darkBlue);
  line-height: 130%;
}
.donate-page .credit-card-form .payment-idle-div {
  margin-top: 25px;
  justify-content: center;
}
.donate-page .credit-card-form .payment-idle-div .payment-idle-title {
  font-size: 24px;
  font-weight: 500;
  color: #6e7385;
}
.donate-page .credit-card-form .donate-secure-transaction-div {
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .donate-page .credit-card-form .donate-secure-transaction-div {
    align-items: center;
    width: auto;
    padding: 0 25px;
  }
}
.donate-page .credit-card-form .donate-secure-transaction-div img {
  max-width: 1em;
  max-width: 1em;
}
.donate-page .credit-card-form .donate-secure-transaction-div span {
  margin-left: 0.5em;
}
.donate-page .paypal-progress-div {
  margin-top: 40px;
  margin-bottom: 220px;
}

.donate-submit-div {
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
  padding-top: 10px;
}

#paypal-button-container {
  z-index: 0;
}

.custom-input {
  width: 100%;
  font-size: 14px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.custom-input .placeholder-before {
  font-size: 14px;
  margin-right: 5px;
}
.custom-input input::-webkit-outer-spin-button,
.custom-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-input input[type=number] {
  -moz-appearance: textfield;
}
.custom-input input {
  border: 2px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  padding: 12px;
  border-radius: 3px;
  width: 100%;
  outline: none;
  transition: border-color 0.3s ease;
}
.custom-input .placeholder {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  left: 12px;
  top: calc(50% + 2.5px);
  transform: translate(0, -50%);
  color: #aaa;
  padding: 0 5px;
  transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.custom-input input.clean {
  border-color: #ddd !important;
}
.custom-input input.right-placeholder + .placeholder {
  left: 22px !important;
}
.custom-input input.clean + .placeholder {
  top: calc(50% + 2.5px) !important;
  font-size: 14px !important;
  color: #aaa !important;
}
.custom-input input:focus {
  border-color: #313852;
  transition-delay: 0.1s;
}
.custom-input input:disabled {
  background: #eee;
}
.custom-input input:disabled + .placeholder {
  top: 12px !important;
  font-size: 12px !important;
  color: #313852 !important;
}
.custom-input input:is(:-webkit-autofill, :-webkit-autofill) ~ .placeholder {
  top: 12px !important;
  font-size: 12px !important;
  color: #313852 !important;
}
.custom-input input:valid ~ .placeholder,
.custom-input input:focus ~ .placeholder,
.custom-input input:not(:placeholder-shown) ~ .placeholder,
.custom-input input:is(:-webkit-autofill, :autofill) ~ .placeholder {
  top: 12px !important;
  font-size: 12px !important;
  color: #313852 !important;
}
.custom-input p {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: rgb(228, 0, 0);
  display: none;
}
.custom-input img {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  max-height: 2.5em;
  width: auto;
  pointer-events: none;
}

.custom-input.input-error input {
  border-color: rgb(228, 0, 0) !important;
}
.custom-input.input-error p {
  display: block;
}

.credit-card-title-div {
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.credit-card-title-div .credit-card-title {
  color: #313852;
}

.card-number-input-div {
  align-items: center;
  justify-content: center;
}

.phone-input-div {
  align-items: center;
  justify-content: center;
}

.email-input-div {
  align-items: center;
  justify-content: center;
}

.note-input-div {
  align-items: center;
  justify-content: center;
}

.exp-cvv-input-div {
  align-items: center;
  justify-content: center;
}
.exp-cvv-input-div .exp-div {
  flex: 6;
  margin-right: 10px;
}
.exp-cvv-input-div .cvv-div {
  flex: 6;
  margin-left: 10px;
}

.double-input-div {
  align-items: center;
  justify-content: center;
}
.double-input-div .first-div {
  margin-right: 10px;
}
.double-input-div .middle-div {
  margin: 0 10px;
}
.double-input-div .last-div {
  margin-left: 10px;
}

.return-policy .rp-title {
  font-size: 20px;
  margin: 40px 0 10px 0;
  text-align: center;
}
.return-policy .rp-policy {
  font-size: 18px;
  text-align: center;
  line-height: 140%;
}

.credit-card-donate-btn {
  background-color: var(--yellow);
  border: none;
  box-sizing: border-box;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  width: 100%;
  height: 50px;
  align-items: center;
  margin: 0 25px 7px 25px;
}
@media (max-width: 767px) {
  .credit-card-donate-btn {
    margin: 0 7px 7px 7px;
  }
}
.credit-card-donate-btn:hover {
  cursor: pointer;
  background: #f5d000;
}

.thank-you-div {
  justify-content: center;
  align-items: center;
  width: 600px;
  border-radius: 34px;
  margin-bottom: 60px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
}
@media (max-width: 767px) {
  .thank-you-div {
    width: 100%;
    border-radius: 24px;
    padding: 50px 20px;
  }
}
.thank-you-div hr {
  width: 100%;
  border: none;
  border-top: 1px solid #999;
  margin: 10px 0;
  padding: 0 3px;
}
.thank-you-div hr.hr-mrg-lrg {
  width: 95%;
}
.thank-you-div hr.hr-small {
  border-top: 1px dashed rgba(118, 118, 118, 0.2117647059);
  margin: 0;
  width: 98%;
}
.thank-you-div .full-width {
  width: 100%;
}
.thank-you-div .img-div-wide {
  width: 80%;
  margin: 0 auto;
}
.thank-you-div .img-div-wide img {
  width: 100%;
}
.thank-you-div .donation-header {
  width: 100%;
  margin: 2px 0;
  padding: 0 10px;
}
.thank-you-div .donation-header .info-desc {
  font-weight: 500;
  margin-right: 5px;
  line-height: 130%;
}
.thank-you-div .donation-header .info-main {
  font-weight: 200;
  line-height: 130%;
}
.thank-you-div .letter-intro {
  width: 100%;
  font-weight: 600;
  margin-top: 30px;
  padding: 0 10px;
}
.thank-you-div .letter-p {
  padding: 0 10px;
  margin-top: 10px;
  line-height: 140%;
}
.thank-you-div .letter-sign {
  padding: 0 10px;
  margin-top: 20px;
  line-height: 140%;
  width: 100%;
}
.thank-you-div .letter-sign-name {
  padding: 0 10px;
  line-height: 140%;
  width: 100%;
}
.thank-you-div .letter-sign-img {
  width: 100%;
  padding: 0 10px;
}
.thank-you-div .letter-sign-img img {
  max-width: 80px;
}
.thank-you-div .title-div {
  margin-top: 25px;
}
.thank-you-div .title-div h2 {
  color: var(--darkBlue);
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
.thank-you-div .desc-div {
  margin-top: 5px;
}
.thank-you-div .desc-div p {
  color: var(--darkBlue);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
.thank-you-div .tsx-id-label {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.thank-you-div .tsx-id-label span {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 200;
}
.thank-you-div .tsx-id {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 5px;
}
.thank-you-div .tsx-id span {
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 200;
}
.thank-you-div .event-qr-code {
  margin: 20px 20px 10px;
  justify-content: center;
  padding: 20px 40px 40px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.thank-you-div .event-qr-code .event-qr-code-title {
  color: var(--darkBlue);
  font-size: 20px;
  max-width: 221px;
  text-align: center;
  line-height: 130%;
  margin-bottom: 5px;
  font-weight: 500;
}
.thank-you-div .event-qr-code .event-qr-code-desc {
  max-width: 221px;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
  color: var(--gray);
  line-height: 115%;
}
.thank-you-div .summary-title {
  margin: 30px 0 0 0;
}
.thank-you-div .summary-title h3 {
  color: var(--darkBlue);
  font-size: 18px;
  font-weight: 600;
}
.thank-you-div .shipping-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0 0 0;
}
.thank-you-div .shipping-description {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0;
}
.thank-you-div .summary-div {
  align-items: center;
  justify-content: center;
  background-color: #e1faff;
  margin-top: 10px;
  padding: 15px 30px 20px 30px;
  border-radius: 15px;
}
.thank-you-div .summary-div .summary-thank-you-root {
  justify-content: space-between;
  margin: 10px 0;
  width: 100%;
}
.thank-you-div .summary-div .summary-item-mrg-top {
  margin-top: 10px;
}
.thank-you-div .summary-div .summary-desc {
  justify-content: flex-start;
  font-size: 16px;
  line-height: 120%;
}
.thank-you-div .summary-div .summary-value {
  justify-content: flex-end;
  font-size: 16px;
  text-align: end;
  margin-left: 20px;
  line-height: 120%;
  max-width: 100%;
}
.thank-you-div .summary-div .heavy-font {
  font-weight: 500;
  font-size: 18px;
}
.thank-you-div .summary-div .extra-heavy-font {
  font-weight: 600;
  font-size: 20px;
}
.thank-you-div .information-div {
  padding: 5px 0;
}
.thank-you-div .information-div.pill-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  height: 45px;
  background: var(--yellow);
}
.thank-you-div .information-div.pill-btn:hover {
  cursor: pointer;
  background: var(--yellowHover);
}
.thank-you-div .information-div p {
  line-height: 150%;
  text-align: center;
  display: inline;
}
.thank-you-div .information-div .print-tag {
  padding: 0 10px;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thank-you-div .information-div .print-tag:hover {
  cursor: pointer;
}
.thank-you-div .information-div .print-tag span {
  font-weight: 600;
}
.thank-you-div .information-div img {
  max-width: 1.5rem;
  height: auto;
  margin-right: 15px;
}
.thank-you-div .information-div span {
  color: var(--darkBlue);
}
.thank-you-div .return-home-div {
  align-items: center;
  justify-content: center;
}
.thank-you-div .return-home-div .home-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #313852;
  box-sizing: border-box;
  border-radius: 23px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  height: 46px;
  width: 100%;
  background: transparent;
}
@media (max-width: 767px) {
  .thank-you-div .return-home-div .home-button {
    align-items: center;
    padding: 0 25px;
  }
}
.thank-you-div .return-home-div .home-button:hover {
  cursor: pointer;
  background: var(--transparentHover);
}

.privacy-policy-div {
  margin: auto;
  max-width: 1200px;
  margin-bottom: 50px;
}
.privacy-policy-div h2 {
  color: var(--darkBlue);
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
.privacy-policy-div h3 {
  color: var(--darkBlue);
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  margin-top: 25px;
}
.privacy-policy-div .main-desc {
  font-size: 20px;
  font-weight: 400;
}
.privacy-policy-div p {
  color: var(--darkBlue);
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  margin-top: 15px;
}

.diana {
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.diana .title-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.diana .title-div h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.diana .img-div .left {
  align-items: flex-start;
}
.diana .img-div .left .button-div {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .diana .img-div .left .button-div {
    margin-top: 10px;
  }
}
.diana .img-div .left .button-div .donate-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #313852;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  height: 70px;
  width: auto;
  padding: 0 35px;
  background-color: white;
}
@media (max-width: 767px) {
  .diana .img-div .left .button-div .donate-button {
    align-items: center;
    width: auto;
    height: auto;
    padding: 0 0;
    font-size: 18px;
  }
}
.diana .img-div .right {
  align-items: flex-end;
}
.diana .img-div img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 95%;
  height: auto;
  border-radius: 5px;
}
.diana p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 130%;
}

.mrg-top {
  margin-top: 40px !important;
}

.about-us-div {
  margin: 30px auto 0 auto;
  max-width: 1000px;
}
.about-us-div .sub-header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-us-div .mrg-btm {
  margin-bottom: 20px;
}
.about-us-div .ln-height {
  line-height: 150%;
}
.about-us-div a {
  color: #001e9b;
}
.about-us-div a:hover {
  color: #005eff;
}
.about-us-div .contact-info {
  margin-left: 20px;
}
.about-us-div p {
  font-size: 16px;
  line-height: 130%;
}
.about-us-div .team-member {
  padding: 20px;
  border-radius: 24px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.about-us-div .team-member .profile-section {
  padding: 10px;
  flex: 3;
}
@media (max-width: 767px) {
  .about-us-div .team-member .profile-section {
    flex: 1 1 360px;
  }
}
.about-us-div .team-member .profile-section img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.about-us-div .team-member .profile-section .name {
  justify-content: center;
  padding: 20px 10px 10px 10px;
  font-size: 18px;
}
.about-us-div .team-member .profile-section .position {
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
}
.about-us-div .team-member .description {
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  padding: 20px;
  flex: 9;
}
@media (max-width: 767px) {
  .about-us-div .team-member .description {
    flex: 1 1 360px;
  }
}

.custom-country-dropdown-root .custom-dropdown-root {
  height: 42px;
}
.custom-country-dropdown-root .custom-dropdown-root .country-placeholder {
  position: absolute;
  top: -1px;
  transform: translate(10px, -100%);
  font-size: 12px;
  color: #313852;
}
.custom-country-dropdown-root .custom-dropdown-root .custom-dropdown-clickable {
  height: 100%;
}
.custom-country-dropdown-root .custom-dropdown-root .custom-dropdown-clickable .dropdown-arrow {
  max-height: 45%;
}
.custom-country-dropdown-root .custom-dropdown-root .custom-dropdown-dropdown {
  top: 0;
}
@media (max-width: 767px) {
  .custom-country-dropdown-root .custom-dropdown-root .custom-dropdown-dropdown {
    top: -5px;
  }
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.sale-item-single-div {
  max-width: 1000px;
  margin: 0 auto 30px auto;
  flex-wrap: wrap;
}
.sale-item-single-div .main-img {
  max-width: 500px;
  height: 100%;
  justify-content: center;
  flex: 6;
  align-items: center;
}
@media (max-width: 767px) {
  .sale-item-single-div .main-img {
    flex: 1 1 360px;
    max-width: 100%;
  }
}
.sale-item-single-div .main-img img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 5px;
  width: auto;
}
.sale-item-single-div .main-img .single-img {
  max-height: 65vh;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.sale-item-single-div .rest-of-content {
  flex: 6;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .sale-item-single-div .rest-of-content {
    flex: 1 1 360px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sale-item-single-div .sale-item-buy-options-div {
    width: 100%;
  }
}
.sale-item-single-div .sale-item-buy-options-div .sale-item-btns-div {
  width: 250px;
}
@media (max-width: 767px) {
  .sale-item-single-div .sale-item-buy-options-div .sale-item-btns-div {
    width: 100%;
  }
}
.sale-item-single-div .sale-item-buy-options-div .buy-now-btn {
  background-color: var(--yellow);
  border: none;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  height: 40px;
  padding: 0;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.sale-item-single-div .sale-item-buy-options-div .buy-now-btn.buy-now-disabled {
  color: rgba(49, 56, 82, 0.4862745098);
  background-color: var(--yellowFade);
}
.sale-item-single-div .sale-item-buy-options-div .buy-now-btn.buy-now-disabled:hover {
  background-color: var(--yellowFade);
  box-shadow: none;
  cursor: context-menu;
}
.sale-item-single-div .sale-item-buy-options-div .buy-now-btn:hover {
  background: var(--yellowHover);
  cursor: pointer;
}
.sale-item-single-div .sale-item-buy-options-div .add-to-cart-btn {
  align-items: center;
  background: var(--darkBlue);
  border-radius: 20px;
  color: var(--white);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin-top: 15px;
  padding: 20px 40px;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
}
.sale-item-single-div .sale-item-buy-options-div .add-to-cart-btn.add-to-cart-disabled {
  color: rgba(249, 249, 249, 0.7411764706);
  background-color: var(--darkBlueFade);
}
.sale-item-single-div .sale-item-buy-options-div .add-to-cart-btn.add-to-cart-disabled:hover {
  background-color: var(--darkBlueFade);
  box-shadow: none;
  cursor: context-menu;
}
.sale-item-single-div .sale-item-buy-options-div .add-to-cart-btn:hover {
  background: var(--darkBlueHover);
  cursor: pointer;
}
.sale-item-single-div .sale-item-buy-options-div .sale-item-sold-out {
  color: var(--redError);
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}
.sale-item-single-div .select-label {
  margin-top: 15px;
  font-size: 14px;
  margin-left: 5px;
  margin-bottom: 2px;
  color: var(--gray);
}
.sale-item-single-div .select-label-bottom {
  margin-top: 5px;
  font-size: 14px;
  margin-left: 5px;
  color: var(--black);
  display: inline;
}
.sale-item-single-div .select-menu {
  width: 100px;
}
.sale-item-single-div .sale-item-title {
  margin: 20px 0 10px 0;
  justify-content: space-between;
}
.sale-item-single-div .sale-item-title h2 {
  font-size: 28px;
  font-weight: 600;
}
.sale-item-single-div .sale-item-title h3 {
  font-size: 28px;
  font-weight: 800;
}
.sale-item-single-div .sale-item-contribute-div {
  margin-top: 15px;
  justify-content: center;
}
.sale-item-single-div .sale-item-contribute-div .sale-item-contribute-btn {
  align-items: center;
  background: var(--darkBlue);
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 20px 40px;
}
.sale-item-single-div .sale-item-contribute-div .sale-item-contribute-btn:hover {
  box-shadow: 1px 1px 6px gray;
  transition: box-shadow 0.1s ease;
}
.sale-item-single-div .sale-item-contribute-div .sale-item-contribute-disabled {
  background: #596283;
  color: rgb(194, 194, 194);
}
.sale-item-single-div .sale-item-contribute-div .sale-item-contribute-disabled:hover {
  box-shadow: none;
}
.sale-item-single-div .sale-item-return {
  align-items: center;
  color: #313852;
  border-radius: 20px;
  border: 2px solid #313852;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
}
.sale-item-single-div .sale-item-return.sale-item-return-disabled {
  color: #b0b0b0;
  background-color: var(--whiteFade);
  border: none;
}
.sale-item-single-div .sale-item-return.sale-item-return-disabled:hover {
  background-color: var(--whiteFade);
  box-shadow: none;
  cursor: context-menu;
}
.sale-item-single-div .sale-item-return:hover {
  background: var(--transparentHover);
  cursor: pointer;
}
.sale-item-single-div .sale-item-subtitle p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.sale-item-single-div .sale-item-delivery-options {
  margin-top: 15px;
}
.sale-item-single-div .sale-item-delivery-options .sale-item-option {
  margin-top: 5px;
  align-items: center;
}
.sale-item-single-div .sale-item-delivery-options p {
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}
.sale-item-single-div .sale-item-delivery-options img {
  max-height: 1.5rem;
  width: auto;
  margin-right: 5px;
}
.sale-item-single-div .error-msg {
  font-size: 16px;
  font-weight: 500;
  color: var(--redError);
  margin-top: 10px;
  margin-left: 5px;
}
.sale-item-single-div .success-msg {
  font-size: 16px;
  font-weight: 500;
  color: var(--green);
  margin-top: 10px;
  margin-left: 5px;
}
.sale-item-single-div .sale-item-description {
  margin-top: 15px;
}
.sale-item-single-div .sale-item-description .desc-paragraph {
  margin-top: 10px;
  line-height: 140%;
}
.sale-item-single-div .sale-item-description .desc-paragraph a {
  color: #001e9b;
}
.sale-item-single-div .sale-item-description .desc-paragraph a:hover {
  color: #005eff;
}

.ship-country-popup-root {
  position: relative;
}
.ship-country-popup-root .ship-country-popup {
  position: absolute;
  right: 0;
}

.just-center {
  justify-content: center;
}

.just-start {
  justify-content: flex-start;
}

.just-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.dismissable-cart-noti {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: rgba(0, 163, 255, 0.2705882353);
  border: 3px solid var(--blue);
  border-radius: 10px;
  margin-top: 20px;
  color: var(--darkBlue);
}
.dismissable-cart-noti.error-type {
  background: rgba(179, 0, 0, 0.2);
  border: 3px solid var(--redError);
  margin-bottom: 25px;
}
.dismissable-cart-noti .cart-noti-title {
  font-size: 18px;
  font-weight: 500;
}
.dismissable-cart-noti .cart-noti-desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 140%;
}
.dismissable-cart-noti .dismiss-noti-div {
  margin-left: 20px;
}
.dismissable-cart-noti .dismiss-noti-div .dismiss-noti-img {
  max-width: 2.5rem;
  height: auto;
  padding: 5px;
  border-radius: 50%;
}
.dismissable-cart-noti .dismiss-noti-div .dismiss-noti-img:hover {
  cursor: pointer;
}

.added-to-cart-page {
  position: relative;
  max-width: 800px;
  min-height: 130px;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.added-to-cart-page .added-to-cart-btns-div {
  margin-top: 20px;
}
.added-to-cart-page .added-total {
  color: var(--darkBlue);
  font-size: 20px;
  font-weight: 500;
  justify-content: space-between;
  margin-bottom: 10px;
}
.added-to-cart-page .proceed-to-checkout-btn {
  background-color: var(--yellow);
  border: none;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  height: 40px;
  padding: 0;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.added-to-cart-page .proceed-to-checkout-btn:hover {
  background: var(--yellowHover);
  cursor: pointer;
}
.added-to-cart-page .view-cart-btn {
  align-items: center;
  background: var(--darkBlue);
  border-radius: 20px;
  color: var(--white);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin-top: 10px;
  padding: 20px 40px;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
}
.added-to-cart-page .view-cart-btn:hover {
  background: var(--darkBlueHover);
  cursor: pointer;
}
.added-to-cart-page .scan-qr-btn {
  align-items: center;
  color: #313852;
  border-radius: 20px;
  border: 2px solid #313852;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 40px;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
}
.added-to-cart-page .scan-qr-btn.scan-qr-btn-disabled {
  color: #b0b0b0;
  background-color: var(--whiteFade);
}
.added-to-cart-page .scan-qr-btn.scan-qr-btn-disabled:hover {
  background-color: var(--whiteFade);
  box-shadow: none;
  cursor: context-menu;
}
.added-to-cart-page .scan-qr-btn:hover {
  background: var(--transparentHover);
  cursor: pointer;
}
.added-to-cart-page .qrcode-icon {
  max-height: 2rem;
  width: auto;
  margin-left: 10px;
}
.added-to-cart-page .added-div {
  align-items: center;
  justify-content: center;
}
.added-to-cart-page .added-div .added-img {
  max-height: 2rem;
  max-width: 2rem;
  margin-right: 10px;
}
.added-to-cart-page .added-div .added-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--darkBlue);
}
.added-to-cart-page .cart-item-div {
  align-items: center;
  padding: 10px 0;
  margin-top: 20px;
}
.added-to-cart-page .cart-item-div:hover {
  cursor: pointer;
}
.added-to-cart-page .cart-item-div .cart-item-img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.added-to-cart-page .cart-item-div .cart-item-desc {
  margin-left: 10px;
  justify-content: flex-start;
  height: 100%;
}
.added-to-cart-page .cart-item-div .cart-item-desc h2 {
  font-size: 22px;
  color: var(--black);
  font-weight: 600;
  margin-top: 5px;
}
.added-to-cart-page .cart-item-div .cart-item-desc p {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 300;
  display: inline;
  color: var(--darkBlue);
}
.added-to-cart-page .cart-item-div .cart-item-price-div {
  margin-left: 10px;
}
.added-to-cart-page .cart-item-div .cart-item-price-div .cart-item-price {
  color: var(--darkBlue);
  font-size: 20px;
  font-weight: 500;
  text-align: end;
}
.added-to-cart-page .cart-item-div .cart-item-qty {
  margin: 0 5px;
  flex: 2.3;
}
.added-to-cart-page .cart-item-div .cart-item-qty .custom-dropdown-label {
  font-size: 12px;
  margin-left: 10%;
  margin-bottom: 2px;
}
.added-to-cart-page .cart-item-div .cart-item-qty .custom-dropdown-padding {
  height: 12px;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}

.cart-page {
  position: relative;
  max-width: 800px;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cart-page {
    padding: 35px 20px;
  }
}
.cart-page .cart-page-title-div {
  margin-top: 10px;
}
.cart-page .cart-page-title-div .cart-page-title {
  font-size: 40px;
  font-weight: 700;
}
.cart-page .cart-page-title-div .cart-page-description {
  margin-top: 6px;
  color: var(--gray);
  text-align: center;
}
.cart-page .cart-content-item-root {
  padding: 25px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cart-page .cart-content-item-root {
    padding: 25px 10px;
  }
}
@media (max-width: 767px) {
  .cart-page .cart-content-item-root .cart-item-description {
    flex: 1 1 360px;
    margin-bottom: 20px;
  }
}
.cart-page .cart-content-item-root .cart-item-description .cart-item-img-div img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.cart-page .cart-content-item-root .cart-item-description .cart-item-txt-description-div {
  margin: 0 15px 0 10px;
  justify-content: flex-start;
  height: 100%;
}
.cart-page .cart-content-item-root .cart-item-description .cart-item-title {
  font-size: 22px;
  color: var(--black);
  font-weight: 600;
  margin-top: 5px;
}
.cart-page .cart-content-item-root .cart-item-description .cart-item-brief {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  display: inline;
  color: var(--black);
  line-height: 120%;
}
.cart-page .cart-content-item-root .cart-item-description .cart-item-type {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  display: inline;
  color: var(--gray);
}
.cart-page .cart-content-item-root .cart-item-description .cart-item-delivery-icons {
  margin-top: 5px;
}
.cart-page .cart-content-item-root .cart-item-description .cart-item-delivery-icons img {
  max-height: 1rem;
  width: auto;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cart-page .cart-content-item-root .cart-secondary-description {
    flex: 1 1 360px;
  }
}
.cart-page .cart-content-item-root .cart-item-price {
  color: var(--darkBlue);
  font-size: 18px;
  font-weight: 400;
}
.cart-page .cart-content-item-root .cart-item-qty-dropdown {
  padding: 0 10px;
}
.cart-page .cart-content-item-root .remove-cart-item-div {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cart-page .cart-content-item-root .remove-cart-item-div {
    align-items: center;
    margin-top: 20px;
    flex: 1 1 360px;
  }
}
.cart-page .cart-content-item-root .remove-cart-item-div .remove-cart-item-img {
  max-width: 2.5rem;
  height: auto;
  padding: 5px;
  border-radius: 50%;
}
.cart-page .cart-content-item-root .remove-cart-item-div .remove-cart-item-img:hover {
  background-color: rgba(221, 221, 221, 0.292);
  cursor: pointer;
}
.cart-page .cart-content-item-root .cart-item-price-div {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cart-page .cart-space-hide-mobile {
    display: none;
  }
}
.cart-page .hidden-mobile-headers p {
  display: none;
  font-size: 18px;
  color: var(--black);
  font-weight: 600;
  margin-top: 5px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .cart-page .hidden-mobile-headers p {
    display: inline;
  }
}
.cart-page .cart-content-header-div {
  margin-top: 40px;
  padding: 0 25px 10px 25px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .cart-page .cart-content-header-div {
    display: none;
  }
}
.cart-page .cart-content-header-div .cart-headers {
  font-size: 20px;
  font-weight: 600;
}
.cart-page .cart-content-root-div.empty-cart-class {
  align-items: center;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  color: var(--darkBlue);
}
@media (max-width: 767px) {
  .cart-page .cart-content-root-div {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    margin-top: 20px;
  }
  .cart-page .cart-content-root-div.empty-cart-class {
    border-top: none;
  }
}
.cart-page .cart-subtotal-div {
  margin-top: 40px;
}
.cart-page .cart-subtotal-div .cart-subtotal-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--darkBlue);
}
.cart-page .cart-subtotal-div .cart-subtotal-value {
  font-size: 20px;
  font-weight: 700;
  color: var(--darkBlue);
}
.cart-page .proceed-to-checkout-btn-div {
  margin-top: 20px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cart-page .proceed-to-checkout-btn-div {
    justify-content: center;
  }
}
.cart-page .proceed-to-checkout-btn-div .proceed-to-checkout-btn {
  background-color: var(--yellow);
  border: none;
  border-radius: 25px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #313852;
  height: 50px;
  padding: 0;
  justify-content: center;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  width: 100%;
}
.cart-page .proceed-to-checkout-btn-div .proceed-to-checkout-btn:hover {
  background: var(--yellowHover);
  cursor: pointer;
}

.project-single-div {
  max-width: 900px;
  margin: 0 auto 30px auto;
}
.project-single-div .main-img {
  justify-content: center;
}
.project-single-div .main-img img {
  max-height: 65vh;
  max-width: 100%;
  border-radius: 5px;
  width: auto;
}
.project-single-div .project-title {
  margin: 20px 0 10px 0;
  justify-content: flex-start;
}
.project-single-div .project-title h2 {
  font-size: 28px;
  font-weight: 600;
}
.project-single-div .project-subtitle p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.project-single-div .project-donation-type {
  margin-top: 10px;
  align-items: center;
}
.project-single-div .project-donation-type img {
  max-height: 2em;
  width: auto;
}
.project-single-div .project-donation-type p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-left: 10px;
}
.project-single-div .project-price {
  margin-top: 20px;
  justify-content: center;
}
.project-single-div .project-price .price-span {
  color: var(--darkBlue);
  font-size: 20px;
}
.project-single-div .contribute-div {
  margin-top: 35px;
  justify-content: center;
}
.project-single-div .contribute-div .contribute-btn {
  align-items: center;
  background: var(--darkBlue);
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  height: 60px;
  font-size: 20px;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 20px 80px;
}
.project-single-div .contribute-div .contribute-btn:hover {
  background: var(--darkBlueHover);
}
@media (max-width: 767px) {
  .project-single-div .contribute-div .contribute-btn {
    width: 100%;
  }
}
.project-single-div .raised-text-div {
  justify-content: center;
}
.project-single-div .raised-text-div .progress-text {
  font-size: 20px;
}
.project-single-div .progress-bar-container .progress-back {
  width: 100%;
  background-color: #cccccc;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 6px grey;
}
.project-single-div .progress-bar-container .progress-back .progress-bar {
  height: 30px;
  background-color: #3498db;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #f3f3f3;
}
.project-single-div .project-dates-desktop {
  display: flex;
  margin-top: 20px;
}
.project-single-div .project-dates-desktop .date-info {
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 2px 2px 5px grey;
  height: 100%;
}
.project-single-div .project-dates-desktop .date-info .date-title {
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.project-single-div .project-dates-desktop .date-info .date-date {
  font-size: 13px;
  opacity: 0.6;
  margin-top: 5px;
  font-weight: 500;
}
.project-single-div .project-dates-desktop .green-back {
  background-color: var(--green);
}
.project-single-div .project-dates-desktop .gray-back {
  background-color: var(--gray);
}
.project-single-div .project-dates-desktop .lin-back {
  background-image: linear-gradient(to right, var(--green), var(--gray));
}
.project-single-div .project-dates-desktop .date-line {
  height: 5px;
  box-shadow: 2px 2px 5px grey;
}
.project-single-div .project-dates-desktop .date-housing {
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .project-single-div .project-dates-desktop {
    display: none;
  }
}
.project-single-div .project-dates-mobile {
  display: none;
  margin-top: 20px;
  justify-content: center;
}
.project-single-div .project-dates-mobile .mobile-housing {
  justify-content: center;
  align-items: center;
}
.project-single-div .project-dates-mobile .date-info {
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 2px 2px 5px grey;
  height: 100%;
  width: 40vw;
}
.project-single-div .project-dates-mobile .date-info .date-title {
  color: white;
  font-size: 16px;
  font-weight: 300;
}
.project-single-div .project-dates-mobile .date-info .date-date {
  font-size: 13px;
  opacity: 0.6;
  margin-top: 5px;
  font-weight: 500;
}
.project-single-div .project-dates-mobile .green-back {
  background-color: var(--green);
}
.project-single-div .project-dates-mobile .gray-back {
  background-color: var(--gray);
}
.project-single-div .project-dates-mobile .lin-back {
  background-image: linear-gradient(var(--green), var(--gray));
}
.project-single-div .project-dates-mobile .date-line {
  width: 5px;
  min-height: 20px;
  box-shadow: 2px 2px 5px grey;
}
.project-single-div .project-dates-mobile .date-housing {
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .project-single-div .project-dates-mobile {
    display: flex;
  }
}
.project-single-div .external-btn-div {
  margin-top: 30px;
  justify-content: flex-start;
}
.project-single-div .external-btn-div .external-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #313852;
  box-sizing: border-box;
  border-radius: 23px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #313852;
  padding: 15px 25px;
  background: transparent;
}
.project-single-div .external-btn-div .external-btn:hover {
  cursor: pointer;
  background: var(--transparentHover);
}
.project-single-div .project-description {
  margin-top: 20px;
}
.project-single-div .project-description .desc-paragraph {
  margin-top: 10px;
  line-height: 140%;
}
.project-single-div .project-description .desc-paragraph a {
  color: #001e9b;
}
.project-single-div .project-description .desc-paragraph a:hover {
  color: #005eff;
}
.project-single-div .image-gallery-title {
  margin-top: 50px;
  justify-content: center;
}
.project-single-div .image-gallery-title h2 {
  font-size: 24px;
  font-weight: 500;
}
.project-single-div .image-gallery {
  margin-top: 5px;
  justify-content: center;
}
.project-single-div .image-gallery .img-wrapper {
  justify-content: center;
}
.project-single-div .image-gallery .img-wrapper img {
  margin: 5px;
  border-radius: 5px;
  max-width: 100%;
  max-height: 80vh;
}

.event-single-div {
  max-width: 900px;
  margin: 0 auto 30px auto;
}
.event-single-div .row-wrapper {
  flex-wrap: wrap;
}
.event-single-div.event-single-alt {
  max-width: 1100px;
}
.event-single-div .main-img-alt {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .event-single-div .main-img-alt {
    flex: 1 1 360px;
    margin: 0;
  }
}
.event-single-div .main-img {
  justify-content: center;
}
.event-single-div .main-img .img-main {
  max-height: 65vh;
  max-width: 100%;
  border-radius: 5px;
  width: auto;
}
.event-single-div .main-img .img-alt {
  max-height: 80vh;
  max-width: 100%;
  border-radius: 5px;
  margin: 0 auto auto auto;
}
.event-single-div .event-title {
  margin: 20px 0 10px 0;
  justify-content: flex-start;
}
.event-single-div .event-title h2 {
  font-size: 28px;
  font-weight: 600;
}
.event-single-div .event-subtitle p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}
.event-single-div .event-date {
  margin-top: 20px;
}
.event-single-div .event-date .date-desc {
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 5px;
}
.event-single-div .event-date .date-format {
  font-size: 20px;
  font-weight: 500;
}
.event-single-div .event-date .event-complete {
  color: var(--green);
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.event-single-div .external-btn-div {
  margin-top: 30px;
  justify-content: flex-start;
}
.event-single-div .external-btn-div .external-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #313852;
  box-sizing: border-box;
  border-radius: 23px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #313852;
  padding: 15px 25px;
  background: transparent;
}
.event-single-div .external-btn-div .external-btn:hover {
  cursor: pointer;
  background: var(--transparentHover);
}
.event-single-div .event-description {
  margin-top: 20px;
}
.event-single-div .event-description a {
  color: #001e9b;
}
.event-single-div .event-description a:hover {
  color: #005eff;
  cursor: pointer;
  text-decoration: underline;
}
.event-single-div .event-description .desc-paragraph {
  margin-top: 10px;
  line-height: 140%;
}
.event-single-div .image-gallery-title {
  margin-top: 50px;
  justify-content: center;
}
.event-single-div .image-gallery-title h2 {
  font-size: 24px;
  font-weight: 500;
}
.event-single-div .image-gallery {
  margin-top: 5px;
  justify-content: center;
}
.event-single-div .image-gallery .img-wrapper {
  justify-content: center;
}
.event-single-div .image-gallery .img-wrapper img {
  margin: 5px;
  border-radius: 5px;
  max-width: 100%;
  max-height: 80vh;
}

.swiper {
  height: 65vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  border-radius: 5px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #000;
  padding: 30px 20px;
  border-radius: 5px;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.swiper .swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-slide-inner-div {
  justify-content: center;
  height: 100%;
  width: 100%;
}
.swiper-slide-inner-div .swiper-slide-image {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border-radius: 5px;
}

.zlata {
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.zlata .title-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .zlata .title-div {
    margin-bottom: 10px;
  }
}
.zlata .title-div h2 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.zlata .main-div {
  flex-wrap: wrap;
}
.zlata .main-div .left {
  flex: 6;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .zlata .main-div .left {
    margin-bottom: 10px;
    flex: 1 1 360px;
  }
}
.zlata .main-div .right {
  flex: 6;
}
@media (max-width: 767px) {
  .zlata .main-div .right {
    flex: 1 1 360px;
  }
}
.zlata .main-div .button-div {
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .zlata .main-div .button-div {
    margin-top: 10px;
  }
}
.zlata .main-div .button-div .buy-tickets {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #313852;
  box-sizing: border-box;
  border-radius: 12px;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  color: #313852;
  height: 70px;
  width: auto;
  padding: 0 35px;
  background-color: white;
}
@media (max-width: 767px) {
  .zlata .main-div .button-div .buy-tickets {
    align-items: center;
    width: auto;
    height: auto;
    padding: 10px 25px;
    font-size: 18px;
  }
}
.zlata img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 95%;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .zlata img {
    max-width: 100%;
  }
}
.zlata p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 130%;
  display: inline;
}

footer {
  background: var(--darkBlue);
  padding-bottom: 20px;
}
footer a {
  display: contents;
  color: #00b8ff;
}
footer a:hover {
  color: #45c3ff;
}
footer .social-links {
  height: 90px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
footer .social-links:before {
  content: "";
  z-index: 1;
  height: 1px;
  width: 100%;
  top: 50%;
  bottom: 0;
  right: 0;
  background: #6d6e76;
  left: 0;
  position: absolute;
}
@media (max-width: 767px) {
  footer .social-links:before {
    content: none;
  }
}
footer .social-links a {
  position: relative;
  display: block;
  width: 20px;
  margin: 0 15px;
}
footer .social-links a img {
  display: block;
  width: 100%;
  opacity: 0.6;
}
footer .wrap {
  position: relative;
  z-index: 2;
  background: var(--darkBlue);
  display: flex;
  padding: 0 10px;
}
footer .footer-info .footer-txt {
  color: #ccc;
  line-height: 170%;
  font-size: 14px;
  padding-right: 20px;
}
footer .footer-menu a {
  display: flex;
  flex-direction: row;
  color: #ccc;
  margin-bottom: 10px;
  line-height: 120%;
  width: -moz-fit-content;
  width: fit-content;
}
