.is-web[data-v-5ed902b4] {
    display: block;
    background-color: #e2e6f0 !important
}

.is-mobile[data-v-5ed902b4] {
    display: none
}

@media only screen and (max-width:768px) {
    .is-web[data-v-5ed902b4] {
        display: none
    }

    .is-mobile[data-v-5ed902b4] {
        background-color: #e2e6f0 !important;
        display: block
    }
}

.desktop-view[data-v-5ed902b4] {
    min-height: 100vh;
    position: relative
}

.mobile-view[data-v-5ed902b4] {
    min-height: 100vh
}

.top[data-v-5ed902b4] {
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #000;
    overflow: hidden
}

.top img[data-v-5ed902b4] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0
}

.top[data-v-5ed902b4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.top-p1[data-v-5ed902b4] {
    position: relative;
    top: 60px;
    z-index: 2;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    margin-bottom: .5rem;
    margin-top: 2rem
}

.top-p2[data-v-5ed902b4] {
    position: relative;
    top: 80px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    max-width: 80%
}

.absolute-container[data-v-5ed902b4] {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    z-index: 10;
    margin-bottom: 50px
}

.absolute-container[data-v-5ed902b4] {
    margin-top: -80px
}

@media only screen and (max-width:1300px) {
    .top[data-v-5ed902b4] {
        height: 300px
    }
}

@media only screen and (max-width:1300px) {
    .absolute-container[data-v-5ed902b4] {
        width: 90%;
        margin-top: -80px
    }
}

@media only screen and (max-width:1191px) {
    .absolute-container[data-v-5ed902b4] {
        margin-top: -20px
    }
}

.card-item[data-v-5ed902b4] {
    flex: 1;
    min-width: 220px;
    aspect-ratio: 288 / 350;
    background-color: #fff;
    border-radius: 19px;
    box-shadow: 0 4px 15px #0003;
    display: flex;
    flex-direction: column;
    padding: 29px;
    z-index: 10
}

@media only screen and (max-width:768px) {
    .card-item[data-v-5ed902b4] {
        min-width: calc(50% - 20px)
    }
}

@media only screen and (max-width:480px) {
    .card-item[data-v-5ed902b4] {
        min-width: 100%
    }
}

.card-item-1[data-v-5ed902b4] {
    width: 100%;
    flex: 3
}

.card-item-1 img[data-v-5ed902b4] {
    width: 64px;
    object-fit: cover
}

.card-item-2[data-v-5ed902b4] {
    width: 100%;
    flex: 2;
    color: #303030;
    font-weight: 700;
    font-size: 23px
}

.card-item-3[data-v-5ed902b4] {
    width: 100%;
    color: #303030;
    font-size: 16px;
    flex: 5
}

.card-item-4[data-v-5ed902b4] {
    width: 100%;
    flex: 1.1;
    color: #278cff;
    cursor: pointer
}

.big[data-v-5ed902b4] {
    width: 1200px;
    margin: auto;
    height: auto;
    display: flex;
    gap: 30px
}

.events[data-v-5ed902b4] {
    flex: 7;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.events-card[data-v-5ed902b4] {
    display: flex;
    align-items: center;
    gap: 26px;
    background-color: #fff;
    border-radius: 16px;
    padding: 9px 10px;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease
}

.events-card[data-v-5ed902b4]:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px #0000001a
}

.events-card-left[data-v-5ed902b4] {
    flex-shrink: 0;
    width: 184px;
    aspect-ratio: 200/110
}

.events-card-left img[data-v-5ed902b4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.events-card-right[data-v-5ed902b4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.events-card-title[data-v-5ed902b4] {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e
}

.events-card-desc[data-v-5ed902b4] {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.events-card-date[data-v-5ed902b4] {
    font-size: 13px;
    color: #999
}

.updates-wrapper[data-v-5ed902b4] {
    flex: 4;
    display: flex;
    flex-direction: column
}

.updates[data-v-5ed902b4] {
    background-color: #fff;
    border-radius: 15px;
    padding: 7px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.updates .update-item[data-v-5ed902b4] {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    gap: 12px;
    text-decoration: none;
    transition: background-color .3s ease
}

.updates .update-item[data-v-5ed902b4]:hover {
    background-color: #f5f7fa
}

.updates .blog-item-date[data-v-5ed902b4] {
    flex-shrink: 0;
    width: 61.4px !important;
    height: 61.4px !important;
    background-color: #e4e6f0;
    border-radius: 8px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #303030
}

.updates .date-month[data-v-5ed902b4] {
    font-size: 11px;
    font-weight: 400;
    color: #5c5c5c
}

.updates .date-day[data-v-5ed902b4] {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #5c5c5c
}

.updates .blog-item-title[data-v-5ed902b4] {
    flex: 1;
    font-size: 14px;
    font-weight: 400 !important;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-decoration: none
}

.update-item-link[data-v-5ed902b4] {
    text-decoration: none
}

.desktop-title-section[data-v-5ed902b4] {
    position: relative;
    width: 1200px;
    margin: 60px auto 20px
}

.desktop-title-main[data-v-5ed902b4] {
    display: flex;
    align-items: center;
    margin-bottom: -2px
}

.desktop-title-bar[data-v-5ed902b4] {
    width: 8px;
    height: 42px;
    background-color: #3ebbd4
}

.desktop-title-text[data-v-5ed902b4] {
    font-size: 28px;
    font-weight: 800;
    color: #303030;
    margin-left: 12px;
    letter-spacing: 1px
}

.desktop-title-sub[data-v-5ed902b4] {
    display: flex;
    align-items: center
}

.desktop-title-bar.sub-bar[data-v-5ed902b4] {
    width: 8px;
    height: 26px;
    background-color: #3ebbd4
}

.desktop-title-subtext[data-v-5ed902b4] {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    margin-left: 14px
}

@media only screen and (max-width:1300px) {

    .desktop-title-section[data-v-5ed902b4],
    .big[data-v-5ed902b4] {
        width: 90%
    }
}

.comuty-wrapper[data-v-5ed902b4] {
    width: 1200px;
    margin: 40px auto 0;
    background-color: #fff;
    border-radius: 32px;
    padding: 30px 24px;
    box-shadow: 0 4px 20px #00000014
}

.comuty[data-v-5ed902b4] {
    width: 100%;
    margin: 0 auto;
    background-color: transparent
}

.comuty-grid[data-v-5ed902b4] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%
}

.comuty-item[data-v-5ed902b4] {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px #00000014;
    transition: transform .3s ease, box-shadow .3s ease;
    cursor: pointer;
    text-decoration: none;
    display: block
}

.comuty-item[data-v-5ed902b4]:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px #00000026
}

.comuty-img[data-v-5ed902b4] {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden
}

.comuty-img img[data-v-5ed902b4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.comuty-item:hover .comuty-img img[data-v-5ed902b4] {
    transform: scale(1.05)
}

.comuty-title[data-v-5ed902b4] {
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a2e;
    line-height: 1.4;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.view[data-v-5ed902b4] {
    cursor: pointer
}

@media only screen and (max-width:1300px) {
    .comuty-wrapper[data-v-5ed902b4] {
        width: 90%
    }
}

@media only screen and (max-width:900px) {
    .comuty-grid[data-v-5ed902b4] {
        grid-template-columns: repeat(2, 1fr)
    }
}

.topmo[data-v-5ed902b4] {
    position: relative;
    width: 100%;
    height: 370px;
    background-color: #000;
    overflow: hidden
}

.topmo img[data-v-5ed902b4] {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0
}

.topmo[data-v-5ed902b4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 40px
}

.topmo-p1[data-v-5ed902b4] {
    padding: 6px 16px;
    position: relative;
    top: 10px;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    margin-bottom: .5rem
}

.topmo-p2[data-v-5ed902b4] {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    max-width: 86%;
    padding-bottom: 20%;
    line-height: 1.7
}

.absolute-containermo[data-v-5ed902b4] {
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: -94px;
    z-index: 1000;
    overflow: visible
}

.card-itemmo[data-v-5ed902b4] {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 32px;
    box-shadow: 0 4px 15px #0003;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6%;
    overflow: visible;
    z-index: 10
}

.card-item-2mo img[data-v-5ed902b4] {
    width: 9%;
    margin-right: 12px
}

.card-item-2mo[data-v-5ed902b4] {
    width: 100%;
    flex: 3;
    font-size: 24px;
    font-weight: 650
}

.card-item-2mo[data-v-5ed902b4] {
    width: 100%;
    flex: 3;
    font-size: 24px;
    font-weight: 650;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    color: #303030
}

.card-item-2mo img[data-v-5ed902b4]:first-child {
    width: 9%;
    margin-right: 0
}

.card-arrow[data-v-5ed902b4] {
    width: 16px !important;
    height: 16px !important;
    margin-left: auto;
    opacity: .6;
    transition: transform .3s ease
}

.card-item-3mo[data-v-5ed902b4] {
    padding-top: 17px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    flex: 4;
    color: #303030
}

.titlemo[data-v-5ed902b4] {
    width: 90%;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.titlemoa[data-v-5ed902b4] {
    height: 100%;
    width: 10px;
    background-color: #3ebbd4
}

.titlemop[data-v-5ed902b4] {
    font-size: 17px;
    font-weight: 600;
    padding-left: 10px;
    color: #303030
}

.viewmo[data-v-5ed902b4] {
    margin-left: 5%;
    margin-bottom: 40px
}

.viewmo a[data-v-5ed902b4] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5c5c5c;
    text-decoration: none
}

.eventsmo[data-v-5ed902b4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0
}

.eventsamo-link[data-v-5ed902b4] {
    text-decoration: none
}

.eventsamo[data-v-5ed902b4] {
    width: 90%;
    aspect-ratio: 358/82;
    background-color: gray;
    border-radius: 15px;
    margin: 10px auto
}

.eventsamo[data-v-5ed902b4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background-color: #f5f7fa;
    border-radius: 16px;
    padding: 12px
}

.eventsamo-left[data-v-5ed902b4] {
    flex: 1;
    min-width: 80px
}

.eventsamo-left img[data-v-5ed902b4] {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    display: block
}

.eventsamo-right[data-v-5ed902b4] {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.event-title[data-v-5ed902b4] {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e
}

.event-desc[data-v-5ed902b4] {
    font-size: 13px;
    color: #666;
    line-height: 1.4
}

.event-link[data-v-5ed902b4] {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    cursor: pointer
}

.updatesmo[data-v-5ed902b4] {
    width: 90%;
    height: auto;
    background-color: #fff;
    border-radius: 17px;
    margin: 20px auto;
    padding: 4px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.update-item[data-v-5ed902b4] {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    gap: 12px
}

.update-item .blog-item-date[data-v-5ed902b4] {
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    background-color: #e4e6f0;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #5c5c5c
}

.date-month[data-v-5ed902b4] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.date-day[data-v-5ed902b4] {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.update-item .blog-item-title[data-v-5ed902b4] {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.fill[data-v-5ed902b4] {
    height: 20px;
    width: 100%;
    background-color: #e2e6f0
}

.comutymo[data-v-5ed902b4] {
    width: 90%;
    aspect-ratio: 358/550;
    background-color: #fff;
    border-radius: 21px;
    margin: 20px auto;
    padding: 11px;
    overflow: hidden
}

.grid-container[data-v-5ed902b4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    width: 100%;
    height: 100%
}

.grid-item[data-v-5ed902b4] {
    background-color: #fffc;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden
}

.grid-item-img[data-v-5ed902b4] {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 10px
}

.grid-item-img img[data-v-5ed902b4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease
}

.grid-item-img img[data-v-5ed902b4]:hover {
    transform: scale(1.05)
}

.grid-item-title[data-v-5ed902b4] {
    padding: 0 16px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a2e;
    margin-bottom: 6px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-align: left;
    width: 100%
}

.grid-item-desc[data-v-5ed902b4] {
    font-size: 11px;
    color: #888;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.joi[data-v-5ed902b4] {
    width: 100%;
    height: 350px;
    position: relative
}

.joi-img[data-v-5ed902b4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.joi-cont[data-v-5ed902b4] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    height: 100%
}

.joi-cont1[data-v-5ed902b4] {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px
}

.joi-cont2[data-v-5ed902b4] {
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%
}

.joi-icon[data-v-5ed902b4] {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.joi-icon-img[data-v-5ed902b4] {
    width: 20px;
    height: 20px;
    object-fit: contain
}

@media only screen and (max-width:768px) {
    .joi[data-v-5ed902b4] {
        height: 230px
    }

    .joi-cont1[data-v-5ed902b4] {
        font-size: 26px
    }

    .joi-cont2[data-v-5ed902b4] {
        gap: 28px
    }

    .joi-icon[data-v-5ed902b4] {
        width: 30px;
        height: 30px
    }

    .joi-icon-img[data-v-5ed902b4] {
        width: 16px;
        height: 16px
    }
}