.lp-header {
    padding: 23px 0;
    height: auto;
}

.lp-header .container {
    display: block;
}

.lp-header-flex {
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: block;
    width: 125px;
}

.lp-header-right-flex {
    margin-left: -7px;
    margin-right: -7px;
}

.lp-header-right .button {
    margin: 7px;
}

@media(max-width:567px){

    .lp-header {
        padding: 15px 0;
    }

    .lp-header-right {
        width: 100%;
        margin-top: 8px;
    }

    .lp-header-right-flex {
        justify-content: center;
    }

    .lp-header-flex {
        justify-content: center;
    }
}



.partner-community-col {
    padding: 20px;
    height: 100%;
}

.partner-community-col h2 {
    line-height: 1.2;
}

.partner-item-content .detail-content {
    max-width: 300px;
}

.partner-item-icon {
    margin-bottom: 7px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.partner-community-col .detail-content {
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: 0.45px;
}

.partner-community-col .detail-content p {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.partner-community-col h3 {
    font-size: var(--p-size-sm);
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin-bottom: 1rem;
    line-height: 1.4;
}


/* Content START */
.module_content .detail-content h2{
    margin-bottom: 1.5rem; 
}

.detail-content a:not(:hover):not(.button) {
    color: var(--secondary-color-02);
}

.module_content .detail-content p{
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
} 
/* Content END */

/* Contact and Image  START */
.contact-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.contact-image {
    height: 116px;
    width: 116px;
    margin: 0 auto 20px;
}

.contact {
    text-align: center;
    /* color: var(--primary-color-01); */
}

.contact-author {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.contact-author strong {
    display: block;
}

.contact-button {
    margin-top: 25px;
}

.contact-content h2 {
    margin-bottom: 1rem;
}

.contact-content .detail-content {
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: 0.45px;
}

.contact-content .detail-content p{
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}
/* Contact and Image  END */

/* Image and Text START */
.module_image-text {
    position: relative;
    z-index: 1;
}

.module_image-text:before {
    position: absolute;
    content: "";
    height: 65%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--background-color1);
    z-index: -1;
}


@media(min-width:567px){
    .module_image-text:before {
        height: 50%;
    }
}

/* Image and Text END */

/* Benefits START */
.module_benefits h2 {
    margin-bottom: 1rem;
    line-height: 1.2;
}

.benefits-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-weight: bold;
}
@media(max-width:566px){
    .benefits-item h3 {
        font-size: 1.4rem;
    }
}

.benefits-flex {
    margin-left: -10px;
    margin-right: -10px;
}

.benefits-item-icon {
    margin-bottom: 15px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits-item {
    padding: 20px 10px;
}

@media(min-width:0){
    .benefits-item {
        width: 100%;
    }
}

@media(min-width:567px){
    .benefits-item {
        width: 33.33%;
    }
}

@media(min-width:768px){
    .benefits-item {
        width: 25%;
    }
}

@media(min-width:1024px){
    .benefits-item {
        width: 16.66%;
    }
}

/* Benefits END */

/* Comweb hero START */
.module_hero-comweb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
}

.module_hero-comweb + section {
    position: relative;
    z-index: 1;
}

.module_hero-comweb:before {
    position: absolute;
    content: "";
    height: 70%;
    left: 0;
    top: 0;
    width: 100%;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #000, #fff);
    z-index: -1;
}

.module_hero-comweb:after {
    position: absolute;
    content: "";
    height: 30%;
    left: 0;
    bottom: 0;
    width: 100%;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to top, #000, #fff);
    z-index: -1;
}

.hero-comweb-icon {
    margin-bottom: 2rem;
}

.module_hero-comweb h1 {
    line-height: 1;
    letter-spacing: 1.74px;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    position: relative;
}

.module_hero-comweb h1:before {
    position: absolute;
    content: "";
    width: 55px;
    height: 2px;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}


@media(min-width:1024px){
    .module_hero-comweb {
        min-height: 570px;
    }
}

/* Comweb hero END */