
._fixed .header {
    transition: all 0.5s ease;
    padding: 10px 0 10px 0;
}

.header {
    transition: all 0.5s ease;
}

._fixed .header_top {
    transition: all 0.5s ease;
    padding: 1px 0 1px 0;
}

.header_top {
    transition: all 0.5s ease;
}

.image-slider-js .tns-nav-active {
    width: 120px;
    height: 70px;
    border-width: 4px;
    border-color: #ff3399;
    margin-top: 0px;
    transform: scale(1.1);
    transition: transform 0.3s ease;

}

.tns-nav .tns-nav-active {
    border-width: 3px;
    border-radius: 9999px;
    border-color: rgb(148 163 184);
    padding: 0.125rem;
    background-color: rgb(148 163 184);
}

.tns-nav button {
    border-width: 3px;
    border-radius: 9999px;
    border-color: rgb(226 232 240);
    padding: 0.125rem;
    background-color: rgb(226 232 240);
    margin-left: 0.5rem;
}

div.tns-nav {
    display: flex;
    justify-content: center;
}

.richtext h2 {
    font-weight: bold;
    font-size: 20px;
}

.richtext h3 {
    font-weight: bold;
}

.richtext a {
    color: #e7333e;
}