
.is--homepage .hero--section {
    height: 427px;
    background: var(--primary-bg);
}



.hero--section .container {
    height: 100%;
}

.homepage--hero-section {
    background-image: url("../images/homepage/HeroSectionCover.png");
    background-position: center;
    background-position-x: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    margin-left: -20px;
}

.image--meteorite {
    position: absolute;
    left: -10px;
    top: 180px;
}

.image--meteorite img {
    width: 82px;
}

.sub--panel {
    width: 100%;
}

.vector--top {
    width: 100%;
}

.dark--title.has--padding {
    padding-right: 20px;
}

.yellow {
    color: var(--brand-primary);
}

.vector--bottom {
    width: 102%;
    margin-left: -1%;
    display: flex;
    margin-top: -40px;

}

.banner--info-galileo {
    background: var(--secondary--bg);
    padding: 20px;
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 550px;
}

.text--info-small {
    padding: 0px 60px 0px 125px;
    margin-top: 64px;
}

.banner--info-galileo .banner--content {
    display: flex;
    flex-direction: column;
    padding-left: 210px;
    height: 100%;
    justify-content: flex-end;
}

.banner--info-galileo .is--neutral {
    pointer-events: none;
}

.banner--info-galileo .buttons--field {
    display: flex;
    flex-direction: column;
}

.banner--info-galileo .button {
    display: flex;
    margin-bottom: 8px;
}

.button--more .button {
    margin-bottom: 32px;
    margin-top: 50px;
}

.image--galileo {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 0;
}

.image--galileo img {
    height: 452px;
    display: flex;
}

.subtitle.light {
    padding-left: 210px;
    color: white;
    font-weight: 500;
    margin-top: 8px;
    text-transform: initial;
}

.giars {
    position: absolute;
    bottom: -130px;
    right: 0;
}

.index-z-one {
    z-index: 1;
}

.image--clock {
    position: relative;
    left: 0;
}

.image--clock img{
    position: absolute;
    bottom: 10px;
    left: -30px;
    width: 150px;
}

.locations {
    display: inherit;
    padding-top: 0;
}

.locations .bg--primary {
    display: flex;
    padding-top: 360px;
    overflow: hidden;
    position: relative;
}

.vector--second--top {
    display: none;
}

.locations .vector--top {
    position: absolute;
    top: -3px;
    left: 0px;
    width: 101%;
}

.locations .vector--top img {
    object-fit: fill;
}

.location--note {
    margin-top: -40px;
}

.wrapper-right.wrapper--location-note {
    position: relative;
    margin-right: -280px;
}

.members--info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 126px;
    margin-bottom: 210px;
}

.persons {
    width: 26%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 36px;
    z-index: 1;
}

.person--image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.person--image img {
    width: 165px;
}

.persons .name--person {
    margin-bottom: 8px;
    font-weight: 700;
}

.position--person {
    padding: 0px 5px;
}

.arrow--vector {
    position: absolute;
    left: auto;
    top: -30px;
    right: -50px;
}

.florence {
    position: absolute;
    left: auto;
    font-weight: 700;
    right: 110px;
}

.newyork {
    position: absolute;
    left: 150px;
    font-weight: 700;
    right: auto;
    bottom: 0;
}

.section--vector {
    position: relative;
}

.section--vector img {
    width: 540px;
    position: absolute;
    top: -135px;
    z-index: 1;
    left: 100px;
}

.use--cases {
    margin-top: 70px;
}

.cases--panel {
    margin-top: 40px;
}

.cases--panel .top--panel {
    position: relative;
}

.image--david img {
    margin-left: -50px;
}

.cases--panel .info  {
    position: absolute;
    top: 0;
    right: 0;
}

.cases--panel .info h2  {
    margin-bottom: 4px;
}

.david--image-fon {
    background-image: url("../images/homepage/David.png");
    background-position: center;
    background-position-x: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 645px;
    margin-left: -50px;
}

.vector--florence {
    display: none;
}
.vector--florence img{
    width: 300px;
}

@media screen and (max-width: 1260px) {
    .image--meteorite {
        left: 30px;
    }
    .index-z-one {
        z-index: 0;
    }
    .location--note {
        z-index: 2;
    }
    .locations {
        margin-top: 210px;
        padding-top: 0;
        overflow: inherit;
        display: inherit;
    }
    .locations.bg--primary {
        background: var(--main-bg);
    }
    .locations.bg--primary .bg--primary{
        position: relative;
        padding-top: 60px;
        display: flex;
        overflow: inherit;
    }
    .locations .vector--top {
        display: none;
    }
    .locations .vector--top.vector--second--top {
        top: -80px;
        height: 80px;
        display: flex;
    }
    .locations .vector--florence{
        display: flex;
        top: -100px;
        left: auto;
        right: 80px;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1024px) {
    .image--meteorite {
        display: none;
    }
    .location--note .section--container {
        margin-right: 0px;
    }
    .wrapper-right.wrapper--location-note {
        margin-right: 0;
    }
    .image--clock img {
        left: -10px;
        width: 110px;
    }
}

@media screen and (max-width: 768px) {
    .is--homepage .hero--section {
        height: auto;
        padding-bottom: 20px;
    }
    .hero--section .container {
        padding: 0px 20px;
    }
    .homepage--hero-section {
        background-image: url("../images/homepage/HeroSectionCoverMobile.png");
        background-position: top;
        background-position-x: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 0;
        background-position-y: center;
        height: 200px;
    }
    .text--info-small {
        margin-top: 24px;
        padding: 0px 20px 0px 20px;
    }
    .banner--info-galileo {
        height: 450px;
        margin-top: 36px;
    }
    .banner--info-galileo .image--title img {
        width: 100%;
    }
    .subtitle.light {
        padding-left: 130px;
    }
    .banner--info-galileo .banner--content {
        padding-left: 130px;
    }
    .banner--info-galileo .button--more .button {
        margin-top: 24px;
        margin-bottom: 4px;
    }
    .image--galileo img {
        height: auto;
        width: 150px;
    }
    .giars {
        bottom: -100px;
    }
    .giars img {
        width: 170px;
    }
    .locations{
        margin-top: 190px;
    }
    .locations .vector--top.vector--second--top {
        height: 60px;
        top: -60px;
    }
    .locations .vector--florence {
        top: -70px;
        right: 30px;
    }
    .locations .vector--florence img {
        width: 200px;
    }
    .image--clock img {
        width: 100px;
        left: -10px;
        bottom: 20px;
    }
    .members--info {
        margin-top: 36px;
        margin-bottom: 120px;
    }
    .person--image {
        margin-bottom: 16px;
    }
    .person--image img {
        width: 110px;
    }
    .persons {
        margin-bottom: 24px;
    }
    .newyork--vector img {
        width: 360px;
        left: auto;
        right: auto;
        top: -100px;
    }
    .vectors--background {
        display: none;
    }
    .david--image-fon {
        margin-left: -34px;
        height: 495px;
    }
    .cases--panel {
        margin-top: 32px;
    }
    .cases--panel .info{
        padding-left: 190px;
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 480px) {
    .is--homepage .hero--section {
        padding-bottom: 10px;
    }
    .hero--section .container {
        padding: 0px 16px;
    }
    .homepage--hero-section {
        height: 180px;
    }
    .sub--panel.for--mobile {
        padding: 0px 0px;
        margin: 20px 0px;
        background: white;
    }
    .yellow--galileo--vector-top, .yellow--galileo--vector-top img {
        width: 100%;
    }

    .banner--info-galileo {
        padding: 0;
        margin: 200px 0px 240px;
    }
    .galileo--vector-image {
        position: absolute;
        top: -140px;
        right: 0;
    }
    .galileo--vector-image img {
        width: 180px;
    }
    .clock--galileo {
        position: absolute;
        left: 20px;
        top: -146px;
    }
    .clock--galileo img {
        width: 95px;
    }
    .pink--galileo--vector-top {
        width: 100%;
    }
    .pink--galileo--vector-top img {
        width: 100%;
    }
    .banner--info-galileo .image--title {
        z-index: 1;
        display: flex;
        flex-direction: column;
    }
    .banner--info-galileo .image--title .dark--title {
        display: flex;
    }
    .banner--info-galileo .image--title h2{
        margin-bottom: 0;
    }
    .subtitle.light {
        padding: 16px 16px 0px 16px;
        margin: 8px 0px;
        font-size: 24px;
        line-height: 24px;
    }
    .banner--info-galileo .button {
        margin-bottom: 24px;
    }
    .banner--info-galileo .button--more{
        margin-bottom: -60px;
        z-index: 1;
        margin-top: 32px;
    }
    .banner--info-galileo .button--more .button {
        margin: 0;
    }
    .banner--info-galileo .button--more .button a {
        color: var(--brand-secondary);
        text-transform: uppercase;
        border: 2px solid var(--brand-secondary);
        background: var(--brand-primary);
    }
    .banner--info-galileo .banner--content {
        padding: 16px;
        background: var(--secondary--bg);
    }
    .giars {
        bottom: -200px;
    }
    .giars img{
        width: 120px;
    }
    .pink--galileo--vector-bottom {
        width: 100%;
    }
    .pink--galileo--vector-bottom img{
        width: 100%;
    }
    .yellow--galileo--vector-top {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .yellow--galileo--vector-top img {
        width: 100%;
    }
    .last--block {
        margin-top: -40px;
    }
    .last--block p {
        margin-bottom: 36px;
    }
    .text--info-small {
        padding: 0;
        margin-top: 32px;
    }
    .dark--title h3 {
        padding: 8px 16px;
    }
    .text--info-small .description {
        padding: 0px 16px;
    }
    .image--clock {
        display: none;
    }
    .vector--florence.mobile {
        width: 100%;
        left: 0;
        right: 0;
        top: -50px;
    }
    .vector--florence.mobile img {
        width: 100%;
    }
    .persons {
        width: 50%;
    }
    .person--image img {
        width: 145px;
    }
    .persons .name--person {
        padding: 0px 16px;
    }
    .position--person {
        padding: 0px 16px;
    }
    .newyork--vector img {
        width: 320px;
        top: -84px;
    }
    .david--image-fon {
        background-image: url("../images/homepage/David-mobile.png");
        margin-left: -10px;
        height: 420px;
        background-size: contain;
    }
    .image--david {
        padding: 16px;
    }
    .cases--panel .info {
        padding-left: 130px;
        padding-right: 16px;
    }
    .cases--panel .info h2 {
        margin-bottom: 6px;
    }
    .homepage--top-title {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1550px) {
    .location--note .section--container {
        padding-top: 30px;
    }
}

@media screen and (min-width: 1650px) {
    .location--note .section--container {
        padding-top: 40px;
    }
}

@media screen and (min-width: 1800px) {
    .location--note .section--container {
        padding-top: 60px;
    }
}

@media screen and (min-width: 1920px) {
    .location--note .section--container {
        padding-top: 70px;
    }
}

@media screen and (min-width: 1920px) {
    .location--note .section--container {
        padding-top: 100px;
    }
}






