/*
Theme Name:         Quiet Capital
Theme URI:          https://github.com/a8cteam51/quiet-capital
Author:             Team51
Author URI:         https://github.com/a8cteam51
Description:        Quiet Capital - We are builders who invest in remarkable founders from day zero.
Version:            1.0.0
Requires at least:  6.0
Requires PHP:       7.4
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        quietcapital
Domain Path:        /languages
Tags:               Starter theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
*   Necessary components will be imported below.
*/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.align-left {
	justify-content: flex-start;
}

.align-right {
	justify-content: flex-end;
}

.align-center {
	justify-content: center;
}

.align-justify {
	justify-content: space-between;
}

.align-spaced {
	justify-content: space-around;
}

.align-left.vertical.menu > li > a {
	justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
	justify-content: center;
}

.align-top {
	align-items: flex-start;
}

.align-self-top {
	align-self: flex-start;
}

.align-bottom {
	align-items: flex-end;
}

.align-self-bottom {
	align-self: flex-end;
}

.align-middle {
	align-items: center;
}

.align-self-middle {
	align-self: center;
}

.align-stretch {
	align-items: stretch;
}

.align-self-stretch {
	align-self: stretch;
}

.align-center-middle {
	justify-content: center;
	align-items: center;
	align-content: center;
}

.small-order-1 {
	order: 1;
}

.small-order-2 {
	order: 2;
}

.small-order-3 {
	order: 3;
}

.small-order-4 {
	order: 4;
}

.small-order-5 {
	order: 5;
}

.small-order-6 {
	order: 6;
}

@media print, screen and (min-width: 40em) {
	.medium-order-1 {
		order: 1;
	}
	.medium-order-2 {
		order: 2;
	}
	.medium-order-3 {
		order: 3;
	}
	.medium-order-4 {
		order: 4;
	}
	.medium-order-5 {
		order: 5;
	}
	.medium-order-6 {
		order: 6;
	}
}
@media print, screen and (min-width: 64em) {
	.large-order-1 {
		order: 1;
	}
	.large-order-2 {
		order: 2;
	}
	.large-order-3 {
		order: 3;
	}
	.large-order-4 {
		order: 4;
	}
	.large-order-5 {
		order: 5;
	}
	.large-order-6 {
		order: 6;
	}
}
.flex-container {
	display: flex;
}

.flex-child-auto {
	flex: 1 1 auto;
}

.flex-child-grow {
	flex: 1 0 auto;
}

.flex-child-shrink {
	flex: 0 1 auto;
}

.flex-dir-row {
	flex-direction: row;
}

.flex-dir-row-reverse {
	flex-direction: row-reverse;
}

.flex-dir-column {
	flex-direction: column;
}

.flex-dir-column-reverse {
	flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
	.medium-flex-container {
		display: flex;
	}
	.medium-flex-child-auto {
		flex: 1 1 auto;
	}
	.medium-flex-child-grow {
		flex: 1 0 auto;
	}
	.medium-flex-child-shrink {
		flex: 0 1 auto;
	}
	.medium-flex-dir-row {
		flex-direction: row;
	}
	.medium-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}
	.medium-flex-dir-column {
		flex-direction: column;
	}
	.medium-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
}
@media print, screen and (min-width: 64em) {
	.large-flex-container {
		display: flex;
	}
	.large-flex-child-auto {
		flex: 1 1 auto;
	}
	.large-flex-child-grow {
		flex: 1 0 auto;
	}
	.large-flex-child-shrink {
		flex: 0 1 auto;
	}
	.large-flex-dir-row {
		flex-direction: row;
	}
	.large-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}
	.large-flex-dir-column {
		flex-direction: column;
	}
	.large-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
}
.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 40em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width: 39.99875em) {
	.show-for-medium {
		display: none !important;
	}
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 63.99875em) {
	.show-for-large {
		display: none !important;
	}
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
	.show-for-large-only {
		display: none !important;
	}
}

.show-for-sr,
.show-on-focus {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
	display: block !important;
}
@media screen and (orientation: landscape) {
	.show-for-landscape,
	.hide-for-portrait {
		display: block !important;
	}
}
@media screen and (orientation: portrait) {
	.show-for-landscape,
	.hide-for-portrait {
		display: none !important;
	}
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important;
}
@media screen and (orientation: landscape) {
	.hide-for-landscape,
	.show-for-portrait {
		display: none !important;
	}
}
@media screen and (orientation: portrait) {
	.hide-for-landscape,
	.show-for-portrait {
		display: block !important;
	}
}

.show-for-dark-mode {
	display: none;
}

.hide-for-dark-mode {
	display: block;
}

@media screen and (prefers-color-scheme: dark) {
	.show-for-dark-mode {
		display: block !important;
	}
	.hide-for-dark-mode {
		display: none !important;
	}
}
.show-for-ie {
	display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.show-for-ie {
		display: block !important;
	}
	.hide-for-ie {
		display: none !important;
	}
}
.show-for-sticky {
	display: none;
}

.is-stuck .show-for-sticky {
	display: block;
}

.is-stuck .hide-for-sticky {
	display: none;
}

.grid-container {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 40em) {
	.grid-container {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.grid-container.fluid {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media print, screen and (min-width: 40em) {
	.grid-container.fluid {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}
.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.grid-x {
	display: flex;
	flex-flow: row wrap;
}

.cell {
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}
.cell.auto {
	flex: 1 1 0;
}
.cell.shrink {
	flex: 0 0 auto;
}

.grid-x > .auto {
	width: auto;
}
.grid-x > .shrink {
	width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
	flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
	.grid-x > .medium-shrink,
	.grid-x > .medium-full,
	.grid-x > .medium-1,
	.grid-x > .medium-2,
	.grid-x > .medium-3,
	.grid-x > .medium-4,
	.grid-x > .medium-5,
	.grid-x > .medium-6,
	.grid-x > .medium-7,
	.grid-x > .medium-8,
	.grid-x > .medium-9,
	.grid-x > .medium-10,
	.grid-x > .medium-11,
	.grid-x > .medium-12 {
		flex-basis: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-x > .large-shrink,
	.grid-x > .large-full,
	.grid-x > .large-1,
	.grid-x > .large-2,
	.grid-x > .large-3,
	.grid-x > .large-4,
	.grid-x > .large-5,
	.grid-x > .large-6,
	.grid-x > .large-7,
	.grid-x > .large-8,
	.grid-x > .large-9,
	.grid-x > .large-10,
	.grid-x > .large-11,
	.grid-x > .large-12 {
		flex-basis: auto;
	}
}
.grid-x > .small-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
	flex: 0 0 auto;
}

.grid-x > .small-1 {
	width: 8.3333333333%;
}

.grid-x > .small-2 {
	width: 16.6666666667%;
}

.grid-x > .small-3 {
	width: 25%;
}

.grid-x > .small-4 {
	width: 33.3333333333%;
}

.grid-x > .small-5 {
	width: 41.6666666667%;
}

.grid-x > .small-6 {
	width: 50%;
}

.grid-x > .small-7 {
	width: 58.3333333333%;
}

.grid-x > .small-8 {
	width: 66.6666666667%;
}

.grid-x > .small-9 {
	width: 75%;
}

.grid-x > .small-10 {
	width: 83.3333333333%;
}

.grid-x > .small-11 {
	width: 91.6666666667%;
}

.grid-x > .small-12 {
	width: 100%;
}

@media print, screen and (min-width: 40em) {
	.grid-x > .medium-auto {
		flex: 1 1 0;
		width: auto;
	}
	.grid-x > .medium-12,
	.grid-x > .medium-11,
	.grid-x > .medium-10,
	.grid-x > .medium-9,
	.grid-x > .medium-8,
	.grid-x > .medium-7,
	.grid-x > .medium-6,
	.grid-x > .medium-5,
	.grid-x > .medium-4,
	.grid-x > .medium-3,
	.grid-x > .medium-2,
	.grid-x > .medium-1,
	.grid-x > .medium-shrink {
		flex: 0 0 auto;
	}
	.grid-x > .medium-shrink {
		width: auto;
	}
	.grid-x > .medium-1 {
		width: 8.3333333333%;
	}
	.grid-x > .medium-2 {
		width: 16.6666666667%;
	}
	.grid-x > .medium-3 {
		width: 25%;
	}
	.grid-x > .medium-4 {
		width: 33.3333333333%;
	}
	.grid-x > .medium-5 {
		width: 41.6666666667%;
	}
	.grid-x > .medium-6 {
		width: 50%;
	}
	.grid-x > .medium-7 {
		width: 58.3333333333%;
	}
	.grid-x > .medium-8 {
		width: 66.6666666667%;
	}
	.grid-x > .medium-9 {
		width: 75%;
	}
	.grid-x > .medium-10 {
		width: 83.3333333333%;
	}
	.grid-x > .medium-11 {
		width: 91.6666666667%;
	}
	.grid-x > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-x > .large-auto {
		flex: 1 1 0;
		width: auto;
	}
	.grid-x > .large-12,
	.grid-x > .large-11,
	.grid-x > .large-10,
	.grid-x > .large-9,
	.grid-x > .large-8,
	.grid-x > .large-7,
	.grid-x > .large-6,
	.grid-x > .large-5,
	.grid-x > .large-4,
	.grid-x > .large-3,
	.grid-x > .large-2,
	.grid-x > .large-1,
	.grid-x > .large-shrink {
		flex: 0 0 auto;
	}
	.grid-x > .large-shrink {
		width: auto;
	}
	.grid-x > .large-1 {
		width: 8.3333333333%;
	}
	.grid-x > .large-2 {
		width: 16.6666666667%;
	}
	.grid-x > .large-3 {
		width: 25%;
	}
	.grid-x > .large-4 {
		width: 33.3333333333%;
	}
	.grid-x > .large-5 {
		width: 41.6666666667%;
	}
	.grid-x > .large-6 {
		width: 50%;
	}
	.grid-x > .large-7 {
		width: 58.3333333333%;
	}
	.grid-x > .large-8 {
		width: 66.6666666667%;
	}
	.grid-x > .large-9 {
		width: 75%;
	}
	.grid-x > .large-10 {
		width: 83.3333333333%;
	}
	.grid-x > .large-11 {
		width: 91.6666666667%;
	}
	.grid-x > .large-12 {
		width: 100%;
	}
}
.grid-margin-x:not(.grid-x) > .cell {
	width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x {
		margin-left: -0.9375rem;
		margin-right: -0.9375rem;
	}
}
.grid-margin-x > .cell {
	width: calc(100% - 1.25rem);
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x > .cell {
		width: calc(100% - 1.875rem);
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
	}
}
.grid-margin-x > .auto {
	width: auto;
}
.grid-margin-x > .shrink {
	width: auto;
}
.grid-margin-x > .small-1 {
	width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
	width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
	width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
	width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
	width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
	width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
	width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
	width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
	width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
	width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
	width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
	width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-margin-x > .auto {
		width: auto;
	}
	.grid-margin-x > .shrink {
		width: auto;
	}
	.grid-margin-x > .small-1 {
		width: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-x > .small-2 {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x > .small-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .small-4 {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x > .small-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-x > .small-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .small-7 {
		width: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-x > .small-8 {
		width: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-x > .small-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .small-10 {
		width: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-x > .small-11 {
		width: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-x > .small-12 {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x > .medium-auto {
		width: auto;
	}
	.grid-margin-x > .medium-shrink {
		width: auto;
	}
	.grid-margin-x > .medium-1 {
		width: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-x > .medium-2 {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x > .medium-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .medium-4 {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x > .medium-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-x > .medium-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .medium-7 {
		width: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-x > .medium-8 {
		width: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-x > .medium-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .medium-10 {
		width: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-x > .medium-11 {
		width: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-x > .medium-12 {
		width: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-x > .large-auto {
		width: auto;
	}
	.grid-margin-x > .large-shrink {
		width: auto;
	}
	.grid-margin-x > .large-1 {
		width: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-x > .large-2 {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x > .large-3 {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x > .large-4 {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x > .large-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-x > .large-6 {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x > .large-7 {
		width: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-x > .large-8 {
		width: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-x > .large-9 {
		width: calc(75% - 1.875rem);
	}
	.grid-margin-x > .large-10 {
		width: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-x > .large-11 {
		width: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-x > .large-12 {
		width: calc(100% - 1.875rem);
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-x .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
.grid-container:not(.full) > .grid-padding-x {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-container:not(.full) > .grid-padding-x {
		margin-right: -0.9375rem;
		margin-left: -0.9375rem;
	}
}
.grid-padding-x > .cell {
	padding-right: 0.625rem;
	padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-x > .cell {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
}

.small-up-1 > .cell {
	width: 100%;
}

.small-up-2 > .cell {
	width: 50%;
}

.small-up-3 > .cell {
	width: 33.3333333333%;
}

.small-up-4 > .cell {
	width: 25%;
}

.small-up-5 > .cell {
	width: 20%;
}

.small-up-6 > .cell {
	width: 16.6666666667%;
}

.small-up-7 > .cell {
	width: 14.2857142857%;
}

.small-up-8 > .cell {
	width: 12.5%;
}

@media print, screen and (min-width: 40em) {
	.medium-up-1 > .cell {
		width: 100%;
	}
	.medium-up-2 > .cell {
		width: 50%;
	}
	.medium-up-3 > .cell {
		width: 33.3333333333%;
	}
	.medium-up-4 > .cell {
		width: 25%;
	}
	.medium-up-5 > .cell {
		width: 20%;
	}
	.medium-up-6 > .cell {
		width: 16.6666666667%;
	}
	.medium-up-7 > .cell {
		width: 14.2857142857%;
	}
	.medium-up-8 > .cell {
		width: 12.5%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-up-1 > .cell {
		width: 100%;
	}
	.large-up-2 > .cell {
		width: 50%;
	}
	.large-up-3 > .cell {
		width: 33.3333333333%;
	}
	.large-up-4 > .cell {
		width: 25%;
	}
	.large-up-5 > .cell {
		width: 20%;
	}
	.large-up-6 > .cell {
		width: 16.6666666667%;
	}
	.large-up-7 > .cell {
		width: 14.2857142857%;
	}
	.large-up-8 > .cell {
		width: 12.5%;
	}
}
.grid-margin-x.small-up-1 > .cell {
	width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
	width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
	width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
	width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
	width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
	width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
	width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
	width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.2857142857% - 1.875rem);
	}
	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
	.grid-margin-x.medium-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.medium-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.medium-up-3 > .cell {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x.medium-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.medium-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.medium-up-6 > .cell {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x.medium-up-7 > .cell {
		width: calc(14.2857142857% - 1.875rem);
	}
	.grid-margin-x.medium-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-x.large-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	.grid-margin-x.large-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	.grid-margin-x.large-up-3 > .cell {
		width: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-x.large-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	.grid-margin-x.large-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	.grid-margin-x.large-up-6 > .cell {
		width: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-x.large-up-7 > .cell {
		width: calc(14.2857142857% - 1.875rem);
	}
	.grid-margin-x.large-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}
.small-margin-collapse {
	margin-right: 0;
	margin-left: 0;
}
.small-margin-collapse > .cell {
	margin-right: 0;
	margin-left: 0;
}
.small-margin-collapse > .small-1 {
	width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
	width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
	width: 25%;
}
.small-margin-collapse > .small-4 {
	width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
	width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
	width: 50%;
}
.small-margin-collapse > .small-7 {
	width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
	width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
	width: 75%;
}
.small-margin-collapse > .small-10 {
	width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
	width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
	width: 100%;
}
@media print, screen and (min-width: 40em) {
	.small-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	.small-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	.small-margin-collapse > .medium-3 {
		width: 25%;
	}
	.small-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	.small-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	.small-margin-collapse > .medium-6 {
		width: 50%;
	}
	.small-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	.small-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	.small-margin-collapse > .medium-9 {
		width: 75%;
	}
	.small-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	.small-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	.small-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.small-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	.small-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	.small-margin-collapse > .large-3 {
		width: 25%;
	}
	.small-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	.small-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	.small-margin-collapse > .large-6 {
		width: 50%;
	}
	.small-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	.small-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	.small-margin-collapse > .large-9 {
		width: 75%;
	}
	.small-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	.small-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	.small-margin-collapse > .large-12 {
		width: 100%;
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}
.small-padding-collapse > .cell {
	padding-right: 0;
	padding-left: 0;
}

@media print, screen and (min-width: 40em) {
	.medium-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	.medium-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	.medium-margin-collapse > .small-3 {
		width: 25%;
	}
	.medium-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	.medium-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	.medium-margin-collapse > .small-6 {
		width: 50%;
	}
	.medium-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	.medium-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	.medium-margin-collapse > .small-9 {
		width: 75%;
	}
	.medium-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	.medium-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	.medium-margin-collapse > .small-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 40em) {
	.medium-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	.medium-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	.medium-margin-collapse > .medium-3 {
		width: 25%;
	}
	.medium-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	.medium-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	.medium-margin-collapse > .medium-6 {
		width: 50%;
	}
	.medium-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	.medium-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	.medium-margin-collapse > .medium-9 {
		width: 75%;
	}
	.medium-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	.medium-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	.medium-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.medium-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	.medium-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	.medium-margin-collapse > .large-3 {
		width: 25%;
	}
	.medium-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	.medium-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	.medium-margin-collapse > .large-6 {
		width: 50%;
	}
	.medium-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	.medium-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	.medium-margin-collapse > .large-9 {
		width: 75%;
	}
	.medium-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	.medium-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	.medium-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 40em) {
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.medium-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print, screen and (min-width: 64em) {
	.large-margin-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	.large-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	.large-margin-collapse > .small-3 {
		width: 25%;
	}
	.large-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	.large-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	.large-margin-collapse > .small-6 {
		width: 50%;
	}
	.large-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	.large-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	.large-margin-collapse > .small-9 {
		width: 75%;
	}
	.large-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	.large-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	.large-margin-collapse > .small-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	.large-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	.large-margin-collapse > .medium-3 {
		width: 25%;
	}
	.large-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	.large-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	.large-margin-collapse > .medium-6 {
		width: 50%;
	}
	.large-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	.large-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	.large-margin-collapse > .medium-9 {
		width: 75%;
	}
	.large-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	.large-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	.large-margin-collapse > .medium-12 {
		width: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.large-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	.large-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	.large-margin-collapse > .large-3 {
		width: 25%;
	}
	.large-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	.large-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	.large-margin-collapse > .large-6 {
		width: 50%;
	}
	.large-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	.large-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	.large-margin-collapse > .large-9 {
		width: 75%;
	}
	.large-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	.large-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	.large-margin-collapse > .large-12 {
		width: 100%;
	}
}

@media print, screen and (min-width: 64em) {
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	.large-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

.small-offset-0 {
	margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
	margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
	margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
	margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
	margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
	margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
	margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
	margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
	margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
	margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
	margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
	margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
	margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
	margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
	margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
	margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
	margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
	margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
	margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
	margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
	margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
	margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
	margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
	margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
	.medium-offset-0 {
		margin-left: 0%;
	}
	.grid-margin-x > .medium-offset-0 {
		margin-left: calc(0% + 1.875rem / 2);
	}
	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}
	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.3333333333% + 1.875rem / 2);
	}
	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}
	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.6666666667% + 1.875rem / 2);
	}
	.medium-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + 1.875rem / 2);
	}
	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}
	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.3333333333% + 1.875rem / 2);
	}
	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}
	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.6666666667% + 1.875rem / 2);
	}
	.medium-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + 1.875rem / 2);
	}
	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}
	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.3333333333% + 1.875rem / 2);
	}
	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}
	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.6666666667% + 1.875rem / 2);
	}
	.medium-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + 1.875rem / 2);
	}
	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}
	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.3333333333% + 1.875rem / 2);
	}
	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}
	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.6666666667% + 1.875rem / 2);
	}
}
@media print, screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left: 0%;
	}
	.grid-margin-x > .large-offset-0 {
		margin-left: calc(0% + 1.875rem / 2);
	}
	.large-offset-1 {
		margin-left: 8.3333333333%;
	}
	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.3333333333% + 1.875rem / 2);
	}
	.large-offset-2 {
		margin-left: 16.6666666667%;
	}
	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.6666666667% + 1.875rem / 2);
	}
	.large-offset-3 {
		margin-left: 25%;
	}
	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + 1.875rem / 2);
	}
	.large-offset-4 {
		margin-left: 33.3333333333%;
	}
	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.3333333333% + 1.875rem / 2);
	}
	.large-offset-5 {
		margin-left: 41.6666666667%;
	}
	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.6666666667% + 1.875rem / 2);
	}
	.large-offset-6 {
		margin-left: 50%;
	}
	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + 1.875rem / 2);
	}
	.large-offset-7 {
		margin-left: 58.3333333333%;
	}
	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.3333333333% + 1.875rem / 2);
	}
	.large-offset-8 {
		margin-left: 66.6666666667%;
	}
	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.6666666667% + 1.875rem / 2);
	}
	.large-offset-9 {
		margin-left: 75%;
	}
	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + 1.875rem / 2);
	}
	.large-offset-10 {
		margin-left: 83.3333333333%;
	}
	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.3333333333% + 1.875rem / 2);
	}
	.large-offset-11 {
		margin-left: 91.6666666667%;
	}
	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.6666666667% + 1.875rem / 2);
	}
}
.grid-y {
	display: flex;
	flex-flow: column nowrap;
}
.grid-y > .cell {
	height: auto;
	max-height: none;
}
.grid-y > .auto {
	height: auto;
}
.grid-y > .shrink {
	height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
	flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
	.grid-y > .medium-shrink,
	.grid-y > .medium-full,
	.grid-y > .medium-1,
	.grid-y > .medium-2,
	.grid-y > .medium-3,
	.grid-y > .medium-4,
	.grid-y > .medium-5,
	.grid-y > .medium-6,
	.grid-y > .medium-7,
	.grid-y > .medium-8,
	.grid-y > .medium-9,
	.grid-y > .medium-10,
	.grid-y > .medium-11,
	.grid-y > .medium-12 {
		flex-basis: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y > .large-shrink,
	.grid-y > .large-full,
	.grid-y > .large-1,
	.grid-y > .large-2,
	.grid-y > .large-3,
	.grid-y > .large-4,
	.grid-y > .large-5,
	.grid-y > .large-6,
	.grid-y > .large-7,
	.grid-y > .large-8,
	.grid-y > .large-9,
	.grid-y > .large-10,
	.grid-y > .large-11,
	.grid-y > .large-12 {
		flex-basis: auto;
	}
}
.grid-y > .small-12,
.grid-y > .small-11,
.grid-y > .small-10,
.grid-y > .small-9,
.grid-y > .small-8,
.grid-y > .small-7,
.grid-y > .small-6,
.grid-y > .small-5,
.grid-y > .small-4,
.grid-y > .small-3,
.grid-y > .small-2,
.grid-y > .small-1 {
	flex: 0 0 auto;
}
.grid-y > .small-1 {
	height: 8.3333333333%;
}
.grid-y > .small-2 {
	height: 16.6666666667%;
}
.grid-y > .small-3 {
	height: 25%;
}
.grid-y > .small-4 {
	height: 33.3333333333%;
}
.grid-y > .small-5 {
	height: 41.6666666667%;
}
.grid-y > .small-6 {
	height: 50%;
}
.grid-y > .small-7 {
	height: 58.3333333333%;
}
.grid-y > .small-8 {
	height: 66.6666666667%;
}
.grid-y > .small-9 {
	height: 75%;
}
.grid-y > .small-10 {
	height: 83.3333333333%;
}
.grid-y > .small-11 {
	height: 91.6666666667%;
}
.grid-y > .small-12 {
	height: 100%;
}
@media print, screen and (min-width: 40em) {
	.grid-y > .medium-auto {
		flex: 1 1 0;
		height: auto;
	}
	.grid-y > .medium-12,
	.grid-y > .medium-11,
	.grid-y > .medium-10,
	.grid-y > .medium-9,
	.grid-y > .medium-8,
	.grid-y > .medium-7,
	.grid-y > .medium-6,
	.grid-y > .medium-5,
	.grid-y > .medium-4,
	.grid-y > .medium-3,
	.grid-y > .medium-2,
	.grid-y > .medium-1,
	.grid-y > .medium-shrink {
		flex: 0 0 auto;
	}
	.grid-y > .medium-shrink {
		height: auto;
	}
	.grid-y > .medium-1 {
		height: 8.3333333333%;
	}
	.grid-y > .medium-2 {
		height: 16.6666666667%;
	}
	.grid-y > .medium-3 {
		height: 25%;
	}
	.grid-y > .medium-4 {
		height: 33.3333333333%;
	}
	.grid-y > .medium-5 {
		height: 41.6666666667%;
	}
	.grid-y > .medium-6 {
		height: 50%;
	}
	.grid-y > .medium-7 {
		height: 58.3333333333%;
	}
	.grid-y > .medium-8 {
		height: 66.6666666667%;
	}
	.grid-y > .medium-9 {
		height: 75%;
	}
	.grid-y > .medium-10 {
		height: 83.3333333333%;
	}
	.grid-y > .medium-11 {
		height: 91.6666666667%;
	}
	.grid-y > .medium-12 {
		height: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y > .large-auto {
		flex: 1 1 0;
		height: auto;
	}
	.grid-y > .large-12,
	.grid-y > .large-11,
	.grid-y > .large-10,
	.grid-y > .large-9,
	.grid-y > .large-8,
	.grid-y > .large-7,
	.grid-y > .large-6,
	.grid-y > .large-5,
	.grid-y > .large-4,
	.grid-y > .large-3,
	.grid-y > .large-2,
	.grid-y > .large-1,
	.grid-y > .large-shrink {
		flex: 0 0 auto;
	}
	.grid-y > .large-shrink {
		height: auto;
	}
	.grid-y > .large-1 {
		height: 8.3333333333%;
	}
	.grid-y > .large-2 {
		height: 16.6666666667%;
	}
	.grid-y > .large-3 {
		height: 25%;
	}
	.grid-y > .large-4 {
		height: 33.3333333333%;
	}
	.grid-y > .large-5 {
		height: 41.6666666667%;
	}
	.grid-y > .large-6 {
		height: 50%;
	}
	.grid-y > .large-7 {
		height: 58.3333333333%;
	}
	.grid-y > .large-8 {
		height: 66.6666666667%;
	}
	.grid-y > .large-9 {
		height: 75%;
	}
	.grid-y > .large-10 {
		height: 83.3333333333%;
	}
	.grid-y > .large-11 {
		height: 91.6666666667%;
	}
	.grid-y > .large-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-padding-y > .cell {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-padding-y > .cell {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}

.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}
.grid-margin-y > .auto {
	height: auto;
}
.grid-margin-y > .shrink {
	height: auto;
}
.grid-margin-y > .small-1 {
	height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
	height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
	height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
	height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
	height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
	height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
	height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
	height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
	height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
	height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
	height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
	height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .medium-auto {
		height: auto;
	}
	.grid-margin-y > .medium-shrink {
		height: auto;
	}
	.grid-margin-y > .medium-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .medium-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .medium-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .medium-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}
	.grid-margin-y > .large-shrink {
		height: auto;
	}
	.grid-margin-y > .large-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .large-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .large-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .large-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100vw;
}

.cell .grid-frame {
	width: 100%;
}

.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
	display: flex;
	flex-direction: column;
	max-height: 100%;
}
.cell-block-container > .grid-x {
	max-height: 100%;
	flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw;
	}
	.cell .medium-grid-frame {
		width: 100%;
	}
	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.medium-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%;
	}
	.medium-cell-block-container > .grid-x {
		max-height: 100%;
		flex-wrap: nowrap;
	}
	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media print, screen and (min-width: 64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw;
	}
	.cell .large-grid-frame {
		width: 100%;
	}
	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	.large-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%;
	}
	.large-cell-block-container > .grid-x {
		max-height: 100%;
		flex-wrap: nowrap;
	}
	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.grid-y.grid-frame {
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 100vh;
	width: auto;
}
@media print, screen and (min-width: 40em) {
	.grid-y.medium-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh;
		width: auto;
	}
}
@media print, screen and (min-width: 64em) {
	.grid-y.large-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh;
		width: auto;
	}
}

.cell .grid-y.grid-frame {
	height: 100%;
}
@media print, screen and (min-width: 40em) {
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}
@media print, screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}

.grid-margin-y {
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top: -0.9375rem;
		margin-bottom: -0.9375rem;
	}
}
.grid-margin-y > .cell {
	height: calc(100% - 1.25rem);
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .cell {
		height: calc(100% - 1.875rem);
		margin-top: 0.9375rem;
		margin-bottom: 0.9375rem;
	}
}
.grid-margin-y > .auto {
	height: auto;
}
.grid-margin-y > .shrink {
	height: auto;
}
.grid-margin-y > .small-1 {
	height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
	height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
	height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
	height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
	height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
	height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
	height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
	height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
	height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
	height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
	height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
	height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-margin-y > .auto {
		height: auto;
	}
	.grid-margin-y > .shrink {
		height: auto;
	}
	.grid-margin-y > .small-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .small-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .small-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .small-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .small-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.875rem);
	}
	.grid-margin-y > .medium-auto {
		height: auto;
	}
	.grid-margin-y > .medium-shrink {
		height: auto;
	}
	.grid-margin-y > .medium-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .medium-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .medium-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .medium-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .medium-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y > .large-auto {
		height: auto;
	}
	.grid-margin-y > .large-shrink {
		height: auto;
	}
	.grid-margin-y > .large-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-3 {
		height: calc(25% - 1.875rem);
	}
	.grid-margin-y > .large-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-6 {
		height: calc(50% - 1.875rem);
	}
	.grid-margin-y > .large-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-9 {
		height: calc(75% - 1.875rem);
	}
	.grid-margin-y > .large-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	.grid-margin-y > .large-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	.grid-margin-y > .large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height: calc(100vh + 1.875rem);
	}
}

@media print, screen and (min-width: 40em) {
	.grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}
@media print, screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem);
	}
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

html {
	scrollbar-width: none; /* Firefox */
}

html::-webkit-scrollbar {
	display: none; /* Chrome, Safari */
}

/* Elements
--------------------------------------------- */
.fs-12px-fw-500-lh-1-33-ls-0-1em,
.qc_header_nav .wp-block-navigation__container a {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: 0.1em;
}

.fs-14px-fw-700-lh-1-00-ls-0-1em,
.qc_footer a {
	font-size: clamp(12px, 3vw, 14px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}

.fs-14px-fw-500-lh-1-70,
.qc_portfolio_taxonomy ul li a {
	font-size: clamp(12px, 3vw, 14px);
	font-weight: 500;
	line-height: 1.7;
}

.fs-16px-fw-700-lh-1-00-ls-0-1em,
.wp-block-buttons .wp-block-button.is-style-insight .wp-block-button__link {
	font-size: clamp(12px, 4vw, 16px);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.fs-16px-fw-500-lh-1-75-ls-0-1em,
.qc_single_post_author_content_bio {
	font-size: clamp(12px, 4vw, 16px);
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.1em;
}

.fs-16px-fw-400-lh-1-75 {
	font-size: clamp(12px, 4vw, 16px);
	font-weight: 400;
	line-height: 1.75;
}

.fs-24px-fw-500-lh-1-00-ls-neg-0-2em,
.qc_design_pattern_01_content {
	font-size: clamp(16px, 4vw, 24px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
}

.fs-24px-fw-700-lh-1-3-ls-neg-0-2em,
.qc_single_latest_posts li a.wp-block-latest-posts__post-title {
	font-size: clamp(16px, 4vw, 24px);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.fs-56px-fw-500-lh-1-00-ls-neg-0-2em,
.single.single-post .qc_single_head_title {
	font-size: clamp(32px, 4vw, 56px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
}

.fs-20px-fw-700-lh-1-6-ls-neg-0-2em,
.qc_post_archive_item_author_title_name,
blockquote.wp-block-quote.is-style-insight-version-2 cite,
blockquote.wp-block-quote.is-style-insight p,
.qc_single_latest_posts
	li
	.wp-block-latest-posts__post-author_content
	p:first-child,
.single.single-post .qc_single_head_author .wp-block-post-author__name {
	font-size: clamp(12px, 4vw, 20px);
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: -0.02em;
}

.fs-12px-fw-500-lh-2-33-ls-0-1em,
blockquote.wp-block-quote.is-style-insight cite,
.qc_single_post_author_content_byline {
	font-size: 12px;
	font-weight: 500;
	line-height: 2.33;
	letter-spacing: 0.1em;
}

.fs-12px-fw-500-lh-1-00-ls-0-4em,
.qc_post_archive_item_author_title_tag,
.qc_single_latest_posts
	li
	.wp-block-latest-posts__post-author_content
	p:last-child,
.single.single-post .qc_single_head_author .wp-block-post-author__bio {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.04em;
}

.fs-11px-fw-700-lh-1-45-ls-0-1em,
.single.single-post .qc_single_head_label {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.1em;
}

.fs-20px-fw-400-lh-1-20-ls-neg-0-2em,
.single.single-post .qc_single_head_cat a,
.single.single-post .qc_single_head_cat,
.single.single-post .qc_single_head_date {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.fs-40px-fw-500-lh-1-ls-neg-0-2em,
.qc_post_archive_item_title a {
	font-size: clamp(20px, 4vw, 40px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.02em;
}

.fs-32px-fw-500-lh-1-2-ls-neg-0-2em,
.qc_single_post_author_content_title,
.qc_single_more_insight {
	font-size: clamp(18px, 4vw, 32px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

@media screen and (max-width: 89.99875em) {
	.sub-container,
	.qc_subscription_popup form.mc4wp-form {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media screen and (max-width: 63.99875em) {
	.sub-container,
	.qc_subscription_popup form.mc4wp-form {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 41.68625em) {
	.sub-container,
	.qc_subscription_popup form.mc4wp-form {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media screen and (max-width: 41.68625em) {
	body main .sub-container,
	body main .qc_subscription_popup form.mc4wp-form,
	.qc_subscription_popup body main form.mc4wp-form,
	body footer .sub-container,
	body footer .qc_subscription_popup form.mc4wp-form,
	.qc_subscription_popup body footer form.mc4wp-form {
		padding-left: 32px;
		padding-right: 32px;
	}
}

body main.wp-block-group {
	padding-top: 56px;
	min-height: calc(100vh - 248px);
}

body footer.wp-block-template-part {
	margin-block-start: 50px;
}

body.home footer.wp-block-template-part,
body.page-id-2497 footer.wp-block-template-part {
	margin-block-start: 10px;
}

.single.single-post .qc_single_head_left {
	flex-basis: 61%;
}
.single.single-post .qc_single_head_right {
	flex-basis: auto;
}
.single.single-post .qc_single_head_container {
	align-items: flex-start;
	padding-bottom: 48px;
}
@media screen and (max-width: 48.87375em) {
	.single.single-post .qc_single_head_container {
		flex-direction: column;
		row-gap: 40px;
	}
}
.single.single-post .qc_single_head_title {
	margin-bottom: 48px;
}
.single.single-post .qc_single_head_author .wp-block-post-author__bio {
	margin-top: 0;
	text-transform: uppercase;
}
.single.single-post
	.qc_single_head_author
	.wp-block-post-author__avatar
	.avatar {
	border-radius: 50px;
	height: 56px;
	object-fit: cover;
	width: 56px;
}
.single.single-post .qc_single_head_label {
	text-transform: uppercase;
	margin-top: 24px;
}
.single.single-post .qc_single_head_label:first-child {
	margin-top: 4px;
}
.single.single-post .qc_single_head_cat {
	color: var(--wp--preset--color--black);
}
.single.single-post .qc_single_head_cat a {
	color: var(--wp--preset--color--black);
	text-decoration: none;
}
.single.single-post .qc_single_head_cat a:hover {
	text-decoration: underline;
}
.single.single-post .qc_single_head .copy-url a {
	line-height: inherit;
}
.single.single-post .qc_single_head .copy-url li.wp-social-link-chain {
	margin-left: 5px;
}
.single.single-post
	.qc_single_head
	.wp-block-jetpack-sharing-buttons
	li
	a:hover {
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #000;
	width: 38px;
	height: 38px;
	transition: all 0.1s ease-in;
}
.single.single-post .qc_single_head .wp-block-social-links {
	width: 38px;
	height: 38px;
}
.single.single-post .qc_single_head .wp-block-social-links li:hover {
	transform: none;
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #000;
	transition: all 0.1s ease-in;
}
.single.single-post .qc_single .qc_subscription_design_01 {
	margin-top: 96px;
	margin-bottom: 96px;
}

body.archive a.moretag,
body.search a.moretag {
	padding-left: 5px;
	color: var(--wp--preset--color--black);
}
body.archive .wp-block-post-title a,
body.search .wp-block-post-title a {
	color: var(--wp--preset--color--black);
	text-decoration: none;
}
body.archive .wp-block-post-title a:hover,
body.search .wp-block-post-title a:hover {
	color: var(--wp--preset--color--primary-blue);
}
body.archive .wp-block-post-date a,
body.search .wp-block-post-date a {
	color: var(--wp--preset--color--black);
	text-decoration: none;
}

body.home > .wp-site-blocks > main,
body.page-id-2497 > .wp-site-blocks > main {
	padding-top: 0;
	/* margin-top: 0; */
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	min-height: calc(100vh - 90px - 60px);
	/* margin-bottom: 90px;
	margin-top: 140px; */
}

body.home > .wp-site-blocks > footer.wp-block-template-part,
body.page-id-2497 > .wp-site-blocks > footer.wp-block-template-part {
	margin-block-start: 0;
	/* position: fixed; */
	z-index: 1000;
	bottom: 0;
	width: 100%;
}

ol {
	list-style: decimal;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
}

* {
	--nav-height: 90px;
}

:root {
	--nav-height: 90px;
}

.nav-wrapper {
	background: transparent;
	width: 100%;
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}

/* NAVIGATION */
.navbar {
	display: grid;
	grid-template-columns: 1fr 3fr 0;
	align-items: center;
	height: var(--nav-height);
	overflow: hidden;
}

.navbar img {
	height: 16px;
	width: auto;
	justify-self: start;
	margin-left: 0;
}

.navbar ul {
	list-style: none;
	display: flex;
	justify-self: end;
	transform: translate(0);
	transition: transform 0.7s ease-in-out;
}

.nav-item a {
	color: #000;
	font-size: 0.9rem;
	font-weight: 400;
	text-decoration: none;
	transition: color 0.3s ease-out;
}

.nav-item a:hover {
	color: #3498db;
}

/* MOBILE MENU & ANIMATION */
.menu-toggle .bar {
	width: 25px;
	height: 3px;
	background-color: #3f3f3f;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menu-toggle {
	justify-self: end;
	margin-right: 25px;
	display: none;
}

.menu-toggle:hover {
	cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
	opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	-ms-transform: translateY(8px) rotate(45deg);
	-o-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	-ms-transform: translateY(-8px) rotate(-45deg);
	-o-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}

/* Media Queries */
/* Mobile Devices - Phones/Tablets */
@media only screen and (max-width: 720px) {
	/* MOBILE NAVIGATION */
	nav.nav.items-justified-right {
		justify-content: unset;
	}
	.navbar ul {
		display: flex;
		flex-direction: column;
		position: fixed;
		justify-content: start;
		top: 85px;
		left: 0;
		background-color: #fff;
		width: 100%;
		height: calc(100vh - 85px);
		transform: translate(-100%);
		text-align: center;
		overflow: hidden;
	}
	.navbar li {
		padding: 15px;
		margin-bottom: 32px;
	}
	.navbar li:first-child {
		margin-top: 64px;
	}
	.navbar li a {
		font-size: 1rem;
	}
	.menu-toggle,
	.bar {
		display: block;
		cursor: pointer;
	}
	.mobile-nav {
		transform: translate(0%) !important;
	}
}
/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
.button-normal,
.button-outline,
.qc_header_nav .wp-block-navigation__container .nav-item-highlight a,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link,
.button-primary,
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	p
	input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	/*&:focus {
  	border: 1px solid $tertiary-blue;
  	color: $tertiary-blue;
  	padding: 15px 23px;
  }*/
}

.button-primary,
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	p
	input[type="submit"] {
	background-color: var(--wp--preset--color--primary-blue);
	color: var(--wp--preset--color--white);
}
.button-primary:hover,
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	p
	input[type="submit"]:hover {
	background-color: var(--wp--preset--color--tertiary-blue);
}

.button-outline,
.qc_header_nav .wp-block-navigation__container .nav-item-highlight a,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
	padding: 15px 23px;
	border: 1px solid var(--wp--preset--color--black);
	color: var(--wp--preset--color--black);
}
.button-outline:hover,
.qc_header_nav .wp-block-navigation__container .nav-item-highlight a:hover,
.wp-block-buttons
	.wp-block-button.is-style-outline
	.wp-block-button__link:hover {
	border: 2px solid var(--wp--preset--color--tertiary-blue);
	color: var(--wp--preset--color--tertiary-blue);
	padding: 14px 22px;
	text-decoration: none;
}

.wp-block-buttons .wp-block-button.is-style-insight .wp-block-button__link {
	background-color: inherit;
	padding: 0;
	border: none;
	color: var(--wp--preset--color--primary-blue);
}
.wp-block-buttons
	.wp-block-button.is-style-insight
	.wp-block-button__link::after {
	content: " ";
	position: relative;
	left: 16px;
	display: inline-block;
	width: 25px;
	height: 10px;
	background: url("assets/img/arrow_forward_24px.svg");
	background-size: 100% 100%;
	transition: left 0.2s ease;
	z-index: -1;
}
.wp-block-buttons
	.wp-block-button.is-style-insight
	.wp-block-button__link:hover::after {
	left: 26px;
}
.wp-block-buttons
	.wp-block-button.is-style-insight
	.wp-block-button__link.block-editor-rich-text__editable::after {
	top: 6px;
}
.wp-block-buttons .wp-block-button.copy-url a.wp-block-button__link {
	padding-left: 53px;
	padding-right: 53px;
}
.wp-block-buttons .wp-block-button.copy-url a.wp-block-button__link::after {
	content: " ";
	position: relative;
	left: 8px;
	top: 4px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("assets/img/link-alt.svg");
	background-size: 100% 100%;
	transition: left 0.2s ease;
}
.wp-block-buttons .wp-block-button.copy-url a.wp-block-button__link:focus,
.wp-block-buttons
	.wp-block-button.copy-url
	a.wp-block-button__link:focus-visible {
	background-color: var(--wp--preset--color--primary-blue);
	color: var(--wp--preset--color--white);
}

.wp-block-social-links.copy-url .tooltip {
	position: relative;
}
.wp-block-social-links.copy-url .tooltip::before {
	content: attr(data-tooltip);
	position: absolute;
	bottom: 41px;
	left: 50%;
	transform: translateX(-50%);
	padding: 5px;
	background-color: #333;
	color: white;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	opacity: 1;
	transition: opacity 0.3s;
}
.wp-block-social-links.copy-url .tooltip::after {
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}
.wp-block-social-links.copy-url .tooltip[data-tooltip]::before,
.wp-block-social-links.copy-url .tooltip[data-tooltip]::after {
	opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 0.45rem 0.75rem;
}

select {
	width: 100%;
}

textarea {
	width: 100%;
}

.qc_header_logo img.custom-logo {
	width: 70.03px;
	height: 23.96px;
}
.qc_header_nav .wp-block-navigation__container {
	column-gap: 32px;
}
.qc_header_nav .wp-block-navigation__container li.current-menu-item a::after {
	width: 100%;
}
.qc_header_nav .wp-block-navigation__container a {
	text-transform: uppercase;
}
.qc_header_nav .wp-block-navigation__container a::after {
	content: "";
	height: 1px;
	width: 0;
	background-color: var(--wp--preset--color--black);
	display: block;
	position: relative;
	bottom: -5px;
	transition: 0.3s;
}
.qc_header_nav .wp-block-navigation__container a:hover::after {
	width: 100%;
}
.qc_header_nav
	.wp-block-navigation__container
	.nav-item-highlight
	a:not(:hover) {
	padding: 15px 23px !important;
}
.qc_header_nav .wp-block-navigation__container .nav-item-highlight a::after {
	content: none;
}
.qc_footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: var(--wp--preset--color--primary-blue);
	color: var(--wp--preset--color--white);
	font-size: clamp(12px, 3vw, 14px);
	line-height: 1.4;
}
.qc_footer_right {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}
.qc_footer_right a:first-child {
	margin-left: 10px;
}
@media screen and (max-width: 47.99875em) {
	.qc_footer_left {
		display: flex;
		width: 100%;
	}
	.qc_footer_left a:first-child {
		border-left: 0;
		margin-left: auto;
	}
}
.qc_footer a {
	color: var(--wp--preset--color--white) !important;
	text-decoration: none;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid var(--wp--preset--color--white);
	letter-spacing: -0.24px;
	line-height: 1.42857;
	word-spacing: -0.1em;
	font-weight: 500;
	text-align: center;
}
.qc_footer a:hover {
	text-decoration: underline;
}
.qc_footer_container.qc_footer_mobile {
	display: none;
}
@media screen and (max-width: 47.99875em) {
	.qc_footer_container {
		flex-direction: column;
		align-items: flex-start !important;
	}
	.qc_footer_container.qc_footer_mobile {
		display: flex;
		margin-top: 0;
	}
	.qc_footer_container.qc_footer_desktop {
		display: none;
	}
}
@media screen and (max-width: 47.99875em) {
	.qc_footer {
		line-height: 14px !important;
	}
	.qc_footer * {
		line-height: 14px !important;
	}
}
.qc_single_featured_img .wp-block-post-featured-image {
	padding-top: 20px;
}
.qc_single_post_content > *:not(blockquote) {
	max-width: 648px;
	margin-bottom: 40px;
}
.qc_single_latest_posts {
	display: flex;
	gap: 20px;
	list-style-type: none;
	padding-top: 35px;
	padding-left: 0;
	justify-content: space-between;
}
.qc_single_latest_posts li {
	flex-basis: 30%;
}
.qc_single_latest_posts li a.wp-block-latest-posts__post-title {
	color: var(--wp--preset--color--black);
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}
.qc_single_latest_posts li a.wp-block-latest-posts__post-title:hover {
	color: var(--wp--preset--color--primary-blue);
}
.qc_single_latest_posts li .wp-block-latest-posts__post-author {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
}
.qc_single_latest_posts li .wp-block-latest-posts__post-author_img img {
	width: 56px;
	height: 56px;
	border-radius: 50px;
	max-width: 56px;
}
.qc_single_latest_posts li .wp-block-latest-posts__post-author_content {
	word-break: break-word;
}
.qc_single_latest_posts li .wp-block-latest-posts__post-author_content p {
	margin-top: 0;
	margin-bottom: 0;
}
.qc_single_latest_posts li .wp-block-latest-posts__post-author_content_bio {
	text-transform: uppercase;
}

/* .query-portfolio-grid {
	margin-right: 20px !important;
} */
@media screen and (max-width: 48.87375em) {
	.qc_single_latest_posts {
		flex-direction: column;
	}
	.qc_single_latest_posts li {
		margin-bottom: 25px;
	}
}
.qc_single_more_insight {
	border-bottom: 1px solid var(--wp--preset--color--grey);
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.qc_single_multiple_authors .wp-block-group:not(:has(div:only-child)) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media screen and (max-width: 48.87375em) {
	.qc_single_multiple_authors .wp-block-group:not(:has(div:only-child)) {
		grid-template-columns: 1fr;
	}
}
.qc_single_post_author {
	display: flex;
	gap: 25px;
	margin-top: 96px !important;
	margin-bottom: 96px !important;
}
.qc_single_post_author_avater {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qc_single_post_author_avater img {
	width: 182px;
	height: 182px;
	border-radius: 182px;
	object-fit: cover;
	max-width: 182px;
}
.qc_single_post_author_content_byline {
	text-transform: uppercase;
}
.qc_single_post_author_content_bio {
	text-transform: uppercase;
}
.qc_single_post_author_content_details {
	margin-top: 24px;
}
@media screen and (max-width: 41.68625em) {
	.qc_single_post_author {
		flex-direction: column;
	}
}

.qc_design_pattern_01 {
	width: min-content;
	display: inline-block;
}

.qc_design_pattern_01_title {
	margin-block-end: 24px !important;
}

body.home .qc_single_post_content {
	display: flex;
	flex-direction: column;
	/* min-height: calc(100vh - 90px - 60px);
	justify-content: space-evenly; */
}
@media screen and (max-width: 41.68625em) {
	.qc_design_pattern_01_title {
		font-size: clamp(28px, 6vw, 45px);
	}
}

@media screen and (max-width: 720px) {
	.qc_design_pattern_01_title {
		font-size: 48px;
	}
	/* .qc_design_pattern_01_content {
		font-size: 20px !important;
		white-space: normal !important;
	} */
}

.qc_design_pattern_01_title {
	font-size: clamp(30px, 5vw, 85px);
	margin-left: 0px !important;
	letter-spacing: -0.03em;
}

.qc_design_pattern_01_content {
	/* margin-block-end: 48px !important; */
	font-size: clamp(18px, 3vw, 27px);
	line-height: 1.333;
	margin-block-end: 10px !important;
	/* display: inline-block; */
	white-space: nowrap;
}

@media screen and (min-width: 375px) {
	.qc_design_pattern_01_title {
		font-size: 48px;
	}
	.qc_design_pattern_01_content {
		font-size: 20px;
		/* white-space: normal;
		width: 90vw; */
	}
	.qc_portfolio_grid {
		margin-block-start: 20px;
	}
}
@media screen and (min-width: 768px) {
	.qc_design_pattern_01_title {
		font-size: 56px;
	}
	.qc_design_pattern_01_content {
		font-size: 20px;
	}
	.qc_portfolio_grid {
		margin-block-start: 40px;
	}
}
@media screen and (min-width: 1024px) {
	.qc_design_pattern_01_title {
		font-size: 56px;
	}
	.qc_design_pattern_01_content {
		font-size: 20px;
	}
	.qc_portfolio_grid {
		margin-block-start: 48px;
	}
}
@media screen and (min-width: 1440px) {
	.qc_design_pattern_01_title {
		font-size: 56px;
	}
	.qc_design_pattern_01_content {
		font-size: 20px;
	}
}
@media screen and (min-width: 1600px) {
	.qc_design_pattern_01_title {
		font-size: 65px;
	}
	.qc_design_pattern_01_content {
		font-size: 23px;
	}
}
@media screen and (min-width: 1920px) {
	.qc_design_pattern_01_title {
		font-size: 76px;
	}
	.qc_design_pattern_01_content {
		font-size: 27px;
	}
}

blockquote.wp-block-quote.is-style-insight {
	display: flex;
	flex-direction: column-reverse;
	padding: 40px 0;
	border: 0;
}
blockquote.wp-block-quote.is-style-insight p {
	margin: 10px 0;
	padding: 32px 0;
	border-top: 1px solid var(--wp--preset--color--primary-blue);
	border-bottom: 1px solid var(--wp--preset--color--primary-blue);
}
blockquote.wp-block-quote.is-style-insight cite {
	color: var(--wp--preset--color--primary-blue);
	text-transform: uppercase;
	text-align: center;
}

blockquote.wp-block-quote.is-style-insight-version-2 {
	display: flex;
	flex-direction: column-reverse;
	padding: 20px;
	margin-bottom: 20px;
	border: 0;
	background-color: var(--wp--preset--color--tint);
	border-radius: 4px;
}
blockquote.wp-block-quote.is-style-insight-version-2 cite {
	text-transform: uppercase;
}

.qc_portfolio {
	padding-top: 30px;
}
.qc_portfolio_chunk {
	opacity: 0;
	animation: fadeIn 1s ease-in both;
	animation-delay: 0.7s;
}
.qc_portfolio_chunk_header {
	display: grid;
	gap: 30px;
}
.qc_portfolio_chunk_header_item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
.qc_portfolio_chunk_header_item_img {
	display: flex;
	justify-content: center;
}
.qc_portfolio_chunk_header_item_img img {
	cursor: pointer;
	/* filter: opacity(70%); */
	/* filter: grayscale(100%);
	opacity: 50%; */
	filter: grayscale(100%) opacity(50%);
	width: 89.78px;
}
.qc_portfolio_chunk_header_item_img img:hover {
	/* filter: opacity(100%); */
	opacity: 100%;
	filter: none;
}
.qc_portfolio_chunk_content_item {
	display: none;
	padding: 48px;
	background-color: var(--wp--preset--color--tint);
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	top: -10px;
}
.qc_portfolio_chunk_content_item.active-portfolio-details {
	display: block;
}
.qc_portfolio_chunk_content_item.active-portfolio-details .qc-close-portfolio {
	position: absolute;
	top: 13px;
	right: 24px;
}
.qc_portfolio_chunk_content_item.active-portfolio-details
	.qc-close-portfolio
	img {
	width: 16px;
	height: 16px;
}
@media screen and (max-width: 48.87375em) {
	.qc_portfolio_chunk_content_item.active-portfolio-details {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		z-index: 1000;
	}
	.qc_portfolio_chunk_content_item.active-portfolio-details
		.qc_portfolio_chunk_content_item_container {
		flex-direction: column;
		gap: 24px;
	}
}
.qc_portfolio_chunk_content_item_container {
	display: flex;
	gap: 34px;
}
.qc_portfolio_chunk_content_item_container_img {
	flex-basis: 50%;
}
.qc_portfolio_chunk_content_item_container_img img {
	width: 168px;
	max-width: 168px;
}
.qc_portfolio_chunk_content_item_container_text {
	flex-basis: auto;
}
.qc_portfolio_chunk_content_item_container_text * {
	margin-top: 0;
}
.qc_portfolio_taxonomy {
	position: sticky;
	top: var(--nav-height);
	background: var(--wp--preset--color--white);
	z-index: 1;
}
.qc_portfolio_taxonomy::after {
	content: "";
	width: 15px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	box-shadow: -11px 0 34px 4px rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: -11px 0 34px 4px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: -11px 0 34px 4px rgba(255, 255, 255, 0.75);
}
.qc_portfolio_taxonomy ul {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	overflow-x: auto;
	gap: 24px;
	padding-bottom: 16px;
	margin-bottom: 40px;
	-ms-overflow-style: none;
	-moz-scrollbar-width: none;
	scrollbar-width: none;
}
.qc_portfolio_taxonomy ul li a {
	text-decoration: none;
	color: var(--wp--preset--color--black);
	font-size: clamp(18px, 3vw, 21px);
}
.qc_portfolio_taxonomy ul li a:hover {
	color: var(--wp--preset--color--tertiary-blue);
}
.qc_portfolio_taxonomy ul::-webkit-scrollbar {
	display: none;
}
.qc_portfolio_active a {
	color: var(--wp--preset--color--tertiary-blue) !important;
	text-decoration: underline !important;
	text-underline-offset: 20px !important;
}
.qc_portfolio .qc-tablet-only {
	display: none;
}
@media screen and (max-width: 48em) {
	.qc_portfolio .qc-tablet-only {
		display: block;
	}
	.qc_portfolio .qc-tablet-only .qc_portfolio_chunk_header {
		display: grid;
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.qc_portfolio .qc-tablet-only .qc_portfolio_chunk_header::after {
		content: "";
		flex: auto;
		gap: 20px;
	}
}
@media screen and (max-width: 41.6875em) {
	.qc_portfolio .qc-tablet-only .qc_portfolio_chunk_header {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}
@media screen and (max-width: 35.5em) {
	.qc_portfolio .qc-tablet-only .qc_portfolio_chunk_header {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
@media screen and (max-width: 26.25em) {
	.qc_portfolio .qc-tablet-only .qc_portfolio_chunk_header {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.qc_portfolio .qc-tablet {
	display: none;
}
@media screen and (min-width: 48em) {
	.qc_portfolio .qc-tablet {
		display: grid;
		grid-template-columns: repeat(10, minmax(0, 1fr));
		gap: 30px;
		margin-bottom: 30px;
	}
}

.home .qc_portfolio,
.page-id-2497 .qc_portfolio {
	padding-top: 10px;
}

.qc_portfolio_grid {
	transition: opacity 0.3s ease-in-out;
	width: 100%;
	flex-basis: 100%;
}

.qc_portfolio_grid.fading-out {
	opacity: 0;
}

.qc_portfolio_grid.fading-in {
	opacity: 1;
}

.block-editor-block-list__block.qc_portfolio_grid ul li img {
	max-height: 80px;
}

.qc_portfolio_grid__inner {
	width: 100%;
	margin: 0 auto;
	padding: 0em;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0 30px;
	margin-bottom: 30px;
	justify-self: start;
	opacity: 0;
	animation: fadeIn 1s ease-in both;
	animation-delay: 0.7s;
	overflow: hidden;
}
@media screen and (max-width: 41.68625em) {
	.qc_portfolio_grid__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (max-width: 35.49875em) {
	.qc_design_pattern_01_content {
		white-space: normal;
	}
	.qc_design_pattern_01 {
		width: 100%;
	}
	.qc_portfolio_grid__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
.qc_portfolio_grid__item {
	position: relative;
	aspect-ratio: 1;
}
.qc_portfolio_grid__item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .qc_portfolio_grid__item a img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: opacity 0.3s ease;
	backface-visibility: hidden;
}
.qc_portfolio_grid__item.transitioning a:first-child {
	opacity: 0;
	z-index: 2;
	transition: opacity 0.3s ease-in-out;
}
.qc_portfolio_grid__item.transitioning a:first-child img {
	opacity: 0;
}
.qc_portfolio_grid__item.transitioning a:last-child {
	opacity: 0;
	z-index: 1;
}
.qc_portfolio_grid__item.transitioning a:last-child img {
	opacity: 0;
} */
.qc_portfolio_grid__item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity var(--logo-fade-duration, 700ms) ease-in-out;
}

.qc_portfolio_grid__item a img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.qc_portfolio_grid__item a.is-fading-out {
	opacity: 0;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.wp-block-navigation__responsive-container.is-menu-open {
	animation: overlay-menu__animation 0.7s ease-out;
	animation-duration: 0.7s;
	animation-fill-mode: none;
	animation-fill-mode: forwards;
	background-color: inherit;
	display: flex;
	flex-direction: column;
	overflow: auto;
}

@keyframes overlay-menu__animation {
	0% {
		opacity: 0;
		transform: translateY(0.5em);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes menuSlide {
	from {
		background-color: purple;
		transform: translate(-101%);
	}
	to {
		background-color: red;
		transform: none;
	}
}
@keyframes menuSlideOut {
	from {
		background-color: red;
		transform: none;
	}
	to {
		background-color: purple;
		transform: translate(-101%);
	}
}
.qc_post_archive {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}
.qc_post_archive .qc_post_archive_item_authors {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}
.qc_post_archive_item {
	padding-bottom: 43px;
	margin-bottom: 43px;
	border-bottom: 1px solid var(--wp--preset--color--grey);
}
.qc_post_archive_item:first-of-type {
	padding-top: 43px;
	border-top: 1px solid var(--wp--preset--color--grey);
}
.qc_post_archive_item:last-of-type {
	border-bottom: none;
}
.qc_post_archive_item_title {
	margin-top: 0;
}
.qc_post_archive_item_title a {
	text-decoration: none;
	color: var(--wp--preset--color--black);
}
.qc_post_archive_item_title a:hover {
	color: var(--wp--preset--color--primary-blue);
}
.qc_post_archive_item_author {
	display: flex;
	gap: 10px;
}
.qc_post_archive_item_author_img {
	flex-shrink: 0;
}
.qc_post_archive_item_author_img img {
	display: block;
	border-radius: 50px;
	width: 56px;
	height: 56px;
	object-fit: cover;
}
.qc_post_archive_item_author_title_name {
	margin-top: 0;
	margin-bottom: 0;
}
.qc_post_archive_item_author_title_tag {
	text-transform: uppercase;
	margin-top: 0;
	line-height: 1.4;
}
.qc_post_archive_loadmore {
	padding-top: 25px;
	justify-content: space-around;
}
.qc_post_archive_loadmore a,
.qc_post_archive_loadmore a:hover {
	background-color: var(--wp--preset--color--white);
}

body .qc_essay_container .qc_single_sidebar {
	max-width: 648px;
	margin: auto;
	padding: 48px;
	background-color: var(--wp--preset--color--tint-blue);
	border-radius: 6px;
}
body .qc_essay_container .qc_single_sidebar_title {
	margin-top: 0;
}
body .qc_essay_container .qc_single_sidebar_title:empty {
	display: none;
}

.edit-post-meta-boxes-area.is-side .fm-select.fm-field {
	box-sizing: border-box;
}

.mc4wp-form * {
	font-family: var(--wp--preset--font-family--studio-feixen-sans) !important;
}
.mc4wp-form .button-primary,
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	p
	input[type="submit"] {
	cursor: pointer;
}
.mc4wp-form input:not([type="submit"]):not([type="button"]):focus-visible {
	outline: 1.4px solid var(--wp--preset--color--primary-blue);
}
.mc4wp-form
	input:not([type="submit"]):not([type="button"]):not(:placeholder-shown) {
	color: var(--wp--preset--color--black);
}
.mc4wp-form .form-header p {
	font-weight: 500;
}
.mc4wp-form .mc4wp-response {
	max-width: inherit;
}
.mc4wp-form .mc4wp-alert.mc4wp-error,
.mc4wp-form .mc4wp-alert.mc4wp-notice {
	color: #f04124;
	font-weight: var(--wp--custom--typography--font-weight--bold);
}
.mc4wp-form .mc4wp-alert.mc4wp-success strong {
	display: block;
	font-size: var(--wp--preset--font-size--heading-3);
	line-height: var(--wp--custom--typography--line-height--heading-3);
	letter-spacing: var(--wp--custom--typography--letter-spacing);
	font-weight: var(--wp--custom--typography--font-weight--medium);
}

.getro-jobs .job-card {
	margin: 2px 0;
	padding: 8px 0;
}

.qc_single_inline_form {
	padding: 48px;
	border: 1px solid var(--wp--preset--color--grey);
	border-radius: 6px;
}
.qc_single_inline_form .form-header {
	display: flex;
	align-items: center;
	gap: 40px;
}
@media screen and (max-width: 568px) {
	.qc_single_inline_form .form-header {
		flex-wrap: wrap;
	}
}
.qc_single_inline_form .form-header .form-title {
	margin-bottom: 8px;
}
.qc_single_inline_form .form-header p {
	margin-top: 8px;
}
.qc_single_inline_form .sign-up-form {
	display: none;
}
.qc_single_inline_form .sign-up-form div {
	display: flex;
	gap: 16px;
	margin: 28px 0;
}
@media screen and (max-width: 568px) {
	.qc_single_inline_form .sign-up-form div {
		flex-wrap: wrap;
		gap: 28px;
	}
}
.qc_single_inline_form .sign-up-form div > * {
	flex: 1 1 auto;
}
.qc_single_inline_form .sign-up-form div input {
	font-size: var(--wp--custom--typography--font-sizes--body--pref);
	line-height: var(--wp--custom--typography--line-height--body);
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid var(--wp--preset--color--grey);
	color: var(--wp--preset--color--grey);
}
@media screen and (max-width: 568px) {
	.qc_single_inline_form .sign-up-form div input {
		width: 100%;
	}
}
.qc_single_inline_form .sign-up-form small {
	display: block;
	margin-top: 16px;
	font-weight: var(--wp--custom--typography--font-weight--medium);
	color: var(--wp--preset--color--grey);
}

.qc_single_footer_banner .sign-up-form {
	display: flex;
	padding: 64px 48px;
	background: var(--wp--preset--color--tint);
	border-radius: 8px;
	gap: 0 40px;
	height: auto !important;
	flex-wrap: wrap;
}
@media screen and (max-width: 568px) {
	.qc_single_footer_banner .sign-up-form {
		flex-wrap: wrap;
		height: auto !important;
		padding: 64px 48px 24px;
	}
}
.qc_single_footer_banner .sign-up-form .form-header {
	flex: 1;
	min-width: 40%;
}
@media screen and (max-width: 638px) {
	.qc_single_footer_banner .sign-up-form .form-header {
		min-width: 100%;
	}
}
.qc_single_footer_banner .sign-up-form .form-header .form-title {
	margin: 0;
}
.qc_single_footer_banner .sign-up-form .form-elements {
	flex: 1;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 16px;
	padding: 20px 0;
}
.qc_single_footer_banner .sign-up-form .form-elements > * {
	flex: 10 1 auto;
}
@media screen and (max-width: 638px) {
	.qc_single_footer_banner .sign-up-form .form-elements > br {
		display: none;
	}
}
.qc_single_footer_banner .sign-up-form .form-elements input {
	font-size: var(--wp--custom--typography--font-sizes--body--pref);
	line-height: var(--wp--custom--typography--line-height--body);
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid var(--wp--preset--color--grey);
	color: var(--wp--preset--color--grey);
}
.qc_single_footer_banner .sign-up-form .form-elements .button-primary,
.qc_single_footer_banner
	.sign-up-form
	.form-elements
	.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	p
	input[type="submit"],
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	p
	.qc_single_footer_banner
	.sign-up-form
	.form-elements
	input[type="submit"] {
	color: var(--wp--preset--color--white);
	flex-grow: 1;
	border: none;
}
.qc_single_footer_banner .sign-up-form .form-elements small {
	font-weight: var(--wp--custom--typography--font-weight--bold);
	font-size: var(--wp--custom--typography--font-sizes--form-disclaimer--pref);
	color: var(--wp--preset--color--dark-grey);
}
.qc_single_footer_banner .sign-up-form .form-elements .mc4wp-response {
	width: 100%;
}
.qc_single_footer_banner
	.sign-up-form.mka-advanced-mailchimp-form-response_success
	.form-elements {
	text-align: center;
}
.qc_single_footer_banner
	.sign-up-form.mka-advanced-mailchimp-form-response_success
	.form-elements
	input,
.qc_single_footer_banner
	.sign-up-form.mka-advanced-mailchimp-form-response_success
	.form-elements
	small {
	display: none;
}
.qc_single_footer_banner
	.sign-up-form.mka-advanced-mailchimp-form-response_success
	.form-header {
	display: none;
}
.qc_single_footer_banner .mc4wp-success p em {
	display: block;
	font-size: var(--wp--custom--typography--font-sizes--body--pref);
	line-height: var(--wp--custom--typography--line-height--body);
	font-style: normal;
	font-weight: var(--wp--custom--typography--font-weight--regular);
	margin: 16px auto;
}
.qc_single_footer_banner .mc4wp-success p > em {
	min-width: 55%;
	font-size: 20px;
	line-height: var(--wp--custom--typography--line-height--heading-5);
	letter-spacing: var(--wp--custom--typography--letter-spacing);
	font-weight: var(--wp--custom--typography--font-weight--bold);
}
@media screen and (max-width: 568px) {
	.qc_single_footer_banner .mc4wp-success p > em {
		min-width: 100%;
	}
}
.qc_single_footer_banner .mc4wp-error > p,
.qc_single_footer_banner .mc4wp-notice > p {
	margin: 0;
}

.qc_subscription_popup {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.qc_subscription_popup.active_popup {
	display: flex;
	align-items: center;
	visibility: visible !important;
}
.qc_subscription_popup_container {
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
}
.qc_subscription_popup_close {
	position: absolute;
	top: 24.5px;
	right: 40px;
}
.qc_subscription_popup_close a {
	padding: 0 !important;
	border: none !important;
	font-size: 20px !important;
	background-image: url("assets/img/icon _close.svg") !important;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	color: transparent !important;
}
.qc_subscription_popup form.mc4wp-form {
	background-color: var(--wp--preset--color--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	margin-top: 0;
	min-height: 466px;
	justify-content: center;
	padding-top: 48px;
}
@media screen and (min-width: 90em) {
	.qc_subscription_popup form.mc4wp-form {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media screen and (max-width: 41.68625em) {
	.qc_subscription_popup form.mc4wp-form {
		max-width: 100%;
	}
}
.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_tag {
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: var(--wp--custom--typography--font-weight--bold);
}
.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_title {
	margin: 0 auto 40px auto;
	max-width: 412px;
}
.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 648px;
	width: 100%;
}
@media screen and (max-width: 41.68625em) {
	.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_form {
		flex-direction: column;
	}
	.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_form small {
		margin-top: -16px;
	}
}
.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_form div {
	flex: 10 0 auto;
}
.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_form label {
	margin: 0;
	width: 100%;
	display: inline-block;
	text-align: left;
}
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	label
	input[type="email"] {
	border: 1px solid var(--wp--preset--color--grey);
	height: 48px;
	border-radius: 3px;
	width: 100%;
}
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	label
	input[type="email"]::placeholder {
	color: var(--wp--preset--color--grey);
	font-size: var(--wp--custom--typography--font-sizes--body--pref);
	line-height: var(--wp--custom--typography--line-height--body);
}
.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_form p {
	margin: 0;
	flex: 1;
}
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	p
	input[type="submit"] {
	height: 48px;
	width: 100%;
}
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form
	p
	input[type="submit"]:focus {
	color: var(--wp--preset--color--white);
}
.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_form small {
	flex: 10 0 auto;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	color: #797f83;
}
.qc_subscription_popup form.mc4wp-form .qc_subscription_design_01_form small a {
	color: #797f83;
	font-weight: 500;
}
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_form_response.mc4wp-response {
	flex: 10 0 auto;
	width: 100%;
}
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_success
	.qc_subscription_design_01_tag,
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_success
	.qc_subscription_design_01_title,
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_success
	.qc_subscription_design_01_email,
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_success
	.qc_subscription_design_01_submit,
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_success
	small {
	display: none;
}
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_success
	.qc_subscription_design_01_form_response
	.mc4wp-success
	p {
	max-width: 500px;
	margin: auto;
}
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_success
	.qc_subscription_design_01_form_response
	.mc4wp-success
	p
	strong {
	font-size: var(--wp--preset--font-size--heading-2);
	font-weight: var(--wp--custom--typography--font-weight--medium);
	letter-spacing: var(--wp--custom--typography--letter-spacing);
	line-height: var(--wp--custom--typography--line-height--heading-2);
	margin-bottom: 30px;
}
.qc_subscription_popup
	form.mc4wp-form
	.qc_subscription_design_01_failed
	.qc_subscription_design_01_form_response
	.mc4wp-notice
	p {
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	color: #f00 !important;
	line-height: 1;
}
.qc_subscription_popup form.mc4wp-form > .mc4wp-response {
	width: 100%;
}
.qc_subscription_popup form.mc4wp-form > .mc4wp-response .mc4wp-success {
	max-width: 412px;
	margin: auto;
}
.qc_subscription_popup form.mc4wp-form > .mc4wp-response .mc4wp-error {
	text-align: left;
}
.qc_subscription_popup:not(.block-editor-block-list__block) {
	visibility: hidden;
}

header.wp-block-template-part.sticky {
	position: -webkit-sticky;
	/* Required for Safari */
	position: sticky;
	top: 0;
	background-color: var(--wp--preset--color--white);
	z-index: 999;
}

header.wp-block-template-part {
	position: relative;
	z-index: 999;
}

@media only screen and (max-width: 663px) {
	body
		.is-layout-constrained
		> .wp-block-post-title:not(.alignleft):not(.alignright):not(.alignfull) {
		margin-left: -1px !important;
	}
}
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}
:target::before {
	content: "";
	display: block;
	height: 50px;
	margin-top: -50px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: var(--wp--preset--color--white);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

.aligncenter {
	clear: both;
}

/*# sourceMappingURL=style.css.map */
