@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }


.acc-hidden{
    display: none;
    animation: fadeEffect 2s;
}

.set-width{
    width: 220%!important;
    animation: fadeEffect 2s;
}

.set-content{
    background-color: #F8F8F8;
    background-image:url('')!important;
    justify-content: flex-start!important;
    gap: 32px!important;
}

.acc-wrapper{
    width: 100%;
}

.color-dark{
    color:#0E334A!important;
}

.acc-wrapper .content-wrapper{
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0px 20px;
    height: 520px;
    max-width: 100%;
    overflow: hidden;  
}

.acc-icon{
    width: 44px;
    height: auto;
}

.acc-tab-content .content h3{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: white;
    margin-bottom: 0px;
}

.acc-container{
    width: 100%;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: row;
    gap:0px;
}

.acc{

    height: 100%;
    position: relative;
    transition: 0.50s;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.acc-tab-content{
    height: 100%;
    padding: 48px 36px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.acc-tab-content .content{
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    word-wrap: normal;
}


.acc-tab-title{
    color: white;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    width: 100%;
}

.resize-text{
    font-size: 24px!important;
}

.close-icon{
    width: 22px;
}

.acc-inner{
    width: auto;
    
}

.acc-inner-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    animation: fadeEffect 1s;
}

.acc-inner .acc-icon{
    width: 44px;
    height: auto;
}

.acc-inner h3{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    width: 70%;
}

.acc-inner .red-cta{
    margin-top: 32px;
}

.acc-inner .blue-cta{
    margin-top: 32px;
}

.expand{
    visibility: visible;
    width: 200%;
}

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

    .acc-tab-content{
        padding: 38px 20px;
    }

    .acc-tab-content .content h3{
        font-size: 20px;
    }

    .resize-text{
        font-size: 20px!important;
    }
}


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

    .acc-wrapper .content-wrapper{
        flex-direction: column;
        height: auto;
        padding: 0px;
        overflow: hidden;
    }

    .acc-content{
        width: 100%;
    }


.acc-content  .acc-inner .red-cta{
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 20;
}

.acc-tab-content .content .acc-inner .hs_cos_wrapper_type_cta {
    position: relative;
    z-index: 5;
}

    .acc-container{
        flex-direction: column;
        width: 100%;
    }

    .acc{
        width: 100%!important;
        flex-direction: column;
    }

    .acc-inner{
        max-width: 100%;
        height: auto;
    }

    .acc-inner-content{
        display: flex!important;
    }

    .close-icon{
        margin-top: 50px; 
    }

    .set-width{
        width: 100%;
        height: 220%!important;
    }

    .acc-inner .blue-cta{
        margin-top: 8px;
        display: block;
        text-align: center;
    }
    
    
}