.read-toggle__button {
    color: #919191;
    cursor: pointer;
    margin-top: 30px;
}
.read-toggle__less {
    display: block;
}
.read-toggle__less ul {
    padding-left: 0px;
}
.read-toggle__more {
    display: none;
}
.read-toggle__more ul {
    padding-left: 20px;
}
.read-toggle__checkbox {
    position: absolute;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    width: 1px;
}
.read-toggle__checkbox:checked ~ .read-toggle__less {
    display: none;
}
.read-toggle__checkbox:checked ~ .read-toggle__more {
    display: block;
}
.about-hero__grid {
    padding: 135px 0 135px;
    display: grid;
}
.about-hero__content {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}
.about-hero__content > p {
    color: #3e3e3d;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 90%;
    font-weight: 300;
    letter-spacing: -0.05em;
}
.about-hero__content > h1 {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
    color: #919191;
    margin: 0;
}
.about-hero__content > h1 span {
    display: block;
    color: #3e3e3d;
    padding-top: 10px;
}
@media (max-width: 991.98px) {
    .about-hero__grid {
        padding-top: 55px;
        padding-bottom: 60px;
    }
}
@media (max-width: 767.98px) {
    .about-hero__content > p {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.5px;
    }
    .about-hero__content > h1 {
        font-size: 33px;
        line-height: 36px;
        letter-spacing: -2px;
    }
    .about-hero__content > h1 span {
        padding-top: 8px;
    }
    .about-hero .hide-on-mobile {
        display: none;
    }
}
.about-intro__grid {
    display: grid;
    grid-template-columns: 1fr 60%;
    gap: 60px;
    padding-bottom: 70px;
    border-bottom: 1px solid #d8d8d8;
}
.about-intro__left > h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 44px;
}
.about-intro__left .about-intro__content {
    width: 100%;
    margin-right: auto;
    max-width: 431px;
}
.about-intro__gallery {
    height: 100%;
}
.about-intro__gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-intro__content {
    width: 100%;
}
.about-intro__header {
    padding-bottom: 18px;
    margin-bottom: 20px;
}
.about-intro__header > h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 14px;
}
.about-intro__header > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
}
.about-intro__desc {
    padding-top: 18px;
    padding-bottom: 5px;
    position: relative;
}
.about-intro__desc > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
}
@media (max-width: 991.98px) {
    .about-intro__grid {
        padding-top: 0px;
        grid-template-columns: auto;
        gap: 40px;
        border-bottom: none;
        padding-bottom: 40px;
    }
    .about-intro__left {
        order: 2;
    }
    .about-intro__left > h2 {
        font-size: 27px;
        line-height: 29px;
        letter-spacing: -0.05em;
        margin-bottom: 11px;
        margin-top: 25px;
    }
    .about-intro__left .about-intro__content {
        margin-bottom: 0;
    }
    .about-intro__content {
        margin: 0px auto;
    }
}
@media (max-width: 767.98px) {
    .about-intro {
        min-height: 0;
        display: block;
        border: 0;
    }
    .about-intro__header {
        padding-bottom: 0;
    }
    .about-intro__header > h2 {
        margin-bottom: 0;
        font-size: 27px;
        line-height: 29px;
    }
    .about-intro__desc {
        padding-top: 0;
    }
    .about-intro__desc > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.5px;
    }
}
.about-goal {
    padding-top: 70px;
}
.about-goal__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-bottom: 70px;
    border-bottom: 1px solid #d8d8d8;
    column-gap: 60px;
}
.about-goal__left .about-goal__content {
    max-width: 500px;
    margin-right: auto;
}
@media (max-width: 991.98px) {
    .about-goal__left .about-goal__content {
        max-width: 100%;
    }
}
.about-goal__left > h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 44px;
}
.about-goal__left .about-intro__content {
    width: 100%;
    margin-right: auto;
    max-width: 431px;
}
.about-goal__right .about-goal__content {
    max-width: 486px;
    margin: 0 auto;
}
.about-goal__gallery {
    height: 100%;
}
.about-goal__gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-goal__content {
    width: 100%;
}
.about-goal__header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}
.about-goal__header > h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: -0.05em;
    margin-bottom: 40px;
}
.about-goal__header > h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
}
.about-goal__desc {
    position: relative;
}
.about-goal__desc > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    margin-bottom: 25px;
}
.about-goal .dot-button {
    font-size: 16px;
    line-height: 21px;
    padding-top: 5px;
    letter-spacing: -0.02em;
}
.about-goal .dot-button__dot {
    background: var(--color-charcoal);
    height: 10px;
    width: 10px;
    margin-right: 10px;
}
@media (max-width: 991.98px) {
    .about-goal {
        min-height: 0;
        display: block;
        padding-top: 0px;
    }
    .about-goal__grid {
        padding-top: 0px;
        grid-template-columns: auto;
    }
    .about-goal__left > h2 {
        font-size: 27px;
        line-height: 29px;
        letter-spacing: -0.05em;
        margin-bottom: 11px;
        margin-top: 25px;
    }
    .about-goal__content {
        margin: 0px auto 44px;
    }
}
@media (max-width: 767.98px) {
    .about-goal__header {
        padding-bottom: 18px;
        margin-bottom: 16px;
    }
    .about-goal__header > h4 {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 18px;
    }
    .about-goal__header > h2 {
        margin-bottom: 0;
        font-size: 33px;
        line-height: 36px;
    }
    .about-goal__desc {
        padding-top: 0;
    }
    .about-goal__desc > p {
        font-size: 17px;
        line-height: 21px;
    }
    .about-goal .dot-button {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }
}
.about-blend__grid {
    padding-top: 70px;
    display: grid;
    gap: 102px;
    padding-bottom: 70px;
    grid-template-columns: 1fr 1fr 1fr;
    border-bottom: 1px solid #d8d8d8;
}
.about-blend__content {
    width: 100%;
    margin-right: auto;
    max-width: 431px;
}
.about-blend__header {
    padding-bottom: 18px;
    margin-bottom: 20px;
}
.about-blend__header > h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    margin-bottom: 14px;
}
.about-blend__desc {
    position: relative;
}
.about-blend__desc > p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
    margin-bottom: 30px;
}
.about-blend__desc > img {
    max-width: 134px;
    margin-bottom: 15px;
}
.about-blend__left .about-blend__content {
    max-width: 337px;
    margin-right: auto;
}
.about-blend__middle .about-blend__desc > p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}
.about-blend__middle .about-blend__desc > p:last-child {
    border: 0;
}
@media (max-width: 991.98px) {
    .about-blend {
        min-height: 0;
        display: block;
        padding-top: 50px;
    }
    .about-blend__grid {
        gap: 0;
        padding-top: 0px;
        grid-template-columns: auto;
        max-width: 431px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-blend__left .about-blend__content {
        max-width: 486px;
        margin-right: auto;
    }
    .about-blend__left > h2 {
        font-size: 27px;
        line-height: 29px;
        letter-spacing: -0.05em;
        margin-bottom: 11px;
    }
    .about-blend__content {
        margin: 0;
        min-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .about-blend {
        min-height: 0;
        display: block;
        padding-top: 50px;
    }
    .about-blend__header {
        margin-bottom: 14px;
        padding-bottom: 16px;
        border-bottom: 1px solid #d8d8d8;
    }
    .about-blend__header > h2 {
        margin-bottom: 0;
        font-size: 27px;
        line-height: 29px;
        margin-bottom: 5px;
    }
    .about-blend__desc {
        padding-top: 0;
    }
    .about-blend__desc > p {
        font-size: 19px;
        line-height: 23px;
    }
    .about-blend__desc > p:last-child {
        margin-bottom: 0;
    }
    .about-blend__middle .about-blend__desc > p {
        padding-bottom: 14px;
        margin-bottom: 16px;
    }
    .about-blend__middle .about-blend__desc > p:last-child {
        border-bottom: 1px solid #d8d8d8;
    }
}
.text-image__grid {
    padding-top: 77px;
    display: grid;
    grid-template-columns: 1fr;
}
.text-image__header {
    max-width: 797px;
    margin: 0 auto 90px;
}
.text-image__header > h2 {
    font-weight: 300;
    font-size: 72px;
    line-height: 70px;
    letter-spacing: -4px;
    text-align: center;
}
.text-image__gallery {
    height: 100%;
}
.text-image__gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.text-image__gallery .mobile_image {
    display: none;
}
@media (max-width: 991.98px) {
    .text-image {
        min-height: 0;
        display: block;
        padding-top: 60px;
    }
    .text-image__grid {
        padding-top: 0px;
        grid-template-columns: auto;
    }
}
@media (max-width: 767.98px) {
    .text-image__header {
        margin: 0;
        margin-bottom: 60px;
    }
    .text-image__header > h2 {
        font-size: 33px;
        line-height: 36px;
        letter-spacing: 0px;
    }
    .text-image__gallery {
        height: 100%;
    }
    .text-image__gallery .desktop_image {
        display: none;
    }
    .text-image__gallery .mobile_image {
        display: block;
    }
}
.two-column {
    padding-bottom: 70px;
    min-height: var(--height-fill);
}
.two-column__grid {
    padding-top: 50px;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 33% 58%;
    border-bottom: 1px solid #d8d8d8;
    column-gap: 9%;
}
@media (max-width: 991.98px) {
    .two-column__grid {
        grid-template-columns: 1fr;
    }
}
.two-column__grid:last-child {
    border: 0;
}
.two-column__content {
    width: 100%;
    margin-right: auto;
}
.two-column__header {
    max-width: 431px;
}
.two-column__header > h2 {
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -3px;
}
@media (max-width: 991.98px) {
    .two-column__header {
        max-width: 100%;
    }
    .two-column__header > h2 {
        font-size: 42px;
        line-height: 44px;
        letter-spacing: -3px;
    }
}
.two-column__desc {
    padding-top: 18px;
    padding-bottom: 5px;
    position: relative;
}
.two-column__desc p {
    font-weight: 300;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0px;
}
@media (max-width: 767.98px) {
    .two-column {
        min-height: 0;
        display: block;
        padding-top: 30px;
    }
    .two-column__grid {
        padding-top: 30px;
        padding-bottom: 30px;
        grid-template-columns: auto;
        max-width: 431px;
        margin-left: auto;
        margin-right: auto;
    }
    .two-column__grid:last-of-type {
        padding-bottom: 0;
    }
    .two-column__content {
        margin: 0;
    }
    .two-column__header {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .two-column__header > h2 {
        margin-bottom: 0;
        font-size: 33px;
        line-height: 36px;
        letter-spacing: -0.05em;
    }
    .two-column__desc {
        padding-top: 0;
    }
    .two-column__desc > p {
        font-size: 17px;
        line-height: 21px;
    }
}
.about-hero-bottom {
    --fore-color: #f5f5f5;
    min-height: var(--height-fill);
    position: relative;
    z-index: 5;
    padding: 80px 0;
}
.about-hero-bottom--dark {
    --fore-color: #3e3e3d;
}
.about-hero-bottom__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about-hero-bottom__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.about-hero-bottom__heading > h4,
.about-hero-bottom__heading > h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.05px;
    margin-bottom: 14px;
    color: var(--fore-color);
}
.about-hero-bottom__heading > h2 {
    font-weight: 300;
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -2px;
    max-width: 550px;
    color: var(--fore-color);
    margin-bottom: 33px;
}
.about-hero-bottom .dot-button {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--fore-color);
}
.about-hero-bottom .dot-button__dot {
    background: var(--fore-color);
    height: 10px;
    width: 10px;
    margin-right: 10px;
    color: var(--fore-color);
}
@media (max-width: 767.98px) {
    .about-hero-bottom {
        min-height: 0;
        height: 675px;
        padding: 60px 0;
        margin-bottom: 0px;
    }
    .about-hero-bottom__bg img {
        object-position: center bottom;
    }
    .about-hero-bottom__heading {
        max-width: 431px;
        margin-left: auto;
        margin-right: auto;
    }
    .about-hero-bottom__heading > h4,
    .about-hero-bottom__heading > h3 {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.02em;
        margin-bottom: 13px;
    }
    .about-hero-bottom__heading > h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.05em;
        margin-bottom: 26px;
    }
    .about-hero-bottom__heading > p {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: -0.02em;
        margin: 18px 0;
    }
    .about-hero-bottom .dot-button {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.02em;
    }
}
