/* About Us
--------------------------------------------- */

/* TOC
	2. About Us
		2.1. Index
*/

/* 2. About Us
------------------------------------------------ */

/* 2.1. About Us > Index
------------------------------------------------ */

#abouts_index_c header {
	background: transparent url('/img/abouts/header_bg.jpg') no-repeat center center / cover;
}

#abouts_index_c section.intro h2 span {
	display: block;
}

#abouts_index_c section.who {
	padding: 45px;
	position: relative;
	z-index: 2;
}

#abouts_index_c section.who div.arrow_right {
	border-bottom: 50px solid transparent;
	border-left: 50px solid rgba(53, 48, 45, 0.5);
	border-right: none;
	border-top: 50px solid transparent;
	bottom: -50px;
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

#abouts_index_c section.who div.max_width_c {
	position: relative;
}

#abouts_index_c section.who h2 {
	color: #af3e21;
	font-family: "ff-din-web", Helvetica, Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

#abouts_index_c section.who div.partners {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#abouts_index_c section.who div.partners div.partner {
	flex-basis: 282px; /* https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
	margin: 0 0 85px 0;
	max-width: 282px;
	width: 100%;
}

#abouts_index_c section.who div.partners div.partner:last-child {
	margin: 0;
}

#abouts_index_c section.who div.partners div.partner div.photo {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 78%, 78% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 78%, 78% 100%, 0% 100%);
	height: 76vw;
	margin: 30px 0;
	max-height: 282px;
	width: 100%;
}

#abouts_index_c section.who div.partners div.partner:nth-child(1) div.photo {
	background: transparent url('/img/abouts/scott.jpg') no-repeat center center / cover;
}

#abouts_index_c section.who div.partners div.partner:nth-child(2) div.photo {
	background: transparent url('/img/abouts/ryan.jpg') no-repeat center center / cover;
}

#abouts_index_c section.who div.partners div.partner:nth-child(3) div.photo {
	background: transparent url('/img/abouts/taryn.jpg') no-repeat center center / cover;
}

#abouts_index_c section.who div.partners div.partner div.name {
	color: #9d331e;
	font-family: 'Lobster Two', cursive;
	font-size: 2.2rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 2.8rem;
}

#abouts_index_c section.who div.partners div.partner div.title {
	color: #9d331e;
	font-family: "ff-din-web", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 2.1rem;
	margin: 0;
	text-transform: uppercase;
}

#abouts_index_c section.who div.partners div.partner div.tags {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}

#abouts_index_c section.who div.partners div.partner div.tags div {
	color: #fff;
	background-color: #bbb08e;
	display: inline-block;
	font-family: "ff-din-web", Helvetica, Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	margin: 0 8px 8px 0;
	padding: 9px 10px 7px 10px;
}

#abouts_index_c section.who div.partners div.partner div.social {

}

#abouts_index_c section.what {
	background-color: #716360;
	-webkit-clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 50px, 100% 100%, 0% 100%);
	padding: 45px;
	position: relative;
}

#abouts_index_c section.what div.arrow_down {
	display: none;
}

#abouts_index_c section.what div.max_width_c {
	position: relative;
}

#abouts_index_c section.what h2 {
	color: #fff;
	font-family: "ff-din-web", Helvetica, Arial, sans-serif;
	font-size: 2.2rem;
	font-weight: 400;
	letter-spacing: 0.025em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

#abouts_index_c section.what p {
	color: #fff;
	font-family: "FFDINWebLight", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
	line-height: 2.2rem;
}

#abouts_index_c section.what div.guesses .desktop {
	display: none;
}

#abouts_index_c section.what div.guesses div.guess {
	margin: 25px 0 0 0;
}

#abouts_index_c section.what div.guesses div.guess div.description {
	color: #bbaca9;
	font-family: 'Lobster Two', cursive;
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1;
	margin: 0 0 10px 0;
}

#abouts_index_c section.what div.guesses div.guess div.bar {
	cursor: pointer;
	display: flex;
	margin: 0 0 25px 0;
}

#abouts_index_c section.what div.guesses div.guess div.bar div.icon {
	flex: 0 0 55px;
	height: 55px;
	width: 55px;
}

#abouts_index_c section.what div.guesses div.guess:first-child div.bar div.icon {
	background: #fff url('/img/abouts/about_hookshot_circleslash.svg') no-repeat center center / contain;
}

#abouts_index_c section.what div.guesses div.guess:last-child div.bar div.icon {
	background: #fff url('/img/abouts/about_hookshot_check.svg') no-repeat center center / contain;
}

#abouts_index_c section.what div.guesses div.guess div.bar div.cta {
	align-items: center;
	background-color: #352f2d;
	color: #fff;
	display: flex;
	font-family: "ff-din-web", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1;
	position: relative;
	padding: 0 60px 0 20px;
	text-transform: uppercase;
	width: 100%;
}

#abouts_index_c section.what div.guesses div.guess.open div.bar div.cta {
	color: rgba(255, 255, 255, 0.3);
}

#abouts_index_c section.what div.guesses div.guess div.bar div.cta::after {
	color: #fff;
	content: '\f0d7';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	position: absolute;
	right: 24px;
	top: 20px;
	transition: transform 0.5s;
}

#abouts_index_c section.what div.guesses div.guess.open div.bar div.cta::after {
	transform: rotate(180deg);
}

#abouts_index_c section.what div.guesses div.guess div.explanation {
	display: none;
}

#abouts_index_c section.what div.guesses div.guess div.explanation p {
	font-family: "FFDINWebLight", Helvetica, Arial, sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
	line-height: 2.2rem;
}

#abouts_index_c section.what div.guesses div.guess div.explanation p:first-child {
	margin-top: 0;
}

#abouts_index_c section.what div.guesses div.guess div.explanation p:last-child {
	margin-bottom: 0;
}

#abouts_index_c section.what div.guesses div.guess div.explanation p span {
	font-family: "ff-din-web", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

#abouts_index_c section.what div.dudes {
	display: none;
}

#abouts_index_c section.subfooter div.subfooter_left {
	background: transparent url('/img/abouts/bot_callout_bg.jpg') no-repeat center top 25% / cover;
}

#abouts_index_c section.subfooter div.subfooter_right div.icons div:nth-child(1) {
	background: transparent url('/img/abouts/bot_callout_1_triforce.svg') no-repeat left center / contain;
}

#abouts_index_c section.subfooter div.subfooter_right div.icons div:nth-child(2) {
	background: transparent url('/img/abouts/bot_callout_2_heart.svg') no-repeat center center / contain;
}

#abouts_index_c section.subfooter div.subfooter_right div.icons div:nth-child(3) {
	background: transparent url('/img/abouts/bot_callout_3_sword.svg') no-repeat right center / contain;
}

@media (min-width: 768px) {
	#abouts_index_c header {
		background: transparent url('/img/abouts/header_bg.jpg') no-repeat center center / cover;
	}

	#abouts_index_c section.intro h2 span {
		display: inline-block;
	}

	#abouts_index_c section.who {
		padding: 100px 0 140px 0;
	}

	#abouts_index_c section.who div.arrow_right {
		border-bottom: 110px solid transparent;
		border-left: 110px solid rgba(53, 48, 45, 0.5);
		border-top: 110px solid transparent;
		bottom: -110px;
	}

	#abouts_index_c section.who div.max_width_c {
		margin: 0 auto;
		max-width: 1000px;
	}

	#abouts_index_c section.who h2 {
		font-size: 3.6rem;
	}

	#abouts_index_c section.who div.partners {
		display: flex;
		justify-content: space-between;
	}

	#abouts_index_c section.who div.partners div.partner {

	}

	#abouts_index_c section.who div.partners div.partner:first-child {
		margin: 0;
	}

	#abouts_index_c section.who div.partners div.partner div.photo {

	}

	#abouts_index_c section.who div.partners div.partner div.name {
		font-size: 3.0rem;
		line-height: 4.6rem;
	}

	#abouts_index_c section.who div.partners div.partner div.title {
		font-size: 2.2rem;
		line-height: 3.4rem;
	}

	#abouts_index_c section.who div.partners div.partner div.tags {
		margin: 30px 0 0 0;
	}

	#abouts_index_c section.who div.partners div.partner div.tags div {
		font-size: 2.2rem;
		margin: 0 10px 10px 0;
		padding: 13px 16px 11px 16px;
	}

	#abouts_index_c section.who div.partners div.partner div.social {

	}

	#abouts_index_c section.what {
		-webkit-clip-path: polygon(0% 0%, calc(100% - 80px) 0%, 100% 80px, 100% 1400px, calc(50% + 20px) 1400px, 50% 100%, calc(50% - 20px) 1400px, 0% 1400px);
		clip-path: polygon(0% 0%, calc(100% - 80px) 0%, 100% 80px, 100% 1400px, calc(50% + 20px) 1400px, 50% 100%, calc(50% - 20px) 1400px, 0% 1400px);
		height: 1420px;
		margin: 0 0 -20px 0;
		padding: 100px 0 140px 0;
		position: relative;
		z-index: 1;
	}

	#abouts_index_c section.what div.max_width_c {
		margin: 0 auto;
		max-width: 1000px;
		position: relative;
		z-index: 1;
	}

	#abouts_index_c section.what div.header_p_c {
		height: 220px;
	}

	#abouts_index_c section.what h2 {
		font-size: 3.6rem;
	}

	#abouts_index_c section.what p {
		font-size: 2.2rem;
		line-height: 3.4rem;
	}

	#abouts_index_c section.what div.guesses {
		display: flex;
		justify-content: space-around;
		padding: 0 20px;
	}

	#abouts_index_c section.what div.guesses .desktop {
		display: block;
	}

	#abouts_index_c section.what div.guesses .mobile {
		display: none;
	}

	#abouts_index_c section.what div.guesses div.guess {
		margin: 0;
		width: 350px;
	}

	#abouts_index_c section.what div.guesses div.guess div.bar {
		display: flex;
		flex-direction: column;
		margin: 0 0 50px 0;
	}

	#abouts_index_c section.what div.guesses div.guess div.bar div.icon {
		flex: 0 0 60px;
		height: 60px;
		width: 60px;
	}

	#abouts_index_c section.what div.guesses div.guess div.bar div.box {
		border: 2px solid rgba(255, 255, 255, 0.25);
		height: 350px;
		padding: 20px;
		width: 100%;
	}

	#abouts_index_c section.what div.guesses div.guess div.bar div.box div.name {
		color: #fff;
		font-family: "ff-din-web", Helvetica, Arial, sans-serif;
		font-size: 2.4rem;
		font-weight: 400;
		letter-spacing: 0.025em;
		line-height: 1;
		text-transform: uppercase;
	}

	#abouts_index_c section.what div.guesses div.guess div.bar div.box div.words {
		color: #b6a6a3;
		font-family: 'Lobster Two', cursive;
		font-size: 2.4rem;
		font-style: italic;
		font-weight: 700;
		letter-spacing: 0.025em;
		line-height: 1;
	}

	#abouts_index_c section.what div.guesses div.guess div.bar div.cta {
		align-items: center;
		font-size: 1.8rem;
		height: 60px;
		letter-spacing: 0.025em;
	}

	#abouts_index_c section.what div.guesses div.guess.open div.bar div.cta {
		color: rgba(255, 255, 255, 0.3);
	}

	#abouts_index_c section.what div.guesses div.guess div.bar div.cta::after {
		font-size: 1.5em;
		top: 16px;
	}

	#abouts_index_c section.what div.guesses div.guess div.explanation p {
		font-size: 1.8rem;
		line-height: 2.4rem;
	}

	#abouts_index_c section.what div.guesses div.guess div.explanation p span {
		font-size: 2.4rem;
	}

	#abouts_index_c section.what div.dudes {
		background: transparent url('/img/abouts/about_hookshot_dudes.svg') no-repeat center bottom / auto 1100px;
		display: block;
		height: 1180px;
		left: 50%;
		margin-left: -445px;
		position: absolute;
		top: 100px;
		width: 880px;
	}

	#abouts_index_c section.what div.dudes div {
		background-color: rgba(113, 99, 96, 0.85);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 511px 100%, 511px 628px, 858px 628px, 858px 280px, 511px 280px, 511px 100%, 34px 100%, 34px 628px, 378px 628px, 378px 280px, 34px 280px, 34px 100%, 0 100%);
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 511px 100%, 511px 628px, 858px 628px, 858px 280px, 511px 280px, 511px 100%, 34px 100%, 34px 628px, 378px 628px, 378px 280px, 34px 280px, 34px 100%, 0 100%);
		height: 1190px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	#abouts_index_c section.subfooter div.subfooter_left_c div {
		background: transparent url('/img/abouts/bot_callout_bg.jpg') no-repeat center top 20% / cover;
	}
}
