/*!
 * 	Theme Variables
 * ----------------------------------------------- */
 :root {
	--primary: #0075BC;
	--primary-rgb: 0, 117, 188;
	--secondary: #F7941E;
	--secondary-rgb: 247, 148, 30;

	--primary-light: #5ADBFF;
	--primary-light-rgb: 90, 219, 255;

	--dark: #262626;
	--dark-rgb: 38, 38, 38;

	--light: #F8FFE5;
	--light-rgb: 248, 255, 229;

  	--body-font-family: 'Work Sans', sans-serif;
  	--body-font-size: 16px;
  	--body-font-weight: 400;
  	--body-bg: #ffffff;
  	--body-color: #25283D;
  	--body-line-height: 1.45;

	--heading-font-size-base: 1rem;
  	--heading-font-family: 'Montserrat', sans-serif;
  	--heading-font-weight: 800;
	--heading-color: var(--dark);
	--heading-margin-bottom: 16px;
	--heading-line-height: 1.25;

  	--link-color: #000000;
  	--link-hover-color: var(--primary);

	--btn-font-family: var(--body-font-family);
	--btn-font-size: var(--body-font-size);
	--btn-font-weight: 500;
	--btn-line-height: 40px;
	--btn-padding: 0 16px;
	--btn-bg: transparent;
	--btn-border-width: 1px;
	--btn-color: var(--body-color);
	--btn-border-color: transparent;
	--btn-hover-bg: transparent;
	--btn-hover-color: var(--body-color);
	--btn-hover-border-color: transparent;

	--form-control-font-family: var(--body-font-family);
	--form-control-font-size: var(--body-font-size);
	--form-control-font-weight: var(--body-font-weight);
	--form-control-line-height: 1;
	--form-control-padding: 8px 16px;
	--form-control-min-height: 40px;
	--form-control-bg: rgba(255,255,255, .1);
	--form-control-border-color: transparent;
	--form-control-border-radius: 8px;
	--form-control-placeholder-color: #333;
	--form-control-arrow: url('data:image/svg+xml,<svg fill="%23FFFFFF" viewBox="0 0 24 24" height="20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z"></path></svg>');

	--hamburger-line-bg: #ffffff;
	--header-height: 95px;

	--paragraph-margin-bottom: 16px;
	--section-padding-y: 80px;

	--container-width: ;
	--gutter-y: ;
	--gutter-x: 32px;
}

/*!
 * 	Reset Styles
 * ----------------------------------------------- */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

body {
	margin: 0;
	padding: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-color);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: var(--body-bg);
	text-align: left;
}

img {
    max-width: 100%;
	height: initial;
}

a {
    color: var(--link-color);
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

a:hover {
    color: var(--link-hover-color);
}

p {
	margin-top: 0;
    margin-bottom: var(--paragraph-margin-bottom);
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 16px;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  	margin-bottom: 0;
}

dt {
  	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
  	margin: 0 0 1rem;
}

b,
strong {
  	font-weight: bolder;
}

small {
  	font-size: 80%;
}

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

sub {
  	bottom: -.25em;
}

sup {
  	top: -.5em;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

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

pre {
	margin-top: 0;
	margin-bottom: 16px;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 16px;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
  	border-collapse: collapse;
}

caption {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
  	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none !important;
}

button,
input {
  	overflow: visible;
}

button,
select {
  	text-transform: none;
}

[role="button"] {
  	cursor: pointer;
}

select {
  	word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

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

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 8px;
	font-size: 24px;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
  	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  	height: auto;
}

[type="search"] {
  	outline-offset: -2px;
  	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none;
}

::-webkit-file-upload-button {
  	font: inherit;
  	-webkit-appearance: button;
}

output {
  	display: inline-block;
}

summary {
  	display: list-item;
  	cursor: pointer;
}

template {
  	display: none;
}

[hidden] {
  	display: none !important;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

a > code {
  	color: inherit;
}

kbd {
	padding: 4px 8px;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 2px;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--heading-font-family);
	color: var(--heading-color);
	font-weight: var(--heading-font-weight);
	margin-top: 0;
    margin-bottom: var(--heading-margin-bottom);
	line-height: var(--heading-line-height);
}

h1, .h1 {
	font-size: calc(1.5rem + 3.1vw);
}

h2, .h2 {
	font-size: calc(1.4rem + 1.5vw);
}

h3, .h3 {
	font-size: calc(1.325rem + 0.9vw);
}

h4, .h4 {
	font-size: calc(1.3rem + 0.6vw);
}

h5, .h5 {
	font-size: calc(1.275rem + 0.3vw);
}

h6, .h6 {
	font-size: calc(var(--heading-font-size-base) * 1.125);
}


/*!
 *	Common
 * ----------------------------------------------- */

#wrapper {
    position: relative;
	min-height: 100vh;
}

.section {
	padding-top: var(--section-padding-y);
	padding-bottom: var(--section-padding-y);
}

.section .section__title {
	position: relative;
	font-weight: 500;
	margin-bottom: 16px;
}

.section .section__title:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 12px;
	border-radius: 16px;
	background-color: currentColor;
	transform: translateY(-1px);
}

.overflow-hidden {
	overflow: hidden !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fw-medium {
	font-weight: 500 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: 800 !important;
}

.text-center {
	text-align: center !important;
}

.text-secondary {
	color: var(--secondary);
}

.text-primary {
	color: var(--primary);
}

.text-primary-light {
	color: var(--primary-light);
}

.bg-primary {
	--heading-color: #fff;
	background-color: var(--primary);
	color: #fff;
}

.bg-light {
	background-color: #F6F6F9;
}


/*!
 *	Spacing
 * ----------------------------------------------- */
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}

.mb-48 {
	margin-bottom: 48px !important;
}

.mb-64 {
	margin-bottom: 48px !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}


/*!
 *	Grid System
 * ----------------------------------------------- */
.container,
.container-fluid {
    width: 100%;
    padding-left: calc(var(--gutter-x) * .5);
    padding-right: calc(var(--gutter-x) * .5);
}

.container *, 
.container-fluid * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

.container {
	max-width: var(--container-width);
	margin-left: auto;
	margin-right: auto;
}

.row {
	margin-top: calc(-1 * var(--gutter-y));
    margin-left: calc(-.5 * var(--gutter-x));
    margin-right: calc(-.5 * var(--gutter-x));
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.row > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
    min-height: 1px;
	margin-top: var(--gutter-y);
    padding-left: calc(var(--gutter-x) * .5);
    padding-right: calc(var(--gutter-x) * .5);
}

.row.row--lg {
	--gutter-x: 54px;
}

.row.row--sm {
	--gutter-x: 16px;
}

.gap {
	--gutter-y: var(--gutter-x);
}

.col-1 {
    width: 8.33333333%;
}

.col-2 { 
    width: 16.66666667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333333%;
}

.col-5 {
    width: 41.66666667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333333%;
}

.col-8 {
    width: 66.66666667%;
}

.col-9 { 
    width: 75%;
}

.col-10 {
    width: 83.33333333%;
}

.col-11 {
    width: 91.66666667%;
}

.col-12 {
    width: 100%;
}

.no-gutter {
	--gutter-x: 0;
}

.flex-reverse {
	-webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-items-center {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*!
 *	Form Styling
 * ----------------------------------------------- */
.btn {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: var(--btn-padding);
	color: var(--btn-color);
	background-color: var(--btn-bg);
	font-family: var(--btn-font-family);
	font-size: var(--btn-font-size);
	font-weight: var(--btn-font-weight);
	border: var(--btn-border-width) solid var(--btn-border-color);
	cursor: pointer;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	line-height: calc(var(--btn-line-height) - (var(--btn-border-width) * 2));
	text-align: center;
	border-radius: 8px;
}

.btn:hover {
	background-color: var(--btn-hover-bg);
	color: var(--btn-hover-color);
	border-color: var(--btn-hover-border-color);
}

.btn > *:not(:first-child) {
	margin-left: 4px;
}

.btn.btn--lg {
	--btn-font-size: 16px;
	--btn-padding: 0 24px;
	--btn-line-height: 48px;
}

.btn.btn--icon {
	padding: 0;
	width: var(--btn-line-height);
	height: var(--btn-line-height);
}

.btn.btn--primary {
	--btn-bg: var(--primary);
	--btn-color: #ffffff;
	--btn-hover-bg: var(--primary);
	--btn-hover-color: #ffffff;
}

.btn.btn--submit {
	--btn-bg: #ffffff;
	--btn-color: var(--primary);
	--btn-hover-bg: var(--light);
	--btn-hover-color: var(--primary);
	min-width: 120px;
}

.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid var(--form-control-border-color);
	min-height: var(--form-control-min-height);
	padding: var(--form-control-padding);
	background-color: var(--form-control-bg);
	font-family: var(--form-control-font-family);
	font-size: var(--form-control-font-size);
	color: #ffffff;
	border-radius: var(--form-control-border-radius);
}

.form-control:focus {
	--form-control-border-color: rgba(255,255,255, .25);
}

.form-control::-webkit-input-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 1;
}

.form-control::placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 1;
}

.form-control::-webkit-input-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 1;
}

.form-control::-ms-placeholder {
	color: var(--form-control-placeholder-color);
	opacity: 1;
}

select.form-control {
	background-image: var(--form-control-arrow);
	background-position: center right 16px;
	background-repeat: no-repeat;
	padding-right: 42px;
}

select.form-control option {
	color: #000;
}

.form-group {
	margin-bottom: 16px;
	position: relative;
}

.form-label {
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 4px;
}


/*!
 *	Header
 * ----------------------------------------------- */
#header {
	--link-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-top: 16px;
	padding-bottom: 16px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}

#header.dark-header {
	--link-color: var(--dark);
	--hamburger-line-bg: var(--dark);
}

.header-container {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.navbar {
	display: none;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 24px;
	z-index: 100;
	max-height: calc(100vh - var(--header-height));
	overflow: auto;
}

.navbar > ul {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: var(--container-width);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	padding: 0 8px;
	list-style: none;
}

.navbar > ul > li:not(:first-child) {
	margin-top: 24px;
}

.navbar > ul > li > a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
}

.menu-item-has-children,
.menu-item-has-children > a {
	position: relative;
}

.menu-item-has-children {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	cursor: pointer;
}

.menu-item-has-children:hover > a {
	color: var(--primary);
}

.sub-menu-handler {
	margin-left: auto;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20" width="20" viewBox="0 0 24 24" fill="%23000000"><path d="M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z"></path></svg>');
}

.menu-item-has-children > .sub-menu-handler.active {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sub-menu {
	display: none;
	padding-top: 16px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	padding: 16px 0 0;
	margin: 0;
	list-style: none;
}

.sub-menu li a {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 16px;
	border-radius: 8px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	white-space: nowrap;
}

.sub-menu li a:hover {
	background-color: rgba(var(--primary-rgb), 0.03);
}

#hamburger {
	background-color: transparent;
	border: none;
	position: relative;
	margin-left: auto;
	width: 20px;
	height: 16px;
	cursor: pointer;
	padding: 0;
}

#hamburger span:before,
#hamburger span:after {
	content: '';
}

#hamburger span,
#hamburger span:before,
#hamburger span:after {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: var(--hamburger-line-bg);
	display: block;
}

#hamburger span,
#hamburger span:after {
	top: 7px;
}

#hamburger span:before {
	top: -7px;
}

#hamburger.active span {
	background-color: transparent;
}

#hamburger.active span:after,
#hamburger.active span:before {
	top: 0;
}

#hamburger.active span:before {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.active span:after {
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.brand {
	display: inline-block;
	max-width: 120px;
	margin-bottom: 4px;
}

#intro {
	position: relative;
	background-color: var(--primary);
}

#intro:after,
#intro:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

#intro:after {	
	width: 80vw;
	background: linear-gradient(45deg, var(--primary) 0%, rgba(var(--primary-rgb), 1) 60%, rgba(var(--primary-rgb), 0) 100%);
}

#intro:before {
	width: 100%;
	background: 
		radial-gradient(farthest-side at -33.33% 50%,#0000 52%,var(--light) 54% 57%,#0000 59%) 0 calc(128px/2),
		radial-gradient(farthest-side at 50% 133.33%,#0000 52%,var(--light) 54% 57%,#0000 59%) calc(128px/2) 0,
		radial-gradient(farthest-side at 133.33% 50%,#0000 52%,var(--light) 54% 57%,#0000 59%),
		radial-gradient(farthest-side at 50% -33.33%,#0000 52%,var(--light) 54% 57%,#0000 59%);
	background-size: calc(128px/4.667) 128px,128px calc(128px/4.667);
	opacity: 0.05;
}

.intro-content {
	--heading-color: var(--light);
	--heading-line-height: 1.15;

	color:  var(--light);
	position: relative;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 180px;
	padding-bottom: 100px;
	font-size: 18px;
	z-index: 3;
}

.hero .container {
	position: relative;
}

.hero .hero__card {
	position: absolute;
	left: 16px;
	right: 16px;
	top: -50px;
	margin-bottom: 0;
	z-index: 4;
	padding: 16px;
	border-radius: 16px;
	background-color: var(--primary-light);
	color: #141B41;
}

.hero .hero__cover {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.strategy-card {
	--heading-color: #141B41;

	background-color: #fff;
	color: #141B41;
	padding: 24px;
	height: 100%;
	font-size: 18px;
	border-radius: 16px;
}

.note {
	padding: 16px 24px;
	border: 1px solid var(--primary);
	border-left-width: 4px;
	border-radius: 12px;
	background-color: rgba(var(--primary-rgb), 0.05);
	color: #141B41;
}

.approach-list .approach-list__item {
	border-top: 1px solid #11101314;
	padding-top: 32px;
}

.approach-list .approach-list__item:not(:last-child) {
	margin-bottom: 32px;
}

.section.section--join {
	--heading-color: #ffffff;
	background: url("../images/hero/join.jpg") center / cover no-repeat;
	position: relative;
	color: #ffffff;
}

.section.section--join:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000000;
	opacity: 0.5;
}

.section.section--join .container {
	position: relative;
	z-index: 2;
}

.section.section--join a {
	color: var(--primary-light);
	text-decoration: underline;
}

.section.section--join a:hover {
	color: var(--primary);
}

.section.section--impact {
	--heading-color: var(--light);
	background-color: var(--primary);
}

.impact-card {
	--heading-color: #141B41;
	
	color: #141B41;
	background-color: var(--primary-light);
	padding: 24px;
	border-radius: 16px;
	font-size: 18px;
}

.impact-card:not(:last-child) {
	margin-bottom: 32px;
}


#footer {
	background-color: var(--light);
	padding-top: 32px;
	padding-bottom: 24px;
	font-size: 12px;
	color: #83877a;
}


/*!
 *	Responsive
 * ----------------------------------------------- */
@media(min-width: 480px) {
	.col-xs-1 {
		width: 8.33333333%;
	}
	
	.col-xs-2 { 
		width: 16.66666667%;
	}
	
	.col-xs-3 {
		width: 25%;
	}
	
	.col-xs-4 {
		width: 33.33333333%;
	}
	
	.col-xs-5 {
		width: 41.66666667%;
	}
	
	.col-xs-6 {
		width: 50%;
	}
	
	.col-xs-7 {
		width: 58.33333333%;
	}
	
	.col-xs-8 {
		width: 66.66666667%;
	}
	
	.col-xs-9 { 
		width: 75%;
	}
	
	.col-xs-10 {
		width: 83.33333333%;
	}
	
	.col-xs-11 {
		width: 91.66666667%;
	}
	
	.col-xs-12 {
		width: 100%;
	}

	.strategy-card {
		padding: 48px;
	}
}

@media(min-width: 576px) {
	body {
		--container-width: 540px;
		--section-padding-y: 100px;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}
	
	.col-sm-2 { 
		width: 16.66666667%;
	}
	
	.col-sm-3 {
		width: 25%;
	}
	
	.col-sm-4 {
		width: 33.33333333%;
	}
	
	.col-sm-5 {
		width: 41.66666667%;
	}
	
	.col-sm-6 {
		width: 50%;
	}
	
	.col-sm-7 {
		width: 58.33333333%;
	}
	
	.col-sm-8 {
		width: 66.66666667%;
	}
	
	.col-sm-9 { 
		width: 75%;
	}
	
	.col-sm-10 {
		width: 83.33333333%;
	}
	
	.col-sm-11 {
		width: 91.66666667%;
	}
	
	.col-sm-12 {
		width: 100%;
	}

	.hero .hero__card {
		padding: 32px;
		border-radius: 24px;
		font-size: 20px;
		max-width: 320px;
		left: initial;
	}
}

@media(min-width: 768px) {
	body {
		--container-width: 720px;
	}

	.col-md-1 {
		width: 8.33333333%;
	}
	
	.col-md-2 { 
		width: 16.66666667%;
	}
	
	.col-md-3 {
		width: 25%;
	}
	
	.col-md-4 {
		width: 33.33333333%;
	}
	
	.col-md-5 {
		width: 41.66666667%;
	}
	
	.col-md-6 {
		width: 50%;
	}
	
	.col-md-7 {
		width: 58.33333333%;
	}
	
	.col-md-8 {
		width: 66.66666667%;
	}
	
	.col-md-9 { 
		width: 75%;
	}
	
	.col-md-10 {
		width: 83.33333333%;
	}
	
	.col-md-11 {
		width: 91.66666667%;
	}
	
	.col-md-12 {
		width: 100%;
	}

	.brand {
		max-width: 140px;
	}

	.intro-content {
		font-size: 20px;
	}

	.strategy-card {
		padding: 40px 32px;
	}

	.hero .hero__card {
		top: -150px;
	}

	.approach-list .approach-list__item {
		padding-top: 48px;
	}

	.approach-list .approach-list__item:not(:last-child) {
		margin-bottom: 48px;
	}

	.section.section--impact {
		padding-top: calc(var(--section-padding-y) * 1.5);
	}

	.impact-card-list {
		transform: translateY(calc(-.5 * var(--section-padding-y)));
	}

	.impact-card {
		padding: 32px;
		border-radius: 24px;
	}
}

@media(min-width: 992px) {
	body {
		--container-width: 960px;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}
	
	.col-lg-2 { 
		width: 16.66666667%;
	}
	
	.col-lg-3 {
		width: 25%;
	}
	
	.col-lg-4 {
		width: 33.33333333%;
	}
	
	.col-lg-5 {
		width: 41.66666667%;
	}
	
	.col-lg-6 {
		width: 50%;
	}
	
	.col-lg-7 {
		width: 58.33333333%;
	}
	
	.col-lg-8 {
		width: 66.66666667%;
	}
	
	.col-lg-9 { 
		width: 75%;
	}
	
	.col-lg-10 {
		width: 83.33333333%;
	}
	
	.col-lg-11 {
		width: 91.66666667%;
	}
	
	.col-lg-12 {
		width: 100%;
	}

	.mb-64 {
		margin-bottom: 64px !important;
	}

	.navbar {
		margin-top: 0;
		margin-left: auto;
		position: relative;
		top: initial;
		width: initial;
		background-color: transparent;
		padding: 0;
		border: none;
		display: block;
		max-height: initial;
		overflow: visible;
		border-radius: 0;
	}

	.navbar > ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0;
		margin: 0;
		max-width: initial;
	}

	.navbar > ul > li:not(:first-child) {
		margin-left: 32px;
		margin-top: initial;
	}

	.sub-menu-handler {
		margin-left: 4px;
	}

	.menu-item-has-children:hover .sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}
	
	.sub-menu {
		position: absolute;
		top: 100%;
		left: 50%;
		width: 220px;
		-webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
		background-color: #fff;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 16px;
		border-radius: 4px;
		opacity: 0;
		visibility: hidden;
		display: block;
	}

	#hamburger {
		display: none;
	}

	.hero .hero__card {
		right: 48px;
		font-size: 24px;
	}
}

@media(min-width: 1200px) {
	body {
		--container-width: 1140px;
	}

	h1, .h1 {
		font-size: calc(var(--heading-font-size-base) * 5.5);
	}
	
	h2, .h2 {
		font-size: calc(var(--heading-font-size-base) * 3);
	}
	
	h3, .h3 {
		font-size: calc(var(--heading-font-size-base) * 2);
	}
	
	h4, .h4 {
		font-size: calc(var(--heading-font-size-base) * 1.5);
	}
	
	h5, .h5 {
		font-size: calc(var(--heading-font-size-base) * 1.25);
	}

	.col-xl-1 {
		width: 8.33333333%;
	}
	
	.col-xl-2 { 
		width: 16.66666667%;
	}
	
	.col-xl-3 {
		width: 25%;
	}
	
	.col-xl-4 {
		width: 33.33333333%;
	}
	
	.col-xl-5 {
		width: 41.66666667%;
	}
	
	.col-xl-6 {
		width: 50%;
	}
	
	.col-xl-7 {
		width: 58.33333333%;
	}
	
	.col-xl-8 {
		width: 66.66666667%;
	}
	
	.col-xl-9 { 
		width: 75%;
	}
	
	.col-xl-10 {
		width: 83.33333333%;
	}
	
	.col-xl-11 {
		width: 91.66666667%;
	}
	
	.col-xl-12 {
		width: 100%;
	}

	.brand {
		max-width: 160px;
	}

	.hero .hero__cover {
		aspect-ratio: initial;
		height: 100svh;
	}

	.section-learn-content {
		max-width: calc(.5 * var(--container-width));
	}

	.marquee .marquee__text {
		font-size: calc(var(--heading-font-size-base) * 2);
	}
}

/* @media(min-width: 1400px) {
	body {
		--container-width: 1320px;
	}
} */