/*
Theme Name: GW PwC Custom Theme 2025
Author: Aprilred
Description: A new landing page theme using soft animations and transform effects to make the layout more interactive and dynamic by animated bar charts, advance-able carousels of content, animated visual builds and parallax banner.
Version: 1.0
*/


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

li {
	list-style: none;
}

li a {
	text-decoration: none;
	color: inherit;
}

/* GENERAL */

html.lock {
  overflow: hidden;
}

:root {
/* --- Sizing --- */
	--gutter: 1rem; 
	--max-width: 75rem; /* 1200px */
	--col: 8.333333%;

  /* --- Colors --- */
  --color-black: #000000;
  --color-primary-dark: #003399;
  --color-gray-dark: #666666;
  --color-gray-light: #888888;
  --color-blue-light: #3A8DDE;
  --color-baby-blue: #E6F7FC;
  --color-cyan: #00B2E1;
  --color-orange: #FF9900;
  --color-green: #80BC00;

  /* --- Font Families --- */
    --font-montserrat-medium: "Montserrat", sans-serif;   /* 500 */
    --font-montserrat-semibold: "Montserrat", sans-serif; /* 600 */
    --font-montserrat-bold: "Montserrat", sans-serif;     /* 700 */
	--font-open-sans-light: "Open Sans", sans-serif;                  /* 300 */
	--font-open-sans-regular: "Open Sans", sans-serif;                /* 400 */
    --font-open-sans-semibold: "Open Sans", sans-serif;               /* 600 */
    --font-open-sans-semibold-italic: "Open Sans", sans-serif;        /* 600 italic */
    --font-open-sans-bold: "Open Sans", sans-serif;
}

.headline {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 2.9rem;
	line-height: 1.1;
	color: var(--color-black);
}

.lg-subhead {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1.2;
	color: var(--color-primary-dark);
}

.sm-subhead {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.438rem;
	line-height: 1.4;
	color: var(--color-black);
}

.all-caps {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.2;
	color: var(--color-cyan);
	text-transform: uppercase;
}

.sidebar-subhead {
	font-family: var(--font-montserrat-semibold);
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1;
	color: var(--color-gray-dark);
	text-transform: uppercase;
}

.forces-subhead {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.313rem;
	line-height: 1.75;
	color: var(--color-blue-light);
}

.left-side-brow {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.4;
	color: var(--color-black);
	
}

.question {
	font-family: var(--font-open-sans-semibold-italic);
	font-weight: 500;
	font-style: italic;
	font-size: 1.75rem;
	line-height: 1.2;
	color: var(--color-black);
}

.percent {
	font-family: var(--font-montserrat-mediumfont-montserrat-bold);
	font-weight: 500;
	font-size: 6.875rem;
	line-height: 1;
	color: var(--color-primary-dark);
}

.lg-p {
	font-family: var(--font-open-sans-light);
	font-weight: 300;
	font-size: 1.7rem;
	line-height: 1.5;
	color: var(--color-gray-dark);
	margin-top: 1.5rem;
}

.regular-p {
	font-family: var(--font-open-sans-regular);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--color-gray-dark);
}

p.regular-p {
	margin-bottom: 0.75rem;
}

.chart-text {
	font-family: var(--font-open-sans-regular);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--color-gray-dark);
}

.legal-small {
	font-family: var(--font-open-sans-regular);
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 1.5;
	color: var(--color-gray-dark);
}

.wrap {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--gutter) / 2);
  margin-right: calc(-1 * var(--gutter) / 2);
  position: relative;
}

.divider {
	position: absolute;
	top: -4rem;
	left: 50%;
	transform: translateX(-50%);
	height: 4px;
	background-color: var(--color-gray-dark);
	width: 500px;
}

[class*="col-"] {
  padding-left: calc(var(--gutter) / 2);
  padding-right: calc(var(--gutter) / 2);
  box-sizing: border-box;
}

.col-1  { width: 8.3333%; }
.col-2  { width: 16.6666%; }
.col-3  { width: 25%; }
.col-4  { width: 33.3333%; }
.col-5  { width: 41.6666%; }
.col-6  { width: 50%; }
.col-7  { width: 58.3333%; }
.col-8  { width: 66.6666%; }
.col-9  { width: 75%; }
.col-10 { width: 83.3333%; }
.col-11 { width: 91.6666%; }
.col-12 { width: 100%; }

.offset-1 { margin-left: 8.3333%; }
.offset-2 { margin-left: 16.6666%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.3333%; }
.offset-5 { margin-left: 41.6666%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.3333%; }
.offset-8 { margin-left: 66.6666%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.3333%; }
.offset-11 { margin-left: 91.6666%; }
.offset-12 { margin-left: 100%; }

.full-bleed {
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.hide {
	display: none;
}

.pad-wide {
	padding-block: 4rem;
}

.collapsable-sidenote {
	background-color: var(--color-baby-blue);
}

header {
    background-color: #010101;
    position: relative;
    height: 550px;
    z-index: 1;
	width: 100vw;
}

header.site-header {
    z-index: 1;
    overflow: hidden; 
}

#masthead {
 height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-image {
	 position: fixed;         /* stays in place */
    top: 0;
    left: 0;
    width: 100vw;
    height: 550px;            /* match header initial height */
    z-index: 0;
    pointer-events: none;
}

.banner-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
	position: relative;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.0) 0%,
        rgba(0,0,0,0.5) 65%,
        rgba(0,0,0,0.6) 100%
    );
}


.banner-texts {
	position: absolute;
    bottom: 2.5rem;
	width: 100%;
	max-width: var(--max-width);
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.banner-texts .headline {
	color: #fff;
	max-width: 95%;
	font-size: 3.5rem;
}

.banner-logos {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: absolute;
	top: 2rem;
	left: 50%;
	transform: translateX(-50%);
}

.banner-logos .logo {
	height: 2.8rem;
}

.banner-logos img {
	height: 100%;
	object-fit: contain;
}

.site-content {
	position: relative;
	z-index: 2;
	width: 100%;
	background-color: #fff;
	padding-bottom: 6rem;
}

/* Footer */

footer {
	background-color: var(--color-black);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-block: 2rem 8rem;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

footer .footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .logo {
	height: 3rem;
	width: 8rem;
}

footer .logo img {
	height: 100%;
}

footer nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

/* Landing */

.section {
	padding-block: 3rem;
}


.section-1 {
	position: relative;
}

.section-1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.8rem;
	width: 24rem;
	background-color: var(--color-primary-dark);
	margin-bottom: -2rem;
}

.sidebar {
	background-color: var(--color-baby-blue);
	margin-block: 1.5rem;
	padding: 1.5rem;
	box-sizing: border-box;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

.sidebar-float-left {
	float: left;
    width: 40%;
    margin-top: 2rem;
    margin-right: 3rem;
    margin-bottom: 2rem;
    margin-left: -24%;
}

p.empty {
	height: 5rem;
}

/* Right-floating version */
.sidebar-float-right {
  float: right;
    width: 40%;
    margin-top: 0;
    margin-left: 3rem;
    margin-bottom: 2rem;
    margin-right: -24%;
	margin-top: 2rem;
}

.sidebar #sidebar1title {
	font-family: var(--font-open-sans-regular);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--color-gray-dark);
}

.sidebar #sidebar1title.open {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.438rem;
	line-height: 1.4;
	color: var(--color-black);
}

.sidebar #sidebar2title {
	font-family: var(--font-open-sans-regular);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--color-gray-dark);
}

.sidebar #sidebar2title.open {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.438rem;
	line-height: 1.4;
	color: var(--color-black);
}

#sidebar1close {
	display: none;
}

#sidebar2close {
	display: none;
}

.flex-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.btn-sidebar {
	font-size: 2.5rem;
	font-weight: 500;
	font-family: var(--font-montserrat-medium);
	width: 2.5rem;
	height: 2.5rem;
	color: var(--color-baby-blue);
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
	cursor: pointer;
}

.fa-plus {
	font-size: 2rem;
}

.fa-minus {
	font-size: 2rem;
}


.btn-sidebar span {
    line-height: 0;
	display: block;
}

.sidebar.left {
	float: left;
	/*margin-left: -6rem;
	margin-right: 1.5rem;
	width: auto;*/
}

.sidebar.right {
	float: right;
	/*margin-right: -6rem;
	margin-left: 1.5rem;
	width: auto;*/
}

.links {
	padding-top: 1rem;
}

.link {
	font-family: var(--font-open-sans-regular);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--color-gray-dark);
}

.link a {
	color: inherit;
	font-weight: 700 !important;
	font-family: var(--font-open-sans-bold);
}

.authors {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	padding-top: 1rem;
}

.author-name {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.438rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: var(--color-gray-dark);
}

.author-name a {
	color: inherit;
}

.author-position {
	font-family: var(--font-open-sans-regular);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--color-gray-dark);
	text-wrap: balance;
}

.section-1 .lg-subhead {
	margin-block: 2rem;
}

.section-1 .lg-p {
	padding-bottom: 2rem;
}

.section-2 {
	position: relative;
}

.section-2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.8rem;
	width: 24rem;
	background-color: var(--color-primary-dark);
	margin-bottom: -2rem;
}

.section-2 .legal-small {
	position: relative;
	margin-top: 2.25rem;
	margin-bottom: 2rem;
}

.section-2 .headline {
	padding-bottom: 0;
	padding-top: 4rem;
	max-width: 75%;
}

.section-2 .legal-small::after {
	content: '';
	position: absolute;
	top: -1rem;
	left: 0;
	height: 0.25rem;
	width: 4rem;
	background-color: var(--color-gray-dark);
}

.section-2 .lg-subhead {
	position: relative;
	margin-top: 4rem;
}

.lg-subhead.h-with-margin {
	padding-bottom: 2rem;
	margin-top: 8rem;
}

.section-2 .lg-p {
	padding-bottom: 0;
}

.section-2 .left-side-brow {
	position: absolute;
	top: 1rem;
	left: -12rem;
	width: 12rem;
}

.section-2 .sm-subhead {
	padding-top: 1.5rem;
	padding-bottom: 0.5rem;
	color: var(--color-gray-dark);
	font-size: 1.3rem;
}

.side-image {
	padding-block: 1.5rem;
	width: 100%;
}

.side-image img {
	width: 120%;
}

.splide {
	visibility: visible;
	margin-block: 4rem;
}

.splide img {
	width: 100%;
}

.splide-custom-arrow {
  position: absolute;
  top: 50%;
  border: none;
  background-color: transparent;
  font-size: 4rem;
  cursor: pointer;
  z-index: 10;
  color: var(--color-gray-dark);
}

.splide__pagination {
	bottom: -1rem;
}

.splide__pagination__page.is-active {
	background: var(--color-gray-dark);
	transform: scale(1);
}

.splide-custom-prev {
  left: 0;
	transform: translate(-5rem, -50%);
}

.splide-custom-next {
  right: 0;
  transform: translate(5rem, -50%);
}

.splide-3-custom-prev {
  left: 0;
	transform: translate(-5rem, -50%);
}

.splide-3-custom-next {
  right: 0;
  transform: translate(5rem, -50%);
}

.splide-3 .splide__pagination {
	bottom: 4rem;
}

.splide-2-custom-prev {
  left: 0;
	transform: translate(-5rem, -50%);
}

.splide-2-custom-next {
  right: 0;
  transform: translate(5rem, -50%);
}

/* Adjust Icon Appearance */
.splide-custom-arrow i {
  pointer-events: none; /* so clicks register on the button */
}

#sidebar1content {
	display: none;
}

#sidebar2content {
	visibility: hidden;
	height: 0;
}

#mySvg {
	width: 100%;
}

.survey-2 {
	width: 100%;
}

.survey-2 img {
	width: 100%;
}

.percentage-survey_7 .st3 {
	scale: 0.65;
}

.percentage-survey_4 .st3 {
	scale: 0.75;
}

.percentage-survey_5 .st3 {
	scale: 0.8;
}

.survey-element#survey-8 {
	transform: translate(0px, -50px);
}


.force-block {
    display: flex;
    align-items: flex-start; 
    justify-content: space-between;
    gap: 2rem; 
    margin: 2rem 0 0 0;
}

/* Left image */
.force-block .forcesring {
    width: 40%;
    height: auto;
    max-width: 100%;
    display: block;
}

/* Right text wrapper */
.force-block .forcestextblock {
    width: 60%;
    display: block;
}

/* Make SVGs responsive */
.force-block .forcestextblock svg {
    width: 100%;
    height: auto;
}

.section-5 .col-12 {
	/*border: 1px solid black;*/
}

.section-5 .splide {
	margin-block: 0;
}

.scroll-splide-wrapper {
    position: relative;
    height: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.splide-3 {
    position: sticky;
    top: 0;
	/*border: 2px solid green;*/
	height: 100%;
}

.stats-flex {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 2rem;
}

.stat {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0.5rem;
}

.stat-nr {
	font-size: 7rem;
	font-family: var(--font-montserrat-medium);
	font-weight: 500;
	line-height: 1.2;
	color: var(--color-primary-dark);
}

.stat-text {
	font-family: var(--font-open-sans-light);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--color-gray-dark);
}

.smooth-reveal {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 1s ease, transform 0.5s ease;
}

.smooth-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.quick-reveal {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.5s ease, transform 1.5s ease;
}

.quick-reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.stats-group-2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1rem;
	padding-top: 4rem;
}

.stats-group-2 .stat {
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 0.5rem;
	max-width: 80%;
}

.stats-group-3 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1rem;
	padding-top: 4rem;
}

.stats-group-3 .stat {
	flex-direction: row;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 0.5rem;
	max-width: 80%;
}

.stats-group-2 .stat p {
	margin-bottom: 1.8rem;
	font-size: 1.125rem;
}

.stats-group-2 .stat-nr {
	color: var(--color-cyan);
}

.stats-group-3 .stat p {
	margin-bottom: 1.8rem;
	font-size: 1.125rem;
}

.stats-group-3 .stat-nr {
	color: var(--color-green);
}

.section-3 .headline {
	padding-block: 4rem;
}

.section-3 .lg-subhead {
	padding-bottom: 3rem;
	position: relative;
}

.section-3 .left-side-brow {
	position: absolute;
	bottom: -3rem;
	left: -12rem;
	width: 12rem;
}

.section-3 .left-side-brow p {
	width: 60%;
}

.section-3 .legal-small {
	margin-top: 4rem;
	position: relative;
}

.section-3 .legal-small::before {
	content: '';
	position: absolute;
	top: -1rem;
	left: 0;
	width: 100px;
	height: 4px;
	background-color: var(--color-gray-dark);
}

.section-7 .all-caps {
	padding-bottom: 1.5rem;
	color: var(--color-blue-light);
}

.section-7 .sm-subhead {
	padding-bottom: 1.5rem;
}

.section-4 {
	position: relative;
}

.section-4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.8rem;
	width: 24rem;
	background-color: var(--color-primary-dark);
	margin-bottom: -2rem;
}

.section-4 .lg-subhead {
	position: relative;
	padding-bottom: 2rem;
}

.section-4 .left-side-brow {
	position: absolute;
	top: -5rem;
	left: -12rem;
	width: 12rem;
}

.section-4 .regular-p {
	padding-bottom: 2rem;
}

.section-5 .headline {
	padding-top: 2rem;
}

.section-5 .lg-subhead {
	padding-top: 4rem;
	padding-bottom: 1.5rem;
	max-width: 60%;
}

.section-6 .side-icon {
	position: absolute;
	right: 0;
	top: -4rem;
}

.side-icon img {
	width: 200px;
}

.section-6 .lg-subhead {
	color: var(--color-blue-light);
	padding-bottom: 1.5rem;
	position: relative;
}

.section-6 .regular-p {
	padding-bottom: 1.5rem;
}

.wysiwyg h3{
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.75;
	color: var(--color-black);
	padding-bottom: 0.5rem;
}

.wysiwyg li{
	list-style-type: disc;
	font-family: var(--font-open-sans-regular);
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--color-gray-dark);
	margin-left: 2.5rem;
	margin-bottom: 1rem;
}

.wysiwyg li b {
	font-family: var(--font-open-sans-bold);
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.75;
	color: var(--color-gray-dark);
}

.wysiwyg p {
	padding-bottom: 1rem;
}

.survey-elements {
	display: grid;
	grid-template-columns: 1fr;
}

.survey-element {
	padding-block: 1rem;
}

#survey-3, #survey-6 {
	margin-top: 2rem;
}

.section-8 .left-side-image {
	float: left;
	margin: 2rem 2rem 2rem -28%;
	width: 70%;
}

.section-8 .lg-subhead {
	color: var(--color-green);
	padding-bottom: 2rem;
}

.section-8 .row {
	margin-block: 4rem;
}

.section-8 .side-icon {
	position: absolute;
	top: -4rem;
	right: 0;
}

.section-8 h3 {
	margin-top: 1rem;
}

.section-9 .row {
	padding-bottom: 2rem;
}

.section-9 .lg-subhead {
	color: var(--color-cyan);
	padding-block: 0 4rem;
}

.section-9 .side-icon {
	position: absolute;
	top: -3rem;
	right: 0;
}

.splide-2 {
	/*border: 2px solid black;*/
	min-height: 700px;
	height: auto;
	margin-block: 4rem 0;
}

.splide-mobile {
	display: none;
}

.section-10 .lg-subhead {
	color: var(--color-gray-dark);
	padding-block: 0 4rem;
}

.section-10 .lg-subhead.orange {
	color: var(--color-orange);
	padding-block: 0 2rem;
}

.section-10 .side-icon {
	position: absolute;
	top: -3rem;
	right: 0;
}

.section-10 .sm-subtitle {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.4;
	color: var(--color-black);
	padding-bottom: 1rem;
}

.grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
	padding-top: 1rem;
}

.grid-3 h3 {
	color: var(--color-gray-dark);
	padding-bottom: 0.5rem;
	font-size: 1rem;
}

.numbered-elements {
	width: 100%;
}

.numbered-element {
	width: 100%;
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.section-12 .numbered-element {
	padding: 1rem;
}

.number {
	width: 10%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-weight: 700;
	font-size: 6.5rem;
	margin-top: -1rem;
	font-family: var(--font-montserrat-bold);
}

.section-11 .number {
	color: var(--color-blue-light);
}

.section-12 .number {
	color: #fff;
}

.numbered-text {
	width: 90%;
}

.numbered-element h3 {
	font-family: var(--font-montserrat-bold);
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.1;
	color: var(--color-black);
	padding-bottom: 1rem;
}

.section-11 .lg-subhead {
	padding-block: 2rem;
}

.section-11 {
	position: relative;
}

.section-11::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.8rem;
	width: 24rem;
	background-color: var(--color-primary-dark);
	margin-bottom: -2rem;
}

.section-11 .headline {
	padding-block: 3rem;
}

.section-11 .lg-p {
	margin-top: 0;
}

.section-10 {
	position: relative;
}

.section-10::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.8rem;
	width: 24rem;
	background-color: var(--color-primary-dark);
	margin-bottom: -2rem;
}

.section-12 {
	position: relative;
}

.section-12::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0.8rem;
	width: 24rem;
	background-color: var(--color-primary-dark);
	margin-bottom: -2rem;
}

.section-12 .lg-subhead {
	padding-block: 2rem;
}

.section-12 .numbered-element.blue {
	background-color: var(--color-primary-dark);
}

.section-12 .numbered-element.green {
	background-color: var(--color-green);
}

.section-12 .numbered-element.orange {
	background-color: var(--color-orange);
}

.section-12 .numbered-element.cyan {
	background-color: var(--color-cyan);
}

.section-12 .numbered-element.blue .regular-p,
.section-12 .numbered-element.green .regular-p, 
.section-12 .numbered-element.orange .regular-p,
.section-12 .numbered-element.cyan .regular-p {
	color: #fff;
}

.section-12 .numbered-element.blue h3,
.section-12 .numbered-element.green h3, 
.section-12 .numbered-element.orange h3,
.section-12 .numbered-element.cyan h3 {
	color: #fff;
}

.insights-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.card a {
	display: block;
	text-decoration: none;
}

.card .description {
	width: 100%;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}

.card .description p {
	font-family: var(--font-montserrat-bold);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.1;
	color: var(--color-primary-dark);
}

.card img {
	width: 100%;
}

.card .description img {
	height: 4rem;
	width: auto;
}

.section-13 .headline {
	padding-block: 2rem;
	max-width: 75%;
}

.table img {
	width: 100%;
	margin-top: 2rem;
}


#force-title-5 .st2, .worker-centric_chart .st3 {
	fill: #888;
}

#force-title-3 .st2, .worker-centric_chart .st3 {
	fill: #80BC00;
}

/* TABLET */

@media (max-width: 1200px) and (min-width: 769px) {
   .full-bleed {
		width: 100vw;
  		margin-left: 0;
  		margin-right: 0;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.col-8 {
		width: 100%;
	}

	.col-10 {
		width: 100%;
	}

}

/* MOBILE */

@media (max-width: 1200px) {

	.section-13 .headline {
	max-width: 100%;
	text-wrap: balance;
	}

	.splide-mobile {
		display: block;
		min-height: 500px;
		height: auto;
	}

	.splide-mobile .regular-p {
		line-height: 1.3;
	}

	.splide-mobile .all-caps {
		text-align: center;
		font-size: 1.5rem;
	}

	.splide-custom-mobile-prev {
		top: calc(100% - 2rem);
		left: 0;
		font-size: 2rem;
	}

		.splide-custom-mobile-next {
		top: calc(100% - 2rem);
		right: 0;
		font-size: 2rem;
	}

	.mobile-slider-slide {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
	}

	.mobile-slider-slide  img {
		width: 50%;
	}

	.splide-1 {
		display: none;
	}

	.full-bleed {
		width: 100vw;
  		margin-left: 0;
  		margin-right: 0;
	}

	.banner-overlay {
		background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.0) 0%,
        rgba(0,0,0,0.4) 65%,
        rgba(0,0,0,0.6) 100%
    );
	}

	.banner-texts .headline {
		font-size: 2.8rem;
	}

	.section-1::after {
		width: 80%;
	}

	.sidebar {
		width: 100% !important;
		max-width: 100% !important;
	}

	.authors {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.author-position {
		text-wrap: balance;
	}

	.splide-custom-prev {
		bottom: -10rem;
		left: 4rem;
		transform: none;
		font-size: 2rem;
	}

	.splide-custom-next {
		bottom: -10rem;
		right: 4rem;
		transform: none;
		font-size: 2rem;
	}

	.splide-2-custom-prev {
		bottom: -10rem;
		left: 4rem;
		transform: none;
		font-size: 2rem;
	}

	.section-2 .headline {
		max-width: 100%;
		padding-top: 2rem;
	}

	.section-2 .lg-subhead .divider {
		top: 0;
	}

	.section-4 .divider {
		top: -2rem;
	}

	.section-6 .divider {
		top: -2rem;
	}

	.section-6 {
		padding-block: 6rem 0;
	}

	.wysiwyg h3 {
		text-wrap: balance;
	}

	.section-2 .lg-subhead {
		margin-block: 2rem;
		padding-top: 0;
	}


	.section-3 .legal-small {
		margin-top: 2rem;
		padding-bottom: 2rem;
	}

	.section {
		padding-block: 3rem 0;
	}

	.splide__pagination {
    bottom: 0;
	}

	.section-8 {
		padding-block: 3rem 0;
	}

	.section-9 .row {
		padding-bottom: 0;
	}

	.splide-2-custom-next {
		bottom: -10rem;
		right: 4rem;
		transform: none;
		font-size: 2rem;
	}

	.splide-3 {
    position: relative;
	}

	.splide-3-custom-next {
		display: block;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		font-size: 2rem;
	}

		.splide-3-custom-prev {
		display: block;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		font-size: 2rem;
	}

	.splide-3 .splide__pagination {
	bottom: 3rem;
	}

	#mySvg {
		width: 100% !important;
	}

	.side-image {
		width: 100%;
		float: none;
		padding: 0.5rem;
		margin-left: 0;
		margin-right: 0;
	}

	.headline {
		font-size: 2rem;
	}

	.lg-subhead  {
		font-size: 1.5rem;
	}

	.section-2::after {
		width: 80%;
	}

	.section-3 .headline {
		padding-block: 2rem;
	}

	.section-3 .lg-subhead {
		padding-bottom: 1.5rem;
	}

	.question  {
		font-size: 1.3rem;
	}

	.stats-flex {
		flex-direction: column;
	}
	
	.stat {
		align-items: center;
		gap: 0;
	}

	.stat-nr {
		font-size: 5rem;
	}

	.stats-group-2 {
		padding-top: 0;
	}

	.stats-group-2 {
		flex-direction: column;
		align-items: center;
		gap: 0;
		max-width: 100%;
	}

	.stats-group-2 .stat {
		flex-direction: column;
		gap: 0;
		padding-top: 1rem;
		align-items: center;
		justify-content: center;
		max-width: 100%;
	}

	.stats-group-3 {
		padding-top: 0;
	}

	.stats-group-3 {
		flex-direction: column;
		align-items: center;
		gap: 0;
		max-width: 100%;
	}

	.stats-group-3 .stat {
		flex-direction: column;
		gap: 0;
		padding-top: 1rem;
		align-items: center;
		justify-content: center;
		max-width: 100%;
	}

	.section-4::after {
		width: 80%;
	}

	.scroll-splide-wrapper {
		height: 100vh;
	}

	.section-6 .side-icon {
		right: 0.5rem;
        top: -0.5rem;
	}

	.section-6 .side-icon img  {
		width: 70px;
	}

	.section-6 .lg-subhead {
		margin-right: 70px;
	}

	.section-8 .side-icon {
		right: 0.5rem;
        top: -0.5rem;
	}

	.section-8 .side-icon img  {
		width: 70px;
	}

	.section-8 .lg-subhead {
		margin-right: 70px;
	}

	.section-10 .side-icon {
		right: 0.5rem;
        top: -0.5rem;
	}

	.section-10 .side-icon img  {
		width: 70px;
	}

	.section-10 .lg-subhead {
		margin-right: 70px;
	}

	.grid-3 {
		grid-template-columns: 1fr;
	}

	svg.arrow {
		padding-left: 0.5rem;
		margin-block: 2rem;
	}

	.section-10::after {
		width: 80%;
	}

	footer .footer-content {
		flex-direction: column;
		gap: 2.5rem;
		align-items: center;
		justify-content: center;
	}

	footer .footer-content ul {
		flex-wrap: wrap;
		padding-inline: 2rem;
	}

	footer .footer-content ul li {
		text-wrap: nowrap;
	}

	.section-9 .side-icon {
		right: 0.5rem;
        top: -0.5rem;
	}

	.number {
		font-size: 4rem;
	}

	.table img {
		padding-inline: 0.5rem;
		padding-bottom: 2rem;
	}

	.section-11 .headline {
		padding-inline: 0.5rem;
	}

	.section-11::after {
		width: 80%;
	}

	.section-12::after {
		width: 80%;
	}

	.card .description img {
		height: 3rem;
	}

	.card .description p {
		font-size: 1.4rem;
	}

	footer .logo {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section-9 .side-icon img  {
		width: 70px;
	}

	.section-9 .lg-subhead {
		margin-right: 70px;
		padding-block: 0;
	}

	.splide-2  {
		height: 40vh;
	}

	.section-8 .left-side-image {
		width: 100%;
		margin: 0;
		float: none;
	}

	.divider {
		width: 80%;
	}

	.row {
		margin-left: 0;
		margin-right: 0;
	}

	.col-8 {
		width: 100%;
	}

	.col-10 {
		width: 100%;
	}

	.section-5 .lg-subhead {
		padding-top: 2rem;
	}

	#hopes {
		margin-bottom: 2rem;
	}

	.offset-2 {
		margin-left: 0;
	}

	header {
		height: 90vh;
	}

	.banner-texts .headline {
		max-width: 100%;
		padding-inline: 1rem;
	}

	.insights-grid {
		grid-template-columns: 1fr;
	}

	.section-5 .lg-subhead {
		max-width: 100%;
	}

  .sidebar-float-left,
  .sidebar-float-right {
    float: none;
    width: 100%;
    transform: none;
    margin: 1.5rem 0;
  }

    .force-block {
        flex-direction: column;
        align-items: center;
		margin: 0;
		height: 100%;
		gap: 0;
		margin-top: 2rem;
    }

    .force-block .forcesring,
    .force-block .forcestextblock {
        width: 100%;
    }

	.lg-subhead.h-with-margin {
	padding-bottom: 0;
	padding-top: 2rem;
}
}