.science-download {
  padding: 0;
}

.funding-resources .global-btn a.btn-style-1 {
  font-size: 16px;
  padding: 14px 38px 14px 60px;
}
.funding-resources .global-btn a.btn-style-1:before {
  content: "";
  background-image: url(../svg/coins.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 31%;
  left: 10%;
}
.funding-resources .site-title div:last-of-type {
  color: #fff;
}

.programms_lists {
  background-color: #0F2441;
  border-radius: 10px;
  border: 4px solid #2B4D86;
  padding: 55px 95px 65px;
  position: relative;
  top: -90px;
}
.programms_lists h2 {
  color: #fff;
}
.programms_lists h2 span {
  color: #41C46E;
  font-style: italic;
  font-family: var(--rt-font-ibm);
}
.programms_lists .programms_wrapper {
  margin: 42px auto;
}
.programms_lists .programms_wrapper .program_item {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 50px;
  background-color: #132C55;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 4px;
  min-height: 80px;
}
.programms_lists .programms_wrapper .program_item .program_title {
  width: 270px;
  font-family: var(--rt-font-dm);
  line-height: 24px;
  font-weight: 700;
  color: #41C46E;
  position: relative;
  display: flex;
  justify-content: start;
  gap: 12px;
  align-items: start;
}
.programms_lists .programms_wrapper .program_item .program_desc {
  max-width: 600px;
  width: 100%;
}
.programms_lists .programms_wrapper .program_item .program_desc p {
  color: #fff;
}

.explore {
  margin-bottom: 30px;
  position: relative;
  top: -24px;
}
.explore .explore-grants {
  background-color: #EEF5FF;
  border-radius: 30px;
  padding: 56px 95px;
}
.explore .explore-grants h2 span {
  color: var(--rt-hover-blue);
  font-style: italic;
  font-family: var(--rt-font-ibm);
}
.explore .explore-grants .description-explore {
  margin-top: 42px;
}
.explore .explore-grants .description-explore ul {
  list-style: disc;
}
.explore .explore-grants .description-explore ul li {
  line-height: 28px;
  padding-bottom: 12px;
  color: var(--rt-dark);
}
.explore .explore-grants .description-explore h4 {
  font-size: 18px;
  color: var(--rt-hover-blue);
  text-decoration: underline;
}
.explore .explore-grants .description-explore a {
  color: var(--rt-hover-blue);
}
.explore .explore-grants .description-explore p {
  font-size: 18px;
}
.explore .explore-grants .global-btn a {
  border: 2px solid var(--rt-hover-blue);
  background-color: var(--rt-hover-blue);
}
.explore .explore-grants .global-btn a:hover {
  background-color: #629DFF;
  border-color: #629DFF;
}

.research-funding {
  margin-bottom: 30px;
}
.research-funding .research-items {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: start;
  margin: 42px 0;
  flex-wrap: wrap;
}
.research-funding .research-items .research-item {
  flex: 1;
  flex-basis: 48%;
  border-radius: 16px;
  background-color: #EEF5FF;
  padding: 30px;
  display: flex;
  gap: 40px;
}
.research-funding .research-items .research-item h3 {
  color: var(--rt-hover-blue);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}
.research-funding .research-items .research-item p {
  font-size: 18px;
}
.research-funding .global-btn a.btn-style-1 {
  padding: 14px 38px;
}
.research-funding .global-btn a.btn-style-1:before {
  content: "";
  display: none;
}

.discover_funding .confetti_img {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.discover_funding .discover-wrapper {
  background-color: #132C55;
  padding: 140px 32px 60px;
  margin-top: -100px;
}
.discover_funding .discover-wrapper .discover-content {
  max-width: 930px;
  width: 100%;
  margin: auto;
}
.discover_funding .discover-wrapper .discover-content h2 {
  color: #fff;
}
.discover_funding .discover-wrapper .description_discover {
  margin: 24px 0 48px;
  text-align: center;
}
.discover_funding .discover-wrapper .description_discover p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}

.download-popup {
  padding: 0 24px;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s all ease;
  height: 100%;
}
.download-popup.sending .form-btn-2 .lds-dual-ring {
  opacity: 1;
}
.download-popup.active {
  opacity: 1;
  pointer-events: all;
}
.download-popup .swal-wide-download {
  overflow: auto;
  max-height: calc(100vh - 64px);
  background-color: #fff;
}
.download-popup .swal-wide-download {
  width: 970px;
  max-width: 90%;
  padding: 0;
}
.download-popup .swal-wide-download .left {
  width: 63%;
  padding: 96px;
  box-sizing: border-box;
  text-align: left;
}
.download-popup .swal-wide-download .right {
  width: 39%;
  background: #EEF5FF;
  box-sizing: border-box;
  position: relative;
}
.download-popup .swal-wide-download .swal2-content {
  padding: 0;
}
.download-popup .swal-wide-download h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  margin-bottom: 64px;
}
.download-popup .swal-wide-download .input {
  margin-top: 24px;
}
.download-popup .swal-wide-download .cover.flex i {
  padding-right: 12px;
  border-right: 1px solid;
}
.download-popup .swal-wide-download .cover.flex input {
  width: 100%;
  border: 0;
  padding: 14px;
  background-color: transparent;
  padding-left: 12px;
  color: #646464;
  font-weight: 600;
  opacity: 0.6;
  font-size: 16px;
  outline: none;
}
.download-popup .swal-wide-download .cover.flex {
  background: #EEF5FF;
  border-radius: 7px;
  align-items: center;
  padding-left: 12px;
  color: #9B9EA2;
}
.download-popup .swal-wide-download .desc {
  padding: 15px 0 24px;
  text-align: left;
}
.download-popup .swal-wide-download .send {
  text-align: left;
}
.download-popup .form-btn-2 {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.download-popup .form-btn-2 .lds-dual-ring {
  transition: 0.3s all ease;
  opacity: 0;
}
.download-popup .form-btn-2 .lds-dual-ring,
.download-popup .form-btn-2 .lds-dual-ring:after {
  box-sizing: border-box;
}
.download-popup .form-btn-2 .lds-dual-ring {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.download-popup .form-btn-2 .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 2.4px solid currentColor;
  border-color: var(--c-blue) transparent var(--c-blue) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.download-popup .swal-wide-download .button.b {
  display: block;
  background: #498BF9;
  border: 2px solid #333333;
  box-sizing: border-box;
  border-radius: 32px;
  box-shadow: 0 10px 15px 0 rgba(73, 139, 249, 0.2);
  font-size: 1.125em;
  line-height: normal;
  word-wrap: break-word;
  max-width: fit-content;
}
.download-popup .swal-wide-download .right {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .download-popup .swal-wide-download .left {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  .download-popup .swal-wide-download .left {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .download-popup .swal-wide-download .left .desc,
  .download-popup .swal-wide-download .left h2 {
    text-align: center;
  }
  .download-popup .swal-wide-download .right {
    width: 100%;
    order: 1;
  }
}

@media (max-width: 1024px) {
  .confetti_img img {
    width: 85%;
  }
}
@media (max-width: 992px) {
  .global-btn {
    align-items: center;
  }
  .funding-resources .global-btn a.btn-style-1 {
    padding: 14px 38px;
  }
  .funding-resources .global-btn a.btn-style-1::before {
    left: 7%;
  }
  .programms_lists {
    top: 0;
    padding: 45px;
    margin-top: 50px;
  }
  .explore .explore-grants {
    padding: 40px;
    margin-top: 75px;
  }
  .programms_lists h2 br {
    display: none;
  }
  .funding-resources .site-title div:last-of-type br, .discover_funding .discover-wrapper .discover-content h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .programms_lists .programms_wrapper .program_item {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 580px) {
  .research-funding .research-items .research-item {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .research-funding .research-items .research-item h3 {
    font-size: 34px;
  }
  .research-funding .research-items .research-item p, .explore .explore-grants .description-explore p {
    font-size: 16px;
  }
  .discover_funding .discover-wrapper .description_discover p {
    font-size: 18px;
  }
  .programms_lists {
    padding: 20px;
  }
  .explore .explore-grants {
    padding: 20px;
  }
  .explore .explore-grants .description-explore ul {
    margin-left: 10px;
  }
  .explore .explore-grants .description-explore h4 {
    line-height: 28px;
  }
}