@import "https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap";
@keyframes fadein {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes expand {
	0% {
		transform: scaleY(0);
	}
	to {
		transform: scaleY(1);
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
html {
	-webkit-text-size-adjust: 100%;
}
body,
figure {
	margin: 0;
}
details,
main {
	display: block;
}
h1 {
	margin: 0.67em 0;
	font-size: 36px;
	line-height: 1.25;
	margin: 0 0 2rem;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin: 0 0 2vw;
	border-top: 1px solid #484a4b;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
}
kbd,
pre,
samp {
	font-family: monospace, monospace;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b {
	font-weight: bolder;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
/* blockquote p:after,
blockquote p:before,
headline {
	font-size: 60px;
	line-height: 1;
} */
.f-h2,
h2 {
	font-size: 30px;
	margin: 0 0 1rem;
}
.f-h2,
.f-h3,
h2,
h3 {
	line-height: 1.25;
}
.f-h3,
details summary:after,
h3 {
	font-size: 28px;
	margin: 0 0 1.5rem;
}
.f-h4,
.kt h2,
h4,
section header .section-heading {
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 1rem;
}
blockquote {
	font-size: 24px;
	margin: 0 0 1rem;
}
.block-safety .text-heading,
.f-h5,
.headline,
.kt h3,
h5 {
	font-size: 18px;
	line-height: 1.25;
	margin: 0 0 0.5rem;
}
.f-h6,
h6 {
	font-size: 16px;
	margin: 0 0 0.5rem;
}
.f-h6,
.f-xlarge,
h6 {
	line-height: 1.5;
}
.f-xlarge,
.faq-sections > *,
.faq-sub-sections > *,
details summary {
	font-size: 17px;
}
.contact-form,
blockquote footer,
dt,
section header p {
	font-size: 17px;
	line-height: 1.5;
}
.f-html,
.f-large,
html,
large {
	font-size: 16px;
	line-height: 1.5;
}
.f-html,
html {
	font-size: 15px;
}
.btn,
.contact-form input[type="submit"],
.contact-form textarea[type="submit"],
.f-small,
small {
	font-size: 14px;
	line-height: 1.5;
}
#menuToggle .subnav a {
	font-size: 14px;
}
.f-xsmall {
	line-height: 1.5;
}
.cookie-btn,
.f-xsmall {
	font-size: 12px;
}
@media all and (min-width: 40em) {
	.f-h4-m {
		font-size: 24px;
		line-height: 1.25;
		margin: 0 0 1rem;
	}
	.f-xlarge-m,
	.f-xxsmall-m {
		font-size: 17px;
		line-height: 1.5;
	}
	.f-xxsmall-m {
		font-size: 9px;
	}
}
@media all and (min-width: 50em) {
	.f-html-l {
		font-size: 15px;
		line-height: 1.5;
	}
}
.indent {
	text-indent: 1em;
	margin-top: 0;
	margin-bottom: 0;
}
.measure {
	max-width: 30em;
}
.lh-solid {
	line-height: 1;
}
.lh-title {
	line-height: 1.25;
}
.lh-copy {
	line-height: 1.5;
}
.tracked {
	letter-spacing: 0.05em;
}
.tracked-light {
	letter-spacing: 0.1em;
}
.normal {
	font-weight: 400;
}
.b,
strong {
	font-weight: 700;
}
.fw4 {
	font-weight: 400;
}
.fw5 {
	font-weight: 500;
}
.fw6 {
	font-weight: 600;
}
.i {
	font-style: italic;
}
@media all and (min-width: 30em) {
	.i-s {
		font-style: italic;
	}
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
@media all and (min-width: 30em) {
	.tl-s {
		text-align: left;
	}
}
@media all and (min-width: 40em) {
	.tl-m {
		text-align: left;
	}
	.tr-m {
		text-align: right;
	}
}
@media all and (min-width: 50em) {
	.tl-l {
		text-align: left;
	}
}
.ttc {
	text-transform: capitalize;
}
.ttu {
	text-transform: uppercase;
}
.strike {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.nowrap {
	white-space: nowrap;
}
.pre {
	white-space: pre;
}
.sans-serif {
	font-family:
		"Libre Franklin",
		-apple-system,
		BlinkMacSystemFont,
		"avenir next",
		avenir,
		helvetica,
		"helvetica neue",
		ubuntu,
		roboto,
		noto,
		"segoe ui",
		arial,
		sans-serif;
}
.code,
code {
	font-family: Consolas, monaco, monospace;
}
.word-wrap {
	white-space: break-all;
}
.clip {
	position: fixed !important;
	_position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
.pre {
	overflow-x: auto;
	overflow-y: hidden;
	overflow: scroll;
}
.border-box,
a,
article,
body,
code,
dd,
div,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
legend,
li,
main,
ol,
p,
pre,
section,
table,
td,
textarea,
th,
tr,
ul {
	box-sizing: border-box;
}
.pa1-5 {
	padding: 1.5rem;
}
.pa2 {
	padding: 2rem;
}
.pa3 {
	padding: 3rem;
}
.ph-5 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.ph1 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.pv1-5 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.pv4 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.pt1-5 {
	padding-top: 1.5rem;
}
.pt3 {
	padding-top: 3rem;
}
.pt3-5 {
	padding-top: 3.5rem;
}
.pt4 {
	padding-top: 4rem;
}
.pb2 {
	padding-bottom: 2rem;
}
.pb2-5 {
	padding-bottom: 2.5rem;
}
.pb3 {
	padding-bottom: 3rem;
}
.mv2 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mt-5 {
	margin-top: 0.5rem;
}
.mt-75 {
	margin-top: 0.75rem;
}
.mt1 {
	margin-top: 1rem;
}
.mt1-5 {
	margin-top: 1.5rem;
}
.mt2 {
	margin-top: 2rem;
}
.mt4 {
	margin-top: 4rem;
}
.mb0,
.nav li {
	margin-bottom: 0;
}
.mb-25 {
	margin-bottom: 0.25rem;
}
.mb-5 {
	margin-bottom: 0.5rem;
}
.mb-75,
blockquote p {
	margin-bottom: 0.75rem;
}
.kt h1,
.mb1 {
	margin-bottom: 1rem;
}
.mb1-25 {
	margin-bottom: 1.25rem;
}
.mb1-5 {
	margin-bottom: 1.5rem;
}
.mb2 {
	margin-bottom: 2rem;
}
.ml1-5 {
	margin-left: 1.5rem;
}
@media all and (min-width: 30em) {
	.mb2-s {
		margin-bottom: 2rem;
	}
}
@media all and (min-width: 40em) {
	.mt5-m {
		margin-top: 5rem;
	}
	.mb0-m {
		margin-bottom: 0;
	}
}
@media all and (min-width: 50em) {
	.mh3-l {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	.mh4-l {
		margin-left: 4rem;
		margin-right: 4rem;
	}
	.mb-75-l {
		margin-bottom: 0.75rem;
	}
	.mb1-l {
		margin-bottom: 1rem;
	}
	.ml0-l {
		margin-left: 0;
	}
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
.cf {
	*zoom: 1;
}
.cf:after,
.cf:before {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.cb {
	clear: both;
}
.cn {
	clear: none;
}
.dn {
	display: none;
}
.di {
	display: inline;
}
.db {
	display: block;
}
.dit {
	display: inline-table;
}
.dt {
	display: table;
}
@media all and (min-width: 30em) {
	.db-s {
		display: block;
	}
}
@media all and (min-width: 40em) {
	.db-m {
		display: block;
	}
}
.w3 {
	width: 4rem;
}
.w-100 {
	width: 100%;
}
@media all and (min-width: 40em) {
	.w-80-m {
		width: 80%;
	}
}
.mw4 {
	max-width: 18rem;
}
.h1 {
	height: 1rem;
}
.h2 {
	height: 2rem;
}
.h3 {
	height: 4rem;
}
.h4 {
	height: 8rem;
}
.h5 {
	height: 12rem;
}
.static {
	position: static;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
}
.top-1 {
	top: 1rem;
}
.left-1 {
	left: 1rem;
}
.absolute--fill {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.z-1 {
	z-index: 1;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.flex {
	display: flex;
}
@media all and (min-width: 30em) {
	.flex-s {
		display: flex;
	}
}
@media all and (min-width: 40em) {
	.flex-m {
		display: flex;
	}
}
@media all and (min-width: 50em) {
	.flex-l {
		display: flex;
	}
}
.flex-column {
	flex-direction: column;
}
.items-center {
	align-items: center;
}
.self-end {
	align-self: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.grid {
	display: grid;
	grid-gap: 4vw;
}
@media all and (min-width: 40em) {
	.grid-m {
		display: grid;
		grid-gap: 4vw;
	}
	.c2-m {
		-moz-columns: 2;
		columns: 2;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
	}
}
.grow {
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: transform 0.25s ease-out;
}
.grow:focus,
.grow:hover {
	transform: scale(1.05);
}
.grow:active {
	transform: scale(0.9);
}
.pointer:hover {
	cursor: pointer;
}
.cover {
	background-size: cover;
}
.contain {
	background-size: contain;
}
.ba {
	border-style: solid;
	border-width: 1px;
}
.bt {
	border-top-style: solid;
	border-top-width: 1px;
}
.br {
	border-right-style: solid;
	border-right-width: 1px;
}
.bb {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.bl {
	border-left-style: solid;
	border-left-width: 1px;
}
.bn {
	border-style: none;
	border-width: 0;
}
.br3 {
	border-radius: 0.5rem;
}
.br-50 {
	border-radius: 50%;
}
img,
object,
picture,
svg,
video {
	max-width: 100%;
	height: auto;
	display: block;
}
.link,
.link:hover {
	text-decoration: none;
	transition: color 0.15s ease-in;
}
.link:hover {
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
.link:focus {
	transition: color 0.15s ease-in;
	outline: 1px dotted currentColor;
}
.list,
.nav {
	list-style-type: none;
	padding: 0;
}
.nav {
	margin-bottom: 0;
}
.collapse {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
	font-family: "Alternate";
	src:
		url(../../assets/fonts/nanami-book.woff2) format("woff2"),
		url(../../assets/fonts/nanami-book.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.nav a,
footer a,
nav a {
	text-decoration: none;
}
.circle,
.circle img {
	border-radius: 50%;
}
.inset {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.transition {
	transition: all 0.25s ease-in-out;
}
.lqip {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	image-rendering: crisp;
}
.lqip > img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
img:not([src]) {
	opacity: 0;
}
.pointer-none {
	pointer-events: none;
}
.hidden {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}
.bg-white {
	background-color: #fff;
}
.rtl {
	direction: rtl;
}
.rtl > * {
	direction: ltr;
}
.slideshow {
	transition: opacity 0.5s;
	opacity: 0;
}
.primary {
	color: #3e90bf;
}
.primary-drk {
	color: #0c1d4d;
}
.secondary {
	color: #77ce90;
}
.yellow {
	color: #ffb92a;
}
.black,
html {
	color: #484a4b;
}
.main-nav a:link,
.main-nav a:visited,
.white,
footer {
	color: #fff;
}
.red {
	color: #f82d3a;
}
.bg-primary-drk {
	background-color: #0c1d4d;
}
.bg-secondary {
	background-color: #77ce90;
}
.bg-neutral {
	background-color: #f7f7f7;
}
.bg-black {
	background-color: #000;
}
.f-alt {
	font-family:
		"Alternate",
		-apple-system,
		BlinkMacSystemFont,
		"avenir next",
		avenir,
		helvetica,
		"helvetica neue",
		ubuntu,
		roboto,
		noto,
		"segoe ui",
		arial,
		sans-serif;
	letter-spacing: 0.075em;
}
html {
	font-family:
		"Libre Franklin",
		-apple-system,
		BlinkMacSystemFont,
		"avenir next",
		avenir,
		helvetica,
		"helvetica neue",
		ubuntu,
		roboto,
		noto,
		"segoe ui",
		arial,
		sans-serif;
	font-weight: 400;
	background-color: #fff;
}
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
.headline,
h6 {
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
.headline {
	color: #3e90bf;
	display: inline-block;
	margin-bottom: 0.5rem;
}
.join .headline,
h6,
li {
	margin-bottom: 0.25rem;
}
body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
	overflow-y: scroll;
}
.main {
	flex-grow: 10;
}
.layout {
	padding: 4rem 8vw;
}
@media all and (min-width: 40em) {
	.layout {
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}
}
.site-header .layout {
	padding: 1.5rem;
}
.site-footer .layout {
	padding: 1.25rem 1.5rem;
}
.footer-banner-primary .layout {
	padding-bottom: 0.5rem;
}
.hero + .home-works {
	padding-top: 2rem;
}
.home-works .card {
	border: 1px solid #77ce90;
	border-radius: 0.5rem;
	padding: 4rem 2rem;
}
.home-works .card .text {
	max-width: 26ch;
	margin-left: auto;
	margin-right: auto;
}
.home-works .card img {
	max-height: 5.5rem;
	margin-left: auto;
	margin-right: auto;
}
dt {
	margin-top: 1rem;
	margin-bottom: 0.075rem;
}
dd {
	margin-left: 0;
}
dl,
ol,
p,
ul {
	margin: 1rem 0 0;
}
dl:first-of-type,
ol:first-of-type,
p:first-of-type,
ul:first-of-type {
	margin-top: 0;
}
a {
	color: inherit;
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	transition:
		color 0.25s ease-in,
		background-color 0.25s ease-in;
}
#menuToggle .subnav a:focus,
#menuToggle .subnav a:hover,
a:focus,
a:hover {
	color: #0c1d4d;
}
article a:focus,
article a:hover {
	color: #484a4b;
}
.btn {
	text-transform: uppercase;
	font-weight: 600;
	padding: 0.475rem 1.375rem;
	letter-spacing: 0.0875rem;
	text-decoration: none;
  text-align: center;
	display: inline-block;
	transition:
		color 0.25s ease-in,
		background-color 0.25s ease-in;
  
	color: #77ce90;
	border-radius: 2rem;
	border: 0.125rem solid #77ce90;
  /* white-space: normal; */
  /* display: flex;
  flex-direction: column;
  align-items: flex-start; */
}
.hero .btn {
  background-color: #0c1d4dc0;
  backdrop-filter: blur(.5rem);
}
.btn:focus,
.btn:hover,
.contact-form input[type="submit"]:focus,
.contact-form input[type="submit"]:hover,
.contact-form textarea[type="submit"]:focus,
.contact-form textarea[type="submit"]:hover {
	color: #13331c;
	background-color: #77ce90;
}
.btn-wider {
	letter-spacing: 0.1rem;
	padding-left: 2.25rem;
	padding-right: 2.25rem;
}
blockquote {
	text-align: center;
	line-height: 1.5;
	max-width: 46ch;
	margin-left: auto;
	margin-right: auto;
}
/* blockquote p:after,
blockquote p:before {
	content: "“";
	font-weight: 400;
	margin: -1rem 0 0-2rem;
	position: absolute;
}
blockquote p:after {
	content: "”";
	margin: -0.25rem -2rem 0 0;
} */
.logo {
	max-width: 10rem;
	min-width: 7rem;
}
.logo svg {
  width: 100%;
  height: auto;
}

@media all and (min-width: 40em) {
	.logo {
		max-width: 12rem;
	}
}
.site-header .logo {
	margin: 0 auto;
}
.site-header .logo svg {
  transition: opacity .2s ease-out;
  @media all and (max-width: 30em) {
    #name {
      opacity: 0;
      transition: opacity .2s ease-out;
    }
  }
}
@media all and (min-width: 640px) {
	.site-header .logo {
		margin: 0;
	}
}
.site-footer .logo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.75rem;
	max-width: 9rem;
}
@media all and (min-width: 40em) {
	.site-footer .logo {
		margin-right: 0.75rem;
		margin-left: 0;
	}
}
.logo.symbol {
	max-width: 3.75rem;
	min-width: 2.5rem;
}
.logo a {
	display: block;
}
.site-footer,
.site-header {
	background-color: #3e90bf;
}
.site-header > .layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media all and (max-width: 800px) {
	.site-header > .layout .logo,
	.site-header > .layout .spaces {
		order: 1;
	}
}
.main-nav {
	display: none;
}
@media all and (min-width: 800px) {
	.main-nav {
		display: inline-block;
	}
	.main-nav ul li ul {
		visibility: hidden;
		opacity: 0;
		transition: all 0.25s ease;
		display: none;
	}
	.main-nav ul li ul:focus,
	.main-nav ul li ul:hover,
	.main-nav ul li:focus-within > ul,
	.main-nav ul li:hover > ul {
		visibility: visible;
		opacity: 1;
		display: block;
	}
}
.main-nav a {
	padding: 0.5rem 0.75rem;
	display: inline-block;
	transition:
		color 0.25s ease,
		border-color 0.25s ease;
	white-space: nowrap;
}
.main-nav a:focus,
.main-nav a:hover {
	color: #13331c;
}
.main-nav a.active {
	color: #77ce90;
	font-weight: 600;
	transition: color 0.25s ease-in;
}
.main-nav a.active:focus,
.main-nav a.active:hover,
.spaces a.active:focus,
.spaces a.active:hover {
	color: #77ce90;
}
.spaces {
	flex-grow: 4;
	display: flex;
	justify-content: flex-end;
	white-space: nowrap;
	font-size: smaller;
	margin-left: 0.5rem;
}
@media all and (min-width: 800px) {
	.spaces {
		margin-left: 1.75rem;
		justify-content: flex-start;
		font-size: inherit;
	}
}
.spaces a {
	padding: 0 0.5rem;
	margin: 0.5rem 0;
	display: inline-block;
	color: #fff;
}
@media all and (min-width: 30em) {
	.spaces a {
		padding: 0 0.75rem;
	}
}
#menuToggle a:focus,
#menuToggle a:hover,
.spaces a:focus,
.spaces a:hover {
	color: #13331c;
}
.spaces a.active {
	color: #77ce90;
	font-weight: 600;
}
.menu_items {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
@media all and (max-width: 800px) {
	.menu_items {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		margin-top: 1rem;
		padding: 0;
	}
}
.menu_item {
	position: relative;
}
.device,
.device img,
.icon,
.icon img {
	margin-left: auto;
	margin-right: auto;
}
.benefits .icon {
	height: 7rem;
	max-width: 7rem;
}
.benefits .icon img,
.business-cards img {
	margin: auto;
}
.device {
	max-width: 14rem;
}
.num {
	height: 1.5rem;
	width: 1.5rem;
	margin: 0 auto;
	margin-bottom: 0.75rem;
}
#menuToggle,
#menuToggle span {
	display: block;
	position: relative;
}
#menuToggle {
	z-index: 2;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
#menuToggle a {
	color: #3e90bf;
	padding: 0.5rem;
	display: inline-block;
}
#menuToggle input {
	display: block;
	width: 2rem;
	height: 2rem;
	position: absolute;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}
#menuToggle .lines,
.benefits .icon {
	display: flex;
	flex-direction: column;
}
#menuToggle span {
	width: 1.5rem;
	height: 2px;
	margin: 0.2rem 0;
	margin-right: 4vw;
	background: #fff;
	z-index: 1;
	transform-origin: 4px 0;
	transition:
		transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.25s cubic-bezier(0.77, 0.2, 0.05, 1),
		opacity 0.25s ease;
}
#menuToggle span:first-child {
	transform-origin: 0 0;
}
#menuToggle span:nth-last-child(2) {
	transform-origin: 0 100%;
}
#menuToggle input:checked ~ .lines > span {
	opacity: 1;
	transform: rotate(45deg) translate(-7px, -14px);
}
#menuToggle input:checked ~ .lines > span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ .lines > span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, 8px);
}
#menuToggle input:checked ~ ul {
	transform: none;
}
#menu {
	position: absolute;
	width: 100vw;
	margin-top: 1.75rem;
	margin-left: -1.5rem;
	padding: 1.5rem;
	background: #fff;
	list-style-type: none;
	transform-origin: 0 0;
	transform: translate(-100%, 0);
	transition: transform 0.25s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media all and (min-width: 800px) {
	#menuToggle {
		display: none;
	}
}
.row-image {
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding-bottom: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hero-group .row-image {
	background-repeat: no-repeat;
	background-position:
		right -999rem center,
		center;
	background-size: contain, cover;
}
@media all and (min-width: 40em) {
	.row-image {
		position: absolute;
		right: 50%;
		padding-bottom: 0;
	}
	.hero-group .row-image {
		background-position:
			right -1px top -1px,
			center center;
	}
	.alternating-2up .row:nth-child(even) .item {
		flex-direction: row-reverse;
	}
	.alternating-2up .row:nth-child(even) .row-image {
		right: 0;
		left: 50%;
	}
}
.alternating-2up .item {
	min-height: 32vw;
}
@media all and (min-width: 40em) {
	.alternating-2up .item {
		display: flex;
		flex-direction: row;
	}
	.alternating-2up .item > * {
		flex: 1 1 50%;
	}
}
@media all and (min-width: 80em) {
	.alternating-2up .item {
		min-height: 28rem;
	}
}
.alternating-2up .text {
	padding: 6vw;
	margin-top: auto;
	margin-bottom: auto;
}
@media all and (min-width: 40em) {
	.hero .alternating-2up .text {
		padding: 6vw 6vw 6vw 2vw;
	}
}
.alternating-2up .hero-group .text {
	margin-top: 0;
}
.alternating-2up .hero-group .text h3,
.kt .text > h3 {
	max-width: 18ch;
}
.alternating-2up .hero-group .text p {
	max-width: 34ch;
}
@media all and (max-width: 49.9375em) {
	.instant-bank-transfer .hero-group .text p,
	.interac .hero-group .text p {
		max-width: 28ch;
	}
}
.interac .alternating-2up .hero-group .text p,
.interac .home-works p {
	max-width: 22ch;
}
@media all and (min-width: 40em) {
	.interac .home-works {
		padding-block: 1rem 2.5rem;
	}
}
@media all and (min-width: 50em) {
	.interac .home-works {
		padding-block: 1rem;
	}
}
@media all and (min-width: 80em) {
	.interac .home-works {
		padding-block: 0;
	}
}
@media all and (min-width: 40em) {
	.interac .home-works .container {
		display: flex;
		align-items: center;
		gap: clamp(2rem, 5vw, 8vw);
	}
}
@media all and (min-width: 50em) {
	.interac .home-works .container {
		margin-bottom: -9rem;
		position: relative;
		z-index: 44;
	}
}
.interac .home-benefits {
	-webkit-padding-before: 8rem;
	padding-block-start: 8rem;
}
.interac .group.ways {
	gap: 2rem;
}
@media all and (max-width: 49.9375em) {
	.interac .group.ways .imagery {
		max-width: 5rem;
	}
}
.interac .group.ways > * {
	gap: 1rem;
}
@media all and (min-width: 40em) {
	.interac .group.ways .interac-1 {
		margin-left: -1rem;
	}
}
.interac .content-ways {
	flex: 0 0 60%;
}
@media all and (min-width: 50em) {
	.interac .content-ways {
		margin-top: -3rem;
	}
}
@media all and (min-width: 80em) {
	.interac .content-ways {
		margin-top: -6rem;
	}
}
.interac .device {
	flex: 0 0 40%;
	max-width: 22rem;
}
@media all and (max-width: 39.9375em) {
	.interac .device {
		margin-bottom: 2rem;
	}
}
@media all and (max-width: 49.9375em) {
	.interac .device {
		max-width: 16rem;
	}
}
@media all and (min-width: 40em) {
	.alternating-2up.odd .row:nth-child(odd) .item {
		flex-direction: row-reverse;
	}
	.alternating-2up.odd .row:nth-child(odd) .row-image {
		right: 0;
		left: 50%;
	}
}
.logo-group {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.logo-group,
.logo-group-layout {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo-group-layout > .item {
	padding: 1.5vw 3vw;
}
@media all and (min-width: 50em) {
	.logo-group-layout {
		padding-inline: clamp(1rem, 10%, 20rem);
		margin-left: 3rem;
		margin-right: 3rem;
	}
}
@media all and (min-width: 80em) {
	.logo-group-layout > .item {
		padding: 1.5rem 2.5rem;
	}
}
.size-si {
	flex: 2.74;
}
.size-sc {
	flex: 1;
}
.size-jc {
	flex: 1.8;
}
.size-gcc {
	flex: 2.1;
}
.ch-22 {
	max-width: 22ch;
}
.ch-36 {
	max-width: 36ch;
}
.cards {
	grid-gap: 1.5rem;
}
.cards > * {
	padding: 2.5rem;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 1.25rem;
}
.cards > * > * {
	flex-basis: calc((25ch - 100%) * 999);
}
.cards.cards-alternate > * > * {
	flex-basis: calc((50ch - 100%) * 999);
}
.cards .image,
.cards .text {
	flex-grow: 1;
	flex-shrink: 1;
}
.cards .image img {
	max-width: 4.5rem;
}
.cards .text {
	flex-grow: 4;
}
.business-cards {
	grid-gap: 1.5rem;
}
.business-cards > * {
	padding: 2.5rem;
	background-color: #fff;
	border: 1px solid #e9e9e9;
}
@media all and (min-width: 50em) {
	.business-cards img {
		margin: initial;
	}
}
.support-2up {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
	gap: 3rem;
}
.support-2up > * {
	flex-basis: calc((60ch - 100%) * 999);
}
.support-2up .image {
	flex-grow: 5;
	flex-shrink: 1;
}
.support-2up .text {
	flex-grow: 3;
	flex-shrink: 1;
	max-width: 54ch;
	margin-right: auto;
}
.hero-group {
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: bottom -1px right -2px;
}
@media all and (min-width: 30em) {
	.hero-group {
		background-size: 50%;
		min-height: 44vw;
	}
}
@media all and (min-width: 40em) {
	.hero-group {
		background-size: 30%;
	}
}
@media all and (min-width: 50em) {
	.hero-group {
		min-height: 30rem;
	}
}
@media all and (min-width: 80em) {
	.hero-group {
		background-size: 26rem auto;
	}
}
.hero-group.hero-small {
	min-height: auto;
}
.hero-group a.btn,
.kt .text {
	position: relative;
	z-index: 20;
}
.default-hero {
	min-height: 12rem;
}
.kt li,
.kt p {
	max-width: 65ch;
}
.kt h2,
.kt h3 {
	padding: 0.75rem 0;
	margin: 0;
}
.kt ol,
.kt ul {
	margin: 1rem 0;
	padding-left: 1.5rem;
}
.kt li,
.kt p,
.privacy .kt ol,
.privacy .kt ul,
.terms .kt ol,
.terms .kt ul,
.terms-interac .kt ol,
.terms-interac .kt ul {
	margin: 0.5rem 0;
}
.kt .text {
	flex-grow: 1;
	flex-shrink: 1;
	padding: 8vw;
	z-index: 2;
}
@media all and (min-width: 40em) {
	.kt .text {
		padding-left: 0;
	}
}
@media all and (min-width: 50em) {
	.kt .text {
		padding: 6vw 0;
	}
}
@media all and (min-width: 80em) {
	.kt .text {
		padding: 5rem 0;
	}
}
.kt .text > p {
	max-width: 29ch;
}
.wave1,
.wave2 {
	position: absolute;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
}
.wave1 {
	bottom: -1px;
	top: 0;
	background-image: url(/assets/images/s1-wave.svg);
	background-position: center bottom;
	background-size: 100% 10vw;
	z-index: 1;
}
.wave1.neutral {
	background-image: url(/assets/images/s1-wave-neutral.svg);
}
.wave2 {
	bottom: 0;
	top: -1px;
	background-image: url(/assets/images/s2-wave.svg);
	background-position: center top;
	background-size: 100% 8vw;
}
@media all and (min-width: 80em) {
	.wave2 {
		background-size: 100% 104px;
	}
}
.layout-wave {
	padding-top: 2rem;
}
.about-us .group,
.join .text p {
	max-width: 35ch;
	margin-left: auto;
	margin-right: auto;
}
.about-us .group {
	max-width: 70ch;
}
.faq h4 {
	margin-bottom: 0;
	font-weight: 400;
}
.faq .content {
	max-height: 0;
	overflow: hidden;
	max-width: 72ch;
	padding-right: 0.5rem;
	position: relative;
	top: -0.5rem;
	transition: max-height 0.2s ease-out;
}
.faq .content p {
	padding: 0 2rem 1rem;
}
.uniform__potty {
	position: absolute;
	left: -9999px;
}
.error {
	border: 1px solid red;
}
.dropdown-menu {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
	display: none;
	z-index: 10;
  box-shadow: 0 .5rem 1rem rgba(12, 29, 77, 0.5);
}
.dropdown-menu a,
.dropdown-menu a:link,
.dropdown-menu a:visited {
	display: block;
	padding: 0.75rem;
	text-align: center;
	color: #484a4b;
	background-color: #fff;
	line-height: 1;
	border-bottom: 1px solid rgba(12, 29, 77, 0.15);
	transition:
		background-color 0.25s ease-in-out,
		color 0.25s ease-in-out;
}
.dropdown-menu a:focus,
.dropdown-menu a:hover,
.dropdown-menu a:link:focus,
.dropdown-menu a:link:hover,
.dropdown-menu a:visited:focus,
.dropdown-menu a:visited:hover {
	color: #3e90bf;
}
.dropdown-menu a.active,
.dropdown-menu a:link.active,
.dropdown-menu a:visited.active,
details[open] > summary {
	color: #77ce90;
}
.dropdown > a svg {
	display: inline-block;
	margin-left: 0.15rem;
	margin-bottom: 0.075rem;
}
.dropdown > a svg path {
	fill: #fff;
	transition: fill 0.25s ease;
}
.dropdown > a:focus svg > path,
.dropdown > a:hover svg > path {
	fill: #0c1d4d;
}
.dropdown > a.active svg > path {
	fill: #77ce90;
}
#menuToggle .subnav {
	margin-top: -0.25rem;
}
#menuToggle .subnav a {
	color: #919293;
	line-height: 1.25;
}
.footer-actions {
	background-image: url(/assets/images/h-line.svg);
	background-position: center;
	background-repeat: repeat-x;
}
.footer-actions a {
	padding: 0.125rem 0.75rem;
	display: inline-block;
	white-space: nowrap;
}
@media all and (min-width: 40em) {
	.footer-actions a {
		padding: 0.75rem 0.5rem;
	}
}
@media all and (min-width: 50em) {
	.footer-actions a {
		padding: 0.75rem;
	}
}
.footer-actions .footer-copyright {
	padding: 0.125rem 0.75rem;
	margin-top: 0.25rem;
  line-height: 1.2;
  text-align: center;
	/* white-space: nowrap; */
}
@media all and (min-width: 40em) {
	.footer-actions .footer-copyright {
		padding: 0.75rem;
		display: inline-block;
		margin-top: 0;
	}
}
.footer-actions .footer-conditions {
	text-align: center;
	display: flex;
	justify-content: center;
}
@media all and (min-width: 40em) {
	.footer-actions .footer-conditions {
		text-align: right;
	}
}
.footer-actions .footer-copyright,
.footer-actions .footer-spaces {
	text-align: center;
}
@media all and (min-width: 40em) {
	.footer-actions .footer-copyright,
	.footer-actions .footer-spaces {
		text-align: left;
	}
}
.footer-actions .footer-nav {
	margin-bottom: 1rem;
}
@media all and (min-width: 40em) {
	.footer-actions .footer-nav {
		margin-bottom: 0;
	}
}
@media all and (min-width: 50em) {
	.footer-wayfinding {
		padding-left: 0.75rem;
	}
	.footer-information {
		padding-right: 0.75rem;
	}
	.footer-information,
	.footer-wayfinding {
		display: block;
	}
}
a.social-link-icon {
	vertical-align: bottom;
	padding: 0.125rem 0.25rem;
	margin-bottom: 0.25rem;
}
@media all and (min-width: 40em) {
	a.social-link-icon {
		padding: 0.75rem 0.25rem;
	}
}
a.social-link-icon svg {
	width: 1.25rem;
}
a.social-link-icon:focus svg path,
a.social-link-icon:hover svg path {
	fill: #0c1d4d;
}
.footer-banner-secondary .licensing p {
	-webkit-margin-before: 0.5rem;
	margin-block-start: 0.5rem;
	text-wrap: balance;
}
@media all and (min-width: 50em) {
	.footer-banner-secondary .licensing {
		display: flex;
		gap: 6%;
		align-items: center;
		background-image: url(/assets/images/v-line.svg);
		background-position: center;
		background-repeat: repeat-y;
	}
	.footer-banner-secondary .licensing > * {
		flex: 0 0 47%;
	}
	.footer-banner-secondary .licensing p {
		-webkit-margin-before: 0;
		margin-block-start: 0;
	}
}
section header {
	text-align: center;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
}
section header .section-heading {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
	color: #0c1d4d;
}
@media all and (min-width: 30em) {
	.grid-2-s {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (min-width: 40em) {
	.grid-2-m {
		grid-template-columns: repeat(2, 1fr);
	}
}
.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}
@media all and (min-width: 50em) {
	.grid-3-l {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid-4-l {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media all and (max-width: 39.9375em) {
	.benefits-gg {
		grid-gap: 8vw;
	}
}
.contact-form fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
.contact-form .container {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.contact-form .container input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	cursor: pointer;
}
.contact-form .container input:checked ~ .radio-label {
	color: #77ce90;
	border-color: #77ce90;
}
.contact-form .container input:checked ~ .radio-label:focus,
.contact-form .container input:checked ~ .radio-label:hover {
	background-color: #fff;
}
.contact-form .radio-label {
	border: 2px solid transparent;
	background-color: #fff;
	padding: 1rem 2rem;
	border-radius: 0.5rem;
	box-shadow: 0 0 1rem rgba(72, 74, 75, 0.05);
	line-height: 1.4;
	text-align: center;
	transition:
		color 0.25s ease-in,
		background-color 0.25s ease-in;
}
.contact-form .radio-label:focus,
.contact-form .radio-label:hover,
.contact-form .select:focus select,
.contact-form .select:hover select {
	background-color: #77ce90;
	color: #fff;
}
.contact-form input {
	margin-bottom: 0.5rem;
	line-height: 1.4;
}
.contact-form input,
.contact-form textarea {
	border: 1px solid transparent;
	background-color: #fff;
	color: #484a4b;
	box-shadow: 0 0 1rem rgba(72, 74, 75, 0.05);
	width: 100%;
	transition: background-color 0.5s ease;
	padding: 1rem 2rem;
	border-radius: 0.5rem;
}
.contact-form input:focus,
.contact-form input:hover,
.contact-form textarea:focus,
.contact-form textarea:hover {
	border-color: rgba(72, 74, 75, 0.25);
	outline: 0;
}
.contact-form input[type="submit"],
.contact-form textarea[type="submit"] {
	text-transform: uppercase;
	font-weight: 600;
	background-color: transparent;
	padding: 0.475rem 3rem;
	letter-spacing: 0.1rem;
	text-decoration: none;
	display: inline-block;
	transition:
		color 0.25s ease-in,
		background-color 0.25s ease-in;
	color: #77ce90;
	border-radius: 2rem;
	border: 2px solid #77ce90;
	width: auto;
	cursor: pointer;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	letter-spacing: 0.05rem;
	font-weight: 500;
	color: #484a4b;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
	letter-spacing: 0.05rem;
	font-weight: 500;
	color: #484a4b;
}
.contact-form input.error,
.contact-form textarea.error {
	border-color: #f82d3a;
}
.contact-form input#amount,
.contact-form textarea#amount {
	background-image: url(/assets/images/icon-currency.svg);
	background-repeat: no-repeat;
	background-position: left 1rem center;
}
.contact-form textarea {
	resize: vertical;
	line-height: 1.5;
	min-height: 10rem;
	margin-bottom: 0.25rem;
}
.contact-form .select {
	position: relative;
	overflow: hidden;
}
.contact-form .select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	display: block;
	line-height: 1.4;
	width: 100%;
	border-radius: 0.5rem;
	box-shadow: 0 0 1rem rgba(72, 74, 75, 0.05);
	margin-bottom: 0.5rem;
	padding: 1rem 3.5rem 1rem 2rem;
	color: #484a4b;
	background-color: #fff;
	background-image: none;
	cursor: pointer;
	border: 1px solid transparent;
	transition:
		color 0.25s ease-in,
		background-color 0.25s ease-in;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact-form .select:after {
	content: url(/assets/images/select-arrow.svg);
	width: 16px;
	height: 9px;
	position: absolute;
	top: 1rem;
	right: 1.5rem;
}
.contact-form .select:focus:after,
.contact-form .select:hover:after {
	stroke: #77ce90;
}
.contact-form .uniform-errors {
	margin-top: 2rem;
	color: #f82d3a;
}
.contact-form .success {
	margin-top: 2rem;
	color: #3e90bf;
}
.contact-form .error-text {
	color: #0c1d4d;
	text-align: right;
	margin-bottom: 0;
	padding: 0;
}
.contact-form .req:after {
	content: " *";
	color: #f82d3a;
}
.form-group {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 1rem;
}
.form-group > * {
	flex-grow: 1;
	flex-basis: calc((30rem - 100%) * 999);
}
.form-group > :nth-last-child(n + 4),
.switcher > :nth-last-child(n + 4) ~ * {
	flex-basis: 100%;
}
.form-label {
	text-transform: uppercase;
	line-height: 2.5;
	letter-spacing: 0.025em;
	display: block;
	margin-top: 0.75rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.form-label,
.input-group {
	overflow: hidden;
}
.g-recaptcha > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}
.animate {
	position: relative;
	opacity: 0;
}
.privacy .kt h2,
.terms .kt h2,
.terms-interac .kt h2 {
	font-size: 21px;
	padding: 0;
	padding-top: 1rem;
}
.privacy .kt > ol,
.terms .kt > ol,
.terms-interac .kt > ol {
	padding-left: 2rem;
}
.privacy .kt > ol > li::marker,
.terms .kt > ol > li::marker,
.terms-interac .kt > ol > li::marker {
	font-size: 18px;
	font-weight: 600;
}
.privacy .kt ol,
.terms .kt ol,
.terms-interac .kt ol {
	counter-reset: listCounter;
}
.privacy .kt ol > li,
.terms .kt ol > li,
.terms-interac .kt ol > li {
	counter-increment: listCounter;
}
.privacy .kt ol[start="2"],
.terms .kt ol[start="2"],
.terms-interac .kt ol[start="2"] {
	counter-set: listCounter 1;
}
.privacy .kt ol[start="35"],
.terms .kt ol[start="35"],
.terms-interac .kt ol[start="35"] {
	counter-set: listCounter 34;
}
.privacy .kt ol[start="37"],
.terms .kt ol[start="37"],
.terms-interac .kt ol[start="37"] {
	counter-set: listCounter 36;
}
/* .privacy .kt ol[start="49"],
.terms .kt ol[start="49"],
.terms-interac .kt ol[start="49"] {
	counter-set: listCounter 48;
}
.privacy .kt ol[start="51"],
.terms .kt ol[start="51"],
.terms-interac .kt ol[start="51"] {
	counter-set: listCounter 50;
} */
.privacy .kt ol > li::marker,
.terms .kt ol > li::marker,
.terms-interac .kt ol > li::marker {
	content: counters(listCounter, ".", decimal) ".  ";
	font-weight: 600;
}
.privacy .kt .ol-lower-alpha + ol > li::marker,
.terms .kt .ol-lower-alpha + ol > li::marker {
	content: counter(listCounter, lower-alpha) ".  ";
	font-weight: 400;
}
.privacy .kt ul > li,
.terms .kt ul > li,
.terms-interac .kt ul > li {
	list-style-type: disc;
}
.privacy .kt ol > li > ol,
.privacy .kt ol > li > ul,
.terms .kt ol > li > ol,
.terms .kt ol > li > ul,
.terms-interac .kt ol > li > ol,
.terms-interac .kt ol > li > ul {
	padding-left: 1.2rem;
}
.privacy .kt td,
.terms .kt td,
.terms-interac .kt td {
	padding-right: 0.5rem;
}
.terms-interac .kt .ol-lower-alpha + ol > li::marker,
.terms-interac .kt ol ol ol > li::marker {
	content: counter(listCounter, lower-alpha) ".  ";
	font-weight: 600;
}
.privacy .kt > ol:first-of-type {
	margin-bottom: 3rem;
}
.privacy .kt > ol:first-of-type a {
	font-weight: 600;
}
.privacy .kt > ol:first-of-type > li::marker {
	font-size: 15px;
}
.cookie-container {
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	background-color: #0c1d4d;
	color: #fff;
	box-shadow: 0-0.25rem 5rem rgba(12, 29, 77, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	z-index: 2000;
	transition: 1s;
}
.cookie-container.active {
	bottom: 0;
}
.cookie-container .cookie-other-action,
.cookie-container p {
	margin: 1rem 0;
}
.cookie-container > * {
	padding: 1.5rem;
	text-align: center;
}
.cookie-imagery {
	width: 2rem;
	margin: auto;
}
.cookie-action {
	display: flex;
	justify-content: center;
}
.cookie-btn {
	display: inline-block;
	border-radius: 2rem;
	padding: 0.5rem 1.5rem;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	cursor: pointer;
	line-height: 1;
	background-color: #0c1d4d;
	border: 0.125rem solid #77ce90;
	transition:
		color 0.25s ease-in,
		background-color 0.25s ease-in,
		border-color 0.25s ease-in;
	font-weight: 600;
}
.cookie-btn:focus,
.cookie-btn:hover {
	background-color: #77ce90;
	border-color: #77ce90;
	color: #0c1d4d;
}
.cookie-btn-accept {
	color: #77ce90;
	margin-right: 0.375rem;
}
.cookie-btn-deny {
	border-color: #3e90bf;
	color: #3e90bf;
	margin-left: 0.375rem;
}
.cookie-other-action {
	white-space: nowrap;
}
.cookie-other-action a:focus,
.cookie-other-action a:hover {
	color: #c2c7d3;
}
@media all and (min-width: 50em) {
	.cookie-container > * {
		display: flex;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
		justify-content: center;
	}
	.cookie-container .cookie-other-action,
	.cookie-container p {
		margin: 0 1.25rem;
	}
	.cookie-imagery {
		width: 4rem;
		margin: 0;
	}
}
.business .soc {
	padding-top: 0.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
}
.business .soc .imagery {
	flex-basis: 4.75em;
}
.business .soc .content {
	flex-basis: calc(100% - 2em - 4.75em);
}
@media all and (max-width: 29.9375em) {
	.business .soc {
		flex-direction: column;
		gap: 4vw;
	}
}
.faq-group > * {
	overflow: hidden;
	transition:
		transform 0.25s ease-out,
		opacity 0.5s ease-in;
	height: auto;
	transform: scaleY(1);
	transform-origin: top;
}
.faq-group .hide {
	transform: scaleY(0.95);
	height: 0;
	opacity: 0;
}
.faq-group .show {
	opacity: 1;
}
.faq-sections {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}
.faq-sections > * {
	flex-grow: 1;
	flex-basis: calc((42rem - 100%) * 999);
	white-space: nowrap;
	flex-wrap: nowrap;
	gap: 0;
	cursor: pointer;
	line-height: 1;
}
.faq-sections > :nth-last-child(n + 4),
.faq-sections > :nth-last-child(n + 4) ~ * {
	flex-basis: 100%;
}
.button-filter .radio-label,
details {
	box-shadow: 0 0 1rem rgba(72, 74, 75, 0.05);
	border-radius: 0.5rem;
}
details {
	margin-bottom: 0.5rem;
	overflow: hidden;
}
details > * {
	padding: 1.25rem 1.75rem;
	background-color: #fff;
}
details summary {
	font-weight: 500;
	line-height: 1.25;
	cursor: pointer;
	list-style: none;
	transition: color 0.2s ease-out;
	display: flex;
	align-items: center;
}
details summary:after {
	content: "+";
	color: #77ce90;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 1rem;
	line-height: 1;
}
details[open] > summary:after {
	content: "−";
}
details .answer {
	padding-top: 0;
}
details ol,
details ul {
	margin: 0;
	-webkit-padding-start: 1.25rem;
	padding-inline-start: 1.25rem;
	margin-bottom: 1rem;
}
.button-filter > input,
.text-filter > input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.button-filter .radio-label {
	border: 2px solid transparent;
	background-color: #fff;
	padding: 1.25rem;
	transition:
		color 0.25s ease-out,
		border-color 0.25s ease-out,
		background-color 0.5s ease-out;
	font-weight: 500;
	text-align: center;
}
.button-filter .radio-label:focus,
.button-filter .radio-label:hover {
	background-color: #77ce90;
	color: #fff;
}
.button-filter > input:checked ~ .radio-label {
	color: #77ce90;
	background-color: #fff;
	border-color: #77ce90;
}
.faq-sub-sections {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 0;
	margin-bottom: 0.5rem;
	text-align: center;
}
.faq-sub-sections > * {
	flex-basis: calc((18rem - 100%) * 999);
	white-space: nowrap;
	flex-wrap: nowrap;
	gap: 0;
	cursor: pointer;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	padding: 1.6rem 1.25rem;
}
@media all and (max-width: 39.9375em) {
	.faq-sub-sections > * {
		padding-block: 0.5rem;
	}
}
.faq-sub-sections > :nth-last-child(n + 3),
.faq-sub-sections > :nth-last-child(n + 3) ~ * {
	flex-basis: 100%;
}
.text-filter .radio-label {
	font-weight: 500;
	transition: color 0.25s ease-out;
}
.text-filter .radio-label:focus,
.text-filter .radio-label:hover {
	text-decoration: underline;
}
.text-filter > input:checked ~ .radio-label {
	color: #77ce90;
	text-decoration: underline;
}
.block-safety .text-heading {
	color: #3e90bf;
	margin-bottom: 0.5rem;
}
.block-safety svg {
	max-width: 7rem;
}
.block-safety .inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
}
.block-safety .item {
	position: relative;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	gap: 1.5rem;
}
@media all and (min-width: 40em) {
	.block-safety .item {
		text-align: left;
		flex-direction: row;
		gap: 2.5rem;
	}
}
.block-safety .item::before {
	content: "";
	border: 0.05rem solid #343434;
	position: absolute;
	top: -2rem;
	left: 10%;
	right: 10%;
}
.block-safety .item:first-child::before {
	content: none;
}
@media all and (min-width: 50em) {
	.block-safety .inner {
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	}
	.block-safety .item::before {
		top: 10%;
		left: -2rem;
		bottom: 10%;
		right: unset;
	}
}
@media all and (min-width: 80em) {
	.block-safety .inner {
		gap: 8rem;
	}
	.block-safety .item::before {
		left: -4rem;
	}
}
/* 2026 */
@media all and (max-width: 30em) {
  .site-header .logo {
    margin-right: -6rem;
  }
}
.languages {
  line-height: 1;
}
.language_toggle {
  background: none;
	color: #ffffff;
	border: none;
	padding: .45rem 0 .45rem .5rem;
  margin: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;

  svg {
    min-inline-size: 20px;
  }

  &:hover, &:focus, &:has(+ .nav:hover), &:has(+ .nav:focus) {
    color: #13331c;
  }
}

.languages > .nav {
  position: absolute;
  right: 0;
	visibility: hidden;
	opacity: 0;
  display: none;
	transition: all 0.5s ease;
	z-index: 10;
  box-shadow: 0 .5rem 1rem rgba(12, 29, 77, 0.5);
  li {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(12, 29, 77, 0.15);
    transition:
      background-color 0.2s ease-out,
      color 0.2s ease-out;
    &:hover {
      background-color: #3e90bf;
      color: #ffffff;
    }
  }
  li[aria-current="true"] {
    background-color: #ffffff;
    color: #3e90bf;
    &:hover, &:focus {
      color: #0c1d4d;
    }
  }
  a {
    display: block;
    padding: 0.75rem;
    text-align: center;
    white-space: nowrap;
    &:hover {
      color: inherit;
    }
  }
}
.language_toggle:focus + .nav, .language_toggle:hover + .nav, .languages > .nav:focus, .languages > .nav:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
@media all and (max-width: 800px) {
	.site-header > .layout .languages {
		order: 1;
	}
}

.social-link-icon svg {
  min-width: 1rem;
}

.about .block-safety .text {
  flex-shrink: 3;
}

header h2, header h3, .home-support h3, .alternating-2up h3, .alternating-2up h4, .alternating-2up h5, .home-security h4, .business-cards h5, .home-benefits .text h6, .benefits .text h6 {
  text-wrap: balance;
}

.text p {
  text-wrap: pretty;
}

.privacy .kt > ol:first-of-type li {
  max-width: unset;
  text-wrap: pretty;
}