@font-face {
    font-family: 'Brittany Signature';
    src: url('../webfonts/extra/BrittanySignatureRegular.woff2') format('woff2'),
        url('../webfonts/extra/BrittanySignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


footer {
    padding: 100px 0 0 0;
}
footer h6 {
    font-size: 16px;
    font-weight: 400;
    color: #09425a;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 10px 0;
}
footer p {
    font-family: 'GT America';
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #0f0f0f;
    margin: 0 0 15px 0;
}
footer .ng {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 16px;
    font-weight: 400;
    color: #09425a;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 15px 0; 
    gap: 15px;
}
footer .more-links {
    font-family: 'GT America';
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .more-links li {
    margin: 0 0 5px 0;
}
footer .more-links a {
    color: #000;
}
footer .more-links a:hover,
footer .more-links a.active {
    color: #09425a;
    text-decoration: underline;
}
footer .quick-contact {
    font-family: 'GT America';
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .quick-contact li {
    margin-bottom: 15px;
}
footer .quick-contact span {
    font-size: 18px;
    color: #09425a;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 4px 0 0 0;
}
footer .quick-contact span img {
    margin-top: 6px;
}
footer .quick-contact a {
    color: #09425a;
    word-break: break-all;
    line-height: normal;
}
footer .quick-contact a:hover {
    text-decoration: underline;
}
footer .copyright {
    border-top: 2px solid #bfbfbf;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 90px 0 0 0;
    padding: 15px 0;
}
footer .copyright span {
    font-family: 'GT America';
    color: #000;
    font-size: 12px;
}
footer .copyright .right ul {
    font-family: 'GT America';
    color: #000;
    font-size: 12px;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    padding: 0;
}
footer .copyright .right ul li {
    margin: 0 20px;
}
footer .copyright .right ul li a {
    color: #000;
}
footer .copyright .right ul li a:hover {
    text-decoration: underline;
}
footer .copyright .right {
    display: flex;
    flex-direction: row;
    align-items: center;
}
footer .footer-logo {
    display: table;
}
footer .footer-logo img {
    max-width: 100%;
}


.benjamin-franklin {
    background: url(../images/Benjamin-Franklin.jpg) center top no-repeat;
    height: 670px;
    width: 100%;
    background-size: cover;
}
.benjamin-franklin span.title {
    font-family: 'Brittany Signature';
    font-size: 44px;
    color: #fff;
    display: block;
    line-height: 65px;
    margin: 30px 0 0 0;
}
.benjamin-franklin span.name {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin: 30px 0 0 0;
    color: #fff;
}
.benjamin-franklin span.name label {
    font-family: 'GT America';
    font-size: 12px;
    position: relative;
    display: block;
    margin-top: 1px;
    text-transform: none;
}

.how-to-apply {
    padding: 120px 0;
}
.how-to-apply h5 {
    font-size: 60px;
    color: #09425a;
    margin: 0 0 50px 0;
    text-align: center;
}
.how-to-apply .cell {
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.how-to-apply .cell img.main {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: 0.3s;
}
.how-to-apply .cell:hover img.main {
    transform: scale(1.1);
}
.how-to-apply .cell::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7819502801120448) 0%, rgba(0,0,0,0) 62%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7819502801120448) 0%, rgba(0,0,0,0) 62%);
    background: linear-gradient(0deg, rgba(0,0,0,0.7819502801120448) 0%, rgba(0,0,0,0) 62%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.how-to-apply .cell span {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.how-to-apply .cell p {
    font-size: 20px;
    color: #fff;
    margin: 0;
    padding: 0 50px;
    line-height: 20px;
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.highlights {
    background: url(../images/bg-1.jpg) center center no-repeat;
    padding: 100px 0;
    background-size: cover;
}
.highlights h4 {
    font-size: 60px;
    color: #fff;
    margin: 0 0 50px 0;
    text-align: right;
}
.highlights .cell-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    width: 750px;
    float: right;
    position: relative;
    z-index: 1;
    justify-content: flex-end;
}
.highlights .cell-row .cell {
    min-width: 176px;
    max-width: 176px;
    height: 176px;
    padding: 20px;
    background: #fff;
    border-radius: 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    transform: scale(1);
    transition: 0.3s;
}
.highlights .cell-row .cell:hover {
    transform: scale(1.1);
}
.highlights .cell-row .cell span {
    font-size: 16px;
    color: #1d202d;
    display: block;
    line-height: normal;
}
.highlights img.main {
    position: absolute;
    left: -125px;
    bottom: -100px;
}
.banner .inner {
    background: red;
    padding: 115px 0 0 0;
}
.banner .inner {
    max-width: 1809px;
    margin: 0 auto;
}