@charset "UTF-8";
.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
	display: block;
	position: relative;
	overflow: hidden;
}
.slick-list {
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.slick-track:after,
.slick-track:before {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	height: 100%;
	min-height: 1px;
	float: left;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-slide:focus {
	outline: none;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-arrow {
	-webkit-transition: 0.24s ease-in;
	-o-transition: 0.24s ease-in;
	transition: 0.24s ease-in;
	-webkit-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	opacity: 1;
	visibility: visible;
}
.slick-disabled {
	opacity: 0;
	visibility: hidden;
}
.slick-dots li {
	width: 6px;
	height: 6px;
	margin: 0 0.3rem;
	padding: 0;
	cursor: pointer;
}
.slick-dots li:before {
	display: none;
}
.slick-dots li button {
	width: 6px;
	height: 6px;
	display: block;
	padding: 5px;
	border: 0;
	border-radius: 50%;
	background-color: #efecdf;
	color: transparent;
	font-size: 0;
	line-height: 0;
}
.slick-dots li button:focus {
	outline: 0;
}
.slick-dots li.slick-active button {
	background-color: #2d18c8;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	margin: 0.67em 0;
	font-size: 2em;
}
mark {
	background: ivory;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #7a7a7a;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
a {
	outline: 0;
	background: transparent;
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
	vertical-align: baseline;
}
li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
b,
cite,
em,
i,
small,
strong,
td,
th {
	font-weight: inherit;
}
abbr[title],
dfn[title] {
	cursor: help;
}
ins,
u {
	text-decoration: none;
}
address {
	font-style: normal;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body,
html {
	overflow-x: hidden;
}
html {
	font-size: 137.5%;
	line-height: 1.5;
	min-height: 100%;
	background-color: #fff;
	color: #000;
	font-family: Brandon Grotesque Regular, Helvetica Neue, HelveticaNeue,
		Helvetica, Arial, ArialMT, sans-serif;
	-webkit-font-smoothing: antialiased;
}
.c-subtitle {
	font-size: 0.909090909rem;
	line-height: 1.5;
	display: block;
	color: #282828;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.c-subtitle--white {
	color: #fff;
}
.c-intro {
	background-color: #f8f6ea;
}
.c-intro__content {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
	font-size: 0.8181818182rem;
	line-height: 1.4444444444;
	position: relative;
	background-color: #ff3356;
	color: #fff;
}
.c-intro__content .c-arrow {
	margin-top: 1.5rem;
}
.c-intro__content--center {
	width: 88%;
	margin: 0 auto;
	padding: 2.25rem 1.875rem;
}
.c-intro--author {
	position: relative;
	width: 100%;
}
.c-intro--author .c-intro__content {
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
	background-color: #f8f6ea;
}
.c-intro--author .c-intro__content:after {
	display: block;
	clear: both;
	content: "";
}
.c-intro--author .c-intro__content--center {
	padding-right: 0;
	padding-left: 0;
}
.c-intro--author .c-arrow,
.c-intro--author img {
	width: 150px;
	height: 150px;
	display: block;
	float: right;
}
.c-intro--author img {
	vertical-align: top;
}
.c-intro--author span {
	right: 100px;
	bottom: -2.25rem;
	font-size: 0.909090909rem;
	line-height: 1.5;
	position: absolute;
	width: 180px;
	color: #505050;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 100;
}
.c-intro--author .c-arrow {
	margin-top: 0;
	background-color: #ff3356;
	background-position: -34px 64px;
}
.c-intro--pullup {
	position: relative;
	margin-top: -9rem;
	padding: 3rem 1.5rem;
	z-index: 200;
}
.c-intro--pullup p strong {
	color: #2d18c8;
	font-weight: 600;
}
.c-arrow {
	width: 17px;
	height: 23px;
	border: 0;
	background-color: transparent;
	overflow: hidden;
	display: block;
	position: relative;
	background-position: 0 0;
}
.c-arrow:before {
	display: block;
	width: 0;
	height: 100%;
	content: "";
}
.c-arrow--down {
	width: 23px;
	height: 17px;
	background-position: -96px 0;
}
.c-author {
	font-size: 0.5909090909rem;
	line-height: 1.2307692308;
	display: block;
	margin-top: 1.125rem;
	color: #7a7a7a;
	text-transform: uppercase;
}
.c-author strong {
	color: #505050;
	font-family: Brandon Grotesque Bold, Helvetica Neue, HelveticaNeue, Helvetica,
		Arial, ArialMT, sans-serif;
}
.c-author strong:after {
	width: 8px;
	height: 2px;
	display: inline-block;
	position: relative;
	margin: 0 0.375rem 0.1875rem;
	background: #ff3356;
	content: "";
}
.c-title {
	margin: 1.5rem auto 3rem;
	max-width: 31.5rem;
}
.c-services {
	margin-bottom: 3rem;
}
.c-services__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-services__item + .c-services__item {
	margin-top: 3rem;
}
.c-services__item .c-services__line {
	position: relative;
}
.c-services__item .c-services__line:before {
	right: 0;
	width: 17px;
	height: 23px;
	background-position: -192px -96px;
}
.c-services__item .c-services__line:after,
.c-services__item .c-services__line:before {
	top: 45%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	z-index: -1;
}
.c-services__item .c-services__line:after {
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #efecdf;
}
.c-services__item .c-header {
	display: inline-block;
	padding-right: 1.125rem;
	background-color: #fff;
}
.c-services__item-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.c-services__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1.125rem;
}
.c-services__image img {
	height: 48px;
}
.c-square {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	width: 45px;
	height: 45px;
	display: block;
	position: relative;
}
.c-square:hover:before {
	-webkit-transform: translate(10%);
	-ms-transform: translate(10%);
	-o-transform: translate(10%);
	transform: translate(10%);
}
.c-square:before {
	right: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	position: absolute;
	-webkit-transition: -webkit-transform 0.24s ease-in;
	transition: -webkit-transform 0.24s ease-in;
	-o-transition: -o-transform 0.24s ease-in;
	transition: transform 0.24s ease-in;
	transition: transform 0.24s ease-in, -webkit-transform 0.24s ease-in,
		-o-transform 0.24s ease-in;
	background-position: -270px -82px;
	content: "";
	z-index: 100;
}
.c-square--prev:hover:before {
	-webkit-transform: translate(-10%) rotate(-180deg);
	-ms-transform: translate(-10%) rotate(-180deg);
	-o-transform: translate(-10%) rotate(-180deg);
	transform: translate(-10%) rotate(-180deg);
}
.c-square--prev:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.c-carousel {
	position: relative;
	margin-bottom: 3rem;
}
.c-carousel .c-panorama--home {
	max-height: 640px;
}
.c-carousel__nav {
	top: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-carousel__nav .u-contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.c-clients {
	padding-top: 3.75rem;
	padding-bottom: 6rem;
}
.c-clients .c-carousel .c-client {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 0.1875rem;
	margin-left: 0.1875rem;
	padding: 0.75rem 1.875rem 2.25rem;
	text-align: center;
	-webkit-box-shadow: 0 16px 18px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 16px 18px 0 rgba(0, 0, 0, 0.06);
}
.c-clients .c-carousel .c-client img {
	max-width: 200px;
}
.c-blog {
	padding-top: 3.75rem;
	padding-bottom: 4.5rem;
}
.c-blog .c-title {
	margin-bottom: 0;
}
.c-blog__item {
	border-bottom: 3px solid hsla(0, 0%, 75%, 0.3);
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
}
.c-blog__cta {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
	margin-top: 2.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-blog__cta p {
	max-width: 600px;
	color: #505050;
	text-align: center;
}
.c-blog__buttons {
	margin-top: 1.125rem;
}
.c-blog__buttons .c-btn-icon {
	display: block;
	max-width: 100%;
	margin-top: 0.75rem;
}
.c-newsletter {
	padding-top: 3rem;
	padding-bottom: 1.5rem;
	position: relative;
	margin-top: 3rem;
	background-color: #1e1468;
	color: #fff;
	z-index: 100;
}
.c-newsletter p {
	margin-top: 0.75rem;
	margin-bottom: 1.5rem;
	font-size: 0.8181818182rem;
	line-height: 1.4444444444;
}
.c-newsletter__content {
	margin: 0 auto;
	padding: 0 6%;
}
.c-newsletter__heading {
	font-size: 1.1818181818rem;
	line-height: 1.1538461538;
	font-family: Brandon Grotesque Medium, Helvetica Neue, HelveticaNeue, Helvetica,
		Arial, ArialMT, sans-serif;
}
.c-newsletter--contact {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #ff3356;
}
.c-map__content {
	padding-top: 4.5rem;
	padding-bottom: 7.5rem;
	font-size: 0.8181818182rem;
	line-height: 1.4444444444;
	position: relative;
	max-width: 500px;
	padding-left: 6%;
	color: #2d18c8;
	z-index: 200;
}
.c-map__content .c-btn {
	margin-top: 3rem;
}
.c-contact {
	padding-top: 3rem;
	padding-bottom: 1.5rem;
	font-size: 1.1818181818rem;
	line-height: 1.1538461538;
	color: #2d18c8;
	line-height: 1.5;
}
.c-content-secondary {
	background-color: #ff3356;
	padding: 3rem 6%;
}
.c-content-secondary * {
	color: #fff !important;
}
.c-404 {
	padding-top: 3rem;
	padding-bottom: 9rem;
	position: relative;
}
.c-404:after {
	display: block;
	clear: both;
	top: -6rem;
	right: auto;
	bottom: auto;
	left: 50%;
	content: "";
	position: absolute;
	width: 600px;
	height: 600px;
	margin-left: -300px;
	background-color: #ff3356;
	border-radius: 50%;
	mix-blend-mode: multiply;
}
.c-404 .c-404__content {
	font-size: 0.8181818182rem;
	line-height: 1.4444444444;
	position: relative;
	color: #fff;
	margin: 0 auto;
	padding: 0 6%;
	max-width: 300px;
	z-index: 100;
}
.c-404 .c-404__content .c-content__heading {
	margin-top: 0;
	margin-bottom: 0.75rem;
	font-size: 1.1818181818rem;
	line-height: 1.1538461538;
	color: #fff;
	font-family: Brandon Grotesque Medium, Helvetica Neue, HelveticaNeue, Helvetica,
		Arial, ArialMT, sans-serif;
}
.c-404 .c-404__content .c-content__text {
	margin-top: 0;
	margin-bottom: 2.25rem;
}
.c-404 .c-404__content .c-content__text a {
	text-decoration: underline;
}
.c-404 .c-404__content .c-btn {
	display: block;
	text-align: center;
}
.c-vertical-title {
	display: none;
}
::selection {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-shadow: none;
}
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
body:after {
	display: none;
	content: "small";
}
.wf-loading {
	opacity: 0;
	visibility: hidden;
}
.wf-active {
	-webkit-transition: opacity 0.24s ease-in-out;
	-o-transition: opacity 0.24s ease-in-out;
	transition: opacity 0.24s ease-in-out;
}
.wf-active,
.wf-inactive {
	opacity: 1;
	visibility: visible;
}
.c-arrow,
.c-arrow--down,
.c-btn-icon:after,
.c-card--image .o-card__heading:before,
.c-form__label--checkbox:after,
.c-nav-main-toggle:before,
.c-services__line:before,
.c-share ul li a,
.c-square:before {
	background-image: url(/wp-content/themes/bloc/assets/images/assets.svg);
}
.no-svg .c-arrow,
.no-svg .c-arrow--down,
.no-svg .c-btn-icon:after,
.no-svg .c-card--image .o-card__heading:before,
.no-svg .c-form__label--checkbox:after,
.no-svg .c-nav-main-toggle:before,
.no-svg .c-services__line:before,
.no-svg .c-share ul li a,
.no-svg .c-square:before {
	background-image: url(/wp-content/themes/bloc/assets/images/assets.png);
}
button {
	border: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
}
.c-btn {
	font-size: 0.909090909rem;
	line-height: 1.5;
	display: inline-block;
	position: relative;
	height: 54px;
	padding: 0 2.25rem;
	-webkit-transition: background-color 0.24s ease-in;
	-o-transition: background-color 0.24s ease-in;
	transition: background-color 0.24s ease-in;
	border: 2px solid #2d18c8;
	border-radius: 0;
	color: #2d18c8;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 50px;
	cursor: pointer;
}
.c-btn--white {
	border-color: #fff;
	color: #fff;
}
.no-touch .c-btn:hover {
	border-color: #ff3356;
	background-color: #ff3356;
	color: #fff;
}
.no-touch .c-btn--white:hover {
	border-color: #fff;
	background-color: #fff;
	color: #ff3356;
}
.c-btn-icon {
	font-size: 0.909090909rem;
	line-height: 1.5;
	position: relative;
	padding: 0.375rem 0.9375rem;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 2px #2d18c8;
	box-shadow: inset 0 0 0 2px #2d18c8;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	color: #2d18c8;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.c-btn-icon:before {
	top: 0;
	left: 0;
	position: absolute;
	width: 46px;
	height: 100%;
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	-o-transform: translate(-100%);
	transform: translate(-100%);
	background-color: #2d18c8;
	content: "";
}
.c-btn-icon:after {
	top: 50%;
	left: 2px;
	position: absolute;
	width: 48px;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	content: "";
}
.c-btn-icon--linkedin:after {
	height: 14px;
	background-position: -672px -384px;
}
.c-btn-icon--instagram:after {
	height: 18px;
	background-position: -841px -414px;
}
.c-btn-icon--medium:after {
	height: 11px;
	background-position: -768px -384px;
}
.c-btn--full {
	display: block;
	width: 100%;
	max-width: 500px;
	text-align: center;
}
.c-cards-pullup {
	display: none;
	margin-top: -3rem;
	margin-bottom: 6rem;
	border-top: 1px solid #efecdf;
	border-left: 1px solid #efecdf;
}
.o-card {
	position: relative;
	padding: 1.5rem 1.125rem;
	background-color: #fff;
	border: 1px solid #efecdf;
	z-index: 100;
}
.o-card:after {
	right: 0;
	bottom: 0;
	width: 15px;
	height: 15px;
	position: absolute;
	background-image: url(/wp-content/themes/bloc/assets/images/assets.svg);
	background-position: 0 -192px;
	content: "";
}
.no-touch .o-card:hover .c-btn {
	border-color: #ff3356;
	background-color: #ff3356;
	color: #fff;
}
.no-touch .o-card:hover .c-btn--white {
	background-color: #fff;
	color: #ff3356;
}
.no-touch .o-card:hover .c-character {
	color: #7a7a7a;
}
.no-touch .o-card:hover .o-card__image__content:before {
	background-color: #ff3356;
}
.o-card__image {
	position: relative;
}
.o-card__image img {
	padding: 0 0.75rem 1.125rem;
	vertical-align: top;
}
.c-character {
	font-size: 9rem;
	line-height: 0.875;
	display: block;
	-webkit-transition: color 0.24s ease-in;
	-o-transition: color 0.24s ease-in;
	transition: color 0.24s ease-in;
	color: #efecdf;
	font-family: Gotham Black, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-align: center;
}
.o-card__image__content {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	padding: 0.75rem;
	color: #fff;
}
.o-card__image__content:before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: background-color 0.24s ease-in;
	-o-transition: background-color 0.24s ease-in;
	transition: background-color 0.24s ease-in;
	background-color: #2d18c8;
	mix-blend-mode: multiply;
	content: "";
}
.o-card__image__content ul {
	font-size: 0.8181818182rem;
	line-height: 1.4444444444;
	position: relative;
	margin-top: 0.75rem;
	z-index: 100;
}
.o-card__content .c-btn {
	margin-top: 1.125rem;
}
.c-card__heading {
	position: relative;
	color: #fff;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 100;
}
.c-card--teammember .o-card__image__content ul {
	margin-top: 0.375rem;
	font-size: 16px;
}
.c-cards .o-grid-cell {
	margin-top: -1px;
}
.c-cards .o-grid-cell:last-of-type .c-card--image:hover .o-card__image {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.c-cards .o-grid-cell:last-of-type .c-card--image .o-card__image {
	filter: blur(4.15px);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.c-cards .o-grid-cell:last-of-type .c-card--image .o-card__heading:after {
	right: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	position: absolute;
	background-color: #ff3356;
	content: "";
}
.c-cards .o-grid-cell:last-of-type .c-card--image .o-card__heading:before {
	right: 0;
	bottom: 0;
	width: 45px;
	height: 45px;
	position: absolute;
	background-position: -270px -82px;
	content: "";
	z-index: 100;
}
.c-cards--mb {
	margin-bottom: 3rem;
}
.c-card--image {
	position: relative;
	overflow: hidden;
}
.c-card--image:hover .o-card__image {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.c-card--image .o-card__image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transition: -webkit-transform 0.12s ease-in;
	transition: -webkit-transform 0.12s ease-in;
	-o-transition: -o-transform 0.12s ease-in;
	transition: transform 0.12s ease-in;
	transition: transform 0.12s ease-in, -webkit-transform 0.12s ease-in,
		-o-transform 0.12s ease-in;
}
.c-card--image .o-card__content {
	padding: 9rem 1.5rem 1.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}
.c-card--image .o-card__content:after {
	bottom: 0;
	left: 0;
	width: 102%;
	height: 70%;
	position: absolute;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		to(#000)
	);
	background-image: -webkit-linear-gradient(top, transparent, #000);
	background-image: -o-linear-gradient(top, transparent 0, #000 100%);
	background-image: linear-gradient(-180deg, transparent, #000);
	content: "";
}
.c-card--image .o-card__content .o-card__heading {
	position: relative;
	z-index: 100;
	padding-right: 4.5rem;
}
.c-card--simple {
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: 0;
	border-left: 0;
}
.c-card--simple .o-card__image {
	display: block;
	height: 55px;
	margin-right: auto;
	margin-bottom: 1.125rem;
	margin-left: auto;
}
.c-card--simple .o-card__content {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.c-card--simple .o-card__heading {
	margin-bottom: 0.375rem;
}
.home-cta {
	margin-bottom: 100px;
}
.home-cta__image {
	max-width: 300px;
	margin: 0 auto;
}
.home-cta--text {
	padding: 10px;
	margin-bottom: 20px;
}
.copy .c-people--sm,
.copy .o-module {
	margin: 0 auto;
}
.copy .c-paragraph:first-child {
	padding-top: 3rem;
}
.copy > h4 + p,
.copy > h5 + p,
.copy > h6 + p {
	margin-top: 0;
}
.copy > dl dd,
.copy > dl dt,
.copy > ol li,
.copy > p,
.copy > table,
.copy > time,
.copy > ul li,
.copy figcaption p {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.copy .text-no-hyphen {
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.copy .c-introduction {
	padding-top: 3rem;
	padding-bottom: 1.5rem;
}
.copy .c-introduction strong {
	display: block;
	margin-bottom: 1.875rem;
}
.copy p {
	color: #7a7a7a;
	margin-bottom: 1.5rem;
}
.copy p:last-child,
.copy p:only-child {
	margin-bottom: 0;
}
.copy p a {
	color: #ff3356;
}
.copy h2 {
	font-size: 2.9545454545rem;
	line-height: 1;
	margin-bottom: 1.5rem;
	color: #2d18c8;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.copy h3 {
	font-size: 1.1818181818rem;
	line-height: 1.1538461538;
	font-family: Brandon Grotesque Bold, Helvetica Neue, HelveticaNeue, Helvetica,
		Arial, ArialMT, sans-serif;
}
.copy h3,
.copy h4 {
	margin-bottom: 1.125rem;
	color: #505050;
}
.copy h4 {
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.copy .c-story__heading {
	font-size: 1.8181818182rem;
	line-height: 1;
}
.copy .o-figure-image {
	margin-top: 3rem;
	margin-bottom: 3rem;
	position: relative;
	z-index: 100;
}
.copy .o-figure-image figcaption {
	margin: 0 0 0.75rem;
}
.copy .o-figure-image figcaption p {
	font-size: 0.8181818182rem;
	line-height: 1.4444444444;
	margin-top: 0;
}
.copy .o-figure-image figcaption p:before {
	width: 9px;
	height: 12px;
	display: inline-block;
	margin-right: 0.75rem;
	background-image: url(/wp-content/themes/bloc/assets/images/assets.svg);
	background-position: 0 -288px;
	content: "";
}
.copy .o-figure-image.u-pullviewport figcaption {
	padding-right: 6%;
	padding-left: 6%;
}
.copy .o-figure-image--rev figcaption p {
	text-align: right;
}
.copy .o-figure-image--rev figcaption p:before {
	display: none;
}
.copy .o-figure-image--rev figcaption p:after {
	width: 9px;
	height: 12px;
	display: inline-block;
	margin-left: 0.75rem;
	background-image: url(/wp-content/themes/bloc/assets/images/assets.svg);
	background-position: 0 -288px;
	content: "";
}
.copy .o-figure-wrapper + :not(.o-grid) {
	margin-top: 3rem;
}
.copy .o-figure-image__overlay-wrapper {
	margin-top: -5.25rem;
	float: left;
	width: 100%;
}
.copy .o-figure-image__overlay {
	position: relative;
	padding: 3rem 6%;
	border: 7px solid #2d18c8;
	background-color: transparent;
	float: right;
	mix-blend-mode: multiply;
	z-index: 100;
}
.copy .o-quote {
	font-size: 2.9545454545rem;
	line-height: 1;
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
	position: relative;
	padding: 2.25rem 1.5rem;
	border: 7px solid #ff3356;
	color: #ff3356;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.copy .o-quote:before {
	top: 25%;
	left: 50%;
	position: absolute;
	width: 33.3333333333%;
	height: 50%;
	margin-left: -16.6666666667%;
	border: 7px solid rgba(255, 51, 86, 0.2);
	content: "";
}
.copy .o-quote blockquote,
.copy .o-quote blockquote p {
	color: #ff3356;
}
.copy .c-logos,
.copy .c-people {
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
}
.copy .c-people .c-card__heading {
	margin-bottom: 0;
	color: #fff;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	font-size: 23px;
}
.copy .c-story {
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
}
.copy .c-story p {
	font-size: 0.8181818182rem;
	line-height: 1.4444444444;
}
.copy b,
.copy strong {
	font-size: 1.1818181818rem;
	line-height: 1.5384615385;
	color: #2d18c8;
	font-family: Brandon Grotesque Medium, Helvetica Neue, HelveticaNeue, Helvetica,
		Arial, ArialMT, sans-serif;
}
.copy mark {
	background-color: #f8f800;
	color: #000;
}
.copy ins {
	background-color: #fdfece;
	color: #000;
}
.copy del {
	background-color: #f80000;
	color: #000;
}
.copy abbr {
	font-variant: small-caps;
	letter-spacing: 0.05em;
	text-transform: lowercase;
}
.copy code,
.copy kbd,
.copy pre,
.copy samp {
	color: #646464;
}
.copy pre {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	max-width: 40rem;
	padding: 1.5rem;
	border: 1px solid #efecdf;
	background-color: #f8f6ea;
	color: #7a7a7a;
	font-family: Monaco, Courier New, CourierNewPSMT, Courier, monospace, serif;
}
.copy code {
	background-color: #efecdf;
}
.copy dt {
	font-weight: 700;
}
.copy dd {
	margin-left: 1.5rem;
}
.c-circles {
	position: relative;
	min-height: 358px;
	max-height: 358px;
	margin-top: 3rem;
}
.c-circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	border-radius: 50%;
	background-color: #2d18c8;
	mix-blend-mode: multiply;
}
.c-circle svg path {
	fill: #fff;
}
.c-circle--big {
	width: 156px;
	height: 156px;
	top: 0;
	left: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.c-circle--big.c-circle--1 {
	-webkit-transform: translate(60%, 20%);
	-ms-transform: translate(60%, 20%);
	-o-transform: translate(60%, 20%);
	transform: translate(60%, 20%);
}
.c-circle--big.c-circle--1 svg {
	width: 62px;
}
.c-circle--big.c-circle--2 {
	-webkit-transform: translate(12.5%, 90%);
	-ms-transform: translate(12.5%, 90%);
	-o-transform: translate(12.5%, 90%);
	transform: translate(12.5%, 90%);
}
.c-circle--big.c-circle--2 svg {
	width: 62px;
}
.c-circle--big.c-circle--3 {
	-webkit-transform: translate(100%, 95%);
	-ms-transform: translate(100%, 95%);
	-o-transform: translate(100%, 95%);
	transform: translate(100%, 95%);
}
.c-circle--big.c-circle--3 svg {
	width: 62px;
	height: 54px;
}
.c-circle--small {
	width: 44px;
	height: 44px;
	top: 0;
	left: 0;
}
.c-circle--small.c-circle--1 {
	-webkit-transform: translate(250%, 10%);
	-ms-transform: translate(250%, 10%);
	-o-transform: translate(250%, 10%);
	transform: translate(250%, 10%);
}
.c-circle--small.c-circle--1 svg {
	width: 30px;
	height: 30px;
}
.c-circle--small.c-circle--2 {
	-webkit-transform: translate(625%, 300%);
	-ms-transform: translate(625%, 300%);
	-o-transform: translate(625%, 300%);
	transform: translate(625%, 300%);
}
.c-circle--small.c-circle--2 svg {
	width: 32px;
}
.c-circle--small.c-circle--3 {
	-webkit-transform: translate(275%, 675%);
	-ms-transform: translate(275%, 675%);
	-o-transform: translate(275%, 675%);
	transform: translate(275%, 675%);
}
.c-circle--small.c-circle--3 svg {
	width: 28px;
	height: 28px;
}
.c-featured {
	position: relative;
}
.c-featured:after {
	display: block;
	clear: both;
	content: "";
}
.c-featured .o-figure-image {
	position: relative;
	width: 100%;
	float: right;
}
.c-featured .o-figure-image:after {
	bottom: 0;
	left: 3%;
	width: 94%;
	height: 80px;
	position: absolute;
	background-color: #ff3356;
	mix-blend-mode: multiply;
	content: "";
	z-index: 100;
}
.c-featured .o-figure-image img {
	position: relative;
	float: right;
	z-index: 100;
}
.c-featured .o-figure-image figcaption {
	right: 1.5rem;
	bottom: 3rem;
	position: absolute;
	padding-left: 1.125rem;
}
.c-featured .o-figure-image .c-author,
.c-featured .o-figure-image .c-author strong {
	color: #fff;
}
.c-featured__content {
	position: relative;
	margin-right: 3%;
	margin-left: 3%;
	padding: 1.5rem 1.125rem 3rem;
	background-color: #ff3356;
	color: #fff;
	text-align: center;
}
.c-featured__content .c-btn {
	width: 100%;
}
.c-featured__content .c-arrow {
	margin: 1.5rem auto 0;
}
.c-featured__heading {
	font-size: 2.9545454545rem;
	line-height: 1;
	position: relative;
	top: -1.5rem;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-transform: uppercase;
	z-index: 100;
}
.o-figure-image-item {
	width: 100%;
}
.o-figure-wrapper:after {
	display: block;
	clear: both;
	content: "";
}
.o-figure-image--align-center {
	text-align: center;
}
.o-figure-image--align-center > * {
	margin-right: auto;
	margin-left: auto;
}
.o-figure-image--align-center .o-figure-image-caption {
	text-align: left;
}
.o-figure-image figcaption {
	font-size: 0.7727272727rem;
	line-height: 1;
	margin-top: 0.75rem;
	margin-bottom: 2.25rem;
}
.o-figure-image.o-grid--with-gutter .o-grid-cell {
	margin-top: 1.875rem;
}
.o-figure-image.o-grid--with-gutter figcaption {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}
.o-figure-image.o-grid--with-gutter-percentage .o-grid-cell {
	margin-top: 6%;
}
.o-figure-image.o-grid--with-gutter-percentage figcaption {
	padding-right: 3%;
	padding-left: 3%;
}
::-webkit-input-placeholder {
	font-size: inherit;
	color: hsla(0, 0%, 100%, 0.6);
}
:-moz-placeholder,
::-moz-placeholder {
	font-size: inherit;
	color: hsla(0, 0%, 100%, 0.6);
}
:-ms-input-placeholder {
	font-size: inherit;
	color: hsla(0, 0%, 100%, 0.6);
}
.placeholdersjs {
	color: hsla(0, 0%, 100%, 0.6);
}
.c-form {
	margin-bottom: 1.5rem;
}
.c-form fieldset {
	padding: 0;
	border: 0;
}
.copy .c-form-fields {
	margin-left: 0;
}
.copy .c-form-fields li {
	list-style: none;
}
.c-form input,
.c-form label,
.c-form select,
.c-form textarea {
	display: inline-block;
	vertical-align: middle;
}
.c-form--inline .c-form-item {
	display: inline-block;
	margin-right: 1.5rem;
}
.c-form-item {
	margin-bottom: 0.75rem;
}
.c-form-label {
	font-weight: 600;
}
.c-form-item--stacked .form-label {
	display: block;
	margin-bottom: 0.75rem;
}
.c-form-input {
	padding: 0.375rem;
	border: 2px solid hsla(0, 0%, 100%, 0.6);
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
}
.c-form-input:focus {
	border: 2px solid #fff;
	background-color: hsla(0, 0%, 100%, 0.1);
	outline: 0;
}
.c-form-input:focus::-webkit-input-placeholder {
	color: #fff;
}
.c-form-input:focus:-moz-placeholder,
.c-form-input:focus::-moz-placeholder {
	color: #fff;
}
.c-form-input:focus:-ms-input-placeholder {
	color: #fff;
}
.c-form-help {
	margin: 0.3rem 0 0.75rem;
	font-size: 0.8em;
	float: right;
}
.c-form-input--full {
	width: 100%;
}
.c-form-input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.c-form-helper {
	display: inline-block;
	visibility: hidden;
}
.c-form-input:active + .form-helper,
.c-form-input:focus + .form-helper {
	visibility: visible;
}
.c-form-optional {
	font-weight: 400;
}
.c-form-helper-error {
	display: inline-block;
}
.c-input-set {
	margin: 0;
}
.c-input-set--horizontal > li {
	display: inline-block;
	margin-right: 1.5rem;
}
.c-input-set--horizontal > li:last-child {
	margin-right: 0;
}
.c-input-set-label {
	color: #7a7a7a;
}
input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(30%);
	-ms-transform: translate(30%);
	-o-transform: translate(30%);
	transform: translate(30%);
}
input[type="checkbox"]:focus {
	outline: 0;
}
.o-input-set__label {
	position: relative;
}
.o-input-set__label #terms {
	border-bottom: 0;
	width: auto;
}
.o-input-set__label .c-form__label--checkbox {
	position: relative;
	top: auto;
	left: auto;
	color: #fff;
	opacity: 1;
}
.c-form__label--checkbox {
	display: block;
	font-size: 14px;
	position: relative;
	margin-top: 1.125rem;
	margin-bottom: 1.875rem;
	padding-left: 1.5rem;
	line-height: 22px;
	cursor: pointer;
	color: #fff;
}
.c-form__label--checkbox:before {
	width: 22px;
	height: 22px;
	position: absolute;
	top: -2px;
	left: 0;
	-webkit-transition: border 0.24s ease-in;
	-o-transition: border 0.24s ease-in;
	transition: border 0.24s ease-in;
	border: 2px solid hsla(0, 0%, 100%, 0.6);
	border-radius: 3px;
	background-color: #ff3356;
	content: "";
}
.c-form__label--checkbox:after {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 2px;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: 0.24s ease-in;
	-o-transition: 0.24s ease-in;
	transition: 0.24s ease-in;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: opacity, -o-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform, -o-transform;
	background-position: -96px -192px;
	content: "";
	opacity: 0;
}
.c-form__label--checkbox a {
	color: #fff;
	text-decoration: underline;
}
.c-form__label--checkbox--secondary:before {
	background-color: #1e1468;
}
input[type="checkbox"]:checked + .c-form__label--checkbox:after,
input[type="checkbox"]:checked + .error + .c-form__label--checkbox:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
input[type="checkbox"]:checked + .c-form__label--checkbox:before,
input[type="checkbox"]:checked + .error + .c-form__label--checkbox:before {
	border: 2px solid #fff;
}
.copy h1,
.copy h5,
.copy h6,
.u-alpha-heading,
.u-beta-heading,
.u-delta-heading,
.u-epsilon-heading,
.u-gamma-heading,
.u-zeta-heading {
	letter-spacing: 0.01em;
}
.copy h1,
.u-alpha-heading {
	font-size: 1.8181818182rem;
	line-height: 1;
}
.u-beta-heading {
	font-size: 1.1818181818rem;
	line-height: 1.1538461538;
}
.u-gamma-heading {
	font-size: 1.1818181818rem;
	line-height: 1.5384615385;
}
.u-delta-heading {
	font-size: 1.1818181818rem;
	line-height: 1.1538461538;
}
.copy h5,
.copy h6,
.u-epsilon-heading,
.u-zeta-heading {
	font-size: 0.909090909rem;
	line-height: 1.5;
}
.c-header {
	color: #2d18c8;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-transform: uppercase;
}
.c-icon {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.375rem;
	background-repeat: no-repeat;
	background-position: 0 16%;
	vertical-align: middle;
}
.c-icon--right {
	margin-right: 0;
	margin-left: 0.375rem;
}
.c-icon--pos-right {
	position: absolute;
	right: 0;
}
img {
	max-width: 100%;
	height: auto;
}
figure > img {
	display: block;
}
.o-image {
	max-width: none;
}
.o-image--round {
	border-radius: 0.5em;
}
.o-image--right {
	margin-bottom: 0.75rem;
	margin-left: 0.75rem;
	float: right;
}
.o-image--left {
	margin-right: 0.75rem;
	margin-bottom: 0.75rem;
	float: left;
}
.o-image--center {
	display: block;
	margin-right: auto;
	margin-bottom: 0.75rem;
	margin-left: auto;
}
.o-link:link,
.o-list--links a:link {
	position: relative;
	-webkit-transition: color 0.24s ease-out;
	-o-transition: color 0.24s ease-out;
	transition: color 0.24s ease-out;
	color: #7a7a7a;
	text-decoration: underline;
}
.o-link:visited,
.o-list--links a:visited {
	color: #efecdf;
}
.o-link:focus,
.o-link:hover,
.o-list--links a:focus,
.o-list--links a:hover {
	color: #505050;
}
.o-link:active,
.o-list--links a:active {
	color: #efecdf;
}
.o-link--with-no-history:visited,
.o-list--with-no-history a:visited {
	color: #7a7a7a;
}
.o-link--with-no-history:active,
.o-link--with-no-history:focus,
.o-link--with-no-history:hover,
.o-list--with-no-history a:active,
.o-list--with-no-history a:focus,
.o-list--with-no-history a:hover {
	color: inherit;
}
.copy ol,
.copy ul,
.o-list {
	margin-left: 1.5rem;
	counter-reset: a;
}
.copy ol li,
.copy ul li,
.o-list li {
	display: list-item;
	position: relative;
	padding-left: 1.5rem;
}
.copy ol li::marker,
.copy ul li::marker,
.o-list li::marker {
	content: none;
}
.copy ol li:before,
.copy ul li:before,
.o-list li:before {
	position: absolute;
	left: 0;
	color: #2d18c8;
	content: "•";
}
.copy ol li > ol,
.copy ol li > ul,
.copy ul li > ol,
.copy ul li > ul,
.o-list li > ol,
.o-list li > ul {
	margin-left: 1.5rem;
}
.copy ol > li::marker,
ol.o-list > li::marker {
	content: none;
}
.copy ol > li:before,
ol.o-list > li:before {
	content: counter(a) ".";
	counter-increment: a;
}
.copy .o-list--plain,
.o-list--plain {
	margin-left: 0;
}
.copy .o-list--plain > li,
.o-list--plain > li {
	list-style: none;
}
.o-list--links {
	margin-top: -0.2em;
	margin-left: 0;
}
.o-list--links li {
	margin-right: 0;
	padding: 0.2em 0;
	padding-right: 0;
	padding-left: 0;
	list-style: none;
}
.o-list--numbered.o-list--links > li,
.o-list--numbered > li {
	list-style-type: decimal;
}
.o-list--numbered.o-list--links,
.o-list--numbered.o-list--plain {
	margin-left: 1.5rem;
}
.c-logos {
	position: relative;
	z-index: 200;
}
.c-logos .o-grid-cell {
	border-bottom: 1px solid hsla(0, 0%, 48%, 0.12);
	border-left: 1px solid hsla(0, 0%, 48%, 0.12);
}
.c-logos .u-1of1--sm:first-child,
.c-logos .u-1of2--sm:nth-child(-n + 2) {
	border-top: 1px solid hsla(0, 0%, 48%, 0.12);
}
.c-logos .c-logos__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.125rem;
	background-color: #fff;
}
.c-masthead {
	width: 78px;
	height: 35px;
	margin-left: 6%;
}
.c-masthead,
.o-media {
	display: block;
}
.o-media:after {
	display: block;
	clear: both;
	content: "";
}
.o-media-image {
	margin-right: 1.5rem;
	float: left;
}
.o-media-image--rev {
	margin-left: 1.5rem;
	float: right;
}
.o-media-image--rev img,
.o-media-image img {
	display: block;
}
.o-media-body {
	overflow: hidden;
}
.o-media-body,
.o-media-body > :last-child {
	margin-bottom: 0;
}
.o-nav {
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	list-style: none;
	background-color: #2d18c8;
	padding: 4.5rem 40px 40px;
	top: 16px;
	right: 6%;
	width: 88%;
	position: fixed;
	max-width: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.24s ease-in;
	-o-transition: all 0.24s ease-in;
	transition: all 0.24s ease-in;
}
.o-nav > li,
.o-nav > li > a {
	display: inline-block;
}
.o-nav .active {
	color: #000;
}
.show {
	max-width: 100%;
	opacity: 1;
	visibility: visible;
}
.show .o-nav__item {
	font-size: 1.8181818182rem;
	line-height: 1;
}
.o-nav--stacked > li {
	display: list-item;
}
.o-nav--stacked > li > a {
	display: block;
}
.o-nav__item {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 0;
	-webkit-transition: all 0.24s ease-in;
	-o-transition: all 0.24s ease-in;
	transition: all 0.24s ease-in;
}
.o-nav__item:first-child {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.o-nav__item:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.o-nav__item:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.o-nav__item:nth-child(4) {
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.o-nav__item:nth-child(5) {
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.o-nav__languages {
	display: inline-block;
	position: absolute;
	right: 60px;
	top: 44px;
	color: #fff;
}
.o-nav__languages li {
	display: inline;
}
.o-nav__languages li.current-lang {
	color: #000;
}
.o-nav__languages li:first-child:after {
	content: " / ";
	color: #fff;
}
.o-nav__languages a {
	text-transform: uppercase;
}
.c-nav-main {
	position: relative;
	width: 100%;
	margin-top: 2.25rem;
	background-color: rgba(0, 0, 0, 0.96);
}
.ctm .c-nav-main {
	position: fixed;
	top: 0;
	height: 100%;
	margin-top: 0;
	-webkit-transform: scale(1.32);
	-ms-transform: scale(1.32);
	-o-transform: scale(1.32);
	transform: scale(1.32);
	opacity: 0;
	z-index: -1;
}
.ctm.is-open-nav-main .c-nav-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	z-index: 100;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.ctm.is-closing-nav-main .c-nav-main,
.ctm.is-open-nav-main .c-nav-main {
	-webkit-transition: opacity 0.32s, -webkit-transform 0.32s;
	transition: opacity 0.32s, -webkit-transform 0.32s;
	-o-transition: opacity 0.32s, -o-transform 0.32s;
	transition: opacity 0.32s, transform 0.32s;
	transition: opacity 0.32s, transform 0.32s, -webkit-transform 0.32s,
		-o-transform 0.32s;
}
.ctm.is-closing-nav-main .c-nav-main {
	-webkit-transform: scale(1.32);
	-ms-transform: scale(1.32);
	-o-transform: scale(1.32);
	transform: scale(1.32);
	opacity: 0;
}
.c-nav-main__list {
	padding: 2.25rem 6%;
}
.ctm .c-nav-main__list {
	max-width: 100%;
	min-height: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.c-nav-main__item {
	display: list-item;
	border-bottom: 0.1em solid #505050;
}
.c-nav-main__item:last-child {
	border: 0;
}
.c-nav-main__item > a {
	display: block;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #fff;
}
.c-nav-main__item > a:hover {
	color: #efecdf;
}
.c-oldie-message {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	position: fixed;
	background: #ff3356;
	color: #fff;
	text-align: center;
	line-height: 100px;
	z-index: 1000;
}
.c-oldie-message a {
	font-weight: 600;
	text-decoration: underline;
}
.c-people .c-cards {
	background-color: #f8f6ea;
}
.c-people .c-card--teammember {
	border-right: 0;
}
.c-people .o-grid-cell:nth-child(n + 2) .c-card--teammember {
	border-top: 0;
}
.c-people ul li {
	padding-left: 0;
}
.c-people ul li:before {
	display: none;
}
.c-people--sm .c-cards {
	background-color: transparent;
}
.o-quote {
	quotes: none;
}
.o-quote:before {
	content: open-quote;
}
.o-quote:after {
	content: close-quote;
}
.c-blockquote,
.o-pullquote {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	padding-left: 0.75rem;
	border-left: 0.375rem solid #7a7a7a;
	quotes: none;
}
.c-blockquote p,
.o-pullquote p {
	display: inline;
	margin: 0;
	color: #505050;
	font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, ArialMT,
		sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.c-blockquote p:after,
.c-blockquote p:before,
.o-pullquote p:after,
.o-pullquote p:before {
	-webkit-font-smoothing: antialiased;
}
.c-blockquote figcaption,
.o-pullquote figcaption {
	color: #7a7a7a;
}
.c-blockquote figcaption:before,
.o-pullquote figcaption:before {
	content: "— ";
}
hr {
	margin: 0;
	border: 0;
	border-top: 1px solid #000;
}
.c-share {
	font-size: 0.909090909rem;
	line-height: 1.5;
	position: relative;
	margin-top: 3rem;
	padding: 0.75rem 1.125rem;
	background-color: #f8f6ea;
	z-index: 100;
}
.c-share:after {
	display: block;
	clear: both;
	content: "";
}
.c-share span {
	display: inline-block;
	margin-right: 1.5rem;
	float: left;
	line-height: 50px;
	color: #7a7a7a;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-transform: uppercase;
}
.c-share ul {
	float: left;
	height: 54px;
}
.c-share ul li {
	display: inline-block;
	margin-right: 0.1875rem;
}
.c-share ul li:last-child {
	margin-right: 0;
}
.c-share ul li a {
	width: 54px;
	height: 54px;
	border: 0;
	background-color: transparent;
	overflow: hidden;
	display: block;
	background-color: #ff3356;
}
.c-share ul li a:before {
	display: block;
	width: 0;
	height: 100%;
	content: "";
}
.c-share--linkedin {
	background-position: 0 -576px;
}
.c-share--facebook {
	background-position: -288px -576px;
}
.c-share--twitter {
	background-position: -96px -576px;
}
.c-share--email {
	background-position: -384px -576px;
}
.c-story__image {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}
.c-story__item {
	position: relative;
	border-top: 1px solid hsla(0, 0%, 48%, 0.12);
	background-color: #fff;
	z-index: 200;
}
.c-story__item:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #7a7a7a;
	opacity: 0.12;
	content: "";
}
.c-story__item + .c-story__item {
	border-top: 0;
}
.c-story__content {
	padding-top: 2.25rem;
	padding-bottom: 2.25rem;
}
.c-story__heading {
	margin-bottom: 1.5rem;
}
.copy table,
.o-table {
	width: 100%;
	margin-bottom: 1.5rem;
}
.copy table td,
.copy table th,
.o-table td,
.o-table th {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-align: left;
}
.copy table th,
.o-table th {
	font-weight: inherit;
	vertical-align: middle;
}
.copy table td,
.o-table td {
	vertical-align: top;
}
.copy table tfoot,
.o-table tfoot {
	font-style: italic;
}
.copy table [colspan],
.o-table [colspan] {
	text-align: center;
}
.copy table [colspan="1"],
.o-table [colspan="1"] {
	text-align: left;
}
.copy table [rowspan],
.o-table [rowspan] {
	vertical-align: middle;
}
.copy table [rowspan="1"],
.o-table [rowspan="1"] {
	vertical-align: top;
}
.o-table-numerical {
	text-align: right;
}
.o-table--striped td,
.o-table--striped th {
	padding: 0.75rem;
}
.o-table--striped th {
	background-color: #000;
	color: #fff;
}
.o-table--striped td + td,
.o-table--striped th + th {
	border-left: 0.125em solid #fff;
}
.o-table--striped tbody tr:nth-child(2n) td {
	background-color: #7a7a7a;
}
.o-table--striped tbody tr:hover td {
	background-color: #000;
	color: #fff;
}
.o-table--rounded thead th:first-child {
	border-top-left-radius: 0.75rem;
}
.o-table--rounded thead th:last-child {
	border-top-right-radius: 0.75rem;
}
.o-table--rounded tfoot td:first-child {
	border-bottom-left-radius: 0.75rem;
}
.o-table--rounded tfoot td:last-child {
	border-bottom-right-radius: 0.75rem;
}
.o-table--bordered td,
.o-table--bordered th {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border: 0.125em solid #7a7a7a;
}
.o-table--bordered td:empty,
.o-table--bordered th:empty {
	border: 0;
}
.o-table--bordered thead th {
	border-bottom-width: 2px;
	border-bottom-color: #000;
}
.o-table--bordered tfoot tr {
	border-top-width: 2px;
}
.o-video {
	position: relative;
	max-width: 100%;
	margin-bottom: 3rem;
	overflow: hidden;
}
.o-video img {
	vertical-align: center;
}
.o-video__caption {
	display: none;
}
.o-video__caption h3,
.o-video__caption span {
	width: 90%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}
.o-video__caption .o-video__poster {
	width: 100%;
	height: auto;
}
.o-video__caption .o-video__text-color-white {
	color: #fff;
}
.o-video__caption .o-video__text-color-gray-dark {
	color: #505050;
}
.o-video__caption .o-video__text-color-primary {
	color: #2d18c8;
}
.o-video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	-o-transition: -o-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out,
		-o-transform 0.3s ease-in-out;
	border-radius: 50%;
	background-position: 0 -480px;
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	z-index: 200;
}
.o-video__play:hover {
	-webkit-transform: translate(-50%, -50%) scale(1.07);
	-ms-transform: translate(-50%, -50%) scale(1.07);
	-o-transform: translate(-50%, -50%) scale(1.07);
	transform: translate(-50%, -50%) scale(1.07);
}
.o-video__play svg {
	height: 55px;
	width: 55px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.o-video__play svg path {
	fill: #fff;
}
.o-video__play--big {
	width: 78px;
	height: 78px;
	background-position: 0 -576px;
	zoom: 0.75;
}
.o-video-slider-wrapper {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}
.o-video-slider-wrapper + .o-video-slider-wrapper {
	border-top: 1px solid #f8f6ea;
}
.o-video-slider-wrapper .c-carousel-nav {
	padding-right: 0;
	padding-left: 0;
}
.o-video-slider-wrapper .c-icon--prev {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.o-video-slider-wrapper .c-icon--prev:hover {
	-webkit-transform: translate3d(-60%, 0, 0) scale(1.05);
	transform: translate3d(-60%, 0, 0) scale(1.05);
}
.o-video-slider-wrapper .c-icon--next {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
.o-video-slider-wrapper .c-icon--next:hover {
	-webkit-transform: translate3d(60%, 0, 0) scale(1.05);
	transform: translate3d(60%, 0, 0) scale(1.05);
}
.o-video-slider-wrapper:last-of-type {
	padding-bottom: 0;
}
.c-banner {
	position: absolute;
	width: 100%;
	padding-top: 1.125rem;
	z-index: 1000;
}
.c-banner:after {
	display: block;
	clear: both;
	content: "";
}
.c-nav-main-toggle {
	top: 0.75rem;
	right: 6%;
	width: 44px;
	height: 44px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	position: fixed;
	outline: 0;
	background-color: #2d18c8;
	z-index: 100;
}
.c-nav-main-toggle:before {
	top: 16px;
	left: 32px;
	width: 32px;
	height: 14px;
	display: block;
	position: absolute;
	background-position: 0 -672px;
	content: "";
}
.c-nav-main-toggle:after {
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	position: absolute;
	background-color: #2d18c8;
	content: "";
}
.c-nav-main-toggle.is-open span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-nav-main-toggle.is-open span:after {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.c-nav-main-toggle.is-open span:before {
	opacity: 0;
}
.c-nav-main-toggle.is-open span,
.c-nav-main-toggle.is-open span:after {
	-webkit-transition: -webkit-transform 0.24s ease-in;
	transition: -webkit-transform 0.24s ease-in;
	-o-transition: -o-transform 0.24s ease-in;
	transition: transform 0.24s ease-in;
	transition: transform 0.24s ease-in, -webkit-transform 0.24s ease-in,
		-o-transform 0.24s ease-in;
}
.c-nav-main-toggle:focus {
	outline: 0;
}
.c-nav-main-toggle span,
.c-nav-main-toggle span:after,
.c-nav-main-toggle span:before {
	top: 50%;
	right: 15px;
	width: 14px;
	height: 3px;
	display: block;
	position: absolute;
	background-color: #fff;
	z-index: 100;
}
.c-nav-main-toggle span {
	top: 21px;
}
.c-nav-main-toggle span:after,
.c-nav-main-toggle span:before {
	right: 0;
	content: "";
}
.c-nav-main-toggle span:before {
	top: -5px;
}
.c-nav-main-toggle span:after {
	top: 5px;
}
.u-contain {
	max-width: 1680px;
	margin-right: auto;
	margin-left: auto;
}
.u-contain-padding {
	padding-right: 6%;
	padding-left: 6%;
}
.c-content-info {
	position: relative;
	background-color: #1e1468;
	color: #fff;
	z-index: 200;
}
.c-content-info footer {
	padding-top: 6.75rem;
	padding-bottom: 3.75rem;
	position: relative;
}
.c-content-info h1 {
	font-size: 2.9545454545rem;
	line-height: 1;
	margin-bottom: 1.875rem;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.c-content-info hr {
	margin-bottom: 1.5rem;
	border-top: 2px solid #fff;
	opacity: 0.15;
}
.c-content-info ul {
	font-size: 0.8181818182rem;
	line-height: 1.4444444444;
}
.c-content-info strong {
	font-family: Brandon Grotesque Bold, Helvetica Neue, HelveticaNeue, Helvetica,
		Arial, ArialMT, sans-serif;
}
.c-content-info__email,
.c-content-info__phone {
	font-size: 0.909090909rem;
	line-height: 1.5;
	display: block;
	max-width: 500px;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 50px;
	cursor: pointer;
}
.c-content-info__phone {
	margin-top: 1.5rem;
	margin-bottom: 1.125rem;
}
.c-content-info__email {
	margin-bottom: 4.5rem;
}
.c-socials {
	margin: 0 0 1.5rem 7px;
	line-height: 0 !important;
}
.c-socials,
.c-socials li {
	display: inline-block;
}
.c-socials__icon {
	width: 54px;
	height: 54px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-left: -7px;
	background-image: url(/wp-content/themes/bloc/assets/images/assets.svg);
}
.c-socials__icon--linkedin {
	background-position: 0 -384px;
}
.c-socials__icon--linkedin.c-socials__icon--dark {
	background-position: 0 -480px;
}
.c-socials__icon--facebook {
	background-position: -288px -384px;
}
.c-socials__icon--facebook.c-socials__icon--dark {
	background-position: -288px -480px;
}
.c-socials__icon--twitter {
	background-position: -96px -384px;
}
.c-socials__icon--twitter.c-socials__icon--dark {
	background-position: -96px -480px;
}
.c-socials__icon--instagram {
	background-position: -192px -384px;
}
.c-socials__icon--instagram.c-socials__icon--dark {
	background-position: -192px -480px;
}
.c-scrolltop {
	width: 50px;
	height: 50px;
	top: 2.25rem;
	right: 6%;
	border: 0;
	background-color: transparent;
	overflow: hidden;
	display: block;
	position: absolute;
	background-image: url(/wp-content/themes/bloc/assets/images/assets.svg);
	background-position: 14px -80px;
	border: 2px solid #ff3356;
	z-index: 100;
	-webkit-transition: border-color 0.32s;
	-o-transition: border-color 0.32s;
	transition: border-color 0.32s;
}
.c-scrolltop:before {
	display: block;
	width: 0;
	height: 100%;
	content: "";
}
.c-scrolltop:hover {
	border-color: #fff;
	background-position: -274px 16px;
}
.c-credits {
	font-size: 0.6581818182rem;
	margin-top: 1.5rem;
	text-align: left;
}
.o-grid {
	position: relative;
	display: block;
	padding-right: 0;
	padding-left: 0;
	font-size: 0;
	text-align: left;
}
.o-grid > .o-grid {
	margin-right: 0;
	margin-left: 0;
}
.o-grid--align-center {
	text-align: center;
}
.o-grid--align-right {
	text-align: right;
}
.o-grid--align-middle > .grid-cell {
	vertical-align: middle;
}
.o-grid--align-bottom > .grid-cell {
	vertical-align: bottom;
}
.o-grid-cell {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	text-align: left;
	vertical-align: top;
}
.o-grid-cell--center {
	display: block;
	margin: 0 auto;
}
.o-grid--with-gutter {
	margin-right: -0.9375rem;
	margin-left: -0.9375rem;
}
.o-grid--with-gutter > .o-grid-cell {
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}
.o-grid--with-gutter-percentage {
	margin-right: -3%;
	margin-left: -3%;
}
.o-grid--with-gutter-percentage > .o-grid-cell {
	padding-right: 3%;
	padding-left: 3%;
}
.o-panorama {
	position: relative;
	background-color: #2d18c8;
	overflow: hidden;
}
.o-panorama--transparent .o-panorama__colorblock {
	right: 6%;
	bottom: 0;
	left: 6%;
	width: 88%;
	height: 50%;
	position: absolute;
	background-color: #ff3356;
	mix-blend-mode: multiply;
	z-index: 200;
	content: "";
}
.o-panorama--transparent--full .o-panorama__colorblock {
	background-color: #f8f6ea;
}
.o-panorama__image {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 200;
}
.o-panorama__animation {
	text-align: center;
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: 100vh;
}
.o-panorama__animation,
.o-panorama__animation svg {
	-webkit-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.o-panorama__animation svg {
	height: 80%;
	max-height: 80vh;
}
.o-panorama__content {
	padding-top: 9.75rem;
	padding-bottom: 0;
	position: relative;
	color: #fff;
	z-index: 300;
}
.o-panorama__content .c-subtitle {
	margin-bottom: 1.125rem;
}
.o-panorama__content--center {
	margin: 0 1.5rem;
}
.o-panorama__heading {
	position: relative;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-transform: uppercase;
	z-index: 300;
	display: inline-block;
	vertical-align: bottom;
}
.o-panorama__heading,
.o-panorama__heading--hg {
	font-size: 2.9545454545rem;
	line-height: 1;
}
.c-panorama--home {
	margin-bottom: 15vh;
	background-color: #fff;
	background-image: url(../images/background.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-position: 50%;
	padding-bottom: 2rem;
	-webkit-transition: all 0.22s ease-in-out;
	-o-transition: all 0.22s ease-in-out;
	transition: all 0.22s ease-in-out;
}
.c-panorama--home .o-panorama__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-top: 6rem;
	z-index: 400;
}
.c-panorama--home .o-panorama__content p {
	margin-top: 0.375rem;
	font-family: Brandon Grotesque Medium, Helvetica Neue, HelveticaNeue, Helvetica,
		Arial, ArialMT, sans-serif;
}
.c-panorama--home .o-panorama__content .c-arrow {
	margin-top: 3rem;
}
.c-panorama--home .o-panorama__colorblock {
	top: 3.75rem;
	left: 50%;
	position: absolute;
	width: 80%;
	max-width: 400px;
	height: 80%;
	max-height: 420px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	background-color: #ff3356;
	mix-blend-mode: multiply;
	z-index: 300;
	content: "";
}
.c-panorama--vh {
	height: 120vh;
	max-height: 954px;
}
.u-pull-left {
	float: left;
}
.u-pull-right {
	float: right;
}
.u-pull-up {
	margin-top: -3rem;
}
.u-pullviewport {
	margin-right: -6.8181818182%;
	margin-left: -6.8181818182%;
}
.js-block {
	cursor: pointer;
}
.u-bg-gray-lighter {
	background-color: #f8f6ea;
}
.u-line,
.u-lines {
	pointer-events: none;
}
.u-lines {
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
}
.u-lines__wrapper {
	height: 100%;
	position: relative;
}
.u-line {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: #7a7a7a;
	opacity: 0.12;
}
.u-line--1 {
	left: 0;
}
.u-line--2 {
	left: 50%;
}
.u-line--3 {
	left: 100%;
}
.u-line--4,
.u-line--5,
.u-line--6 {
	display: none;
}
.u-line--6 {
	left: 83.333333332%;
}
.u-line--7 {
	display: none;
	left: 100%;
}
.u-spacer {
	display: block;
	position: relative;
	padding: 3rem 1.125rem;
}
.u-spacer:after {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #f8f6ea;
	content: "";
}
.u-spacer .c-btn {
	position: absolute;
	width: 250px;
	top: 50%;
	left: 50%;
	margin-top: -27px;
	margin-left: -125px;
	text-align: center;
	z-index: 100;
}
.u-spacer--secondary:after {
	background-color: #ff3356;
}
.u-spacer--white:after {
	background-color: #fff;
}
.u-spacer__heading {
	font-size: 2.5454545455rem;
	line-height: 1;
	position: relative;
	color: #282828;
	font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
		ArialMT, sans-serif;
	text-transform: uppercase;
	z-index: 100;
}
.u-spacer--buttons {
	display: block;
	position: relative;
	padding: 3rem 1.125rem;
}
.u-spacer--buttons .c-btn--next,
.u-spacer--buttons .c-btn--prev {
	width: 100%;
	margin-bottom: 1.5rem;
	text-align: center;
}
.u-bg-white {
	background-color: #fff;
}
.u-bg-gray-lightest {
	background-color: #f8f8f8;
}
.u-bg-secondary {
	background-color: #ff3356;
}
.u-space-trailer-xs {
	margin-bottom: 0.375rem;
}
.u-space-trailer-s {
	margin-bottom: 0.75rem;
}
.u-space-trailer-m {
	margin-bottom: 1.5rem;
}
.u-space-trailer-l {
	margin-bottom: 3rem;
}
.u-space-trailer-xl {
	margin-bottom: 6rem;
}
.u-space-leader-xs {
	margin-top: 0.375rem;
}
.u-space-leader-s {
	margin-top: 0.75rem;
}
.u-space-leader-m {
	margin-top: 1.5rem;
}
.u-space-leader-l {
	margin-top: 3rem;
}
.u-space-leader-xl {
	margin-top: 6rem;
}
.u-space-rhythm-s {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.u-space-rhythm-m {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.u-space-rhythm-l {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.u-space-rhythm-xl {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.u-text-center {
	text-align: center;
}
.u-text-left {
	text-align: left;
}
.u-text-right {
	text-align: right;
}
.u-text-max-width {
	max-width: 40rem;
	margin-right: auto;
	margin-left: auto;
}
.u-text-bold {
	font-weight: 700;
}
.copy cite,
.copy em,
.copy i,
.u-text-italic {
	font-style: italic;
}
.copy small,
.u-text-small {
	font-size: 0.7727272727rem;
	line-height: 1;
}
.copy time,
.u-text-time {
	text-transform: uppercase;
}
.u-text-color-white {
	color: #fff;
}
.u-text-color-primary {
	color: #2d18c8;
}
.u-text-color-gray-dark {
	color: #505050;
}
.u-text-color-gray-darker {
	color: #282828;
}
.u-text-size-pico {
	font-size: 0.5909090909rem;
	line-height: 1.2307692308;
}
.u-text-size-nano {
	font-size: 0.7727272727rem;
	line-height: 1;
}
.u-text-size-zeta {
	font-size: 0.8181818182rem;
	line-height: 1.4444444444;
}
.u-text-size-base {
	font-size: 1rem;
	line-height: 1.5;
}
.u-text-size-epsilon {
	font-size: 0.909090909rem;
	line-height: 1.5;
}
.u-text-size-delta {
	font-size: 1.1818181818rem;
	line-height: 1.1538461538;
}
.u-text-size-gamma {
	font-size: 1.1818181818rem;
	line-height: 1.5384615385;
}
.u-text-size-beta {
	font-size: 1.1818181818rem;
	line-height: 1.1538461538;
}
.u-text-size-alpha {
	font-size: 1.8181818182rem;
	line-height: 1;
}
.u-text-size-mega {
	font-size: 2.5454545455rem;
	line-height: 1;
}
.u-text-size-giga,
.u-text-size-tera {
	font-size: 2.9545454545rem;
	line-height: 1;
}
.no-mix-blend-mode .o-card__image__content:before,
.no-mix-blend-mode .o-figure-image__overlay {
	background-color: rgba(10, 0, 195, 0.8) !important;
}
.no-mix-blend-mode .o-figure-image__overlay-wrapper .o-figure-image__overlay {
	background-color: transparent !important;
}
.no-mix-blend-mode .o-card:hover .o-card__image__content:before {
	background-color: rgba(255, 0, 43, 0.8) !important;
}
.no-mix-blend-mode .c-featured .o-figure-image:after,
.no-mix-blend-mode .o-panorama--transparent .o-panorama__colorblock,
.no-mix-blend-mode .o-panorama--transparent:before {
	background-color: rgba(255, 0, 43, 0.75) !important;
}
.no-mix-blend-mode .o-panorama--transparent--full .o-panorama__colorblock {
	background-color: hsla(51, 50%, 95%, 0.2) !important;
}
@media (min-width: 20em) {
	body:after {
		content: '"small"';
	}
	.u-1of2--sm {
		width: 50%;
	}
	.c-panorama--home {
		height: 60vh;
		padding-bottom: 4rem;
	}
}
@media (min-width: 30em) {
	html {
		font-size: 137.5%;
	}
	.c-404 .c-404__content {
		right: 6%;
		width: 600px;
		max-width: 400px;
	}
	body:after {
		content: '"compact"';
	}
	.c-character {
		font-size: 14rem;
		line-height: 0.875;
	}
	.o-card__image__content {
		padding: 1.5rem;
	}
	.c-card--teammember .o-card__image__content ul {
		font-size: 0.8181818182rem;
		line-height: 1.4444444444;
	}
	.c-featured__content {
		padding-right: 2.25rem;
		padding-left: 2.25rem;
	}
	:not(.o-figure-image) + .o-grid--break-from-compact .o-grid-cell {
		margin-top: 0;
	}
	.c-logos .u-1of2--cp:nth-child(-n + 2),
	.c-logos .u-1of3--cp:nth-child(-n + 3) {
		border-top: 1px solid hsla(0, 0%, 48%, 0.12);
	}
	.c-story__image {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem;
	}
	.u-1of2--cp {
		width: 50%;
	}
	.u-1of3--cp {
		width: 33.3333333333%;
	}
}
@media (min-width: 48em) {
	.slick-dots li:first-child {
		margin-left: 0.3rem;
	}
	html {
		font-size: 137.5%;
	}
	.c-services {
		margin-bottom: 6rem;
	}
	.c-services .o-grid-cell:first-child {
		margin-top: 3rem;
	}
	.c-carousel {
		margin-bottom: 0;
	}
	.c-clients:after,
	.c-clients:before {
		top: 0;
		position: absolute;
		width: 74px;
		height: 100%;
		content: "";
		z-index: 100;
		pointer-events: none;
	}
	.c-clients:before {
		left: 0;
		background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			from(#f8f8f8),
			to(hsla(0, 0%, 97%, 0))
		);
		background-image: -webkit-linear-gradient(left, #f8f8f8, hsla(0, 0%, 97%, 0));
		background-image: -o-linear-gradient(
			left,
			#f8f8f8 0,
			hsla(0, 0%, 97%, 0) 100%
		);
		background-image: linear-gradient(90deg, #f8f8f8, hsla(0, 0%, 97%, 0));
	}
	.c-clients:after {
		right: 0;
		background-image: -webkit-gradient(
			linear,
			right top,
			left top,
			from(#f8f8f8),
			to(hsla(0, 0%, 97%, 0))
		);
		background-image: -webkit-linear-gradient(
			right,
			#f8f8f8,
			hsla(0, 0%, 97%, 0)
		);
		background-image: -o-linear-gradient(
			right,
			#f8f8f8 0,
			hsla(0, 0%, 97%, 0) 100%
		);
		background-image: linear-gradient(-90deg, #f8f8f8, hsla(0, 0%, 97%, 0));
	}
	.c-clients .c-carousel .c-client {
		margin-right: 0.75rem;
		margin-left: 0.75rem;
	}
	.c-blog__cta {
		margin-top: 3rem;
	}
	.c-blog__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.c-blog__buttons .c-btn-icon {
		display: inline;
		max-width: auto;
		margin-top: 0;
		margin-right: 3rem;
	}
	.c-blog__buttons .c-btn-icon:last-of-type {
		margin-right: 0;
	}
	.c-map__content {
		width: 50%;
	}
	body:after {
		content: '"medium"';
	}
	.c-cards-pullup {
		display: block;
	}
	.c-character {
		font-size: 12rem;
		line-height: 0.875;
	}
	.c-card__heading {
		font-size: 36px;
	}
	.c-cards--mb {
		margin-bottom: 6rem;
	}
	.copy .c-people .c-card__heading {
		font-size: 36px;
	}
	.c-circles {
		max-height: 558px;
		min-height: 558px;
		margin-top: 0;
	}
	.c-featured .o-figure-image {
		margin-bottom: 7.5rem;
	}
	.c-featured .o-figure-image:after {
		top: 7.5rem;
		bottom: auto;
		left: 0;
		width: 66.6666666667%;
		height: 100%;
	}
	.c-featured .o-figure-image img {
		width: 66.6666666667%;
		margin-left: 33.3333333333%;
	}
	.c-featured .o-figure-image figcaption {
		right: auto;
		bottom: -4.5rem;
		left: 66.667%;
	}
	.c-featured .o-figure-image .c-author {
		color: #7a7a7a;
	}
	.c-featured .o-figure-image .c-author strong {
		color: #505050;
	}
	.c-featured__content {
		top: 0;
		left: 0;
		position: absolute;
		height: 100%;
		padding: 12rem 0 3rem 2.25rem;
		background-color: transparent;
		text-align: left;
		z-index: 100;
	}
	.c-featured__content .c-btn {
		position: absolute;
		bottom: 3rem;
		width: auto;
	}
	.c-featured__content .c-arrow {
		right: 15%;
		bottom: 3.375rem;
		position: absolute;
	}
	.c-featured__heading {
		top: 0;
	}
	:not(.o-figure-image) + .o-grid--break-from-nedium .o-grid-cell {
		margin-top: 0;
	}
	.copy ol,
	.copy ul,
	.o-list,
	.o-list--numbered.o-list--links,
	.o-list--numbered.o-list--plain {
		margin-left: 0;
	}
	.c-logos .u-1of4--md:nth-child(-n + 4),
	.c-logos .u-1of5--md:nth-child(-n + 5) {
		border-top: 1px solid hsla(0, 0%, 48%, 0.12);
	}
	.c-logos .u-1of5--md:last-child {
		border-right: 1px solid hsla(0, 0%, 48%, 0.12);
	}
	.c-logos .c-logos__item {
		padding: 1.875rem 0.375rem;
	}
	.o-nav {
		width: 44%;
	}
	.c-people .o-grid-cell:nth-child(n + 2) .c-card--teammember {
		border-top: 1px solid #efecdf;
	}
	.c-people .o-grid-cell:nth-child(n + 3) .c-card--teammember {
		border-top: 0;
	}
	.c-blockquote,
	.o-pullquote {
		margin-left: -1.125rem;
	}
	.c-story__image {
		padding-top: 10.5rem;
		padding-bottom: 10.5rem;
	}
	.o-video__caption {
		display: block;
		position: absolute;
		bottom: 2rem;
		left: 2rem;
		width: 90%;
		color: #fff;
		text-transform: uppercase;
	}
	.o-video__play {
		position: absolute;
		top: 38%;
		left: 50%;
	}
	.o-video__play--big {
		zoom: 1;
	}
	.c-content-info h1 {
		width: 50%;
		max-width: 500px;
	}
	.c-content-info hr {
		margin-bottom: 2.25rem;
	}
	.c-credits {
		text-align: right;
	}
	.u-1of2--md {
		width: 50%;
	}
	.u-1of3--md {
		width: 33.3333333333%;
	}
	.u-2of3--md {
		width: 66.6666666667%;
	}
	.u-1of4--md {
		width: 25%;
	}
	.u-1of5--md {
		width: 20%;
	}
	.c-panorama--home {
		height: 80vh;
		max-height: 80vh;
	}
	.c-panorama--home .o-panorama__content {
		max-width: 560px;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		padding-top: 0;
	}
	.c-panorama--home .o-panorama__content .c-arrow {
		position: absolute;
		left: 50%;
		bottom: -3rem;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
		transform: translate(-50%);
	}
	.c-panorama--home .o-panorama__colorblock {
		top: 50%;
		width: 50%;
		height: 56%;
		max-height: 380px;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.u-line--2 {
		left: 25%;
	}
	.u-line--3 {
		left: 50%;
	}
	.u-line--4 {
		display: block;
		left: 75%;
	}
	.u-line--5 {
		display: block;
		left: 100%;
	}
	.u-spacer--buttons .c-btn--next,
	.u-spacer--buttons .c-btn--prev {
		float: left;
		width: auto;
		margin-bottom: 0;
		text-align: left;
	}
	.u-spacer--buttons .c-btn--next {
		float: right;
	}
}
@media (min-width: 64em) {
	html {
		font-size: 137.5%;
	}
	.c-intro__content {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}
	.c-intro__content p {
		max-width: 400px;
	}
	.c-intro__content .c-arrow {
		top: 50%;
		right: 12.5%;
		position: absolute;
		margin-top: -11px;
		margin-right: -8px;
	}
	.c-intro__content--center {
		width: 58.6%;
	}
	.c-intro--author {
		width: 88%;
	}
	.c-intro--author .c-arrow,
	.c-intro--author img {
		width: 180px;
		height: 180px;
	}
	.c-intro--author span {
		right: 150px;
	}
	.c-intro--author .c-arrow {
		top: auto;
		right: auto;
		position: relative;
		margin-top: 0;
		margin-right: 0;
		background-position: -18px 78px;
	}
	.c-intro--pullup {
		margin-top: -4.5rem;
		padding: 3.75rem 7.5rem 5.25rem;
	}
	.c-services__item-content {
		max-width: 70%;
	}
	.c-newsletter {
		padding-top: 4.5rem;
		padding-bottom: 3rem;
	}
	.c-newsletter__content {
		width: 66.6666666667%;
		padding: 0;
	}
	.c-newsletter--contact {
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 4.5rem;
		padding-bottom: 3rem;
	}
	.c-newsletter--contact .c-newsletter__content {
		width: 50%;
	}
	.c-contact {
		padding-top: 4.5rem;
		padding-bottom: 1.5rem;
	}
	.c-content-secondary {
		padding: 6rem 3rem;
	}
	.c-404:after {
		top: -6rem;
		right: 6%;
		bottom: auto;
		left: auto;
		margin-left: auto;
	}
	.c-404 {
		padding-top: 3rem;
		padding-bottom: 15rem;
	}
	.c-404 .c-404__content {
		position: absolute;
		float: right;
		max-width: none;
		padding: 0 7.5%;
	}
	.c-vertical-title {
		top: 6.75rem;
		left: -20px;
		font-size: 0.909090909rem;
		line-height: 1.5;
		display: block;
		position: absolute;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		font-family: League Gothic, Helvetica Neue, HelveticaNeue, Helvetica, Arial,
			ArialMT, sans-serif;
		letter-spacing: 2px;
		text-transform: uppercase;
		z-index: 200;
	}
	body:after {
		content: '"large"';
	}
	.c-character {
		font-size: 13.5rem;
		line-height: 0.875;
	}
	.c-card__heading {
		font-size: 36px;
	}
	.c-card--image .o-card__content {
		padding-top: 18rem;
	}
	.copy .c-people--sm,
	.copy .o-module {
		width: 66.6666666667%;
	}
	.copy .c-introduction {
		padding-top: 6rem;
		padding-bottom: 0;
		padding-right: 1.5rem;
	}
	.copy .c-introduction strong {
		margin-bottom: 3rem;
	}
	.copy .c-introduction-col {
		padding-top: 6rem;
		padding-bottom: 0;
	}
	.copy h2 {
		font-size: 4.3636363636rem;
		line-height: 1;
		margin-bottom: 2.25rem;
	}
	.copy h3 {
		font-size: 1.6363636364rem;
		line-height: 1;
		margin-bottom: 1.5rem;
	}
	.copy .c-story__heading {
		font-size: 2rem;
		line-height: 1;
	}
	.copy .o-figure-image {
		margin-top: 4.5rem;
		margin-bottom: 4.5rem;
	}
	.copy .o-figure-wrapper + :not(.o-grid) {
		margin-top: 6rem;
	}
	.copy .o-figure-image__overlay-wrapper {
		margin-top: -6.75rem;
	}
	.copy .o-figure-image__overlay {
		padding: 3rem 2.625rem;
	}
	.copy .o-quote {
		font-size: 4.3636363636rem;
		line-height: 1;
		margin-top: 6rem;
		margin-bottom: 6rem;
		padding: 8.25rem 0;
	}
	.copy .o-quote:before {
		height: 70%;
		top: 15%;
	}
	.copy .o-quote blockquote {
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
	}
	.copy .c-logos {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
	.copy .c-people .c-card__heading {
		font-size: 36px;
	}
	.copy .c-people,
	.copy .c-story {
		margin-top: 6rem;
		margin-bottom: 6rem;
	}
	.copy b,
	.copy strong {
		font-size: 1.3636363636rem;
		line-height: 1.5;
	}
	.c-circle--big {
		width: 256px;
		height: 256px;
	}
	.c-circle--big.c-circle--1 {
		-webkit-animation-name: a;
		-o-animation-name: a;
		animation-name: a;
		-webkit-animation-duration: 12s;
		-o-animation-duration: 12s;
		animation-duration: 12s;
	}
	.c-circle--big.c-circle--2 {
		-webkit-animation-name: b;
		-o-animation-name: b;
		animation-name: b;
	}
	.c-circle--big.c-circle--2,
	.c-circle--big.c-circle--3 {
		-webkit-animation-delay: 1s;
		-o-animation-delay: 1s;
		animation-delay: 1s;
		-webkit-animation-duration: 12s;
		-o-animation-duration: 12s;
		animation-duration: 12s;
	}
	.c-circle--big.c-circle--3 {
		-webkit-animation-name: c;
		-o-animation-name: c;
		animation-name: c;
	}
	.c-circle--small {
		width: 72px;
		height: 72px;
	}
	.c-circle--small.c-circle--1 {
		-webkit-animation-name: d;
		-o-animation-name: d;
		animation-name: d;
		-webkit-animation-duration: 16s;
		-o-animation-duration: 16s;
		animation-duration: 16s;
	}
	.c-circle--small.c-circle--1 svg {
		width: 34px;
	}
	.c-circle--small.c-circle--2 {
		-webkit-animation-name: e;
		-o-animation-name: e;
		animation-name: e;
		-webkit-animation-duration: 16s;
		-o-animation-duration: 16s;
		animation-duration: 16s;
		-webkit-animation-delay: 1s;
		-o-animation-delay: 1s;
		animation-delay: 1s;
	}
	.c-circle--small.c-circle--2 svg {
		width: 30px;
	}
	.c-circle--small.c-circle--3 {
		-webkit-animation-name: f;
		-o-animation-name: f;
		animation-name: f;
		-webkit-animation-duration: 16s;
		-o-animation-duration: 16s;
		animation-duration: 16s;
		-webkit-animation-delay: 1s;
		-o-animation-delay: 1s;
		animation-delay: 1s;
	}
	.c-circle--small.c-circle--3 svg {
		width: 34px;
	}
	.c-featured__content {
		padding-top: 9rem;
	}
	.c-featured__content .c-arrow {
		right: 40%;
	}
	.c-featured__heading {
		font-size: 6.5454545455rem;
		line-height: 0.9;
	}
	.o-figure-image figcaption {
		font-size: 0.9090909091rem;
		line-height: 1;
	}
	.copy h1,
	.u-alpha-heading {
		font-size: 2rem;
		line-height: 1;
	}
	.u-beta-heading {
		font-size: 1.6363636364rem;
		line-height: 1;
	}
	.u-gamma-heading {
		font-size: 1.3636363636rem;
		line-height: 1.5;
	}
	.c-logos .u-1of4--md:last-child {
		border-right: 1px solid hsla(0, 0%, 48%, 0.12);
	}
	.c-logos .u-1of3--lg:nth-child(-n + 3),
	.c-logos .u-1of6--lg:nth-child(-n + 6) {
		border-top: 1px solid hsla(0, 0%, 48%, 0.12);
	}
	.c-masthead {
		width: 112px;
		height: 50px;
	}
	.o-nav {
		top: 24px;
		width: 460px;
	}
	.show .o-nav__item {
		font-size: 2rem;
		line-height: 1;
	}
	.c-people .o-grid-cell:nth-child(n + 3) .c-card--teammember {
		border-top: 1px solid #efecdf;
	}
	.c-people .o-grid-cell:nth-child(n + 4) .c-card--teammember {
		border-top: 0;
	}
	.c-share {
		margin-top: 5.25rem;
	}
	.c-story__image {
		padding-top: 0;
		padding-bottom: 0;
	}
	.c-story__content {
		padding-right: 2.25rem;
		padding-left: 2.25rem;
	}
	.c-nav-main-toggle {
		width: 50px;
		height: 50px;
		top: 1.125rem;
		width: 150px;
		border: 2px solid #2d18c8;
		background-color: #fff;
	}
	.c-nav-main-toggle:after {
		width: 50px;
		height: 50px;
	}
	.c-nav-main-toggle.is-open {
		background-color: #2d18c8;
	}
	.c-nav-main-toggle span,
	.c-nav-main-toggle span:after,
	.c-nav-main-toggle span:before {
		right: 18px;
	}
	.c-nav-main-toggle span {
		top: 23px;
	}
	.c-nav-main-toggle span:after,
	.c-nav-main-toggle span:before {
		right: 0;
	}
	.c-content-info footer {
		padding-top: 5.625rem;
		padding-bottom: 4.875rem;
	}
	.c-content-info h1 {
		font-size: 4.3636363636rem;
		line-height: 1;
		margin-bottom: 4.5rem;
	}
	.c-content-info__email,
	.c-content-info__phone {
		height: auto;
		border: 0;
		font-family: Brandon Grotesque Regular, Helvetica Neue, HelveticaNeue,
			Helvetica, Arial, ArialMT, sans-serif;
		font-size: 0.8181818182rem;
		line-height: 1.4444444444;
		text-align: left;
		text-transform: none;
		letter-spacing: 0;
	}
	.c-content-info__phone {
		margin-top: 0;
		margin-bottom: 0;
	}
	.c-content-info__email {
		margin-bottom: 0;
		color: #ff3356;
		text-decoration: underline;
	}
	.c-scrolltop {
		top: 5.625rem;
	}
	.u-1of2--lg {
		width: 50%;
	}
	.u-1of3--lg {
		width: 33.3333333333%;
	}
	.u-2of3--lg {
		width: 66.6666666667%;
	}
	.u-1of4--lg {
		width: 25%;
	}
	.u-3of4--lg {
		width: 75%;
	}
	.u-1of6--lg {
		width: 16.6666666667%;
	}
	.u-1of1--lg {
		width: 100%;
	}
	.o-panorama--transparent .o-panorama__colorblock {
		left: auto;
		width: 58.6%;
	}
	.o-panorama--transparent--center .o-panorama__colorblock {
		right: 20.66%;
	}
	.o-panorama--transparent--full .o-panorama__colorblock {
		width: 88%;
	}
	.o-panorama--transparent--half .o-panorama__colorblock {
		left: auto;
		width: 43.9%;
	}
	.o-panorama__content--center {
		margin: 0 auto;
		width: 75%;
	}
	.o-panorama__heading {
		font-size: 6.5454545455rem;
		line-height: 0.9;
	}
	.o-panorama__heading--hg {
		font-size: 7.9090909091rem;
		line-height: 0.9597701149;
	}
	.c-panorama--home .o-panorama__content {
		max-width: 804px;
	}
	.u-line--2 {
		left: 16.666666666%;
	}
	.u-line--3 {
		left: 33.333333333%;
	}
	.u-line--4 {
		left: 50%;
	}
	.u-line--5 {
		left: 66.666666666%;
	}
	.u-line--6,
	.u-line--7 {
		display: block;
	}
	.u-spacer {
		padding: 3rem 0;
	}
	.u-spacer:after {
		width: 66.6666666667%;
	}
	.u-spacer .c-btn {
		left: 66.6666666667%;
	}
	.u-spacer--half:after {
		width: 50%;
	}
	.u-spacer__heading {
		font-size: 2.5454545455rem;
		line-height: 1.0714285714;
	}
	.copy small,
	.u-text-size-nano,
	.u-text-small {
		font-size: 0.9090909091rem;
		line-height: 1;
	}
	.u-text-size-gamma {
		font-size: 1.3636363636rem;
		line-height: 1.5;
	}
	.u-text-size-beta {
		font-size: 1.6363636364rem;
		line-height: 1;
	}
	.u-text-size-alpha {
		font-size: 2rem;
		line-height: 1;
	}
	.u-text-size-mega {
		font-size: 2.5454545455rem;
		line-height: 1.0714285714;
	}
	.u-text-size-giga {
		font-size: 4.3636363636rem;
		line-height: 1;
	}
	.u-text-size-tera {
		font-size: 6.5454545455rem;
		line-height: 0.9;
	}
}
@media (min-width: 80em) {
	html {
		font-size: 137.5%;
	}
	body:after {
		content: '"wide"';
	}
	.c-card__heading,
	.copy .c-people .c-card__heading {
		font-size: 2.5454545455rem;
		line-height: 1;
	}
	.c-featured__content {
		padding: 12rem 0 3rem 2.25rem;
	}
	.c-featured__heading {
		font-size: 6.5454545455rem;
		line-height: 0.9722222222;
	}
	.u-1of3--wd {
		width: 33.3333333333%;
	}
	.u-2of3--wd {
		width: 66.6666666667%;
	}
	.o-panorama__heading,
	.u-text-size-tera {
		font-size: 6.5454545455rem;
		line-height: 0.9722222222;
	}
}
@media (min-width: 80em) and (min-width: 64em) {
	.c-card__heading,
	.copy .c-people .c-card__heading {
		font-size: 2.5454545455rem;
		line-height: 1.0714285714;
	}
}
@media (min-width: 105em) {
	html {
		font-size: 137.5%;
	}
	.c-intro__content--center {
		width: 986px;
	}
	.c-intro--author {
		width: 1482px;
	}
	body:after {
		content: '"huge"';
	}
	.o-video__play {
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.u-contain-padding {
		padding-right: 100px;
		padding-left: 100px;
	}
	.o-panorama--transparent .o-panorama__colorblock {
		left: 50%;
		margin-left: -246px;
		width: 986px;
	}
	.o-panorama--transparent--center .o-panorama__colorblock {
		left: 50%;
		margin-left: -493px;
		width: 986px;
	}
	.o-panorama--transparent--half .o-panorama__colorblock {
		right: 0;
		margin-left: 0;
		width: 740px;
	}
}
@-webkit-keyframes a {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 15px;
		left: -15px;
	}
	50% {
		top: -18px;
		left: 16px;
	}
	75% {
		top: 10px;
		left: 18px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-o-keyframes a {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 15px;
		left: -15px;
	}
	50% {
		top: -18px;
		left: 16px;
	}
	75% {
		top: 10px;
		left: 18px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@keyframes a {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 15px;
		left: -15px;
	}
	50% {
		top: -18px;
		left: 16px;
	}
	75% {
		top: 10px;
		left: 18px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-webkit-keyframes b {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 20px;
		left: -22px;
	}
	50% {
		top: 10px;
		left: -17px;
	}
	75% {
		top: 17px;
		left: 10px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-o-keyframes b {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 20px;
		left: -22px;
	}
	50% {
		top: 10px;
		left: -17px;
	}
	75% {
		top: 17px;
		left: 10px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@keyframes b {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 20px;
		left: -22px;
	}
	50% {
		top: 10px;
		left: -17px;
	}
	75% {
		top: 17px;
		left: 10px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-webkit-keyframes c {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: -13px;
		left: -16px;
	}
	50% {
		top: 10px;
		left: 15px;
	}
	75% {
		top: -16px;
		left: -16px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-o-keyframes c {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: -13px;
		left: -16px;
	}
	50% {
		top: 10px;
		left: 15px;
	}
	75% {
		top: -16px;
		left: -16px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@keyframes c {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: -13px;
		left: -16px;
	}
	50% {
		top: 10px;
		left: 15px;
	}
	75% {
		top: -16px;
		left: -16px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-webkit-keyframes d {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: -15px;
		left: 20px;
	}
	50% {
		top: -5px;
		left: 10px;
	}
	75% {
		top: 0;
		left: -20px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-o-keyframes d {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: -15px;
		left: 20px;
	}
	50% {
		top: -5px;
		left: 10px;
	}
	75% {
		top: 0;
		left: -20px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@keyframes d {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: -15px;
		left: 20px;
	}
	50% {
		top: -5px;
		left: 10px;
	}
	75% {
		top: 0;
		left: -20px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-webkit-keyframes e {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: -10px;
		left: 10px;
	}
	50% {
		top: 0;
		left: 10px;
	}
	75% {
		top: -20px;
		left: 10px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-o-keyframes e {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: -10px;
		left: 10px;
	}
	50% {
		top: 0;
		left: 10px;
	}
	75% {
		top: -20px;
		left: 10px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@keyframes e {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: -10px;
		left: 10px;
	}
	50% {
		top: 0;
		left: 10px;
	}
	75% {
		top: -20px;
		left: 10px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-webkit-keyframes f {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 10px;
		left: -10px;
	}
	50% {
		top: 20px;
		left: 10px;
	}
	75% {
		top: -10px;
		left: -10px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@-o-keyframes f {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 10px;
		left: -10px;
	}
	50% {
		top: 20px;
		left: 10px;
	}
	75% {
		top: -10px;
		left: -10px;
	}
	to {
		top: 0;
		left: 0;
	}
}
@keyframes f {
	0% {
		top: 0;
		left: 0;
	}
	25% {
		top: 10px;
		left: -10px;
	}
	50% {
		top: 20px;
		left: 10px;
	}
	75% {
		top: -10px;
		left: -10px;
	}
	to {
		top: 0;
		left: 0;
	}
}
