@font-face {
  font-family: Fenwick Outline;
  src: url('../fonts/fenwick-outline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baliung;
  src: url('../fonts/Baliung.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Allison Script;
  src: url('../fonts/Allison_Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-1: #f6f5f4;
  --grey-2: #efefef;
  --dark-blue: #0a4f9f;
  --black: #333;
  --white: #fff;
  --orange: #f78633;
  --green: #aed45e;
  --sky-blue: #4cb9e6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Josefin Sans, sans-serif;
}

.overflow-x {
  padding-top: 147px;
}

.header-block {
  z-index: 90;
  position: fixed;
  inset: 0% 0% auto;
}

.head-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.head-container.bar {
  padding-top: 15px;
  padding-bottom: 15px;
}

.head-menu-bar {
  background-color: var(--grey-1);
  width: 100%;
}

.navbar {
  background-color: #fff;
  padding-top: 15px;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logos-block {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-search-block {
  order: 1;
  width: 100%;
  max-width: 250px;
}

.head-search-block.m {
  display: none;
}

.head-menu-link {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}

.head-menu-link.w--current {
  color: var(--dark-blue);
}

.head-top-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.logo-image {
  height: 65px;
}

.logo-link {
  margin-right: 15px;
}

.search-input {
  text-align: center;
  background-image: url('../images/magnifying-glass-solid.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 15px;
}

.search {
  width: 100%;
  margin-bottom: 0;
}

.footer-block {
  background-color: var(--grey-2);
}

.footer-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.footer-contact-block {
  order: 1;
}

.footer-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-link {
  color: var(--black);
  text-decoration: none;
}

.footer-contact-tx {
  text-align: right;
  font-size: 18px;
  line-height: 24px;
}

.alumni-top {
  position: relative;
}

.banner-block {
  width: 100%;
  height: 300px;
  position: relative;
}

.banner-block.alumni {
  height: 800px;
  margin-bottom: 70px;
}

.banner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner.alumni {
  background-image: url('../images/a_banner1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.updates {
  background-image: url('../images/_DSC0085.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.about {
  background-image: url('../images/Communications-and-Public-Affairs-Office-2024_Website-Debut.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.alumni-top-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  inset: -50px 0% 0%;
}

.alumni-top-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.alumni-top-tx-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #a5cf4ce6;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.btn-1 {
  border: 2px solid var(--orange);
  background-color: var(--orange);
  color: var(--grey-1);
  text-align: center;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
  text-decoration: none;
}

.btn-1:hover {
  background-color: var(--white);
  color: var(--orange);
}

.alumni-top-circle-block {
  background-color: var(--white);
  color: var(--dark-blue);
  text-align: center;
  border: 10px solid #aed45e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: relative;
}

.alumni-ppl-left {
  width: 100%;
  max-width: 170px;
  position: absolute;
  inset: 10% auto 0% -150px;
}

.alumni-ppl-right {
  width: 100%;
  max-width: 140px;
  position: absolute;
  inset: 11% -120px 0% auto;
}

.container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container.pt-100 {
  padding-top: 100px;
}

.container.pb-100 {
  padding-bottom: 100px;
}

.container.pt-50 {
  padding-top: 50px;
}

.container.pt-50.pb-50 {
  padding-bottom: 50px;
}

.container.pt-50.pb-100 {
  padding-bottom: 100px;
}

.dona-info-block {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.dona-title-block {
  align-items: center;
  min-width: 400px;
  padding-top: 40px;
  display: flex;
}

.dona-title-block.pt-0 {
  padding-top: 0;
}

.dona-title {
  color: var(--green);
  font-family: Fenwick Outline, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

.dona-title-sub {
  color: var(--dark-blue);
  margin-top: 15px;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.dona-title-sub.mt-0 {
  margin-top: 0;
}

.dona-option-item {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.dona-option {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  padding-left: 5%;
  display: flex;
}

.dona-op-title-block {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  padding: 50px 5% 45px;
  text-decoration: none;
  display: flex;
}

.dona-op-title-block.green {
  background-color: var(--green);
}

.dona-op-title {
  color: var(--white);
  margin-top: 5px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.dona-arrow-icon {
  background-color: var(--white);
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-left: 30px;
}

.dona-arrow-icon.orange {
  background-image: url('../images/caret-down-solid-orange.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dona-arrow-icon.green {
  background-image: url('../images/caret-down-solid-green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dona-op-num-block {
  border: 5px solid var(--white);
  background-color: var(--orange);
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  padding-top: 5px;
  padding-left: 30px;
  font-size: 33px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  position: absolute;
  top: 40px;
  left: 0;
}

.dona-op-num-block.green {
  background-color: var(--green);
}

.dona-option-content {
  flex-flow: column;
  align-items: stretch;
  width: 80%;
  display: flex;
}

.dona-op-des-block {
  border: 5px solid var(--orange);
  padding: 30px 5%;
}

.dona-op-des-block.green {
  border-color: var(--green);
}

.dona-op-des {
  font-size: 24px;
  line-height: 30px;
}

.banner-link-block {
  border-radius: 30px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.banner-link-item {
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 70px 15px;
  display: flex;
  overflow: hidden;
}

.banner-link-item.bg-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC3174.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-link-item.bg-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC9167.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-link-item.bg-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_DSC2936.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-link-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-link-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: -40px;
  display: flex;
}

.banner-link-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.banner-link {
  color: var(--white);
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  position: relative;
}

.div-block {
  background-image: url('../images/up-right-from-square-solid-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 0% -40px 0% auto;
}

.banner-link-des {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-2.pt-100 {
  padding-top: 100px;
}

.container-2.pb-100 {
  padding-bottom: 100px;
}

.gift-banner-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.gift-banner-title {
  color: var(--orange);
  text-align: center;
  font-family: Fenwick Outline, Arial, sans-serif;
  font-size: 54px;
  line-height: 80px;
}

.btn-2 {
  background-color: var(--orange);
  color: var(--grey-1);
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 7px 15px 5px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  text-decoration: none;
  display: flex;
}

.btn-2.black {
  background-color: var(--black);
}

.btn-2.black.mt-30 {
  align-self: auto;
  margin-top: 30px;
}

.btn-2.mt-30 {
  margin-top: 30px;
}

.btn-2.left {
  margin-right: auto;
}

.btn-arrow {
  background-image: url('../images/arrow-right-solid-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 15px;
  margin-left: 30px;
}

.comunity-content-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.com-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.tx-orange {
  color: var(--orange);
}

.com-title-block {
  position: relative;
}

.text-block-2 {
  color: var(--orange);
  white-space: nowrap;
  font-family: Allison Script, Arial, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 110px;
  position: absolute;
  inset: auto -170px -60px auto;
  transform: rotate(-10deg);
}

.com-bg-pic-1 {
  width: 100%;
  max-width: 300px;
  position: absolute;
  inset: -50px auto auto -350px;
}

.com-bg-pic-2 {
  z-index: -1;
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: 120px -300px auto auto;
}

.container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-3.pt-100 {
  padding-top: 100px;
}

.container-3.pb-100 {
  padding-bottom: 100px;
}

.com-row-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-top: 150px;
  display: flex;
}

.com-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.com-row.re {
  justify-content: flex-end;
}

.com-row-pic {
  border-radius: 30px;
  width: 40%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.com-row-pic-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.com-row-pic-bg._1 {
  background-image: url('../images/_DSC2531.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.com-row-pic-bg._2 {
  background-image: url('../images/_DSC3108.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.com-row-pic-bg._3 {
  background-image: url('../images/shue-yan-college-foundation-and-opening-ceremony_cap.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.com-row-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  max-width: 600px;
  display: flex;
}

.com-row-content.re {
  order: -1;
}

.com-row-title {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.com-row-des {
  min-height: 100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.quick-link-block {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quick-link-title {
  color: var(--orange);
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
}

.quick-link-row {
  border-bottom: 3px dotted var(--black);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.quick-link-row:hover {
  color: var(--orange);
}

.quick-link-item-title {
  font-size: 18px;
  line-height: 24px;
}

.quick-link-arrow {
  background-image: url('../images/arrow-right-solid-orange.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  order: 1;
  width: 50px;
  height: 15px;
  margin-left: 30px;
}

.quick-link-top-row {
  border-bottom: 3px dotted var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.contacts-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-circle {
  border: 5px solid var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: flex;
}

.contacts-circle.orange {
  border-color: var(--orange);
}

.contacts-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-title {
  color: var(--green);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.contact-title.orange {
  color: var(--orange);
}

.contact-tx {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.contact-tx:hover {
  color: var(--orange);
}

.gift-banner-icon {
  width: 100%;
  max-width: 70px;
}

.lightbox-link {
  text-decoration: none;
}

.slide-nav {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.hero-color-block {
  z-index: 2;
  background-color: var(--green);
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 40%;
  height: 200%;
  position: absolute;
  inset: -50% auto 0% 0%;
}

.hero-slide {
  background-color: var(--green);
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.hero-slide-pic {
  z-index: 1;
  width: 65%;
  height: 100%;
  margin-left: auto;
  position: absolute;
  right: 0;
}

.hero-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-content-block {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
}

.hero-tx-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-item-date {
  color: var(--white);
  font-size: 18px;
  line-height: 50px;
}

.hero-item-title {
  color: var(--white);
  text-align: center;
  max-width: 380px;
  font-size: 24px;
  line-height: 30px;
}

.hero-slide-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-slide-bg.hero-bg-1 {
  background-image: url('../images/DSC4397.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.title-row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title {
  font-size: 30px;
  line-height: 50px;
}

.title-icon {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.title-icon.media {
  background-image: url('../images/icon-media.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.title-icon.social {
  background-image: url('../images/icon-social.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-list {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.media-item {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  text-decoration: none;
  display: flex;
}

.media-item-pic {
  background-color: var(--grey-1);
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.media-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.media-item-bg.media-1 {
  background-image: url('../images/media-pic-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-item-bg.media-2 {
  background-image: url('../images/DSC4397.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-item-bg.media-3 {
  background-image: url('../images/888_20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-item-bg.ma-1 {
  background-image: url('../images/1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-item-bg.ma-2 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-item-bg.ma-3 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-item-title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}

.media-item-date {
  color: var(--orange);
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}

.list-mid-line {
  background-color: var(--black);
  width: 1px;
}

.social-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--sky-blue);
  border-radius: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: flex;
}

.social-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-school-name {
  color: var(--white);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.social-icon-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.social-link {
  width: 40px;
  height: 22px;
}

.social-link.web {
  background-image: url('../images/icon-web.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-link.yt {
  background-image: url('../images/icon-yt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-link.linkin {
  background-image: url('../images/icon-linkin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-link.wechat {
  background-image: url('../images/icon-wechat.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-link.redbook {
  background-image: url('../images/icon-redbook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-link.fb {
  background-image: url('../images/icon-fb.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.social-link.ig {
  background-image: url('../images/icon-ig.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery-block-sec {
  margin-bottom: 50px;
}

.gallery-block-sec.bg-green {
  background-color: var(--green);
}

.gallery-row {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.gallery-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.content-icon {
  width: 40px;
  height: 40px;
}

.content-icon.gallery {
  background-image: url('../images/icon-gallery.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 50px;
  font-family: Fenwick Outline, Arial, sans-serif;
  font-size: 54px;
  line-height: 60px;
}

.div-block-2 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.gallery-item-list-block-1 {
  grid-column-gap: 2%;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 49%;
  display: flex;
}

.gallery-item-xl {
  background-color: var(--white);
  width: 100%;
  height: 345px;
  position: relative;
  overflow: hidden;
}

.gallery-item-bg {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-item-bg.g-1 {
  background-image: url('../images/Communications-and-Public-Affairs-Office-2024_Website-Debut.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item-bg.g-2 {
  background-image: url('../images/DSC00544-1024x683.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item-bg.g-3 {
  background-image: url('../images/IMG_2841-1024x683.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item-bg.g-4 {
  background-image: url('../images/1-1-1024x683.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item-bg.g-5 {
  background-image: url('../images/DSC00493-1-1024x683.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item-bg.g-6 {
  background-image: url('../images/DSC9822-683x1024.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item-bg.g-7 {
  background-image: url('../images/DSC6828-Enhanced-NR-1024x683.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item-bg.g-8 {
  background-image: url('../images/DSC01088-1024x577.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item-bg.g-9 {
  background-image: url('../images/DSC01099-1024x577.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-item {
  background-color: var(--white);
  width: 49%;
  height: 170px;
  position: relative;
  overflow: hidden;
}

.news-list {
  grid-column-gap: 5%;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.news-item {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  text-decoration: none;
  display: flex;
}

.news-item-pic {
  background-color: var(--grey-1);
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.news-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.news-item-bg.media-1 {
  background-image: url('../images/media-pic-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.media-2 {
  background-image: url('../images/DSC4397.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.media-3 {
  background-image: url('../images/888_20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.news-1 {
  background-image: url('../images/media-pic-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.updates-1 {
  background-image: url('../images/updates_20250411_1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.updates-2 {
  background-image: url('../images/updates_20250328_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.updates-3 {
  background-image: url('../images/updates_20250303_1_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.updates-4 {
  background-image: url('../images/updates_20250220.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.ma-1 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.ma-3 {
  background-image: url('../images/1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-bg.ma-2 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item-date {
  color: var(--orange);
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 24px;
}

.new-item-title {
  min-height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.new-item-des {
  margin-top: 5px;
  font-size: 14px;
  line-height: 30px;
}

.page-banner-block {
  width: 100%;
  height: 300px;
  position: relative;
}

.page-banner-row {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  inset: -50px 0% 0%;
}

.page-banner-title-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #a5cf4ce6;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px 20px;
  display: flex;
}

.page-banner-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.coverage-list {
  grid-column-gap: 5%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.coverage-item {
  color: var(--black);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.coverage-date {
  color: var(--orange);
  min-width: 170px;
  max-width: 170px;
  padding-right: 2%;
  font-size: 18px;
  line-height: 24px;
}

.coverage-title {
  color: var(--black);
  padding-right: 5%;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.coverage-title:hover {
  color: var(--orange);
}

.coverage-media-title {
  min-width: 200px;
  max-width: 200px;
  padding-right: 5%;
  font-size: 18px;
  line-height: 24px;
}

.content-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content-pic {
  background-color: var(--grey-1);
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.content-pic-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-pic-bg.media-1 {
  background-image: url('../images/media-pic-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-pic-bg.media-2 {
  background-image: url('../images/DSC4397.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-pic-bg.media-3 {
  background-image: url('../images/888_20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-pic-bg.share-story {
  background-image: url('../images/cpao_share_your_story.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-pic-bg.media-production {
  background-image: url('../images/cpao_media_production.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-pic-block {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  text-decoration: none;
  display: flex;
}

.content-tx-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.content-tx-block.pl-30 {
  padding-left: 30px;
}

.content-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.content-info {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

.filter-row {
  width: 100%;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.year, .month {
  border: 1px solid var(--orange);
  background-color: var(--white);
  color: var(--black);
  border-radius: 25px;
  width: 100%;
  max-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 24px;
}

.about-logo {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.logo-image-2 {
  width: 100%;
  max-width: 350px;
  margin-top: 15px;
}

.about-tx {
  text-align: center;
  max-width: 1000px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
}

.team-list {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
  display: flex;
}

.team-item {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  text-decoration: none;
  display: flex;
}

.team-item.pointer {
  cursor: pointer;
}

.item-pic {
  background-color: var(--grey-1);
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.team-bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

.team-bg.media-1 {
  background-image: url('../images/media-pic-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-bg.media-2 {
  background-image: url('../images/DSC4397.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-bg.media-3 {
  background-image: url('../images/888_20.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-bg.team-1 {
  background-image: url('../images/2024_kamanlee_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-bg.team-4 {
  background-image: url('../images/Yan_Ka_Yee_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-bg.team-5 {
  background-image: url('../images/Chiu_On_Ki_Effy_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-bg.team-6 {
  background-image: url('../images/Janice_Lai_s.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-bg.team-2 {
  background-image: url('../images/2024_ysho_s.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-bg.team-3 {
  background-image: url('../images/WhatsApp-圖片2025-01-1418.04.39_e8eb2cf7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-name {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  line-height: 22px;
}

.about-team {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.goals {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.goals-tx-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.goals-pic {
  color: var(--black);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.goals-des {
  font-size: 18px;
  line-height: 24px;
}

.goals-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.image {
  width: 700px;
}

.contact-us {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.contact-des {
  font-size: 18px;
  line-height: 24px;
}

.contact-des.list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.tx-link {
  color: var(--dark-blue);
  text-decoration: none;
}

.team-pop {
  z-index: 99;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.team-pop.show {
  display: flex;
}

.team-pop-block {
  background-color: var(--white);
  border-radius: 25px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1000px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 50px 5%;
  display: none;
  position: absolute;
}

.team-pop-block.team-1 {
  display: none;
}

.team-pop-block.show {
  display: flex;
}

.team-pop-left {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  text-decoration: none;
  display: flex;
}

.team-pop-right {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 80vh;
  text-decoration: none;
  display: flex;
  overflow: auto;
}

.team-info {
  margin-bottom: 10px;
  margin-left: 30px;
  font-size: 14px;
  line-height: 22px;
}

.team-pop-profo-pic {
  width: 180px;
}

.team-pop-name {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.team-pop-title-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-pop-close-btn {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.image-2 {
  width: 100%;
  max-width: 120px;
}

.details-content-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.back-btn {
  background-color: var(--orange);
  color: var(--grey-1);
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding: 7px 15px 5px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  text-decoration: none;
  display: flex;
}

.back-btn.black {
  background-color: var(--black);
}

.back-btn.black.mt-30 {
  margin-top: 30px;
}

.back-btn.mb-30 {
  margin-bottom: 30px;
}

.details-pic {
  width: 100%;
  max-width: 800px;
  margin-bottom: 15px;
  padding-left: 5%;
  padding-right: 5%;
}

.details-content-title {
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.details-content-date {
  color: var(--orange);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.details-content-tx {
  margin-bottom: 15px;
  margin-right: auto;
  font-size: 18px;
  line-height: 30px;
}

.goals-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.goals-bg._1 {
  background-image: url('../images/_DSC2531.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.goals-bg._2 {
  background-image: url('../images/_DSC3108.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.goals-bg._3 {
  background-image: url('../images/shue-yan-college-foundation-and-opening-ceremony_cap.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.goals-bg.about-2 {
  background-image: url('../images/contact.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.goals-bg.about-1 {
  background-image: url('../images/target.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.head-right {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lang-drop {
  order: 1;
}

.dropdown-toggle {
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.lang-item {
  text-align: center;
  padding: 10px 15px;
}

.dropdown-list {
  background-color: var(--grey-1);
  margin-top: 15px;
  box-shadow: 0 0 5px #0003;
}

.dropdown-list.w--open {
  margin-top: 5px;
}

.lang-drop-m {
  order: 1;
  display: none;
}

.gift-banner-bg {
  opacity: .6;
  background-image: url('../images/Banner-1920x544_re.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gift-banner-content {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-title {
  text-align: center;
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
}

.alumni-top-slider {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.alumni-slide, .alumni-slide-img {
  width: 100%;
}

.btn-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.btn-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.team-sub-title {
  margin-left: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.team-sub-title.underline {
  text-decoration: underline;
}

.team-info-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

html.w-mod-js [data-ix="scroll-bot-top"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="scroll-right-left"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="scroll-left-right"] {
  opacity: 0;
  transform: translate(-100px);
}

@media screen and (min-width: 1920px) {
  .head-container, .footer-container {
    max-width: 1680px;
  }

  .banner-block {
    height: 400px;
  }

  .container {
    max-width: 1680px;
  }

  .banner-link-item {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container-2 {
    max-width: 1680px;
  }

  .text-block-2 {
    bottom: -30px;
    right: -200px;
  }

  .container-3 {
    max-width: 1680px;
  }

  .com-row-list {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .page-banner-block {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .overflow-x {
    padding-top: 143px;
    overflow: hidden;
  }

  .head-container.bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: var(--grey-2);
    padding-left: 5%;
    padding-right: 5%;
  }

  .logos-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .head-search-block {
    display: none;
  }

  .head-search-block.m {
    order: -1;
    display: flex;
  }

  .head-menu-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .logo-image {
    height: 55px;
  }

  .alumni-top-title {
    font-size: 32px;
    line-height: 40px;
  }

  .btn-1 {
    font-size: 18px;
    line-height: 40px;
  }

  .alumni-ppl-left {
    max-width: 170px;
    top: 10%;
    left: -200px;
  }

  .alumni-ppl-right {
    max-width: 140px;
    top: 10%;
    right: -170px;
  }

  .container.pt-100 {
    padding-top: 50px;
  }

  .container.pb-100 {
    padding-bottom: 50px;
  }

  .container.pt-50 {
    padding-top: 25px;
  }

  .container.pt-50.pb-50 {
    padding-bottom: 25px;
  }

  .container.pt-50.pb-100 {
    padding-bottom: 50px;
  }

  .dona-info-block {
    flex-flow: column;
  }

  .dona-title-block {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .dona-title {
    font-size: 54px;
    line-height: 60px;
  }

  .dona-title-sub {
    font-size: 32px;
    line-height: 40px;
  }

  .dona-op-title-block {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .dona-op-title {
    font-size: 28px;
  }

  .dona-op-num-block {
    top: 37px;
  }

  .dona-op-des {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-link-block {
    flex-flow: column;
  }

  .banner-link-item {
    width: 100%;
    min-height: 250px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .container-2.pb-100 {
    padding-bottom: 50px;
  }

  .gift-banner-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .gift-banner-title {
    font-size: 54px;
    line-height: 60px;
  }

  .btn-2 {
    font-size: 18px;
  }

  .com-title {
    font-size: 36px;
    line-height: 42px;
  }

  .text-block-2 {
    font-size: 90px;
    right: -50px;
  }

  .com-bg-pic-1 {
    max-width: 200px;
    top: 50px;
    left: -150px;
  }

  .com-bg-pic-2 {
    max-width: 150px;
    top: 100px;
    right: -80px;
  }

  .com-row {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .com-row-pic {
    width: 50%;
  }

  .com-row-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 50%;
  }

  .com-row-title {
    font-size: 36px;
    line-height: 40px;
  }

  .com-row-des {
    font-size: 16px;
    line-height: 28px;
  }

  .quick-link-title {
    font-size: 30px;
    line-height: 40px;
  }

  .quick-link-row {
    min-height: 70px;
  }

  .menu-button {
    order: 1;
    padding: 0;
    font-size: 30px;
  }

  .media-list {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    margin-top: 30px;
  }

  .media-item {
    width: 100%;
    max-width: 350px;
  }

  .media-item-date {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .list-mid-line {
    width: 100%;
    height: 1px;
  }

  .social-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 30px;
  }

  .gallery-block-sec {
    margin-bottom: 30px;
  }

  .text-block-3 {
    padding-bottom: 25px;
    font-size: 42px;
  }

  .gallery-item-xl {
    height: 265px;
  }

  .gallery-item {
    height: 130px;
  }

  .news-list {
    margin-top: 30px;
  }

  .news-item {
    width: 47%;
  }

  .news-item-date {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .page-banner-title {
    font-size: 32px;
    line-height: 40px;
  }

  .coverage-list {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .coverage-item {
    width: 100%;
  }

  .coverage-date {
    min-width: 120px;
    max-width: 120px;
  }

  .coverage-media-title {
    min-width: 200px;
    max-width: 200px;
  }

  .content-row {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .content-pic-block {
    width: 100%;
    max-width: 350px;
  }

  .content-tx-block {
    width: 100%;
  }

  .logo-image-2 {
    max-width: 300px;
  }

  .team-item {
    width: 100%;
    max-width: 350px;
  }

  .goals-tx-block {
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .goals-pic {
    width: 100%;
    max-width: 500px;
    height: 350px;
    margin-bottom: 30px;
  }

  .goals-pic.last {
    order: 1;
  }

  .goals-pic.m-first {
    order: -1;
  }

  .image {
    width: 200px;
  }

  .team-pop-left, .team-pop-right {
    width: 100%;
    max-width: 350px;
  }

  .details-content-block {
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .back-btn {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .overflow-x {
    padding-top: 138px;
  }

  .logos-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .logo-image {
    height: 50px;
  }

  .footer-contact-block {
    margin-top: 30px;
  }

  .footer-row {
    flex-flow: column;
  }

  .footer-contact-tx {
    text-align: center;
  }

  .alumni-top-content {
    padding-bottom: 25px;
  }

  .alumni-top-title {
    font-size: 24px;
    line-height: 30px;
  }

  .alumni-top-circle-block {
    font-size: 30px;
    line-height: 30px;
  }

  .alumni-ppl-left {
    max-width: 150px;
    top: 13%;
    left: -120px;
  }

  .alumni-ppl-right {
    max-width: 120px;
    top: 15%;
    right: -100px;
  }

  .container.pt-100 {
    padding-top: 25px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 25px;
  }

  .dona-title {
    font-size: 48px;
    line-height: 50px;
  }

  .dona-title-sub {
    font-size: 28px;
    line-height: 30px;
  }

  .dona-option {
    padding-left: 0%;
  }

  .dona-op-title {
    font-size: 24px;
    line-height: 30px;
  }

  .dona-op-num-block {
    width: 23%;
  }

  .dona-op-des {
    font-size: 16px;
    line-height: 28px;
  }

  .banner-link-item {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .container-2.pb-100 {
    padding-bottom: 50px;
  }

  .btn-2 {
    padding-left: 20px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 30px;
  }

  .btn-arrow {
    margin-left: 15px;
  }

  .com-title {
    font-size: 30px;
  }

  .text-block-2 {
    font-size: 60px;
    bottom: -55px;
    right: 15px;
  }

  .com-bg-pic-1 {
    max-width: 150px;
    top: 70px;
    left: -70px;
  }

  .com-bg-pic-2 {
    max-width: 100px;
    right: -50px;
  }

  .container-3.pt-100 {
    padding-top: 50px;
  }

  .container-3.pt-100.pb-100 {
    padding-bottom: 50px;
  }

  .com-row-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .com-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .com-row-pic {
    width: 100%;
  }

  .com-row-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .com-row-content.re {
    order: 1;
  }

  .com-row-title {
    font-size: 30px;
  }

  .com-row-des {
    min-height: auto;
    margin-bottom: 15px;
  }

  .contact-title {
    font-size: 20px;
  }

  .slide-nav {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-color-block {
    opacity: .9;
    border-top-left-radius: 25%;
    border-top-right-radius: 25%;
    border-bottom-right-radius: 0%;
    width: 100%;
    height: 170px;
    inset: auto 0% 0%;
  }

  .hero-slide {
    height: 480px;
  }

  .hero-slide-pic {
    width: 100%;
    height: 300px;
  }

  .hero-content-block {
    width: 100%;
    height: 150px;
    margin-bottom: 30px;
    inset: auto 0% 0%;
  }

  .hero-item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .title {
    font-size: 24px;
    line-height: 30px;
  }

  .title-icon {
    width: 25px;
    height: 25px;
  }

  .social-item {
    width: 100%;
  }

  .gallery-block-sec {
    margin-bottom: 25px;
  }

  .gallery-row {
    flex-flow: column;
  }

  .gallery-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .text-block-3 {
    font-size: 36px;
    line-height: 50px;
  }

  .div-block-2 {
    width: 100%;
  }

  .page-banner-title {
    font-size: 24px;
    line-height: 30px;
  }

  .coverage-item {
    flex-flow: wrap;
  }

  .coverage-title {
    width: 100%;
    margin-top: 5px;
  }

  .coverage-media-title {
    font-size: 16px;
    line-height: 22px;
  }

  .content-title {
    font-size: 24px;
    line-height: 30px;
  }

  .content-info {
    font-size: 16px;
    line-height: 24px;
  }

  .logo-image-2 {
    max-width: 240px;
  }

  .team-item {
    max-width: 300px;
  }

  .goals-des, .contact-des {
    font-size: 16px;
    line-height: 22px;
  }

  .back-btn {
    padding-left: 20px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 30px;
  }

  .details-content-title, .details-content-date {
    font-size: 24px;
    line-height: 30px;
  }

  .details-content-tx, .btn-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .overflow-x {
    padding-top: 128px;
  }

  .head-container.bar {
    padding-right: 0%;
  }

  .logos-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .logo-image {
    height: 40px;
  }

  .alumni-top-title {
    font-size: 18px;
    line-height: 24px;
  }

  .btn-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .alumni-top-circle-block {
    border-width: 7px;
    width: 200px;
    height: 200px;
    font-size: 24px;
  }

  .alumni-ppl-left {
    max-width: 80px;
    top: 50%;
    left: -50px;
  }

  .alumni-ppl-right {
    max-width: 70px;
    top: 50%;
    right: -50px;
  }

  .dona-title {
    font-size: 42px;
  }

  .dona-option-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dona-option {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dona-op-title-block {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .dona-op-title-block.green {
    padding-bottom: 15px;
  }

  .dona-op-title {
    font-size: 18px;
    line-height: 24px;
  }

  .dona-op-num-block {
    border-width: 4px;
    width: 50%;
    font-size: 28px;
    line-height: 30px;
    inset: 0% auto auto;
  }

  .dona-option-content {
    width: 100%;
    margin-top: 25px;
  }

  .dona-op-des-block.green {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dona-op-des {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-link-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-link-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .banner-link-title {
    font-size: 22px;
    line-height: 30px;
  }

  .container-2.pb-100 {
    padding-bottom: 30px;
  }

  .gift-banner-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gift-banner-title {
    font-size: 36px;
    line-height: 50px;
  }

  .btn-2.black.mt-30 {
    margin-top: 15px;
  }

  .com-title {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 30px;
    bottom: -75px;
    right: 50px;
  }

  .com-bg-pic-1 {
    top: 90px;
    left: -50px;
  }

  .com-bg-pic-2 {
    max-width: 80px;
    top: 120px;
    right: 0;
  }

  .com-row-pic {
    height: 250px;
  }

  .com-row-title {
    font-size: 22px;
    line-height: 30px;
  }

  .com-row-des {
    font-size: 14px;
    line-height: 22px;
  }

  .quick-link-title {
    font-size: 24px;
    line-height: 30px;
  }

  .quick-link-item-title {
    font-size: 16px;
  }

  .contacts-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contacts-circle {
    width: 300px;
    height: 300px;
  }

  .contacts-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contact-title, .contact-tx {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-button {
    margin-left: 15px;
    padding-right: 15px;
  }

  .menu-button.w--open {
    color: var(--dark-blue);
    background-color: #c8c8c800;
  }

  .title {
    font-size: 18px;
    line-height: 24px;
  }

  .social-list {
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-school-name {
    font-size: 18px;
  }

  .gallery-block-sec {
    margin-bottom: 15px;
  }

  .text-block-3 {
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-2 {
    grid-row-gap: 5px;
  }

  .gallery-item-list-block-1 {
    width: 100%;
  }

  .gallery-item {
    height: 150px;
  }

  .news-list {
    grid-row-gap: 25px;
    margin-top: 0;
  }

  .news-item {
    width: 100%;
  }

  .page-banner-row {
    top: -25px;
  }

  .page-banner-title-block {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .page-banner-title {
    font-size: 18px;
    line-height: 24px;
  }

  .coverage-title {
    font-size: 16px;
    line-height: 22px;
  }

  .content-title {
    font-size: 20px;
  }

  .content-info {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .logo-image-2 {
    max-width: 150px;
  }

  .about-tx {
    font-size: 14px;
    line-height: 24px;
  }

  .team-item {
    max-width: 250px;
  }

  .team-name {
    font-size: 16px;
  }

  .goals {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .goals-pic {
    height: 250px;
  }

  .goals-des, .contact-des {
    font-size: 14px;
  }

  .back-btn.black.mt-30 {
    margin-top: 15px;
  }

  .details-content-title, .details-content-date {
    font-size: 20px;
  }

  .details-content-tx {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .lang-drop {
    display: none;
  }

  .dropdown-toggle {
    margin-left: 0;
  }

  .lang-item {
    text-align: left;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    position: relative;
  }

  .lang-drop-m {
    flex-flow: column;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
  }

  .gift-banner-bg {
    opacity: .4;
    background-image: url('../images/DSC07496-Alumni-Gift-Shop-Banner.jpg');
  }

  .team-title {
    font-size: 16px;
  }

  .alumni-top-slider {
    margin-bottom: 30px;
  }

  .btn-title {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
}


@font-face {
  font-family: 'Fenwick Outline';
  src: url('../fonts/fenwick-outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baliung';
  src: url('../fonts/Baliung.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allison Script';
  src: url('../fonts/Allison_Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}