/* ==========================================================================
   ==========================================================================
   Canopy
   ==========================================================================
   ========================================================================== */










/* ==========================================================================
   ==========================================================================
   General
   ==========================================================================
   ========================================================================== */

html,
body {
	margin: 0;
	min-height: 100% !important;
	background: #fff;
}

html {
	height: 100% !important;
	font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

html.hidden {
    overflow: hidden;
}

body {
	width: 100%;
	min-width: 320px;
	font-family: 'brandon-grotesque', sans-serif;
	color: #0f1726;
	font-size: 18px;
	line-height: 165%;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width:980px) {
    
    body {
		font-size: 16px;
	}
}

@media (max-width:760px) {
    
    body {
		font-size: 13px;
	}
}





/* ==========================================================================
   Links
   ========================================================================== */

a,
a:visited,
a:hover,
a:active,
a:visited:hover {
	color: inherit;
	font-weight: inherit;
	text-decoration: underline;
	cursor: pointer;
	outline: 0;
}

p a:hover,
p a:active,
p a:visited:hover,
p a,
p a:active,
p a:visited{
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	transition: color .3s ease;
}

p a:hover,
p a:visited:hover {
	color: #db569f;
}





/* ==========================================================================
   Reset
   ========================================================================== */

img {
	border: none;
	display: block;
}

* {
	position:relative;
	outline:0 !important;
	z-index: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.hide {
	z-index: -100;
	display: none;
}

.accessibility {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
}


/* Selection / Highlight
   ========================================================================== */

::-moz-selection{background:#0f1726; color:#fff; text-shadow: none;}
::selection{background:#0f1726; color:#fff; text-shadow: none;}
*{-webkit-tap-highlight-color:rgba(15, 23, 38, 0.25);}





/* ==========================================================================
   Animation
   ========================================================================== */

.animation.fadeInUp,
.animation.fadeInUp2x,
.animation.fadeInUpPseudo:before,
.animation.fadeInUpPseudo:after {
    opacity: 0;
    transform: translateY(80px);
    will-change: opacity, transform;
}

.animate.fadeInUp,
.animate.fadeInUp2x,
.animate.fadeInUpPseudo:before,
.animate.fadeInUpPseudo:after {
    opacity: 1;
    transform: translateY(0);
}

.animate.fadeInUp {
    transition: opacity .5s cubic-bezier(.165,.84,.44,1), transform 1.25s cubic-bezier(.165,.84,.44,1);
}

.animate.fadeInUp2x {
    transition: opacity .5s cubic-bezier(.165,.84,.44,1) .3s, transform 1.25s cubic-bezier(.165,.84,.44,1) .3s;
}

.animate.fadeInUpPseudo:before,
.animate.fadeInUpPseudo:after {
    transition: opacity .5s cubic-bezier(.165,.84,.44,1), transform 1.25s cubic-bezier(.165,.84,.44,1);
}

.no-animation,
.no-animation:before,
.no-animation:after {
	transition: none !important;
}









/* ==========================================================================
   ==========================================================================
   BASE ELEMENTS
   ==========================================================================
   ========================================================================== */





/* ==========================================================================
   Copy/Text
   ========================================================================== */

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
}

p,
ul,
ol,
blockquote {
	margin: 20px 0;
}

p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child {
	margin-top: 0 !important;
}

p + ul,
p + ol {
	margin-top: -20px !important;
}

p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child {
	margin-bottom: 0 !important;
}

ul,
ol {
	padding-left: 18px;
}

nav ul,
nav ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bold,
strong,
b {
	font-weight: 700;
}

blockquote {
    font-size: 90%;
    line-height: 133%;
}






/* ==========================================================================
   Images
   ========================================================================== */

.full-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
}

.full-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* IE Fallback
   ========================================================================== */

.full-bg.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.full-bg.compat-object-fit > img {
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
}










/* ==========================================================================
   ==========================================================================
   BODY
   ==========================================================================
   ========================================================================== */





/* ==========================================================================
   Universal
   ========================================================================== */

.main {
	padding: 110px 0 175px;
    width: 100%;
    display: block;
}

@media (max-width:980px) {
    
    .main {
		padding: 110px 0 135px;
	}
}

@media (max-width:760px) {
    
    .main {
		padding: 55px 0 100px;
	}
}

.main__label {
	width: 4.5%;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.main__label:before {
	width: calc(50% - 12px);
	height: 1px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background: #b0802b;
}

@media (max-width:980px) {
    
    .main__label {
		width: 5%;
	}
}

@media (max-width:760px) {
    
    .main__label {
		display: none;
	}
}

.main__label span {
	width: 400px;
	font-family: 'brandon-grotesque', sans-serif;
    color: #b0802b ;
    font-size: 9px;
    line-height: 100%;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .1em;
	text-align: center;
	position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 195px);
	display: block;
	transform: rotate(-90deg) translateY(-50%);
	white-space: pre;
}





/* ==========================================================================
   Elements
   ========================================================================== */




/* Buttons
   ========================================================================== */

.btn__group {
	width: 100%;
}

.btn__group--center {
	text-align: center;
}

.btn__group--margin-md {
	margin-top: 40px;
}

.btn__group--margin-lg {
	margin-top: 250px;
}

@media (max-width:980px) {

	.btn__group--margin-md {
		margin-top: 30px;
	}
    
    .btn__group--margin-lg {
		margin-top: 175px;
	}
}

@media (max-width:760px) {

	.btn__group--margin-md {
		margin-top: 20px;
	}
    
    .btn__group--margin-lg {
		margin-top: 100px;
	}
}

.btn {
	padding: 10px 90px 25px 10px;
	color: #db569f !important;
	font-size: 21px;
	line-height: 100%;
	font-weight: 700 !important;
	text-decoration: none !important;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	transition: padding .3s ease;
}

.btn--white {
	color: #fff !important;
}

.btn__group:not(.btn__group--center) .btn {
	margin-left: -10px;
}

.btn__group.btn__group--center .btn {
	margin-left: -10px;
    margin-right: -10px;
}

@media (max-width:980px) {
    
    .btn {
		padding: 10px 70px 22px 10px;
		font-size: 18px;
	}
}

@media (max-width:760px) {
    
    .btn {
		padding: 10px 50px 20px 10px;
		font-size: 14px;
	}
}

.btn:before {
    width: calc(100% - 29px);
    height: 2px;
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #db569f;
}

.btn--white:before {
	background: #fff;
}

@media (max-width:760px) {
    
    .btn:before {
    	width: calc(100% - 24px);
    	height: 1px;
	}
}

.btn:after {
    width: 0px;
    height: 0px;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 9px solid #db569f;
    content: '';
    position: absolute;
    right: 10px;
    bottom: 7px;
}

.btn--white:after {
    border-left: 9px solid #fff;
}

@media (max-width:760px) {
    
    .btn:after {
		border-top: 2.5px solid transparent;
		border-bottom: 2.5px solid transparent;
		border-left: 6px solid #db569f;
   		bottom: 8px;
	}

	.btn--white:after {
		border-left: 6px solid #fff;
	}
}

.no-touch-device .btn:hover,
.touch-device .btn.touch-active{
	padding-right: 120px;
}

@media (max-width:980px) {
    
    .no-touch-device .btn:hover,
	.touch-device .btn.touch-active {
		padding-right: 95px;
	}
}

@media (max-width:760px) {
    
    .no-touch-device .btn:hover,
	.touch-device .btn.touch-active {
		padding-right: 70px;
	}
}

.more-btn__group {
	margin-top: 140px;
	width: 100%;
	text-align: center;
}

@media (max-width:120px) {
    
    .more-btn__group {
		margin-top: 125px;
	}
}

@media (max-width:980px) {
    
    .more-btn__group {
		margin-top: 105px;
	}
}

@media (max-width:760px) {
    
    .more-btn__group {
		margin-top: 70px;
	}
}

.more-btn {
	padding: 18px 60px 18px 85px;
	color: #db569f !important;
	font-size: 21px;
	line-height: 100%;
	font-weight: 700 !important;
	text-decoration: none !important;
	border: 1px solid #db569f;
	vertical-align: top;
    display: inline-block;
	background: rgba(219,86,159,0);
	border-radius: 29.5px;
	transition: color .3s ease, background .3s ease;
}

@media (max-width:980px) {
    
    .more-btn {
		padding: 14px 48px 14px 68px;
		font-size: 17px;
		border-radius: 45px;
	}
}

@media (max-width:760px) {
    
    .more-btn {
		padding: 11px 35px 11px 50px;
		font-size: 13px;
		border-radius: 29.5px;
	}
}

.more-btn:before,
.more-btn:after {
	content: '';
	position: absolute;
	top: 50%;
	background: #db569f;
	transform: translateY(-50%) rotate(0deg);
	transition: transform .3s ease, background .3s ease;
}

.more-btn:before {
	width: 16px;
	height: 2px;
	left: 60px;
}

.more-btn:after {
	width: 2px;
	height: 16px;
	left: 67px;
}

@media (max-width:980px) {

	.more-btn:before {
		width: 14px;
		left: 48px;
	}

	.more-btn:after {
		height: 14px;
		left: 54px;
	}
}

@media (max-width:760px) {

	.more-btn:before {
		width: 9px;
		height: 1px;
		left: 35px;
	}

	.more-btn:after {
		width: 1px;
		height: 9px;
		left: 39px;
	}
}

.no-touch-device .more-btn:hover,
.touch-device .more-btn.touch-active {
	color: #fff !important;
	background: rgba(219,86,159,1);
}

.no-touch-device .more-btn:hover:before,
.touch-device .more-btn.touch-active:before,
.no-touch-device .more-btn:hover:after,
.touch-device .more-btn.touch-active:after {
	background: #fff;
	transform: translateY(-50%) rotate(180deg);
}



/* Forms
   ========================================================================== */

form input,
form select,
form textarea {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: none;
}

form input[type="submit"] {
    cursor: pointer;
}

input:-webkit-autofill::first-line,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.wpcf7 form .ajax-loader,
.wpcf7 form .wpcf7-spinner {
    margin: 0 !important;
    width: 12px !important;
    height: 12px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    background: none !important;
	opacity: 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: background .3s ease;
    will-change: background;
}

.wpcf7 form .ajax-loader:before,
.wpcf7 form .wpcf7-spinner:before {
	width: 16px;
    height: 16px;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    content: "\f1ce";
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
	transform-origin: 8px 8px;
    animation: rotating .8s linear infinite;
    transition: color .3s ease;
    will-change: color;
}

@media (max-width:980px) {
    
    .wpcf7 form .ajax-loader:before,
	.wpcf7 form .wpcf7-spinner:before {
		width: 14px;
		height: 14px;
		font-size: 14px;
		line-height: 14px;
		top: calc(50% - 7px);
		left: calc(50% - 7px);
		transform-origin: 7px 7px;
	}
}

@media (max-width:760px) {
    
    .wpcf7 form .ajax-loader:before,
	.wpcf7 form .wpcf7-spinner:before {
		width: 12px;
		height: 12px;
		font-size: 12px;
		line-height: 12px;
		top: calc(50% - 6px);
		left: calc(50% - 6px);
		transform-origin: 6px 6px;
	}
}

@keyframes rotating {

    from {
        transform:rotate(0deg)
    }
    
    to {
        transform:rotate(360deg)
    }
}

form .wpcf7-response-output {
    margin: 0px 0 0 0 !important;
    padding: 10px 0 0 0 !important;
    width: 100% !important;
	font-size: 16px;
	line-height: 140%;
    text-align: left !important;
    font-weight: 400 !important;
    border: none !important;
}

@media (max-width:980px) {
    
    form .wpcf7-response-output {
		font-size: 14px;
	}
}

@media (max-width:760px) {
    
    form .wpcf7-response-output {
		font-size: 12px;
	}
}

form.invalid .wpcf7-response-output {
    display: none !important;
}

form .wpcf7-not-valid-tip {
    padding-top: 10px;
	font-size: 16px;
	line-height: 140%;
	font-weight: 400 !important;
}

@media (max-width:980px) {
    
    form .wpcf7-not-valid-tip {
		font-size: 14px;
	}
}

@media (max-width:760px) {
    
    form .wpcf7-not-valid-tip {
		font-size: 12px;
	}
}

form p {
    margin: 0 !important;
}

.form__item--hp {
    margin: 0 !important;
    width: 0 !important;
	height: 0 !important;
    display: block;
}


/* Contact Form */

.form--contact input[type="text"],
.form--contact input[type="email"],
.form--contact input[type="tel"],
.form--contact textarea,
.form--contact label {
    padding: 0 0 6px;
    font-family: 'brandon-grotesque', sans-serif;
    color: #db569f;
    font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: .1em;
    border-bottom: 1px solid #0f1726;
    background: #fff;
}

.form--contact label {
	color: #0f1726;
    border-bottom: none;
}

.form--contact textarea {
    margin-top: 2px;
    padding: 15px;
    height: 330px;
    border: 1px solid #0f1726;
    vertical-align: top;
    resize: none;
}

@media (max-width:980px) {

    .form--contact input[type="text"],
    .form--contact input[type="email"],
    .form--contact input[type="tel"],
    .form--contact textarea,
	.form--contact label {
    	font-size: 11px;
    }
    
    .form--contact textarea {
        height: 280px;
    }
}

@media (max-width:760px) {

    .form--contact input[type="text"],
    .form--contact input[type="email"],
    .form--contact input[type="tel"],
    .form--contact textarea,
	.form--contact label {
    	padding: 0 0 5px;
    	font-size: 10px;
    }
    
    .form--contact textarea {
    	padding: 10px;
        height: 160px;
    }
}

.form--contact input:-webkit-autofill::first-line,
.form--contact input:-webkit-autofill,
.form--contact input:-webkit-autofill:hover, 
.form--contact input:-webkit-autofill:focus {
    font-family: 'brandon-grotesque', sans-serif;
    -webkit-text-fill-color: #db569f;
    font-size: 12px;
	font-weight: 700;
    letter-spacing: .1em;
}

@media (max-width:980px) {

    .form--contact input:-webkit-autofill::first-line,
	.form--contact input:-webkit-autofill,
	.form--contact input:-webkit-autofill:hover, 
	.form--contact input:-webkit-autofill:focus {
		font-size: 11px;
    }
}

@media (max-width:760px) {

    .form--contact input:-webkit-autofill::first-line,
	.form--contact input:-webkit-autofill,
	.form--contact input:-webkit-autofill:hover, 
	.form--contact input:-webkit-autofill:focus {
		font-size: 10px;
    }
}

.form--contact input::placeholder {
    color: #00374f !important;
    opacity: 1 !important;
}

.form--contact input:-ms-input-placeholder {
    color: #00374f !important;
    opacity: 1 !important;
}

.form--contact input::-ms-input-placeholder {
    color: #00374f !important;
    opacity: 1 !important;
}

.form--contact .form__item {
    margin-top: 30px;
}

.form--contact .form__item:first-child {
    margin-top: 15px;
}

form .form--contact .wpcf7-not-valid-tip,
.contact-module form .wpcf7-response-output {
    padding-top: 10px;
    font-family: 'Asap', sans-serif;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400 !important;
}

.form__item--contact.form__item--submit {
	margin-top: 40px;
	margin-left: -10px;
    vertical-align: top;
    display: inline-block;
}

@media (max-width:980px) {
    
    .form__item--contact.form__item--submit {
		margin-top: 30px;
	}
}

@media (max-width:760px) {
    
    .form__item--contact.form__item--submit {
		margin-top: 20px;
    }
}

.form--contact input[type="submit"] {
    padding: 10px 90px 25px 10px;
    width: 100%;
    font-family: 'brandon-grotesque', sans-serif;
    color: #db569f !important;
    font-size: 21px;
    line-height: 100%;
    font-weight: 700 !important;
    text-decoration: none !important;
    vertical-align: top;
    display: inline-block;
	transition: padding .3s ease;
}


.no-touch-device .form__item--contact.form__item--submit:hover input[type="submit"] {
    padding-right: 120px;
}

.no-animation.form__item--contact.form__item--submit input[type="submit"] {
    transition: none !important;
}

@media (max-width:980px) {
    
    .form--contact input[type="submit"] {
		padding: 10px 70px 22px 10px;
		font-size: 18px;
	}
    
    .no-touch-device .form__item--contact.form__item--submit:hover input[type="submit"] {
		padding-right: 95px;
	}
}

@media (max-width:760px) {

    .form--contact input[type="submit"] {
		padding: 10px 50px 20px 10px;
		font-size: 14px;
    }

    .no-touch-device .form__item--contact.form__item--submit:hover input[type="submit"] {
		padding-right: 70px;
    }
}

.form__item--contact.form__item--submit:before {
    width: calc(100% - 29px);
    height: 2px;
    content: '';
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #db569f;
}

@media (max-width:760px) {
    
    .form__item--contact.form__item--submit:before {
    	width: calc(100% - 24px);
    	height: 1px;
	}
}

.form__item--contact.form__item--submit:after {
    width: 0px;
    height: 0px;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 9px solid #db569f;
    content: '';
    position: absolute;
    right: 10px;
    bottom: 7px;
}

@media (max-width:760px) {

    .form__item--contact.form__item--submit:after {
        border-top: 2.5px solid transparent;
		border-bottom: 2.5px solid transparent;
		border-left: 6px solid #db569f;
   		bottom: 8px;
    }
}

.form--contact .ajax-loader,
.form--contact .wpcf7-spinner {
    width: 100% !important;
    height: 100% !important;
	left: auto !important;
	right: 10px !important;
	top: calc(50% - 8px) !important;
}

@media (max-width:980px) {

    .form--contact .ajax-loader,
	.form--contact .wpcf7-spinner {
		top: calc(50% - 7px) !important;
    }
}

@media (max-width:760px) {

    .form--contact .ajax-loader,
	.form--contact .wpcf7-spinner {
		top: calc(50% - 5px) !important;
    }
}

.form--contact .ajax-loader:before,
.form--contact .wpcf7-spinner:before {
    color: #db569f;
    top: calc(50% - 6px);
}



/* Footer Form */

.form--footer {
	margin-top: 40px;
}

@media (max-width:980px) {
    
    .form--footer {
		margin-top: 30px;
    }
}

@media (max-width:760px) {
    
    .form--footer {
		margin-top: 20px;
    }
}

.form--footer input[type="email"] {
    padding: 0 135px 0 30px;
    font-family: 'brandon-grotesque', sans-serif;
    color: #0f1726;
    font-size: 18px;
	font-weight: 300;
    border: 1px solid #0f1726;
	border-radius: 30px;
    background: #ebf4f3;
}

@media (max-width:980px) {
    
    .form--footer input[type="email"] {
		padding: 0 95px 0 20px;
		font-size: 16px;
    }
}

@media (max-width:760px) {
    
    .form--footer input[type="email"] {
		font-size: 13px;
    }
}

.form--footer input[type="email"]:-webkit-autofill::first-line,
.form--footer input[type="email"]:-webkit-autofill,
.form--footer input[type="email"]:-webkit-autofill:hover, 
.form--footer input[type="email"]:-webkit-autofill:focus {
    font-family: 'brandon-grotesque', sans-serif;
    -webkit-text-fill-color: #0f1726;
    font-size: 18px;
}

@media (max-width:980px) {
    
    .form--footer input[type="email"]:-webkit-autofill::first-line,
	.form--footer input[type="email"]:-webkit-autofill,
	.form--footer input[type="email"]:-webkit-autofill:hover, 
	.form--footer input[type="email"]:-webkit-autofill:focus {
		font-size: 16px;
    }
}

@media (max-width:760px) {
    
    .form--footer input[type="email"]:-webkit-autofill::first-line,
	.form--footer input[type="email"]:-webkit-autofill,
	.form--footer input[type="email"]:-webkit-autofill:hover, 
	.form--footer input[type="email"]:-webkit-autofill:focus {
		font-size: 13px;
    }
}

.form--footer input[type="email"]::placeholder {
    color: #0f1726 !important;
    opacity: .7 !important;
}

.form--footer input[type="email"]:-ms-input-placeholder {
    color: #0f1726 !important;
    opacity: .7 !important;
}

.form--footer input[type="email"]::-ms-input-placeholder {
    color: #0f1726 !important;
    opacity: .7 !important;
}

.form--footer input[type="submit"] {
	margin: 0;
	padding: 0;
    color: #ebf4f3 !important;
    border: none;
    background: none;
}

.form__item--footer.form__item--submit:before {
    width: 66px;
    height: 2px;
    content: '';
    position: absolute;
    left: calc(50% - 4.5px);
    top: 50%;
    z-index: 10;
    background: #0f1726;
    transform: translate(-50%, -50%);
    transition: background .3s ease;
    will-change: background;
    pointer-events: none;
}

@media (max-width:980px) {
    
    .form__item--footer.form__item--submit:before {
    	width: 46px;
	}
}

@media (max-width:760px) {
    
    .form__item--footer.form__item--submit:before {
    	width: 49px;
    	height: 1px;
    	left: calc(50% - 1.5px);
	}
}

.no-touch-device .form__item--footer.form__item--submit:hover:before {
    background: #db569f;
}

.form__item--footer.form__item--submit:after {
    width: 0px;
    height: 0px;
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-left: 9px solid #0f1726;
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    transition: border .3s ease;
    will-change: border;
    pointer-events: none;
}

@media (max-width:980px) {
    
    .form__item--footer.form__item--submit:after {
		right: 20px;
	}
}

@media (max-width:760px) {
    
    .form__item--footer.form__item--submit:after {
		border-top: 2.5px solid transparent;
		border-bottom: 2.5px solid transparent;
		border-left: 6px solid #0f1726;
	}
}

.no-touch-device .form__item--footer.form__item--submit:hover:after {
    border-left-color: #db569f;
}

.wpcf7 form .form--footer .ajax-loader,
.wpcf7 form .form--footer .wpcf7-spinner {
    width: 75px !important;
	position: absolute;
	top: 50%;
	right: 50%;
    background: #ebf4f3 !important;
}

.wpcf7 form .form--footer .ajax-loader:before,
.wpcf7 form .form--footer .wpcf7-spinner:before {
    color: #db569f;
}

.form__item--footer {
    height: 60px;
}

@media (max-width:980px) {
    
    .form__item--footer {
		height: 50px;
	}
}

@media (max-width:760px) {
    
    .form__item--footer {
		height: 35px;
	}
}

.form__item--footer:first-child {
    width: 100%
}

.form__item--footer.form__item--submit {
    width: 135px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width:980px) {
    
    .form__item--footer.form__item--submit {
    	width: 95px;
		height: 50px;
	}
}

@media (max-width:760px) {
    
    .form__item--footer.form__item--submit {
		height: 35px;
	}
}




/* Swiper
   ========================================================================== */

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-slide {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-slide-active {
    z-index: 10;
}




/* Filter
   ========================================================================== */

.filter {
	margin: 0 auto 70px;
	padding: 0 25px;
	width: 100%;
	max-width: 1400px;
}

.section__wrapper--none-bg .filter {
	padding: 0 50px;
}

@media (max-width:1200px) {

	.filter {
		margin-bottom: 60px;
		padding: 0 20px;
	}

	.section__wrapper--none-bg .filter {
		padding: 0 40px;
	}

}

@media (max-width:980px) {

	.filter {
		margin-bottom: 55px;
		padding: 0 17px;
	}

	.section__wrapper--none-bg .filter {
		padding: 0 35px;
	}
}

@media (max-width:760px) {

	.filter {
		margin-bottom: 40px;
		padding: 0 3%;
	}

	.section__wrapper--none-bg .filter {
		padding: 0 7%;
	}
}

.filter__list {
	padding: 0;
	list-style: none;
}

.filter__title,
.filter__item {
	float: left;
}

@media (max-width:760px) {

	.filter__title,
	.filter__item {
		float: none;
	}
}

.filter__title {
	padding-right: 40px;
	font-weight: 400 !important;
}

@media (max-width:980px) {

	.filter__title {
		padding-right: 30px;
	}
}

@media (max-width:760px) {

	.filter__title {
		padding-right: 0;
	}
}

.filter__item {
	padding-right: 20px;
}

.filter__item:last-child {
	padding-right: 0;
}

@media (max-width:980px) {

	.filter__item {
		padding-right: 15px;
	}
}

@media (max-width:760px) {

	.filter__item {
		margin-top: 10px;
		padding-right: 0;
	}
}

.filter__btn {
	font-weight: 400 !important;
	text-decoration: none !important;
	vertical-align: top;
	display: inline-block;
}

.filter__btn:before {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	background: #0f1726;
	opacity: 0;
	transition: opacity .3s ease;
}

.no-touch-device .filter__btn:hover:before,
.filter__btn--current:before {
	opacity: 1;
}





/* ==========================================================================
   Sections
   ========================================================================== */

.section {
    padding: 0 4.5%;
    width: 100%;
	z-index: 1;
    display: block;
}

.section:first-child:not(.section--hero):not(.section--team-detail):not(.section--image) {
	margin-top: 80px;
}

.section:not(:first-child) {
	margin-top: 275px;
}

.section--hero + .section,
.section--detail:not(:first-child),
.section--highlight:not(:first-child),
.section--team-detail:not(:first-child),
.section--team-highlight:not(:first-child),
.section--detail + .section--image,
.section--highlight + .section--image,
.section--image + .section--callout,
.section--copy + .section--copy-multi_column {
	margin-top: 170px;
}

.section--image:first-child + .section--detail,
.section--image:first-child + .section--callout,
.section--image:first-child + .section--copy {
	margin-top: 100px;
}

.section--image + .section--image,
.section--copy + .section--image,
.section--gallery:not(:first-child),
.section--gallery + .section--image {
	margin-top: 90px;
}

@media (max-width: 1200px) {

	.section:first-child:not(.section--hero):not(.section--team-detail):not(.section--image) {
		margin-top: 65px;
	}

	.section--hero + .section,
	.section--detail:not(:first-child),
	.section--highlight:not(:first-child),
	.section--team-detail:not(:first-child),
	.section--team-highlight:not(:first-child),
	.section--detail + .section--image,
	.section--highlight + .section--image,
	.section--image + .section--callout,
	.section--copy + .section--copy-multi_column {
		margin-top: 140px;
	}
	
	.section--image:first-child + .section--detail,
	.section--image:first-child + .section--callout,
	.section--image:first-child + .section--copy {
		margin-top: 85px;
	}

	.section--image + .section--image {
		margin-top: 75px;
	}
	
	.section--copy + .section--image,
	.section--gallery + .section--image,
	.section--gallery:not(:first-child) {
		margin-top: 60px;
	}
}

@media (max-width:980px) {
    
    .section {
        padding: 0 5%;
    }

	.section:first-child:not(.section--hero):not(.section--team-detail):not(.section--image) {
		margin-top: 50px;
	}

	.section:not(:first-child) {
		margin-top: 195px;
	}

	.section--hero + .section,
	.section--detail:not(:first-child),
	.section--highlight:not(:first-child),
	.section--team-detail:not(:first-child),
	.section--team-highlight:not(:first-child),
	.section--detail + .section--image,
	.section--highlight + .section--image,
	.section--image + .section--callout,
	.section--copy + .section--copy-multi_column {
		margin-top: 110px;
	}
	
	.section--image:first-child + .section--detail,
	.section--image:first-child + .section--callout,
	.section--image:first-child + .section--copy {
		margin-top: 75px;
	}

	.section--image + .section--image {
		margin-top: 55px;
	}
	
	.section--copy + .section--image,
	.section--gallery + .section--image,
	.section--gallery:not(:first-child) {
		margin-top: 55px;
	}
}

@media (max-width:760px) {
    
    .section {
        padding: 0 5.3%;
    }

	.section:first-child:not(.section--hero):not(.section--image) {
		margin-top: 20px;
	}

	.section:not(:first-child) {
		margin-top: 100px;
	}

	.section--hero + .section,
	.section--detail:not(:first-child),
	.section--highlight:not(:first-child),
	.section--team-detail:not(:first-child),
	.section--team-highlight:not(:first-child),
	.section--detail + .section--image,
	.section--highlight + .section--image,
	.section--image + .section--callout,
	.section--copy + .section--copy-multi_column {
		margin-top: 50px;
	}
	
	.section--image:first-child + .section--detail,
	.section--image:first-child + .section--callout,
	.section--image:first-child + .section--copy {
		margin-top: 50px;
	}

	.section--image + .section--image {
		margin-top: 25px;
	}
	
	.section--copy + .section--image,
	.section--gallery + .section--image,
	.section--gallery:not(:first-child) {
		margin-top: 40px;
	}
}

.section__wrapper {
    margin: 0 auto;
    width: 100%;
}





/* ==========================================================================
   Modules
   ========================================================================== */




/* Featured
   ========================================================================== */

.section--featured {
	overflow: hidden;
}

.section--featured .section__wrapper {
    margin: 0 auto;
    width: 100%;
    /*max-width: 1460px;*/
}

@media (max-width:760px) {

    .section--featured .section__wrapper {
		padding: 0 7%;
	}
}

.section--featured .section__wrapper:before {
	width: 100%;
	height: calc(100% - 95px);
	content: '';
	position: absolute;
	top: 95px;
	left: 0;
}

.section--featured:first-child .section__wrapper:before {
	height: calc(100% - 96px);
	top: 96px;
}

.section--featured:first-child .section__wrapper--has-eyebrow:before {
	height: calc(100% - 185px);
	top: 185px;
}

.section--featured .section__wrapper--has-eyebrow:before {
	height: calc(100% - 155px);
	top: 155px;
}

.section--featured .section__wrapper--blue-bg:before {
	background: #ebf4f3;
}

.section--featured .section__wrapper--pink-bg:before {
	background: #ffeeee;
}

@media (max-width:1200px) {

    .section--featured .section__wrapper:before {
		height: calc(100% - 82px);
		top: 82px;
	}

	.section--featured:first-child .section__wrapper:before {
		height: calc(100% - 81px);
		top: 81px;
	}

	.section--featured:first-child .section__wrapper--has-eyebrow:before {
		height: calc(100% - 160px);
		top: 160px;
	}

	.section--featured .section__wrapper--has-eyebrow:before {
		height: calc(100% - 132px);
		top: 132px;
	}
}

@media (max-width:980px) {

    .section--featured .section__wrapper:before {
		height: calc(100% - 70px);
		top: 70px;
	}

	.section--featured:first-child .section__wrapper:before {
		height: calc(100% - 69px);
		top: 69px;
	}

	.section--featured:first-child .section__wrapper--has-eyebrow:before {
		height: calc(100% - 135px);
		top: 135px;
	}

	.section--featured .section__wrapper--has-eyebrow:before {
		height: calc(100% - 112px);
		top: 112px;
	}
}

@media (max-width:760px) {

    .section--featured .section__wrapper:before {
		height: calc(100% - 42px);
		top: 42px;
	}

	.section--featured:first-child .section__wrapper:before {
		height: calc(100% - 42px);
		top: 42px;
	}

	.section--featured:first-child .section__wrapper--has-eyebrow:before {
		height: calc(100% - 80px);
		top: 80px;
	}

	.section--featured .section__wrapper--has-eyebrow:before {
		height: calc(100% - 65px);
		top: 65px;
	}
}

.featured-module {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 100%;
	max-width: 1400px;
}

.section__wrapper--none-bg .featured-module,
.section--gallery .featured-module {
	padding-bottom: 0 !important;
}

@media (max-width:1200px) {

    .featured-module {
		padding-bottom: 90px;
	}
}

@media (max-width:980px) {

    .featured-module {
		padding-bottom: 85px;
	}
}

@media (max-width:760px) {

    .featured-module {
		padding-bottom: 70px;
	}
}

.featured-module__wrapper {
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

.featured-module__header {
	padding-left: 50px;
	width: calc(88% - 375px);
}

@media (max-width:1200px) {

	.featured-module__header {
		padding-left: 40px;
		width: calc(90% - 325px);
	}
}

@media (max-width:980px) {

	.featured-module__header {
		padding-left: 35px;
		width: calc(92% - 175px);
	}
}

@media (max-width:760px) {

	.featured-module__header {
		padding: 0;
		width: 100%;
	}
}

.featured-module__eyebrow,
.featured-module__copy h1,
.featured-module__copy h2,
.featured-module__copy h3,
.featured-module__copy h4,
.featured-module__copy h5 {
	color: #db569f;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width:1200px) {

	.featured-module__eyebrow,
	.featured-module__copy h1,
	.featured-module__copy h2,
	.featured-module__copy h3,
	.featured-module__copy h4,
	.featured-module__copy h5 {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.featured-module__eyebrow,
	.featured-module__copy h1,
	.featured-module__copy h2,
	.featured-module__copy h3,
	.featured-module__copy h4,
	.featured-module__copy h5 {
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.featured-module__eyebrow,
	.featured-module__copy h1,
	.featured-module__copy h2,
	.featured-module__copy h3,
	.featured-module__copy h4,
	.featured-module__copy h5 {
		font-size: 9px;
	}
}

.featured-module__headline {
    font-family: 'Asap', sans-serif;
    font-size: 54px;
    line-height: 114%;
    font-weight: 600;
}

.featured-module__headline:not(:first-child) {
	margin-top: 45px;
}

@media (max-width:1200px) {

	.featured-module__headline {
		font-size: 46px;
	}
	
	.featured-module__headline:not(:first-child) {
		margin-top: 38px;
	}
}

@media (max-width:980px) {

	.featured-module__headline {
		font-size: 39px;
	}

	.featured-module__headline:not(:first-child) {
		margin-top: 30px;
	}
}

@media (max-width:760px) {

	.featured-module__headline {
		font-size: 24px;
	}

	.featured-module__headline:not(:first-child) {
		margin-top: 15px;
	}
}


/* Inner Modules */

.featured-module__inner-modules {
	width: 100%;
}


/* Copy */

.featured-module__copy {
	margin-top: 70px;
	padding-left: 50px;
	width: calc(88% - 275px);
	font-size: 25px;
	line-height: 150%;
	font-weight: 300;
}

@media (max-width:1200px) {

	.featured-module__copy {
		margin-top: 60px;
		padding-left: 40px;
		width: calc(90% - 225px);
		font-size: 25px;
	}
}

@media (max-width:980px) {

	.featured-module__copy {
		margin-top: 55px;
		padding-left: 35px;
		width: calc(92% - 75px);
		font-size: 22px;
	}
}

@media (max-width:760px) {

	.featured-module__copy {
		margin-top: 40px;
		padding: 0;
		width: 100%;
		font-size: 16px;
	}

	.featured-module__copy p {
		margin: 15px 0;
	}
}

.featured-module__copy h1:not(:first-child),
.featured-module__copy h2:not(:first-child),
.featured-module__copy h3:not(:first-child),
.featured-module__copy h4:not(:first-child),
.featured-module__copy h5:not(:first-child) {
	margin-top: 40px;
}

@media (max-width:980px) {

	.featured-module__copy h1:not(:first-child),
	.featured-module__copy h2:not(:first-child),
	.featured-module__copy h3:not(:first-child),
	.featured-module__copy h4:not(:first-child),
	.featured-module__copy h5:not(:first-child) {
		margin-top: 35px;
	}
}

@media (max-width:760px) {

	.featured-module__copy h1:not(:first-child),
	.featured-module__copy h2:not(:first-child),
	.featured-module__copy h3:not(:first-child),
	.featured-module__copy h4:not(:first-child),
	.featured-module__copy h5:not(:first-child) {
		margin-top: 30px;
	}
}

.featured-module__copy h1 + p,
.featured-module__copy h2 + p,
.featured-module__copy h3 + p,
.featured-module__copy h4 + p,
.featured-module__copy h5 + p {
	margin-top: 10px;
}


/* List */

ul.featured-module__list {
	margin-top: 70px !important;
	padding: 0 50px;
	list-style: none;
	column-count: 2;
	column-gap: 60px;
}

ul.featured-module__list--highlight {
	column-count: 1;
	column-gap: 0;
}

@media (max-width:1200px) {

	ul.featured-module__list {
		margin-top: 60px !important;
		padding: 0 40px;
	}
}

@media (max-width:980px) {

	ul.featured-module__list {
		margin-top: 55px !important;
		padding: 0 35px;
	}
}

@media (max-width:760px) {

	ul.featured-module__list {
		margin-top: 40px !important;
		margin-bottom: -15px !important;
		padding: 0;
		column-count: 1;
		column-gap: 0;
	}
}

.featured-module__list-item {
	width: 100%;
	margin-bottom: 30px;
    font-family: 'Asap', sans-serif;
	color: #b0802b !important;
    font-size: 27px;
    line-height: 114%;
    font-weight: 600 !important;
	vertical-align: top;
	display: inline-block;
}

ul.featured-module__list--highlight .featured-module__list-item {
	margin-bottom: 50px;
}

ul.featured-module__list--highlight .featured-module__list-item:last-child {
	margin-bottom: 0;
}

@media (max-width:1200px) {

	.featured-module__list-item {
		margin-bottom: 26px;
		font-size: 24px;
	}

	ul.featured-module__list--highlight .featured-module__list-item {
		margin-bottom: 45px;
	}
}

@media (max-width:980px) {

	.featured-module__list-item {
		margin-bottom: 22px;
		font-size: 20px;
	}

	ul.featured-module__list--highlight .featured-module__list-item {
		margin-bottom: 35px;
	}
}

@media (max-width:760px) {

	.featured-module__list-item {
		margin-bottom: 15px;
		font-size: 13px;
	}

	ul.featured-module__list--highlight .featured-module__list-item {
		margin-bottom: 25px;
	}
}

.featured-module__list-item a {
	color: #b0802b !important;
    font-weight: 600 !important;
	text-decoration: none !important;
	transition: color .3s ease;
}

.no-touch-device .featured-module__list-item a:hover,
.touch-device .featured-module__list-item a.touch-device {
	color: #0f1726 !important;
}


/* Grid / Swiper */

.featured-module__grid {
	margin-top: 70px;
	padding: 0 25px;
}

.section--gallery .featured-module__grid {
	margin-top: 0 !important;
}

.featured-module__grid.swiper-container {
    margin-left: -35%;
	padding: 0;
	width: 170%;
	height: auto;
}

.section__wrapper--none-bg .featured-module__grid:not(.swiper-container) {
	width: 112%;
	padding: 0 !important;
    margin-left: -6%;
}

.section--gallery {
	padding: 0;
}

.section--gallery .featured-module {
	max-width: 100%;
}

.section--gallery .featured-module__grid.swiper-container {
    padding-top: 0;
    margin: 0;
    width: 100%;
	height: 635px;
	overflow: hidden;
}

.section--gallery .swiper-button-prev {
    left: 4.5%;
}

.section--gallery .swiper-button-next {
    right: 4.5%;
}

.section--gallery .copy-module {
	padding: 0 4.5%;
	max-width: 100%;
}

.section--gallery .copy-module__copy {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1400px;
}

.section--gallery .copy-module__copy * {
	max-width: 800px;
}

@media (max-width:1640px) {

	.featured-module__grid.swiper-container {
		margin-left: -15%;
		width: 130%;
	}

	.section--gallery .featured-module__grid.swiper-container {
		height: 650px;
	}
}

@media (max-width:1600px) {

	.section__wrapper--none-bg .featured-module__grid:not(.swiper-container) {
		width: 100%;
		margin-left: 0;
	}

	.section--gallery .featured-module__grid.swiper-container {
		height: 600px;
	}
}

@media (max-width:1420px) {

	.featured-module__grid.swiper-container {
		margin-left: -10%;
		width: 120%;
	}

	.section--gallery .featured-module__grid.swiper-container {
		height: 550px;
	}
}

@media (max-width:1200px) {

	.featured-module__grid {
		margin-top: 60px;
		padding: 0 20px;
	}

	.featured-module__grid.swiper-container {
		margin-left: -15%;
    	width: 130%;
	}

	.section--gallery .featured-module__grid.swiper-container {
		height: 450px;
	}

	.section--gallery .copy-module__copy {
		padding: 0 40px;
	}
}

@media (max-width:980px) {

	.featured-module__grid {
		margin-top: 55px;
		padding: 0 18px;
	}

	.featured-module__grid.swiper-container {
		margin-left: -20%;
    	width: 140%;
	}

	.section--gallery .featured-module__grid.swiper-container {
		height: 350px;
	}

	.section--gallery .swiper-button-prev {
		left: 5%;
	}

	.section--gallery .swiper-button-next {
		right: 5%;
	}

	.section--gallery .copy-module__copy {
		padding: 0 35px;
	}
}

@media (max-width:760px) {

	.featured-module__grid {
		margin: 40px 0 0 -3%;
		padding: 0;
		width: 106%;
	}

	.featured-module__grid.swiper-container {
		margin-left: -40%;
    	width: 180%;
	}
	
	.section__wrapper--none-bg .featured-module__grid:not(.swiper-container) {
		margin: 40px 0 0 -8%;
		width: 116%;
	}

	.section--gallery .featured-module__grid.swiper-container {
		height: 250px;
	}
	
	.section--gallery .copy-module {
		padding: 0 5.3%;
	}

	.section--gallery .copy-module__copy {
		padding: 0 4%;
	}
}

@media (max-width:540px) {

	.section--gallery .featured-module__grid.swiper-container {
		height: 150px;
	}
}

.featured-module__grid-list:not(.swiper-wrapper) {
	margin-bottom: -100px;
	margin-left: -70px;
    flex-direction: row;
    flex-wrap: wrap;
	display: flex;
}

.section__wrapper--none-bg .featured-module__grid-list:not(.swiper-wrapper),
.post-type-archive-insights .featured-module__grid-list {
	margin-bottom: -80px;
	margin-left: -50px;
}

.post-type-archive-insights  .featured-module__grid-list {
	margin-bottom: -50px;
}

@media (max-width:1200px) {

	.featured-module__grid-list:not(.swiper-wrapper) {
		margin-bottom: -85px;
		margin-left: -55px;
	}

	.section__wrapper--none-bg .featured-module__grid-list:not(.swiper-wrapper),
	.post-type-archive-insights .featured-module__grid-list {
		margin-bottom: -70px;
		margin-left: -45px;
	}

	.post-type-archive-insights  .featured-module__grid-list {
		margin-bottom: -45px;
	}
}

@media (max-width:980px) {

	.featured-module__grid-list:not(.swiper-wrapper) {
		margin-bottom: -65px;
		margin-left: -40px;
	}

	.section__wrapper--none-bg .featured-module__grid-list:not(.swiper-wrapper),
	.post-type-archive-insights .featured-module__grid-list {
		margin-bottom: -55px;
		margin-left: -30px;
	}

	.post-type-archive-insights  .featured-module__grid-list {
		margin-bottom: -30px;
	}
}

@media (max-width:760px) {

	.featured-module__grid-list:not(.swiper-wrapper) {
		margin-bottom: -35px;
		margin-left: -15px;
	}

	.section__wrapper--none-bg .featured-module__grid-list:not(.swiper-wrapper),
	.post-type-archive-insights .featured-module__grid-list {
		margin-bottom: -35px;
		margin-left: -15px;
	}
	
	.post-type-archive-insights .featured-module__grid-list {
		margin-bottom: -25px;
		padding: 0 3%;
	}
}

.featured-module__grid-item {
	padding: 0 0 100px 70px;
	width: 50%;
}

.featured-module__grid-item.swiper-slide {
	padding: 0 35px;
	width: 40%;
}

.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide {
	width: 20%;
}

.section__wrapper--none-bg .featured-module__grid-item:not(.swiper-slide),
.post-type-archive-insights .featured-module__grid-item {
	padding: 0 0 80px 50px;
	width: 33.33%;
}

.post-type-archive-insights .featured-module__grid-item {
	padding-bottom: 50px;
}

.section--gallery .featured-module__grid-item {
	width: auto !important;
    height: 100%;
}

.section--gallery .featured-module__grid-image {
	padding: 0 !important;
	height: 100%;
}

.section--gallery .featured-module__grid-image .full-bg {
	position: relative;
}

.section--gallery .featured-module__grid-image .full-bg img {
	object-fit: contain;
}

@media (max-width:1640px) {

	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide {
		width: 25%;
	}
}

@media (max-width:1420px) {

	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide {
		width: 33.33%;
	}
}

@media (max-width:1200px) {

	.featured-module__grid-item {
		padding: 0 0 85px 55px;
		width: 50%;
	}

	.featured-module__grid-item.swiper-slide {
		padding: 0 22.5px;
		width: 45%;
	}

	.section__wrapper--none-bg .featured-module__grid-item:not(.swiper-slide),
	.post-type-archive-insights .featured-module__grid-item {
		padding: 0 0 70px 45px;
	}

	.post-type-archive-insights .featured-module__grid-item {
		padding-bottom: 45px;
	}
}

@media (max-width:980px) {

	.featured-module__grid-item {
		width: 50%;
		padding: 0 0 65px 40px;
	}

	.featured-module__grid-item.swiper-slide {
		padding: 0 20px;
		width: 50%;
	}

	.section__wrapper--none-bg .featured-module__grid-item:not(.swiper-slide),
	.post-type-archive-insights .featured-module__grid-item {
		padding: 0 0 55px 30px;
	}

	.post-type-archive-insights .featured-module__grid-item {
		padding-bottom: 30px;
		width: 50%;
	}
}

@media (max-width:760px) {

	.featured-module__grid-item {
		padding: 0 0 35px 15px;
	}

	.featured-module__grid-item.swiper-slide {
		padding: 0 7.5px;
	}

	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide {
		width: 50%;
	}

	.section__wrapper--none-bg .featured-module__grid-item:not(.swiper-slide),
	.post-type-archive-insights .featured-module__grid-item {
		padding: 0 0 35px 15px;
		width: 50%;
	}

	.post-type-archive-insights .featured-module__grid-item {
		padding-bottom: 25px;
		width: 100%;
	}
}

.featured-module__grid-btn {
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	display: block;
}

.featured-module__swiper--highlight .featured-module__grid-btn {
	height: 500px;
	background: #db569f;
}

.post-type-archive-insights .featured-module__grid-btn {
	background: #fff;
}

@media (max-width:1200px) {

	.featured-module__swiper--highlight .featured-module__grid-btn {
		height: 400px;
	}
}

@media (max-width:980px) {

	.featured-module__swiper--highlight .featured-module__grid-btn {
		height: 300px;
	}
}

@media (max-width:760px) {

	.featured-module__swiper--highlight .featured-module__grid-btn {
		height: 200px;
	}
}

.featured-module__grid-image {
	padding-top: 80%;
}

.featured-module__grid-item.swiper-slide .featured-module__grid-image {
    padding-top: 72%;
}

.post-type-archive-insights .featured-module__grid-image {
    padding-top: 62%;
}

.featured-module__grid-item .featured-module__grid-image:before,
.featured-module__grid-item .featured-module__grid-image:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	background: #fff;
	opacity: 0;
	transform: translate(-50%, -50%) rotate(0deg);
	transition: transform .3s ease, opacity .3s ease;
}

.featured-module__grid-image:before {
	width: 100px;
	height: 1px;
}

.featured-module__grid-image:after {
	width: 1px;
	height: 100px;
}

@media (max-width:980px) {

	.featured-module__grid-image:before {
		width: 70px;
	}

	.featured-module__grid-image:after {
		height: 70px;
	}
}

@media (max-width:760px) {

	.featured-module__grid-image:before {
		width: 40px;
	}

	.featured-module__grid-image:after {
		height: 40px;
	}
}

.no-touch-device .section:not(.section--gallery) .featured-module__grid-item .featured-module__grid-btn:hover .featured-module__grid-image:before,
.no-touch-device .section:not(.section--gallery) .featured-module__grid-item .featured-module__grid-btn:hover .featured-module__grid-image:after,
.touch-device .section:not(.section--gallery) .featured-module__grid-item:not(.swiper-slide) .featured-module__grid-btn.touch-active .featured-module__grid-image:before,
.touch-device .section:not(.section--gallery) .featured-module__grid-item:not(.swiper-slide) .featured-module__grid-btn.touch-active .featured-module__grid-image:after,
.touch-device .section:not(.section--gallery) .featured-module__grid-item.swiper-slide .featured-module__grid-btn.featured-module__grid-btn--active .featured-module__grid-image:before,
.touch-device .section:not(.section--gallery) .featured-module__grid-item.swiper-slide .featured-module__grid-btn.featured-module__grid-btn--active .featured-module__grid-image:after {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(90deg);
}

.featured-module__grid-image .full-bg:before {
	width: 0;
	height: calc(100% - 20px);
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	background: #db569f;
	opacity: .65;
	transition: .4s width ease;
}

.no-touch-device .section:not(.section--gallery) .featured-module__grid-btn:hover .featured-module__grid-image .full-bg:before,
.touch-device .section:not(.section--gallery) .featured-module__grid-item:not(.swiper-slide) .featured-module__grid-btn.touch-active .featured-module__grid-image .full-bg:before,
.touch-device .section:not(.section--gallery) .featured-module__grid-item.swiper-slide .featured-module__grid-btn.featured-module__grid-btn--active .featured-module__grid-image .full-bg:before {
	width: calc(100% - 20px);
}

@media (max-width:980px) {

	.featured-module__grid-image .full-bg:before {
		height: calc(100% - 16px);
		top: 8px;
		left: 8px;
	}

	.no-touch-device .section:not(.section--gallery) .featured-module__grid-btn:hover .featured-module__grid-image .full-bg:before,
	.touch-device .section:not(.section--gallery) .featured-module__grid-item:not(.swiper-slide) .featured-module__grid-btn.touch-active .featured-module__grid-image .full-bg:before,
	.touch-device .section:not(.section--gallery) .featured-module__grid-item.swiper-slide .featured-module__grid-btn.featured-module__grid-btn--active .featured-module__grid-image .full-bg:before {
		width: calc(100% - 16px);
	}
}

@media (max-width:760px) {

	.featured-module__grid-image .full-bg:before {
		height: calc(100% - 10px);
		top: 5px;
		left: 5px;
	}

	.no-touch-device .section:not(.section--gallery) .featured-module__grid-btn:hover .featured-module__grid-image .full-bg:before,
	.touch-device .section:not(.section--gallery) .featured-module__grid-item:not(.swiper-slide) .featured-module__grid-btn.touch-active .featured-module__grid-image .full-bg:before,
	.touch-device .section:not(.section--gallery) .featured-module__grid-item.swiper-slide .featured-module__grid-btn.featured-module__grid-btn--active .featured-module__grid-image .full-bg:before {
		width: calc(100% - 10px);
	}
}

.featured-module__grid-content {
	padding-top: 30px;
}

.featured-module__grid-item.swiper-slide .featured-module__grid-content {
	padding: 0 40px 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-content {
	padding-top: 130px;
	position: absolute;
	bottom: auto;
	left: auto;
}

.post-type-archive-insights .featured-module__grid-content {
	padding: 40px 20px 30px;
}

@media (max-width:1200px) {

	.featured-module__grid-content {
		padding-top: 26px;
	}

	.featured-module__grid-item.swiper-slide .featured-module__grid-content {
		padding: 0 35px 42px;
	}
	
	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-content {
		padding-top: 90px;
	}

	.post-type-archive-insights .featured-module__grid-content {
		padding: 35px 20px 28px;
	}
}

@media (max-width:980px) {

	.featured-module__grid-content {
		padding-top: 22px;
	}

	.featured-module__grid-item.swiper-slide .featured-module__grid-content {
		padding: 0 30px 35px;
	}
	
	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-content {
		padding-top: 60px;
	}

	.post-type-archive-insights .featured-module__grid-content {
		padding: 30px 20px 25px;
	}
}

@media (max-width:760px) {

	.featured-module__grid-content {
		padding-top: 15px;
	}

	.featured-module__grid-item.swiper-slide .featured-module__grid-content {
		padding: 0 18px 20px;
	}
	
	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-content {
		padding-top: 30px;
	}

	.post-type-archive-insights .featured-module__grid-content {
		padding: 25px 15px 20px;
	}
}

.featured-module__grid-eyebrow {
	margin-bottom: 10px;
	color: #0f1726;
	font-size: 12px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

ul.featured-module__list--highlight .featured-module__grid-eyebrow {
	margin-bottom: 20px;
}

.featured-module__grid-item.swiper-slide .featured-module__grid-eyebrow {
	color: #fff;
	opacity: 0;
	transform: translateY(20px);
	transition: .3s opacity ease .1s, .3s transform ease .1s;
}

.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-eyebrow {
	margin-bottom: 40px;
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.touch-device .featured-module__grid-item.swiper-slide .featured-module__grid-btn.featured-module__grid-btn--active .featured-module__grid-eyebrow,
.no-touch-device .featured-module__grid-item.swiper-slide .featured-module__grid-btn:hover .featured-module__grid-eyebrow {
	opacity: 1;
	transform: translateY(0);
	transition: .3s opacity ease .1s, .3s transform ease .1s;
}

.post-type-archive-insights .featured-module__grid-eyebrow {
	color: #db569f !important;
}

@media (max-width:1200px) {

	.featured-module__grid-eyebrow {
		margin-bottom: 8px;
		font-size: 11px;
	}

	ul.featured-module__list--highlight .featured-module__grid-eyebrow {
		margin-bottom: 16px;
	}
}

@media (max-width:980px) {

	.featured-module__grid-eyebrow {
		margin-bottom: 7px;
		font-size: 10px;
	}

	ul.featured-module__list--highlight .featured-module__grid-eyebrow {
		margin-bottom: 14px;
	}

	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-eyebrow {
		margin-bottom: 30px;
	}
}

@media (max-width:760px) {

	.featured-module__grid-eyebrow {
		margin-bottom: 5px;
		font-size: 8px;
	}

	ul.featured-module__list--highlight .featured-module__grid-eyebrow {
		margin-bottom: 10px;
	}

	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-eyebrow {
		margin-bottom: 20px;
	}
}

.featured-module__grid-headline {
    font-family: 'Asap', sans-serif;
	color: #b0802b !important;
    font-size: 27px;
    line-height: 114%;
    font-weight: 600 !important;
}

ul.featured-module__list--highlight .featured-module__grid-headline {
	color: #0f1726 !important;
    font-weight: 400 !important;
}

ul.featured-module__list--highlight .featured-module__grid-headline b {
    font-weight: 600 !important;
}

.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-headline {
    font-size: 38px;
    line-height: 114%;
}

.featured-module__grid-item.swiper-slide .featured-module__grid-headline {
	color: #fff !important;
	font-weight: 600 !important;
	opacity: 0;
	transform: translateY(20px);
	transition: .3s opacity ease .1s, .3s transform ease .1s;
}

.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-headline {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.touch-device .featured-module__grid-item.swiper-slide .featured-module__grid-btn.featured-module__grid-btn--active .featured-module__grid-headline,
.no-touch-device .featured-module__grid-item.swiper-slide .featured-module__grid-btn:hover .featured-module__grid-headline {
	opacity: 1;
	transform: translateY(0);
	transition: .3s opacity ease .2s, .3s transform ease .2s;
}

.post-type-archive-insights .featured-module__grid-headline {
	color: #0f1726 !important;
}

@media (max-width:1200px) {

	.featured-module__grid-headline {
		font-size: 24px;
	}

	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-headline {
		font-size: 34px;
	}
}

@media (max-width:980px) {

	.featured-module__grid-headline {
		font-size: 20px;
	}

	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-headline {
		font-size: 29px;
	}
}

@media (max-width:760px) {

	.featured-module__grid-headline {
		font-size: 13px;
	}

	.featured-module__swiper--highlight .featured-module__grid-item.swiper-slide .featured-module__grid-headline {
		font-size: 20px;
	}
}

.swiper-button {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    cursor: pointer;
	background: rgba(15,23,38,.85);
	border-radius: 50%;
	transform: translateY(-50%);
	transition: background .3s ease;
	will-change: background;
}

.no-touch-device .swiper-button:hover {
	background: rgba(15,23,38,1);
}

.swiper-button-prev {
    left: -30px;
}

.swiper-button-next {
    right: -30px;
}

@media (max-width:1200px) {

    .swiper-button {
		width: 60px;
		height: 60px;
    }
}

@media (max-width:980px) {

    .swiper-button {
		width: 45px;
		height: 45px;
    }
}

@media (max-width:760px) {

    .swiper-button {
    	display: none;
    }
}

.swiper-button:before {
    width: 38px;
    height: 2px;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    background: #fff;
    transform: translate(-50%, -50%);
}

.swiper-button:after {
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    z-index: 10;
    transform: translateY(-50%);
}

.swiper-button-prev:after {
    left: 26px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
}

.swiper-button-next:after {
    right: 26px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

@media (max-width:1200px) {

	.swiper-button:before {
		width: 30px;
	}

    .swiper-button:after {
		width: 14px;
		height: 14px;
		top: calc(50% - 2px);
	}

	.swiper-button-prev:after {
		left: 21px;
	}

	.swiper-button-next:after {
		right: 21px;
	}
}

@media (max-width:980px) {

	.swiper-button:before {
		width: 22px;
	}

    .swiper-button:after {
		width: 12px;
		height: 12px;
		top: calc(50% - 2px);
	}

	.swiper-button-prev:after {
		left: 16px;
	}

	.swiper-button-next:after {
		right: 16px;
	}
}



/* Image */

.featured-module__image-row {
	margin-top: 70px;
	padding-top: 50%;
	width: 100%;
}

@media (max-width:1200px) {

	.featured-module__image-row {
		margin-top: 60px;
	}
}

@media (max-width:980px) {

	.featured-module__image-row {
		margin-top: 55px;
	}
}

@media (max-width:760px) {

	.featured-module__image-row {
		margin-top: 40px;
		padding-top: 70%;
	}
}

.featured-module__image-col {
	height: 100%;
	position: absolute;
	top: 0;
}

.featured-module__image-col--1 {
	left: 25px;
}

.featured-module__image-row--col-count-1 .featured-module__image-col--1 {
	width: calc(100% - 50px);
}

.featured-module__image-row--col-count-2 .featured-module__image-col--1 {
	width: calc(57.5% - 25px);
}

.featured-module__image-col--2 {
	width: calc(38.5% - 25px);
	left: 61.5%;
}

@media (max-width:1200px) {

	.featured-module__image-col--1 {
		left: 20px;
	}

	.featured-module__image-row--col-count-1 .featured-module__image-col--1 {
		width: calc(100% - 40px);
	}

	.featured-module__image-row--col-count-2 .featured-module__image-col--1 {
		width: calc(57.5% - 20px);
	}

	.featured-module__image-col--2 {
		width: calc(38.5% - 20px);
	}
}

@media (max-width:980px) {

	.featured-module__image-col--1 {
		left: 18px;
	}

	.featured-module__image-row--col-count-1 .featured-module__image-col--1 {
		width: calc(100% - 30px);
	}

	.featured-module__image-row--col-count-2 .featured-module__image-col--1 {
		width: calc(57.5% - 18px);
	}

	.featured-module__image-col--2 {
		width: calc(38.5% - 18px);
	}
}

@media (max-width:760px) {

	.featured-module__image-col--1 {
		width: 100% !important;
		left: 0;
	}

	.featured-module__image-col--2 {
		display: none;
	}
}

.featured-module__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}




/* Latest Insights
   ========================================================================== */

.section--latest-insights .section__wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
}

@media (max-width:760px) {

    .section--latest-insights .section__wrapper {
    	padding: 0 4%;
	}
}

.latest-insights-module__row {
	margin: 45px auto 0;
    padding: 0 50px;
    width: 100%;
    max-width: 1400px;
	flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

@media (max-width:1200px) {

    .latest-insights-module__row {
		margin-top: 38px;
    	padding: 0 40px;
	}
}

@media (max-width:980px) {

    .latest-insights-module__row {
		margin-top: 30px;
    	padding: 0 35px;
	}
}

@media (max-width:760px) {

    .latest-insights-module__row {
		margin-top: 15px;
    	padding: 0;
	}
}

.latest-insights-module__col {
	width: 100%;
	align-items: center;
	flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.latest-insights-module__col:nth-child(even) {
	flex-direction: row-reverse;
}

.latest-insights-module__col:not(:first-child) {
	margin-top: 150px;
}

@media (max-width:120px) {

	.latest-insights-module__col:not(:first-child) {
		margin-top: 130px;
	}
}

@media (max-width:980px) {

	.latest-insights-module__col:not(:first-child) {
		margin-top: 110px;
	}
}

@media (max-width:760px) {

	.latest-insights-module__col {
		width: 100%;
	}

	.latest-insights-module__col:not(:first-child) {
		margin-top: 70px;
	}
}

.latest-insights-module__image,
.latest-insights-module__content {
	width: 50%;
}

.latest-insights-module__image {
	padding-top: 48%;
	height: 0;
}

.latest-insights-module__content--mobile {
	display: none;
}

.latest-insights-module__col:nth-child(odd) .latest-insights-module__content {
	padding-left: 5%;
}

.latest-insights-module__col:nth-child(even) .latest-insights-module__content {
	padding-right: 5%;
}

@media (max-width:760px) {

	.latest-insights-module__image,
	.latest-insights-module__content {
		width: 100%;
	}

	.latest-insights-module__image {
		margin-top: 30px;
		padding-top: 65%;
	}

	.latest-insights-module__content--mobile {
		display: block;
	}

	.latest-insights-module__col:nth-child(odd) .latest-insights-module__content {
		padding-left: 0;
	}

	.latest-insights-module__col:nth-child(even) .latest-insights-module__content {
		padding-right: 0;
	}
}

@media (max-width:540px) {

	.latest-insights-module__image {
		padding-top: 95%;
	}
}

.latest-insights-module__btn {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}


.latest-insights-module__btn:before {
    width: 75px;
    height: 75px;
	content: '';
    position: absolute;
    top: 50%;
	left: 50%;
	z-index: 10;
	background: rgba(15,23,38,.85);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition: background .3s ease;
	will-change: background;
}

.no-touch-device .latest-insights-module__btn:hover:before {
	background: rgba(219,86,159,1);
}

@media (max-width:1200px) {

    .latest-insights-module__btn:before {
		width: 60px;
		height: 60px;
    }
}

@media (max-width:980px) {

    .latest-insights-module__btn:before {
		width: 45px;
		height: 45px;
    }
}

.latest-insights-module__btn:after {
	width: 0px;
    height: 0px;
	content: '';
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 25px solid white;
	position: absolute;
	top: 50%;
	left: calc(50% + 2px);
	z-index: 20;
	transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
    
    .latest-insights-module__btn:after {
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent;
		border-left: 21.5px solid white;
    }
}

@media (max-width: 980px) {
    
    .latest-insights-module__btn:after {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 18px solid white;
    }
}

.latest-insights-module__headline {
	font-family: 'Asap', sans-serif;
	font-size: 54px;
	line-height: 114%;
	font-weight: 600;
}

@media (max-width:1200px) {

	.latest-insights-module__headline {
		font-size: 46px;
	}
}

@media (max-width:980px) {

	.latest-insights-module__headline {
		font-size: 39px;
	}
}

@media (max-width:760px) {

	.latest-insights-module__headline {
		font-size: 24px;
	}

	.latest-insights-module__content--desktop .latest-insights-module__headline {
		display: none;
	}
}

.latest-insights-module__blurb {
	margin-top: 30px;
	font-size: 28px;
	line-height: 150%;
    font-weight: 300;
}

@media (max-width:1200px) {

	.latest-insights-module__blurb {
		margin-top: 28px;
		font-size: 26px;
	}
}

@media (max-width:980px) {

	.latest-insights-module__blurb {
		margin-top: 25px;
		font-size: 23px;
	}
}

@media (max-width:760px) {

	.latest-insights-module__blurb {
		margin-top: 30px;
		font-size: 16px;
	}
}





/* Callout
   ========================================================================== */

.callout-module {
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
    max-width: 1400px;
}

@media (max-width:1200px) {

    .callout-module {
    	padding: 0 40px;
	}
}

@media (max-width:980px) {

    .callout-module {
    	padding: 0 35px;
	}
}

@media (max-width:760px) {

    .callout-module {
    	padding: 0 4%;
	}
}

.callout-module__header--landscape {
	width: calc(88% - 375px);
}

@media (max-width:1200px) {

	.callout-module__header--landscape {
		width: calc(90% - 325px);
	}
}

@media (max-width:980px) {

	.callout-module__header--landscape {
		width: calc(92% - 175px);
	}
}

@media (max-width:760px) {

	.callout-module__header--landscape {
		width: 100%;
	}
}

.callout-module__eyebrow {
	color: #db569f;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width:1200px) {

	.callout-module__eyebrow {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.callout-module__eyebrow {
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.callout-module__eyebrow {
		font-size: 9px;
	}
}

.callout-module__headline {
	font-family: 'Asap', sans-serif;
	font-size: 54px;
	line-height: 114%;
	font-weight: 600;
}

.callout-module__headline:not(:first-child) {
	margin-top: 45px;
}

@media (max-width:1200px) {

	.callout-module__headline {
		font-size: 46px;
	}

	.callout-module__headline:not(:first-child) {
		margin-top: 38px;
	}
}

@media (max-width:980px) {

	.callout-module__headline {
		font-size: 39px;
	}

	.callout-module__headline:not(:first-child) {
		margin-top: 30px;
	}
}

@media (max-width:760px) {

	.callout-module__headline {
		margin-top: 15px;
		font-size: 24px;
	}

	.callout-module__headline:not(:first-child) {
		margin-top: 15px;
	}
}

.callout-module__row {
	flex-direction: row;
    flex-wrap: wrap;
	align-items: flex-start;
    display: flex;
}

.callout-module__row--has-image-landscape {
	margin-top: 70px;
	flex-direction: column-reverse;
}

@media (max-width:1200px) {

	.callout-module__row--has-image-landscape {
		margin-top: 60px;
	}
}

@media (max-width:980px) {

	.callout-module__row--has-image-landscape {
		margin-top: 55px;
	}
}

@media (max-width:760px) {

	.callout-module__row--has-image-landscape {
		margin-top: 40px;
	}
}

.callout-module__row:not(.callout-module__row--has-image) .callout-module__col--copy,
.callout-module__row--has-image-portrait .callout-module__col--copy {
	padding-right: 12%;
	width: calc(100% - 450px);
}

.callout-module__row--has-image-landscape .callout-module__col--copy {
	margin-top: 70px;
	margin-left: calc(12% + 450px);
}

.callout-module__row--has-image-portrait .callout-module__col--image {
	margin-top: 65px;
	padding: 50px 0 0 50px;
	width: 450px;
}

.callout-module__row--has-image-landscape .callout-module__col--image {
	padding: 0 0 50px 50px;
	width: 100%;
}

@media (max-width:1200px) {

	.callout-module__row:not(.callout-module__row--has-image) .callout-module__col--copy,
	.callout-module__row--has-image-portrait .callout-module__col--copy {
		padding-right: 10%;
		width: calc(100% - 400px);
	}

	.callout-module__row--has-image-landscape .callout-module__col--copy {
		margin-top: 60px;
		margin-left: calc(8% + 250px);
	}

	.callout-module__row--has-image-portrait .callout-module__col--image {
		padding: 40px 0 0 40px;
		width: 400px;
	}

	.callout-module__row--has-image-landscape .callout-module__col--image {
		padding: 0 0 40px 40px;
	}
}

@media (max-width:980px) {

	.callout-module__row:not(.callout-module__row--has-image) .callout-module__col--copy,
	.callout-module__row--has-image-portrait .callout-module__col--copy {
		padding-right: 8%;
		width: calc(100% - 250px);
	}

	.callout-module__row--has-image-landscape .callout-module__col--copy {
		margin-top: 55px;
		margin-left: calc(8% + 250px);
	}

	.callout-module__row--has-image-portrait .callout-module__col--image {
		padding: 35px 0 0 35px;
		width: 250px;
	}

	.callout-module__row--has-image-landscape .callout-module__col--image {
		padding: 0 0 35px 35px;
	}
}

@media (max-width:760px) {

	.callout-module__row:not(.callout-module__row--has-image) .callout-module__col--copy,
	.callout-module__row--has-image-portrait .callout-module__col--copy {
		padding: 0;
    	width: 100%;
	}

	.callout-module__row--has-image-landscape .callout-module__col--copy {
		margin-top: 40px;
		margin-left: 0;
		padding: 0;
	}

	.callout-module__row--has-image-portrait .callout-module__col--image {
		margin-top: 40px;
		padding: 25px 12% 0 calc(12% + 25px);
    	width: 100%;
	}

	.callout-module__row--has-image-landscape .callout-module__col--image {
		padding: 0 4% 25px calc(4% + 25px);
	}
}

.callout-module__copy {
	font-size: 25px;
	line-height: 150%;
	font-weight: 300;
}

.callout-module__row:not(.callout-module__row--has-image) .callout-module__copy:not(:first-child),
.callout-module__row--has-image-portrait .callout-module__copy:not(:first-child) {
	margin-top: 70px;
}

@media (max-width:1200px) {

	.callout-module__copy {
		font-size: 25px;
	}

	.callout-module__row:not(.callout-module__row--has-image) .callout-module__copy:not(:first-child),
	.callout-module__row--has-image-portrait .callout-module__copy:not(:first-child) {
		margin-top: 60px;
	}
}

@media (max-width:980px) {

	.callout-module__copy {
		font-size: 22px;
	}

	.callout-module__row:not(.callout-module__row--has-image) .callout-module__copy:not(:first-child),
	.callout-module__row--has-image-portrait .callout-module__copy:not(:first-child) {
		margin-top: 55px;
	}
}

@media (max-width:760px) {

	.callout-module__copy {
		font-size: 16px;
	}

	.callout-module__row:not(.callout-module__row--has-image) .callout-module__copy:not(:first-child),
	.callout-module__row--has-image-portrait .callout-module__copy:not(:first-child) {
		margin-top: 40px;
	}

	.callout-module__copy p {
		margin: 15px 0;
	}
}

.callout-module__row--has-image-portrait .callout-module__image {
	padding-top: 130%;
	width: 100%;
}

.callout-module__row--has-image-landscape .callout-module__image {
	padding-top: 60%;
	width: 100%;
}

.callout-module__row--has-image .callout-module__image:before {
	height: 100%;
	content: '';
	position: absolute;
	left: -50px;
}

.callout-module__row--has-image-portrait .callout-module__image:before {
	width: 100%;
	top: -50px;
	background: #db569f;
}

.callout-module__row--has-image-landscape .callout-module__image:before {
	width: 40%;
	top: 50px;
	background: #b0802b;
}

@media (max-width:1200px) {
	
	.callout-module__row--has-image .callout-module__image:before {
		left: -40px;
	}
    
    .callout-module__row--has-image-portrait .callout-module__image:before {
		top: -40px;
    }

	.callout-module__row--has-image-landscape .callout-module__image:before {
		top: 40px;
	}
}

@media (max-width:980px) {
	
	.callout-module__row--has-image .callout-module__image:before {
		left: -35px;
	}
    
    .callout-module__row--has-image-portrait .callout-module__image:before {
		top: -35px;
    }

	.callout-module__row--has-image-landscape .callout-module__image:before {
		width: 50%;
		top: 35px;
	}
}

@media (max-width:760px) {
	
	.callout-module__row--has-image .callout-module__image:before {
		left: -25px;
	}
    
    .callout-module__row--has-image-portrait .callout-module__image:before {
		top: -25px;
    }

	.callout-module__row--has-image-landscape .callout-module__image:before {
		width: 60%;
		top: 25px;
	}
}




/* List
   ========================================================================== */

.list-module {
	margin-top: 70px;
	padding: 0 50px;
	width: 100%;
}

@media (max-width:1200px) {

	.list-module {
		margin-top: 60px;
		padding: 0 40px;
	}
}

@media (max-width:980px) {

	.list-module {
		margin-top: 55px;
		padding: 0 35px;
	}
}

@media (max-width:760px) {

	.list-module {
		margin-top: 40px;
		padding: 0;
	}
}

ul.list-module__list {
	padding: 0 !important;
	list-style: none;
}

.list-module__item {
	padding: 20px 0;
	width: 100%;
	display: block;
}

@media (max-width:1200px) {

	.list-module__item {
		padding: 18px 0;
	}
}

@media (max-width:980px) {

	.list-module__item {
		padding: 15px 0;
	}
}

@media (max-width:760px) {

	.list-module__item {
		padding: 10px 0;
	}
}

.list-module__item:first-child:before,
.list-module__item:after {
	width: 200%;
	height: 2px;
	content: '';
	position: absolute;
	background: #0f1726;
}

.list-module__item:first-child:before {
	top: -1px;
}

.list-module__item:after {
	bottom: 1px;
}

@media (max-width:760px) {

	.list-module__item:first-child:before,
	.list-module__item:after {
		height: 1px;
	}
}

.list-module__eyebrow {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 100%;
	font-weight: 700 !important;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width:1200px) {

	.list-module__eyebrow {
		margin-bottom: 8px;
		font-size: 11px;
	}
}

@media (max-width:980px) {

	.list-module__eyebrow {
		margin-bottom: 7px;
		font-size: 10px;
	}
}

@media (max-width:760px) {

	.list-module__eyebrow {
		margin-bottom: 5px;
		font-size: 8px;
	}
}

.list-module__headline,
.list-module__sub-headline {
	font-family: 'Asap', sans-serif;
	font-size: 25px;
	line-height: 150%;
}

.list-module__headline {
	font-weight: 600 !important;
}

.list-module__sub-headline {
	font-weight: 400 !important;
}

@media (max-width:1200px) {

	.list-module__headline,
	.list-module__sub-headline {
		font-size: 22px;
	}
}

@media (max-width:980px) {

	.list-module__headline,
	.list-module__sub-headline {
		font-size: 19px;
	}

	.list-module__headline {
		margin-bottom: 3px;
	}
}

@media (max-width:760px) {

	.list-module__headline,
	.list-module__sub-headline {
		font-size: 13px;
	}
}




/* Copy
   ========================================================================== */

.section--copy .section__wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

@media (max-width:760px) {

    .section--copy .section__wrapper {
		padding: 0 4%;
	}
}

.copy-module {
	margin: 0 auto;
	padding: 0 50px;
	width: 100%;
	max-width: 1400px;
}

@media (max-width:1200px) {

	.copy-module {
		padding: 0 40px;
	}
}

@media (max-width:980px) {

	.copy-module {
		padding: 0 35px;
	}
}

@media (max-width:760px) {

	.copy-module {
		padding: 0;
	}
}

.copy-module__wrapper {
	width: 100%;
}

.copy-module__header {
	max-width: 800px;
}

.copy-module__eyebrow {
	color: #db569f;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.single-insights .copy-module__eyebrow {
	color: #0f1726;
}

@media (max-width:1200px) {

	.copy-module__eyebrow {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.copy-module__eyebrow {
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.copy-module__eyebrow {
		font-size: 9px;
	}
}

.copy-module__headline {
	font-family: 'Asap', sans-serif;
	font-size: 54px;
	line-height: 114%;
	font-weight: 600;
}

.copy-module__headline:not(:first-child) {
	margin-top: 45px;
}

@media (max-width:1200px) {

	.copy-module__headline {
		font-size: 46px;
	}

	.copy-module__headline:not(:first-child) {
		margin-top: 38px;
	}
}

@media (max-width:980px) {

	.copy-module__headline {
		font-size: 39px;
	}

	.copy-module__headline:not(:first-child) {
		margin-top: 30px;
	}
}

@media (max-width:760px) {

	.copy-module__headline {
		font-size: 24px;
	}

	.copy-module__headline:not(:first-child) {
		margin-top: 15px;
	}
}

.copy-module__intro {
	margin-top: 80px;
	font-size: 25px;
	line-height: 150%;
	font-weight: 300;
}

@media (max-width:1200px) {

	.copy-module__intro {
		margin-top: 70px;
		font-size: 25px;
	}
}

@media (max-width:980px) {

	.copy-module__intro {
		margin-top: 55px;
		font-size: 22px;
	}
}

@media (max-width:760px) {

	.copy-module__intro {
		margin-top: 35px;
		font-size: 16px;
	}

	.copy-module__intro p {
		margin: 15px 0;
	}
}

.copy-module__row {
	margin: 0 0 -100px -100px;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

@media (max-width:1200px) {

	.copy-module__row {
		margin: 0 0 -80px -80px;
	}
}

@media (max-width:980px) {

	.copy-module__row {
		margin: 0 0 -60px -60px;
	}
}

@media (max-width:760px) {

	.copy-module__row {
		margin: 0;
	}
}

.copy-module__col {
	padding: 0 0 100px 100px;
	width: 50%;
}

@media (max-width:1200px) {

	.copy-module__col {
		padding: 0 0 80px 80px;
	}
}

@media (max-width:980px) {

	.copy-module__col {
		padding: 0 0 60px 60px;
	}
}

@media (max-width:760px) {

	.copy-module__col {
		padding: 0;
		width: 100%;
	}
	
	.copy-module__col + .copy-module__col {
		margin-top: 100px;
	}
}

.copy-module__image {
	margin-top: 70px;
	width: 100%;
}

.copy-module__image--video {
	padding-top: 56.5%
}

@media (max-width:1200px) {

	.copy-module__image {
		margin-top: 60px;
	}
}

@media (max-width:980px) {

	.copy-module__image {
		margin-top: 55px;
	}
}

@media (max-width:760px) {

	.copy-module__image {
		margin-top: 40px;
	}
}

.copy-module__image img {
	width: 100%;
	height: auto;
}

.copy-module__image iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.copy-module__copy {
	margin-top: 70px;
	width: 100%;
	max-width: 800px;
}

.section--gallery .copy-module__copy {
	margin-top: 0 !important;
}

@media (max-width:1200px) {

	.copy-module__copy {
		margin-top: 60px;
	}
}

@media (max-width:980px) {

	.copy-module__copy {
		margin-top: 55px;
	}
}

@media (max-width:760px) {

	.copy-module__copy {
		margin-top: 40px;
	}
}

.copy-module__copy h1,
.copy-module__copy h2,
.copy-module__copy h3,
.copy-module__copy h4,
.copy-module__copy h5 {
	color: #db569f;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.copy-module__copy h1:not(:first-child),
.copy-module__copy h2:not(:first-child),
.copy-module__copy h3:not(:first-child),
.copy-module__copy h4:not(:first-child),
.copy-module__copy h5:not(:first-child) {
	margin-top: 40px;
}

@media (max-width:1200px) {

	.copy-module__copy h1,
	.copy-module__copy h2,
	.copy-module__copy h3,
	.copy-module__copy h4,
	.copy-module__copy h5 {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.copy-module__copy h1,
	.copy-module__copy h2,
	.copy-module__copy h3,
	.copy-module__copy h4,
	.copy-module__copy h5 {
		font-size: 12px;
	}

	.copy-module__copy h1:not(:first-child),
	.copy-module__copy h2:not(:first-child),
	.copy-module__copy h3:not(:first-child),
	.copy-module__copy h4:not(:first-child),
	.copy-module__copy h5:not(:first-child) {
		margin-top: 35px;
	}
}

@media (max-width:760px) {

	.copy-module__copy h1,
	.copy-module__copy h2,
	.copy-module__copy h3,
	.copy-module__copy h4,
	.copy-module__copy h5 {
		font-size: 9px;
	}

	.copy-module__copy h1:not(:first-child),
	.copy-module__copy h2:not(:first-child),
	.copy-module__copy h3:not(:first-child),
	.copy-module__copy h4:not(:first-child),
	.copy-module__copy h5:not(:first-child) {
		margin-top: 30px;
	}
}

.copy-module__copy h1 + p,
.copy-module__copy h2 + p,
.copy-module__copy h3 + p,
.copy-module__copy h4 + p,
.copy-module__copy h5 + p {
	margin-top: 10px;
}

.copy-module__copy ul {
	margin: 20px 0 !important;
}




/* Detail
   ========================================================================== */

.section--detail .section__wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

@media (max-width:760px) {

    .section--detail .section__wrapper {
		padding: 0 4%;
	}
}

.detail-module {
	width: 100%;
	max-width: 1250px;
}

.detail-module--case-studies {
	max-width: 100%;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

.detail-module__wrapper {
	width: 100%;
}

.detail-module--case-studies .detail-module__wrapper {
	padding-right: 50px;
	width: 50%;
}

@media (max-width: 1200px) {

	.detail-module--case-studies .detail-module__wrapper {
		padding-right: 40px;
	}
}

@media (max-width: 980px) {

	.detail-module--case-studies .detail-module__wrapper {
		width: 100%;
		padding-right: 35px;
	}
}

.detail-module__header {
	padding: 0 50px;
	width: 100%;
}

.detail-module--case-studies .detail-module__header {
	padding-right: 0;
}

@media (max-width:1200px) {

	.detail-module__header {
		padding: 0 40px;
	}
}

@media (max-width:980px) {

	.detail-module__header {
		padding: 0 35px;
	}
}

@media (max-width:760px) {

	.detail-module__header {
		padding: 0;
	}
}

.detail-module__eyebrow {
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width:1200px) {

	.detail-module__eyebrow {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.detail-module__eyebrow {
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.detail-module__eyebrow {
		font-size: 9px;
	}
}

.detail-module__headline {
	max-width: 600px;
	font-family: 'Asap', sans-serif;
	font-size: 54px;
	line-height: 114%;
	font-weight: 600;
}

.detail-module__headline:not(:first-child) {
	margin-top: 45px;
}

@media (max-width:1200px) {

	.detail-module__headline {
		font-size: 46px;
	}

	.detail-module__headline:not(:first-child) {
		margin-top: 38px;
	}
}

@media (max-width:980px) {

	.detail-module__headline {
		font-size: 39px;
	}

	.detail-module__headline:not(:first-child) {
		margin-top: 30px;
	}
}

@media (max-width:760px) {

	.detail-module__headline {
		font-size: 24px;
	}

	.detail-module__headline:not(:first-child) {
		margin-top: 15px;
	}
}

.detail-module__intro {
	margin-top: 80px;
	max-width: 600px;
	font-size: 25px;
	line-height: 150%;
	font-weight: 300;
}

@media (max-width:1200px) {

	.detail-module__intro {
		margin-top: 70px;
		font-size: 25px;
	}
}

@media (max-width:980px) {

	.detail-module__intro {
		margin-top: 55px;
		font-size: 22px;
	}
}

@media (max-width:760px) {

	.detail-module__intro {
		margin-top: 35px;
		font-size: 16px;
	}

	.detail-module__intro p {
		margin: 15px 0;
	}
}

.detail-module__row {
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

.detail-module__row--has-copy {
	flex-direction: row-reverse;
}

.detail-module__row:not(:first-child) {
	margin-top: 90px;
}

@media (max-width:1200px) {

	.detail-module__row:not(:first-child) {
		margin-top: 80px;
	}
}

@media (max-width:980px) {

	.detail-module__row:not(:first-child) {
		margin-top: 65px;
	}
}

@media (max-width:760px) {

	.detail-module__row:not(:first-child) {
		margin-top: 45px;
	}
	
	.page-id-39 .detail-module__row--has-copy {
		flex-direction: column-reverse;
	}
}

.detail-module__col--copy {
	width: calc(100% - 400px);
}

@media (max-width:1200px) {

    .detail-module__col--copy {
		width: calc(100% - 450px);
	}
}

@media (max-width:980px) {

    .detail-module__col--copy {
		width: calc(100% - 300px);
	}
}

@media (max-width:760px) {

    .detail-module__col--copy {
		width: 100%;
	}
}

.detail-module__copy {
	padding: 0 50px 0 13.6%;
	width: 100%;
}

@media (max-width:1200px) {

    .detail-module__copy {
		padding: 0 40px 0 12%;
	}
}

@media (max-width:980px) {

    .detail-module__copy {
		padding: 0 35px 0 12%;
	}
}

@media (max-width:760px) {

    .detail-module__copy {
		padding: 0;
	}
	
	.page-id-39 .detail-module__copy {
		margin-top: 45px;
	}
}

.detail-module__copy h1:not(:first-child),
.detail-module__copy h2:not(:first-child),
.detail-module__copy h3:not(:first-child),
.detail-module__copy h4:not(:first-child),
.detail-module__copy h5:not(:first-child) {
	margin-top: 40px;
}

@media (max-width:980px) {

	.detail-module__copy h1:not(:first-child),
	.detail-module__copy h2:not(:first-child),
	.detail-module__copy h3:not(:first-child),
	.detail-module__copy h4:not(:first-child),
	.detail-module__copy h5:not(:first-child) {
		margin-top: 35px;
	}
}

@media (max-width:760px) {

	.detail-module__copy h1:not(:first-child),
	.detail-module__copy h2:not(:first-child),
	.detail-module__copy h3:not(:first-child),
	.detail-module__copy h4:not(:first-child),
	.detail-module__copy h5:not(:first-child) {
		margin-top: 30px;
	}
}

.detail-module__copy h1 + p,
.detail-module__copy h2 + p,
.detail-module__copy h3 + p,
.detail-module__copy h4 + p,
.detail-module__copy h5 + p {
	margin-top: 10px;
}

.detail-module__col--details {
	padding-left: 50px;
	width: 400px;
}

@media (max-width:1200px) {

    .detail-module__col--details {
		padding-left: 40px;
		width: 450px;
	}
}

@media (max-width:980px) {

    .detail-module__col--details {
		padding-left: 35px;
		width: 300px;
	}
}

@media (max-width:760px) {

    .detail-module__col--details {
		margin-top: 45px;
		padding-left: 0;
		width: 100%;
	}
	
	.page-id-39 .detail-module__col--details {
		margin-top: 0;
	}

    .detail-module__col--details:first-child {
		margin-top: 0;
	}
}

.detail-module__item:not(:first-child) {
	margin-top: 40px;
}

@media (max-width:980px) {

	.detail-module__item:not(:first-child) {
		margin-top: 35px;
	}
}

@media (max-width:760px) {

	.detail-module__item:not(:first-child) {
		margin-top: 30px;
	}
}

.detail-module__item-title,
.detail-module__eyebrow,
.detail-module__copy h1,
.detail-module__copy h2,
.detail-module__copy h3,
.detail-module__copy h4,
.detail-module__copy h5 {
	color: #db569f;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.detail-module__eyebrow {
	color: #0f1726;
}

@media (max-width:1200px) {

	.detail-module__item-title,
	.detail-module__eyebrow,
	.detail-module__copy h1,
	.detail-module__copy h2,
	.detail-module__copy h3,
	.detail-module__copy h4,
	.detail-module__copy h5 {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.detail-module__item-title,
	.detail-module__eyebrow,
	.detail-module__copy h1,
	.detail-module__copy h2,
	.detail-module__copy h3,
	.detail-module__copy h4,
	.detail-module__copy h5 {
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.detail-module__item-title,
	.detail-module__eyebrow,
	.detail-module__copy h1,
	.detail-module__copy h2,
	.detail-module__copy h3,
	.detail-module__copy h4,
	.detail-module__copy h5 {
		font-size: 9px;
	}
}

.detail-module__item-copy {
	margin-top: 10px;
	font-size: 25px;
	line-height: 150%;
	font-weight: 300;
}

@media (max-width:1200px) {

	.detail-module__item-copy {
		font-size: 25px;
	}
}

@media (max-width:980px) {

	.detail-module__item-copy {
		font-size: 22px;
	}
}

@media (max-width:760px) {

	.detail-module__item-copy {
		font-size: 16px;
	}

	.detail-module__item-copy p {
		margin: 15px 0;
	}
}

.detail-module__item-copy a {
	font-weight: 300 !important;
	text-decoration: none !important;
}

.detail-module__preview-img {
	width: 50%;
    height: 850px;
}

@media (max-width: 1420px) {

	.detail-module__preview-img {
    	height: 750px;
	}
}

@media (max-width: 1200px) {

	.detail-module__preview-img {
    	height: 650px;
	}
}

@media (max-width: 980px) {

	.detail-module__preview-img {
		margin-top: 110px;
		padding-top: 65%;
		width: 100%;
    	height: 0;
	}
}

@media (max-width: 760px) {

	.detail-module__preview-img {
		margin-top: 50px;
	}
}




/* Image
   ========================================================================== */

.single-insights .section--image .section__wrapper {
	max-width: 1300px;
}

.image-module__row {
	margin: 0 auto;
	width: 100%;
	flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}

.image-module__row--full,
.image-module__row--staggered {
	/*max-width: 1460px;*/
}

.image-module__row--right-aligned {
	align-items: flex-end;
	flex-direction: column;
}

.image-module__row--split,
.image-module__row--left-aligned,
.image-module__row--right-aligned {
	max-width: 1400px;
}

@media (max-width:760px) {
	
	.image-module__row--split {
		padding: 0 12%;
	}
    
    .image-module__row--left-aligned,
	.image-module__row--right-aligned {
		padding: 0 8%;
    }
}

.image-module__row--full .image-module__col {
	width: 100%;
}

.image-module__row--split .image-module__col {
	width: 50%;
}

.image-module__row--staggered .image-module__col:first-child {
	width: 65%;
}

.image-module__row--staggered .image-module__col:last-child {
	width: 35%;
}

.image-module__row--split .image-module__col:first-child,
.image-module__row--staggered .image-module__col:first-child {
	padding-right: 25px;
}

.image-module__row--split .image-module__col:last-child,
.image-module__row--staggered .image-module__col:last-child {
	padding-left: 25px;
}

.image-module__row--staggered .image-module__col:last-child {
	margin-top: 60px;
}

.image-module__row--left-aligned .image-module__col,
.image-module__row--right-aligned .image-module__col {
	padding: 0 50px;
	width: 65%;
}

@media (max-width:1200px) {

	.image-module__row--split .image-module__col:first-child,
	.image-module__row--staggered .image-module__col:first-child {
		padding-right: 20px;
	}

	.image-module__row--split .image-module__col:last-child,
	.image-module__row--staggered .image-module__col:last-child {
		padding-left: 20px;
	}
    
    .image-module__row--left-aligned .image-module__col,
	.image-module__row--right-aligned .image-module__col {
		padding: 0 35px;
    }
}

@media (max-width:980px) {

	.image-module__row--split .image-module__col:first-child,
	.image-module__row--staggered .image-module__col:first-child {
		padding-right: 15px;
	}

	.image-module__row--split .image-module__col:last-child,
	.image-module__row--staggered .image-module__col:last-child {
		padding-left: 15px;
	}
    
    .image-module__row--left-aligned .image-module__col,
	.image-module__row--right-aligned .image-module__col {
		padding: 0 35px;
    }
}

@media (max-width:760px) {

	.image-module__row--split .image-module__col {
		width: 100%;
	}

	.image-module__row--split .image-module__col:first-child,
	.image-module__row--staggered .image-module__col:first-child {
		padding-right: 0;
	}

	.image-module__row--split .image-module__col:last-child,
	.image-module__row--staggered .image-module__col:last-child {
		margin-top: 25px;
		padding-left: 0;
	}
    
    .image-module__row--left-aligned .image-module__col,
	.image-module__row--right-aligned .image-module__col {
		padding: 0;
		width: 100%;
    }
	
	.image-module__row--staggered .image-module__col:first-child,
	.image-module__row--staggered .image-module__col:last-child {
		width: 100%;
	}

	.image-module__row--staggered .image-module__col:last-child {
		padding: 0 8%;
    }
}

.image-module__image {
	width: 100%;
}

.image-module__row--split .image-module__image {
	padding-top: 125%;
}

.image-module__row--staggered .image-module__col:first-child .image-module__image {
	padding-top: 65%;
}

.image-module__row--staggered .image-module__col:last-child .image-module__image {
	padding-top: 125%;
}

.image-module__row--full .full-bg,
.image-module__row--full .full-bg img,
.image-module__row--left-aligned .full-bg,
.image-module__row--left-aligned .full-bg img,
.image-module__row--right-aligned .full-bg,
.image-module__row--right-aligned .full-bg img {
	height: auto;
	position: relative;
	object-fit: unset;
}



/* Hero
   ========================================================================== */

.section--hero {
	overflow: hidden;
}

@media (max-width:760px) {
    
    .section--hero {
		padding: 0;
    }
}

.hero-module {
	width: 100%;
	min-height: 500px;
}

.hero-module__icon {
	width: 225px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

@media (max-width:980px) {
    
    .hero-module__icon {
		width: 165px;
    }
}

@media (max-width:760px) {
    
    .hero-module__icon {
		width: 115px;
    }
}

.swiper-slide--hero.swiper-slide {
	overflow: hidden;
}

.swiper-slide--hero.swiper-slide-active {
	z-index: 10;
}

.swiper-slide--hero .full-bg {
	will-change: width, height, top, left;
}

.swiper-slide--hero.swiper-slide-prev[data-swiper-slide-index="0"] .full-bg,
.swiper-slide--hero.swiper-slide-prev[data-swiper-slide-index="2"] .full-bg,
.swiper-slide--hero.swiper-slide-prev[data-swiper-slide-index="4"] .full-bg,
.swiper-slide--hero.swiper-slide-prev[data-swiper-slide-index="6"] .full-bg,
.swiper-slide--hero.swiper-slide-next[data-swiper-slide-index="0"] .full-bg,
.swiper-slide--hero.swiper-slide-next[data-swiper-slide-index="2"] .full-bg,
.swiper-slide--hero.swiper-slide-next[data-swiper-slide-index="4"] .full-bg,
.swiper-slide--hero.swiper-slide-next[data-swiper-slide-index="6"] .full-bg {
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	transition: width .2s linear .8s, height .2s linear .8s, top .2s linear .8s, left .2s linear .8s;
}

.swiper-slide--hero.swiper-slide-active[data-swiper-slide-index="0"] .full-bg,
.swiper-slide--hero.swiper-slide-active[data-swiper-slide-index="2"] .full-bg,
.swiper-slide--hero.swiper-slide-active[data-swiper-slide-index="4"] .full-bg,
.swiper-slide--hero.swiper-slide-active[data-swiper-slide-index="6"] .full-bg {
	width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
	transition: width 8s linear .0s, height 8s linear .0s, top 8s linear .0s, left 8s linear .0s;
}

.swiper-slide--hero.swiper-slide-prev[data-swiper-slide-index="1"] .full-bg,
.swiper-slide--hero.swiper-slide-prev[data-swiper-slide-index="3"] .full-bg,
.swiper-slide--hero.swiper-slide-prev[data-swiper-slide-index="5"] .full-bg,
.swiper-slide--hero.swiper-slide-next[data-swiper-slide-index="1"] .full-bg,
.swiper-slide--hero.swiper-slide-next[data-swiper-slide-index="3"] .full-bg,
.swiper-slide--hero.swiper-slide-next[data-swiper-slide-index="5"] .full-bg {
	width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
	transition: width .2s linear .8s, height .2s linear .8s, top .2s linear .8s, left .2s linear .8s;
}

.swiper-slide--hero.swiper-slide-active[data-swiper-slide-index="1"] .full-bg,
.swiper-slide--hero.swiper-slide-active[data-swiper-slide-index="3"] .full-bg,
.swiper-slide--hero.swiper-slide-active[data-swiper-slide-index="5"] .full-bg {
	width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
	transition: width 8s linear .0s, height 8s linear .0s, top 8s linear .0s, left 8s linear .0s;
}

.swiper-slide--hero-btn {
	padding: 5px;
	color: #fff !important;
	font-size: 12px;
	line-height: 100%;
	font-weight: 700 !important;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	position: absolute;
	bottom: 30px;
	left: 30px;
	vertical-align: top;
	display: inline-block;
}

.no-touch-device .swiper-slide--hero-btn:hover {
	text-decoration: underline!important;
}

@media (max-width:760px) {
    
    .swiper-slide--hero-btn {
		bottom: 20px;
		left: 20px;
		font-size: 10px;
    }
}

.swiper-pagination--hero {
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: absolute;
    bottom: 25px;
    right: 30px;
    z-index: 10;
    vertical-align: top;
    display: inline-block;
    transform: translate3d(0,0,0);
}

@media (max-width:760px) {
    
    .swiper-pagination--hero {
		bottom: 20px;
		right: 25px;
		display: none;
    }
}

.swiper-pagination--hero .swiper-pagination-bullet {
    margin: 5px 0;
	padding: 5px 0;
    width: 14px;
    height: auto;
	font-family: 'Asap', sans-serif;
	color: #fff !important;
	font-size: 12px;
	line-height: 100%;
	font-weight: 700;
	text-decoration: none !important;
    cursor: pointer;
    display: block;
    background: none;
}

.swiper-pagination--hero .swiper-pagination-bullet:after {
	width: 300px;
	height: 1px;
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 40px);
	background: #b0802b;
	opacity: 0;
	transition: left .3s ease, opacity .3s ease;
	will-change: left opacity;
}

.swiper-pagination--hero .swiper-pagination-bullet-active {
    background: none;
}

.swiper-pagination--hero .swiper-pagination-bullet-active:after {
	left: 100%;
	opacity: 1;
}




/* Highlight
   ========================================================================== */

.highlight-module__row {
	margin: 0 auto;
	width: 100%;
	max-width: 1050px;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

.highlight-module__row--has-image {
	max-width: 1200px;
	align-items: center;
}

.highlight-module__col--image {
	width: 450px;
}

@media (max-width:1200px) {

	.highlight-module__col--image {
		width: 400px;
	}
}

@media (max-width:980px) {

	.highlight-module__col--image {
		width: 300px;
	}
}

@media (max-width:760px) {

	.highlight-module__col--image {
		padding: 0 12%;
		width: 100%;
	}
}

.highlight-module__col--copy {
	padding-left: 12%;
	width: calc(100% - 450px);
}

.highlight-module__col--copy:first-child {
	width: 100%;
    padding-left: 370px;
}

@media (max-width:1200px) {

	.highlight-module__col--copy {
		padding-left: 10%;
		width: calc(100% - 400px);
	}
}

@media (max-width:980px) {

	.highlight-module__col--copy {
		padding-left: 8%;
		width: calc(100% - 300px);
	}

	.highlight-module__col--copy:first-child {
		padding-left: 300px;
	}
}

@media (max-width:760px) {

	.highlight-module__col--copy {
		padding: 0 4%;
		width: 100%;
	}
	
	.highlight-module__col--copy:not(:first-child) {
		margin-top: 50px;
	}

	.highlight-module__col--copy:first-child {
		padding-left: 0;
	}
}

.highlight-module__image {
	padding-top: 134%;
	width: 100%;
}

.highlight-module__headline {
    font-family: 'Asap', sans-serif;
    font-size: 54px;
    line-height: 114%;
    font-weight: 600;
}

@media (max-width:1200px) {

	.highlight-module__headline {
		font-size: 46px;
	}
}

@media (max-width:980px) {

	.highlight-module__headline {
		font-size: 39px;
	}
}

@media (max-width:760px) {

	.highlight-module__headline {
		font-size: 24px;
	}
}

.highlight-module__copy:not(:first-child) {
	margin-top: 70px;
}

@media (max-width:1200px) {

	.highlight-module__copy:not(:first-child) {
		margin-top: 60px;
	}
}

@media (max-width:980px) {

	.highlight-module__copy:not(:first-child) {
		margin-top: 55px;
	}
}

@media (max-width:760px) {

	.highlight-module__copy:not(:first-child) {
		margin-top: 40px;
	}
}

.highlight-module__copy h1,
.highlight-module__copy h2,
.highlight-module__copy h3,
.highlight-module__copy h4,
.highlight-module__copy h5 {
	color: #db569f;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width:1200px) {

	.highlight-module__copy h1,
	.highlight-module__copy h2,
	.highlight-module__copy h3,
	.highlight-module__copy h4,
	.highlight-module__copy h5 {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.highlight-module__copy h1,
	.highlight-module__copy h2,
	.highlight-module__copy h3,
	.highlight-module__copy h4,
	.highlight-module__copy h5 {
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.highlight-module__copy h1,
	.highlight-module__copy h2,
	.highlight-module__copy h3,
	.highlight-module__copy h4,
	.highlight-module__copy h5 {
		font-size: 9px;
	}
}

.highlight-module__copy h1:not(:first-child),
.highlight-module__copy h2:not(:first-child),
.highlight-module__copy h3:not(:first-child),
.highlight-module__copy h4:not(:first-child),
.highlight-module__copy h5:not(:first-child) {
	margin-top: 40px;
}

@media (max-width:980px) {

	.highlight-module__copy h1:not(:first-child),
	.highlight-module__copy h2:not(:first-child),
	.highlight-module__copy h3:not(:first-child),
	.highlight-module__copy h4:not(:first-child),
	.highlight-module__copy h5:not(:first-child) {
		margin-top: 35px;
	}
}

@media (max-width:760px) {

	.highlight-module__copy h1:not(:first-child),
	.highlight-module__copy h2:not(:first-child),
	.highlight-module__copy h3:not(:first-child),
	.highlight-module__copy h4:not(:first-child),
	.highlight-module__copy h5:not(:first-child) {
		margin-top: 30px;
	}
}

.highlight-module__copy h1 + p,
.highlight-module__copy h2 + p,
.highlight-module__copy h3 + p,
.highlight-module__copy h4 + p,
.highlight-module__copy h5 + p {
	margin-top: 10px;
}




/* News
   ========================================================================== */




/* Practice Areas
   ========================================================================== */




/* Quote
   ========================================================================== */

.quote-module__wrapper {
	padding: 0 4%;
}

.quote-module__content {
	margin: 0 auto;
	padding: 5px 10.5% 15px;
	width: 100%;
	max-width: 866px;
	text-align: center;
	border-left: 6px solid #0f1726;
	border-right: 6px solid #0f1726;
}

@media (max-width:1200px) {

	.quote-module__content {
		max-width: 700px;
		border-left: 5px solid #0f1726;
		border-right: 5px solid #0f1726;
	}
}

@media (max-width:980px) {

	.quote-module__content {
		max-width: 600px;
		border-left: 4px solid #0f1726;
		border-right: 4px solid #0f1726;
	}
}

@media (max-width:760px) {

	.quote-module__content {
		padding: 5px 10.5% 15px;
		max-width: 500px;
		border-left: 3px solid #0f1726;
		border-right: 3px solid #0f1726;
	}
}

.quote-module__icon {
	margin: 0 auto;
	width: 64px;
	height: auto;
}

@media (max-width:1200px) {

	.quote-module__icon {
		width: 56px;
	}
}

@media (max-width:980px) {

	.quote-module__icon {
		width: 49px;
	}
}

@media (max-width:760px) {

	.quote-module__icon {
		width: 34px;
	}
}

@media (max-width:760px) {

	.quote-module__icon {
		width: 34px;
	}
}

.quote-module__quote {
	margin-top: 40px;
	font-family: 'Asap', sans-serif;
	font-size: 27px;
	line-height: 150%;
	font-weight: 600 !important;
}

@media (max-width:1200px) {

	.quote-module__quote {
		margin-top: 35px;
		font-size: 24px;
	}
}

@media (max-width:980px) {

	.quote-module__quote {
		margin-top: 30px;
		font-size: 20px;
	}
}

@media (max-width:760px) {

	.quote-module__quote {
		margin-top: 20px;
		font-size: 13px;
	}
}

.quote-module__author {
	margin-top: 40px;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width:1200px) {

	.quote-module__author {
		margin-top: 35px;
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.quote-module__author {
		margin-top: 30px;
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.quote-module__author {
		margin-top: 20px;
		font-size: 9px;
	}
}





/* Team Detail
   ========================================================================== */

.section--team-detail .section__wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1460px;
}

.team-detail-module__wrapper {
	flex-direction: row-reverse;
	flex-wrap: wrap;
	display: flex;
}

.team-detail-module__col--content {
	width: 550px;
}

@media (max-width:1200px) {

	.team-detail-module__col--content {
		width: calc(100% - 450px);
	}
}

@media (max-width:980px) {

	.team-detail-module__col--content {
		width: calc(100% - 300px);
	}
}

@media (max-width:760px) {

	.team-detail-module__col--content {
		padding: 0 4%;
		width: 100%;
	}
}

.team-detail-module__content {
	padding-top: 140px;
}

@media (max-width:1200px) {

	.team-detail-module__content {
		padding: 110px 0 0 12%;
	}
}

@media (max-width:980px) {

	.team-detail-module__content {
		padding: 80px 0 0 12%;
	}
}

@media (max-width:760px) {

	.team-detail-module__content {
		padding: 0;
	}
}

.team-detail-module__eyebrow {
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width:1200px) {

	.team-detail-module__eyebrow {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.team-detail-module__eyebrow {
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.team-detail-module__eyebrow {
		font-size: 9px;
	}
}

.team-detail-module__headline {
	margin-top: 45px;
	font-family: 'Asap', sans-serif;
	font-size: 54px;
	line-height: 114%;
	font-weight: 600;
}

@media (max-width:1200px) {

	.team-detail-module__headline {
		margin-top: 38px;
		font-size: 46px;
	}
}

@media (max-width:980px) {

	.team-detail-module__headline {
		margin-top: 30px;
		font-size: 39px;
	}
}

@media (max-width:760px) {

	.team-detail-module__headline {
		margin-top: 15px;
		font-size: 24px;
	}
}

.team-detail-module__list {
	margin: 80px 0 0 0;
	padding: 0;
	list-style: none;
}

@media (max-width:1200px) {

	.team-detail-module__list {
		margin-top: 70px;
	}
}

@media (max-width:980px) {

	.team-detail-module__list {
		margin-top: 60px;
	}
}

@media (max-width:760px) {

	.team-detail-module__list {
		margin-top: 40px;
	}
}

.team-detail-module__item {
	font-size: 12px;
	line-height: 150%;
	font-weight: 700;
	text-transform: uppercase;
}

@media (max-width:760px) {

	.team-detail-module__item {
		font-size: 9px;
	}
}

.team-detail-module__item:not(:first-child) {
	margin-top: 20px;
}

@media (max-width:980px) {

	.team-detail-module__item:not(:first-child) {
		margin-top: 15px;
	}
}

@media (max-width:760px) {

	.team-detail-module__item:not(:first-child) {
		margin-top: 10px;
	}
}

.team-detail-module__col--image {
	padding: 50px 8.2% 0 50px;
	width: calc(100% - 550px);
}

@media (max-width:1200px) {
    
    .team-detail-module__col--image {
		padding: 40px 0 0 40px;
		width: 450px;
    }
}

@media (max-width:980px) {
    
    .team-detail-module__col--image {
		padding: 35px 0 0 35px;
		width: 300px;
    }
}

@media (max-width:760px) {
    
    .team-detail-module__col--image {
		margin-top: 50px;
		padding: 25px 0 0 25px;
		width: 100%;
    }
}

.team-detail-module__image {
	padding-top: 126.4%;
	width: 100%;
}

@media (max-width:760px) {
    
    .team-detail-module__image {
		margin: 0 auto;
    }
}

.team-detail-module__image:before {
	padding-top: 126.4%;
	width: 100%;
	content: '';
	position: absolute;
	top: -50px;
	left: -50px;
	background: #db569f;
}

@media (max-width:1200px) {
    
    .team-detail-module__image:before {
		top: -40px;
		left: -40px;
    }
}

@media (max-width:980px) {
    
    .team-detail-module__image:before {
		top: -35px;
		left: -35px;
    }
}

@media (max-width:760px) {
    
    .team-detail-module__image:before {
		top: -25px;
		left: -25px;
    }
}




/* Team Highlight
   ========================================================================== */

.section--team-highlight .section__wrapper {
	margin: 0 auto;
	width: 100%;
	/*max-width: 1460px;*/
}

@media (max-width:760px) {

    .section--team-highlight .section__wrapper {
		padding: 0 7%;
	}
}

.section--team-highlight .section__wrapper:before {
	width: 100%;
	height: calc(100% - 70px);
	content: '';
	position: absolute;
	top: 70px;
	left: 0;
	background: #ffeeee;
}

@media (max-width:1200px) {

    .section--team-highlight .section__wrapper:before {
		height: calc(100% - 65px);
		top: 65px;
	}
}

@media (max-width:980px) {

    .section--team-highlight .section__wrapper:before {
		height: calc(100% - 60px);
		top: 60px;
	}
}

@media (max-width:760px) {

    .section--team-highlight .section__wrapper:before {
		height: calc(100% - 50px);
		top: 50px;
	}
}

.team-highlight-module {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 100%;
	max-width: 1400px;
}

@media (max-width:1200px) {

    .team-highlight-module {
		padding-bottom: 90px;
	}
}

@media (max-width:980px) {

    .team-highlight-module {
		padding-bottom: 85px;
	}
}

@media (max-width:760px) {

    .team-highlight-module {
		padding-bottom: 70px;
	}
}

.team-highlight-module__wrapper {
	flex-direction: row-reverse;
	flex-wrap: wrap;
	display: flex;
}

.team-highlight-module__col--image {
	padding: 0 50px 50px;
	width: 600px
}

@media (max-width:1200px) {

    .team-highlight-module__col--image {
		padding: 0 40px 40px;
		width: 420px
	}
}

@media (max-width:980px) {

    .team-highlight-module__col--image {
		padding: 0 35px 35px;
		width: 320px
	}
}

@media (max-width:760px) {

    .team-highlight-module__col--image {
		padding: 0 0 25px 25px;
		width: 100%;
	}
}

.team-highlight-module__image {
	padding-top: 126.4%;
	width: 100%;
}

.team-highlight-module__image:before {
	padding-top: calc(126.4% - 110px);
	width: 100%;
	content: '';
	position: absolute;
	top: 160px;
	left: -50px;
	background: #b0802b;
}

@media (max-width:1200px) {
    
    .team-highlight-module__image:before {
		padding-top: calc(126.4% - 100px);
		top: 140px;
		left: -40px;
    }
}

@media (max-width:980px) {
    
    .team-highlight-module__image:before {
		padding-top: calc(126.4% - 85px);
		top: 120px;
		left: -35px;
    }
}

@media (max-width:760px) {
    
    .team-highlight-module__image:before {
		padding-top: calc(126.4% - 75px);
		top: 100px;
		left: -25px;
    }
}

.team-highlight-module__col--details {
	width: calc(100% - 600px);
}

@media (max-width:1200px) {

    .team-highlight-module__col--details {
		width: calc(100% - 420px);
	}
}

@media (max-width:980px) {

    .team-highlight-module__col--details {
		width: calc(100% - 320px);
	}
}

@media (max-width:760px) {

    .team-highlight-module__col--details {
		margin-top: 45px;
		width: 100%;
	}
}

.team-highlight-module__details {
	padding: 160px 14% 0 50px;
}

@media (max-width:1200px) {

    .team-highlight-module__details {
		padding: 140px 13% 0 40px;
	}
}

@media (max-width:980px) {

    .team-highlight-module__details {
		padding: 120px 12% 0 35px;
	}
}

@media (max-width:760px) {

    .team-highlight-module__details {
		padding: 0;
	}
}

.team-highlight-module__item:not(:first-child) {
	margin-top: 40px;
}

@media (max-width:980px) {

	.team-highlight-module__item:not(:first-child) {
		margin-top: 35px;
	}
}

@media (max-width:760px) {

	.team-highlight-module__item:not(:first-child) {
		margin-top: 30px;
	}
}

.team-highlight-module__item-title {
	color: #db569f;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width:1200px) {

	.team-highlight-module__item-title {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.team-highlight-module__item-title {
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.team-highlight-module__item-title {
		font-size: 9px;
	}
}

.team-highlight-module__item-copy {
	margin-top: 10px;
}




/* Team
   ========================================================================== */

.section--team:first-child {
	margin-top: 80px;
}

@media (max-width: 1200px) {

	.section--team:first-child {
		margin-top: 65px;
	}
}

@media (max-width: 980px) {

	.section--team:first-child {
		margin-top: 50px;
	}
}

@media (max-width: 760px) {

	.section--team:first-child {
		margin-top: 20px;
	}
}

.team-module {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}

.team-module__header {
	padding: 0 5%;
}

@media (max-width: 760px) {

	.team-module__header {
		padding: 0 4%;
	}
}

.team-module__eyebrow {
	color: #db569f;
	font-size: 14px;
	line-height: 100%;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media (max-width:1200px) {

	.team-module__eyebrow {
		font-size: 13px;
	}
}

@media (max-width:980px) {

	.team-module__eyebrow {
		font-size: 12px;
	}
}

@media (max-width:760px) {

	.team-module__eyebrow {
		font-size: 9px;
	}
}

.team-module__headline {
	font-family: 'Asap', sans-serif;
	font-size: 54px;
	line-height: 114%;
	font-weight: 600;
}

.team-module__headline:not(:first-child) {
	margin-top: 45px;
}

@media (max-width:1200px) {

	.team-module__headline {
		font-size: 46px;
	}

	.team-module__headline:not(:first-child) {
		margin-top: 38px;
	}
}

@media (max-width:980px) {

	.team-module__headline {
		font-size: 39px;
	}

	.team-module__headline:not(:first-child) {
		margin-top: 30px;
	}
}

@media (max-width:760px) {

	.team-module__headline {
		font-size: 24px;
	}

	.team-module__headline:not(:first-child) {
		margin-top: 15px;
	}
}

.team-members-module {
	margin: 90px 0 -50px;
}

@media (max-width:1200px) {

	.team-members-module {
		margin: 75px 0 -40px;
	}
}

@media (max-width:980px) {

	.team-members-module {
		margin: 65px 0 -30px;
	}
}

@media (max-width:760px) {

	.team-members-module {
		margin: 45px 0 -15px;
	}
}

.team-members-module__list {
	margin: 0 -50px 0 0;
	padding: 0;
	list-style: none;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}

@media (max-width:1200px) {

	.team-members-module__list {
		margin: 0 -40px 0 0;
	}
}

@media (max-width:980px) {

	.team-members-module__list {
		margin: 0 -30px 0 0;
	}
}

@media (max-width:760px) {

	.team-members-module__list {
		margin: 0 -15px 0 0;
	}
}

.team-members-module__item {
	padding: 0 50px 50px 0;
	width: 33.33%;
	display: block;
}

@media (max-width:1200px) {

	.team-members-module__item {
		padding: 0 40px 40px 0;
	}
}

@media (max-width:980px) {

	.team-members-module__item {
		padding: 0 30px 30px 0;
	}
}

@media (max-width:760px) {

	.team-members-module__item {
		padding: 0 15px 15px 0;
		width: 50%;
	}
}

.team-members-module__btn {
	width: 100%;
	padding-top: 110%;
	display: block;
}

.team-members-module__btn:before {
	width: 0;
	height: calc(100% - 20px);
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	background: #db569f;
	opacity: .65;
	transition: .4s width ease;
}

.touch-device .team-members-module__btn.team-members-module__btn--active:before,
.no-touch-device .team-members-module__btn:hover:before {
	width: calc(100% - 20px);
}

@media (max-width:980px) {

	.team-members-module__btn:before {
		height: calc(100% - 16px);
		top: 8px;
		left: 8px;
	}

	.touch-device .team-members-module__btn.team-members-module__btn--active:before,
	.no-touch-device .team-members-module__btn:hover:before {
		width: calc(100% - 16px);
	}
}

@media (max-width:760px) {

	.team-members-module__btn:before {
		height: calc(100% - 10px);
		top: 5px;
		left: 5px;
	}

	.touch-device .team-members-module__btn.team-members-module__btn--active:before,
	.no-touch-device .team-members-module__btn:hover:before {
		width: calc(100% - 10px);
	}
}

.team-members-module__image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.team-members-module__image img {
	object-position: top;
}

.team-members-module__content {
	padding: 0 40px 50px;
	width: 100%;
	color: #fff !important;
	text-decoration: none !important;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

@media (max-width:1200px) {

	.team-members-module__content {
		padding: 0 35px 42px;
	}
}

@media (max-width:980px) {

	.team-members-module__content {
		padding: 0 30px 35px;
	}
}

@media (max-width:760px) {

	.team-members-module__content {
		padding: 0 18px 20px;
	}
}

.team-members-module__eyebrow {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 100%;
	font-weight: 700 !important;
	letter-spacing: .1em;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(20px);
	transition: .3s opacity ease .1s, .3s transform ease .1s;
}

.touch-device .team-members-module__btn.team-members-module__btn--active .team-members-module__eyebrow,
.no-touch-device .team-members-module__btn:hover .team-members-module__eyebrow {
	opacity: 1;
	transform: translateY(0);
	transition: .3s opacity ease .1s, .3s transform ease .1s;
}

@media (max-width:1200px) {

	.team-members-module__eyebrow {
		margin-bottom: 8px;
		font-size: 11px;
	}
}

@media (max-width:980px) {

	.team-members-module__eyebrow {
		margin-bottom: 7px;
		font-size: 10px;
	}
}

@media (max-width:760px) {

	.team-members-module__eyebrow {
		margin-bottom: 5px;
		font-size: 8px;
	}
}

.team-members-module__headline {
	font-family: 'Asap', sans-serif;
	font-size: 27px;
	line-height: 114%;
	font-weight: 600 !important;
	opacity: 0;
	transform: translateY(20px);
	transition: .3s opacity ease .1s, .3s transform ease .1s;
}

.touch-device .team-members-module__btn.team-members-module__btn--active .team-members-module__headline,
.no-touch-device .team-members-module__btn:hover .team-members-module__headline {
	opacity: 1;
	transform: translateY(0);
	transition: .3s opacity ease .2s, .3s transform ease .2s;
}

@media (max-width:1200px) {

	.team-members-module__headline {
		font-size: 24px;
	}
}

@media (max-width:980px) {

	.team-members-module__headline {
		font-size: 20px;
	}
}

@media (max-width:760px) {

	.team-members-module__headline {
		font-size: 13px;
	}
}




/* Modal
   ========================================================================== */

.modal {
    padding: 100px 40px;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: -1;
    background: rgba(0,0,0,.85);
    opacity: 0;
    transition: opacity .3s ease, z-index .1s ease .3s;
}

.modal--open {
    z-index: 9999;
    opacity: 1;
    transition: opacity .3s ease, z-index .1s ease;
}

@media (max-width: 760px) {
    
    .modal {
        padding: 60px 20px;
    }
}

.modal__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.modal__wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    min-width: 280px;
    height: 100%;
}

.modal__content {
    padding-bottom: 56%;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.modal__video {
    padding-top: 56% !important;
    height: 0 !important;
}

.modal__video iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.modal__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -45px;
    right: -10px;
    pointer-events: auto;
    z-index: 10;
}

.modal__close:before,
.modal__close:after {
    width: 22px;
    height: 2px;
    position: absolute;
    left: 9px;
    top: calc(50% - 1px);
    content: '';
    transform: translateX(-50%);
    background: #fff;
}

.modal__close:before {
    transform: rotate(135deg);
}

.modal__close:after {
    transform: rotate(-135deg);
}





/* Broswer Alert
   ========================================================================== */

.browser-alert {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,.7);
	display: none;
}

.ie10 .browser-alert,
.ie11 .browser-alert {
	display: block;
}

.browser-alert__wrapper {
    padding: 100px 40px;
	width: 94%;
	max-width: 950px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #0f1726;
	transform: translate(-50%,-50%);
}

@media (max-width:980px) {
    
    .browser-alert__wrapper {
    	padding: 80px 30px;
		width: 92%;
    }
}

@media (max-width:760px) {
    
    .browser-alert__wrapper {
    	padding: 60px 20px;
		width: 89.4%;
    }
}

.browser-alert__icon {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border: 4px solid #fff;
	border-radius: 50%;
	background-image: url(../img/content/i-icon.svg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
}

@media (max-width:980px) {
    
    .browser-alert__icon {
		width: 80px;
		height: 80px;
		background-size: 16px auto;
	}
}

@media (max-width:760px) {
    
    .browser-alert__icon {
		width: 60px;
		height: 60px;
		border: 3px solid #fff;
		background-size: 12px auto;
	}
}

.browser-alert__headline {
	margin: 30px auto 0;
	max-width: 580px;
	color: #fff;
	font-size: 36px;
	line-height: 130%;
	font-weight: 400;
	text-align: center;
}

@media (max-width:980px) {
    
    .browser-alert__headline {
		margin-top: 25px;
		font-size: 30px;
    }
}

@media (max-width:760px) {
    
    .browser-alert__headline {
		margin-top: 20px;
		font-size: 24px;
    }
}

.browser-alert__copy {
	margin: 50px auto 0;
	max-width: 580px;
	color: #fff;
	font-size: 20px;
	line-height: 125%;
	font-weight: 400;
	text-align: center;
}

@media (max-width:980px) {
    
    .browser-alert__copy {
		margin-top: 40px;
		font-size: 18px;
    }
}

@media (max-width:760px) {
    
    .browser-alert__copy {
		margin-top: 30px;
		font-size: 16px;
    }
}




