.wrapper {
    width: 800px;
    margin: 20px auto
}

.links {
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 20px
}

.links ul {
    display: flex;
    justify-content: center;
    list-style: none
}

.links ul li {
    margin: 0 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer
}

.links ul li:hover,
.links ul li.active {
    color: #48246e
}

.list-view .view_item {
    background: #fff;
    margin: 10px;
    display: flex;
    align-items: center
}

.list-view .view_item:last-child {
    margin-bottom: 0
}

.list-view .view_item .vi_left {
    width: 140px
}

.view_item .title {
    font-weight: 600;
    padding: 20px
}

.view_item .content {
    margin: 5px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
    padding: 20px
}

.gallery {}

.gallery img {
    width: 230px;
    padding: 5px;
    transition: 1s
}

.gallery img:hover {
    transform: scale(1.1)
}

/.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 40px 0
}

.slide-content {
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px
}

.card {
    border-radius: 25px;
    background-color: #fff
}

.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #48246e;
    border-radius: 25px 25px 0 25px
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #48246e
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #fff
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 4px
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #48246e
}

.name {
    font-size: 18px;
    font-weight: 500
}

.description {
    font-size: 14px;
    text-align: center
}

.swiper-navBtn {
    color: #48246e;
    transition: color .3s ease
}

.swiper-navBtn:hover {
    color: #48246e
}

.swiper-navBtn::before,
.swiper-navBtn::after {
    font-size: 35px
}

.swiper-button-next {
    right: 0
}

.swiper-button-prev {
    left: 0
}

.swiper-pagination-bullet {
    background-color: #48246e;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: #48246e
}

@media screen and (max-width:768px) {
    .slide-content {
        margin: 0 10px
    }
    .swiper-navBtn {
        display: none
    }
}

.arrow_right {
    height: 12px;
    width: 12px;
    padding-bottom: 2px
}

body {
    counter-reset: section
}

.auto_num::before {
    counter-increment: section;
    content: counter(section)
}

body .gform_wrapper {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    margin: 20px auto;
    padding: 20px;
    border-radius: 5px
}

body .itro_opaco,
body .itro_popup {
    width: 50%;
    margin: 20px auto
}

body .gform_wrapper .gform_heading {
    display: flex;
    flex-direction: column
}

body .gform_wrapper .gform_heading .gform_title {
    text-align: center;
    font-size: 24px;
    color: #3d1767;
    padding: 20px 0;
    display: block;
    order: -1;
    font-weight: 700;
    background-color: #f9f9f9
}

body .gform_wrapper .gfield input[type=text],
body .gform_wrapper .gfield textarea {
    border: 1px solid #696262;
    width: 100%;
    padding: 10px;
    border-radius: 5px
}

body .gform_wrapper .gform_footer input[type=submit] {
    background-color: #48246e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #5f5f5f;
    cursor: pointer
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #3d1767
}

body .gform_wrapper .gform_required_legend {
    display: none
}

#close_cross {
    top: 20px
}

@media only screen and (max-width:600px) {
    body .gform_wrapper {
        margin: 10px auto;
        padding: 10px
    }
    body .itro_opaco,
    body .itro_popup {
        width: 90%
    }
    body .gform_wrapper .gform_heading .gform_title {
        font-size: 18px;
        padding: 10px 0
    }
    body .gform_wrapper .gfield input[type=text],
    body .gform_wrapper .gfield textarea {
        padding: 5px
    }
    body .gform_wrapper .gform_footer input[type=submit] {
        padding: 5px 10px
    }
}

@media only screen and (min-width:601px) and (max-width:1024px) {
    body .gform_wrapper {
        margin: 15px auto;
        padding: 15px
    }
    body .itro_opaco,
    body .itro_popup {
        width: 70%
    }
    body .gform_wrapper .gform_heading .gform_title {
        font-size: 20px;
        padding: 15px 0
    }
    body .gform_wrapper .gfield input[type=text],
    body .gform_wrapper .gfield textarea {
        padding: 7px
    }
    body .gform_wrapper .gform_footer input[type=submit] {
        padding: 7px 14px
    }
}