/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 800px) {
	html {
		scroll-padding-top: 4rem;
	}
}

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

/**
   * Remove the margin in all browsers.
   */

body {
	margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
	background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
	border-style: none;
}

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

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
	vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
	display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
	display: none;
}

html:not(.nojs) .visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Fonts
========================================================================== */
@font-face {
	font-family: 'Proto Mono';
	src: url('../eot/protomono-light.eot');
	src: local('Proto Mono Light'), local('ProtoMono-Light'),
		url('../eot/protomono-lightd41d.eot?#iefix') format('embedded-opentype'),
		url('../woff2/protomono-light.woff2') format('woff2'),
		url('../woff/protomono-light.woff') format('woff'),
		url('../ttf/protomono-light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proto Mono';
	src: url('../eot/protomono-regular.eot');
	src: local('Proto Mono Regular'), local('ProtoMono-Regular'),
		url('../eot/protomono-regulard41d.eot?#iefix') format('embedded-opentype'),
		url('../woff2/protomono-regular.woff2') format('woff2'),
		url('../woff/protomono-regular.woff') format('woff'),
		url('../ttf/protomono-regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proto Mono';
	src: url('../eot/protomono-semibold.eot');
	src: local('Proto Mono Semi Bold'), local('ProtoMono-SemiBold'),
		url('../eot/protomono-semiboldd41d.eot?#iefix') format('embedded-opentype'),
		url('../woff2/protomono-semibold.woff2') format('woff2'),
		url('../woff/protomono-semibold.woff') format('woff'),
		url('../ttf/protomono-semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Proto Mono';
	src: url('../eot/protomono-medium.eot');
	src: local('Proto Mono Medium'), local('ProtoMono-Medium'),
		url('../eot/protomono-mediumd41d.eot?#iefix') format('embedded-opentype'),
		url('../woff2/protomono-medium.woff2') format('woff2'),
		url('../woff/protomono-medium.woff') format('woff'),
		url('../ttf/protomono-medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Variables
========================================================================== */
:root {
	--sans-serif: "Helvetica Neue", Helvetica, CiscoSans, Arial, sans-serif;
	--monospace: "Proto Mono", monospace;
	--duo-off-white: #f7f7f7;
	--duo-off-green: #60b745;
	--duo-green: #6bbf4e;
	--duo-green-link-hover: #599F41;
	--duo-grey: #54626a;
	--duo-dark-grey: #50636b;
	--duo-black: #363F44;
	--black: #000;
	--white: #fff;
	--very-small-font: 12px;
	--small-font: 14px;
	--medium-font: 16px;
	--large-font: 18px;
}

/* Base Typography
========================================================================== */
* {
	box-sizing: border-box;
}

html,
body {
	overflow-x: hidden;
}

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-color: var(--duo-off-black);
	scroll-behavior: smooth;
}

body {
	color: var(--duo-black);
	font-family: var(--sans-serif);
	font-size: var(--small-font);
	font-variant-ligatures: no-common-ligatures;
	line-height: 1.5;
}

@media only screen and (min-width: 760px) {

	body,
	button,
	.button {
		font-size: var(--medium-font);
	}
}

@media only screen and (min-width: 1000px) {

	body,
	button,
	.button {
		font-size: var(--large-font);
	}
}

a {
	color: var(--duo-green);
	cursor: pointer;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	text-decoration-color: transparent;
}

button,
.button {
	border: 1px solid;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0;
	line-height: 1;
	padding: 12px 29px;
	text-decoration: none;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background: var(--white);
	border-color: var(--white);
	color: var(--duo-green);
}

.button-duo-black {
	background: var(--duo-black);
	color: var(--white);
}

.button-duo-green {
	background: var(--duo-green);
	border-color: var(--duo-green);
	color: var(--white);
}

.button-duo-green-black {
	background: var(--white);
	color: var(--duo-green);
}

.button-duo-black-outline {
	background: var(--white);
	border-color: var(--duo-black);
	color: var(--duo-black);
}

.button-duo-black:focus,
.button-duo-black:hover,
.button-duo-green:focus,
.button-duo-green:hover {
	background: var(--white);
	border-color: var(--duo-green);
	color: var(--duo-green);
}

.button-duo-black-outline:focus,
.button-duo-black-outline:hover {
	background: var(--duo-black);
	border-color: var(--duo-black);
	color: var(--white);
}

.button-duo-green-black:focus,
.button-duo-green-black:hover {
	background: var(--duo-black);
	border-color: var(--duo-black);
	color: var(--white);
}

img {
	display: block;
}

p {
	margin: 0 0 20px;
}

p:last-of-type {
	margin-bottom: 0;
}

section {
	overflow: hidden;
}

ul li::marker {
	font-family: var(--monospace);
	font-size: 20px;
}

.monospace {
	font-family: var(--monospace);
}

/* Headings
=================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: var(--sans-serif);
	line-height: 1.2;
	margin: 16px 0;
}

h1,
.h1 {
	font-family: var(--monospace);
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

@media only screen and (min-width: 760px) {
	h3,
	.h3 {
		font-size: 30px;
	}
}

h4,
.h4 {
	font-size: 20px;
}

.monospace-heading {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 6.72px;
	line-height: 1.2;
}

/* Section Typography
=================================== */
.duo-black-bg {
	background: var(--duo-black);
	color: var(--white);
}

.duo-green-bg {
	background: var(--duo-green);
	color: var(--black);
}

.duo-off-green-bg {
	background: var(--duo-off-green);
	color: var(--black);
}

.duo-off-white-bg {
	background: var(--duo-off-white);
}

.white-bg {
	background: var(--white);
	color: var(--black);
}

.duo-dark-grey--type {
	color: var(--duo-dark-grey);
}

/* Animnations
========================================================================== */

.animate--blink-me {
  animation: blinker .7s linear infinite;
}

@keyframes blinker {
	0% {
		opacity: 1;
	}
	49% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* Base Layout
========================================================================== */
.wrap {
	margin: 0 auto;
	max-width: 1088px;
	padding: 64px 5%;
	width: 100%;
}

@media only screen and (min-width: 1200px) {
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}
}


/* Site Header
========================================================================== */
.site-header .wrap {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 100px auto;
	justify-content: space-between;
	padding-bottom: 24px;
	padding-top: 24px;
}

.site-header .site-header-right {
	display: flex;
	flex-direction: column;
	gap: 14px;
	text-align: center;
}

.site-header .button {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 450px) {
	.site-header .site-header-right {
		flex-direction: row;
		gap: 22px;
	}

	.site-header .button {
		padding-left: 29px;
		padding-right: 29px;
	}
}

@media only screen and (min-width: 800px) {
	.site-header {
		box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1000;
	}
}

/* Section 1
========================================================================== */
/* In case we need to drop the parallax */
/*.section-1 {
	background-attachment: fixed;
	background-image: url(/weve-got-you-assets/images/weve-got-you--checkmark.webp);
	background-position: right 80px;
	background-repeat: no-repeat;
	background-size: 778px 641px;
}*/

.section-1 {
	position: relative;
}

.section-1 .img--checkmark {
	height: auto;
	position: absolute;
	top: -25px;
	pointer-events: none;
	right: -25px;
	width: 72vw;
	z-index: 1;
}

.section-1 .wrap {
	position: relative;
	z-index: 2;
}

.section-1 .h1,
.section-1 h1 {
	color: var(--white);
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 3px;
	margin: 0;
	word-break: break-word;
}

.section-1 .sub-heading {
	color: var(--white);
	font-size: 30px;
	letter-spacing: 2px;
	margin: 41px 0;
}

.section-1 [id='animate--scramble'] {
	opacity: 0;
	transition: opacity .6s linear;
}

.section-1 [id='animate--scramble'] ~ p {
	font-weight: 700;
	letter-spacing: 0.54px;
	line-height: 150%;
	max-width: 531px;
}

.nojs .section-1 .h1,
.nojs .section-1 [id='animate--scramble'] {
	display: none;
}

@media only screen and (min-width: 760px) {
	.section-1 .h1,
	.section-1 h1 {
		font-size: 50px;
		letter-spacing: 4px;
	}

	.section-1 .sub-heading {
		font-size: 40px;
		letter-spacing: 3px;
	}
}

@media only screen and (min-width: 800px) {
	.section-1 {
		padding-top: 97px; /* for sticky header, this is the height of site-header */
	}
}

@media only screen and (min-width: 1000px) {
	.section-1 .img--checkmark {
		width: 850px;
	}

	.section-1 .h1,
	.section-1 h1 {
		font-size: 77px;
		letter-spacing: 6.93px;
		min-height: 185px;
	}

	.section-1 .sub-heading {
		font-size: 64px;
		letter-spacing: 5.76px;
	}
}

/* Section 2
========================================================================== */
.section-2 h2 {
	color: var(--duo-green);
}

.section-2 .monospace-heading-arrow {
	color: var(--white);
}

.section-2 .section-2-intro-text {
	max-width: 100%;
	margin-bottom: 15px;
}

.section-2 .section-2-container {
	margin-bottom: 15px;
}

.section-2 .section-2-text {
	color: var(--duo-green);
	font-size: 55px;
	line-height: 1;
	margin-bottom: 30px;
}

.section-2 .section-2-title {
	color: var(--white);
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 16px;
}

.section-2 .new-line {
	display: block;
}

.section-2 .section-2-additional-info {
	font-size: var(--small-font);
	max-width: 560px;
}

@media only screen and (min-width: 420px) {
	.section-2 .section-2-container {
		display: grid;
		gap: 10%;
		grid-template-columns: 1fr 1fr;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 650px) {
	.section-2 .section-2-container {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

/* Medium screens (e.g., tablets) */
@media only screen and (min-width: 760px) {
	.section-2 .section-2-intro-text {
		max-width: 665px;
		margin-bottom: 30px;
	}

	.section-2 .section-2-text {
		font-size: 70px;
	}

	.section-2 .section-2-title {
		font-size: 20px;
	}
}

/* Large screens (e.g., desktops) */
@media only screen and (min-width: 1000px) {
	.section-2 .section-2-container {
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom: 45px;
	}

	.section-2 .section-2-text {
		font-size: 80px;
	}

	.section-2 .section-2-title {
		font-size: 23px;
	}
}

/* Extra large screens */
@media only screen and (min-width: 1200px) {
	.section-2 .section-2-container {
		margin-bottom: 56px;
	}

	.section-2 .section-2-text {
		font-size: 107px;
	}

	.section-2 .section-2-title {
		font-size: 26px;
	}
}

/* Section 2-1
========================================================================== */
.section-2-1 {
	background-image: url(../png/fingerprint-background.png);
	background-image: url(../webp/fingerprint-background.webp);
	background-size: cover;
	color: var(--duo-off-white);
}

.section-2-1 .wrap {
	align-items: center;
	display: grid;
	gap: 5%;
	grid-template-columns: 1fr;
}

.section-2-1 h2 {
	font-size: 32px;
	font-weight: 600;
}

.section-2-1 p {
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 20px;
}

.section-2-1 a {
	font-size: 18px;
	font-weight: 600;
}

@media only screen and (min-width: 450px) {
	.section-2-1 h2 {
		font-size: 40px;
	}
}

@media only screen and (min-width: 760px) {
	.section-2-1 .wrap {
		display: grid;
		grid-template-columns: 1fr 47%;
	}
	.section-2-1 h2 {
		font-size: 36px;
	}
	.section-2-1 p {
		font-size: 20px;
	}
	.section-2-1 a {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1088px) {
	.section-2-1 h2 {
		font-size: 56px;
	}
	.section-2-1 p {
		font-size: 26px;
	}
	.section-2-1 a {
		font-size: 25px;
	}
}

/* Section 3
========================================================================== */

.section-3 h2 {
	color: var(--duo-green);
	font-size: 44px;
	font-weight: 400;
	letter-spacing: 6.72px;
	margin: 0;
}

.section-3 h2 span {
	color: var(--duo-grey);
}

.section-3 .wrap {
	flex-direction: column;
	display: flex;
	gap: 10%;
}

.section-3 img {
	margin: 10% 0 0;
	max-width: 490px;
	width: 100%;
}

@media only screen and (min-width: 760px) {
	.section-3 img {
		margin: 0;
	}

	.section-3 .wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 1088px) {
	.section-3 h2 {
		font-size: 48px;
	}
	.section-3 h3 span {
		display: block;
	}
}

/* Section 4
========================================================================== */
.section-4 .section-4-heading {
	font-size: 26px; /* Adjusted for mobile */
	font-weight: 700;
	margin-top: 0;
	padding-bottom: 20px;
}

.section-4 .section-4-container {
	counter-reset: list;
	display: grid;
	grid-template-columns: 1fr; /* Single column for mobile */
	gap: 40px; /* Adjusted for mobile */
	list-style-type: none;
	padding-inline-start: 0;
}

.section-4 .section-4-content::before {
	counter-increment: list;
	content: counters(list, "../.html") " ";
	color: var(--duo-green);
	font-family: var(--monospace);
	font-size: 70px; /* Adjusted for mobile */
	line-height: 1;
}

.section-4 .section-4-title {
	font-family: var(--sans-serif);
	font-size: 20px; /* Adjusted for mobile */
}

.section-4 .section-4-content:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-4 .section-4-content:last-child::before {
	content: "";
	list-style: none;
}

.section-4 .section-4-description-green {
	color: var(--duo-green);
	font-size: 24px; /* Adjusted for mobile */
	font-style: normal;
	font-weight: 600;
	letter-spacing: 6px;
}

.section-4 a {
	text-decoration: none;
	display: block;
}

.section-4 a:hover span {
	text-decoration: underline;
}

.section-4 a:hover {
	color: var(--duo-green-link-hover);
}

.section-4 a span:nth-of-type(2) {
	text-decoration: underline;
}

.section-4 a span:last-child {
	text-decoration: none;
} 

@media only screen and (min-width: 550px) {
	.section-4 .section-4-container {
		grid-template-columns: 1fr 1fr; /* Two columns for tablets */
		gap: 65px;
	}
}

/* Medium screens (e.g., tablets) */
@media only screen and (min-width: 760px) {
	.section-4 .section-4-heading {
		font-size: 30px;
	}

	.section-4 .section-4-content::before {
		font-size: 85px;
	}

	.section-4 .section-4-description-green {
		font-size: 30px;
	}
}

/* Large screens (e.g., desktops) */
@media only screen and (min-width: 1045px) {

	.section-4 .section-4-container {
		gap: 73px;
		grid-template-columns: 1fr 1fr 1fr; /* Three columns for desktops */
	}

	.section-4 .section-4-content::before {
		font-size: 104px;
	}

	.section-4 .section-4-title {
		font-size: 24px;
	}

	.section-4 .section-4-description-green {
		font-size: 32px;
	}
}


/* Section 5
========================================================================== */
.section-5 {
	position: relative;
}

.section-5 .img--checkmark {
	/*bottom: 100px;*/
	bottom: -1400px;
	height: auto;
	left: 0;
	position: absolute;
	pointer-events: none;
	width: 72vw;
	z-index: 1;
}

.section-5 .wrap {
	position: relative;
	z-index: 2;
}

.section-5 .wrap > div {
	width: 100%;
}

.section-5 .wrap > div:nth-child(1) {
	margin-bottom: 30px;
}

.section-5 h2 {
	margin-bottom: 20px;
	margin-top: 0;
}

.section-5 h3 {
	font-size: 22px;
	margin-top: 0;
}

.section-5 ul {
	margin-bottom: 25px;
	margin-top: -20px;
}

.section-5 .wrap img {
	display: none;
}

.section-5 .button {
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

@media only screen and (min-width: 760px) {
	.section-5 .wrap {
		display: grid;
		gap: 130px;
		grid-template-columns: 1fr 1fr;
	}

	.section-5 .wrap > div:nth-child(1) {
		margin-bottom: 0;
	}

	.section-5 .wrap img {
		display: block;
		margin-top: 20px;
		width: 100%;
	}

	.section-5 .button {
		width: auto;
	}
}

@media only screen and (min-width: 1000px) {
	.section-5 .img--checkmark {
		width: 930px;
	}
}

/* Section 6
========================================================================== */
.section-6 h2 {
	font-size: 38px;
	margin: 0;
}

.section-6 h2 span {
	color: var(--duo-green);
}

.section-6 .wrap {
	flex-direction: column-reverse;
	display: flex;
	gap: 3%;
}

.section-6 img {
	max-width: 100%;
}

.section-6 h3 {
	color: var(--black);
}

.section-6 p {
	margin-bottom: 8%;
}

.section-6 .button {
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 430px) {
	.section-6 .button {
		margin-bottom: 0;
	}

	.section-6 .button-area {
		display: grid;
		gap: 22px;
		grid-template-columns: max-content max-content;
	}
}

@media only screen and (min-width: 760px) {
	.section-6 .button {
		margin-bottom: 64px;
	}

	.section-6 .wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.section-6 h2 {
		font-size: 48px;
	}

	.section-6 .wrap {
		padding-bottom: 15px;
	}
}

/* Section 7
========================================================================== */

.section-7 h2 {
	color: var(--white);
	font-size: 28px;
}

.section-7 p {
	color: var(--duo-black);
}

.section-7 a.monospace {
	color: var(--duo-black);
	display: block;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1.76px;
	margin-bottom: 40px;
}

.section-7 .left img {
	margin: 0 auto;
}

.section-7 .right p {
	margin-bottom: 20px;
}

.section-7 .right a {
	margin-bottom: 40px;
	display: block;
	font-size: 22px;
}

.section-7 .logos {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.section-7 .logos img {
	max-width: 100%;
}

.section-7 .logos a {
	color: var(--white);
	font-size: 18px;
	display: block;
	margin-top: 20px;
}

@media only screen and (min-width: 760px) {
	.section-7 h2 {
		font-size: 48px;
	}

	.section-7 .logos {
		grid-template-columns: repeat(3, 1fr);
	}

	.section-7 .flex {
		column-gap: 120px;
		display: flex;
		margin-bottom: 70px;
	}

	.section-7 .right a {
		margin-bottom: 0;
	}

	.section-7 .logos a {
		margin-top: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.section-7 .left {
		padding: 0 5%;
	}

	.section-7 .right a {
		margin-top: 45px;
	}

	.section-7 .logos {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

/* Eloqua form
========================================================================== */

.elqForm p {
	margin-bottom: 15px;
}

.elqForm .button {
	margin-bottom: 0;
	margin-top: 15px;
}

.elqForm input:not([type=submit]),
.elqForm select {
	border: 1px solid rgba( 255, 255, 255, 0.15 );
	background: rgba( 255, 255, 255, 0.11 	);
	-webkit-backdrop-filter: blur( 10px );
	backdrop-filter: blur( 10px );
	border-radius: 4px;
	color: white;
	font-size: var(--medium-font);
	margin-bottom: 15px;
	padding: 20px 20px 12px;
	width: 100%;
}

.elqForm input[type="checkbox"] {
	flex: 0 0 auto;
	height: 22px;
	width: 22px;
}

.elqForm select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../png/select-custom-arrow.png) no-repeat scroll right 10px center / 24px 24px rgba( 255, 255, 255, 0.11 );
	background-image: url(../webp/select-custom-arrow.webp);
	padding-right: 20px;
	position: relative;
}

.elqForm option {
	background-color: var(--duo-grey);
}

::placeholder,
.elqForm select:invalid {
	color: white;
}

.elqForm .checkbox-wrap,
.elqForm .elqCheckboxRow {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	font-size: var(--medium-font);
}

.elqForm .field-wrap {
	position: relative;
	z-index: 1;
}

.elqForm .field-wrap:not(.checkbox-wrap) label {
	background-color: transparent;
	color: white;
	left: 20px;
	line-height: 1.5;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateY( 80% );
	transition: .2s all linear;
	z-index: 10;
}

@media only screen and (min-width: 760px) {
	.elqForm .field-wrap:not(.checkbox-wrap) label {
		transform: translateY( 50% );
	}
}

.elqForm .checkbox-wrap label,
.elqForm .elqCheckboxRow label {
	margin-bottom: 15px;
	margin-left: 10px;
	width: calc(100% - 32px);
}

.elqForm .field-wrap:not(.checkbox-wrap) input:focus ~ label,
.elqForm .field-wrap:not(.checkbox-wrap) select:focus ~ label,
.elqForm .field-wrap:not(.checkbox-wrap) input:valid ~ label,
.elqForm .field-wrap:not(.checkbox-wrap) select:valid ~ label {
	font-size: var(--very-small-font);
	transform: translateY( 2px );
}

.elqForm label.msp-radio-buttons-text {
	margin-left: 0;
}

.elqForm .msp-radio-buttons-group {
	display: flex;
	gap: 30%;
}

.elqForm .msp-radio-buttons {
	display: flex;
}

@media only screen and (min-width: 500px) and (max-width: 759px) {
	.elqForm .row-wrap {
		display: grid;
		gap: 15px;
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 1000px) {
	.elqForm .row-wrap {
		display: grid;
		gap: 15px;
		grid-template-columns: 1fr 1fr;
	}
}

.elqForm .LV_valid {
	display: none;
}

.elqForm .LV_invalid {
	background: red;
	border-radius: 4px;
	color: white;
	display: inline-block;
	font-size: var(--medium-font);
	margin-bottom: 18px;
	margin-top: -8px;
	padding: 8px;
}
.elqForm .checkbox-wrap label + .LV_invalid {
	margin-top: 5px;
}

/* Site Footer
========================================================================== */
.site-footer a {
	color: var(--white);
}

.social-section {
	margin-bottom: 25px;
}

.social-section .social-title {
	font-weight: 500;
	margin: 0 0 12px;
}

.social-icons {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, max-content);
}

.social-icons svg {
	fill: var(--white);
	transition: fill 0.1s ease-in-out;
}

.social-icons a:focus svg,
.social-icons a:hover svg {
	fill: var(--duo-green);
}

.copyright-menu {
	font-size: var(--very-small-font);
}

.footer-menu {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
}

@media only screen and (min-width: 760px) {
	.social-section {
		margin-bottom: 51px;
	}

	.footer-menu {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media only screen and (min-width: 1200px) {
	.footer-menu {
		grid-template-columns: repeat(8, max-content);
	}
}