/* /business/ */


.content {
    width: calc(100% - 0rem);
    height: calc(100% - 4.375rem);
    min-height: calc(100vh - 4.375rem);
    margin: 4.375rem auto 0;
    display: flex;
    flex-direction: column;
}

.container_default,
.container_default_1,
.container_default_2,
.container_tagline,
.container_cta {
    width: calc(100% - 0rem);
    margin: 0.625rem auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--grey-light);
    border-radius: var(--radius);
}

.container_default_2 {
    padding: 6.25rem 0;
    background-color: var(--white);
}

.container_tagline {
    background-color: var(--bg-primary-lightest);
}

.container_cta {
    margin: 0.625rem auto 1.25rem;
    background-color: var(--bg-primary-lightest);
}

.container_default_1 {
    background-color: var(--white);
}


/* /business/: hero */
.container_hero {
    width: calc(100% - 0rem);
    margin: 0.625rem auto 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--white);
    border-radius: var(--radius);

    /*
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);

    background-image: url("/assets/img_bg_hero.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    */
}

.hero_section {
    width: calc(100% - 6.25rem);
    margin: 0 auto;
    padding: 6.25rem 3.125rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero_section h1 {
	width: calc(100% - 0rem);
    margin: 0 auto 2.5rem;
    color: var(--text-headline);
    font-size: 3.125em;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.hero_section h1 span {
	color: var(--color-primary);
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
}

.hero_section h3 {
	max-width: calc(37.5rem - 0rem);
    margin: 0 auto;
    color: var(--text-subheading);
    font-size: 1em;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}

.hero_section h3 span {
	font-size: 1em;
    font-weight: 700;
    line-height: 2;
}

.hero_section a {
    width: fit-content;
    height: calc(3rem - 0rem);
    margin: 2.5rem auto 0;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    background-color: var(--bg-button);
    outline: none;
    border: none;
    border-radius: var(--radius-default);
    color: var(--white);
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;

    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hero_section a:hover {
    background-color: var(--bg-button-hover);
    text-decoration: none;
}


/* business: works, solutions */
.default_section {
    width: calc(100% - 6.25rem);
    max-width: calc(75rem - 6.25rem);
    margin: 0 auto;
    padding: 6.25rem 3.125rem;
    display: flex;
    flex-direction: column;
}

.default_section h1 {
    width: calc(100% - 0rem);
    margin: 0 auto 2.5rem;
    color: var(--text-headline);
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.default_section h1 span i {
    margin: 0 1.25rem 0 0;
    font-size: 2em;
}

.default_2 {
    width: calc(100% - 0rem);
    margin: 2.5rem auto 0;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 1.25em;
    row-gap: 2.5em;
}

.default_2_item {
    width: calc(80% - 0rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.default_3_item {
    width: calc(80% - 0rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.default_2_item img {
    width: auto;
    height: calc(40vh - 0rem);
    display: none;
}

.default_2_item h2 {
    margin: 0 auto;
    color: var(--text-headline);
    font-size: 1.5em;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.default_2_item h4 {
    margin: 1.25rem auto;
    color: var(--text-subheading);
    font-size: 1em;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}

.default_2_item h4 span {
    color: var(--text-subheading);
    font-size: 1em;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}

.default_2_item a {
    color: var(--text-link-hover);
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
}

.default_2_item a:hover {
    text-decoration: underline;
}

.default_3 {
    width: calc(100% - 0rem);
    margin: 2.5rem auto 0;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1.25em;
}

.default_3_item img {
    width: calc(4rem - 0rem);
    height: calc(4rem - 0rem);
}

.default_3_item h2 {
    margin: 1.25rem auto 0;
    color: var(--text-headline);
    font-size: 1.5em;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.default_3_item h3 {
    margin: 1.25rem auto 0;
    color: var(--text-colour);
    font-size: 1.5em;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

.default_3_item h4 {
    margin: 1.25rem auto 0;
    color: var(--text-subheading);
    font-size: 1em;
    font-weight: 400;
    line-height: 2;
    text-align: center;
}

.default_3_item h4 span {
    color: var(--text-subheading);
    font-size: 1em;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}

.default_3_links {
    width: calc(100% - 0rem);
    margin: 5rem auto 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.default_3_links a {
    width: fit-content;
    height: calc(3rem - 0rem);
    margin: 0 0.625rem;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    background-color: var(--bg-button);
    outline: none;
    border: none;
    border-radius: var(--radius-default);
    color: var(--white);
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.default_3_links a:hover {
    background-color: var(--bg-button-hover);
    text-decoration: none;
}

.default_3_links a:last-child {
    background-color: transparent;
    color: var(--text);
    font-weight: 400;
}

.default_3_links a:last-child:hover {
	color: var(--text-link-hover);
    text-decoration: underline;
}


/* business: tagline */
.default_section_col {
    width: calc(100% - 6.25rem);
    max-width: calc(75rem - 6.25rem);
    margin: 0 auto;
    padding: 6.25rem 3.125rem;
    display: flex;
    flex-direction: column;
}

.default_section_col h1 {
    width: calc(100% - 0rem);
    color: var(--text-headline);
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.default_section_col h1 i {
    color: var(--text-colour);
    font-size: 1em;
}

.default_section_col h1 i:first-child {
    margin: 0 0.625rem 0 0;
}

.default_section_col h1 i:last-child {
    margin: 0 0 0 0.625rem;
}


/* business: cta */
.default_section_cta {
    width: calc(100% - 6.25rem);
    max-width: calc(75rem - 6.25rem);
    margin: 0 auto;
    padding: 3.125rem 3.125rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.default_section_cta img {
    width: calc(7rem - 0rem);
    height: calc(7rem - 0rem);
}

.default_section_cta h1 {
    width: auto;
    margin: 0 3.125rem;
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    color: var(--text-headline);
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.5;
    text-align: start;
}

.default_section_cta a {
    width: fit-content;
    height: calc(3rem - 0rem);
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    background-color: var(--bg-button);
    outline: none;
    border: none;
    border-radius: var(--radius-default);
    color: var(--white);
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;

    -webkit-touch-callout: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.default_section_cta a:hover {
    background-color: var(--bg-button-hover);
    text-decoration: none;
}


/* promo-card */
#promo-card {
    width: calc(38rem - 4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--white);
    border-radius: var(--radius);
    border: 2px solid var(--border-light);
    position: fixed;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    transform: translate(-50%, -50%);
    z-index: 1000011;
    display: none;
}

#promo-card i {
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    color: var(--white);
    font-size: 1.875em;
    cursor: pointer;
    display: none;
}

#promo-card i:hover {
    color: var(--button-icon-hover);
}

#promo-card iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
}

#promo-card h1 {
    margin: 2.5rem 0 0.625rem;
    padding: 0 1.25rem;
    color: var(--text-headline);
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1;
}

#promo-card h1 span {
    color: var(--text-colour);
    font-size: 1em;
    font-weight: 700;
}

#promo-card h4 {
    margin: 0 0 1.25rem;
    padding: 0 1.25rem;
    color: var(--text-subheading);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

#promo-card button {
    width: fit-content;
    height: calc(3rem - 0rem);
    margin: 0 0 1.25rem;
    padding: 0 1.25rem;
    display: flex;
    align-self: center;
    background-color: var(--bg-button);
    color: var(--white);
    font-size: 1em;
}

#promo-card button:hover {
    background-color: var(--bg-button-hover);
}


@media only screen and (max-width: 1024px) {


	/* /business/ */
	.container_default_2 {
		padding: 5rem 0;
	    background-color: var(--white);
	}


	/* business: hero */
	.hero_section {
	    width: calc(100% - 5rem);
	    padding: 5rem 2.5rem;
	}

	.hero_section h1 {
		font-size: 3.75em;
	}

	.hero_section h3 {
		max-width: calc(70% - 0rem);
        font-size: 1.25em;
	}


    /* business: works, solutions, kpis */
    .default_section {
	    width: calc(100% - 5rem);
	    padding: 5rem 2.5rem;
	}

    .default_section h1 {
        font-size: 3.125em;
    }

    .default_section h1 span i {
        font-size: 2.5em;
    }

    .default_2,
    .default_3 {
        grid-template-columns: auto;
        gap: 2.5em;
    }

    .default_2_item {
        width: calc(80% - 0rem);
    }

    .default_3_item {
        width: calc(80% - 0rem);
        margin: 0 auto;
    }

    .default_3_item img {}

    .default_3_item h2,
    .default_3_item h3 {
        margin: 1.25rem auto 0;
        font-size: 2em;
    }

    .default_3_item h4 {
        margin: 1.25rem auto 0;
        font-size: 1.25em;
    }

    .default_3_links {
        margin: 6.25rem auto 0;
        flex-direction: column;
    }

    .default_3_links a:last-child {
        margin: 1.25rem 0.625rem 0;
    }


    /* business: tagline */
    .default_section_col {
        width: calc(100% - 5rem);
        max-width: calc(100% - 5rem);
        padding: 5rem 2.5rem;
    }

    .default_section_col h1 {
        font-size: 2em;
    }

    .default_section_col h1 i {
        font-size: 1em;
    }


    /* business: cta */
    .default_section_cta {
        width: calc(100% - 5rem);
        max-width: calc(100% - 5rem);
        padding: 0 2.5rem;
        flex-direction: column;
    }

    .default_section_cta img {
        width: calc(8rem - 0rem);
        height: calc(8rem - 0rem);
    }

    .default_section_cta h1 {
        width: calc(70% - 0rem);
        margin: 2.5rem 0 5rem;
        justify-content: center;
        font-size: 3.125em;
        text-align: center;
    }


}


@media only screen and (max-width: 768px) {


	/* /business/ */
	.container_default_2 {
		padding: 2.5rem 0;
	    background-color: var(--white);
	}


	/* business: hero */
	.hero_section {
	    width: calc(100% - 2.5rem);
	    padding: 2.5rem 1.25rem;
	}

	.hero_section h1 {
		font-size: 2.5em;
	}

	.hero_section h3 {
		max-width: calc(100% - 0rem);
        font-size: 1em;
	}

	.hero_section a {
	    margin: 2.5rem auto 0;
	}


    /* business: works, solutions, kpis */
    .default_section {
	    width: calc(100% - 2.5rem);
	    padding: 2.5rem 1.25rem;
	}

    .default_section h1 {
    	margin: 0 auto 1.25rem;
        font-size: 1.875em;
    }

    .default_section h1 span i {
        margin: 0 0.625rem 0 0;
        font-size: 1.25em;
    }

    .default_2,
    .default_3 {
    	margin: 1.25rem auto 0;
        grid-template-columns: auto;
        gap: 2.5em;
    }

    .default_2_item {
        width: calc(100% - 0rem);
    }

    .default_2_item h4 {
        margin: 0 auto 1.25rem;
    }

    .default_3_item {
        width: calc(100% - 0rem);
        margin: 0 auto;
    }

    .default_3_item img {}

    .default_3_item h2,
    .default_3_item h3 {
        margin: 0.625rem auto 0;
        font-size: 1.25em;
    }

    .default_3_item h4 {
        margin: 0.625rem auto 0;
        font-size: 1em;
    }

    .default_3_links {
        margin: 5rem auto 0;
        flex-direction: column;
    }

    .default_3_links a:last-child {
        margin: 1.25rem 0.625rem 0;
    }


    /* business: tagline */
    .default_section_col {
        width: calc(100% - 2.5rem);
        max-width: calc(100% - 2.5rem);
        padding: 2.5rem 1.25rem;
    }

    .default_section_col h1 {
        font-size: 1.75em;
    }

    .default_section_col h1 i {
        font-size: 0.875em;
    }


    /* business: cta */
    .default_section_cta {
        width: calc(100% - 2.5rem);
        max-width: calc(100% - 2.5rem);
        padding: 2.5rem 1.25rem;
        flex-direction: column;
    }

    .default_section_cta img {
        width: calc(5rem - 0rem);
        height: calc(5rem - 0rem);
    }

    .default_section_cta h1 {
        margin: 1.25rem 0 2.5rem;
        justify-content: center;
        font-size: 1.875em;
        text-align: center;
    }


}


/* /business/ */