.logged-in .home-intro__background {
    height: calc(100vh - 174px);
}

.home-intro__background {
    /*background: url(../../images/gtagri-intro.jpg) no-repeat center right;*/
    /*background-size: cover;*/
    height: calc(100vh - 142px);
    border-left: 55px solid #fff;
    width: 100%;
    position: relative;
}

.home-intro__background:before {
    content: "";
    width: 100%;
    max-width: 1343px;
    height: 100%;
    background: url(../../images/gtagri-intro-shadow.png) no-repeat center left;
    position: absolute;
    top: 0;
    left: 0;
}

.home-intro__content {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    max-width: 565px;
    height: calc(100vh - 142px);
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-intro__content span {
    font-size: 18px;
    font-weight: 700;
}

.home-intro__content h1 {
    color: #fff;
    font-size: 62px;
    line-height: 1.2;
    margin-top: 75px;
    margin-bottom: 125px;
}

.home-intro__content ul {
    display: flex;
    align-items: center;
    gap: 70px;
}

.home-intro__content li {
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.home-intro__content li:not(:last-child):after {
    content: "";
    width: 44px;
    height: 3px;
    background: #f58220;
    display: block;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -57px;
}

.home-about__wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.home-about__wrapper > * {
    flex: 1 1 0;
}

.home-about__left-items p {
    font-size: 16px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.home-about__left {
    display: flex;
}

.home-about__left-timeline {
    position: relative;
    margin-left: auto;
}

.home-about__left-timeline .item {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
}

.home-about__left-timeline .item-2 .circle {
    order: 2
}

.home-about__left-timeline .item-1 {
    right: 2%;
    bottom: 10%;
}

.home-about__left-timeline .item-2 {
    top: 25%;
    left: -30%;
}

.home-about__left-timeline .circle {
    width: 88px;
    height: 88px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.home-about__left-timeline .circle div {
    width: 67px;
    height: 67px;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-about__right .columns-2 {
    columns: 2;
    column-gap: 70px;
}

.home-about__right p {
    line-height: 2;
}

.home-about__right .btn {
    margin-top: 45px;
}

/*.home-contact-banner {*/
/*    background: url(../../images/gtagri-coop.jpg) repeat center;*/
/*    background-size: cover;*/
/*}*/

.home-contact-banner__content {
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 410px;
}

.home-contact-banner__content h2 {
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 36px;
    line-height: 1.45;
    margin: 0;
}

.home-contact-banner__content h2 span {
    font-weight: 700;
    font-size: 48px;
    display: block;
}

.home-contact-banner__content .btn {
    margin: 45px auto 0 auto;
}

.home-products__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.home-products__list div {
    overflow: hidden;
    position: relative;
    max-width: 480px;
}

.home-products__list div img {
    -webkit-transition: all .75s linear;
    transition: all .75s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.home-products__list div:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.home-products__list span {
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    background: #00a651 url(../../images/gtagri-suppliers-leaf.png) no-repeat center right 20px;
    display: block;
    padding: 15px 20px;
    position: relative;
    margin-top: -1px;
}

.home-products__detail {
    text-align: center;
    padding-top: 65px;
}

.home-products__detail p {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
}

.home-products__detail-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-top: 45px;
}

.home-reference__galleries {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
}

.home-reference__galleries div {
    position: relative;
    border-radius: 8px;
    border: 3px solid #e4e4e4;
    overflow: hidden;
    max-width: 276px;
}

.home-reference__galleries div img {
    border-radius: 8px;
    -webkit-transition: all .75s linear;
    transition: all .75s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.home-reference__galleries div:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.home-cooperation__wrapper {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.home-cooperation__wrapper > * {
    flex: 1 1 0;
}

.home-cooperation__left {
    min-height: 600px;
}

.home-cooperation__left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-cooperation__right {
    background: url(../../images/gtagri-render.png) no-repeat left -150px top 125px;
}

.home-cooperation__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 80px;
    max-width: 760px;
}

.home-cooperation__content ul {
    margin-top: 45px;
}

.home-cooperation__content ul li:before {
    content: "";
    background: url(../../images/icons/gtagri-bullet.png);
    width: 25px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 0;
}

.home-cooperation__content ul li {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding: 10px 0 10px 40px;
}

.home-cooperation__accordions {
    margin-top: 30px;
}

.home-cooperation__accordion {
    width: 100%;
    border: 3px solid #e4e4e4;
    background: #fff;
    margin-top: 20px;
    border-radius: 8px;
}

.home-cooperation__accordion h2 {
    margin: 0;
    font-size: 14px;
}

.home-cooperation__accordion button:before {
    content: "";
    background: url(../../images/icons/gtagri-bullet.png);
    width: 25px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 15px;
}

.home-cooperation__accordion button {
    font-size: 14px;
    font-weight: 700;
    border: 0;
    padding: 15px 30px 15px 50px;
    background: #fff;
    display: block;
    border-radius: 8px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.cooperation__accordion-body {
    padding: 0 25px 15px 25px;
}

.cooperation__accordion-head {
    position: relative;
}

.is-open > .cooperation__accordion-head::after {
    transform: translate(0, -50%) rotate(225deg);
    margin-top: 2px;
}

.cooperation__accordion-head::after {
    transition: transform 0.2s ease-out;
    content: "";
    transform: translate(0, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 0;
    margin-top: -2px;
    padding: 3px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    color: #ccc;
}

@media (max-width: 1660px) {
    .home-about__left-timeline {
        max-width: 520px;
    }
}

@media (max-width: 1440px) {
    .home-about__left-timeline {
        max-width: 450px;
    }
}

@media (max-width: 1367px) {
    .home-intro__content h1 {
        font-size: 52px;
        margin-top: 50px;
        margin-bottom: 75px;
    }
}

@media (max-width: 1240px) {
    .home-about__wrapper {
        flex-direction: column;
    }

    .home-about__left-timeline {
        max-width: 100%;
    }

    .home-about__left-timeline .item-2 {
        top: 12%;
        left: -5%;
    }
}

@media (max-width: 1024px) {
    .home-products__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }

    .home-products__list > div {
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .home-intro__background,
    .logged-in .home-intro__background {
        height: auto;
        border-left: 0
    }

    .home-intro__content {
        max-width: 100%;
        height: auto;
        padding: 60px 0;
        text-align: center;
    }

    .home-intro__content ul {
        justify-content: center;
    }

    .home-cooperation__wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .home-reference__galleries {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-about__right .columns-2 {
        columns: 1;
        column-gap: 0;
    }

    .home-about__left-timeline .item-2 {
        top: -5%;
        left: 11%;
    }

    .home-about__left-timeline .item-1 {
        right: 2%;
        bottom: -5%;
    }

    .home-about__left-items p {
        font-size: 14px;
    }

    .home-contact-banner__content h2 {
        font-size: 28px;
    }

    .home-contact-banner__content h2 span {
        font-size: 32px;
    }

    .home-contact-banner__content {
        min-height: 350px;
    }

    .home-products__detail-buttons {
        flex-direction: column;
        gap: 30px;
    }

    .home-products__detail-buttons .btn {
        max-width: 100%;
    }


    .home-cooperation__left {
        min-height: 100px;
    }

    .home-cooperation__content {
        padding: 15px 30px;
        max-width: 100%;
    }

    .home-reference__galleries {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .home-intro__content h1 {
        font-size: 32px;
        margin: 30px 0;
    }

    .home-intro__content ul {
        flex-direction: column;
        gap: 15px;
    }

    .home-intro__content li:not(:last-child):after {
        position: relative;
        top: 0;
        right: auto;
        margin: 15px auto 0 auto;
    }

    .home-products__list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}