/* fonts*/
@font-face {
   font-family: 'brother1816';
   src: url('../fonts/07-brother1816-regular.otf') format('opentype');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'brother1816';
   src: url('../fonts/Brother-1816-ExtraBold.ttf') format('truetype');
   font-weight: 800;
   font-style: normal;
}

html {
   overflow-x: hidden;
}

body, html {
   margin: 0;
   padding: 0;
   width: 100%;
   height: 100%;
   font-family: 'Unbounded', sans-serif;
}

.bodyHome .bg {
   background-color: var(--Cornflower-Blue, #96ADEE);
}

.header {
   background: url(../images/header-bg.png) no-repeat center center/cover;
   width: 100%;
   padding: 0px 0px 20px 0;
   position: relative;
   border-radius: 0px 0px 45px 45px;
   background-color: var(--Cornflower-Blue, #96ADEE);
}

.logo {
   position: absolute;
   top: 0px;
   left: 0px;
}

.logo img {
   width: 550px;
   height: auto;
}

sup {
   font-weight: normal;
   font-size: 65%;
}

.cta-menu-group {
   display: flex;
   align-items: center;
   position: absolute;
   right: 30px;
   overflow-y: hidden;
}

.cta-button {
   margin-right: 20px;
}

.cta-button .btn {
   border: none;
   border-radius: 50px;
   background: var(--National-Red, #9E1717);
   box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
   display: flex;
   padding: 24px 36px;
   align-items: center;
   flex-shrink: 0;
   color: #FFF;
   font-weight: bold;
   color: var(--Tinted-Grey, #F2F4FD);
   text-align: center;
   font-feature-settings: 'clig' off, 'liga' off;
   font-family: "unbounded", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 18px; /* 112.5% */
}

.menu-icon img {
   width: auto;
   height: auto;
   cursor: pointer;
}

.main-title {
   color: var(--Tinted-Grey, #F2F4FD);
   font-family: "brother1816";
   letter-spacing: 2.4px;
   text-transform: uppercase;
   margin: 0;
   padding-left: 20px;
   padding-bottom: 80px;
   padding-top: 80px;
   text-align: left;
   max-width: 850px;

   leading-trim: both;
   text-edge: cap;

   /* H1 Desktop */
   font-size: 60px;
   font-style: normal;
   font-weight: 800;
   line-height: 60px; /* 100% */
}

.header .container-xl {
   display: flex;
   flex-direction: column;
   width: 100%;
}

.header .row:first-child {
   width: 100%;
   display: flex;
   justify-content: flex-end;
   align-items: center;
   align-content: flex-end;
   flex-direction: row;
   flex-wrap: nowrap;
   padding-top: 20px;
   padding-bottom: 120px;
}

/* Side Menu CSS */
.side-menu {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 99;
   top: 0;
   right: 0;
   overflow-x: hidden;
   overflow-y: hidden;
   transition: 0.5s;
   padding-top: 60px; /* To push content below the close button */
   background: rgba(0, 0, 0, 0.9);
}

.side-menu .menu-content {
   position: absolute;
   top: 0;
   right: -240px;
   width: 800px;
   height: 800px;
   transform: rotate(135deg);
   background: var(--Cornflower-Blue, #96ADEE);
   border-radius: 220px;
   display: flex;
   flex-direction: column-reverse;
   align-items: center;
   justify-content: center;
   padding: 20px;
   text-align: right;
}

.side-menu .menu-content ul {
   list-style-type: none;
   padding: 0;
   transform: rotate(-135deg);
   width: 100%;
}

.side-menu .menu-content ul.main-menu {
   margin-bottom: 20px;
}

.side-menu .menu-content ul.main-menu li {
   padding: 15px 0;
   font-weight: bold;
   border-bottom: 2px solid #000;
   margin-right: 205px;
   margin-left: 110px;
   color: var(--Victory-Blue, #13213F);
   text-align: right;
   leading-trim: both;
   text-edge: cap;
   font-family: 'unbounded', sans-serif;
   font-size: 32px;
   font-style: normal;
   font-weight: 700;
   line-height: 38px; /* 111.765% */
}

.side-menu .menu-content ul.main-menu li:hover {
   color: #FFF;
}

.side-menu .menu-content ul.secondary-menu {
   padding-top: 80px;
   z-index: -1;
}

.side-menu .menu-content ul.secondary-menu li {
   padding: 25px 0;
   height: 14px;
   justify-content: center;
   align-items: center;
   flex-shrink: 0;
   margin-right: 395px;
}

.side-menu .menu-content ul li a {
   color: var(--Victory-Blue, #13213F);
   text-decoration: none;
}

.side-menu .menu-content ul li a:hover {
   color: #FFF;
}

.close-btn {
   position: fixed;
   top: 550px;
   right: 650px;
   width: 80px;
   height: 80px;
   cursor: pointer;
   transform: rotate(-135deg);
}

.close-text {
   position: fixed;
   top: 548px;
   right: 630px;
   transform: rotate(-135deg);
   font-family: 'Unbounded', sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: var(--Victory-Blue, #13213F);
}

/* New Section CSS */
.info-section {
   background-color: var(--Cornflower-Blue, #96ADEE);
   padding: 60px 0;
}

.info-section .info-text {
   margin-bottom: 40px;
   max-width: 90%;
}

.info-section .info-text h2 {
   color: var(--Victory-Blue, #13213F);
   leading-trim: both;
   text-edge: cap;

   /* Subhead 1 */
   font-family: Unbounded;
   font-size: 22px;
   font-style: normal;
   font-weight: 700;
   line-height: 28px; /* 127.273% */
}

.info-section .info-text p {
   color: var(--Victory-Blue, #13213F);
   leading-trim: both;
   text-edge: cap;

   /* Body */
   font-family: Unbounded;
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   line-height: 22px; /* 137.5% */
}

.info-section .info-text .btn {
   border: none;
   border-radius: 50px;
   background: var(--National-Red, #9E1717);
   box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
   color: #FFF;
   padding: 24px 36px;
   font-family: 'unbounded', sans-serif;
   font-size: 16px;
   font-weight: bold;
}

.info-section .info-graphic {
   text-align: center;
   margin-bottom: 40px;
   display: flex;
   align-items: baseline;
   justify-content: space-between;
}

.info-section .info-graphic .info-box {
   width: 484.049px;
   height: 484.049px;
   transform: rotate(30.317deg);
   flex-shrink: 0;
   border-radius: 130px;
   background: var(--Victory-Blue, #13213F);
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 40px;
   margin-left: 40px;
}

.info-section .info-graphic .info-box p {
   transform: rotate(-30.317deg);
   color: #FFF;
   font-family: 'unbounded', sans-serif;
   
   text-align: center;
   margin-left: 20px;

   color: var(--Tinted-Grey, #F2F4FD);
   text-align: center;
   leading-trim: both;
   text-edge: cap;

   /* Callout */
   font-family: Unbounded;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 28px; /* 140% */
}

.info-section .info-graphic .info-box p span {
   color: var(--Cornflower-Blue, #96ADEE);
   leading-trim: both;
   text-edge: cap;
   font-family: Unbounded;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: 28px;
   text-transform: uppercase;
}

.info-section .info-graphic .info-img {
   position: absolute;
   right: 410px;
   top: 120px;
   /* transform: rotate(-30.317deg); */
   width: 160px;
   height: 160px;
}

.back-to-top {
   text-align: center;
   margin-top: 40px;
   z-index: 3;
   position: fixed;
    right: 2%;
    bottom: 5%;
}

.back-to-top img {
   width: 80px;
   height: 80px;
}



/* Patient Story Section */
.patient-story-section {
   background-color: #F2F4FD;
   padding: 120px 0px 0px 0;
   border-radius: 45px;
   position: relative;
   top: -90px;
}

.patient-story-content {
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   flex-wrap: wrap;
   position: relative;
   margin-bottom: 150px;
}

.patient-video {
   width: 100%;
   max-width: 600px;
   height: auto;
   aspect-ratio: 16/9;
   position: relative;
   overflow: hidden;
}

.patient-video .responsive-iframe {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
 }

.patient-video img {
   width: 541px;
   height: 304.454px;
   flex-shrink: 0;
   opacity: 0;
}

.patient-story-text {
   flex: 1;
   max-width: 425px;
}

.patient-story-text h2 {
   font-family: 'Unbounded', sans-serif;
   font-size: 22px;
   font-weight: 700;
   color: var(--Victory-Blue, #13213F);
   margin-bottom: 20px;
}

.patient-story-text p {
   font-family: 'Unbounded', sans-serif;
   font-size: 16px;
   font-weight: 300;
   color: var(--Victory-Blue, #13213F);
   line-height: 22px;
}

/* Mission Section */
.mission-section {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   background-color: var(--Victory-Blue, #13213F);
   padding: 60px;
   border-radius: 45px;
   position: relative;
   top: -60px;
   margin-bottom: -60px;
   background-image: url('../images/curves.png');
   background-size: contain;
   background-position: right center; 
   background-repeat: no-repeat;
   z-index: 2;
}

.mission-section h2 {
   color: var(--Tinted-Grey, #F2F4FD);
   leading-trim: both;
   text-edge: cap;

   /* Title 1 */
   font-family: "brother1816";
   font-size: 20px;
   font-style: normal;
   font-weight: 800;
   line-height: 24px; /* 120% */
   letter-spacing: 0.8px;
   text-transform: uppercase;
   align-self:flex-start;
   margin-left: 5%;
}

.mission-section .btn {
   border: none;
   border-radius: 50px;
   background: var(--National-Red, #9E1717);
   box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
   color: #FFF;
   padding: 24px 36px;
   font-family: 'unbounded', sans-serif;
   font-size: 16px;
   font-weight: bold;
   align-items: center;
   align-self: center;
   margin-top: 25px;
}

.mission-content {
   max-width: 90%;
   margin: 0 auto;
   text-align: center;
   color: #FFF;
   display: flex;
   align-items: flex-start;
   justify-content: space-between;
   flex-wrap: nowrap;
   flex-direction: row;
}

.mission-text{
   flex: 1;
   text-align: left;
   max-width: 50%;
   padding-right: 15px;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
}

.underline-red {
  position: relative;
  display: inline-block;
  color: #fff; 
  z-index: 2;
  padding-bottom: 6px;
}

.underline-red::after {
  color: #9E1717;
  content: '';
  position: absolute;
  left: -10px;
  right: 0;
  bottom: -5px; 
  height: 20px; 
  background-color: #9E1717; 
  z-index: -1; 
  border-radius: 10px;
  width: 61%;
}

.underline-white {
    position: relative;
    display: inline-block;
    color: var(--Victory-Blue, #13213F); 
    z-index: 2;
}

.underline-white::after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: -5px; 
    height: 20px; 
    background-color: #F2F4FD; 
    z-index: -1; 
    border-radius: 10px;
    width: 80%;
}

.mission-content h3 {
   color: var(--Tinted-Grey, #F2F4FD);
   leading-trim: both;
   text-edge: cap;

   /* Subhead 1 */
   font-family: "Unbounded" sans-serif;
   font-size: 22px;
   font-style: normal;
   font-weight: 700;
   line-height: 28px; /* 127.273% */
   margin-bottom: 30px;
   margin-top: 50px;
}

.mission-content p {
   color: var(--Tinted-Grey, #F2F4FD);
   leading-trim: both;
   text-edge: cap;

   /* Body */
   font-family: 'unbounded', sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   line-height: 22px; /* 137.5% */
   margin-bottom: 25px;
}

.mission-stat {
   margin-top: 70px;
   justify-content: center;
   padding-left: 20px;
}

.mission-stat p {
   color: var(--Tinted-Grey, #F2F4FD);
   text-align: center;
   leading-trim: both;
   text-edge: cap;

   /* Callout */
   font-family: 'unbounded', sans-serif;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 28px; /* 140% */
   width: 90%;
}

.mission-stat span {
   color: var(--Cornflower-Blue, #96ADEE);
   leading-trim: both;
   text-edge: cap;
   font-family: 'unbounded', sans-serif;
   font-size: 20px;
   font-style: normal;
   font-weight: 500;
   line-height: 28px;
}

.mission-stat span::before {
   content: "\A";
   white-space: pre;
}

.mission-video {
   width: 100%;
   max-width: 500px;
   height: auto;
   aspect-ratio: 16/9;
   position: relative;
   overflow: hidden;
}

.mission-video .responsive-iframe {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
 }

 .mission-video img {
   width: 541px;
   height: 304.454px;
   flex-shrink: 0;
   opacity: 0;
}

/* New Trial Section CSS */
.trial-section {
    background-color: #F2F4FD;
    padding: 60px 0;
    border-radius: 0 0 45px 45px;
    position: relative;
}

.trial-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.trial-info-background {
    position: absolute;
    top: -70%;
    left: 39%;

    width: 1100px;
    height: 1100px;

    background: var(--Cornflower-Blue, #96ADEE);
    border-radius: 300px;
    transform: rotate(135deg);
    z-index: 0;
}

.trial-info {
    color: var(--Victory-Blue, #13213F);
    z-index: 2;
    padding: 20px;
    position: relative;
    width: 60%;
    margin-left: 20px;
}

.trial-info h2 {
    color: var(--Victory-Blue, #13213F);
    font-family: "brother1816";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.trial-info p {
    color: var(--Victory-Blue, #13213F);
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 20px;
}

.trial-info p strong {
    font-weight: 700;
}

.trial-info .btn {
    border: none;
    border-radius: 50px;
    background: var(--National-Red, #9E1717);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    padding: 24px 36px;
    font-family: 'unbounded', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.trial-stats {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 40px;
}

.trial-stat, .trial-cost {
    background-color: var(--Victory-Blue, #13213F);
    padding: 40px;
    margin: 20px;
    border-radius: 25px;
    color: #FFF;
    width: 50%;
    max-width: 600px;
    text-align: center;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
}

.trial-stat{
   text-align: left;
   display: block;
}

.trial-stat p, .trial-cost p {
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0;
}

.text-right {
   display: flex;
}

.trial-stat span, .trial-cost span {
    color: var(--Tinted-Grey, #F2F4FD);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "brother1816";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px; /* 75% */
    text-transform: uppercase;
}

.trial-stat span {
    margin-right: 20px;
}

.trial-image {
    text-align: center;
    z-index: 2; 
    margin-right: 20px; 
    max-width: 50%;
    width: 523px;
    height: 523px;
    flex-shrink: 0;
}

.trial-image img {
    width: 100%;
    height: auto;
}

/* FAQ Section */
.faq-section {
   background-color: #F2F4FD;
   padding: 30px 0;
}

.faq-title {
   color: var(--Victory-Blue, #13213F);
   leading-trim: both;
   text-edge: cap;

   /* Subhead 1 */
   font-family: "Unbounded" sans-serif;
   font-size: 22px;
   font-style: normal;
   font-weight: 700;
   line-height: 28px; /* 127.273% */
}

.accordion-section {
    padding: 60px 0;
}

.accordion {
    border: none;
}

.accordion-item {
    border-right: 4px solid var(--Victory-Blue, #13213F);
    border-bottom: 4px solid var(--Victory-Blue, #13213F);
    border-left: 4px solid var(--Victory-Blue, #13213F);
    border-radius: 0 !important;
    margin-bottom: 20px;
    overflow: hidden;
}

.accordion-button{
   border-top: 4px solid var(--Victory-Blue, #13213F);
   background: var(--Tinted-Grey, #F2F4FD) !important;
   border-radius: 0 !important;
   color: var(--Victory-Blue, #13213F) !important;
   leading-trim: both;
   text-edge: cap;
   font-family: Unbounded;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 22px; /* 137.5% */
   padding-left: 25px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button:not(.active)::after {
   background-image: url(../images/arrow-open.png);
}

.accordion-button.active::after {
   transform: rotate(0deg);
   background-image: url(../images/arrow-open.png);
}


.accordion-header {
    background-color: #f2f4fd;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: var(--Tinted-Grey, #F2F4FD);
    border-bottom: none;
}

.accordion-header button {
    border: 4px solid var(--Victory-Blue, #13213F);
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #13213F;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--Tinted-Grey, #F2F4FD);
}

.accordion-arrow {
    width: 20px;
    height: 20px;
    content: url(../images/arrow-close.png);
    border-top: none;
}

.accordion-body {
    padding: 15px;
    background: var(--Tinted-Grey, #F2F4FD);
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.accordion-panel{
   padding: 0px 25px 0px 25px;
   background: var(--Tinted-Grey, #F2F4FD);
   overflow: hidden;
}


/* Sponsors Section */
.sponsor-section {
    position: relative;
    padding: 60px 0;
    text-align: center;
    background-color: #F2F4FD;
}

.sponsor-title {
    color: var(--Victory-Blue, #13213F);
    font-family: 'Unbounded', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 80px;
}

.sponsor-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.sponsor-logo img {
    width: 200px;
    height: auto;
}

.background-red {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: auto;
    z-index: 0;
}

#parallaxRfd {
    margin-top: -25px; /* Lowest */
}

#parallaxAstellas {
    margin-top: -50px;
}

#parallaxJanssen {
    margin-top: -75px;
}

#parallaxAstraZeneca {
    margin-top: -100px; /* Highest */
}

/* Social Section */
.social-section {
    background-color: var(--Cornflower-Blue, #96ADEE);
    padding: 0px 0px 60px 0px;
    text-align: center;
}

.social-section p {
    color: var(--Victory-Blue, #13213F);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* Subhead 1 */
    font-family: Unbounded;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 127.273% */
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 5px 40px 5px 20px;
    background: white;
    border-radius: 50px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: var(--Victory-Blue, #13213F);
    text-decoration: none;
    align-content: center;
    flex-direction: row;
}

.social-button img {
    margin-right: 10px;
}

.linkedin img{
   width: 55px;
   height: 55px;
   flex-shrink: 0;
}

.instagram img{
   width: 55px;
   height: 55px;
   flex-shrink: 0;
}

/* Footer Section */
.blue-bg{
   background: var(--Cornflower-Blue, #96ADEE);
}

.footer-section {
    background-color: #0E1A36;
    padding: 60px 20px;
    position: relative;
    text-align: left;
    color: var(--Tinted-Grey, #F2F4FD);
    border-radius: 45px 45px 0px 0px;
}

.footer-section::before {    
      content: "";
      background-image: url(../images/footer.png);
      background-size: 60% 100%;
      background-position: left top;
      background-repeat: no-repeat;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.06;
}

.footer-section .container-xl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    flex-direction: row;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 10px;
    color: var(--Tinted-Grey, #F2F4FD);
    leading-trim: both;
    text-edge: cap;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 171.429% */
    text-decoration: none;
}

.footer-section li a{
   margin-bottom: 10px;
   color: var(--Tinted-Grey, #F2F4FD);
   leading-trim: both;
   text-edge: cap;
   font-family: Unbounded;
   font-size: 14px;
   font-style: normal;
   font-weight: 300;
   line-height: 24px; /* 171.429% */
   text-decoration: none;
}

.footer-section a {
    color: var(--Cornflower-Blue, #96ADEE);
    leading-trim: both;
    text-edge: cap;
    font-family: Unbounded;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-decoration-line: underline;
}

.footer-section a:hover {
    text-decoration: underline;
}

.footer-logo {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 227px;
    height: 89px;
    flex-shrink: 0;
}

.footer-icon-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: auto;
    opacity: 0.1;
}

.message{
   margin-left: 50px;
   margin-bottom: 100px;
   color: var(--Tinted-Grey, #F2F4FD);
   leading-trim: both;
   text-edge: cap;
   font-family: Unbounded;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 22px; /* 137.5% */
}

.popupDonate {
   height: 100%;
   width: 0;
   position: fixed;
   z-index: 99;
   top: 0;
   right: 0;
   overflow-x: hidden;
   overflow-y: auto;
   transition: 0.5s;
   padding-top: 100px; /* To push content below the close button */
   background: rgba(0, 0, 0, 0.9);
}

.popupDonate .popup-content{
    float: right;
    width: 100%;
    max-width: 455px;
    height: auto;
    max-height: 720px;
	overflow: hidden;
}

#closePopupDonate{
	position: absolute;
    top: 15px;
    right: 15px;
	transform: none;
	
}

#donateBtn.sticky{
   position: fixed;
   right: 50px;
   z-index: 10;
}