@charset "utf-8";
/* CSS Document */


.hero-center-top {
    flex-direction: column;
    height: auto;
    margin-bottom: 5vw;
    row-gap: 35vw;
}

.hero-center-top-left {
    flex-basis: 100%;
    max-width: initial;
}

.hero-center-top-right {
    margin: 0 auto;
}

.hero-center-bg-img {right: 5vw;top: 15vw;        max-width: 90vw;}

.hero-center-top-left h1 {
    text-align: center;
}

.menu {
    width: 100%;
    max-width: initial;
}

.data-carousel {
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
    height: auto;
    row-gap: 0;
}

.data-carousel-title {
    flex-basis: 100%;
    height: 70px;
    justify-content: center;
    border-radius: 0;
    border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
    padding-bottom: 0;
}

.data-carousel-info {
    border-radius: 0;
    border-bottom-right-radius: 5vw;
    border-bottom-left-radius: 5vw;
    border-right: 1px solid #dff4f4;
}

.data-carousel-number {display: none;}

.data-carousel-info-text h4 {
    display: block;
}

.hero-center-bg {
    padding-bottom: 50px;
}

.home-software-item-RIGHT {
    width: calc(100% + (100vw - 100%) / 2);
}

.logo {
    max-width: 170px;
    margin: 0 auto;
}

.home-software-item {
    flex-direction: column;
    width: 98vw;
    margin: 0 auto;
}

.home-software-item-title {
    width: 100%;
    max-width: none;
}

.home-software-item-center.home-software-item-photo {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    left: initial;
    order: 1;
    right: 20px;
    top: -60px;
    align-self: auto;
}

.home-software-item-title {
    order: 2;
}

.home-software-item-description {
    order: 3;
    flex-basis: 100%;
    margin: 0 auto;
    padding: 2vw;
    border: 1px solid #7ff1f0;
    border-bottom-right-radius: 5vw;
    border-bottom-left-radius: 5vw;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

img.home-software-deco {
    display: none;
}

.news-update.centered.max1200 {
    width: 98vw;
}

.home-software-item-title {
    margin: 0 !important;
    border-radius: 5vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
    padding: 5vw !important;
    padding-bottom: 1.5vw !important;
    row-gap: min(6vw, 20px);
}

.home-software-item-description {
    margin: 0 !important;
    border-radius: 5vw !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-right: 1px solid #7ff1f0 !important;
    border-top: 0;
    padding: 5vw !important;
    padding-top: 1.5vw !important;
}

.home-software-item-description-text {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none;
}

.home-software-item-center img {
    position: absolute;
    right: 0;
    top: 0;
}

.home-software {
    margin-top: 6vw;
}

.footer {padding: 40px 10px;}

.footer-content-item {
    align-items: center;
    flex-basis: 30%;
    text-align: center;
    max-width: 100%;
}


.track-record-item {
    flex-grow: 1;
}

.track-record {
    width: 98vw;
    margin: 0 auto;
}

.testimonials {
    max-width: 98vw;
    margin-bottom: 5vw;
}

.data-carousel-info-text {
    padding-left: 0;
    padding-right:15px
}

.home-software-item-title a.btn-generic {
    display: none;
}



.home-software-item-description-text .btn-generic {
    display: flex;
}


.software .hero-center-top {
    height: initial;
}

.in-subtitle {
    text-align: center;
}

.software .hero-center-top-right {
    max-width: 400px;
    flex-basis: 20%;
    flex-grow: initial;
	text-align: center;
}

.hero-center-bottom {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;

}

.hero-center-bottom div:nth-child(1) {
    text-align: center;
    max-width: none;
}



.hero-center-bottom div:nth-child(3) {
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
}

.hero-center-bottom div:nth-child(1) {
    flex-basis: 100%;
    padding: 0;
    margin: 0 auto;
    flex-grow: unset;
}

.columns2-left, .columns2-right {
    flex-basis: 100%;
}

.content-deco-photo {
    border-radius: 100%;
    width: min(40vw, 250px);
    flex-basis: 100%;
    height: min(40vw, 250px);
    justify-content: center;
    margin: 20px auto 0;
    display: flex;
    /* text-align: center; */
    /* place-self: anchor-center; */
}

img.deco-green-offset {
    display: none;
}

.introtext {
    flex-wrap: wrap;
    justify-content: center;
}

.software-file-list a {
    flex-basis: 50%;
}

.footer-content.centered.max1200 {
    justify-content: space-around;
}

.footer-content-item a {
    text-align: center;
}
.data-carousel-info-container {width:65cqw;max-width:none;}

.generic .hero-center-top {row-gap: 5vw;}

.inside .hero-center-top-right > img {max-width: 300px;}

.header {    padding-left: 2vw;}