/* Override InfoWindow styles */
#map .gm-style-iw-c {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    max-width: 390px !important;
    width: 390px !important;
}

#map .gm-style-iw-d {
    overflow: hidden !important;
    background-color: transparent !important;
    padding: 0 !important;
}

/* Hide the default close button */
#map .gm-style-iw-t button {
    display: none !important;
}

/* Hide the tail/arrow */
#map .gm-style .gm-style-iw-tc {
    display: none !important;
}

/* Style for the custom close button */
#map .info-close-btn {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    #map .info-close-btn:hover {
        opacity: 0.7;
    }

#map .campus-info-box {
    background: #BE1E2D;
    color: #ffffff;
    border-radius: 6px;
    padding: 20px 16px;
    font-family: "Anek Latin", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

    #map .campus-info-box h4 {
        margin: 0 0 16px;
        font-size: 24px;
        /* font-weight: 700; */
        line-height: 1.4;
        font-family: 'Sen-Bold';
        margin-bottom: 24px;
    }

    #map .campus-info-box .info-close-btn {
        position: absolute;
        top: 12px;
        right: 12px;
        cursor: pointer;
        z-index: 10;
    }

    #map .campus-info-box .info-row {
        margin-bottom: 12px;
        display: flex;
        justify-content: space-between;
    }

        #map .campus-info-box .info-row strong {
            display: block;
            margin-bottom: 2px;
            width: 17%;
            text-align: left;
            color: rgba(255, 255, 255, 0.80);
            /* Desktop/Body 2 */
            font-family: "AnekLatin-Regular";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 24px */
        }

        #map .campus-info-box .info-row p {
            margin: 0;
            width: 77%;
            color: #FFF;
            /* Desktop/Body 2 */
            font-family: "AnekLatin-Regular";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 24px */
            text-align: left;
        }

main.aboutree {
    width: 100%;
    display: block;
}

    main.aboutree .cont {
        width: 100%;
        max-width: 1440px;
        margin: 0px auto;
    }


    main.aboutree section.about-jumbo {
        background: #FFF;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
        background: var(--Secondary-Dark, #00447A);
    }

        main.aboutree section.about-jumbo .cont {
            display: flex;
            padding-top: 45px;
            padding-bottom: 92px;
            padding-left: 36px;
            padding-right: 36px;
            justify-content: space-between;
            align-items: center;
        }

            main.aboutree section.about-jumbo .cont .leftyy {
                width: 49.2%;
                padding: 24px;
                /* padding-top: 0px; */
                height: fit-content;
            }

            main.aboutree section.about-jumbo .cont .rightyy {
                width: 47.6%;
                height: 412px;
            }

                main.aboutree section.about-jumbo .cont .rightyy .image-wrapper img {
                    width: 100%;
                    height: auto;
                    display: block;
                }

        main.aboutree section.about-jumbo h2 {
            color: #FFF;
            font-family: Sen-Regular;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 31.2px */
            margin-bottom: 16px;
        }

        main.aboutree section.about-jumbo h1 {
            /* 52.8px */
            margin-bottom: 24px;
            color: #FFF;
            /* Desktop/Heading 1 */
            font-family: 'Sen-Bold';
            font-size: 48px;
            font-style: normal;
            /* font-weight: 800; */
            line-height: 120%; /* 57.6px */
            margin-bottom: 18px;
        }

        main.aboutree section.about-jumbo p {
            color: #FFF;
            font-family: "AnekLatin-Regular";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 27px */
        }


    main.aboutree a.ctabutton {
        color: #FFF !important;
        font-family: Halcom;
        font-family: 'Montserrat-Medium';
        font-size: 14px;
        font-style: normal;
        /*font-weight: 500;*/
        line-height: 16px; /* 114.286% */
        letter-spacing: 0.56px;
        text-transform: uppercase;
        display: flex;
        padding: 16px 16px 16px 32px;
        align-items: center;
        gap: 10px;
        background: #BE1E2D;
        border: none;
        cursor: pointer;
        max-width: fit-content;
        text-decoration: none !important;
    }

        main.aboutree a.ctabutton:hover {
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #BE1E2D;
        }

        main.aboutree a.ctabutton img {
            width: 24px;
            height: 24px;
        }


    main.aboutree section.intro {
        background: #F9F9F9;
    }


        main.aboutree section.intro .cont {
            display: flex;
            padding: 48px 36px;
            justify-content: space-between;
        }


            main.aboutree section.intro .cont .leftyy {
                width: 49.2%;
                padding: 24px;
                /* padding-top: 28px; */
            }

                main.aboutree section.intro .cont .leftyy .image-wrapper {
                    width: 100%;
                    max-width: 498px;
                    height: 388px;
                    padding-right: 0;
                    padding-top: 24px;
                    padding-bottom: 24px;
                    position: relative;
                    padding-left: 24px;
                    margin: 0px auto;
                }

                    main.aboutree section.intro .cont .leftyy .image-wrapper img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 4px;
                        overflow: hidden;
                        object-position: center;
                        position: relative;
                        z-index: 6;
                    }

                    main.aboutree section.intro .cont .leftyy .image-wrapper .image-ring {
                        width: calc(100% - 94px);
                        height: calc(100% - 0px);
                        border-radius: 4px;
                        border: 4px solid #BE1E2D;
                        position: absolute;
                        bottom: 0px;
                        right: unset;
                        left: 0px;
                        z-index: 1;
                    }

            main.aboutree section.intro .cont .rightyy {
                width: 49.1%;
                padding: 24px;
                padding-left: 0px;
                display: flex;
                align-items: center;
            }

                main.aboutree section.intro .cont .rightyy .textt {
                    width: 100%;
                    max-width: 532px;
                }

            main.aboutree section.intro .cont h2 {
                margin-bottom: 24px;
                color: var(--Dark, #333);
                /* Desktop/Heading 2 */
                font-family: Halcom;
                font-family: Montserrat-Bold;
                font-size: 40px;
                font-style: normal;
                font-weight: 700;
                line-height: 120%; /* 48px */
            }

            main.aboutree section.intro .cont p {
                color: #333;
                font-family: "AnekLatin-Regular";
                font-size: 18px;
                font-style: normal;
                /*font-weight: 400;*/
                line-height: 150%; /* 25.2px */
                margin-bottom: 24px;
            }

            main.aboutree section.intro .cont ul {
                color: var(--Dark, #333);
                font-family: "AnekLatin-Regular";
                font-size: 18px;
                font-style: normal;
                /*font-weight: 400;*/
                line-height: 130%; /* 23.4px */
                list-style: none;
                margin-bottom: 24px;
                /* padding-left: 32px; */
            }

                main.aboutree section.intro .cont ul li {
                    margin-bottom: 12px;
                    position: relative;
                    padding-left: 32px;
                }

                    main.aboutree section.intro .cont ul li:before {
                        content: '';
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 24px;
                        height: 24px;
                        background-image: url('/files/templates/main-2025/images/icons/check2.svg');
                    }



    main.aboutree section.licensingg {
    }


        main.aboutree section.licensingg .cont .leftyy {
        }


        main.aboutree section.licensingg .cont {
            display: flex;
            padding-left: 36px;
            padding-right: 36px;
            justify-content: space-between;
            padding-bottom: 62px;
            padding-top: 62px;
        }


            main.aboutree section.licensingg .cont .rightyy {
                width: 49.2%;
                padding: 24px;
            }

                main.aboutree section.licensingg .cont .rightyy .image-wrapper {
                    width: 100%;
                    max-width: 498px;
                    height: 388px;
                    padding-right: 0;
                    padding-top: 24px;
                    padding-bottom: 24px;
                    position: relative;
                    padding-left: 24px;
                    margin: 0px auto;
                }

                    main.aboutree section.licensingg .cont .rightyy .image-wrapper img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 4px;
                        overflow: hidden;
                        object-position: center;
                        position: relative;
                        z-index: 6;
                    }

                    main.aboutree section.licensingg .cont .rightyy .image-wrapper .image-ring {
                        width: calc(100% - 94px);
                        height: calc(100% - 0px);
                        border-radius: 4px;
                        border: 4px solid #BE1E2D;
                        position: absolute;
                        bottom: 0px;
                        right: -24px;
                        left: unset;
                        z-index: 1;
                    }

            main.aboutree section.licensingg .cont .leftyy {
                width: 49.1%;
                padding: 24px;
                padding-left: 0px;
                display: flex;
                align-items: center;
                justify-content: flex-end;
            }

                main.aboutree section.licensingg .cont .leftyy .textt {
                    width: 100%;
                    max-width: 532px;
                }


            main.aboutree section.licensingg .cont h2 {
                color: #333;
                font-family: Halcom;
                font-family: 'Montserrat-Bold';
                font-size: 40px;
                font-style: normal;
                /*font-weight: 700;*/
                line-height: 120%; /* 48px */
                letter-spacing: -0.8px;
                margin-bottom: 24px;
            }

            main.aboutree section.licensingg .cont p {
                color: #333;
                font-family: "AnekLatin-Regular";
                font-size: 18px;
                font-style: normal;
                /*font-weight: 400;*/
                line-height: 140%; /* 25.2px */
                margin-bottom: 24px;
            }

            main.aboutree section.licensingg .cont a {
                color: #BE1E2D;
                /* Mobile/Body */
                font-family: "AnekLatin-Regular";
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%;
                text-decoration-line: underline;
                text-decoration-style: solid;
                text-decoration-skip-ink: none;
                text-decoration-thickness: auto;
                text-underline-offset: auto;
                text-underline-position: from-font;
            }

            main.aboutree section.licensingg .cont ul {
                color: var(--Dark, #333);
                font-family: "AnekLatin-Regular";
                font-size: 18px;
                font-style: normal;
                /*font-weight: 400;*/
                line-height: 130%; /* 23.4px */
                list-style: none;
                margin-bottom: 24px;
                /* padding-left: 32px; */
            }

                main.aboutree section.licensingg .cont ul li {
                    margin-bottom: 12px;
                    position: relative;
                    padding-left: 32px;
                }

                    main.aboutree section.licensingg .cont ul li:before {
                        content: '';
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 24px;
                        height: 24px;
                        background-image: url('/files/templates/main-2025/images/icons/check2.svg');
                    }


    main.aboutree section.whysounique {
        background: linear-gradient(0deg, rgba(0, 68, 122, 0.10) 0%, rgba(0, 68, 122, 0.10) 100%), #FFF;
        background: #FAFAFA;
    }

        main.aboutree section.whysounique .cont {
            padding-left: 36px;
            padding-right: 36px;
            padding-top: 48px;
            padding-bottom: 40px;
        }

        main.aboutree section.whysounique h3 {
            color: rgba(51, 51, 51, 0.80);
            text-align: center;
            font-family: Halcom;
            font-family: 'Montserrat-Medium';
            font-size: 18px;
            font-style: normal;
            /*font-weight: 500;*/
            line-height: normal;
            letter-spacing: 1.8px;
            text-transform: uppercase;
        }


        main.aboutree section.whysounique h2 {
            color: #000;
            text-align: center;
            font-family: Halcom;
            font-family: 'Montserrat-Bold';
            font-size: 40px;
            font-style: normal;
            /*font-weight: 700;*/
            line-height: 120%; /* 48px */
            letter-spacing: -0.8px;
            margin-bottom: 48px;
        }


        main.aboutree section.whysounique .edutiles {
            display: flex;
            padding-bottom: 0;
            padding-left: 36px;
            padding-right: 36px;
            justify-content: space-between;
            flex-wrap: wrap;
            padding-top: 0px;
        }

            main.aboutree section.whysounique .edutiles .tilee {
                border-radius: 2px;
                background: #FFF;
                box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
                padding: 26px 24px;
                width: 49%;
                margin-bottom: 22px;
                position: relative;
                display: flex;
                /* padding-left: 114px; */
                align-items: center;
                justify-content: space-between;
            }

                main.aboutree section.whysounique .edutiles .tilee .leftyy {
                    width: calc(100% - 88px);
                }

                main.aboutree section.whysounique .edutiles .tilee h4 {
                    color: var(--Dark, #333);
                    font-family: "AnekLatin-Medium";
                    font-size: 24px;
                    font-style: normal;
                    /*font-weight: 500;*/
                    line-height: 120%; /* 28.8px */
                    margin-bottom: 8px;
                }

                main.aboutree section.whysounique .edutiles .tilee p {
                    color: var(--Dark, #333);
                    font-family: "AnekLatin-Regular";
                    font-size: 16px;
                    font-style: normal;
                    /*font-weight: 400;*/
                    line-height: 130%;
                }

                main.aboutree section.whysounique .edutiles .tilee img {
                    /* position: absolute; */
                    left: 24px;
                    top: 24px;
                    width: 64px;
                    height: 64px;
                    display: block;
                }


    main.aboutree section.honoredland {
        background: #FAFAFA;
    }


        main.aboutree section.honoredland .cont {
            display: flex;
            padding-left: 36px;
            padding-right: 36px;
            padding-top: 60px;
            padding-bottom: 60px;
            justify-content: space-between;
        }


            main.aboutree section.honoredland .cont .leftyy {
                width: 45.6%;
                padding-top: 28px;
            }


            main.aboutree section.honoredland .cont .leftyy {
                width: 49.2%;
                padding: 24px;
                /* padding-top: 28px; */
            }

                main.aboutree section.honoredland .cont .leftyy .image-wrapper {
                    width: 100%;
                    max-width: 498px;
                    height: 388px;
                    padding-right: 0;
                    padding-top: 24px;
                    padding-bottom: 24px;
                    position: relative;
                    padding-left: 24px;
                    margin: 0px auto;
                }

                    main.aboutree section.honoredland .cont .leftyy .image-wrapper img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 4px;
                        overflow: hidden;
                        object-position: center;
                        position: relative;
                        z-index: 6;
                    }

                    main.aboutree section.honoredland .cont .leftyy .image-wrapper .image-ring {
                        width: calc(100% - 94px);
                        height: calc(100% - 0px);
                        border-radius: 4px;
                        border: 4px solid #BE1E2D;
                        position: absolute;
                        bottom: 0px;
                        right: unset;
                        left: 0px;
                        z-index: 1;
                    }

                main.aboutree section.honoredland .cont .leftyy .image-wrapper {
                    width: 100%;
                    padding-right: 24px;
                    padding-bottom: 24px;
                    position: relative;
                }

                    main.aboutree section.honoredland .cont .leftyy .image-wrapper img {
                        width: 100%;
                        object-fit: cover;
                        border-radius: 4px;
                        overflow: hidden;
                        object-position: center;
                    }

                    main.aboutree section.honoredland .cont .leftyy .image-wrapper .image-ring {
                        width: calc(100% - 94px);
                        height: calc(100% - 0px);
                        border-radius: 4px;
                        border: 4px solid #BE1E2D;
                        position: absolute;
                        bottom: 0px;
                        right: unset;
                        left: 0px;
                        z-index: 1;
                    }

            main.aboutree section.honoredland .cont .rightyy {
                width: 45.6%;
                padding: 24px;
                display: flex;
                align-items: center;
            }


            main.aboutree section.honoredland .cont h2 {
                color: #333;
                font-family: Halcom;
                font-family: 'Montserrat-Bold';
                font-size: 40px;
                font-style: normal;
                /*font-weight: 700;*/
                line-height: 120%; /* 48px */
                letter-spacing: -0.8px;
                margin-bottom: 24px;
            }

            main.aboutree section.honoredland .cont p {
                color: #333;
                font-family: "AnekLatin-Regular";
                font-size: 18px;
                font-style: normal;
                /*font-weight: 400;*/
                line-height: 140%; /* 25.2px */
                margin-bottom: 24px;
            }

            main.aboutree section.honoredland .cont ul {
                color: var(--Dark, #333);
                font-family: "AnekLatin-Regular";
                font-size: 18px;
                font-style: normal;
                /*font-weight: 400;*/
                line-height: 130%; /* 23.4px */
                list-style: none;
                margin-bottom: 24px;
                /* padding-left: 32px; */
            }

                main.aboutree section.honoredland .cont ul li {
                    margin-bottom: 12px;
                    position: relative;
                    padding-left: 32px;
                }

                    main.aboutree section.honoredland .cont ul li:before {
                        content: '';
                        position: absolute;
                        left: 0px;
                        top: 0px;
                        width: 24px;
                        height: 24px;
                        background-image: url('/files/templates/main-2025/images/icons/check2.svg');
                    }

    main.aboutree section.visit {
        background: #FAFAFA;
    }

        main.aboutree section.visit h2 {
            text-align: center;
            margin-bottom: 18px;
        }

        main.aboutree section.visit p {
            text-align: center;
            margin-bottom: 32px;
        }

        main.aboutree section.visit iframe {
            width: 100%;
            height: 100%;
            display: block;
            transition: none;
        }


    main.aboutree section.ctaa1 {
        background: var(--Primary, #BE1E2D);
    }

        main.aboutree section.ctaa1 .cont {
            padding-top: 48px;
            padding-bottom: 48px;
            padding-left: 36px;
            padding-right: 36px;
            max-width: 1136px;
            display: flex;
            justify-content: space-between;
            width: 100%;
            align-items: center;
        }


            main.aboutree section.ctaa1 .cont h2 {
                color: var(--White, #F1F1F1);
                /* Desktop/Heading 2 */
                font-family: Halcom;
                font-family: "Montserrat-Bold";
                font-size: 40px;
                font-style: normal;
                /*font-weight: 700;*/
                line-height: 120%; /* 48px */
                margin-bottom: 12px;
                letter-spacing: unset;
            }

            main.aboutree section.ctaa1 .cont h3 {
                color: #F1F1F1;
                /* Desktop/Body */
                font-family: "AnekLatin-Regular";
                font-size: 18px;
                font-style: normal;
                /*font-weight: 400;*/
                line-height: 150%; /* 27px */
                letter-spacing: unset;
            }


            main.aboutree section.ctaa1 .cont .leftyy {
                width: calc(100% - 222px);
                max-width: 556px;
            }


            main.aboutree section.ctaa1 .cont .rightyy {
                width: 192px;
            }



        /*main.aboutree section.ctaa1 button.popupbutton {
            font-family: 'Montserrat-Medium';*/
            /* 114.286% */
            /*display: flex;
            padding: 12px 16px;
            align-items: center;
            gap: 10px;
            background: #FFF;
            border: none;
            cursor: pointer;
            max-width: fit-content;
            text-decoration: none;
            color: var(--Dark, #333);*/
            /* General/Button */
            /*font-size: 14px;
            font-style: normal;*/
            /*font-weight: 600;*/
            /*line-height: 130%;*/ /* 18.2px */
            /*letter-spacing: 0.56px;
            text-transform: uppercase;
        }

            main.aboutree section.ctaa1 button.popupbutton:hover {
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #BE1E2D;
                background: rgba(255, 255, 255, 0.80);
            }

            main.aboutree section.ctaa1 button.popupbutton img {
                width: 24px;
                height: 24px;
            }*/

.aboutree section.ctaa1 {
    background: var(--Primary, #BE1E2D);
}


    .aboutree section.ctaa1 .container {
        max-width: 1136px;
        margin: 0 auto;
        padding: 48px 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .aboutree section.ctaa1 .container .text {
            width: calc(100% - 222px);
            max-width: 556px;
        }

        .aboutree section.ctaa1 .container .cta-button {
            width: 192px;
        }

        .aboutree section.ctaa1 .container .text h2 {
            color: var(--White, #F1F1F1);
            font-family: "Sen-Regular";
            font-size: 40px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 48px */
            margin-bottom: 12px;
        }

        .aboutree section.ctaa1 .container .text p {
            color: #F1F1F1;
            font-family: "AnekLatin-Regular";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 27px */
        }

    .aboutree section.ctaa1 button.contact-btn {
        font-family: "Sen-Medium";
        display: flex;
        padding: 12px 16px;
        align-items: center;
        gap: 10px;
        background: #FFF;
        border: none;
        cursor: pointer;
        max-width: fit-content;
        text-decoration: none;
        color: var(--Dark, #333);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%; /* 18.2px */
        letter-spacing: 0.56px;
        text-transform: uppercase;
        transition: all .3s linear !important;
    }

        .aboutree section.ctaa1 button.contact-btn:hover {
            /* background: var(--reeves-white-button-hover) !important; */
            background: var(--reeves-primary-dark) !important;
            color: white;
        }

            .aboutree section.ctaa1 button.contact-btn:hover svg {
                color: white;
            }

                .aboutree section.ctaa1 button.contact-btn:hover svg * {
                    color: white;
                    stroke: white;
                }

@media (max-width: 1200px) {

    /* Override InfoWindow styles */
    #map .gm-style-iw-c {
        background-color: transparent !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        max-width: 100vw !important;
        width: 344px !important;
    }

    #map .gm-style-iw-d {
        overflow: hidden !important;
        background-color: transparent !important;
        padding: 0 !important;
    }

    /* Hide the default close button */
    #map .gm-style-iw-t button {
        display: none !important;
    }

    /* Hide the tail/arrow */
    #map .gm-style .gm-style-iw-tc {
        display: none !important;
    }

    /* Style for the custom close button */
    #map .info-close-btn {
        cursor: pointer;
        transition: opacity 0.2s ease;
    }

        #map .info-close-btn:hover {
            opacity: 0.7;
        }

    #map .campus-info-box {
        background: #BE1E2D;
        color: #ffffff;
        border-radius: 6px;
        padding: 20px 16px;
        font-family: "Anek Latin", sans-serif;
        font-size: 14px;
        line-height: 1.6;
        position: relative;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

        #map .campus-info-box h4 {
            margin: 0;
            margin-bottom: 24px;
            font-size: 20px;
            /* font-weight: 700; */
            line-height: 1.4;
            font-family: 'Sen-Bold';
        }

        #map .campus-info-box .info-close-btn {
            position: absolute;
            top: 12px;
            right: 12px;
            cursor: pointer;
            z-index: 10;
        }

        #map .campus-info-box .info-row {
            margin-bottom: 12px;
            display: flex;
            justify-content: space-between;
        }

            #map .campus-info-box .info-row strong {
                display: block;
                margin-bottom: 2px;
                width: 17%;
                text-align: left;
                color: rgba(255, 255, 255, 0.80);
                /* Desktop/Body 2 */
                font-family: "AnekLatin-Regular";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%; /* 24px */
            }

            #map .campus-info-box .info-row p {
                margin: 0;
                width: 77%;
                color: #FFF;
                /* Desktop/Body 2 */
                font-family: "AnekLatin-Regular";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%; /* 24px */
                text-align: left;
            }

    main.aboutree section .cont {
        padding-left: 32px;
        padding-right: 32px;
    }

    main.aboutree section.about-jumbo {
    }

        main.aboutree section.about-jumbo .cont {
            align-items: flex-start;
            padding-left: 32px;
            padding-right: 32px;
            padding-top: 44px;
            padding-bottom: 44px;
        }

        main.aboutree section.about-jumbo h1 {
            color: #FFF;
            /* Mobile/Heading 1 */
            font-family: Sen-ExtraBold;
            font-size: 34px;
            font-style: normal;
            /*font-weight: 800;*/
            line-height: 120%; /* 40.8px */
            margin-bottom: 16px;
        }

        main.aboutree section.about-jumbo h2 {
            color: #FFF;
            font-family: Sen-Regular;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 31.2px */
            margin-bottom: 16px;
        }

        main.aboutree section.about-jumbo p {
            color: #FFF;
            font-family: "AnekLatin-Regular";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 27px */
        }

        main.aboutree section.about-jumbo .cont .leftyy {
            padding-left: 0px;
            padding-right: 0px;
            width: 50%;
        }

        main.aboutree section.about-jumbo .cont .rightyy {
            width: 46%;
            height: fit-content;
        }

            main.aboutree section.about-jumbo .cont .rightyy .image-wrapper img {
            }


    main.aboutree section.intro .cont {
        padding-left: 0px;
        padding-top: 20px;
        padding-right: 32px;
    }

        main.aboutree section.intro .cont .leftyy {
            width: 52.2%;
            padding-top: 0px;
            padding-left: 0px;
        }

            main.aboutree section.intro .cont .leftyy .image-wrapper {
                height: 385px;
                padding-top: 24px;
                padding-bottom: 24px;
                padding-right: 0px;
                padding-top: 24px;
                padding-left: 0px;
                overflow: hidden;
            }


                main.aboutree section.intro .cont .leftyy .image-wrapper img {
                    height: 100%;
                    width: 100%;
                    padding-top: 24px;
                    padding-bottom: 24px;
                    display: block;
                    object-position: right;
                }


                main.aboutree section.intro .cont .leftyy .image-wrapper .image-ring {
                    right: 20%;
                    width: 100%;
                    height: calc(100% - 48px);
                    top: 24px;
                    left: unset;
                }

        main.aboutree section.intro .cont .rightyy {
            width: 45%;
            padding-top: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
        }

            main.aboutree section.intro .cont .rightyy .textt {
                padding-top: 32px;
                padding-bottom: 20px;
            }

        main.aboutree section.intro .cont h2 {
            color: var(--Dark, #333);
            font-family: 'Montserrat-Bold';
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 33.6px */
        }

        main.aboutree section.intro .cont p {
            color: var(--Dark, #333);
            /* Mobile/Body */
            font-family: Sen-Regular;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%; /* 22.4px */
        }

        main.aboutree section.intro .cont ul {
            color: var(--Dark, #333);
            font-family: "AnekLatin-Regular";
            font-size: 16px;
            font-style: normal;
            /*font-weight: 400;*/
            line-height: 130%; /* 20.8px */
        }


    main.aboutree section.licensingg .cont {
        padding-left: 0px;
        padding-top: 32px;
        padding-left: 32px;
        padding-right: 0px;
        padding-bottom: 32px;
        align-items: center;
    }

        main.aboutree section.licensingg .cont .rightyy {
            width: 52%;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 0px;
            padding-left: 0;
        }

            main.aboutree section.licensingg .cont .rightyy .image-wrapper {
                height: 388px;
                padding-top: 24px;
                padding-bottom: 24px;
                padding-right: 0px;
                padding-top: 24px;
                padding-left: 0px;
                overflow: hidden;
            }


                main.aboutree section.licensingg .cont .rightyy .image-wrapper img {
                    height: 100%;
                    width: 100%;
                    /* padding-top: 24px; */
                    /* padding-bottom: 24px; */
                    display: block;
                    object-position: left;
                }


                main.aboutree section.licensingg .cont .rightyy .image-wrapper .image-ring {
                    left: 20%;
                    height: 100%;
                    top: 0;
                    width: 100%;
                }

        main.aboutree section.licensingg .cont .leftyy {
            width: 45%;
            padding-top: 0px;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
        }

        main.aboutree section.licensingg .cont h2 {
            color: #000;
            font-family: Halcom;
            font-family: Montserrat-Bold;
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 33.6px */
            margin-bottom: 24px;
        }

        main.aboutree section.licensingg .cont p {
            color: var(--Dark, #333);
            font-family: Montserrat-Regular;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%; /* 22.4px */
        }

        main.aboutree section.licensingg .cont ul {
            color: var(--Dark, #333);
            font-family: "AnekLatin-Regular";
            font-size: 16px;
            font-style: normal;
            /*font-weight: 400;*/
            line-height: 130%; /* 20.8px */
        }

    main.aboutree section.whysounique {
    }

        main.aboutree section.whysounique .cont {
            padding-left: 32px;
            padding-right: 32px;
            padding-bottom: 48px;
        }

        main.aboutree section.whysounique h2 {
            margin-bottom: 24px;
            color: #000;
            text-align: center;
            /* Mobile/Heading 2 */
            font-family: Halcom;
            font-family: 'Montserrat-Bold';
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 33.6px */
        }

        main.aboutree section.whysounique .edutiles .tilee {
            flex-direction: column-reverse;
            display: flex;
            align-items: flex-start;
            width: calc(50% - 4px);
            margin-bottom: 8px;
            justify-content: flex-end;
            padding: 24px 24px;
        }

            main.aboutree section.whysounique .edutiles .tilee img {
                margin-bottom: 8px;
            }

            main.aboutree section.whysounique .edutiles .tilee h4 {
                color: var(--Dark, #333);
                font-family: Montserrat-Regular;
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%; /* 26px */
            }

            main.aboutree section.whysounique .edutiles .tilee p {
                color: var(--Dark, #333);
                font-family: Sen;
                font-family: Montserrat-Regular;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 140%; /* 22.4px */
            }

        main.aboutree section.whysounique .edutiles {
            padding-left: 0px;
            padding-right: 0px;
        }


    main.aboutree section.honoredland .cont {
        padding-left: 0px;
        padding-top: 20px;
        padding-right: 32px;
    }

        main.aboutree section.honoredland .cont .leftyy {
            width: 52.1%;
            padding-top: 0px;
            padding: 0px;
        }

            main.aboutree section.honoredland .cont .leftyy .image-wrapper {
                height: 385px;
                padding-top: 24px;
                padding-bottom: 24px;
                padding-right: 0px;
                padding-top: 24px;
            }


                main.aboutree section.honoredland .cont .leftyy .image-wrapper img {
                    height: 100%;
                    width: 100%;
                    padding-top: 24px;
                    padding-bottom: 24px;
                    display: block;
                    object-position: right;
                }


                main.aboutree section.honoredland .cont .leftyy .image-wrapper .image-ring {
                    right: 20%;
                    height: calc(100% - 48px);
                    top: 24px;
                }

        main.aboutree section.honoredland .cont .rightyy {
            width: 44%;
            padding: 0px;
        }

        main.aboutree section.honoredland .cont h2 {
            color: #333;
            font-family: 'Montserrat-Bold';
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 33.6px */
            margin-bottom: 24px;
        }

        main.aboutree section.honoredland .cont p {
            color: var(--Dark, #333);
            font-family: "AnekLatin-Regular";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 24px */
            letter-spacing: 0.16px;
            margin-bottom: 26px;
        }

        main.aboutree section.honoredland .cont ul {
            color: var(--Dark, #333);
            font-family: "AnekLatin-Regular";
            font-size: 16px;
            font-style: normal;
            /*font-weight: 400;*/
            line-height: 130%; /* 20.8px */
        }

    main.aboutree section.visit {
    }

        main.aboutree section.visit h2 {
            color: var(--Dark, #333);
            text-align: center;
            font-family: Halcom;
            font-family: Montserrat-Bold;
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 33.6px */
            margin-bottom: 16px;
        }

        main.aboutree section.visit p {
            color: var(--Dark, #333);
            text-align: center;
            font-family: Halcom;
            font-family: Montserrat-Regular;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 23.4px */
            margin-bottom: 24px;
        }

    main.aboutree section.ctaa1 .cont {
        padding-top: 48px;
        padding-left: 32px;
        padding-right: 32px;
    }

        main.aboutree section.ctaa1 .cont h2 {
            color: var(--White, #F1F1F1);
            /* Mobile/Heading 2 */
            font-family: Halcom;
            font-family: 'Montserrat-Bold';
            font-size: 28px;
            font-style: normal;
            /*font-weight: 700;*/
            line-height: 120%; /* 33.6px */
        }

        main.aboutree section.ctaa1 .cont h3 {
            color: #F1F1F1;
            font-family: Sen;
            font-family: 'Montserrat-Regular';
            font-size: 16px;
            font-style: normal;
            /*font-weight: 400;*/
            line-height: 150%; /* 24px */
        }
}

@media (max-width: 768px) {


    #map .gm-style-iw-c {
        background-color: transparent !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important;
        max-width: calc(100vw - 30px) !important;
        width: 344px !important;
    }

    #map .gm-style-iw-d {
        overflow: hidden !important;
        background-color: transparent !important;
        padding: 0 !important;
    }

    /* Hide the default close button */
    #map .gm-style-iw-t button {
        display: none !important;
    }

    /* Hide the tail/arrow */
    #map .gm-style .gm-style-iw-tc {
        display: none !important;
    }

    /* Style for the custom close button */
    #map .info-close-btn {
        cursor: pointer;
        transition: opacity 0.2s ease;
    }

        #map .info-close-btn:hover {
            opacity: 0.7;
        }

    #map .campus-info-box {
        background: #BE1E2D;
        color: #ffffff;
        border-radius: 6px;
        padding: 20px 16px;
        font-family: "Anek Latin", sans-serif;
        font-size: 14px;
        line-height: 1.6;
        position: relative;
        width: 100%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

        #map .campus-info-box h4 {
            margin: 0;
            margin-bottom: 24px;
            font-size: 20px;
            /* font-weight: 700; */
            line-height: 1.4;
            font-family: 'Sen-Bold';
        }

        #map .campus-info-box .info-close-btn {
            position: absolute;
            top: 12px;
            right: 12px;
            cursor: pointer;
            z-index: 10;
        }

        #map .campus-info-box .info-row {
            margin-bottom: 12px;
            display: flex;
            justify-content: space-between;
        }

            #map .campus-info-box .info-row strong {
                display: block;
                margin-bottom: 2px;
                width: 17%;
                text-align: left;
                /* Desktop/Body 2 */
                /* 24px */
                color: rgba(255, 255, 255, 0.80);
                /* Mobile/Body 2 */
                font-family: "AnekLatin-Regular";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%; /* 21px */
            }

            #map .campus-info-box .info-row p {
                margin: 0;
                width: 77%;
                color: #FFF;
                /* Desktop/Body 2 */
                font-family: "AnekLatin-Regular";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%; /* 24px */
                text-align: left;
            }


    main.aboutree a.ctabutton {
        color: #FFF;
        font-family: Halcom;
        font-family: 'Montserrat-Bold' !important;
        font-size: 14px !important;
        font-style: normal;
        /*font-weight: 700;*/
        line-height: 16px !important; /* 114.286% */
        letter-spacing: 0.56px;
        text-transform: uppercase;
        padding-left: 24px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-right: 8px;
    }

    main.aboutree section.about-jumbo {
    }

        main.aboutree section.about-jumbo .cont {
            flex-direction: column-reverse;
            padding: 20px 20px;
            padding-bottom: 44px;
        }

            main.aboutree section.about-jumbo .cont .leftyy {
                width: 100%;
                padding-left: 0px;
                padding-right: 0px;
                padding-bottom: 0px;
            }

            main.aboutree section.about-jumbo .cont .rightyy {
                width: 100%;
                margin-bottom: 22px;
            }

        main.aboutree section.about-jumbo h2 {
            color: #FFF;
            font-family: Sen;
            font-family: 'Montserrat-Regular';
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%;
        }

        main.aboutree section.about-jumbo h1 {
            color: #FFF;
            font-family: Sen;
            font-family: 'Montserrat-Bold';
            font-size: 34px;
            font-style: normal;
            font-weight: 800;
            line-height: 120%; /* 40.8px */
            margin-bottom: 16px;
        }

        main.aboutree section.about-jumbo p {
            color: #FFF;
            font-family: "AnekLatin-Regular";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%; /* 27px */
        }

    main.aboutree section.intro {
    }

        main.aboutree section.intro .cont {
            padding: 20px;
            flex-direction: column;
            padding-bottom: 0px;
        }

            main.aboutree section.intro .cont .leftyy {
                width: 100%;
                padding: 0px;
            }

                main.aboutree section.intro .cont .leftyy .image-wrapper {
                    height: 235px;
                    padding-top: 0px;
                    padding-bottom: 16px;
                    padding-left: 16px;
                }


                    main.aboutree section.intro .cont .leftyy .image-wrapper img {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }

                    main.aboutree section.intro .cont .leftyy .image-wrapper .image-ring {
                        left: 0px;
                        bottom: 0px;
                        right: unset;
                        top: unset;
                        height: calc(100% - 32px);
                        width: 72%;
                    }

            main.aboutree section.intro .cont .rightyy {
                width: 100%;
            }


    main.aboutree section.licensingg .cont {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0px;
        flex-direction: column-reverse;
        padding-bottom: 24px;
    }

        main.aboutree section.licensingg .cont .rightyy {
            width: 100%;
        }

            main.aboutree section.licensingg .cont .rightyy .image-wrapper {
                height: 240px;
                padding-top: 0px;
                padding-bottom: 16px;
                padding-left: 0;
                padding-right: 16px;
            }


                main.aboutree section.licensingg .cont .rightyy .image-wrapper img {
                    padding-top: 0px;
                    padding-bottom: 0px;
                }

                main.aboutree section.licensingg .cont .rightyy .image-wrapper .image-ring {
                    left: unset;
                    bottom: 0px;
                    right: 0;
                    height: calc(100% - 20px);
                    top: unset;
                    width: 72%;
                }


        main.aboutree section.licensingg .cont .leftyy {
            width: 100%;
            padding-top: 32px;
        }


    main.aboutree section.whysounique .cont {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    main.aboutree section.whysounique h3 {
        color: rgba(51, 51, 51, 0.80);
        text-align: center;
        font-family: Halcom;
        font-family: 'Montserrat-Medium';
        font-size: 14px;
        font-style: normal;
        /*font-weight: 500;*/
        line-height: normal;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }

    main.aboutree section.whysounique h2 {
        color: #000;
        font-family: Halcom;
        font-family: 'Montserrat-Bold';
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 33.6px */
        text-align: left;
    }

    main.aboutree section.whysounique .edutiles {
        flex-direction: column;
    }

        main.aboutree section.whysounique .edutiles .tilee {
            width: 100%;
            padding: 24px;
        }

            main.aboutree section.whysounique .edutiles .tilee img {
                width: 54px;
                height: 54px;
                margin-bottom: 8px;
            }

            main.aboutree section.whysounique .edutiles .tilee .leftyy {
                width: 100%;
            }

            main.aboutree section.whysounique .edutiles .tilee h4 {
                color: var(--Dark, #333);
                font-family: Sen-Regular;
                font-size: 20px;
                font-style: normal;
                font-weight: 400;
                line-height: 130%; /* 26px */
                margin-bottom: 24px;
                margin-bottom: 8px;
            }

            main.aboutree section.whysounique .edutiles .tilee p {
                color: var(--Dark, #333);
                font-family: Sen-Regular;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 140%; /* 22.4px */
            }


    main.aboutree section.honoredland .cont {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 0px;
        flex-direction: column;
    }

        main.aboutree section.honoredland .cont .leftyy {
            width: 100%;
            margin-bottom: 32px;
        }

            main.aboutree section.honoredland .cont .leftyy .image-wrapper {
                height: 235px;
                padding-top: 0px;
                padding-bottom: 16px;
                padding-left: 16px;
            }


                main.aboutree section.honoredland .cont .leftyy .image-wrapper img {
                    padding-top: 0px;
                    padding-bottom: 0px;
                }

                main.aboutree section.honoredland .cont .leftyy .image-wrapper .image-ring {
                    left: 0px;
                    bottom: 0px;
                    top: unset;
                    height: calc(100% - 32px);
                }

        main.aboutree section.honoredland .cont .rightyy {
            width: 100%;
        }

    main.aboutree section.visit {
    }

        main.aboutree section.visit h2 {
            color: var(--Dark, #333);
            text-align: center;
            font-size: 28px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 33.6px */
        }

        main.aboutree section.visit p {
            color: var(--Dark, #333);
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 20.8px */
        }


    main.aboutree section.ctaa1 .cont {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 44px;
        padding-bottom: 44px;
        align-items: flex-start;
    }

        main.aboutree section.ctaa1 .cont .leftyy {
            width: 100%;
            padding-bottom: 32px;
        }

        main.aboutree section.ctaa1 .cont h2 {
            color: #F1F1F1;
            font-family: Halcom;
            font-family: 'Montserrat-Bold';
            font-size: 28px;
            font-style: normal;
            /*font-weight: 700;*/
            line-height: 120%; /* 33.6px */
            margin-bottom: 12px;
        }

        main.aboutree section.ctaa1 .cont h3 {
            color: #F1F1F1;
            /* Mobile/Body */
            font-family: Sen;
            font-family: 'Montserrat-Regular';
            font-size: 16px;
            font-style: normal;
            /*font-weight: 400;*/
            line-height: 150%; /* 24px */
        }
}
