
body#index header .heroBanner {
    padding-top: 8.75rem;
}

@media (min-width: 1551px) {}

@media (min-width: 1151px) and (max-width: 1550px) {}

@media (min-width: 668px) and (max-width: 1150px) {
    body#index header .heroBanner {
        padding-top: 6.5rem;
    }
}

@media (max-width: 667px) {
    body#index header .heroBanner {
        padding-top: 5.25rem;
    }
}












section.headerDescriptionsMain {
    background: var(--firstColor);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

section.headerDescriptionsMain h1 {
    color: var(--secondColor);
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 400;
}

section.headerDescriptionsMain h1 b {
    font-weight: 600;
}

section.headerDescriptionsMain h1 span:nth-of-type(1) {
    font-family: 'Gotham';
    font-size: 2.20rem;
}

section.headerDescriptionsMain h1 span:nth-of-type(2) {
    font-family: 'GothamCond';
    font-size: 2.60rem;
}



.headerDescriptions {
    /*
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 1551px) {
    .headerDescription {
        flex: 33%;
        max-width: calc(33% - 2rem);
    }
}

@media (min-width: 1151px) and (max-width: 1550px) {
    .headerDescription {
        flex: 33%;
        max-width: calc(33% - 2rem);
    }
}

@media (min-width: 668px) and (max-width: 1150px) {
    .headerDescription {
        flex: 50%;
        max-width: calc(50% - 2rem);
    }
}

@media (max-width: 667px) {
    .headerDescription {
        flex: 100%;
        max-width: calc(100% - 2rem);
    }
}



.headerDescriptions {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 1rem 1rem 1rem;
}

.headerDescription {
    padding: 1rem;

    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
}

/* .headerDescription>div:nth-of-type(1) { */
.headerDescription .icon {
    width: 5rem;
    height: 5rem;
    padding: 0.5rem;
    border-radius: 100%;
    font-size: 2.5rem;

    align-self: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.headerDescription>div:nth-of-type(2) {
    display: flex;
    align-items: center;
}

.headerDescription>div:nth-of-type(2) h2 {
    font-family: 'GothamCond';
    font-weight: 100;
    font-size: 2.00rem;
    margin-bottom: 0.5rem;
}

.headerDescription>div:nth-of-type(2) h2 b {
    font-family: 'GothamCond';
    font-weight: 600;
    color: var(--secondColor);
}

@media (max-width: 667px) {
    /* .headerDescription>div:nth-of-type(1) { */
    .headerDescription .icon {
        width: 3.5rem;
        height: 3.5rem;
    }

    .headerDescription>div:nth-of-type(2) h2 {
        font-size: 1.75rem;
    }
}





section.mainKeypoints .headerDescription {
    color: var(--white);
}
section.mainKeypoints .headerDescription .icon {
    color: var(--white);
    background-color: rgba(255, 255, 255, 0.0);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

section.descriptions_2 .headerDescription {
    color: var(--firstColor);
}

section.descriptions_2 .headerDescription .icon {
    color: var(--secondColor);
    border: 1px solid var(--secondColor);
}













section.keypoints .kp .icon {
    font-size: 2.5rem;
    color: var(--secondColor);
}







body#index header .shape02 img {
    bottom: -3.5rem;
    /* display: none; */
}

body#index header section.headerDescriptionsMain {
    margin-top: 1.5rem;
    /* margin-top: 0; */
    padding-top: 1.5rem;
}

@media (min-width: 1551px) {}

@media (min-width: 1151px) and (max-width: 1550px) {}

@media (min-width: 668px) and (max-width: 1150px) {}

@media (max-width: 667px) {
    body#index header .shape02 img {
        bottom: -1.5rem;
        /* margin-top: 0; */
    }

    body#index header section.headerDescriptionsMain {
        margin-top: 1.5rem;
        /* margin-top: 0; */
        padding-top: 0;
    }
}
