.program-page {
    padding: 0;
    overflow: hidden;
    background-color: #eaf5ff;
}
.program-page .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 20px;
}
.program-page .links a {
    text-decoration: none;
}
.program-page .links .back-link i {
    color: #f55e1d;
    margin: 4px 10px 5px 5px;
}
.program-page .links .social-links i {
    font-size: 30px;
    margin-right: 10px;
}
.program-page .banner > div:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 50px;
}
.program-page .banner > div:first-of-type > div {
    margin-bottom: 10px;
}
.program-page .banner .buttons {
    display: flex;
}
.program-page .banner .buttons ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
}
.program-page .banner .buttons ul li {
    position: relative;
    height: 40px;
    width: 150px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}
.program-page .banner .buttons ul label,
.program-page .banner .buttons ul input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.program-page .banner .buttons ul input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}
.program-page .banner .buttons ul input[type="radio"]:checked+label,
.program-page .banner .buttons .checked+label {
    background: #2699fb;
    color: #fff;
    font-weight: 600;
}
.program-page .banner .buttons ul input[type="radio"]:disabled+label,
.program-page .banner .buttons .disabled+label {
    display: none;
    color: #fff;
}
.program-page .banner .buttons ul label {
    background-color: #e9ebf0;
    font-size: 15px;
    border-radius: 8px;
    margin: 0 10px;
    cursor: pointer;
    z-index: 90;
}
.program-page .banner .buttons button {
    font-size: 15px;
    width: 130px;
    margin: -5px 10px 0;
    height: 40px;
}
.program-page .banner .heading > div:first-of-type {
    font-size: 35px;
    font-weight: 700;
}
.program-page .banner .heading > div:last-of-type {
    font-size: 22px;
    font-weight: 500;
    color: #a0a0a0;
	margin-right: 20px;
}
.program-page .banner .description {
    font-size: 15px;
    margin-top: 20px;
}
.program-page .banner .image {
    min-height: 300px;
    background-size: cover;
    border-radius: 10px 0 0 10px;
}
.program-page .numbers {
    display: flex;
	flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin: 70px 0 50px;
}
.program-page .number {
	display: flex;
	flex-direction: column;
    border: 1px solid #2699fb;
    border-radius: 10px;
    padding: 20px;
    margin: 20px;
    width: 200px;
}
.program-page .number .number-image {
    height: 40px;
    width: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px auto;
}
.program-page .number .number-value {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1;
}
.program-page .number .number-unit {
    font-size: 18px;
	font-weight: 500;
    text-align: center;
	line-height: 1.1;
    margin-bottom: 20px;
}
.program-page .number .number-description {
    font-size: 14px;
    text-align: center;
    margin-top: auto;
    margin-bottom: 10px;
	line-height: 1.2;
}
.program-page .lists {
    margin-bottom: 50px;
}
.program-page .list {
    margin-bottom: 40px;
}
.program-page .list .list-image {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.program-page .list .heading {
    font-size: 25px;
    font-weight: 700;
    color: #03498d;
}
.program-page .list .description {
    font-size: 15px;
}
.program-page .list ul {
    padding: 10px 20px;
}
@media (max-width: 768px) {
    .program-page .list .list-image {
        background-position: left;
    }
}
@media (max-width: 425px) {
    .program-page .numbers {
        flex-direction: column;
    }
}

.program-page .gallery-content,
.program-page .news-content {
    display: none;
}

.program-page .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 50px;
}
.program-page .gallery .gallery-image-container {
    height: 300px;
    width: 300px;
    margin: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.program-page .gallery .gallery-image-container .gallery-image {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

.program-page .news-list {
    margin-top: 30px;
    margin-bottom: 50px;
}
.program-page .news-list .article {
    margin-bottom: 20px;
    cursor: pointer;
}
.program-page .news-list .article .article-content {
	display: flex;
	flex-direction: column;
    background-color: #f9fafc;
    overflow: hidden;
    height: 100%;
}
.program-page .news-list .article .article-content .article-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.program-page .news-list .article .article-content .article-heading {
    font-weight: 700;
    font-size: 20px;
    margin: 25px 40px 20px;
    color: #0e5192;
	line-height: 1.3;
}
.program-page .news-list .article .article-content .article-description {
    font-size: 14px;
    margin: 0 40px 20px;
}
.program-page .news-list .article .article-content .article-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: auto 40px 30px;
}