@media (min-width: 1160px) {
	.hero-header--wrapper__layout {
		padding-top: 48px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 24px;
	}

	.hero-header--image__layout>img {
		/* max-width: 1280px; */
		max-width: 920px;
		width: 51vw;
		height: auto;
		margin-right: -222px;
		margin-right: -11.56vw;
		margin-top: -4px;
    
	}

	.hero-header__content-container {
		display: grid;
		grid-template-columns: repeat(7, minmax(0px, 1fr));
		grid-template-rows: auto;
		grid-gap: 0px;
	}

	.hero-header--image__layout {
		grid-column: 4 / -1;
		grid-row: 1 / -1;
		padding-left: 34px;
	}

	.hero-header__title-group--layout {
		grid-column: 1 / 5;
		grid-row: 1 / -1;

		display: flex;
		display: -ms-flexbox;
		flex-direction: column;
	}

	.hero-header--image__layout {
		position: relative;
	}

	.hero-header--title__size {
		max-width: 16ch;
		width: 45vw;
		color: var(--main-navy-blue);
		margin-top: 12px;
		margin-bottom: 12px
	}

	.hero-header--copy__type p {
		max-width: 48ch;
		width: 40vw;
	}

	.hero-header--cta-wrapper__layout {
		margin-top: 24px;

	}

	.hero-header--sign-up-benefits__layout * {
		color: #767676;
		font-size: 16px;
	}

	.hero-header--sign-up-benefits__layout {
		display: flex;
		display: -ms-flexbox;
		flex-direction: row;
		padding: 0px;
	}

	.hero-header--sign-up-benefits__layout {
		margin-bottom: 20px;
	}

	.hero-header--sign-up-benefits__layout>li {
		margin-right: 12px;
	}

	.hero-header__primary-form-cta--layout {
		display: grid;
		grid-template-columns: 240px 1fr;
		grid-template-rows: 80px 48px;
		grid-template-rows: 84px auto;
		/* --row-size: clamp(84px, auto, 200px);
		grid-template-rows: var(--row-size) 50px; */
	}

	.hero-header--cta-secondary__layout {
		grid-row-start: 2;
		grid-column-start: 2;
		align-self: center;
	}

	.hero-header__primary-form-cta--layout>span:first-of-type {
		grid-column: 1 / -1;
	}
}

.hero-header--copy__type p {
	color: #76788A;
	font-family: var(--fieldwork-font-stack);
	margin-bottom: 0px;
}

.hero-header--eyebrow__positioning {
	margin-top: 32px;
	text-align: left;
}

.hero-header--sign-up-benefits__layout li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-right: 40px;
	max-width: 33%;
	/* TODO: Confirm */
	min-width: 14ch;
}

.hero-header--sign-up-benefits__layout li:last-child {
	margin-right: 0;
}

.hero-header--sign-up-benefits__layout>li>img {
	margin-right: 4px;
}

.hero-header__primary-form-cta--layout {
	min-height: 132px;
	max-width: 640px;
	position: relative;
}

.hero-header__primary-form-cta--layout>* input {
	grid-column: 1 / -1;
}

.hero-header__primary-form-cta--layout form {
	min-height: 136px;
}

.hero-header__primary-form-cta--layout input[type="email"] {
	padding: 16px 24px;
	padding-top: 20px;
	font-family: var(--fieldwork-font-stack);
	font-size: 18px;
	line-height: 18px;
	color: #5E5F6E;
}

.hero-header__primary-form-cta--layout input[type="email"]::placeholder {
	color: #5E5F6E;
}

.hero-header__primary-form-cta--layout input[type="submit"] {
	background-image: var(--icon-arrow-right);
	background-repeat: no-repeat;
	background-position: right 32px center;
	padding: 16px 64px 16px 32px;
	width: 100%;
	max-width: 220px;
	margin-left: 0px;
}

@media (max-width: 1160px) {
	.hero-header--wrapper__layout {
		padding-top: 24px;
		padding-bottom: 0px;
	}

	.hero-header__content-container {
		display: flex;
		display: -ms-flexbox;
		flex-direction: column-reverse;
	}

	.hero-header__title-group--layout>*+* {
		margin-top: 24px;
	}

	.hero-header--title__size,
	.hero-header--eyebrow__positioning {
		text-align: center;
	}

	.hero-header--title__size {
		color: var(--main-navy-blue);
		margin-top: 12px;
		margin-bottom: 12px
	}

	.hero-header--copy__type p {
		text-align: left;
	}

	.hero-header--cta-wrapper__layout>*+* {
		margin-top: 16px;
	}

	.hero-header--sign-up-benefits__layout {
		display: none;
	}

	.hero-header__primary-form-cta--layout {
		/* display: grid;
		grid-template-columns: 215px 1fr;
		grid-template-rows: 94px 50px; */
		display: flex;
		display: -ms-flexbox;
		flex-direction: column;
		align-content: center;
		width: 100%;
		max-width: 480px;
		margin: 16px auto;
	}

	.hero-header--cta-secondary__layout {
		margin-top: 24px;
		align-self: center;
	}

	.hero-header__primary-form-cta--layout>span:first-of-type {
		width: 100%;
	}

	.hero-header__primary-form-cta--layout input[type="submit"] {
		width: 100%;
		max-width: 720px;
	}
}

.create-account {
    transition-duration: 0.5s;
  
}

.create-account:hover
  background-color: #121733;
  border: 1px solid #fff;
  border-radius: 8px;
}