#frontend_companies_content_home {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 0!important;

    max-width: 100vw!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

#frontend_companies_content_home #frontend_companies_content_home_slider {
    position: relative;
    padding-top: 35%;
    background-image: url( '../../../../images/frontend/frontend_companies/frontend_companies_home/frontend_companies_home_slider_1200_601.png' );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#frontend_companies_content_home #frontend_companies_content_home_slider #frontend_companies_content_home_slider_layout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
}
#frontend_companies_content_home #frontend_companies_content_home_slider #frontend_companies_content_home_slider_layout #frontend_companies_content_home_slider_layout_block {
    max-width: 1400px;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate( -50%, -50% );
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
}
#frontend_companies_content_home #frontend_companies_content_home_slider #frontend_companies_content_home_slider_layout #frontend_companies_content_home_slider_layout_block #frontend_companies_content_home_slider_title {
    font-weight: 600;
    font-size: 2.75rem;
    line-height: 40px;
    color: white;
}
#frontend_companies_content_home #frontend_companies_content_home_slider #frontend_companies_content_home_slider_layout #frontend_companies_content_home_slider_layout_block #frontend_companies_content_home_slider_text {
    margin-bottom: 12px;
    text-align: center;
    font-size: 1.25rem;
    color: white;
}
#frontend_companies_content_home #frontend_companies_content_home_slider #frontend_companies_content_home_slider_layout #frontend_companies_content_home_slider_layout_block #frontend_companies_content_home_slider_button {
    cursor: pointer;
    padding: 12px 48px;
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    border: none;
    border-radius: 0.25rem;
    background: linear-gradient( to bottom,  #1ebb6b 0%, #318d5a 100% );
    transition: background 3s ease;
}
#frontend_companies_content_home #frontend_companies_content_home_slider #frontend_companies_content_home_slider_block #frontend_companies_content_home_slider_button:hover {
    background: linear-gradient( to bottom,  #318d5a 0%, #197e4a 100% );    
}

#frontend_companies_content_home #frontend_companies_content_home_main {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var( --color-frontend_white );
}
#frontend_companies_content_home #frontend_companies_content_home_main #frontend_companies_content_home_main_title {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 40px;

    color: var( --color-frontend_black );
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}
#frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner {
    max-width: 1140px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 32px;
}
#frontend_companies_content_home #frontend_companies_content_home_main #frontend_companies_content_home_main_subtitle {
    font-size: 1.25rem;
}
#frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item {
    border: 1px solid var( --color-frontend_black );
    border-radius: 0.475rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
    padding: 40px 40px;
    row-gap: 24px;
}
#frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_icon {
    padding: 16px;
    background-color: var( --color-frontend_primary );
    border-radius: 0.9rem;
}
#frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_icon img {
    max-width: 64px;
}
#frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_title {
    max-width: 75%;
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 600;
    color: var( --color-frontend_black );
}
#frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_text {
    flex-grow: 1;
    font-size: 1.25rem;
    line-height: 1.2;
    color: var( --color-frontend_black_2 );
}
#frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_text ol {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 32px;
    row-gap: 16px;
    list-style: none;
    padding-left: 0;
}
#frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_text ol li {
    flex-basis: 33.33%;
}
#frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#frontend_companies_content_home .frontend_companies_content_home_section {
    padding: 80px 30px;
}
#frontend_companies_content_home .frontend_companies_content_home_section .frontend_companies_content_home_section_inner {
    max-width: 940px;
    margin: 0 auto;
}
#frontend_companies_content_home .frontend_companies_content_home_section .frontend_companies_content_home_section_title {
    color: var( --color-frontend_black );
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 64px;
    line-height: 1.2;
    
}
#frontend_companies_content_home .frontend_companies_content_home_section .frontend_companies_content_home_section_more {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#frontend_companies_content_home .frontend_companies_content_home_section .frontend_companies_content_home_section_more i {
    color: var( --color-frontend_text_3 );
    font-size: 2.5rem;
    cursor: pointer;    
}

#frontend_companies_content_home #frontend_companies_content_home_services {
    background-color: var( --color-frontend_gray_4 );
}
#frontend_companies_content_home #frontend_companies_content_home_services .frontend_companies_content_home_section_inner {
    max-width: 1400px;
}
#frontend_companies_content_home #frontend_companies_content_home_services_list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;    
}
#frontend_companies_content_home #frontend_companies_content_home_services .frontend_companies_content_home_section_title {
    color: var( --color-frontend_black );
}
#frontend_companies_content_home #frontend_companies_content_home_services_list .frontend_companies_content_home_services_list_item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
    flex-basis: calc( ( 100% / 3 ) - ( 20px * ( 2 / 3 ) ) );
    padding: 40px 20px; 
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}
#frontend_companies_content_home #frontend_companies_content_home_services_list .frontend_companies_content_home_services_list_item .frontend_companies_content_home_services_list_item_title {
    font-size: 1.8rem;
    padding-top: 10px;
    text-align: center;
    font-weight: 800;
    color: var( --color-frontend_white );
}
#frontend_companies_content_home #frontend_companies_content_home_services_list .frontend_companies_content_home_services_list_item .frontend_companies_content_home_services_list_item_text {
    padding: 10px 20px 20px 20px;
    color: var( --color-frontend_white );
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

#frontend_companies_content_home #frontend_companies_content_home_companies {
    background-color: var( --color-frontend_white );
}
#frontend_companies_content_home #frontend_companies_content_home_companies_list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
}
#frontend_companies_content_home #frontend_companies_content_home_companies_list .frontend_companies_content_home_companies_list_item {
    flex-basis: calc( ( 100% / 6 ) - ( 20px * ( 5 / 6 ) ) );
    /* border: 1px solid #d8dadb; */
    transition: border-color 0.3s ease;
    aspect-ratio: 1;
    position: relative;
}
#frontend_companies_content_home #frontend_companies_content_home_companies_list .frontend_companies_content_home_companies_list_item:hover {
    border-color: #707070;
}
#frontend_companies_content_home #frontend_companies_content_home_companies_list .frontend_companies_content_home_companies_list_item img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* padding: 15px;     */
}

#frontend_companies_content_home #frontend_companies_content_home_blog {
    padding: 0 15px;
    background-color: var( --color-frontend_white );
    /* background: linear-gradient( to bottom, #000 12.5%, transparent 0% ); */
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    padding-top: 64px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_bgnd {
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 40%;
    background-color: var( --color-frontend_primary );
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    z-index: 1;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_title {
    color: var( --color-frontend_white );
    font-weight: 600;
    font-size: 2.25rem;
    z-index: 10;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_list {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    /* column-gap: 48px; */
    row-gap: 32px;
    z-index: 10;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_list .frontend_companies_content_home_blog_inner_list_item {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 16px;
    /* flex-basis: calc( 33.33% - ( 16px/2 ) ); */
    flex-basis: 33.33%;
    cursor: pointer;
    background-color: transparent;
    border-radius: 0.475rem;
    transition: background-color 0.3s ease;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_list .frontend_companies_content_home_blog_inner_list_item:hover {
    background-color: var( --color-frontend_primary_background_hover );
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_list .frontend_companies_content_home_blog_inner_list_item .frontend_companies_content_home_blog_inner_list_item_image img {
    display: block;
    width: 100%;
    max-width: 100%;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_list .frontend_companies_content_home_blog_inner_list_item .frontend_companies_content_home_blog_inner_list_item_title {
    color: var( --color-frontend_black );
    font-size: 1.5rem;
    font-weight: 700;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_list .frontend_companies_content_home_blog_inner_list_item .frontend_companies_content_home_blog_inner_list_item_excerpt {
    flex-grow: 1;
    line-height: 1.2;
    text-align: justify;
    font-size: 0.9rem;
    font-weight: 200;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_more {
    padding: 16px 0;
    z-index: 10;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_more button {
    cursor: pointer;
    padding: 16px 48px;
    color: white;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    border: none;
    border-radius: 0.25rem;
    background: linear-gradient( to bottom,  #1ebb6b 0%, #318d5a 100% );
    transition: background 3s ease;
}
#frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_more button:hover {
    background: linear-gradient( to bottom,  #318d5a 0%, #197e4a 100% );
}

@media only screen and (max-width: 600px) {
    #frontend_companies_content_home #frontend_companies_content_home_slider { padding-top: 100%; }
    #frontend_companies_content_home #frontend_companies_content_home_slider #frontend_companies_content_home_slider_layout #frontend_companies_content_home_slider_layout_block { width: auto; left: 15px; right: 15px; transform: none; top: auto; bottom: 20%; }
    #frontend_companies_content_home #frontend_companies_content_home_slider #frontend_companies_content_home_slider_layout #frontend_companies_content_home_slider_layout_block #frontend_companies_content_home_slider_title { font-size: 1rem; line-height: 1.5; text-align: center; }
    #frontend_companies_content_home #frontend_companies_content_home_slider #frontend_companies_content_home_slider_layout #frontend_companies_content_home_slider_layout_block #frontend_companies_content_home_slider_text { font-size: 0.75rem; text-align: center; }
	
    #frontend_companies_content_home .frontend_companies_content_home_section .frontend_companies_content_home_section_title { font-size: 1.5rem; }

    #frontend_companies_content_home #frontend_companies_content_home_main #frontend_companies_content_home_main_title { font-size: 2rem; }
    #frontend_companies_content_home #frontend_companies_content_home_main #frontend_companies_content_home_main_subtitle { font-size: 1rem; }
    #frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item { padding: 20px; row-gap: 16px; }
    #frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_icon { padding: 8px; }
    #frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_icon img { max-width: 48px; }
    #frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_title { max-width: 100%; font-size: 1.25rem; }
    #frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_text ol { font-size: 1rem; }
    #frontend_companies_content_home #frontend_companies_content_home_main .frontend_companies_content_home_section_inner .frontend_companies_content_home_main_item .frontend_companies_content_home_main_item_text ol { flex-direction: column; }

    #frontend_companies_content_home #frontend_companies_content_home_services_list { flex-direction: column; }
    #frontend_companies_content_home #frontend_companies_content_home_services_list .frontend_companies_content_home_services_list_item .frontend_companies_content_home_services_list_item_title { font-size: 1.25rem; }
    #frontend_companies_content_home #frontend_companies_content_home_services_list .frontend_companies_content_home_services_list_item .frontend_companies_content_home_services_list_item_text { font-size: 1rem; }
    
    #frontend_companies_content_home #frontend_companies_content_home_companies_list .frontend_companies_content_home_companies_list_item { flex-basis: calc( ( 100% / 3 ) - ( 20px * ( 2 / 3 ) ) ); }

    #frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_bgnd { height: 15%; left: 2.5%; right: 2.5%; }
    #frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner { padding-left: 15px; padding-right: 15px; }
    #frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_list { flex-direction: column; }
    #frontend_companies_content_home #frontend_companies_content_home_blog #frontend_companies_content_home_blog_inner #frontend_companies_content_home_blog_inner_list .frontend_companies_content_home_blog_inner_list_item .frontend_companies_content_home_blog_inner_list_item_title { font-size: 1.25rem; }
}
