html, body{
    margin: 0;
    overflow-x: hidden;
}
li{
    list-style: none;
}
hr{
    display:none;
}
input{
    border-style: unset;
    color: #fff;
}
::-webkit-input-placeholder {
    color: #ffffff8c;
}
input:focus-visible {
    outline: none;
    border: none;
}
.special{
    color: #8CC540!important;
    font-size: 1.2rem;
}
.just-green{
    color: #8CC540;
    font-weight: 700;
}
.green-link {
    position:relative;
    text-decoration: none;
    color: #8CC540;
    font-weight: 700;
    font-style: initial;
}
.green-link:hover{
    display: inline-block;
    position: relative;
}
    .green-link::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        right: 0;
        background-color: #8CC540;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
    
    .green-link:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
@font-face{font-family:"articulat_bold";src:url("../webfonts/articulatcf-bold-webfont.woff2") format("woff2"),url("../webfonts/articulatcf-bold-webfont.woff") format("woff");font-weight:normal;font-style:normal}
@font-face{font-family:"articulat_regular";src:url("../webfonts/articulatcf-regular-webfont.woff") format("woff2"),url("../webfonts/articulatcf-regular-webfont.woff2") format("woff");font-weight:normal;font-style:normal}
@font-face{font-family:"articulat_demibold";src:url("../webfonts/articulat-cf-demi-bold.ttf") format("truetype")}

h1,h2,h3,h4,h5,h6{
    font-family: "articulat_demibold";
}
p, span, li, a{
    font-family: "articulat_regular";
}

.container{padding-right:var(--bs-gutter-x, 1.25rem);padding-left:var(--bs-gutter-x, 1.25rem);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:740px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1440px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1400px}}@media(min-width: 1600px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1472px}}

.py-3{
    padding: 3rem 0;
}
.py-5{
    padding: 5rem 0;
}
/******************************************************* MOBILE SLIDER MENU ***************************************************************************/
.black {
    background-color: #000;
}
.hide{
    display: none;
}
.show{
    display: block!important;
}
#logo_img-white {
    display: none;
}
.site_logo{
    padding: 1rem;
}
.site_logo img{
    width: 33%;
}
#sidebarMenu {
    height: 100%;
    position: fixed;
    z-index: 99;
    left: 0;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    background: #000;
}
.sidebarMenuInner{
    margin:0;
    padding:1rem;
}
.sidebarMenuInner li{
    font-size: 1.125rem;
    list-style: none;
    color: #fff;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255);
}
.sidebarMenuInner li:first-child{
    border-top: 1px solid rgba(255, 255, 255);
}
.sidebarMenuInner li a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}
input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 0.5rem;
    right: 2rem;
    width: 2.5rem;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #8CC540;
    border-radius: 50px;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
    margin: 0.5rem;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 0.5rem;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(133deg);
    margin: 1.2rem 1rem 0.1rem 1rem;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-136deg);
    margin: -0.6rem 0 -1rem 1rem;
}
.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}
.accordion .a-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 5px;
}
.accordion .a-container .a-btn {
    margin: 0;
    position: relative;
    font-size: 1.125rem;
    padding: 0rem;
    color: #fff;
    font-weight: 400;
    display: block;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.accordion .a-container .a-btn span {
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 5px;
    pointer-events: none;
}
.accordion .a-container .a-btn span:after {
    content: '';
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 6px;
}
.accordion .a-container .a-btn span:before {
    content: '';
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 6px;
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}
.accordion .a-container.active .a-btn span:after {
    background-color: #8CC540;
}
.accordion .a-container.active .a-btn span:before {
    background-color: #8CC540;
}
.accordion .a-container .a-panel {
    width: 100%;
    color: #8CC540;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
}
.accordion .a-container.active .a-btn {
    color: #8CC540;
}
.accordion .a-container.active .a-btn span::before {
    transform: rotate(0deg);
    color: #8CC540;
}
.accordion .a-container.active .a-panel {
    padding: 1rem 0rem;
    opacity: 1;
    max-height: 500px;
}
a.sub-link {
    display: block;
    text-transform: unset!important;
    padding: 0.5rem 0;
}
a.sub-link:before{
    content:"-";
}
@media(min-width:900px){
    #header{
        padding: 1rem 7rem;
    }
}
@media(min-width:1100px){
    hr{
        border: 0;
        clear: both;
        position: absolute;
        display: block;
        width: 100%;
        background-color: #8CC540;
        height: 2px;
        margin-top: 0rem;
        margin-left: -1rem;
    }
    .hover-underline-animation {
        display: inline-block;
        position: relative;
        color: #8CC540;
    }
    
    .hover-underline-animation::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        right: 0;
        background-color: #8CC540;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
    
    .hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
    }
    .site_logo img{
        width: unset;
    }
    /*********************  menu   ******************/
    #main-row{
        display: flex;
        justify-content: space-between;
    }
    .menu-pc{
        display: flex;
        align-self: center;    
    }
    .accordion .a-container{
        padding: 0;
    }
    .sidebarMenuInner li a:before{
        content:unset;
    }
    #sidebarMenu {
        height: unset;
        position: unset;
        z-index: unset;
        left: unset;
        width: unset;
        transform: unset;
        transition: unset;
        background: #fff;
    }
    #sidebarMenu .sidebarMenuInner li a:hover{
        color: #8CC540;
    }
    .sidebarMenuInner li{
        cursor: pointer;
    }
    .sidebarMenuInner li:first-child{
        border-top: none;
    }
    .sidebarIconToggle{
        display: none;
    }
    .sidebarMenuInner{
        margin:unset;
        padding:unset;
        display: flex;
        align-items: center;
    }
    #sidebarMenu .sidebarMenuInner li{
        font-size: unset;
        list-style: none;
        color: #000;
        padding: unset;
        cursor: pointer;
        border-bottom: unset;
    }
    #sidebarMenu .sidebarMenuInner li a{
        color: #000;
        text-transform: lowercase;
        font-weight: 600;
    }
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container .a-btn{
        color: #000;
        text-transform: lowercase;
        font-size: 1rem;
        margin: 0 1rem;
        font-weight: 600;
        z-index: 4;
        position: relative;
    }
    /* #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container .a-btn::after{
        content: ' +';
    } */
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container .a-panel {
        position: absolute;
        padding: 4rem 1rem 1rem 1rem;
        background: #fff;
        display: flex;
        flex-direction: column;
        width: auto;
        opacity: 0;
        visibility: hidden;
        z-index: 3;
    }
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container:hover .a-panel,
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container:focus .a-panel {
        opacity: 1;
        visibility: visible;
        overflow: unset;
        max-height: unset;
    }
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container .a-panel a {
        opacity: 0;
        margin: 1rem 0;
    }
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container:hover .a-panel a,
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container:focus .a-panel a {
        opacity: 1;
        visibility: visible;
    }
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container .a-btn:hover{
        color: #8CC540!important;
        text-decoration: none;
        display:block;
    }
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container.active .a-panel{
        padding: 1rem;
        width: auto;
    }
    #sidebarMenu .sidebarMenuInner .nav-item .accordion .a-container.active .a-btn {
        color: #000;
        text-transform: lowercase;
        font-size: 1rem;
    }
    .accordion .a-container .a-btn span:after {
        background-color: #000;
    }
    .accordion .a-container .a-btn span:before {
        background-color: #000;
    }
    .nav-link{
        margin: 0 1rem;
    }
    #sidebarMenu .sidebarMenuInner .nav-item .accordion.v1 .a-container .a-btn span:after {
        display:none
    }
    #sidebarMenu .sidebarMenuInner .nav-item .accordion.v1 .a-container .a-btn span:before {
        display:none
    }
    .overflow-hidden {
        overflow-y: hidden;
    }
}
@media(min-width:1600x){
    #header{
        padding: 1rem 12rem;
    }
}
@media(min-width:1600x){
    #header{
        padding: 1rem 16rem;
    }
}
/*****************************************************  HERO   ******************************************************************************/
.hero-dad{
    overflow: hidden;
    position: relative;
}
.hero-banner{
    position: relative;
    width: 100vw;
    height: 0;
    padding: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    animation: animatedBackground 70s linear infinite alternate;
}
@keyframes animatedBackground {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}
.hero-title {
    position: absolute;
    top: 16rem;
    left: 1rem;
    z-index: 2;
    font-size: 2.3rem;
    margin: 1rem;
    /* max-width: 19rem; */
    font-weight: bold;
    font-family: articulat_regular;
    color: #fff;
    animation: hero_title_animation 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}
@keyframes hero_title_animation {
    0% {
        transform: translateY(100px);
        color: #ffffff00;
    }
    100% {
        transform: translateY(0);
        color: #ffffff;
    }
}

.spin-dad{
    position: absolute;
    z-index: 2;
    right: 1.5rem;
    bottom: 4rem;
}
.arrow {
    position: absolute;
    top: 2.8rem;
    right: 3rem;
}
.spin{
    animation: spinning 15s linear infinite;
}
@keyframes spinning {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@media(min-width:600px){
    .site_logo img{
        width: 19%;
    }
    .hero-banner{
        position: relative;
        width: 100vw;
        height: 0;
        padding: 30%;
        background-size: contain;
        background-repeat: no-repeat;
        animation: animatedBackground 70s linear infinite alternate;
    }
    .hero-title {
        top: 10rem;
        left: 1rem;
        font-size: 3.3rem;
        /* max-width: 26rem; */
    }
    .spin-dad{
        right: 2rem;
        bottom: 1rem;
    }
    .spin{
        width: 9.375rem;
        height: 9.375rem;
    }
    .arrow {
        position: absolute;
        top: 3.8rem;
        right: 4rem;
        width: 1.5rem;
    }
    #sidebarMenu{
        margin: -0.5rem 0 0 0;
    }
}
@media(min-width:1100px){
    .site_logo img{
        width: 100%;
    }
    .hero-banner{
        padding: 0;
        width: 100vw;
        height: 94vh;
        background-size: auto;
    }
    .hero-title {
        top: 17rem;
        /* max-width: 42rem; */
        font-size: 8.3vh;
        margin: 0 15rem;
    }
    .spin-dad{
        right: 12.4rem;
        bottom: 6rem;
    }
    .spin{
        width: 9.375rem;
        height: 9.375rem;
    }
    .arrow {
        position: absolute;
        top: 3.8rem;
        right: 4rem;
        width: 1.5rem;
    }
}
/*****************************************************  SECTION 1   ******************************************************************************/
.section-1{
    padding-top: 5rem;
}
.container_main-title {
    font-size: 2.4rem;
    margin: 0;
    color: #000;
}
.container_main-title strong{
    font-family: auto;
}
.container_main-paragraph p{
    color: #000;
}
@media(min-width:1100px){
    .container_main-title{
        font-size: 5.3rem;
        max-width: 20rem;
        line-height: 1;
    }
}
/*****************************************************  SECTION 2   ******************************************************************************/
.section-2_gallery{
    display: flex;
    flex-direction: column;
}
.section-2_gallery_row{
    width: 100%;
    flex-direction: row;
    display: flex;
    position: relative;
}
.section-2_gallery_column_1, .section-2_gallery_column_2{
    position: relative;
    flex-direction: column;
    display: flex;
    width: 100%;
}
.section-2_gallery_img-dad-1 {
    width: 64rem;
}
.section-2_gallery_img-dad-1-1{
    position: relative;
}
.section-2_gallery_img-dad-3, .section-2_gallery_img-dad-4{
    margin: 1rem 0 0 0;
    width: 100%;
    height: 50%;
    object-fit: cover;
    background: no-repeat;
    position: relative;
}
.section-2_gallery-img-1 {
    height: 13rem;
    background: no-repeat;
    background-size: cover;
    width: 100%;
}
.section-2_gallery-img-2{
    height: 20rem;
    background-size: cover;
    margin: 1rem 1rem 0 0;
}
.section-2_gallery-img-3, .section-2_gallery-img-4 {
    width: 100%;
    height: 100%;
    background-size: cover;
}
/************* ANIMATION 1 ******************/

.section-2_green-animation-1{
    background: #8CC540;
    height: 100%;
    position: absolute;
    width: 100%;
}
.green-animation-1{
    animation-name: green-animation-1;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-duration: 1.5s;
    animation-fill-mode: forwards;  
}
@keyframes green-animation-1 {
    from {width: 100%;}
    to {width: 2%;}
    
}
/************* ANIMATION 2 ******************/

.section-2_green-animation-2{
    background: #8CC540;
    height: 2%;
    position: absolute;
    bottom: 0;
    width: 91.5%;
}
.green-animation-2{
    animation-name: green-animation-2;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-duration: 1.5s;
}
@keyframes green-animation-2 {
    from {height: 100%;}
    to {height: 2%;}
}
/************* ANIMATION 3 ******************/

.section-2_green-animation-3{
    background: #8CC540;
    height: 100%;
    position: absolute;
    right: 0;
    width: 2%;
}
.green-animation-3{
    animation-name: green-animation-3;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-duration: 1.5s;
}
@keyframes green-animation-3 {
    from {width: 100%;}
    to {width: 2%;}
}
/************ ANIMATION 4 *****************/

.section-2_green-animation-4{
    background: #8CC540;
    height: 100%;
    position: absolute;
    width: 2%;
}
.green-animation-4{
    animation-name: green-animation-4;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-duration: 1.5s;
}
@keyframes green-animation-4 {
    from {width: 100%;}
    to {width: 2%;}
}
@media(min-width:1100px){
    .section-2{
        margin-top: 10rem;
    }
    .container_main-paragraph p{
        position: absolute;
        margin: 15rem 0 0 27rem;
        line-height: 1.7rem;
        width: 65rem;
    }
    .section-2_gallery{
        display: flex;
        flex-direction: column;
    }
    .section-2_gallery_row{
        width: 100%;
        position: relative;
        flex-direction: row;
        display: flex;
        /* position: relative; */
    }
    .section-2_gallery_column_1{
        width: 30%;
    }
    .section-2_gallery_column_2{
        flex-direction: row;
        width: 70%;
    }
    .section-2_gallery_img-dad-1{
        position: absolute;
        height: 22rem;
        margin-top: -20.6rem;
        width: 61rem;
        right: 0;
    }
    .section-2_gallery_img-dad-3 {
        margin: 1rem 0 0 0;
        width: 20rem;
        height: 18rem;
        position: absolute;
        bottom: 0;
        object-fit: cover;
        background: no-repeat;
    }
    .section-2_gallery_img-dad-4{
        margin: 1rem 0 0 0;
        width: 43rem;
        height: 18rem;
        bottom: 0;
        right: 0;
        position: absolute;
        object-fit: cover;
        background: no-repeat;
    }
    .section-2_gallery-img-1 {
        height: 22rem;
        position: absolute;
        background: no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    .section-2_gallery-img-2{
        height: 40rem;
        background-size: cover;
        width: 23rem;
        margin: -10rem 1rem 0 0;
    }
    .section-2_gallery-img-3 {
        position: absolute;
        width: 16rem;
        height: 100%;
        background-size: cover;
    }
    .section-2_gallery-img-4{
        width: 43rem;
        height: 100%;
        background-size: cover;
        background-position: 0rem 20rem;
    }
    /************* ANIMATION 1 ******************/
    
    .section-2_green-animation-1 {
        background: #8CC540;
        height: 22rem;
        position: absolute;
        right: 0;
        z-index: 99;
        width: 100%;
    }
    .green-animation-1{
        animation-name: green-animation-1;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-duration: 1.5s;
    }
    @keyframes green-animation-1 {
        from {width: 100%;}
        to {width: 2%;}
    }
    /************* ANIMATION 2 ******************/
    
    .section-2_green-animation-2{
        background: #8CC540;
        height: 2%;
        position: absolute;
        bottom: 0;
        width: 23rem;
    }
    .green-animation-2{
        animation-name: green-animation-2;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-duration: 1.5s;
    }
    @keyframes green-animation-2 {
        from {height: 100%;}
        to {height: 2%;}
    }
    /************* ANIMATION 3 ******************/
    
    .section-2_green-animation-3{
        background: #8CC540;
        height: 100%;
        position: absolute;
        right: 0;
        width: 2%;
    }
    .green-animation-3{
        animation-name: green-animation-3;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-duration: 1.5s;
    }
    @keyframes green-animation-3 {
        from {width: 100%;}
        to {width: 2%;}
    }
    /************ ANIMATION 4 *****************/
    
    .section-2_green-animation-4{
        background: #8CC540;
        height: 100%;
        position: absolute;
        width: 2%;
    }
    .green-animation-4{
        animation-name: green-animation-4;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-duration: 1.5s;
    }
    @keyframes green-animation-4 {
        from {width: 100%;}
        to {width: 2%;}
    }
}
@media(min-width:1600px){
    .section-2{
        margin-top: 10rem;
    }
    .container_main-paragraph p{
        position: absolute;
        margin: 15rem 0 0 29rem;
        line-height: 1.7rem;
        width: 65rem;
    }
    .section-2_gallery{
        display: flex;
        flex-direction: column;
    }
    .section-2_gallery_row{
        width: 100%;
        position: relative;
        flex-direction: row;
        display: flex;
        /* position: relative; */
    }
    .section-2_gallery_column_1{
        width: 30%;
    }
    .section-2_gallery_column_2{
        flex-direction: row;
        width: 70%;
    }
    .section-2_gallery_img-dad-1{
        position: absolute;
        height: 22rem;
        margin-top: -20.6rem;
        width: 64rem;
        right: 0;
    }
    .section-2_gallery_img-dad-3 {
        margin: 1rem 0 0 0;
        width: 20rem;
        height: 18rem;
        position: absolute;
        bottom: 0;
        object-fit: cover;
        background: no-repeat;
    }
    .section-2_gallery_img-dad-4{
        margin: 1rem 0 0 0;
        width: 43rem;
        height: 18rem;
        bottom: 0;
        right: 0;
        position: absolute;
        object-fit: cover;
        background: no-repeat;
    }
    .section-2_gallery-img-1 {
        height: 22rem;
        position: absolute;
        background: no-repeat;
        background-position: bottom;
        background-size: cover;
    }
    .section-2_gallery-img-2{
        height: 40rem;
        background-size: cover;
        width: 27rem;
        margin: -10rem 1rem 0 0;
    }
    .section-2_gallery-img-3 {
        position: absolute;
        width: 20rem;
        height: 100%;
        background-size: cover;
    }
    .section-2_gallery-img-4{
        width: 43rem;
        height: 100%;
        background-size: cover;
        background-position: 0rem 20rem;
    }
    /************* ANIMATION 1 ******************/
    
    .section-2_green-animation-1 {
        background: #8CC540;
        height: 22rem;
        position: absolute;
        right: 0;
        z-index: 99;
        width: 100%;
    }
    .green-animation-1{
        animation-name: green-animation-1;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-duration: 1.5s;
    }
    @keyframes green-animation-1 {
        from {width: 100%;}
        to {width: 2%;}
    }
    /************* ANIMATION 2 ******************/
    
    .section-2_green-animation-2{
        background: #8CC540;
        height: 2%;
        position: absolute;
        bottom: 0;
        width: 27rem;
    }
    .green-animation-2{
        animation-name: green-animation-2;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-duration: 1.5s;
    }
    @keyframes green-animation-2 {
        from {height: 100%;}
        to {height: 2%;}
    }
    /************* ANIMATION 3 ******************/
    
    .section-2_green-animation-3{
        background: #8CC540;
        height: 100%;
        position: absolute;
        right: 0;
        width: 2%;
    }
    .green-animation-3{
        animation-name: green-animation-3;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-duration: 1.5s;
    }
    @keyframes green-animation-3 {
        from {width: 100%;}
        to {width: 2%;}
    }
    /************ ANIMATION 4 *****************/
    
    .section-2_green-animation-4{
        background: #8CC540;
        height: 100%;
        position: absolute;
        width: 2%;
    }
    .green-animation-4{
        animation-name: green-animation-4;
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-duration: 1.5s;
    }
    @keyframes green-animation-4 {
        from {width: 100%;}
        to {width: 2%;}
    }
}
/*****************************************************  SECTION 3   ******************************************************************************/
.section-3_pc{
    display: none;
}
.section-3_mobile{
    display: block;
}
.section-3_main-title{
    font-size: 2.4rem;
    margin: 3rem 0 2rem 0;
    color: #000;
}
.section-3_main-title strong{
    font-family:auto;
}
.slide-up_animation {
    animation: slide-up_animation 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}
@keyframes slide-up_animation {
    0% {
        transform: translateY(50px);
        color: #ffffff00;
    }
    100% {
        transform: translateY(0);
        color: #ffffff;
    }
}
.slide-left_animation {
    animation: slide-left_animation 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
}
@keyframes slide-left_animation {
    0% {
        transform: translateX(50px);
        color: #ffffff00;
    }
    100% {
        transform: translateY(0);
        color: #ffffff;
    }
}
.section-3_subcard img {
    width: 100%;
}
.section-3_img-wrapper {
    overflow: hidden;
}
.test{
    transition: 0.9s ease;
    transform: scale(1.10);
}
.test2{
    transition: 0.9s ease;
    transform: scale(1.0);
}
.section-3_link{
    margin: 0.25rem 0 1rem 0;
}
.section-3_link a {
    text-decoration: none;
    font-size: 1.4rem;
    color: #000;
    font-weight: 700;
}
.section-3_link a:hover{
    color: #8CC540;
}
.section-3_link-2{
    color: #8CC540;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
}
.section-3_link-2:hover{
    color: #8CC540;
}
.section-3_arrow{
    padding: 0 0 0 0.5rem;
}
.glide__arrow{
    padding: 1rem;
    margin: 0.5rem;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    border: 1px solid #8CC540;
    background: #ffffff00;
    cursor: pointer;
}
.glide__arrow:hover{
    transform:scale(1.1);
    transition: ease-in 0.2s;
}
.glide-pc{
    display: none;
}
.glide-mobile{
    display: block;
}
.section-3_img-wrapper{
    height: 15.5rem;
}
@media(min-width:1600px){
    .section-3_img-wrapper{
        width: 30.5rem;
        height: 22.5rem;
    }
}
@media(min-width:1100px){
    .section-3_main-title{
        font-size: 4rem;
    }
    .section-3_pc{
        display: block;
    }
    .section-3_mobile{
        display: none;
    }
    .section-3_pc{
        background:#8CC54010;
    }
    .section-3_margin-pc{
        padding: 3rem 0 4rem 20rem;
        margin: 5rem 0;
    }
    .slider__frame1[class*=active] {
        transition: background 0.1s ease-in;
    }
    .slider__frame1 {
        border-radius: 0.16667em;
        text-align: left;
        color: #000;
    }
    .slider__frame1 p{
        margin: 1rem 0;
    }
    .glide-home {
        display: block;
        position: absolute;
        left: 70rem;
        top: -6.7rem;
    }
    .section-3_img-wrapper{
        width: 23.5rem;
        height: 22.5rem;
    }
    .section-3_img-wrapper img{
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
/*****************************************************  SECTION 4 & 5   ******************************************************************************/
.section-4,.section-5,.section-6{
    margin: 3rem 0;
}
.section-4 h2, .section-5 h2 {
    font-size: 2rem;
    color: #000;
    margin: 0;
}
.section-4_img-wrapper{
    width: 20rem;
    height: 12rem;
    overflow: hidden;
    flex-basis: 100%;
}
.section-4_arrow{
    padding: 0 0 0 0.3rem;
}
.section_4_accordion, .section_5_accordion{
    border-top: solid 1px;
    margin: 1rem 0;
}
.accordion.v2{
    border-bottom: solid 1px;
}
.accordion.v2 .a-container .a-btn {
    padding: 1rem 0rem;
}
.accordion.v2 p{
    color: #000!important;
}
.accordion.v2 .a-container .a-btn span:before,
.accordion.v2 .a-container .a-btn span:after {
    background-color: #000;
}
.accordion.v2 .a-container .a-btn{
    font-weight: 600;
}
.accordion.v2 .a-container .a-btn span {
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    right: 20px;
    top: 20px;
}
.accordion.v2 .a-container.active .a-btn{
    color: #8CC540!important;
}
.accordion.v2 .a-container.active .a-btn span:before{
    background-color: #8CC540!important;
}
.accordion.v2 .a-container.active .a-btn span:after{
    background-color: #8CC540!important;
}
.section-4_link-2_div{
    margin: 1rem 0;
}
.section-4_link-2 {
    color: #8CC540;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
}
.section-4_img, .section-5_img{
    display: none;
}
.section_4_inner-link{
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.section_4_inner-arrow{
    padding: 0 0 0 0.5rem;
}
@media(min-width:1100px){
    .section-4, .section-5{
        display: flex;
        justify-content: center;
        margin: 10rem auto 15rem auto;
    }
    .section-4_a-panel{
        display: flex;
        align-items: center;
    }
    .section-4_a-panel_answer{
        padding: 1rem;
    }
    .section-4_img, .section-5_img{
        display: block;
    }
    .section-4 h2, .section-5 h2{
        font-size: 3.5rem;
        margin: 0;
    }
    .section-4 h2 strong, .section-5 h2 strong{
        font-family:auto;
    }
    .section-4_flex, .section-5_flex{
        display: flex;
        align-items: flex-start;
    }
    .section-4_div1, .section-5_div1{
        margin: 0 10rem 0 0;
        max-width: 50rem;
    }
}
/**************************************************** SECTION 6 ***************************************************************/
.section-6{
    padding: 3rem 0;
}
.section-6 h2{
    margin: 1rem 0;
    font-size: 2rem;
    color: #000;
}
.section-6 h2 strong{
    font-family:auto;
}
.section-6_carousel{
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25);
    padding: 1rem;
    margin: 1rem 0;
}
.section-6-img_wrapper{
    width: auto;
    height: 17rem;
}
.section-6-img_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-6_signature{
    margin: 1rem 0;
}
.section-6_arrow{
    padding: 0 0 0 0.5rem;
}
.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    cursor: -webkit-grab;
}
.glide * {
    box-sizing: inherit; }
.glide__track {
    overflow: hidden; }
.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
    user-select: none; }
.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: initial;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none; }
.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
.glide--rtl {
    direction: rtl; }
.fas {
    right: 5px;
    position: absolute;
    top: 6px;
}
.slider__frame2[class*=active] {
    background: #fff;
    transition: background 0.1s ease-in;
}
.slider__frame2 {
    border-radius: 0.16667em;
    text-align: center;
    color: #000;
    background: #fff;
    font-style: italic;
}
.slider__frame2 p{
    margin: 2rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}
.section-6_inner-img{
    width: 100%;
}

.slider__bullet:focus, .slider__bullet:hover {
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0.5);
}
.slider__bullets {
position: absolute;
z-index: 2;
bottom: 1.5rem;
left: 50%;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
list-style: none;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 0;
}
.slider__bullet {
background-color: #8cc54078;
width: 9px;
height: 9px;
padding: 0;
border-radius: 50%;
border-style: none;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
line-height: 0;
margin: 0 0.5em;
}
.slider__bullet[class*=active] {
background-color: #8CC540;
}
@media(min-width:1100px){
    .section-6{
        background: linear-gradient(180deg, #8CC54010 0%, rgba(140, 197, 64, 0) 100%);
    }
    .section-6 h2{
        font-size: 3.5rem;
        margin: 0;
    }
    .section-6_carousel {
        padding: 0;
        margin: 0;
        box-shadow: none;
    }
    .section-6_carousel-card{
        padding: 1rem;
        height: 33rem;
    }
    .glide__slides{
        overflow: unset;
    }
    .slider__frame2{
        box-shadow: 1px 1px 7px rgb(0 0 0 / 25%);
    }
    .slider__bullets{
        bottom: -1rem
    }
}
/*********************************************** SECTION 7 ************************************************/
.up-footer{
    position: relative;
}
.up-footer_background{
    height: 581px;
    background-size: cover;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.up-footer_background h2{
    color: #fff;
    margin: 1.25rem 0 10rem 1.25rem;
    font-size: 2rem;
}
.spin-dad_up-footer {
    position: absolute;
    z-index: 2;
    right: 1.5rem;
    bottom: 1rem;
}
.arrow_up-footer {
    position: absolute;
    top: 2.8rem;
    right: 3rem;
}
.spin_up-footer{
    animation: spinning_up-footer 15s linear infinite;
}
@keyframes spinning_up-footer {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@media(min-width:1100px){
    .up-footer_background{
        height: 1080px;
    }
    .up-footer_background h2 {
        margin: 10rem 0 10rem 15rem;
        font-size: 4vw;
        line-height: 1;
    }
    .spin-dad_up-footer{
        right: 13.5rem;
        bottom: 4rem;
    }
    .arrow_up-footer{
        width: 2rem;
        top: 4rem;
        right: 1rem;
    }
    .spin_up-footer{
        animation: spinning_up-footer 15s linear infinite;
            width: 150%;
    }
}
/*********************************************** FOOTER ************************************************/
.footer{
    background-color: #8CC540;
}
.footer p{
    color: #fff;
}
.footer-logo_content {
    padding: 1.5rem 3rem 0 0;
}
.footer-content{
    padding: 4rem 1.25rem 2rem 1.25rem;
}
.footer_contact-title p{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0!important;
}
.footer_contact-title-1{
    border-bottom: solid 1px #fff;
}
.footer_contact-info{
    border-bottom: solid 1px #fff;
    padding: 1rem 0;
}
.footer_contact-info_list{
    padding: 0!important;
    margin: 0 0 2rem 0;
}
.footer_contact-info_list li span{
    color: #fff;
    padding: 0.7rem;
}
.footer_contact-form input{
    background: rgba(255, 255, 255, 0.25);
    width: 100%;
    margin: 0.25rem 0;
    padding: 1rem;
    box-sizing: border-box;
}
.footer_contact-form_submit{
    color: #fff;
    width: 50%!important;
    padding: 0.75rem!important;
    cursor: pointer;
}
.footer_contact-form_submit:hover{
    background: rgba(255, 255, 255, 0.5);
}
.footer_socials {
    padding: 2rem 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer_social-icon{
    margin: 0.5rem;
    border-radius: 50%;
    border: solid 1px #fff;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_social-icon:hover{
    transform: translate3d(0,-0.1em,0) scale(1.01);
    transition: transform .1s ease-in-out,background-color .1s ease-in-out,filter .1s ease-in-out;
}
.footer_social-icon a img{
    margin: 0.25rem 0 0 0;
}
.footer_list-item{
    display: flex;
    padding: 0.6rem 0;
    align-items: center;
}
.footer_list-item_img{
    width: 1.5rem;
}
.footer-end{
    text-align: center;
    background-color: #000;
    padding: 2rem 0;
}
.footer-end pre{
    color: #6c6c6c;
    font-family: system-ui;
    margin-bottom: 2rem;
}
.footer_quick-links, .footer_work{
    display: none;
}
.footer_rights{
    display: none;
}
@media(min-width:1100px){
    .footer-logo_content{
        padding: 0;
    }
    .footer_contact-info{
        border: none;
        padding: 0;
    }
    .footer_contact-info{
        display: flex;
        gap: 2rem;
        padding: 2rem 0;
        border-bottom: solid 1px #fff;
    }
    .footer_contact-title-1, .footer_contact-title-2{
        border-bottom: solid 1px #fff;
    }
    .footer_quick-links ul, .footer_work ul{
        padding: 0;
        color: #fff;
    }
    .footer_links li{
        margin: 0 0 1.25rem 0;
    }
    .footer_links li a{
        color: #fff;
        text-decoration: none;
    }
    .footer_links li a:hover{
        color: #ffffffc0;
    }
    .footer_quick-links, .footer_work{
        display: block;
    }
    .footer_contact, .footer_quick-links, .footer_work, .footer_form{
        flex-basis: 25%;
    }
    .footer_contact-form{
        padding: 1rem 0;
    }
    .footer-end .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer_rights{
        display: unset;
    }
}