@charset "UTF-8";
/*
	Theme Name: SCUPI
	Theme URI: https://scupi.scu.edu.cn
	Description: Official SCUPI WordPress theme
	Version: 1.0.0
	Author: Frederich Liu
	Tags: scupi, official, responsive

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* normalize.css v2.1.3 - inlined to reduce HTTP request */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* global variables */
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
  margin: 0;
  padding: 0;
}

.nav ul,
.nav ol,
.nav dl {
  margin: 0;
  padding: 0;
}

.foot-nav ul,
.foot-nav ol,
.foot-nav dl {
  margin: 0;
  padding: 0;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font: 400 1.5rem/1.7 "Open Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #2E3035;
  overflow-x: hidden;
}

html:lang(zh) .post-content p,
body:lang(zh) .post-content p {
  text-indent: 2em;
}

.no-indent {
  text-indent: 0;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #444;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-content ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 15px;
}

.post-content ol {
  list-style: decimal;
  padding-left: 2em;
  margin-bottom: 15px;
}

.post-content li {
  list-style-position: outside;
  margin-bottom: 5px;
  color: #58595d;
}

/*------------------------------------*\    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hide {
  display: none;
}

.minified {
  opacity: 0.7;
}

/* Legacy float utilities removed - use flex/grid layouts instead */
/* header */
.head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.head li {
  padding: 0 clamp(6px, 0.6vw, 12px);
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.head li a {
  color: #fff;
  display: block;
  font-size: clamp(1.3rem, 1.15vw, 1.8rem);
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}
.head li:hover {
  background-color: #CB4042;
}
.head li:hover ul {
  display: block;
}
.head .top {
  height: 90px;
  background-color: #234C80;
  z-index: 999;
}
.head .top-content {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  height: 90px;
}
.head .logo {
  width: 6%;
  min-width: 60px;
  margin-left: 25px;
  flex-shrink: 0;
}
.head .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.head .nav-title,
.head .nav-icon,
.head .home-icon,
.head .search-icon {
  display: none;
}
.head .nav {
  margin-left: 30px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.head .nav > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.head .sub-menu {
  width: 220px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 0 0 10px 10px;
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 99;
  overflow: hidden;
}
.head .sub-menu li {
  width: 100%;
  height: 36px;
  display: block;
  line-height: 36px;
  background: #eeeeee;
  padding: 0;
}
.head .sub-menu li a {
  color: #58595d;
  font-weight: normal;
  text-align: left;
  border-top: 1px solid #fff;
  padding-left: 0.8vw;
  display: block;
}
.head .sub-menu li a:hover {
  color: #ffffff;
  background-color: #CB4042;
}
.head .search {
  width: auto;
  max-width: 200px;
  background-color: #fff;
  border-radius: 6px;
  padding: 3px 8px;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.head .search .search-form {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.head .search .search-input {
  flex: 1 1 auto;
  min-width: 60px;
  height: 24px;
  background: none;
  border: 0;
  font-size: 1.2rem;
  line-height: 24px;
  color: #58595d;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.head .search .search-button {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  outline: none;
  background: url(img/ss.jpg) no-repeat center center;
  background-size: contain;
  border: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.head .lang {
  width: auto;
  min-width: 120px;
  margin: 0 5px 0 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.head .lang .lang-switcher {
  flex: 1 1 auto;
  text-align: right;
}
.head .lang a {
  background-color: #CB4042;
  font-size: 1.4rem;
  line-height: 3rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  padding: 0 12px;
}
.head .lang a:hover {
  background-color: #CB4042;
}

/* main */
.slides-container {
  top: 90px;
  margin-bottom: 90px;
  position: relative;
  text-align: center;
  width: 100%;
  aspect-ratio: 1920/900;
  overflow: hidden;
}

.slides-container .swiper-wrapper,
.slides-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.slide-title {
  right: 10%;
  bottom: 10%;
  background: url(img/tbj.png) repeat;
  width: auto;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #fff;
  text-align: left;
  position: absolute;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.main {
  width: 100%;
  margin: auto;
}
.main .news {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 3rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
}
.main .news .main-left {
  flex: 7.5 1 0;
  min-width: 0;
  padding-top: 15px;
}
.main .news .main-left .news-list-title {
  color: #234C80;
  font-size: 2.4rem;
  line-height: 4.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main .news .main-left .news-list-title a {
  color: #000;
}
.main .news .main-left .news-list-title .news-more {
  font-size: 1.4rem;
}
.main .news .main-right {
  flex: 2.5 1 0;
  min-width: 0;
  color: #fff;
  background-color: #234C80;
  padding: 15px 15px 0 15px;
  display: flex;
  flex-direction: column;
}
.main .news .main-right a {
  color: #fff;
}
.main .news .main-right .notice-list-title {
  font-size: 2.4rem;
  line-height: 4.6rem;
}
.main .news .main-right .notice-list-title ul {
  width: 100%;
  height: 4.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main .news .main-right .notice-list-title .notices-more {
  font-size: 1.4rem;
  padding-top: 0;
}
.main .news .main-right .notice-list-title span {
  padding-top: 0;
  margin-left: auto;
}
.main .news .main-right .notice-list-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.main .news .main-right .notice-list-content ul {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.main .news .main-right .notices-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main .news .main-right #new-notice {
  display: block;
  cursor: pointer;
  width: auto;
}
.main .news .main-right #new-xskb {
  display: block;
  cursor: pointer;
  width: auto;
  color: #c1c1c1;
}
.main .news .main-right #new-xskb-content {
  display: none;
}
.main .intro {
  width: 100%;
  padding: 35px 0;
  background: url(img/gy.jpg) repeat;
}
.main .intro-content {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  width: 80%;
  margin: 0 auto;
  padding: 6rem 0;
}
.main .intro-content h3 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: normal;
  padding-bottom: 25px;
  margin-bottom: 25px;
  background: url(img/hx.png) no-repeat bottom left;
}
.main .intro-content .intro-text {
  flex: 7.4 1 0;
  min-width: 0;
  font-size: 1.5rem;
  line-height: 3.2rem;
  color: #fff;
}
.main .intro-content .intro-text a {
  width: 10rem;
  height: 3rem;
  background-color: #CB4042;
  font-size: 1.3rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
}
.main .intro-content .intro-text a:hover {
  background-color: #CB4042;
}
.main .intro-content .intro-video {
  flex: 2.7 1 0;
  min-width: 0;
}
.main .intro-content .intro-video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  border: 0;
}
.main .about {
  width: 80%;
  margin: auto;
  padding: 50px 0;
}
.main .about .spotlight-head-title {
  font-size: 2.4rem;
  line-height: 4.6rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}
.main .about .spotlight-head-title span {
  font-size: 1.4rem;
}

.news-larrow,
.news-rarrow {
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
}

.news-larrow {
  padding-right: 3px;
}

.news-rarrow {
  padding-left: 3px;
}

.news-list-content {
  width: 100%;
}
.news-list-content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.news-list-content li {
  width: auto;
  margin-right: 0;
  display: block;
  position: relative;
  min-width: 0;
}
.news-list-content p {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.7;
  margin-top: 10px;
  margin-bottom: 10px;
}
.news-list-content span {
  padding-top: 6px;
  display: block;
  text-align: right;
}
.news-list-content .news-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-content .news-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-list-content .news-img img {
  width: 100%;
  height: auto;
  display: block;
}
.news-list-content .news-title {
  position: relative;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list-content .news-title a {
  color: #000;
}
.news-list-content .news-excerpt {
  position: relative;
  font-size: 1.3rem;
  color: #58595d;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notices-list {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.notices-list li {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  align-items: center;
  padding: 10px 0;
}
.notices-list .notice-date {
  width: 9rem;
  min-width: 9rem;
  text-align: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  padding: 6px 4px;
}
.notices-list .notice-date .notice-date-year {
  font-size: 1.2rem;
}
.notices-list .notice-date h3, .notices-list .notice-date p, .notices-list .notice-date span {
  display: block;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  color: inherit;
}
.notices-list .notice-title {
  margin-left: 0;
  width: auto;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
}
.notices-list .notice-title a {
  color: #fff;
}
.notices-list .notice-title a:hover {
  text-decoration: underline;
}
.notices-list .notice-title h3 {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notices-list .notice-title p {
  display: none;
}

.about-list {
  width: 100%;
  margin: 0 auto;
}

.container {
  text-align: center;
  position: relative;
}
.container .spotlight-title {
  background: #234C80;
  bottom: -100%;
  color: #fff;
  height: 100%;
  left: 0%;
  text-align: center;
  position: absolute;
  transition: bottom 0.5s ease;
  width: 100%;
}
.container .spotlight-title .title {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50%;
}

.container:hover .spotlight-title {
  bottom: 0%;
}

.img-fill img {
  width: 100%;
  height: auto;
  display: block;
}

.foot {
  width: 100%;
}
.foot .foot-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.foot .foot-banner {
  background-color: #CB4042;
  padding: 15px 0;
  margin-bottom: 1px;
}
.foot .guestbook-area {
  font-size: 1.4rem;
  line-height: 3.2rem;
  color: #fff;
}
.foot .guestbook-area span {
  margin-left: 20px;
}
.foot .guestbook-area a {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 1.4rem;
  color: #fff;
}
.foot .friendly-link-area select {
  width: auto;
  height: 30px;
  background: none;
  border: 1px solid #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #fff;
  outline: none;
}
.foot option {
  background-color: #fff;
  color: #58595d;
}
.foot .foot-nav {
  background-color: #234C80;
  padding: 25px 0;
  margin-bottom: 2px;
}
.foot .foot-nav-menu {
  margin-top: 11px;
  width: auto;
  flex: 1 1 auto;
}
.foot .foot-nav-menu > ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.foot .foot-nav-menu li {
  font-size: 1.5rem;
  text-align: right;
  display: block;
}
.foot .foot-nav-menu a {
  font-size: 1.4rem;
  color: #fff;
  display: block;
}
.foot .foot-nav-menu .sub-menu {
  display: none;
}
.foot .foot-bottom {
  background-color: #234C80;
  padding: 15px 0;
}
.foot .foot-copyright {
  font-size: 1.2rem;
  color: #fff;
  line-height: 2.6rem;
}
.foot .foot-copyright img {
  width: 5rem;
  height: 1rem;
}
.foot #dean-box {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 5px 15px;
  font-size: 1.4rem;
  color: #fff;
}
.foot #xf-box {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 5px 15px;
  margin-left: 5px;
  font-size: 1.4rem;
  color: #fff;
}
.foot .phone {
  font-size: 1.6rem;
  color: #fff;
  padding: 5px 15px;
}
.foot .foot-share {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.foot .foot-share img {
  margin-left: 10px;
  width: auto;
  height: auto;
}

.content-wrapper {
  width: 100%;
  max-width: 1530px;
  min-height: 100%;
  margin: 0 auto;
  padding-top: 120px;
  position: relative;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.content-wrapper .leftbar {
  width: 220px;
  flex-shrink: 0;
  position: static;
  top: auto;
  left: auto;
}
.content-wrapper .child {
  width: 100%;
  border: 1px solid #fff;
  box-shadow: 0 1px 6px #e7e7e7;
  background: #fff url(img/nb.png) no-repeat top right;
}
.content-wrapper .child h3 {
  font-size: 2.4rem;
  line-height: 5rem;
  color: #234C80;
  padding: 0 10px;
  background: url(img/nd.png) no-repeat bottom center;
}
.content-wrapper .content-nav {
  min-height: 70px;
  background: url(img/nb1.png) no-repeat left bottom;
}
.content-wrapper .content-nav ul {
  margin: 1.5rem 1rem;
  width: 90%;
}
.content-wrapper .content-nav li {
  width: 100%;
  height: 30px;
  font-weight: bold;
}
.content-wrapper .content-nav a {
  display: block;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #58595d;
  text-decoration: none;
}
.content-wrapper .content-nav a:hover {
  color: #234C80;
}
.content-wrapper .content-nav a.on {
  color: #234C80;
}
.content-wrapper .content-nav .sub-menu {
  display: none;
}
.content-wrapper .sidebar-img {
  margin-top: 15px;
  width: 100%;
  box-shadow: 0 1px 6px #e7e7e7;
}
.content-wrapper .content {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  padding: 15px;
  min-height: 60vh;
  background-color: #fff;
  margin-top: 50px;
}
.content-wrapper .location {
  width: 100%;
  background-color: #234C80;
  padding: 10px 30px;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.content-wrapper .location h2 {
  display: block;
  margin: 0;
}
.content-wrapper .location span {
  display: block;
  background: url(img/wz.png) no-repeat left center;
  font-size: 1.2rem;
  line-height: 3.6rem;
  color: #fff;
  padding-left: 20px;
}
.content-wrapper .location a {
  color: #fff;
}
.content-wrapper .post-content-container {
  width: 100%;
}
.content-wrapper .post-content-container h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
.content-wrapper .post-content-container img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.content-wrapper .post-content-container .views {
  text-align: center;
  font-size: 1.2rem;
  line-height: 3rem;
  border: 1px solid rgb(233, 233, 233);
}
.content-wrapper .post-content-container .views .view-count {
  color: #ff0000;
}
.content-wrapper .post-content {
  width: 100%;
}
.content-wrapper .post-content p {
  font-size: 1.6rem;
  line-height: 2;
  color: #58595d;
  margin-bottom: 15px;
}
.content-wrapper .post-content img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.content-wrapper .news {
  margin-bottom: 20px;
}
.content-wrapper .news h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #234C80;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.content-wrapper .news a {
  color: #58595d;
  font-size: 1.2rem;
}
.content-wrapper .news a:hover {
  color: #234C80;
  text-decoration: underline;
}
.content-wrapper .news-list {
  padding-top: 10px;
  border-top: 1px dotted #e7e7e7;
}
.content-wrapper .news-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.content-wrapper .news-list li {
  width: auto;
  height: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e7e7e7;
}
.content-wrapper .news-list .news-content {
  display: flex;
  gap: 1rem;
}
.content-wrapper .news-img {
  width: 15rem;
  height: 10rem;
  flex-shrink: 0;
}
.content-wrapper .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .news-text {
  flex: 1 1 0;
  min-width: 0;
}
.content-wrapper .news-text h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.content-wrapper .news-text p {
  font-size: 1.2rem;
  color: #58595d;
  line-height: 2.4rem;
  margin-bottom: 5px;
}
.content-wrapper .news-text span {
  font-size: 1.2rem;
  color: #58595d;
}
.content-wrapper .notice {
  padding-top: 10px;
  border-top: 1px dotted #e7e7e7;
}
.content-wrapper .notice ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.content-wrapper .notice li {
  width: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  border-bottom: 1px dotted #e7e7e7;
}
.content-wrapper .notice h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.content-wrapper .notice p {
  font-size: 1.2rem;
  color: #58595d;
  line-height: 2.4rem;
  margin-bottom: 5px;
}
.content-wrapper .notice span {
  font-size: 1.2rem;
  color: #58595d;
}
.content-wrapper .cv {
  margin-bottom: 20px;
}
.content-wrapper .cv h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
  color: #234C80;
}
.content-wrapper .cv a {
  color: #58595d;
  font-size: 1.2rem;
}
.content-wrapper .cv a:hover {
  color: #234C80;
  text-decoration: underline;
}
.content-wrapper .cv-list {
  padding-top: 10px;
  border-top: 1px dotted #e7e7e7;
}
.content-wrapper .cv-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.content-wrapper .cv-list li {
  width: auto;
  min-height: 250px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #000;
}
.content-wrapper .cv-list .cv-content {
  display: flex;
  gap: 1.5rem;
}
.content-wrapper .cv-img {
  width: 20rem;
  height: 20rem;
  flex-shrink: 0;
}
.content-wrapper .cv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .cv-text {
  width: auto;
  flex: 1 1 0;
  padding-left: 0;
}
.content-wrapper .cv-text h4 {
  margin-bottom: 10px;
}
.content-wrapper .cv-text h4 a {
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
}
.content-wrapper .cv-text p {
  font-size: 1.4rem;
  color: #111111;
  line-height: 2rem;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.content-wrapper .cv-text span {
  font-size: 1.2rem;
  color: #58595d;
}
.content-wrapper .cv-text img {
  width: auto;
  vertical-align: middle;
  margin-bottom: 5px;
}
.content-wrapper .cv-text .lm {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-family: "Open Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", sans-serif;
  color: #234C80;
  cursor: pointer;
  display: inline;
  padding-bottom: 0.15rem;
  border-bottom: solid 0.08rem transparent;
}

.spotlight-news-list {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.spotlist-news {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Legacy spotlight styles removed - Swiper handles the spotlight slider now */
.spotlight-img img {
  width: 100%;
  display: block;
}

.cpc-cat {
  width: 80%;
  padding-top: 0;
}
.cpc-cat .content {
  padding: 0;
}
.cpc-cat .news {
  width: 100%;
  margin: 5% auto;
  padding: 15px;
}
.cpc-cat .events {
  width: 100%;
  padding-top: 0;
  margin: 0;
}
.cpc-cat .cpc-intro-content h3 {
  padding: 15px;
}
.cpc-cat .cpc-intro-content .intro-text {
  width: 100%;
  padding: 35px 5%;
  background: url(img/gy.jpg) repeat;
  font-size: 1.5rem;
  line-height: 3.2rem;
  color: #fff;
}
.cpc-cat .cpc-intro-content .intro-text a {
  width: 10rem;
  height: 3rem;
  background-color: #CB4042;
  font-size: 1.3rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
}

.pagination {
  text-align: center;
  display: block;
  margin: 5px auto 5px auto;
}
.pagination .current,
.pagination a {
  padding: 0 20px 0 20px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.alignwide {
  max-width: var(--wp--style--global--wide-size, 100%);
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.wp-block-image {
  margin: 0 0 1em;
  overflow: visible;
}

.wp-block-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.wp-block-image.aligncenter {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* Use a media query to add a break point at 1366px:
 for laptop
*/
@media screen and (max-width: 1366px) and (min-width: 1180px) {
  .head .top-content {
    width: 96%;
  }
  .main {
    width: 100%;
  }
  .main .news {
    width: 96%;
  }
  .main .notice-list li:last-of-type {
    display: none;
  }
  .main .intro-content {
    width: 96%;
  }
  .main .about {
    width: 96%;
  }
  .content-wrapper {
    width: 96%;
  }
  .foot .foot-content {
    width: 96%;
  }
}
/* use a media query to add a break point at 1180px:
 for screen < iphoneX
*/
@media screen and (max-width: 1180px) {
  .head .top {
    height: 60px;
  }
  .head .top-content {
    width: 100%;
    height: 60px;
  }
  .head .logo {
    display: none;
    margin: 15px 0 0 5px;
  }
  .head .logo img {
    width: 100px;
    height: 30px;
  }
  .head .nav {
    top: 60px;
    position: absolute;
    width: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    -webkit-transition: opacity 800ms, visibility 800ms;
    transition: opacity 800ms, visibility 800ms;
  }
  .head .nav > ul {
    display: block;
  }
  .head .nav li {
    background-color: #f9f9f9;
    width: 160px;
    padding: 0;
    line-height: 36px;
    height: 36px;
    display: block;
    position: relative;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }
  .head .nav a {
    font-size: 1.6rem;
    color: #58595d;
  }
  .head .nav .hover {
    background: #CB4042;
    color: #ffffff;
  }
  .head .sub-menu {
    width: 200px;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 100%;
    border-radius: 0 10px 10px 0;
    z-index: 101;
    display: none;
  }
  .head .sub-menu li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #eeeeee;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ffffff;
    display: block;
  }
  .head .sub-menu a {
    font-size: 1.4rem;
    padding-left: 10px;
    display: block;
  }
  .head .lang {
    display: none;
  }
  .head .search {
    display: none;
    width: 100%;
    margin-top: 10px;
    top: 60px;
    height: 36px;
    border: solid;
    border-color: #CB4042;
    position: absolute;
  }
  .head .search .search-input {
    width: 90%;
  }
  .head .home-icon {
    display: block;
    width: 10%;
    padding-left: 1vw;
    text-align: center;
  }
  .head .home-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 2.5rem;
    margin-right: 2vw;
  }
  .head .search-icon {
    display: block;
    width: calc(10% - 3vw);
    padding-right: 1vw;
    text-align: center;
  }
  .head .search-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.9rem;
    margin-right: 2vw;
  }
  .head .nav-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 60px;
    padding: 0 1vw;
    margin: 0;
    text-align: center;
  }
  .head .nav-title a {
    display: flex;
    align-items: center;
  }
  .head .nav-title h1 {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-size: 2rem;
    color: #ffffff;
    letter-spacing: 1vw;
  }
  .head .nav-title .nav-icon {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 2.5rem;
    margin-right: 2vw;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }
  .head .nav-title.hover {
    background: #CB4042;
  }
  .head .nav-title.hover .nav-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .slides-container {
    top: 60px;
    overflow: hidden;
    z-index: 9;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
  }
  .slides-container .center-btns_tabs {
    margin-left: 2%;
    text-align: left;
  }
  .slides-container .slide-title {
    right: 2%;
    bottom: 10%;
    padding: 0;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .main .news {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    flex-wrap: wrap;
  }
  .main .news .main-left {
    width: 100%;
    flex: 1 1 100%;
  }
  .main .news .main-left .news-list-content {
    width: 100%;
    padding-top: 1rem;
  }
  .main .news .main-left .news-list-content ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .main .news .main-left .news-list-content .news-content {
    min-height: 0;
  }
  .main .news .main-left .news-list-content .news-img {
    width: 100%;
  }
  .main .news .main-left .news-list-content .news-img img {
    height: auto;
  }
  .main .news .main-left .news-list-content .news-title {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
    margin-top: 0.2rem;
    word-wrap: normal;
  }
  .main .news .main-left .news-list-content .news-title span {
    display: none;
  }
  .main .news .main-left .news-list-content .news-excerpt {
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 0.1rem;
    color: #58595d;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main .news .main-left .news-list-content li p {
    padding: 0;
    margin: 0;
  }
  .main .news .main-left li {
    width: 100%;
  }
  .main .news .main-left li:nth-of-type(n+3) {
    display: none;
  }
  .main .news .main-right {
    width: 100%;
    flex: 1 1 100%;
    margin-top: 3%;
  }
  .main .news .main-right .notices-list li {
    display: flex;
    margin-bottom: 2%;
  }
  .main .news .main-right .notices-list li:nth-of-type(n+3) {
    display: none;
  }
  .main .intro-content {
    display: block;
    width: 96%;
  }
  .main .intro-content .intro-text {
    width: 100%;
  }
  .main .intro-content .intro-video {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 0;
    padding-bottom: 56%;
    flex-basis: content;
    margin-left: auto;
    margin-top: 2%;
  }
  .main .intro-content .intro-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
  }
  .main .about {
    width: 96%;
    padding-top: 5%;
  }
  .main .about .container {
    text-align: center;
    position: relative;
  }
  .main .about .container .spotlight-title {
    display: none;
  }
  .foot .foot-content {
    width: 100%;
    padding: 0 4% 0 4%;
  }
  .foot .foot-banner {
    margin-bottom: 0;
  }
  .foot .guestbook-area,
  .foot .friendly-link-area {
    width: 100%;
    text-align: center;
  }
  .foot .guestbook-area p,
  .foot .friendly-link-area p {
    font-size: 1rem;
  }
  .foot .guestbook-area span,
  .foot .friendly-link-area span {
    width: 100%;
    display: block;
    margin: auto;
  }
  .foot .friendly-link-area {
    margin-top: 5px;
  }
  .foot .friendly-link-area select {
    width: 100%;
    text-align: center;
  }
  .foot .friendly-link-area option {
    text-align: center;
  }
  .foot .foot-logo {
    display: none;
  }
  .foot .foot-nav-menu {
    display: none;
  }
  .foot .foot-copyright,
  .foot .foot-share {
    width: 100%;
    text-align: center;
  }
  .foot .phone {
    font-size: 1.6rem;
    color: #fff;
    display: block;
    padding: 5px 15px;
    vertical-align: 0.7rem;
  }
  .content-wrapper {
    margin-top: 60px;
    margin-bottom: auto;
    width: 100%;
    min-height: 100%;
    padding-top: 0;
  }
  .content-wrapper .location {
    padding-left: 10px;
    text-align: center;
  }
  .content-wrapper .location span {
    display: none;
  }
  .content-wrapper .content {
    min-height: 100%;
    padding: 0 2% 0 2%;
    flex: 1 1 100%;
  }
  .content-wrapper .content p {
    margin-left: 2%;
    margin-right: 2%;
    padding-right: 0;
    padding-left: 0;
  }
  .content-wrapper .news-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-wrapper .news-list .news-content {
    flex-direction: column;
  }
  .content-wrapper .news-img {
    width: 100%;
    height: auto;
  }
  .content-wrapper .notice ul {
    grid-template-columns: 1fr;
  }
  .content-wrapper .cv {
    width: 100%;
    margin: auto;
  }
  .content-wrapper .cv .cv-list ul {
    grid-template-columns: 1fr;
  }
  .content-wrapper .cv .cv-list li {
    width: 100%;
    max-height: 100%;
  }
  .content-wrapper .cv .cv-list .cv-content {
    flex-direction: column;
  }
  .content-wrapper .cv .cv-img {
    width: 10rem;
    height: 10rem;
  }
  .content-wrapper .cv .cv-text {
    width: calc(100% - 10rem);
  }
  .content-wrapper .cv .cv-text img {
    width: auto;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  .content-wrapper .cv .cv-text .lm {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    font-family: "Open Sans", "Noto Sans SC", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", sans-serif;
    color: #234C80;
    cursor: pointer;
    display: inline;
    padding-bottom: 0.15rem;
    border-bottom: solid 0.08rem transparent;
  }
  .news {
    width: 100%;
    margin: auto;
  }
  .news .news-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .news .news-list li {
    width: 100%;
    height: 100%;
  }
  .news-img {
    width: 100%;
    height: auto;
  }
  .news-text {
    width: 100%;
  }
  .post-content-container {
    width: 100%;
    margin: 0;
  }
  .cv {
    width: 100%;
    margin-left: auto;
  }
}
.leftbar {
  display: none;
}

.cpc-cat .news {
  padding: 0;
}
.cpc-cat .news h3 {
  padding-left: 15px;
  padding-top: 15px;
}

@media screen and (max-width: 600px) {
  .main .news .main-left .news-list-content ul {
    grid-template-columns: 1fr;
  }
  .main .news .main-left li {
    display: none;
  }
  .main .news .main-left li:first-of-type {
    display: block;
  }
}
/*------------------------------------*\    ALUMNI PAGE
\*------------------------------------*/
.alumni-page .alumni-container {
  margin: 0 auto;
  padding: 0 20px;
}
.alumni-page img {
  filter: saturate(0.6);
  transition: filter 0.3s ease;
}
.alumni-page img:hover {
  filter: saturate(1);
}
.alumni-page .alumni-hero-bg img,
.alumni-page .alumni-hero-bg img:hover {
  filter: none;
}
.alumni-page .alumni-contact-survey img,
.alumni-page .alumni-contact-survey img:hover {
  filter: none;
}
.alumni-page {
  /* Buttons */
}
.alumni-page .alumni-btn-primary {
  display: inline-block;
  padding: 14px 40px;
  background: #fff;
  color: #CB4042;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.alumni-page .alumni-btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
.alumni-page .alumni-btn-outline {
  display: inline-block;
  padding: 12px 32px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.3s;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
}
.alumni-page .alumni-btn-outline:hover {
  background: #fff;
  color: #CB4042;
}
.alumni-page .alumni-btn-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #234C80;
  font-size: 1.4rem;
  font-weight: bold;
  transition: color 0.3s;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.alumni-page .alumni-btn-text:hover {
  color: #234C80;
}
.alumni-page {
  /* Subnav Section */
}
.alumni-page .alumni-subnav {
  background: #fff;
  border-bottom: 1px solid #eee;
  margin-top: 90px;
}
.alumni-page .alumni-subnav .alumni-subnav-inner {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.alumni-page .alumni-subnav .alumni-subnav-brand {
  display: flex;
  align-items: center;
  height: 100%;
}
.alumni-page .alumni-subnav .alumni-subnav-brand img {
  width: 180px;
  height: auto;
  display: block;
}
.alumni-page .alumni-subnav .alumni-subnav-toggle {
  display: none;
  background: none;
  border: none;
  color: #2E3035;
  font-size: 2.4rem;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.alumni-page .alumni-subnav .alumni-subnav-links {
  display: flex;
  gap: 40px;
}
.alumni-page .alumni-subnav .alumni-subnav-links a {
  color: #2E3035;
  font-size: 1.5rem;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}
.alumni-page .alumni-subnav .alumni-subnav-links a:hover {
  color: #CB4042;
}
.alumni-page {
  /* Hero Section */
}
.alumni-page .alumni-hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 170px);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.alumni-page .alumni-hero .alumni-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.alumni-page .alumni-hero .alumni-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.alumni-page .alumni-hero .alumni-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 30, 60, 0.88) 0%, rgba(15, 30, 60, 0.5) 55%, transparent 100%);
  z-index: 2;
}
.alumni-page .alumni-hero .alumni-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.alumni-page .alumni-hero .alumni-hero-inner {
  margin: 0 auto;
  padding: 0 20px 0 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alumni-page .alumni-hero .alumni-hero-text {
  max-width: 43%;
}
.alumni-page .alumni-hero .alumni-hero-title {
  color: #fff;
  font-size: 121px;
  font-weight: 900;
  line-height: 116.1px;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  letter-spacing: -3px;
}
.alumni-page .alumni-hero .alumni-hero-subtitle {
  color: #CB4042;
  font-size: 121px;
  font-weight: 900;
  line-height: 116.1px;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: -3px;
}
.alumni-page .alumni-hero .alumni-hero-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 600;
  line-height: 24.51px;
  letter-spacing: 0px;
  border-left: 4px solid #CB4042;
  padding-left: 20px;
}
.alumni-page .alumni-hero .alumni-hero-desc p {
  margin-bottom: 10px;
}
.alumni-page .alumni-hero .alumni-hero-title--en {
  display: flex;
  flex-direction: column;
  white-space: normal;
  margin-bottom: 24px;
}
.alumni-page .alumni-hero .alumni-hero-line {
  display: block;
  font-size: 121px;
  font-weight: 900;
  line-height: 1.1;
}
.alumni-page .alumni-hero .alumni-hero-line.alumni-hero-line--white {
  color: #fff;
}
.alumni-page .alumni-hero .alumni-hero-line.alumni-hero-line--red {
  color: #CB4042;
}
.alumni-page .alumni-hero .alumni-hero-nav a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28.96px;
}
.alumni-page {
  /* Welcome Section */
}
.alumni-page .alumni-welcome {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.alumni-page .alumni-welcome .alumni-welcome-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.alumni-page .alumni-welcome .alumni-welcome-bg .alumni-welcome-bg-track {
  display: flex;
  width: 200%;
  height: 100%;
  animation: welcomeSlide 40s linear infinite;
}
.alumni-page .alumni-welcome .alumni-welcome-bg .alumni-welcome-bg-track img {
  width: 12.5%;
  height: 100%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.alumni-page .alumni-welcome .alumni-welcome-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  z-index: 2;
}
.alumni-page .alumni-welcome .alumni-welcome-content {
  position: relative;
  z-index: 3;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}
.alumni-page .alumni-welcome .alumni-welcome-inner {
  margin: 0 auto;
  padding: 100px 20px 100px 7%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.alumni-page .alumni-welcome .alumni-welcome-text {
  max-width: 43%;
}
.alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-label {
  font-size: 121px;
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 116.1px;
  white-space: nowrap;
}
.alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-title {
  font-size: 121px;
  font-weight: 900;
  color: #CB4042;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 24px;
  white-space: nowrap;
}
.alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 500;
  line-height: 26.06px;
  letter-spacing: 0px;
  border-left: 4px solid #CB4042;
  padding-left: 20px;
}
.alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-desc p {
  margin-bottom: 10px;
}
.alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-link {
  display: inline-block;
  align-self: flex-start;
  margin-top: 1.5rem;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #CB4042;
  padding-bottom: 0.4rem;
}
.alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-link:hover {
  text-decoration: underline;
}
.alumni-page .alumni-welcome .alumni-welcome-ticker {
  position: relative;
  z-index: 3;
  background: #234C80;
  padding: 18px 0;
  overflow: hidden;
}
.alumni-page .alumni-welcome .alumni-welcome-ticker .alumni-welcome-ticker-inner {
  display: flex;
  white-space: nowrap;
  animation: welcomeSlide 40s linear infinite;
  width: max-content;
}
.alumni-page .alumni-welcome .alumni-welcome-ticker .alumni-welcome-ticker-inner span {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0px;
  padding-right: 60px;
  line-height: 27.24px;
  font-weight: 600;
}
@keyframes welcomeSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.alumni-page {
  /* Sharing Section */
}
.alumni-page .alumni-sharing {
  padding: 100px 0;
  background: #fff;
}
.alumni-page .alumni-sharing .alumni-sharing-card {
  display: flex;
  max-width: 1280px;
  margin: 0 auto 82px;
}
.alumni-page .alumni-sharing .alumni-sharing-card:last-of-type {
  margin-bottom: 0;
}
.alumni-page .alumni-sharing .alumni-sharing-info {
  flex: 0 0 513px;
  height: 648px;
  padding: 55px 50px;
  background: #234C80;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.alumni-page .alumni-sharing .alumni-sharing-info .alumni-sharing-label {
  font-size: 72px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  line-height: 77px;
  letter-spacing: 2px;
}
.alumni-page .alumni-sharing .alumni-sharing-info h3 {
  font-size: 72px;
  font-weight: 900;
  margin-bottom: 24px;
  color: #CB4042;
  line-height: 77px;
  letter-spacing: 2px;
}
.alumni-page .alumni-sharing .alumni-sharing-info .alumni-sharing-excerpt {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 28px;
  opacity: 0.92;
  border-left: 4px solid #CB4042;
  padding-left: 20px;
  letter-spacing: 0px;
  font-weight: 500;
}
.alumni-page .alumni-sharing .alumni-sharing-info .alumni-sharing-link {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 4px;
  border-bottom: 2px solid #CB4042;
  transition: border-color 0.3s;
  align-self: flex-start;
  text-decoration: none;
}
.alumni-page .alumni-sharing .alumni-sharing-info .alumni-sharing-link:hover {
  border-color: #fff;
}
.alumni-page .alumni-sharing .alumni-sharing-info .alumni-sharing-link {
  line-height: 26px;
  letter-spacing: 0px;
}
.alumni-page .alumni-sharing .alumni-sharing-media {
  flex: 0 0 513px;
  height: 648px;
  padding: 12px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgb(46, 48, 53);
}
.alumni-page .alumni-sharing .alumni-sharing-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.alumni-page .alumni-sharing .alumni-sharing-quote-panel {
  flex: 0 0 355px;
  height: 450px;
  margin-left: -40px;
  align-self: flex-end;
  background: #CB4042;
  color: #fff;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  box-shadow: 18px 17px 0px rgb(0, 0, 0);
}
.alumni-page .alumni-sharing .alumni-sharing-quote-panel p {
  font-size: 20px;
  line-height: 28.96px;
  margin-bottom: 24px;
  letter-spacing: 0px;
  font-weight: 500;
}
.alumni-page .alumni-sharing .alumni-sharing-quote-panel .alumni-sharing-quote-author {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 20.27px;
  letter-spacing: 0px;
  font-weight: 400;
}
.alumni-page .alumni-sharing .alumni-sharing-cta,
.alumni-page .alumni-sharing .alumni-sharing-view-all {
  display: table;
  margin: 60px auto 0;
  border: 2px solid rgb(46, 48, 53);
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 23.17px;
  color: rgb(46, 48, 53);
  text-align: center;
  text-decoration: none;
}
.alumni-page .alumni-sharing .alumni-sharing-view-all {
  font-weight: 700;
  margin-top: 40px;
  line-height: 23.17px;
  letter-spacing: 0px;
  font-size: 16px;
}
.alumni-page {
  /* Gathering Section */
}
.alumni-page .alumni-gathering {
  padding: 100px 0;
  background: rgb(46, 48, 53);
}
.alumni-page .alumni-gathering .alumni-gathering-wrapper {
  max-width: 80%;
  margin: 0 auto;
}
.alumni-page .alumni-gathering .alumni-gathering-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.alumni-page .alumni-gathering .alumni-gathering-header .alumni-btn-outline {
  background: #fff;
  color: #CB4042;
  border-color: #fff;
}
.alumni-page .alumni-gathering .alumni-gathering-header .alumni-btn-outline:hover {
  background: transparent;
  color: #fff;
}
.alumni-page .alumni-gathering .alumni-gathering-title .alumni-gathering-label {
  font-size: 72px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0;
  line-height: 77px;
  letter-spacing: 2px;
}
.alumni-page .alumni-gathering .alumni-gathering-title h2 {
  font-size: 72px;
  font-weight: 900;
  color: #CB4042;
  line-height: 77px;
  letter-spacing: 2px;
}
.alumni-page .alumni-gathering .alumni-gathering-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 280px) 280px;
  gap: 18px;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:hover img {
  transform: scale(1.08);
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item .alumni-gathering-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px 18px 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(4) {
  grid-column: 3/span 2;
  grid-row: 2;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(5) {
  grid-column: 5;
  grid-row: 1/span 2;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(6) {
  grid-column: 1;
  grid-row: 3;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(8) {
  grid-column: 3;
  grid-row: 3;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(9) {
  grid-column: 4;
  grid-row: 3;
}
.alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(10) {
  grid-column: 5;
  grid-row: 3;
}
.alumni-page .alumni-gathering .alumni-gathering-view-all-mobile {
  display: none;
}
.alumni-page {
  /* Stories Section */
}
.alumni-page .alumni-stories {
  padding: 0;
  background: #fff;
}
.alumni-page .alumni-stories .alumni-stories-header {
  display: flex;
  align-items: center;
  background: #CB4042;
  padding: 9rem 8rem 5.4rem 8rem;
}
.alumni-page .alumni-stories .alumni-stories-title {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex-shrink: 0;
}
.alumni-page .alumni-stories .alumni-stories-title .alumni-stories-label {
  font-size: 72px;
  color: #fff;
  font-weight: 900;
  line-height: 77px;
  letter-spacing: 2px;
}
.alumni-page .alumni-stories .alumni-stories-title h2 {
  font-size: 72px;
  font-weight: 900;
  color: #fff;
  line-height: 77px;
  letter-spacing: 2px;
}
.alumni-page .alumni-stories .alumni-stories-desc {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 28.96px;
  max-width: 450px;
  padding-left: 2rem;
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  margin-left: 2rem;
  margin-right: auto;
  letter-spacing: 0px;
}
.alumni-page .alumni-stories .alumni-stories-btn {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  border: 2px solid rgb(255, 255, 255);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.alumni-page .alumni-stories .alumni-stories-btn:hover {
  background: #fff;
  color: #CB4042;
}
.alumni-page .alumni-stories .alumni-stories-btn {
  line-height: 20px;
  letter-spacing: 1px;
}
.alumni-page .alumni-stories .alumni-stories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 420px);
  gap: 0;
}
.alumni-page .alumni-stories .alumni-stories-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.alumni-page .alumni-stories .alumni-stories-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.alumni-page .alumni-stories .alumni-stories-item:hover img {
  transform: scale(1.05);
}
.alumni-page .alumni-stories .alumni-stories-item .alumni-stories-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5rem 2.4rem 2.4rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
  text-transform: uppercase;
}
.alumni-page .alumni-stories .alumni-stories-item .alumni-stories-caption h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.4rem;
}
.alumni-page .alumni-stories .alumni-stories-item .alumni-stories-caption span {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.85;
}
.alumni-page .alumni-stories .alumni-stories-item--quote {
  background: #234C80;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}
.alumni-page .alumni-stories .alumni-stories-item--quote .alumni-stories-quote-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
.alumni-page .alumni-stories .alumni-stories-item--quote .alumni-stories-quote-author {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3rem;
  opacity: 0.9;
  line-height: 26px;
  letter-spacing: 0px;
}
.alumni-page .alumni-stories .alumni-stories-item--quote .alumni-stories-quote-link {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  align-self: flex-start;
  border-bottom: 2px solid #CB4042;
  padding-bottom: 0.4rem;
}
.alumni-page .alumni-stories .alumni-stories-item--quote .alumni-stories-quote-link:hover {
  text-decoration: underline;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(1) {
  grid-column: 1/span 2;
  grid-row: 1;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(5) {
  grid-column: 2/span 2;
  grid-row: 2;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(6) {
  grid-column: 4;
  grid-row: 2;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(1) .alumni-stories-caption h4,
.alumni-page .alumni-stories .alumni-stories-item:nth-child(5) .alumni-stories-caption h4 {
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -3px;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(1) .alumni-stories-caption span,
.alumni-page .alumni-stories .alumni-stories-item:nth-child(5) .alumni-stories-caption span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 27.24px;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(2) .alumni-stories-caption h4,
.alumni-page .alumni-stories .alumni-stories-item:nth-child(3) .alumni-stories-caption h4,
.alumni-page .alumni-stories .alumni-stories-item:nth-child(4) .alumni-stories-caption h4,
.alumni-page .alumni-stories .alumni-stories-item:nth-child(6) .alumni-stories-caption h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: -3px;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(2) .alumni-stories-caption span,
.alumni-page .alumni-stories .alumni-stories-item:nth-child(3) .alumni-stories-caption span,
.alumni-page .alumni-stories .alumni-stories-item:nth-child(4) .alumni-stories-caption span,
.alumni-page .alumni-stories .alumni-stories-item:nth-child(6) .alumni-stories-caption span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 27.24px;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(3) .alumni-stories-quote-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: -1px;
}
.alumni-page .alumni-stories .alumni-stories-item:nth-child(7) {
  display: none;
}
.alumni-page .alumni-stories .alumni-stories-btn-mobile {
  display: none;
}
.alumni-page {
  /* Activities Section */
}
.alumni-page .alumni-activities {
  padding: 100px 0;
  background: #fff;
  overflow-x: hidden;
}
.alumni-page .alumni-activities .alumni-activities-wrapper {
  max-width: 80%;
  margin: 0 auto;
}
.alumni-page .alumni-activities .alumni-activities-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 4px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 9rem;
}
.alumni-page .alumni-activities .alumni-activities-title .alumni-activities-label {
  font-size: 72px;
  font-weight: 900;
  color: #2E3035;
  line-height: 77px;
  letter-spacing: 2px;
}
.alumni-page .alumni-activities .alumni-activities-title h2 {
  font-size: 72px;
  font-weight: 900;
  color: #2E3035;
  line-height: 77px;
  letter-spacing: 2px;
}
.alumni-page .alumni-activities .alumni-btn-text {
  color: #CB4042;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 1rem;
}
.alumni-page .alumni-activities .alumni-btn-text:hover {
  text-decoration: underline;
}
.alumni-page .alumni-activities .alumni-activities-list {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 9rem;
}
.alumni-page .alumni-activities .alumni-activities-list::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: 2px;
  background: #000;
}
.alumni-page .alumni-activities .alumni-activity-item {
  display: flex;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: -2px;
  background: #fff;
  min-height: 227px;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.alumni-page .alumni-activities .alumni-activity-item:first-child {
  margin-top: 0;
}
.alumni-page .alumni-activities .alumni-activity-item:hover {
  background: #CB4042;
  border-color: rgba(255, 255, 255, 0.4);
}
.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-date {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-date .alumni-activity-date-text {
  color: #fff;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 900;
  font-size: 36px;
}
.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-date .alumni-activity-meta {
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 12px;
}
.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-info {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-info h4 a {
  color: #fff;
}
.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-info h4 a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-info p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 14px;
}
.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-image::after {
  opacity: 1;
}
.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-image .alumni-activity-cta {
  opacity: 1;
  visibility: visible;
  line-height: 20.27px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 14px;
}
.alumni-page .alumni-activities .alumni-activity-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 240px;
  flex-shrink: 0;
  padding: 3rem 2rem;
  border-right: 2px solid #000;
}
.alumni-page .alumni-activities .alumni-activity-date .alumni-activity-date-text {
  font-size: 36px;
  font-weight: 900;
  color: #234C80;
  line-height: 20px;
  white-space: nowrap;
  letter-spacing: 0px;
}
.alumni-page .alumni-activities .alumni-activity-date .alumni-activity-meta {
  font-size: 12px;
  color: #58595d;
  margin-top: 1rem;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
}
.alumni-page .alumni-activities .alumni-activity-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  min-width: 0;
  border-right: 2px solid #000;
  transition: border-color 0.3s ease;
}
.alumni-page .alumni-activities .alumni-activity-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 25px;
}
.alumni-page .alumni-activities .alumni-activity-info h4 a {
  color: #2E3035;
  text-decoration: none;
  transition: color 0.3s;
}
.alumni-page .alumni-activities .alumni-activity-info h4 a:hover {
  color: #234C80;
}
.alumni-page .alumni-activities .alumni-activity-info h4 {
  letter-spacing: 0px;
}
.alumni-page .alumni-activities .alumni-activity-info p {
  font-size: 14px;
  color: #58595d;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: 500;
}
.alumni-page .alumni-activities .alumni-activity-image {
  width: 320px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  max-height: 227px;
}
.alumni-page .alumni-activities .alumni-activity-image > a:first-child {
  display: block;
  width: 100%;
  height: 100%;
}
.alumni-page .alumni-activities .alumni-activity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.alumni-page .alumni-activities .alumni-activity-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(192, 57, 43, 0.55);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.alumni-page .alumni-activities .alumni-activity-image .alumni-activity-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #234C80;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.alumni-page .alumni-activities .alumni-activity-image .alumni-activity-cta:hover {
  text-decoration: underline;
}
.alumni-page .alumni-activities .alumni-activity-image .alumni-activity-cta {
  line-height: 20.27px;
  letter-spacing: 0px;
}
.alumni-page .alumni-activities .alumni-activities-btn-mobile {
  display: none;
}
.alumni-page {
  /* Newsletter Section */
}
.alumni-page .alumni-newsletter {
  padding: 150px 0 100px;
  background: #fff;
}
.alumni-page .alumni-newsletter .alumni-newsletter-wrapper {
  max-width: 80%;
  margin: 0 auto;
}
.alumni-page .alumni-newsletter .alumni-newsletter-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 100px;
  align-items: start;
}
.alumni-page .alumni-newsletter .alumni-newsletter-intro {
  min-width: 0;
}
.alumni-page .alumni-newsletter .alumni-newsletter-intro .alumni-newsletter-label {
  display: inline-block;
  background: #234C80;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0.4rem 1rem;
  margin-bottom: 1.5rem;
  line-height: 20.27px;
  letter-spacing: 3.5px;
}
.alumni-page .alumni-newsletter .alumni-newsletter-intro .alumni-newsletter-title {
  font-size: 80px;
  font-weight: 900;
  color: #2E3035;
  line-height: 75px;
  margin-bottom: 2rem;
  word-break: break-word;
  overflow-wrap: break-word;
  letter-spacing: -2px;
}
.alumni-page .alumni-newsletter .alumni-newsletter-intro .alumni-newsletter-desc {
  font-size: 14px;
  line-height: 20.27px;
  color: #58595d;
  margin-bottom: 2.5rem;
  border-left: 2px solid #CB4042;
  padding-left: 1.5rem;
  letter-spacing: 0px;
  font-weight: 400;
}
.alumni-page .alumni-newsletter .alumni-newsletter-intro .alumni-newsletter-link {
  color: #234C80;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.alumni-page .alumni-newsletter .alumni-newsletter-intro .alumni-newsletter-link:hover {
  text-decoration: underline;
}
.alumni-page .alumni-newsletter .alumni-newsletter-covers {
  display: grid;
  grid-template-columns: 393px 393px;
  gap: 40px;
  align-items: start;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card:nth-child(even) {
  margin-top: 9.6rem;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card .alumni-newsletter-cover {
  display: block;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card .alumni-newsletter-cover img {
  width: 100%;
  aspect-ratio: 393/526;
  object-fit: cover;
  display: block;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.alumni-page .alumni-newsletter .alumni-newsletter-card .alumni-newsletter-tag-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card .alumni-newsletter-tag-wrap .alumni-newsletter-tag {
  display: inline-block;
  color: #CB4042;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 20.27px;
  letter-spacing: 0px;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card .alumni-newsletter-tag-wrap .alumni-newsletter-tag-line {
  flex: 1;
  height: 2px;
  background: #234C80;
  min-width: 20px;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card h4 {
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  margin-bottom: 0.8rem;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card h4 a {
  color: #2E3035;
  text-decoration: none;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card h4 a:hover {
  color: #234C80;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card h4 {
  letter-spacing: 0px;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card p {
  font-size: 12px;
  color: #58595d;
  line-height: 15px;
  margin-bottom: 1rem;
  letter-spacing: 0px;
  font-weight: 400;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card .alumni-newsletter-readmore {
  color: #234C80;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #CB4042;
  padding-bottom: 0.3rem;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card .alumni-newsletter-readmore:hover {
  text-decoration: underline;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card .alumni-newsletter-readmore {
  line-height: 26px;
  letter-spacing: 0px;
}
.alumni-page .alumni-newsletter .alumni-newsletter-card--placeholder .alumni-newsletter-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 393/526;
  background: #f5f5f5;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.alumni-page .alumni-newsletter .alumni-newsletter-card--placeholder .alumni-newsletter-coming {
  font-size: 16px;
  color: #58595d;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.79px;
}
.alumni-page {
  /* Admissions Section */
}
.alumni-page .alumni-admissions {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #234C80;
}
.alumni-page .alumni-admissions .alumni-admissions-grid {
  display: grid;
  grid-template-columns: 640fr 427fr 427fr 427fr;
  grid-auto-rows: auto;
  gap: 2px;
  background: rgb(46, 48, 53);
}
.alumni-page .alumni-admissions .alumni-admissions-text {
  grid-column: 1/2;
  grid-row: 1/3;
  background: #234C80;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.alumni-page .alumni-admissions .alumni-admissions-text .alumni-admissions-title-group {
  margin-bottom: 3rem;
}
.alumni-page .alumni-admissions .alumni-admissions-text .alumni-admissions-label {
  font-size: 65px;
  color: #fff;
  font-weight: 900;
  line-height: 73px;
  letter-spacing: -4px;
}
.alumni-page .alumni-admissions .alumni-admissions-text h2 {
  font-size: 65px;
  font-weight: 900;
  color: #CB4042;
  line-height: 73px;
  letter-spacing: -4px;
}
.alumni-page .alumni-admissions .alumni-admissions-text p {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  line-height: 30px;
  letter-spacing: 0px;
}
.alumni-page .alumni-admissions .alumni-admissions-text .alumni-admissions-link {
  display: inline-block;
  align-self: flex-start;
  margin-top: 1.5rem;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #CB4042;
  padding-bottom: 0.4rem;
}
.alumni-page .alumni-admissions .alumni-admissions-text .alumni-admissions-link:hover {
  text-decoration: underline;
}
.alumni-page .alumni-admissions .alumni-admissions-item {
  position: relative;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
}
.alumni-page .alumni-admissions .alumni-admissions-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.alumni-page .alumni-admissions .alumni-admissions-item .alumni-admissions-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 12px 30px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.79px;
  letter-spacing: 0px;
}
.alumni-page .alumni-admissions .alumni-admissions-item {
  /* Photo layout sequence: 1x1, 2x1, 2x1, 1x1, 2x2, 1x1, 2x1, 2x1, 1x1 */
  /* 1x1 = 427x334, 2x1 = 854x334 (2x width, same height), 2x2 = 640x582 */
  /* nth-child(1) is the text panel, photos start at nth-child(2) */
}
.alumni-page .alumni-admissions .alumni-admissions-item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  aspect-ratio: 427/334;
}
.alumni-page .alumni-admissions .alumni-admissions-item:nth-child(3) {
  grid-column: 3/5;
  grid-row: 1/2;
  aspect-ratio: 856/334;
}
.alumni-page .alumni-admissions .alumni-admissions-item:nth-child(4) {
  grid-column: 2/4;
  grid-row: 2/3;
  aspect-ratio: 856/334;
}
.alumni-page .alumni-admissions .alumni-admissions-item:nth-child(5) {
  grid-column: 4/5;
  grid-row: 2/3;
  aspect-ratio: 427/334;
}
.alumni-page .alumni-admissions .alumni-admissions-item:nth-child(6) {
  grid-column: 1/2;
  grid-row: 3/5;
  aspect-ratio: 640/582;
}
.alumni-page .alumni-admissions .alumni-admissions-item:nth-child(7) {
  grid-column: 2/3;
  grid-row: 3/4;
  aspect-ratio: 427/290;
}
.alumni-page .alumni-admissions .alumni-admissions-item:nth-child(8) {
  grid-column: 3/5;
  grid-row: 3/4;
  aspect-ratio: 856/290;
}
.alumni-page .alumni-admissions .alumni-admissions-item:nth-child(9) {
  grid-column: 2/4;
  grid-row: 4/5;
  aspect-ratio: 856/290;
}
.alumni-page .alumni-admissions .alumni-admissions-item:nth-child(10) {
  grid-column: 4/5;
  grid-row: 4/5;
  aspect-ratio: 427/290;
}
@media screen and (min-width: 1181px) {
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(n+6) {
    display: none;
  }
}
.alumni-page .alumni-admissions .alumni-admissions-ticker {
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  padding: 18px 0;
  overflow: hidden;
}
.alumni-page .alumni-admissions .alumni-admissions-ticker-inner {
  display: flex;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
  width: max-content;
}
.alumni-page .alumni-admissions .alumni-admissions-ticker-inner span {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0px;
  padding-right: 60px;
  line-height: 27.24px;
  font-weight: 600;
}
.alumni-page {
  /* Admissions Section – laptop layout: text on top to avoid image overstretch */
}
@media screen and (max-width: 1440px) and (min-width: 1181px) {
  .alumni-page .alumni-admissions .alumni-admissions-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    grid-auto-rows: auto;
  }
  .alumni-page .alumni-admissions .alumni-admissions-text {
    grid-column: 1/-1;
    grid-row: 1;
    padding: 50px 40px;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(2) {
    grid-column: 1/span 1;
    grid-row: 2;
    aspect-ratio: 427/334;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(3) {
    grid-column: 2/span 2;
    grid-row: 2;
    aspect-ratio: 856/334;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(4) {
    grid-column: 1/span 2;
    grid-row: 3;
    aspect-ratio: 856/334;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(5) {
    grid-column: 3/span 1;
    grid-row: 3;
    aspect-ratio: 427/334;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(n+6) {
    display: none;
  }
}
.alumni-page {
  /* CTA Section */
}
.alumni-page .alumni-cta {
  position: relative;
  height: 627px;
  background: #CB4042;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alumni-page .alumni-cta .alumni-cta-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 160px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: 0px;
  line-height: 217.89px;
}
.alumni-page .alumni-cta .alumni-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
}
.alumni-page .alumni-cta h2 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 64px;
  letter-spacing: -4px;
}
.alumni-page .alumni-cta p {
  width: 676px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  line-height: 28.96px;
  letter-spacing: 0px;
}
.alumni-page {
  /* Contact Section */
}
.alumni-page .alumni-contact {
  padding: 80px 0 100px;
  background: rgb(46, 48, 53);
}
.alumni-page .alumni-contact .alumni-contact-grid {
  width: 80%;
  margin: 0 auto;
}
.alumni-page .alumni-contact .alumni-contact-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 60px;
}
.alumni-page .alumni-contact .alumni-contact-details {
  justify-self: end;
  text-align: left;
}
.alumni-page .alumni-contact .alumni-contact-survey {
  justify-self: start;
  text-align: left;
}
.alumni-page .alumni-contact .alumni-contact-details .alumni-contact-item {
  margin-bottom: 24px;
}
.alumni-page .alumni-contact .alumni-contact-details .alumni-contact-item:last-child {
  margin-bottom: 0;
}
.alumni-page .alumni-contact .alumni-contact-details .alumni-contact-item .alumni-contact-item-label {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  line-height: 28.96px;
  letter-spacing: 0px;
}
.alumni-page .alumni-contact .alumni-contact-details .alumni-contact-item p,
.alumni-page .alumni-contact .alumni-contact-details .alumni-contact-item a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 24.51px;
  letter-spacing: 0px;
  text-decoration: none;
}
.alumni-page .alumni-contact .alumni-contact-details .alumni-contact-item a:hover {
  color: #CB4042;
}
.alumni-page .alumni-contact .alumni-contact-divider {
  width: 1px;
  height: 120px;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}
.alumni-page .alumni-contact .alumni-contact-survey h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 28.96px;
  letter-spacing: 0px;
}
.alumni-page .alumni-contact .alumni-contact-survey img {
  max-width: 128px;
  width: 100%;
  height: auto;
  display: block;
}

/* Keyframes */
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* English locale overrides from design draft */
html:lang(en) .alumni-page.alumni-page .alumni-hero-title,
html:lang(en) .alumni-page.alumni-page .alumni-hero-line {
  font-size: 121px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 116.1px;
}
html:lang(en) .alumni-page.alumni-page .alumni-hero-subtitle {
  font-size: 121px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 116.1px;
}
html:lang(en) .alumni-page.alumni-page .alumni-hero-desc p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 24.51px;
  text-align: justify;
}
html:lang(en) .alumni-page.alumni-page .alumni-hero-nav a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 28.96px;
}
html:lang(en) .alumni-page.alumni-page .alumni-welcome-title {
  font-size: 121px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 116.1px;
}
html:lang(en) .alumni-page.alumni-page .alumni-welcome-desc p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 24.51px;
}
html:lang(en) .alumni-page.alumni-page .alumni-welcome-ticker-inner span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 27.24px;
}
html:lang(en) .alumni-page.alumni-page .alumni-sharing-label {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 69px;
}
html:lang(en) .alumni-page.alumni-page .alumni-sharing-info h3 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 69px;
}
html:lang(en) .alumni-page.alumni-page .alumni-sharing-desc p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 26px;
}
html:lang(en) .alumni-page.alumni-page .alumni-sharing-quote-text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 27.24px;
}
html:lang(en) .alumni-page.alumni-page .alumni-sharing-quote-author {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 16.34px;
}
html:lang(en) .alumni-page.alumni-page .alumni-sharing-cta, html:lang(en) .alumni-page.alumni-page .alumni-sharing-view-all {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 21.79px;
}
html:lang(en) .alumni-page.alumni-page .alumni-gathering-label {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 69px;
}
html:lang(en) .alumni-page.alumni-page .alumni-gathering-title h2 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 69px;
}
html:lang(en) .alumni-page.alumni-page .alumni-gathering-caption {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 20px;
}
html:lang(en) .alumni-page.alumni-page .alumni-stories-label {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 69px;
}
html:lang(en) .alumni-page.alumni-page .alumni-stories-title h2 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 69px;
}
html:lang(en) .alumni-page.alumni-page .alumni-stories-desc {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 27.24px;
}
html:lang(en) .alumni-page.alumni-page .alumni-stories-btn, html:lang(en) .alumni-page.alumni-page .alumni-stories-btn-mobile {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 20px;
}
html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption h4, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption h4, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption h4, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(6) .alumni-stories-caption h4 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 45px;
}
html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption span, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption span, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption span, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(6) .alumni-stories-caption span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 32.68px;
}
html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(1) .alumni-stories-caption h4 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 60px;
}
html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(5) .alumni-stories-caption h4 {
  font-weight: 700;
}
html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(1) .alumni-stories-caption span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 32.68px;
}
html:lang(en) .alumni-page.alumni-page .alumni-activities-label {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 69px;
}
html:lang(en) .alumni-page.alumni-page .alumni-activities-title h2 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 69px;
}
html:lang(en) .alumni-page.alumni-page .alumni-activity-date-text {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 20px;
}
html:lang(en) .alumni-page.alumni-page .alumni-activity-meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 20px;
}
html:lang(en) .alumni-page.alumni-page .alumni-activity-info p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 25px;
}
html:lang(en) .alumni-page.alumni-page .alumni-activity-cta {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 19.07px;
}
html:lang(en) .alumni-page.alumni-page .alumni-newsletter-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 19.07px;
}
html:lang(en) .alumni-page.alumni-page .alumni-newsletter-title {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 75px;
}
html:lang(en) .alumni-page.alumni-page .alumni-newsletter-desc {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 19.07px;
  text-align: justify;
}
html:lang(en) .alumni-page.alumni-page .alumni-newsletter-tag {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 19.07px;
}
html:lang(en) .alumni-page.alumni-page .alumni-newsletter-card h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 18px;
}
html:lang(en) .alumni-page.alumni-page .alumni-admissions-label {
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 73px;
}
html:lang(en) .alumni-page.alumni-page .alumni-admissions-text h2 {
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 73px;
}
html:lang(en) .alumni-page.alumni-page .alumni-admissions-text p {
  text-align: justify;
}
html:lang(en) .alumni-page.alumni-page .alumni-admissions-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 21.79px;
}
html:lang(en) .alumni-page.alumni-page .alumni-cta h2 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 64px;
}
html:lang(en) .alumni-page.alumni-page .alumni-cta p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 27.24px;
}
html:lang(en) .alumni-page.alumni-page .alumni-contact-label {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 66px;
}
html:lang(en) .alumni-page.alumni-page .alumni-contact-header h2 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 66px;
}
html:lang(en) .alumni-page.alumni-page .alumni-contact-item-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 27.24px;
}
html:lang(en) .alumni-page.alumni-page .alumni-contact-survey h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 27.24px;
  text-transform: uppercase;
}
html:lang(en) .alumni-page.alumni-page .alumni-hero-title,
html:lang(en) .alumni-page.alumni-page .alumni-hero-subtitle,
html:lang(en) .alumni-page.alumni-page .alumni-welcome-label,
html:lang(en) .alumni-page.alumni-page .alumni-welcome-title,
html:lang(en) .alumni-page.alumni-page .alumni-sharing-label,
html:lang(en) .alumni-page.alumni-page .alumni-sharing-info h3,
html:lang(en) .alumni-page.alumni-page .alumni-gathering-label,
html:lang(en) .alumni-page.alumni-page .alumni-gathering-title h2,
html:lang(en) .alumni-page.alumni-page .alumni-gathering-caption,
html:lang(en) .alumni-page.alumni-page .alumni-stories-label,
html:lang(en) .alumni-page.alumni-page .alumni-stories-title h2,
html:lang(en) .alumni-page.alumni-page .alumni-activities-label,
html:lang(en) .alumni-page.alumni-page .alumni-activities-title h2,
html:lang(en) .alumni-page.alumni-page .alumni-activity-info h4,
html:lang(en) .alumni-page.alumni-page .alumni-newsletter-label,
html:lang(en) .alumni-page.alumni-page .alumni-newsletter-title,
html:lang(en) .alumni-page.alumni-page .alumni-newsletter-tag,
html:lang(en) .alumni-page.alumni-page .alumni-newsletter-card h4,
html:lang(en) .alumni-page.alumni-page .alumni-admissions-label,
html:lang(en) .alumni-page.alumni-page .alumni-admissions-text h2,
html:lang(en) .alumni-page.alumni-page .alumni-admissions-name,
html:lang(en) .alumni-page.alumni-page .alumni-cta h2 {
  text-transform: uppercase;
}

/* Alumni Page Responsive */
@media screen and (max-width: 1180px) {
  .alumni-page .alumni-subnav {
    margin-top: 60px;
  }
  .alumni-page .alumni-hero {
    min-height: auto;
    align-items: flex-start;
  }
  .alumni-page .alumni-hero .alumni-hero-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .alumni-page .alumni-hero .alumni-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .alumni-page .alumni-hero .alumni-hero-title {
    font-size: 80px;
    line-height: 88px;
  }
  .alumni-page .alumni-hero .alumni-hero-subtitle {
    font-size: 80px;
    line-height: 88px;
  }
  .alumni-page .alumni-hero .alumni-hero-line {
    font-size: 60px;
    line-height: 58px;
  }
  .alumni-page .alumni-hero .alumni-hero-text {
    max-width: 90%;
    margin-left: 0;
  }
  .alumni-page .alumni-hero .alumni-hero-nav {
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
    gap: 16px 24px;
  }
  .alumni-page .alumni-welcome {
    justify-content: flex-start;
  }
  .alumni-page .alumni-welcome .alumni-welcome-content {
    align-items: flex-start;
  }
  .alumni-page .alumni-welcome .alumni-welcome-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 80px 20px 100px 7%;
  }
  .alumni-page .alumni-welcome .alumni-welcome-text {
    max-width: 90%;
  }
  .alumni-page .alumni-welcome .alumni-welcome-bg .alumni-welcome-bg-track {
    width: 400%;
  }
  .alumni-page .alumni-welcome .alumni-welcome-bg .alumni-welcome-bg-track img {
    width: 12.5%;
  }
  .alumni-page .alumni-sharing .alumni-container {
    display: flex;
    flex-wrap: wrap;
  }
  .alumni-page .alumni-sharing .alumni-sharing-card {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
  }
  .alumni-page .alumni-sharing .alumni-sharing-card:nth-of-type(2) {
    display: none;
  }
  .alumni-page .alumni-sharing .alumni-sharing-info,
  .alumni-page .alumni-sharing .alumni-sharing-media {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
  }
  .alumni-page .alumni-sharing .alumni-sharing-quote-panel {
    flex: 0 0 auto;
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-top: -60px;
    align-self: flex-end;
    position: relative;
    z-index: 2;
    box-shadow: 18px 17px 0px rgb(0, 0, 0);
  }
  .alumni-page .alumni-sharing .alumni-sharing-cta,
  .alumni-page .alumni-sharing .alumni-sharing-view-all {
    display: inline-flex;
    margin: 50px 0 0;
    width: auto;
  }
  .alumni-page .alumni-sharing .alumni-sharing-cta {
    order: 1;
    margin-left: auto;
  }
  .alumni-page .alumni-sharing .alumni-sharing-view-all {
    order: 2;
    margin-left: 40px;
    margin-right: auto;
  }
  .alumni-page .alumni-gathering .alumni-gathering-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px) 200px;
    gap: 12px;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(1) {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(3) {
    grid-column: 4;
    grid-row: 1;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(4) {
    grid-column: 3/span 2;
    grid-row: 2;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(7) {
    grid-column: 3;
    grid-row: 3;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(8) {
    grid-column: 4;
    grid-row: 3;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(n+9) {
    display: none;
  }
  .alumni-page .alumni-stories .alumni-stories-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(6),
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(7) {
    display: none;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(1) .alumni-stories-caption h4 {
    font-size: 40px;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(1) .alumni-stories-caption span {
    font-size: 16px;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(2) .alumni-stories-caption h4,
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(4) .alumni-stories-caption h4,
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(5) .alumni-stories-caption h4 {
    font-size: 24px;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(2) .alumni-stories-caption span,
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(4) .alumni-stories-caption span,
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(5) .alumni-stories-caption span {
    font-size: 14px;
  }
  .alumni-page .alumni-activities .alumni-activities-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .alumni-page .alumni-activities .alumni-activity-item {
    padding: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
  }
  .alumni-page .alumni-activities .alumni-activity-date {
    width: 200px;
    padding: 2rem 1rem;
    border-right: 1px solid #ccc;
    align-items: flex-start;
  }
  .alumni-page .alumni-activities .alumni-activity-date .alumni-activity-date-text {
    font-size: 28px;
  }
  .alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-date .alumni-activity-date-text {
    font-size: 28px;
  }
  .alumni-page .alumni-activities .alumni-activity-info {
    padding: 2rem;
    border-right: 1px solid #ccc;
  }
  .alumni-page .alumni-activities .alumni-activity-info h4 {
    font-size: 22px;
  }
  .alumni-page .alumni-activities .alumni-activity-info p {
    font-size: 16px;
  }
  .alumni-page .alumni-activities .alumni-activity-image {
    width: 220px;
  }
  .alumni-page html:lang(en) .alumni-page.alumni-page .alumni-activities .alumni-activity-date .alumni-activity-date-text {
    font-size: 28px;
  }
  .alumni-page html:lang(en) .alumni-page.alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-date .alumni-activity-date-text {
    font-size: 28px;
  }
  .alumni-page .alumni-newsletter {
    padding-top: 40px;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-covers {
    justify-content: space-between;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-card:nth-child(even) {
    margin-top: 0;
  }
  .alumni-page .alumni-admissions .alumni-admissions-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto repeat(4, 240px);
  }
  .alumni-page .alumni-admissions .alumni-admissions-text {
    grid-column: 1/-1;
    grid-row: 1;
    padding: 40px;
    text-align: left;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item {
    aspect-ratio: auto !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(2) {
    grid-column: 1/span 1 !important;
    grid-row: 2 !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(3) {
    grid-column: 2/span 2 !important;
    grid-row: 2 !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(4) {
    grid-column: 1/span 2 !important;
    grid-row: 3 !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(5) {
    grid-column: 3/span 1 !important;
    grid-row: 3 !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(6) {
    grid-column: 1/span 1 !important;
    grid-row: 4 !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(7) {
    grid-column: 2/span 2 !important;
    grid-row: 4 !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(8) {
    grid-column: 1/span 2 !important;
    grid-row: 5 !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(9) {
    grid-column: 3/span 1 !important;
    grid-row: 5 !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(10) {
    display: none;
  }
  .alumni-page .alumni-contact .alumni-contact-grid {
    width: auto;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .alumni-page .alumni-contact .alumni-contact-body {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 60px;
  }
  .alumni-page .alumni-contact .alumni-contact-details {
    justify-self: end;
    text-align: left;
  }
  .alumni-page .alumni-contact .alumni-contact-survey {
    justify-self: start;
    text-align: left;
  }
  .alumni-page .alumni-stories .alumni-stories-header {
    padding: 18px 40px;
  }
  .alumni-page .alumni-cta .alumni-cta-watermark {
    font-size: 120px;
    line-height: 120px;
  }
  .alumni-page .alumni-cta .alumni-container {
    gap: 24px;
  }
  .alumni-page .alumni-cta h2 {
    font-size: 48px;
  }
  /* Chinese tablet (1024px) typography overrides */
  .alumni-page .alumni-hero-title {
    font-size: 88px;
    font-weight: 900;
    line-height: 96.8px;
  }
  .alumni-page .alumni-hero-subtitle {
    font-size: 88px;
    font-weight: 900;
    line-height: 96.8px;
  }
  .alumni-page .alumni-hero-desc p {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.8px;
  }
  .alumni-page .alumni-hero-nav a {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
  }
  .alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-label,
  .alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-title {
    font-size: 88px;
    font-weight: 900;
    line-height: 96.8px;
  }
  .alumni-page .alumni-welcome-desc p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32.4px;
  }
  .alumni-page .alumni-welcome-ticker-inner span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .alumni-page .alumni-sharing-label {
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
  }
  .alumni-page .alumni-sharing-info h3 {
    font-size: 72px;
    font-weight: 900;
    line-height: 79.2px;
  }
  .alumni-page .alumni-sharing-desc p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
  }
  .alumni-page .alumni-sharing-link {
    font-size: 14px;
    font-weight: 700;
  }
  .alumni-page .alumni-sharing-quote-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
  }
  .alumni-page .alumni-sharing-quote-author {
    font-size: 13px;
    font-weight: 400;
  }
  .alumni-page .alumni-sharing-cta, .alumni-page .alumni-sharing-view-all {
    font-size: 16px;
    font-weight: 700;
    line-height: 37.1px;
  }
  .alumni-page .alumni-gathering-label {
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
  }
  .alumni-page .alumni-gathering-title h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 79.2px;
  }
  .alumni-page .alumni-gathering-caption {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
  }
  .alumni-page .alumni-stories-label {
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
  }
  .alumni-page .alumni-stories-title h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 79.2px;
  }
  .alumni-page .alumni-stories-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
  }
  .alumni-page .alumni-stories-btn, .alumni-page .alumni-stories-btn-mobile {
    font-size: 14px;
    font-weight: 700;
  }
  .alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption h4, .alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption h4, .alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption h4, .alumni-page .alumni-stories-item:nth-child(5) .alumni-stories-caption h4 {
    font-size: 36px;
    font-weight: 500;
  }
  .alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption span, .alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption span, .alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption span, .alumni-page .alumni-stories-item:nth-child(5) .alumni-stories-caption span {
    font-size: 20px;
    font-weight: 600;
  }
  .alumni-page .alumni-stories-item:nth-child(1) .alumni-stories-caption h4 {
    font-size: 60px;
    font-weight: 500;
  }
  .alumni-page .alumni-stories-quote-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 57.6px;
  }
  .alumni-page .alumni-stories-quote-author {
    font-size: 14px;
    font-weight: 600;
  }
  .alumni-page .alumni-activities-label {
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
  }
  .alumni-page .alumni-activities-title h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 79.2px;
  }
  .alumni-page .alumni-activity-date-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
  }
  .alumni-page .alumni-activity-meta {
    font-size: 12px;
    font-weight: 400;
  }
  .alumni-page .alumni-activity-info h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  .alumni-page .alumni-activity-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
  }
  .alumni-page .alumni-activity-cta {
    font-size: 14px;
    font-weight: 500;
  }
  .alumni-page .alumni-newsletter-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3.5px;
  }
  .alumni-page .alumni-newsletter-title {
    font-size: 80px;
    font-weight: 900;
    line-height: 88px;
  }
  .alumni-page .alumni-newsletter-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
  }
  .alumni-page .alumni-newsletter-tag {
    font-size: 14px;
    font-weight: 700;
  }
  .alumni-page .alumni-newsletter-card h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
  }
  .alumni-page .alumni-newsletter-card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
  }
  .alumni-page .alumni-newsletter-readmore {
    font-size: 14px;
    font-weight: 700;
  }
  .alumni-page .alumni-newsletter-coming-soon {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .alumni-page .alumni-admissions-label {
    font-size: 65px;
    font-weight: 900;
    line-height: 71.5px;
  }
  .alumni-page .alumni-admissions-text h2 {
    font-size: 65px;
    font-weight: 900;
    line-height: 71.5px;
  }
  .alumni-page .alumni-admissions-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32.4px;
  }
  .alumni-page .alumni-admissions-name {
    font-size: 16px;
    font-weight: 700;
  }
  .alumni-page .alumni-admissions-ticker-inner span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .alumni-page .alumni-cta h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 72px;
  }
  .alumni-page .alumni-cta p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
  }
  .alumni-page .alumni-contact-label {
    font-size: 72px;
    font-weight: 900;
    line-height: 79.2px;
    letter-spacing: 4px;
  }
  .alumni-page .alumni-contact-header h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 79.2px;
    letter-spacing: 4px;
  }
  .alumni-page .alumni-contact-item-label {
    font-size: 20px;
    font-weight: 700;
  }
  .alumni-page .alumni-contact-item p, .alumni-page .alumni-contact-item a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
  }
  .alumni-page .alumni-contact-survey h3 {
    font-size: 20px;
    font-weight: 700;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-hero-title,
  html:lang(en) .alumni-page.alumni-page .alumni-hero-line {
    font-size: 88px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 74px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-hero-subtitle {
    font-size: 88px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 74px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-hero-desc p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 21.79px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-hero-nav a {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28.96px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-label,
  html:lang(en) .alumni-page.alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-title {
    font-size: 88px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 74px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-welcome-desc p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 24.51px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-welcome-ticker-inner span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 27.24px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-label {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 69px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-info h3 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 69px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-desc p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 26px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-quote-text {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 27.24px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-quote-author {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 16.34px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-cta, html:lang(en) .alumni-page.alumni-page .alumni-sharing-view-all {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21.79px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-gathering-label {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 69px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-gathering-title h2 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 69px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-gathering-caption {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-label {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 69px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-title h2 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 69px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 19.07px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-btn, html:lang(en) .alumni-page.alumni-page .alumni-stories-btn-mobile {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption h4, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption h4, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption h4, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(5) .alumni-stories-caption h4 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 45px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption span, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption span, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption span, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(5) .alumni-stories-caption span {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -3px;
    line-height: 32.68px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(1) .alumni-stories-caption h4 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 60px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-quote-text {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 43px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-quote-author {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activities-label {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 69px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activities-title h2 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 69px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-date-text {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-meta {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-info h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 25px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-info p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-cta {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 19.07px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-title {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 75px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 19.07px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-tag {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 19.07px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-card h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-card p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 15px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-readmore {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-coming-soon {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21.79px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-label {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 73px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-text h2 {
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 73px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-text p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 30px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 21.79px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-ticker-inner span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 27.24px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-cta h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 64px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-cta p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 27.24px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-label {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 66px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-header h2 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 66px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-item-label {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 27.24px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-item p, html:lang(en) .alumni-page.alumni-page .alumni-contact-item a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24.51px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-survey h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 27.24px;
  }
}
@media screen and (max-width: 768px) {
  .alumni-page .alumni-container {
    padding: 0 20px;
  }
  .alumni-page .alumni-hero {
    min-height: 400px;
  }
  .alumni-page .alumni-hero .alumni-hero-content {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .alumni-page .alumni-hero .alumni-hero-inner {
    padding: 0 20px;
  }
  .alumni-page .alumni-hero .alumni-hero-title {
    font-size: 60px;
    line-height: 58px;
  }
  .alumni-page .alumni-hero .alumni-hero-subtitle {
    font-size: 60px;
    line-height: 58px;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .alumni-page .alumni-hero .alumni-hero-title--en {
    margin-bottom: 0;
  }
  .alumni-page .alumni-hero .alumni-hero-line {
    font-size: 42px;
    line-height: 40px;
  }
  .alumni-page .alumni-hero .alumni-hero-desc {
    font-size: 13px;
    margin-top: 24px;
  }
  .alumni-page .alumni-hero .alumni-hero-text {
    max-width: none;
  }
  .alumni-page .alumni-hero .alumni-hero-nav {
    gap: 12px 18px;
  }
  .alumni-page .alumni-hero .alumni-hero-nav a {
    font-size: 13px;
  }
  .alumni-page .alumni-welcome .alumni-welcome-inner {
    padding: 70px 20px;
  }
  .alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-label.alumni-welcome-label {
    font-size: 48px !important;
    line-height: 52.8px !important;
    white-space: normal;
  }
  .alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-title.alumni-welcome-title {
    font-size: 48px;
    line-height: 52.8px;
    white-space: normal;
  }
  .alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-desc {
    font-size: 15px;
    max-width: none;
  }
  .alumni-page .alumni-welcome .alumni-welcome-logo img {
    max-height: 100px;
  }
  .alumni-page .alumni-welcome .alumni-welcome-bg .alumni-welcome-bg-track {
    width: 800%;
  }
  .alumni-page .alumni-welcome .alumni-welcome-bg .alumni-welcome-bg-track img {
    width: 12.5%;
  }
  .alumni-page .alumni-sharing {
    padding: 24px 0;
  }
  .alumni-page .alumni-sharing .alumni-container {
    padding: 0 4px;
  }
  .alumni-page .alumni-sharing .alumni-sharing-card {
    padding: 0 4px;
  }
  .alumni-page .alumni-sharing .alumni-sharing-card:nth-of-type(2) {
    display: none;
  }
  .alumni-page .alumni-sharing .alumni-sharing-info {
    padding: 35px 10px;
  }
  .alumni-page .alumni-sharing .alumni-sharing-info .alumni-sharing-label,
  .alumni-page .alumni-sharing .alumni-sharing-info h3 {
    font-size: 36px;
    line-height: 40px;
    padding-left: 2px;
  }
  .alumni-page .alumni-sharing .alumni-sharing-media {
    padding: 12px 10px;
  }
  .alumni-page .alumni-sharing .alumni-sharing-card .alumni-sharing-quote-panel {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    align-self: stretch;
    box-shadow: 0 8px 0 rgb(0, 0, 0);
    padding: 40px 10px;
  }
  .alumni-page .alumni-sharing .alumni-sharing-view-all {
    margin-top: 20px;
  }
  .alumni-page .alumni-sharing .alumni-container {
    display: block;
  }
  .alumni-page .alumni-sharing .alumni-sharing-cta,
  .alumni-page .alumni-sharing .alumni-sharing-view-all {
    display: table;
    margin: 30px auto 0;
  }
  .alumni-page .alumni-gathering {
    padding: 60px 0;
  }
  .alumni-page .alumni-gathering .alumni-gathering-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .alumni-page .alumni-gathering .alumni-gathering-title .alumni-gathering-label,
  .alumni-page .alumni-gathering .alumni-gathering-title h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .alumni-page .alumni-gathering .alumni-gathering-header .alumni-btn-outline {
    display: none;
  }
  .alumni-page .alumni-gathering .alumni-gathering-wrapper {
    padding: 0 2px;
  }
  .alumni-page .alumni-gathering .alumni-gathering-header {
    padding-left: 20px;
  }
  .alumni-page .alumni-gathering .alumni-gathering-view-all-mobile {
    display: table;
    margin: 30px auto 0;
    padding: 12px 32px;
    border: 2px solid #fff;
    color: #CB4042;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    background: #fff;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 4px;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .alumni-page .alumni-gathering .alumni-gathering-grid .alumni-gathering-item:nth-child(n+6) {
    display: none;
  }
  .alumni-page .alumni-stories .alumni-stories-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
  }
  .alumni-page .alumni-stories .alumni-stories-header .alumni-stories-label,
  .alumni-page .alumni-stories .alumni-stories-header h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .alumni-page .alumni-stories .alumni-stories-desc {
    font-size: 12px;
    font-weight: 500;
    margin-left: 0;
    padding-left: 1.5rem;
    border-left: 2px solid #fff;
  }
  .alumni-page .alumni-stories .alumni-stories-btn {
    display: none;
  }
  .alumni-page .alumni-stories .alumni-stories-btn-mobile {
    display: table;
    margin: 30px auto 0;
    padding: 1.2rem 2.4rem;
    border: 2px solid #CB4042;
    color: #CB4042;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
  }
  .alumni-page .alumni-stories .alumni-stories-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 0;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item {
    min-height: 240px;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(1) {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(2) {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(3) {
    display: none;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(6) {
    grid-column: 1;
    grid-row: 4;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(7) {
    grid-column: 2;
    grid-row: 4;
    display: block;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(n) .alumni-stories-caption {
    padding: 12px 8px 10px;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.9) 100%);
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(n) .alumni-stories-caption h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(n) .alumni-stories-caption span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 14px;
  }
  .alumni-page .alumni-stories .alumni-stories-grid .alumni-stories-item:nth-child(6) {
    display: block;
  }
  .alumni-page .alumni-activities {
    padding: 60px 0;
  }
  .alumni-page .alumni-activities .alumni-activities-wrapper {
    max-width: none;
    padding: 0;
  }
  .alumni-page .alumni-activities .alumni-activities-header {
    padding-left: 20px;
  }
  .alumni-page .alumni-activities .alumni-activities-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
    border-bottom: 4px solid #000;
    padding-bottom: 1.5rem;
  }
  .alumni-page .alumni-activities .alumni-activities-header .alumni-btn-text {
    display: none;
  }
  .alumni-page .alumni-activities .alumni-activities-title .alumni-activities-label,
  .alumni-page .alumni-activities .alumni-activities-title h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .alumni-page .alumni-activities .alumni-activities-btn-mobile {
    display: table;
    margin: 20px auto 0;
    padding: 1.2rem 2.4rem;
    border: 2px solid #CB4042;
    color: #CB4042;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
  }
  .alumni-page .alumni-activities .alumni-activities-list {
    padding: 40px 1% 0;
  }
  .alumni-page .alumni-activities .alumni-activities-list::after {
    display: none;
  }
  .alumni-page .alumni-activities .alumni-activity-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 16px 40px;
    border-top: none;
    border-bottom: 1px solid #000;
    margin-top: 0;
    background: #fff;
    min-height: auto;
  }
  .alumni-page .alumni-activities .alumni-activity-item:first-child {
    border-top: 1px solid #000;
  }
  .alumni-page .alumni-activities .alumni-activity-item:nth-child(n+4) {
    display: none;
  }
  .alumni-page .alumni-activities .alumni-activity-item:hover .alumni-activity-date .alumni-activity-date-text {
    line-height: 32px;
  }
  .alumni-page .alumni-activities .alumni-activity-date {
    align-items: flex-start;
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .alumni-page .alumni-activities .alumni-activity-date .alumni-activity-date-text {
    font-size: 28px;
    font-weight: 900;
    color: #234C80;
    line-height: 32px;
  }
  .alumni-page .alumni-activities .alumni-activity-date .alumni-activity-meta {
    font-size: 12px;
    color: #58595d;
    margin-top: 0.2rem;
  }
  .alumni-page .alumni-activities .alumni-activity-info {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .alumni-page .alumni-activities .alumni-activity-info h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }
  .alumni-page .alumni-activities .alumni-activity-info h4 a {
    color: #2E3035;
    text-decoration: none;
  }
  .alumni-page .alumni-activities .alumni-activity-info p {
    font-size: 14px;
    color: #58595d;
    line-height: 1.6;
  }
  .alumni-page .alumni-activities .alumni-activity-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .alumni-page .alumni-activities .alumni-activity-image::after {
    display: none;
  }
  .alumni-page .alumni-activities .alumni-activity-image .alumni-activity-cta {
    display: none;
  }
  .alumni-page .alumni-newsletter {
    padding: 60px 0;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-wrapper {
    max-width: none;
    padding: 0 4px;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-intro {
    padding: 0 20px;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-grid {
    gap: 30px;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-intro .alumni-newsletter-label {
    display: none;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-intro .alumni-newsletter-title {
    font-size: 36px;
    line-height: 40px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-intro .alumni-newsletter-link {
    display: block;
    text-align: right;
    font-size: 14px;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-covers {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-covers .alumni-newsletter-card {
    width: 98%;
    margin-top: 0;
  }
  .alumni-page .alumni-newsletter .alumni-newsletter-covers .alumni-newsletter-card:nth-child(n+3) {
    display: none;
  }
  .alumni-page .alumni-admissions {
    padding-top: 0;
  }
  .alumni-page .alumni-admissions .alumni-admissions-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .alumni-page .alumni-admissions .alumni-admissions-text {
    grid-column: 1/-1;
    grid-row: auto;
    padding: 40px 20px;
    text-align: left;
  }
  .alumni-page .alumni-admissions .alumni-admissions-text .alumni-admissions-label,
  .alumni-page .alumni-admissions .alumni-admissions-text h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item {
    aspect-ratio: 16/9 !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .alumni-page .alumni-admissions .alumni-admissions-item:nth-child(n+6) {
    display: none;
  }
  .alumni-page .alumni-cta {
    height: auto;
    min-height: 500px;
    padding: 80px 20px;
  }
  .alumni-page .alumni-cta .alumni-cta-watermark {
    font-size: 60px;
  }
  .alumni-page .alumni-cta h2 {
    font-size: 36px;
  }
  .alumni-page .alumni-cta p {
    width: auto;
    max-width: 676px;
    font-size: 16px;
  }
  .alumni-page .alumni-contact {
    padding: 60px 0;
  }
  .alumni-page .alumni-contact .alumni-contact-grid {
    width: auto;
    padding: 0 4px 0 10%;
    text-align: left;
  }
  .alumni-page .alumni-contact .alumni-contact-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .alumni-page .alumni-contact .alumni-contact-divider {
    display: none;
  }
  .alumni-page .alumni-contact .alumni-contact-survey {
    text-align: left;
  }
  .alumni-page .alumni-contact .alumni-contact-survey h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .alumni-page .alumni-contact .alumni-contact-survey img {
    max-width: 128px;
    width: auto;
    margin: 0;
    display: block;
  }
  .alumni-page .alumni-subnav {
    margin-top: 60px;
  }
  .alumni-page .alumni-subnav .alumni-subnav-inner {
    position: relative;
    height: 80px;
  }
  .alumni-page .alumni-subnav .alumni-subnav-toggle {
    display: block;
    margin-left: auto;
  }
  .alumni-page .alumni-subnav .alumni-subnav-links {
    display: none;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 98;
  }
  .alumni-page .alumni-subnav .alumni-subnav-links a {
    padding: 16px 20px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 15px;
    text-align: center;
  }
  .alumni-page .alumni-subnav .alumni-subnav-links.show {
    display: flex !important;
  }
  /* Chinese mobile (768px) typography overrides */
  .alumni-page .alumni-hero-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 46.1px;
  }
  .alumni-page .alumni-hero-subtitle {
    font-size: 48px;
    font-weight: 900;
    line-height: 46.1px;
  }
  .alumni-page .alumni-hero-desc p {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
  }
  .alumni-page .alumni-hero-nav a {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
  }
  .alumni-page .alumni-welcome-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
  }
  .alumni-page .alumni-welcome-desc p {
    font-size: 14px;
    font-weight: 600;
    line-height: 25.2px;
  }
  .alumni-page .alumni-welcome-ticker-inner span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .alumni-page .alumni-sharing-label {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
  }
  .alumni-page .alumni-sharing-info h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
  }
  .alumni-page .alumni-sharing-desc p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25.2px;
  }
  .alumni-page .alumni-sharing-link {
    font-size: 14px;
    font-weight: 700;
  }
  .alumni-page .alumni-sharing-quote-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 23.4px;
  }
  .alumni-page .alumni-sharing-quote-author {
    font-size: 13px;
    font-weight: 400;
  }
  .alumni-page .alumni-sharing-cta, .alumni-page .alumni-sharing-view-all {
    font-size: 14px;
    font-weight: 700;
    line-height: 32.4px;
  }
  .alumni-page .alumni-gathering-label {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
  }
  .alumni-page .alumni-gathering-title h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
  }
  .alumni-page .alumni-gathering-caption {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
  }
  .alumni-page .alumni-stories-label {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
  }
  .alumni-page .alumni-stories-title h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
  }
  .alumni-page .alumni-stories-desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 19.2px;
  }
  .alumni-page .alumni-stories-btn, .alumni-page .alumni-stories-btn-mobile {
    font-size: 14px;
    font-weight: 700;
  }
  .alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption h4, .alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption h4, .alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption h4, .alumni-page .alumni-stories-item:nth-child(5) .alumni-stories-caption h4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
  }
  .alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption span, .alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption span, .alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption span, .alumni-page .alumni-stories-item:nth-child(5) .alumni-stories-caption span {
    font-size: 10px;
    font-weight: 600;
  }
  .alumni-page .alumni-stories-item:nth-child(1) .alumni-stories-caption h4 {
    font-size: 16px;
    font-weight: 500;
  }
  .alumni-page .alumni-stories-quote-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 57.6px;
  }
  .alumni-page .alumni-stories-quote-author {
    font-size: 14px;
    font-weight: 600;
  }
  .alumni-page .alumni-activities-label {
    font-size: 48px;
    font-weight: 900;
    line-height: 48px;
  }
  .alumni-page .alumni-activities-title h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
  }
  .alumni-page .alumni-activity-date-text {
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
  }
  .alumni-page .alumni-activity-meta {
    font-size: 12px;
    font-weight: 400;
  }
  .alumni-page .alumni-activity-info h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  .alumni-page .alumni-activity-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
  }
  .alumni-page .alumni-activity-cta {
    font-size: 14px;
    font-weight: 500;
  }
  .alumni-page .alumni-newsletter-label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3.5px;
  }
  .alumni-page .alumni-newsletter-title {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
  }
  .alumni-page .alumni-newsletter-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
  }
  .alumni-page .alumni-newsletter-tag {
    font-size: 12px;
    font-weight: 700;
  }
  .alumni-page .alumni-newsletter-card h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
  }
  .alumni-page .alumni-newsletter-card p {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
  }
  .alumni-page .alumni-newsletter-readmore {
    font-size: 14px;
    font-weight: 700;
  }
  .alumni-page .alumni-newsletter-coming-soon {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .alumni-page .alumni-admissions-label {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
  }
  .alumni-page .alumni-admissions-text h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
  }
  .alumni-page .alumni-admissions-text p {
    font-size: 18px;
    font-weight: 600;
    line-height: 32.4px;
  }
  .alumni-page .alumni-admissions-name {
    font-size: 16px;
    font-weight: 700;
  }
  .alumni-page .alumni-admissions-ticker-inner span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .alumni-page .alumni-cta h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
  }
  .alumni-page .alumni-cta p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
  }
  .alumni-page .alumni-contact-label {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
    letter-spacing: 4px;
  }
  .alumni-page .alumni-contact-header h2 {
    font-size: 48px;
    font-weight: 900;
    line-height: 52.8px;
    letter-spacing: 4px;
  }
  .alumni-page .alumni-contact-item-label {
    font-size: 20px;
    font-weight: 700;
  }
  .alumni-page .alumni-contact-item p, .alumni-page .alumni-contact-item a {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
  }
  .alumni-page .alumni-contact-survey h3 {
    font-size: 20px;
    font-weight: 700;
  }
  /* English mobile (768px) typography overrides */
  html:lang(en) .alumni-page.alumni-page .alumni-hero-title,
  html:lang(en) .alumni-page.alumni-page .alumni-hero-line {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-hero-subtitle {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-hero-desc p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 16px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-welcome .alumni-welcome-text .alumni-welcome-title.alumni-welcome-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-welcome-desc p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 16px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-welcome-ticker-inner span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 27.24px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-label {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-info h3 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-desc p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-link {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-quote-text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 21.79px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-quote-author {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 16.34px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-sharing-cta, html:lang(en) .alumni-page.alumni-page .alumni-sharing-view-all {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-gathering-label {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-gathering-title h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-gathering-caption {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-label {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-title h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-desc {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 16.34px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-btn, html:lang(en) .alumni-page.alumni-page .alumni-stories-btn-mobile {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption h4, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption h4, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption h4, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(5) .alumni-stories-caption h4 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 12px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(2) .alumni-stories-caption span, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(3) .alumni-stories-caption span, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(4) .alumni-stories-caption span, html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(5) .alumni-stories-caption span {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 12px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-stories-item:nth-child(1) .alumni-stories-caption h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 20px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activities-label {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activities-title h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-date-text {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 32px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-item:hover .alumni-activity-date .alumni-activity-date-text {
    line-height: 32px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-meta {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-info h4 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 25px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-activity-info p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 19.07px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-tag {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 16.34px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-card h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 18px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-card p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 15px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-newsletter-readmore {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-label {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-text h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-text p {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 30px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-name {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 21.79px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-admissions-ticker-inner span {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 0.1px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-cta h2 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -4px;
    line-height: 47px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-cta p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 18px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-label {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-header h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 42px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-item-label {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 27.24px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-item p, html:lang(en) .alumni-page.alumni-page .alumni-contact-item a {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24.51px;
  }
  html:lang(en) .alumni-page.alumni-page .alumni-contact-survey h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 27.24px;
  }
}
/* English locale */
html:lang(en) .alumni-page {
  /* All titles: uppercase + font-weight 700 */
}
html:lang(en) .alumni-page .alumni-hero-title,
html:lang(en) .alumni-page .alumni-hero-subtitle,
html:lang(en) .alumni-page .alumni-hero-line,
html:lang(en) .alumni-page .alumni-welcome-label,
html:lang(en) .alumni-page .alumni-welcome-title,
html:lang(en) .alumni-page .alumni-sharing-label,
html:lang(en) .alumni-page .alumni-sharing-info h3,
html:lang(en) .alumni-page .alumni-gathering-label,
html:lang(en) .alumni-page .alumni-gathering-title h2,
html:lang(en) .alumni-page .alumni-stories-label,
html:lang(en) .alumni-page .alumni-stories-title h2,
html:lang(en) .alumni-page .alumni-activities-label,
html:lang(en) .alumni-page .alumni-activities-title h2,
html:lang(en) .alumni-page .alumni-newsletter-title,
html:lang(en) .alumni-page .alumni-admissions-label,
html:lang(en) .alumni-page .alumni-admissions-text h2,
html:lang(en) .alumni-page .alumni-cta h2,
html:lang(en) .alumni-page .alumni-contact-label,
html:lang(en) .alumni-page .alumni-contact-header h2,
html:lang(en) .alumni-page .alumni-newsletter-card h4,
html:lang(en) .alumni-page .alumni-activity-date-text {
  text-transform: uppercase;
  font-weight: 700 !important;
}
html:lang(en) .alumni-page {
  /* Other elements: uppercase only */
}
html:lang(en) .alumni-page .alumni-newsletter-label,
html:lang(en) .alumni-page .alumni-btn-outline,
html:lang(en) .alumni-page .alumni-btn-text,
html:lang(en) .alumni-page .alumni-stories-btn,
html:lang(en) .alumni-page .alumni-stories-btn-mobile,
html:lang(en) .alumni-page .alumni-activities-btn-mobile,
html:lang(en) .alumni-page .alumni-newsletter-link,
html:lang(en) .alumni-page .alumni-newsletter-readmore,
html:lang(en) .alumni-page .alumni-sharing-link,
html:lang(en) .alumni-page .alumni-sharing-view-all,
html:lang(en) .alumni-page .alumni-sharing-cta,
html:lang(en) .alumni-page .alumni-contact-item-label,
html:lang(en) .alumni-page .alumni-subnav-links a {
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .alumni-page .alumni-hero .alumni-hero-line {
    font-size: 3rem;
  }
}

/*# sourceMappingURL=style.css.map */
