/*!
Theme Name: solved-membership
Theme URI: http://underscores.me/
Author: Philip Kemper
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solved-membership
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

solved-membership is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #252121;
	font-family: "Selecta", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
}

h1,
h2,
.u-text-xl,
h3,
.u-text-lg,
h4,
.u-text-md,
h5,
.u-text-sm,
h6,
.u-text-xs,
.u-text-sm-alt {
	clear: both;
	font-family: "Selecta", sans-serif;
}

h1 {
	font-size: 60px;
	line-height: 0.91;
	letter-spacing: -0.02em;
	font-weight: 500;
}

@media (min-width: 768px) {

	h1 {
		font-size: 96px;
		line-height: 1.01;
	}
}

h2,
.u-text-xl {
	font-size: 34px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 500;
}

@media (min-width: 768px) {

	h2,
	.u-text-xl {
		font-size: 60px;
	}
}

h3,
.u-text-lg {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 500;
}

@media (min-width: 768px) {

	h3,
	.u-text-lg {
		font-size: 36px;
	}
}

h4,
.u-text-md {
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-weight: 400;
}

@media (min-width: 768px) {

	h4,
	.u-text-md {
		font-size: 30px;
	}
}

h5,
.u-text-sm {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-weight: 400;
}

@media (min-width: 768px) {

	h5,
	.u-text-sm {
		font-size: 24px;
	}
}

h6,
.u-text-xs,
.u-text-sm-alt {
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 500;
}

@media (min-width: 768px) {

	h6,
	.u-text-xs,
	.u-text-sm-alt {
		font-size: 22px;
	}
}

h1,
h2,
.u-text-xl,
h3,
.u-text-lg,
h4,
.u-text-md,
h5,
.u-text-sm,
h6,
.u-text-xs,
.u-text-sm-alt {
	margin: 0 0 20px;
}

.site-main--page h1,
.site-main--page h2,
.site-main--page .u-text-xl,
.site-main--page h3,
.site-main--page .u-text-lg,
.site-main--page h4,
.site-main--page .u-text-md,
.site-main--page h5,
.site-main--page .u-text-sm,
.site-main--page h6,
.site-main--page .u-text-xs,
.site-main--page .u-text-sm-alt {
	margin: 1em 0 0.5em;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

@media (min-width: 768px) {

	.site-main--page h1,
	.site-main--page h2,
	.site-main--page .u-text-xl,
	.site-main--page h3,
	.site-main--page .u-text-lg,
	.site-main--page h4,
	.site-main--page .u-text-md,
	.site-main--page h5,
	.site-main--page .u-text-sm,
	.site-main--page h6,
	.site-main--page .u-text-xs,
	.site-main--page .u-text-sm-alt {
		line-height: 1.2;
	}
}

.site-main--page h1 {
	font-size: 50px;
	line-height: 1.05;
	margin: 0 0 0.5em;
}

@media (min-width: 768px) {

	.site-main--page h1 {
		font-size: 60px;
		line-height: 1.1;
	}
}

.site-main--page h2,
.site-main--page .u-text-xl {
	font-size: 34px;
}

@media (min-width: 768px) {

	.site-main--page h2,
	.site-main--page .u-text-xl {
		font-size: 40px;
	}
}

.site-main--page h3,
.site-main--page .u-text-lg {
	font-size: 30px;
}

@media (min-width: 768px) {

	.site-main--page h3,
	.site-main--page .u-text-lg {
		font-size: 36px;
	}
}

.site-main--page h4,
.site-main--page .u-text-md {
	font-size: 26px;
}

@media (min-width: 768px) {

	.site-main--page h4,
	.site-main--page .u-text-md {
		font-size: 30px;
	}
}

.site-main--page h5,
.site-main--page .u-text-sm {
	font-size: 22px;
}

@media (min-width: 768px) {

	.site-main--page h5,
	.site-main--page .u-text-sm {
		font-size: 26px;
	}
}

.site-main--page h6,
.site-main--page .u-text-xs,
.site-main--page .u-text-sm-alt {
	font-size: 18px;
}

@media (min-width: 768px) {

	.site-main--page h6,
	.site-main--page .u-text-xs,
	.site-main--page .u-text-sm-alt {
		font-size: 22px;
	}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.body {
	font-family: "Selecta", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 20px;
}

@media (min-width: 768px) {

	.body {
		font-size: 18px;
	}
}

.body--alt {
	line-height: 1.2;
}

@media (min-width: 768px) {

	.body--alt {
		line-height: 1.44;
	}
}

p {
	margin: 0 0 20px;
}

.site-main--page,
.site-main--page p {
	font-family: "Public Sans", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
}

@media (min-width: 768px) {

	.site-main--page,
	.site-main--page p {
		font-size: 18px;
	}
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 31, 2025 */
@font-face {
	font-family: Selecta;
	src: url("./fonts/selecta-regular-webfont.woff2") format("woff2"), url("./fonts/selecta-regular-webfont.woff") format("woff"), url("./fonts/selecta-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Selecta;
	src: url("./fonts/selecta-medium-webfont.woff2") format("woff2"), url("./fonts/selecta-medium-webfont.woff") format("woff"), url("./fonts/selecta-medium-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Myriad Pro";
	src: url("./fonts/MyriadPro-Bold.woff2") format("woff2"), url("./fonts/MyriadPro-Bold.woff") format("woff"), url("./fonts/MyriadPro-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Myriad Pro";
	src: url("./fonts/MyriadPro-Regular.woff2") format("woff2"), url("./fonts/MyriadPro-Regular.woff") format("woff"), url("./fonts/MyriadPro-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-Black.woff2") format("woff2"), url("./fonts/PublicSans-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-ExtraBoldItalic.woff2") format("woff2"), url("./fonts/PublicSans-ExtraBoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-LightItalic.woff2") format("woff2"), url("./fonts/PublicSans-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-ExtraLight.woff2") format("woff2"), url("./fonts/PublicSans-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-Thin.woff2") format("woff2"), url("./fonts/PublicSans-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-Bold.woff2") format("woff2"), url("./fonts/PublicSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-Italic.woff2") format("woff2"), url("./fonts/PublicSans-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-Medium.woff2") format("woff2"), url("./fonts/PublicSans-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-BlackItalic.woff2") format("woff2"), url("./fonts/PublicSans-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-BoldItalic.woff2") format("woff2"), url("./fonts/PublicSans-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-ExtraLightItalic.woff2") format("woff2"), url("./fonts/PublicSans-ExtraLightItalic.woff") format("woff");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-ThinItalic.woff2") format("woff2"), url("./fonts/PublicSans-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-Regular.woff2") format("woff2"), url("./fonts/PublicSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-SemiBold.woff2") format("woff2"), url("./fonts/PublicSans-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-ExtraBold.woff2") format("woff2"), url("./fonts/PublicSans-ExtraBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-MediumItalic.woff2") format("woff2"), url("./fonts/PublicSans-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-SemiBoldItalic.woff2") format("woff2"), url("./fonts/PublicSans-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Public Sans";
	src: url("./fonts/PublicSans-Light.woff2") format("woff2"), url("./fonts/PublicSans-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Elements
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
}

.u-bg-dark,
.u-bg-grid,
.orange-box,
.maybe__quote,
.button,
.site-footer,
.site-header {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.u-bg-light,
.u-bg-white,
.u-bg-grey {
	text-rendering: auto;
	-webkit-font-smoothing: auto;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

.ul {
	margin: 0;
	padding-left: 24px;
}

.ul li {
	margin: 0 0 20px;
}

ul.wp-block-list {
	margin-left: 1em;
	padding-left: 1em;
}

ul.wp-block-list li {
	margin-bottom: 0.5em;
}

ul.wp-block-list > :last-child {
	margin-bottom: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
button.link-like-button,
a {
	color: #f50;
}

button.link-like-button:visited,
a:visited {
	color: #f50;
}

button.link-like-button:hover,
button.link-like-button:focus,
button.link-like-button:active,
a:hover,
a:focus,
a:active {
	color: #d14600;
}

button.link-like-button:focus,
a:focus {
	outline: thin dotted;
}

button.link-like-button:hover,
button.link-like-button:active,
a:hover,
a:active {
	outline: 0;
}

.unstyled-link {
	text-decoration: none;
	color: inherit;
}

.unstyled-link:hover,
.unstyled-link:active,
.unstyled-link:focus,
.unstyled-link:visited {
	text-decoration: none;
	color: inherit;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.button--primary {
	background-color: #d9e021;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	height: 36px;
	line-height: 1;
	border-radius: 3.7px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 0 12px;
}

.button--primary:hover {
	background-color: #b9c11b;
}

@media (min-width: 768px) {

	.button--primary {
		padding: 0 75px;
	}
}

.button.button--black {
	background-color: #232121;
	color: #fff;
	font-family: "Selecta", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	border-radius: 3.8px;
	padding: 11px 24px;
	height: 42px;
	text-decoration: none;
	display: inline-block;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.button.button--black:visited {
	color: #fff;
}

.button.button--black:hover,
.button.button--black:active,
.button.button--black:focus {
	background-color: #b9c11b;
	color: #232121;
	text-decoration: none;
}

.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit,
.button {
	font-family: "Selecta", sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	border-radius: 3.8px;
	background-color: #d9e021;
	color: #232121;
	padding: 11px 24px;
	height: 42px;
	text-decoration: none;
	display: inline-block;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.button--orange,
.button.button--orange {
	background-color: #f50;
	color: #fff;
}

.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.button--orange:visited,
.button.button--orange:visited {
	color: #fff;
}

.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.button--orange:hover,
.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.button--orange:active,
.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.button--orange:focus,
.button.button--orange:hover,
.button.button--orange:active,
.button.button--orange:focus {
	background-color: #232121;
	color: #fff;
}

.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit:visited,
.button:visited {
	color: #232121;
}

.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit:hover,
.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit:active,
.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit:focus,
.button:hover,
.button:active,
.button:focus {
	background-color: #b9c11b;
	color: #232121;
	text-decoration: none;
}

.site-header .button--orange,
.site-footer .button--orange,
.u-bg-dark .button--orange,
.u-bg-grid .button--orange {
	background-color: #f50;
	color: #fff;
}

.site-header .button--orange:visited,
.site-footer .button--orange:visited,
.u-bg-dark .button--orange:visited,
.u-bg-grid .button--orange:visited {
	background-color: #f50;
	color: #fff;
}

.site-header .button--orange:hover,
.site-header .button--orange:active,
.site-header .button--orange:focus,
.site-footer .button--orange:hover,
.site-footer .button--orange:active,
.site-footer .button--orange:focus,
.u-bg-dark .button--orange:hover,
.u-bg-dark .button--orange:active,
.u-bg-dark .button--orange:focus,
.u-bg-grid .button--orange:hover,
.u-bg-grid .button--orange:active,
.u-bg-grid .button--orange:focus {
	background-color: #f3f3f3;
	color: #232121;
}

.u-bg-light .button--orange,
.u-bg-white .button--orange {
	background-color: #f50;
	color: #fff;
}

.u-bg-light .button--orange:visited,
.u-bg-white .button--orange:visited {
	color: #fff;
}

.u-bg-light .button--orange:hover,
.u-bg-light .button--orange:active,
.u-bg-light .button--orange:focus,
.u-bg-white .button--orange:hover,
.u-bg-white .button--orange:active,
.u-bg-white .button--orange:focus {
	background-color: #232121;
	color: #fff;
}

@media (min-width: 768px) {

	.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit.wpforms-submit,
	.button {
		font-size: 20px;
		border-radius: 4.6px;
		padding: 12px 26px;
		height: 48px;
	}
}

.unstyled-button,
.link-like-button {
	background: transparent;
	color: inherit;
	border: none;
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
}

.link-like-button {
	text-decoration: underline;
}

.link-like-button:hover {
	text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-main--page {
	width: 100%;
	max-width: 840px;
	margin: 60px auto 80px;
	padding: 0 36px;
}

.site-main--grid {
	width: 100%;
	max-width: 840px;
	margin: 20px auto 80px;
	padding: 0 36px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

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

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

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

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

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

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Landing Page
--------------------------------------------- */
.colored-box {
	background-color: #d9e021;
	color: #232121;
	font-family: "Selecta", sans-serif;
	line-height: 1.2;
	display: inline-block;
	font-weight: 500;
	font-size: 19px;
	padding: 9px;
	letter-spacing: -0.01em;
}

@media (min-width: 768px) {

	.colored-box {
		font-size: 24px;
		padding: 11px;
	}
}

.colored-box--large {
	font-size: 28px;
	padding: 14px 12px;
}

@media (min-width: 768px) {

	.colored-box--large {
		font-size: 40px;
		padding: 16px 13px;
	}
}

.colored-box--rounded {
	border-radius: 3.5px;
}

.colored-box--shadow {
	box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
}

.colored-box--orange {
	background-color: #f50;
	color: #fff;
}

.colored-box--green {
	background-color: #d9e021;
	color: #232121;
}

.colored-box--black {
	background-color: #232121;
	color: #d9e021;
}

.underlined {
	position: relative;
	white-space: nowrap;
}

.underlined::after {
	background-image: url("/wp-content/themes/solved-membership/images/squiggly-line-green.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0.7em;
	pointer-events: none;
	user-select: none;
}

.underlined--squiggly-orange::after {
	background-image: url("/wp-content/themes/solved-membership/images/squiggly-line.png");
}

.underlined--orange-arrow::after {
	background-image: url("/wp-content/themes/solved-membership/images/orange-arrow.png");
}

.underlined--blotted::after {
	background-image: url("/wp-content/themes/solved-membership/images/blotted-line.png");
}

.underlined--blotted-green::after {
	background-image: url("/wp-content/themes/solved-membership/images/blotted-line-green.png");
	top: 0.9em;
}

.underlined--blotted-thin::after {
	background-image: url("/wp-content/themes/solved-membership/images/blotted-line-thin.png");
}

.underlined--arrow-wide::after {
	background-image: url("/wp-content/themes/solved-membership/images/black-arrow-wide.png");
}

.underlined--arrow-stretched::after {
	background-image: url("/wp-content/themes/solved-membership/images/arrow-stretched.png");
}

.underlined--arrow-wide-mirrored::after {
	background-image: url("/wp-content/themes/solved-membership/images/orange-arrow-wide-mirrored.png");
	top: 1.2em;
}

.landing-page {
	overflow: hidden;
}

.landing-page .wistia_responsive_padding {
	background-image: url(/wp-content/themes/solved-membership/images/video-thumbnail.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.landing-page .pre-hero-section {
	padding: 20px;
	font-size: 16px;
	text-align: center;
}

@media (min-width: 768px) {

	.landing-page .pre-hero-section {
		font-size: 20px;
		padding: 24px;
	}
}

.landing-page .pre-hero-section p {
	margin: 0;
}

.landing-page .hero-section {
	position: relative;
}

.landing-page .hero-section .u-container {
	padding-top: 32px;
	padding-bottom: 32px;
}

@media (min-width: 768px) {

	.landing-page .hero-section .u-container {
		padding-top: 90px;
		padding-bottom: 0;
	}
}

@media (min-width: 960px) {

	.landing-page .hero-section .u-container {
		padding-bottom: 90px;
	}
}

.landing-page .hero-section .hero-section__title {
	margin: 0 0 20px;
	max-width: 600px;
	font-size: 45px;
	font-size: clamp(45px, 45px + (100vw - 325px) * 15 / 165, 60px);
}

@media (min-width: 768px) {

	.landing-page .hero-section .hero-section__title {
		margin-bottom: 32px;
	}
}

@media (min-width: 490px) {

	.landing-page .hero-section .hero-section__title {
		font-size: clamp(60px, 60px + (100vw - 490px) * 36 / 469, 96px);
		max-width: clamp(450px, 450px + (100vw - 490px) * 250 / 469, 700px);
	}
}

@media (min-width: 960px) {

	.landing-page .hero-section .hero-section__title {
		max-width: 700px;
		font-size: 96px;
		font-size: clamp(70px, 70px + 26 * (100vw - 960px) / 190, 96px);
		max-width: clamp(500px, 500px + 200 * (100vw - 960px) / 190, 700px);
	}
}

.landing-page .hero-section .hero-section__subtitle {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.landing-page .hero-section .hero-section__subtitle em {
	font-style: normal;
	background-color: #d9e021;
	padding: 0.1em 0.3em;
}

@media (min-width: 768px) {

	.landing-page .hero-section .hero-section__subtitle {
		font-size: 32px;
		margin-bottom: 32px;
	}
}

.landing-page .hero-section .hero-section__cta {
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 6px;
	line-height: 1;
	height: 36px;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {

	.landing-page .hero-section .hero-section__cta {
		margin: 0 0 16px;
		font-size: 20px;
		padding-top: 12px;
		padding-bottom: 8px;
		height: 48px;
	}
}

.landing-page .hero-section .hero-section__promo-note {
	font-size: 11px;
	margin: 0;
}

@media (min-width: 768px) {

	.landing-page .hero-section .hero-section__promo-note {
		font-size: 14px;
	}
}

.landing-page .hero-section .hero-section__image-container {
	position: static;
}

.landing-page .hero-section .hero-section__image-container img {
	display: block;
}

@media (max-width: 959px) {

	.landing-page .hero-section .hero-section__image-container {
		aspect-ratio: 4/3;
		display: block;
		overflow: hidden;
		width: 100%;
		max-height: 300px;
		margin-left: auto;
		max-width: 650px;
	}

	.landing-page .hero-section .hero-section__image-container img {
		width: 100%;
	}
}

@media (min-width: 960px) {

	.landing-page .hero-section .hero-section__image-container {
		position: absolute;
		right: 0;
		bottom: 0;
		max-width: 40%;
	}
}

.landing-page .testimonials .u-container {
	padding: 10px 0 0 40px;
	max-width: 100%;
}

.landing-page .testimonials .testimonial-cards {
	display: flex;
	gap: 40px;
	background: #232121;
	padding-top: 36px;
	padding-bottom: 36px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	touch-action: pan-x;
	cursor: grab;
	scrollbar-width: none;
}

@media (min-width: 768px) {

	.landing-page .testimonials .testimonial-cards {
		gap: 50px;
	}
}

.landing-page .testimonials .testimonial-cards::-webkit-scrollbar {
	display: none;
}

.landing-page .testimonials .testimonial-cards.dragging {
	scroll-snap-type: none;
	cursor: grabbing;
}

.landing-page .testimonials .testimonial-cards--variable-heights {
	align-items: flex-start;
}

.landing-page .testimonials .testimonial-card {
	position: relative;
	background-color: #fff;
	width: 320px;
	flex: 0 0 320px;
	padding: 40px 20px 40px 50px;
	font-size: 15px;
	max-width: 78%;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

@media (min-width: 768px) {

	.landing-page .testimonials .testimonial-card {
		width: 450px;
		font-size: 21px;
		padding: 50px 40px 50px 62px;
		flex: 0 0 450px;
	}
}

.landing-page .testimonials .testimonial-card::before {
	content: "";
	position: absolute;
	background-size: contain;
	width: 44px;
	height: 36px;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	transform: translate(10px, -33%);
}

@media (min-width: 768px) {

	.landing-page .testimonials .testimonial-card::before {
		width: 60px;
		height: 50px;
	}
}

.landing-page .testimonials .testimonial-card u {
	text-decoration: underline;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 3px;
}

.landing-page .testimonials .testimonial-card:nth-child(4n+1) u {
	text-decoration-color: #d9e021;
}

.landing-page .testimonials .testimonial-card:nth-child(4n+1)::before {
	background-image: url("data:image/svg+xml,<%3Fxml version='1.0' encoding='UTF-8'%3F><svg fill='%23d9e021' viewBox='0 0 61.31 50.2' xmlns='http://www.w3.org/2000/svg'><g data-name='Layer 1'><path d='M20.8,50.2H0L13.98,0h13.63l-6.81,50.2ZM54.5,50.2h-20.8L47.69,0h13.62l-6.81,50.2Z'/></g></svg>");
}

.landing-page .testimonials .testimonial-card:nth-child(4n+2) u {
	text-decoration-color: #6f9fd5;
}

.landing-page .testimonials .testimonial-card:nth-child(4n+2)::before {
	background-image: url("data:image/svg+xml,<%3Fxml version='1.0' encoding='UTF-8'%3F><svg fill='%236f9fd5' viewBox='0 0 61.31 50.2' xmlns='http://www.w3.org/2000/svg'><g data-name='Layer 1'><path d='M20.8,50.2H0L13.98,0h13.63l-6.81,50.2ZM54.5,50.2h-20.8L47.69,0h13.62l-6.81,50.2Z'/></g></svg>");
}

.landing-page .testimonials .testimonial-card:nth-child(4n+3) u {
	text-decoration-color: #fe5500;
}

.landing-page .testimonials .testimonial-card:nth-child(4n+3)::before {
	background-image: url("data:image/svg+xml,<%3Fxml version='1.0' encoding='UTF-8'%3F><svg fill='%23fe5500' viewBox='0 0 61.31 50.2' xmlns='http://www.w3.org/2000/svg'><g data-name='Layer 1'><path d='M20.8,50.2H0L13.98,0h13.63l-6.81,50.2ZM54.5,50.2h-20.8L47.69,0h13.62l-6.81,50.2Z'/></g></svg>");
}

.landing-page .testimonials .testimonial-card:nth-child(4n+4) u {
	text-decoration-color: #a86bd1;
}

.landing-page .testimonials .testimonial-card:nth-child(4n+4)::before {
	background-image: url("data:image/svg+xml,<%3Fxml version='1.0' encoding='UTF-8'%3F><svg fill='%23a86bd1' viewBox='0 0 61.31 50.2' xmlns='http://www.w3.org/2000/svg'><g data-name='Layer 1'><path d='M20.8,50.2H0L13.98,0h13.63l-6.81,50.2ZM54.5,50.2h-20.8L47.69,0h13.62l-6.81,50.2Z'/></g></svg>");
}

.landing-page .testimonials .testimonial-card .testimonial-card__text {
	font-size: 15px;
	color: #232121;
	margin-bottom: 10px;
}

@media (min-width: 768px) {

	.landing-page .testimonials .testimonial-card .testimonial-card__text {
		font-size: 21px;
	}
}

.landing-page .testimonials .testimonial-card .testimonial-card__author {
	font-size: 13px;
	color: #555759;
	padding-left: 30%;
}

@media (min-width: 768px) {

	.landing-page .testimonials .testimonial-card .testimonial-card__author {
		font-size: 19px;
	}
}

.landing-page .harsh-truth .u-container {
	padding-bottom: 50px;
}

@media (min-width: 960px) {

	.landing-page .harsh-truth .u-container {
		padding-top: 90px;
		padding-bottom: 80px;
	}
}

.landing-page .harsh-truth .grid {
	grid-template-columns: 1fr;
	gap: 0;
}

@media (min-width: 960px) {

	.landing-page .harsh-truth .grid {
		grid-template-columns: 1fr 1.5fr;
		gap: 50px;
	}
}

@media (min-width: 960px) {

	.landing-page .harsh-truth {
		margin-top: 7px;
	}

	.landing-page .harsh-truth__video-container {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
}

.landing-page .harsh-truth__video-caption {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	max-width: 300px;
	margin: 18px auto 0;
}

@media (max-width: 959px) {

	.landing-page .harsh-truth__video-container {
		background: #fff;
		color: #000;
		padding: 18px;
		margin: 0 -54px 0;
	}

	.landing-page .harsh-truth__video {
		margin-top: 10px;
	}
}

.landing-page .harsh-truth__text-container {
	padding-top: 35px;
}

@media (min-width: 960px) {

	.landing-page .harsh-truth__text-container {
		padding-top: 0;
	}
}

.landing-page .harsh-truth__text-container > :last-child {
	margin-bottom: 0;
}

.landing-page .real-progress {
	text-align: center;
}

.landing-page .pain-points {
	text-align: center;
}

.landing-page .pain-points .u-container {
	padding-top: 50px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {

	.landing-page .pain-points .u-container {
		padding-top: 64px;
		padding-bottom: 90px;
	}
}

.landing-page .pain-points .doing-closer {
	border: 4px solid #fff;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.01em;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 25px;
	border-radius: 7px;
}

@media (min-width: 768px) {

	.landing-page .pain-points .doing-closer {
		font-size: 48px;
	}
}

.landing-page .pain-points .doing-closer p {
	margin-bottom: 0;
}

.landing-page .carl-jung .u-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {

	.landing-page .carl-jung .u-container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.landing-page .carl-jung__underlined::after {
	top: 0.9em;
}

@media (min-width: 768px) {

	.landing-page .carl-jung .grid {
		grid-template-columns: 1.2fr 1fr;
		gap: 30px;
	}
}

@media (min-width: 768px) and (min-width: 960px) {

	.landing-page .carl-jung .grid {
		gap: 70px;
	}
}

@media (min-width: 768px) {

	.landing-page .carl-jung .grid__item--left {
		background-color: #ededed;
	}

	.landing-page .carl-jung .grid__item--right {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.landing-page .carl-jung .grid__item--right .carl-jung__title {
		font-size: 40px;
	}

	.landing-page .carl-jung .grid__item--right p {
		font-size: 22px;
	}

	.landing-page .carl-jung .grid__item--right p:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {

	.landing-page .carl-jung__quote-text {
		padding-right: 150px;
	}
}

.landing-page .carl-jung__highlight {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.landing-page .carl-jung__highlight strong {
	font-weight: 500;
}

@media (min-width: 768px) {

	.landing-page .carl-jung__highlight {
		font-size: 36px;
	}
}

@media (max-width: 767px) {

	.landing-page .carl-jung__quote {
		background-color: #ededed;
		color: #232121;
		padding: 25px;
		position: relative;
		background-image: url(/wp-content/themes/solved-membership/images/Momentum-Carl-Jung-and-Pipe.png);
		background-repeat: no-repeat;
		background-position: right top 30px;
		background-size: 150px;
		margin: 0 -36px 36px -18px;
		min-height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (max-width: 767px) and (max-width: 767px) {

	.landing-page .carl-jung__quote {
		margin-top: 20px;
		margin-bottom: 46px;
	}
}

@media (max-width: 767px) and (min-width: 768px) {

	.landing-page .carl-jung__quote {
		padding: 50px 80px;
		background-size: 190px;
	}
}

@media (min-width: 768px) {

	.landing-page .carl-jung__quote {
		background-color: transparent;
		color: #232121;
		position: relative;
		background-image: url(/wp-content/themes/solved-membership/images/Momentum-Carl-Jung-and-Pipe.png);
		background-repeat: no-repeat;
		background-position: left center;
		padding: 20px 0 30px 220px;
		background-size: 200px;
		margin: 0 0 0 -36px;
		min-height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 1400px) {

	.landing-page .carl-jung__quote {
		padding: 20px 0 30px 280px;
		background-size: 250px;
		margin: 0 0 0 -86px;
	}
}

@media (max-width: 767px) {

	.landing-page .carl-jung__quote::after {
		content: "";
		position: absolute;
		left: 32px;
		bottom: -15px;
		width: 0;
		height: 0;
		border-left: 1rem solid transparent;
		border-right: 1rem solid transparent;
		border-top: 1rem solid #ededed;
	}
}

@media (min-width: 768px) {

	.landing-page .carl-jung__quote::after {
		content: "";
		position: absolute;
		right: -15px;
		bottom: 50%;
		width: 0;
		height: 0;
		border-bottom: 1rem solid transparent;
		border-left: 1rem solid #ededed;
		border-top: 1rem solid transparent;
	}
}

@media (max-width: 767px) {

	.landing-page .carl-jung__quote-close {
		background-color: #fff;
		margin: -100px -36px -36px;
		padding: 36px;
		padding-top: 100px;
	}
}

@media (min-width: 768px) {

	.landing-page .carl-jung__quote-close {
		padding-left: 50px;
	}
}

@media (min-width: 768px) {

	.landing-page .one-way .u-container {
		padding-top: 72px;
		padding-bottom: 72px;
	}
}

.landing-page .one-way__title {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.02em;
}

@media (min-width: 768px) {

	.landing-page .one-way__title {
		width: 600px;
		font-size: 60px;
	}
}

.landing-page .by-doing .u-container {
	padding-top: 50px;
	padding-bottom: 0;
}

@media (min-width: 768px) {

	.landing-page .by-doing .u-container {
		padding-top: 80px;
		padding-bottom: 0;
	}
}

.landing-page .by-doing .grid__item--text {
	padding-bottom: 50px;
}

@media (min-width: 768px) {

	.landing-page .by-doing .grid__item--text {
		padding-bottom: 80px;
	}
}

.landing-page .by-doing .grid__item--image {
	position: relative;
	overflow: hidden;
	min-height: 380px;
}

.landing-page .by-doing .grid__item--image picture {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 489px;
	width: 100%;
}

.landing-page .ready-to-join .u-container {
	padding-top: 64px;
	padding-bottom: 40px;
	max-width: 1472px;
}

@media (min-width: 768px) {

	.landing-page .ready-to-join .u-container {
		padding-bottom: 64px;
	}
}

@media (min-width: 768px) {

	.landing-page .ready-to-join__title {
		line-height: 1.06;
	}
}

.landing-page .ready-to-join .grid {
	gap: 40px;
}

@media (min-width: 768px) {

	.landing-page .ready-to-join .grid {
		align-items: center;
		gap: 30px;
	}
}

@media (min-width: 960px) {

	.landing-page .ready-to-join .grid {
		gap: 60px;
	}
}

@media (min-width: 1024px) {

	.landing-page .ready-to-join .grid {
		gap: 80px;
	}
}

@media (min-width: 1400px) {

	.landing-page .ready-to-join .grid {
		gap: 120px;
	}
}

.landing-page .ready-to-join .ready-to-join__text {
	text-align: center;
}

@media (min-width: 768px) {

	.landing-page .ready-to-join .ready-to-join__text {
		text-align: left;
	}
}

@media (max-width: 767px) {

	.landing-page .self-help {
		padding-top: 0;
		margin-top: -50px;
	}
}

@media (min-width: 768px) {

	.landing-page .self-help {
		background-image: url("/wp-content/themes/solved-membership/images/mark-holding-book-small.png");
		background-repeat: no-repeat;
		background-position: left -70px bottom;
		background-size: contain;
		margin: 0;
		padding: 80px 0 0;
	}

	@supports (background-image: image-set(url("/wp-content/themes/solved-membership/images/mark-holding-book.webp") type("image/webp") 1x)) {

		.landing-page .self-help {
			background-image: url(/wp-content/themes/solved-membership/images/mark-holding-book.webp);
			background-repeat: no-repeat;
			background-position: left -70px bottom;
			background-size: auto 650px;
		}
	}

	.landing-page .self-help .u-container {
		max-width: 50%;
		margin-left: auto;
		margin-right: 0;
		padding: 60px 36px 20px 60px;
		border-radius: 80px 0 0 0;
		background-color: #d6f2fc;
	}

	.landing-page .self-help .u-container .self-help__content {
		max-width: 570px;
	}
}

@media (min-width: 960px) {

	.landing-page .self-help {
		background-position: left 0 bottom;
	}

	.landing-page .self-help .u-container {
		padding: 90px 36px 20px 90px;
	}
}

@media (max-width: 767px) {

	.landing-page .self-help .u-container {
		padding: 0;
		margin: 0;
	}

	.landing-page .self-help__gradient-container {
		margin: 0;
		background-repeat: no-repeat;
		background-image: url(/wp-content/themes/solved-membership/images/mark-holding-book-small.png);
		background-position: left bottom;
		height: 300px;
		background-size: 220px auto;
	}
}

@media (max-width: 767px) and (max-width: 480px) {

	.landing-page .self-help__gradient-container {
		background-position: left -70px bottom;
		height: 300px;
		background-size: 200px auto;
	}
}

@media (max-width: 767px) {

	@supports (background-image: image-set(url("/wp-content/themes/solved-membership/images/mark-holding-book.webp") type("image/webp") 1x)) {

		.landing-page .self-help__gradient-container {
			background-image: url(/wp-content/themes/solved-membership/images/mark-holding-book.webp);
		}
	}

	.landing-page .self-help__text-container {
		padding: 36px;
		background-color: #d6f2fc;
	}

	.landing-page .self-help__text-container p:last-child {
		margin-bottom: 0;
	}
}

.landing-page .self-help__heading {
	font-family: "Selecta", sans-serif;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-weight: 500;
}

@media (max-width: 767px) {

	.landing-page .self-help__heading {
		max-width: 210px;
		margin-left: auto;
		margin-right: 22px;
		height: 100%;
		display: flex;
		align-items: center;
	}
}

@media (min-width: 520px) and (max-width: 767px) {

	.landing-page .self-help__heading {
		max-width: 230px;
		margin-right: 50px;
	}
}

@media (min-width: 768px) {

	.landing-page .self-help__heading {
		font-size: 40px;
	}
}

.landing-page .self-help__large-text {
	font-weight: 400;
}

@media (max-width: 767px) {

	.landing-page .self-help__large-text {
		font-size: 22px;
	}
}

.landing-page .not-alone {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-bottom: 4px;
	gap: 20px;
}

@media (min-width: 767px) {

	.landing-page .not-alone {
		flex-direction: row;
		direction: rtl;
		margin-bottom: 20px;
		gap: 0;
	}

	.landing-page .not-alone > * {
		direction: ltr;
	}
}

.landing-page .not-alone .u-container {
	padding: 36px 36px 36px 72px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 960px) {

	.landing-page .not-alone .u-container {
		padding: 0 36px 0 72px;
	}
}

@media (min-width: 1400px) {

	.landing-page .not-alone .u-container {
		padding: 36px 72px;
	}
}

@media (max-width: 767px) {

	.landing-page .not-alone__image-container {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {

	.landing-page .not-alone__image-container {
		width: 45%;
		min-width: 45%;
		max-width: 600px;
		align-self: stretch;
		overflow: hidden;
	}

	.landing-page .not-alone__image-container img {
		height: 100%;
		object-fit: cover;
	}
}

.landing-page .not-alone__image-container img {
	display: block;
	width: 100%;
}

@media (max-width: 767px) {

	@supports (background-image: image-set(url("/wp-content/themes/solved-membership/images/mark-looking-straight-transparent-cropped.webp") type("image/webp") 1x)) {

		.landing-page .not-alone__image-container {
			width: 100%;
			background-image: url("/wp-content/themes/solved-membership/images/mark-looking-straight-transparent-cropped.webp"), linear-gradient(to right, #bcb9b8 0%, #bbb8b6 25%, #bfbbb9 50%, #c5c1bf 75%, #bebab9 100%);
			background-repeat: no-repeat;
			background-size: auto 260px, cover;
			background-position: bottom -30px left 25%, center;
			height: 244px;
			max-width: 100%;
		}

		.landing-page .not-alone__image-container img {
			display: none;
		}
	}
}

.landing-page .not-alone__title {
	font-size: 16px;
	width: 300px;
	margin-bottom: 0;
	font-weight: bold;
}

@media (min-width: 768px) {

	.landing-page .not-alone__title {
		font-size: 20px;
	}
}

@media (min-width: 960px) {

	.landing-page .not-alone__title {
		font-size: 22px;
	}
}

@media (min-width: 1024px) {

	.landing-page .not-alone__title {
		width: 350px;
	}
}

@media (min-width: 1200px) {

	.landing-page .not-alone__title {
		width: 400px;
	}
}

@media (min-width: 1400px) {

	.landing-page .not-alone__title {
		width: 500px;
	}
}

.landing-page .not-alone__list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	margin-top: 1.2em;
	max-width: 300px;
}

@media (min-width: 1024px) {

	.landing-page .not-alone__list {
		font-size: 22px;
		max-width: 350px;
	}
}

@media (min-width: 1200px) {

	.landing-page .not-alone__list {
		font-size: 26px;
		max-width: 400px;
	}
}

@media (min-width: 1400px) {

	.landing-page .not-alone__list {
		font-size: 30px;
		max-width: 500px;
	}
}

.landing-page .not-alone__list li {
	padding-left: 1.6em;
	margin-bottom: 20px;
	position: relative;
}

.landing-page .not-alone__list li .circled-word {
	display: inline-block;
	margin: -2.66em;
	padding: 2.66em;
}

.landing-page .not-alone__list li::before {
	content: "*";
	display: inline-block;
	margin-left: -0.8em;
	font-size: 1.7em;
	position: absolute;
	top: 0;
	line-height: 1.3;
}

.landing-page .real-solution__container {
	padding-bottom: 110px;
}

@media (min-width: 768px) {

	.landing-page .real-solution__container {
		padding-top: 72px;
	}
}

.landing-page .real-solution__list-container {
	padding-top: 130px;
}

.landing-page .real-solution .real-solution__list {
	margin-top: -230px;
}

.landing-page .real-solution .real-solution__container-inner {
	max-width: 350px;
	margin: 0 auto;
	text-shadow: 3.5px 3.5px 2.5px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {

	.landing-page .real-solution .real-solution__container-inner {
		text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
	}
}

@media (min-width: 768px) {

	.landing-page .real-solution .real-solution__container-inner {
		max-width: 500px;
	}
}

.landing-page .real-solution .real-solution__title {
	font-size: 18px;
}

@media (min-width: 768px) {

	.landing-page .real-solution .real-solution__title {
		font-size: 36px;
	}
}

.landing-page .real-solution__title {
	font-size: 22px;
}

@media (min-width: 768px) {

	.landing-page .real-solution__title {
		font-size: 36px;
	}
}

.landing-page .real-solution__between-text {
	font-weight: 500;
	font-size: 16px;
	text-shadow: 3.5px 3.5px 2.5px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {

	.landing-page .real-solution__between-text {
		text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
	}
}

@media (min-width: 768px) {

	.landing-page .real-solution__between-text {
		font-size: 24px;
	}
}

.landing-page .real-solution__look-at-me {
	font-size: 20px;
	position: relative;
	display: inline-block;
}

.landing-page .real-solution__look-at-me::after {
	background-image: url("/wp-content/themes/solved-membership/images/orange-arrow-wide-mirrored.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 1.2em;
}

@media (min-width: 768px) {

	.landing-page .real-solution__look-at-me {
		font-size: 24px;
		font-weight: bold;
	}
}

.landing-page .real-solution__list {
	max-width: 1400px;
	padding: 36px;
	list-style: none;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	font-size: 18px;
}

.landing-page .real-solution__list li {
	border: 4px solid #000;
	background: #fff;
	color: #000;
	line-height: 1.2;
	padding: 20px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	max-width: 400px;
	margin: 0 auto;
	max-width: 380px;
	width: 100%;
	min-height: 120px;
}

.landing-page .real-solution__list li em {
	color: #f50;
	font-weight: bold;
}

@media (min-width: 970px) {

	.landing-page .real-solution__list {
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 10px;
		font-size: 18px;
		min-height: auto;
	}

	.landing-page .real-solution__list li {
		flex: 1;
	}
}

@media (min-width: 1200px) {

	.landing-page .real-solution__list {
		font-size: 20px;
	}
}

.landing-page .real-solution__text-lg {
	font-size: 21px;
}

@media (min-width: 768px) {

	.landing-page .real-solution__text-lg {
		font-size: 36px;
	}
}

.landing-page .real-solution__text-lg--first {
	margin-bottom: 20px;
}

@media (min-width: 768px) {

	.landing-page .real-solution__text-lg--first {
		margin-bottom: 10px;
	}
}

.landing-page .real-solution__text-lg--second {
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	.landing-page .real-solution__text-lg--second {
		margin-bottom: 50px;
	}
}

.landing-page .real-solution__text-container {
	padding: 0 36px 55px;
	position: relative;
}

@media (min-width: 768px) {

	.landing-page .real-solution__text-container {
		padding: 0 36px 100px;
	}
}

.landing-page .real-solution__text-container::after {
	content: "";
	background-image: url(/wp-content/themes/solved-membership/images/meaningful-momentum-text-ebebeb.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: bottom;
	position: absolute;
	width: 100%;
	height: 25px;
	bottom: 0;
	left: 0;
}

@media (min-width: 768px) {

	.landing-page .real-solution__text-container::after {
		height: 42px;
	}
}

.landing-page .real-solution__text-container-inner {
	max-width: 350px;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.landing-page .real-solution__text-container-inner {
		max-width: 450px;
	}
}

@media (min-width: 960px) {

	.landing-page .real-solution__text-container-inner {
		max-width: 100%;
	}
}

.landing-page .change {
	position: relative;
}

.landing-page .change .u-container {
	padding-top: 64px;
	padding-bottom: 80px;
	max-width: 1400px;
	gap: 30px;
}

@media (min-width: 768px) {

	.landing-page .change .u-container {
		padding-top: 80px;
		padding-bottom: 100px;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
	}
}

.landing-page .change__image {
	display: block;
	margin: 0 auto 32px;
}

@media (min-width: 768px) {

	.landing-page .change__image {
		margin: 0;
	}
}

@media (min-width: 768px) {

	.landing-page .change__text-container {
		max-width: 600px;
		justify-self: center;
	}
}

.landing-page .change__title {
	font-size: 40px;
}

@media (min-width: 768px) {

	.landing-page .change__title {
		font-size: 50px;
	}
}

@media (min-width: 960px) {

	.landing-page .change__title {
		font-size: 60px;
	}
}

.landing-page .change__subtitle {
	font-size: 20px;
	margin-bottom: 40px;
}

@media (min-width: 768px) {

	.landing-page .change__subtitle {
		font-size: 36px;
	}
}

.landing-page .change__text {
	font-size: 16px;
	margin: 0;
}

@media (min-width: 768px) {

	.landing-page .change__text {
		font-size: 22px;
	}
}

.landing-page .change__image-container {
	max-width: 550px;
	justify-self: flex-end;
}

.landing-page .change__image-text {
	font-size: 23px;
	text-align: center;
	margin: 20px 0 0;
}

@media (min-width: 768px) {

	.landing-page .change__image-text {
		font-size: 36px;
		margin: 30px 0 0;
	}
}

.landing-page .change__arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 81px;
	height: 184px;
	transform: translate(40%, 60%);
}

@media (max-width: 767px) {

	.landing-page .change__arrow {
		display: none;
	}
}

.landing-page .picture-what {
	text-align: center;
	background-image: url(/wp-content/themes/solved-membership/images/asterisk.png);
	background-repeat: no-repeat;
	background-position: top -27px right -93px;
	background-size: 300px auto;
}

.landing-page .picture-what .u-container {
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (min-width: 768px) {

	.landing-page .picture-what .u-container {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}

.landing-page .picture-what__title {
	margin: 0 auto 16px;
	max-width: 600px;
}

@media (min-width: 768px) {

	.landing-page .picture-what__title {
		margin: 0 auto 32px;
	}
}

.landing-page .picture-what .colored-box {
	font-size: 16px;
	font-weight: 400;
	padding: 0.8em 1em;
}

@media (min-width: 768px) {

	.landing-page .picture-what .colored-box {
		font-size: 18px;
		font-weight: 500;
	}
}

.landing-page .picture-what__text {
	margin: 32px auto 0;
	max-width: 600px;
}

@media (min-width: 768px) {

	.landing-page .picture-what__text {
		margin: 60px auto 0;
	}
}

.landing-page .why-i-created {
	position: relative;
}

.landing-page .why-i-created .u-container {
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (min-width: 768px) {

	.landing-page .why-i-created .u-container {
		padding-top: 90px;
		padding-bottom: 60px;
	}
}

@media (min-width: 976px) {

	.landing-page .why-i-created .u-container {
		padding-bottom: 90px;
	}
}

.landing-page .why-i-created__text-container {
	max-width: 700px;
}

@media (min-width: 976px) {

	.landing-page .why-i-created__text-container {
		width: 50%;
	}
}

@media (max-width: 666px) {

	.landing-page .why-i-created__image-container {
		padding-bottom: 73.16%;
	}
}

@media (min-width: 667px) and (max-width: 975px) {

	.landing-page .why-i-created__image-container {
		min-height: 439px;
	}
}

@media (max-width: 975px) {

	.landing-page .why-i-created__image-container .why-i-created__image {
		position: absolute;
		right: 0;
		max-width: 600px;
		width: 90%;
	}
}

@media (min-width: 976px) {

	.landing-page .why-i-created__image-container {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 45%;
		max-width: 680px;
	}
}

.landing-page .why-i-created .colored-box,
.landing-page .why-i-created__title {
	font-size: 28px;
	text-align: center;
}

@media (min-width: 768px) {

	.landing-page .why-i-created .colored-box,
	.landing-page .why-i-created__title {
		font-size: 40px;
		text-align: left;
	}
}

@media (min-width: 1200px) {

	.landing-page .why-i-created .colored-box,
	.landing-page .why-i-created__title {
		font-size: 50px;
	}
}

.landing-page .why-i-created__text-large {
	font-size: 20px;
}

@media (min-width: 768px) {

	.landing-page .why-i-created__text-large {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {

	.landing-page .why-i-created__text-large {
		font-size: 36px;
	}
}

.landing-page .why-i-created__text-small {
	font-size: 18px;
}

@media (min-width: 768px) {

	.landing-page .why-i-created__text-small {
		font-size: 22px;
	}
}

@media (min-width: 1200px) {

	.landing-page .why-i-created__text-small {
		font-size: 27px;
	}
}

.landing-page .inside-solved {
	background-image: url(/wp-content/themes/solved-membership/images/screenshots-background.png);
	background-repeat: repeat;
	background-size: cover;
}

@supports (background-image: image-set(url("/wp-content/themes/solved-membership/images/screenshots-background.webp") type("image/webp") 1x)) {

	.landing-page .inside-solved {
		background-image: url("/wp-content/themes/solved-membership/images/screenshots-background.webp");
	}
}

.landing-page .inside-solved .u-container {
	padding-top: 64px;
	padding-bottom: 24px;
}

@media (min-width: 768px) {

	.landing-page .inside-solved .u-container {
		padding-top: 64px;
		padding-bottom: 64px;
	}
}

.landing-page .inside-solved__text-container {
	max-width: 700px;
	background-color: #fff;
	border: 2px solid #d9e021;
	padding: 30px;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 768px) {

	.landing-page .inside-solved__text-container {
		padding: 64px;
	}
}

.landing-page .inside-solved__text-container p:last-child {
	margin-bottom: 0;
}

.landing-page .inside-solved__title {
	font-weight: 400;
	font-size: 20px;
}

@media (min-width: 768px) {

	.landing-page .inside-solved__title {
		font-size: 36px;
	}
}

.landing-page .inside-solved__title strong {
	font-weight: 500;
}

.landing-page .inside-solved__text {
	font-size: 18px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	.landing-page .inside-solved__text {
		font-size: 22px;
		margin-bottom: 38px;
	}
}

@media (min-width: 768px) {

	.landing-page .consistent-action {
		background-image: url(/wp-content/themes/solved-membership/images/asterisk.png);
		background-repeat: no-repeat;
		background-position: top -50px left -32px;
		background-size: 300px auto;
	}
}

.landing-page .consistent-action .u-container {
	padding-top: 70px;
	padding-bottom: 42px;
}

@media (min-width: 768px) {

	.landing-page .consistent-action .u-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.landing-page .consistent-action__text-small {
	position: relative;
	margin-bottom: 42px;
}

@media (min-width: 768px) {

	.landing-page .consistent-action__text-small {
		line-height: 1.318;
		margin-bottom: 30px;
	}

	.landing-page .consistent-action__text-large {
		line-height: 1.25;
	}

	.landing-page .consistent-action .ul {
		font-size: 18px;
		line-height: 1.66;
	}

	.landing-page .consistent-action .ul li:last-of-type {
		margin-bottom: 0;
	}
}

.landing-page .finally-feel .u-container {
	padding-top: 13px;
}

@media (min-width: 768px) {

	.landing-page .finally-feel .u-container {
		padding-top: 64px;
	}
}

.landing-page .finally-feel .orange-box {
	font-size: 20px;
	padding: 30px;
	margin-left: -18px;
	margin-right: -18px;
	font-weight: 600;
}

@media (min-width: 768px) {

	.landing-page .finally-feel .orange-box {
		font-size: 24px;
		line-height: 1.25;
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media (min-width: 768px) {

	.landing-page .big-arrow {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 60px;
	}
}

@media (min-width: 900px) {

	.landing-page .big-arrow {
		gap: 36px;
	}
}

@media (min-width: 1180px) {

	.landing-page .big-arrow {
		gap: 100px;
	}
}

.landing-page .big-arrow .u-container {
	max-width: 832px;
}

@media (max-width: 767px) {

	.landing-page .big-arrow .u-container {
		padding-top: 24px;
		padding-bottom: 40px;
	}
}

.landing-page .big-arrow .big-arrow__image-right {
	display: none;
}

@media (min-width: 768px) {

	.landing-page .big-arrow .big-arrow__image-down {
		display: none;
	}

	.landing-page .big-arrow .big-arrow__image-right {
		display: block;
		max-width: 400px;
		width: 50%;
	}
}

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

	.landing-page .big-arrow .big-arrow__image-right {
		max-width: 450px;
	}
}

@media (min-width: 768px) and (min-width: 1200px) {

	.landing-page .big-arrow .big-arrow__image-right {
		max-width: 500px;
	}
}

@media (min-width: 768px) and (min-width: 1420px) {

	.landing-page .big-arrow .big-arrow__image-right {
		max-width: 542px;
	}
}

.landing-page .big-arrow__title {
	font-size: 30px;
	color: #f50;
}

@media (min-width: 768px) {

	.landing-page .big-arrow__title {
		font-size: 26px;
	}
}

@media (min-width: 900px) {

	.landing-page .big-arrow__title {
		font-size: 32px;
	}
}

@media (min-width: 1040px) {

	.landing-page .big-arrow__title {
		font-size: 40px;
	}
}

@media (min-width: 1200px) {

	.landing-page .big-arrow__title {
		font-size: 45px;
	}
}

@media (min-width: 1300px) {

	.landing-page .big-arrow__title {
		font-size: 50px;
	}
}

@media (min-width: 1420px) {

	.landing-page .big-arrow__title {
		font-size: 60px;
	}
}

.landing-page .big-arrow__text {
	font-family: "Selecta", sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
}

@media (min-width: 768px) {

	.landing-page .big-arrow__text {
		font-size: 22px;
		line-height: 1.27;
	}
}

@media (min-width: 850px) {

	.landing-page .big-arrow__text {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {

	.landing-page .big-arrow__text {
		font-size: 26px;
	}
}

.landing-page .mark-introduction {
	position: relative;
	overflow: visible;
}

.landing-page .mark-introduction__image-container {
	position: absolute;
	height: 380px;
	top: 0;
	width: 100%;
}

@media (min-width: 768px) {

	.landing-page .mark-introduction__image-container {
		height: 100%;
	}
}

.landing-page .mark-introduction__image {
	position: absolute;
	z-index: 0;
	height: 107%;
	width: auto;
	margin-left: -95px;
	bottom: 0;
	left: 0;
}

@media (min-width: 768px) {

	.landing-page .mark-introduction__image {
		margin-left: -70px;
	}
}

@media (min-width: 960px) {

	.landing-page .mark-introduction__image {
		margin-left: -40px;
	}
}

@media (min-width: 1060px) {

	.landing-page .mark-introduction__image {
		margin-left: 10px;
	}
}

.landing-page .mark-introduction .u-container {
	position: relative;
	z-index: 1;
	padding: 40px 0 0 36px;
	max-width: 600px;
	margin: 0 0 0 auto;
}

@media (min-width: 768px) {

	.landing-page .mark-introduction .u-container {
		padding: 80px 0 0;
		max-width: 50%;
	}
}

.landing-page .mark-introduction .u-container .mark-introduction__text-container {
	padding: 20px 30px;
}

@media (min-width: 768px) {

	.landing-page .mark-introduction .u-container .mark-introduction__text-container {
		padding: 30px 40px 0;
		margin-left: auto;
	}
}

@media (min-width: 1060px) {

	.landing-page .mark-introduction .u-container .mark-introduction__text-container {
		padding: 40px 80px 0;
	}
}

.landing-page .mark-introduction__title {
	text-shadow: 3.5px 3.5px 2.5px rgba(0, 0, 0, 0.75);
	color: #fff;
}

@media (min-width: 768px) {

	.landing-page .mark-introduction__title {
		text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
	}
}

@media (max-width: 767px) {

	.landing-page .mark-introduction__title {
		margin: 0 18px 20px auto;
	}
}

.landing-page .mark-introduction .u-text-xl {
	font-size: 30px;
	width: 250px;
	text-align: center;
	max-width: 100%;
}

@media (max-width: 767px) {

	.landing-page .mark-introduction .u-text-xl.orange-box {
		display: block;
		margin: 0 18px 48px auto;
	}
}

@media (min-width: 768px) {

	.landing-page .mark-introduction .u-text-xl.orange-box {
		margin-bottom: 70px;
	}
}

@media (min-width: 768px) {

	.landing-page .mark-introduction .u-text-xl {
		font-size: 40px;
		width: 350px;
	}
}

@media (min-width: 1060px) {

	.landing-page .mark-introduction .u-text-xl {
		font-size: 60px;
		width: 500px;
	}
}

.landing-page .mark-introduction__hey {
	font-family: "Selecta", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 0 0 20px;
}

@media (min-width: 768px) {

	.landing-page .mark-introduction__hey {
		font-size: 26px;
	}
}

@media (min-width: 768px) {

	.landing-page .real-change {
		text-align: center;
	}
}

.landing-page .real-change__container {
	padding: 36px 36px 40px;
}

@media (min-width: 768px) {

	.landing-page .real-change__container {
		padding: 36px 36px 80px;
	}
}

.landing-page .real-change h2,
.landing-page .real-change .u-text-xl {
	margin: 0 auto;
	font-size: 30px;
}

@media (min-width: 768px) {

	.landing-page .real-change h2,
	.landing-page .real-change .u-text-xl {
		max-width: 700px;
		font-size: 45px;
	}
}

@media (min-width: 960px) {

	.landing-page .real-change h2,
	.landing-page .real-change .u-text-xl {
		max-width: 900px;
		font-size: 60px;
	}
}

.landing-page .real-change h2 .underlined::after,
.landing-page .real-change .u-text-xl .underlined::after {
	top: 0.7em;
}

.landing-page .pivot {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 767px) {

	.landing-page .pivot__image-container {
		background: linear-gradient(90deg, #d6d4d4 0%, #dededd 45%, #e8e8e8 75%, #ececec 100%);
	}
}

@media (min-width: 768px) {

	.landing-page .pivot {
		background: linear-gradient(90deg, #d6d4d4 0%, #dededd 45%, #e8e8e8 75%, #ececec 100%);
	}
}

@media (min-width: 768px) {

	.landing-page .pivot {
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
		gap: 36px;
	}
}

.landing-page .pivot__image-container {
	overflow: hidden;
}

@media (max-width: 767px) {

	.landing-page .pivot__image-container {
		max-height: 233px;
	}
}

@media (min-width: 768px) {

	.landing-page .pivot__image-container {
		max-width: 340px;
		align-self: flex-end;
	}
}

@media (max-width: 767px) {

	.landing-page .pivot__image {
		height: 400px;
		width: auto;
		margin-top: -15px;
	}
}

@media (min-width: 768px) {

	.landing-page .pivot .u-container {
		background-color: transparent;
		max-width: 708px;
		margin: 0;
	}
}

.landing-page .phone-spread {
	text-align: center;
}

.landing-page .phone-spread .u-container {
	padding: 36px 18px 0;
}

.landing-page .phone-spread .orange-box {
	font-size: 19.55px;
}

@media (min-width: 768px) {

	.landing-page .phone-spread .orange-box {
		font-size: 50px;
		margin-bottom: 25px;
	}
}

.landing-page .phone-spread__image {
	margin-bottom: -60px;
	margin-bottom: clamp(-220px, -26.72vw + 53.59px, -60px);
	max-width: 1024px;
	width: 95%;
}

.landing-page .pitch {
	padding-top: 60px;
	padding-top: clamp(60px, 26.72vw - 53.59px, 220px);
}

.landing-page .pitch .u-container {
	max-width: 706px;
	padding: 36px 36px 40px;
}

@media (min-width: 768px) {

	.landing-page .pitch .u-container {
		padding: 36px 36px 52px;
	}
}

.landing-page .pitch__title {
	font-size: 22px;
}

@media (min-width: 768px) {

	.landing-page .pitch__title {
		font-size: 36px;
	}
}

.landing-page .pitch u {
	text-underline-offset: 2px;
}

.landing-page .pitch .underlined::after {
	top: 0.65em;
}

.landing-page .pitch__cta {
	text-align: center;
	margin-top: 32px;
}

.landing-page .youre-welcome .u-container {
	max-width: 900px;
	padding-bottom: 72px;
}

@media (min-width: 768px) {

	.landing-page .youre-welcome .u-container {
		padding-bottom: 210px;
		padding-top: 85px;
	}
}

.landing-page .youre-welcome__intro {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin: 0 0 20px;
}

@media (min-width: 768px) {

	.landing-page .youre-welcome__intro {
		font-size: 60px;
	}
}

.landing-page .youre-welcome__text {
	font-family: "Selecta", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 0 0 20px;
}

@media (min-width: 768px) {

	.landing-page .youre-welcome__text {
		font-size: 36px;
		margin-bottom: 40px;
	}
}

.landing-page .youre-welcome .colored-box {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 0.3em 1em;
	margin: 0;
}

@media (min-width: 768px) {

	.landing-page .youre-welcome .colored-box {
		font-size: 36px;
		margin-bottom: 20px;
	}
}

.landing-page .feature-boxes__container {
	display: flex;
	gap: 16px;
	flex-direction: column;
	margin-top: -78px;
}

@media (min-width: 768px) {

	.landing-page .feature-boxes__container {
		margin-top: -186px;
		gap: 20px;
		flex-direction: row;
	}
}

.landing-page .feature-boxes__item {
	border: 4px solid #000;
	padding: 32px;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	gap: 16px;
	background-color: #fff;
}

@media (min-width: 768px) {

	.landing-page .feature-boxes__item {
		gap: 20px;
		font-size: 22px;
		max-width: 382px;
		flex: 1;
	}
}

.landing-page .large-testimonials .grid {
	gap: 40px;
}

@media (min-width: 960px) {

	.landing-page .large-testimonials .grid {
		gap: 50px;
	}
}

@media (min-width: 1200px) {

	.landing-page .large-testimonials .grid {
		gap: 100px;
	}
}

.landing-page .large-testimonials__footer {
	font-size: 20px;
	text-align: center;
	max-width: 720px;
	margin: 32px auto 0;
}

@media (min-width: 768px) {

	.landing-page .large-testimonials__footer {
		font-size: 36px;
		margin: 64px auto 32px;
	}
}

@media (min-width: 768px) {

	.landing-page .what-you-get .u-container {
		padding-top: 56px;
		padding-bottom: 70px;
	}
}

.landing-page .what-you-get__title {
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 32px;
}

@media (min-width: 768px) {

	.landing-page .what-you-get__title {
		margin-bottom: 48px;
	}
}

.landing-page .what-you-get .wygi-list {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.landing-page .what-you-get .wygi-list__item {
	margin-bottom: 10px;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	background: transparent;
}

.landing-page .what-you-get .wygi-list__btn {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	width: 100%;
	text-align: left;
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	color: #aaa;
	font: inherit;
	line-height: 1.2;
}

.landing-page .what-you-get .wygi-list__btn:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
	border-radius: 10px;
}

.landing-page .what-you-get .wygi-list__desc {
	grid-column: 1/-1;
	margin-top: 10px;
	max-height: 0;
	line-height: 1.45;
	color: #dcdcdc;
	opacity: 0;
	transition: max-height 220ms ease, opacity 160ms ease 60ms;
	font-size: 16px;
	pointer-events: none;
}

@media (min-width: 768px) {

	.landing-page .what-you-get .wygi-list__desc {
		font-size: 18px;
	}
}

.landing-page .what-you-get .wygi-list__item.is-active .wygi-list__desc {
	max-height: 700px;
	opacity: 1;
}

.landing-page .what-you-get .wygi-list__text {
	font-weight: 400;
	font-size: 20px;
}

@media (min-width: 768px) {

	.landing-page .what-you-get .wygi-list__text {
		font-size: 26px;
	}
}

.landing-page .what-you-get .wygi-list__sub {
	opacity: 1;
	justify-self: end;
	margin-left: 12px;
	white-space: nowrap;
	font-size: 16px;
}

@media (min-width: 768px) {

	.landing-page .what-you-get .wygi-list__sub {
		font-size: 20px;
	}
}

.landing-page .what-you-get .wygi-list__item.is-active .wygi-list__btn {
	color: #fff;
}

.landing-page .what-you-get .wygi-figure {
	margin: 0;
}

.landing-page .what-you-get #wygi-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
	transition: opacity 120ms ease;
	will-change: opacity;
}

.landing-page .what-you-get .what-you-get__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
}

@media (min-width: 980px) {

	.landing-page .what-you-get .what-you-get__grid {
		grid-template-columns: 1fr 1.4fr;
		align-items: start;
	}
}

.landing-page .what-you-get .wygi-inline-panel {
	display: none;
}

@media (max-width: 979px) {

	.landing-page .what-you-get .what-you-get__image-container {
		display: none;
	}

	.landing-page .what-you-get .wygi-inline-panel {
		display: block;
		list-style: none;
		margin: 6px 0 12px;
		padding: 0;
	}

	.landing-page .what-you-get .wygi-inline-panel .wygi-figure {
		margin: 0;
	}

	.landing-page .what-you-get .wygi-inline-panel #wygi-image {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 12px;
		transition: opacity 0.18s ease;
	}
}

@media (min-width: 980px) {

	.landing-page .what-you-get .what-you-get__image-container {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		height: 100%;
		margin-right: -100px;
	}

	.landing-page .what-you-get .what-you-get__image-container.wygi-align-top {
		align-items: flex-start;
	}

	.landing-page .what-you-get .what-you-get__image-container.wygi-align-center {
		align-items: center;
	}

	.landing-page .what-you-get .what-you-get__image-container.wygi-align-bottom {
		align-items: flex-end;
	}

	.landing-page .what-you-get .wygi-inline-panel {
		display: none !important;
	}
}

.landing-page .solved-system .u-container {
	max-width: 1322px;
	padding-bottom: 120px;
}

@media (min-width: 768px) {

	.landing-page .solved-system .u-container {
		padding-bottom: 150px;
	}
}

.landing-page .solved-system__container {
	gap: 30px;
	align-items: center;
}

@media (min-width: 960px) {

	.landing-page .solved-system__container {
		gap: 60px;
	}
}

@media (min-width: 1024px) {

	.landing-page .solved-system__container {
		gap: 80px;
	}
}

@media (min-width: 1400px) {

	.landing-page .solved-system__container {
		gap: 100px;
	}
}

.landing-page .solved-system__image {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.landing-page .solved-system__image {
		width: 100%;
		max-width: 484px;
		margin: 0;
	}
}

.landing-page .solved-system__title {
	line-height: 1.05;
}

@media (max-width: 767px) {

	.landing-page .solved-system__title {
		display: none;
	}
}

.landing-page .solved-system__steps {
	font-size: 20px;
	margin: 0;
}

@media (min-width: 768px) {

	.landing-page .solved-system__steps {
		font-size: 40px;
	}
}

.landing-page .solved-system-steps .u-container {
	padding-bottom: 90px;
}

.landing-page .solved-system-steps__container {
	gap: 20px;
	grid-template-columns: 1fr;
	margin-top: -136px;
}

@media (min-width: 768px) {

	.landing-page .solved-system-steps__container {
		gap: 30px;
		grid-template-columns: 1fr 1.7fr 1fr;
	}
}

.landing-page .solved-system-steps__container .solved-system-steps__item {
	align-self: flex-start;
	border-width: 4px;
	border-style: solid;
	padding: 32px;
	background-color: #fff;
}

.landing-page .solved-system-steps__container .solved-system-steps__item--first {
	border-color: #6f9fd5;
}

.landing-page .solved-system-steps__container .solved-system-steps__item--second {
	border-color: #d9e021;
}

.landing-page .solved-system-steps__container .solved-system-steps__item--second .solved-system-steps__image {
	position: relative;
	margin-left: -32px;
	margin-right: -32px;
	aspect-ratio: 1113/586;
	width: calc(100% + 64px);
	margin-top: -56px;
}

@media (min-width: 768px) {

	.landing-page .solved-system-steps__container .solved-system-steps__item--second .solved-system-steps__image {
		margin-top: -126px;
	}
}

.landing-page .solved-system-steps__container .solved-system-steps__item--second .solved-system-steps__image img {
	position: absolute;
	bottom: -56px;
	width: 100%;
}

@media (min-width: 768px) {

	.landing-page .solved-system-steps__container .solved-system-steps__item--second .solved-system-steps__image img {
		bottom: -126px;
	}
}

.landing-page .solved-system-steps__container .solved-system-steps__item--third {
	border-color: #fe5500;
}

.landing-page .solved-system-steps__container .solved-system-steps__item h3,
.landing-page .solved-system-steps__container .solved-system-steps__item .u-text-lg {
	text-align: center;
}

@media (min-width: 960px) {

	.landing-page .solved-system-steps__container .solved-system-steps__item h3,
	.landing-page .solved-system-steps__container .solved-system-steps__item .u-text-lg {
		font-size: 40px;
	}
}

.landing-page .solved-system-steps__text {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-weight: 400;
}

.landing-page .solved-system-steps__text:last-child {
	margin-bottom: 0;
}

@media (min-width: 1200px) {

	.landing-page .solved-system-steps__text {
		font-size: 18px;
	}
}

.landing-page .lasting-change .u-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 768px) {

	.landing-page .lasting-change .u-container {
		padding-top: 96px;
		padding-bottom: 96px;
	}
}

.landing-page .lasting-change__title {
	text-align: center;
}

.landing-page .lasting-change__title em {
	font-style: normal;
	background-color: #d9e021;
	padding: 0.1em 0.3em;
}

.landing-page .lasting-change__larger-text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

@media (min-width: 768px) {

	.landing-page .lasting-change__larger-text {
		font-size: 22px;
		margin-bottom: 32px;
	}
}

.landing-page .lasting-change__text-container {
	text-align: center;
}

.landing-page .no-falling-behind {
	position: relative;
}

.landing-page .no-falling-behind .u-container {
	padding-top: 48px;
	padding-bottom: 0;
}

@media (min-width: 768px) {

	.landing-page .no-falling-behind .u-container {
		padding-top: 80px;
	}
}

@media (min-width: 976px) {

	.landing-page .no-falling-behind .u-container {
		padding-bottom: 60px;
	}
}

.landing-page .no-falling-behind__text-container {
	max-width: 720px;
	padding-bottom: 10px;
}

@media (min-width: 976px) {

	.landing-page .no-falling-behind__text-container {
		width: 60%;
		padding-bottom: 0;
	}
}

.landing-page .no-falling-behind__text-container .no-falling-behind__text-larger {
	font-size: 18px;
}

@media (min-width: 768px) {

	.landing-page .no-falling-behind__text-container .no-falling-behind__text-larger {
		font-size: 22px;
	}
}

.landing-page .no-falling-behind__text-container .no-falling-behind__text {
	max-width: 600px;
}

@media (max-width: 975px) {

	.landing-page .no-falling-behind__image-container {
		text-align: center;
	}

	.landing-page .no-falling-behind__image-container .no-falling-behind__image {
		width: 90%;
		max-width: 550px;
	}
}

@media (min-width: 976px) {

	.landing-page .no-falling-behind__image-container {
		position: absolute;
		right: -50px;
		bottom: 0;
		width: 45%;
		max-width: 725px;
	}
}

@media (min-width: 768px) {

	.landing-page .community-values {
		background-image: url(/wp-content/themes/solved-membership/images/asterisk.png);
		background-repeat: no-repeat;
		background-position: top -27px right -93px;
		background-size: 300px auto;
	}
}

.landing-page .community-values .u-container {
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (min-width: 768px) {

	.landing-page .community-values .u-container {
		padding-top: 85px;
		padding-bottom: 110px;
	}
}

.landing-page .community-values__title {
	text-align: center;
	margin-bottom: 42px;
}

@media (min-width: 768px) {

	.landing-page .community-values__title {
		margin-bottom: 64px;
	}
}

.landing-page .community-values .show-up {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

@media (min-width: 768px) {

	.landing-page .community-values .show-up {
		font-size: 32px;
	}
}

.landing-page .this-community {
	text-align: center;
}

.landing-page .this-community .u-container {
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (min-width: 768px) {

	.landing-page .this-community .u-container {
		padding-top: 70px;
		padding-bottom: 60px;
	}
}

.landing-page .this-community__title {
	font-weight: 400;
	max-width: 680px;
	margin: 0 auto 20px;
}

@media (min-width: 768px) {

	.landing-page .this-community__title {
		margin-bottom: 32px;
	}
}

.landing-page .this-community__promo-note {
	margin-bottom: 0;
}

.landing-page .this-community .underlined::after {
	top: 0.8em;
}

@media (max-width: 767px) {

	.landing-page .final-note {
		position: relative;
		overflow: hidden;
		padding-top: 222px;
	}

	.landing-page .final-note::before {
		content: "";
		background-image: url("/wp-content/themes/solved-membership/images/mark-in-chair.png");
		background-repeat: no-repeat;
		background-size: 780px;
		background-position: top left;
		margin: 0;
		width: 100%;
		height: 262px;
		position: absolute;
		top: -40px;
		left: 0;
		right: 0;
	}

	@supports (background-image: image-set(url("/wp-content/themes/solved-membership/images/mark-in-chair.webp") type("image/webp") 1x)) {

		.landing-page .final-note::before {
			background-image: url("/wp-content/themes/solved-membership/images/mark-in-chair.webp");
		}
	}

	.landing-page .final-note .u-container {
		border-bottom: 16px solid #f3f3f3;
	}
}

@media (min-width: 768px) {

	.landing-page .final-note {
		padding-top: 47px;
		padding-bottom: 47px;
		background-image: url("/wp-content/themes/solved-membership/images/mark-in-chair-hd-cropped.png"), linear-gradient(to right, #ecedec 0%, #e5e5e4 25%, #dfe0de 50%, #dededd 75%, #dbdbda 100%);
		background-repeat: no-repeat;
		background-position: left 36px bottom, left center;
		background-size: auto 800px, 85% auto;
		margin: 0;
	}

	@supports (background-image: image-set(url("/wp-content/themes/solved-membership/images/mark-in-chair-hd-cropped.webp") type("image/webp") 1x)) {

		.landing-page .final-note {
			background-image: url("/wp-content/themes/solved-membership/images/mark-in-chair-hd-cropped.webp"), linear-gradient(to right, #ecedec 0%, #e5e5e4 25%, #dfe0de 50%, #dededd 75%, #dbdbda 100%);
		}
	}

	.landing-page .final-note .u-container {
		max-width: 60%;
		margin-left: auto;
		margin-right: 0;
		padding: 40px 36px 20px 40px;
		min-width: 420px;
	}

	.landing-page .final-note .u-container .final-note__content {
		max-width: 570px;
	}
}

@media (min-width: 1200px) {

	.landing-page .final-note {
		background-position: left 88px bottom, left center;
	}
}

@media (min-width: 1240px) {

	.landing-page .final-note .u-container {
		padding: 80px 36px 60px 80px;
	}
}

.landing-page .final-note .underlined::after {
	top: 0.7em;
}

.landing-page .final-note__title {
	font-size: 30px;
	font-family: "Selecta", sans-serif;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.01em;
}

@media (min-width: 768px) {

	.landing-page .final-note__title {
		line-height: 1.2;
		font-size: 36px;
	}
}

.landing-page .final-note__bottom-title {
	font-size: 24px;
	font-family: "Selecta", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
}

@media (min-width: 768px) {

	.landing-page .final-note__bottom-title {
		font-size: 30px;
		font-weight: bold;
		line-height: 1.13;
		letter-spacing: 0;
		margin-bottom: 45px;
	}
}

.landing-page .how-to-join {
	--join-gap: clamp(16px, 2.5vw, 32px);
	--join-card-pad: clamp(20px, 3vw, 40px);
	--join-border: 4px;
	--join-border-color: #6f9fd5;
	text-align: center;
	overflow: hidden;
}

.landing-page .how-to-join .u-container {
	padding-top: 48px;
	padding-bottom: 128px;
	position: relative;
}

@media (min-width: 768px) {

	.landing-page .how-to-join .u-container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.landing-page .how-to-join__title {
	margin: 0 0 40px;
	text-align: center;
	font-weight: 400;
	padding: 0.5em 1.1em;
}

@media (min-width: 768px) {

	.landing-page .how-to-join__title {
		margin-bottom: 64px;
	}
}

.landing-page .how-to-join__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--join-gap);
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (min-width: 640px) {

	.landing-page .how-to-join__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {

	.landing-page .how-to-join__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.landing-page .how-to-join__item {
	background: #fff;
	border: var(--join-border) solid var(--join-border-color);
	padding: var(--join-card-pad);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-width: 0;
	z-index: 2;
}

.landing-page .how-to-join__heading {
	line-height: 1.2;
	font-size: 20px;
	margin: 0;
}

@media (min-width: 768px) {

	.landing-page .how-to-join__heading {
		font-size: 26px;
	}
}

.landing-page .how-to-join__text {
	margin: 20px 0 0;
	font-size: 16px;
}

@media (min-width: 768px) {

	.landing-page .how-to-join__text {
		font-size: 18px;
	}
}

.landing-page .how-to-join__nowrap {
	white-space: nowrap;
}

.landing-page .how-to-join__image {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 550px;
	width: 90%;
	transform: translateY(65%);
	z-index: 1;
}

@media (min-width: 768px) {

	.landing-page .how-to-join__image {
		transform: translateY(55%);
		right: -50px;
	}
}

.landing-page .payment-options {
	text-align: center;
}

.landing-page .payment-options .u-container {
	padding-top: 40px;
	padding-bottom: 370px;
}

@media (min-width: 768px) {

	.landing-page .payment-options .u-container {
		padding-top: 100px;
		padding-bottom: 200px;
	}
}

.landing-page .payment-options .orange-box {
	margin-bottom: 30px;
	font-size: 18px;
}

@media (min-width: 768px) {

	.landing-page .payment-options .orange-box {
		font-size: 36px;
		margin-bottom: 50px;
		font-size: 24px;
	}
}

.landing-page .payment-options__title {
	font-size: 31px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	text-shadow: 3.5px 3.5px 2.5px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {

	.landing-page .payment-options__title {
		font-size: 36px;
		text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.75);
	}
}

.landing-page .plans {
	text-align: center;
}

.landing-page .plans__plan {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.landing-page .plans__plan > * {
	margin: 0;
}

.landing-page .plans__plan--annual {
	background-color: #fff;
	border: 4px solid #232121;
	padding: 24px 24px 42px;
	max-width: 800px;
	margin: -368px auto 0;
	margin-bottom: 50px;
}

@media (min-width: 768px) {

	.landing-page .plans__plan--annual {
		margin-top: -176px;
		padding: 60px 60px 64px;
	}
}

@media (min-width: 768px) {

	.landing-page .plans__plan--annual {
		order: 2;
	}
}

@media (min-width: 768px) {

	.landing-page .plans__plan--monthly {
		background-color: #fff;
		border: 4px solid #232121;
		padding: 24px 24px 42px;
		max-width: 800px;
		margin: -368px auto 0;
		margin-bottom: 64px;
	}
}

@media (min-width: 768px) and (min-width: 768px) {

	.landing-page .plans__plan--monthly {
		margin-top: -176px;
		padding: 60px 60px 64px;
	}
}

@media (min-width: 768px) and (min-width: 768px) {

	.landing-page .plans__plan--monthly {
		margin-bottom: 50px;
	}
}

@media (min-width: 768px) {

	.landing-page .plans__plan--monthly .plans__plan-price {
		margin-top: 76px;
	}
}

@media (max-width: 768px) {

	.landing-page .plans__plan--monthly {
		margin-bottom: 20px;
	}

	.landing-page .plans__plan--monthly .plans__plan-price {
		margin-bottom: 18px;
	}
}

.landing-page .plans__plan-title {
	margin-bottom: 20px;
}

@media (min-width: 768px) {

	.landing-page .plans__plan-title {
		margin-bottom: 30px;
	}
}

.landing-page .plans__plan-text {
	font-size: 16px;
	line-height: 1.2;
	font-family: "Selecta", sans-serif;
	margin: 0 0 10px;
}

.landing-page .plans__plan-text-before-circled-word {
	margin-bottom: 0;
}

.landing-page .plans__plan-price {
	margin-top: 0;
	margin-bottom: 10px;
}

.landing-page .plans__plan-savings {
	margin-bottom: 18px;
}

.landing-page .plans__btn {
	margin-top: auto;
	align-self: center;
}

.landing-page .plans__price-from {
	text-decoration: line-through;
	color: #484848;
	font-size: 26px;
}

.landing-page .whos-inside .u-container {
	padding-right: 0;
	max-width: 100%;
	padding-top: 70px;
}

.landing-page .whos-inside__text-container {
	max-width: 570px;
	width: 100%;
	margin: 0 auto 20px;
	padding-right: 36px;
}

.landing-page .whos-inside__title,
.landing-page .whos-inside__text {
	text-align: center;
	font-weight: 500;
	line-height: 1.2;
}

.landing-page .whos-inside__testimonials-container {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: clamp(0px, 80%, 750px);
	align-items: flex-start;
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding-top: 40px;
	padding-left: 20px;
	scroll-padding-left: 20px;
	padding-right: 20px;
}

.landing-page .whos-inside__testimonial {
	scroll-snap-align: start;
}

.landing-page .whos-inside__testimonial p:last-child {
	margin-bottom: 0;
}

.landing-page .compassion {
	background-image: url(/wp-content/themes/solved-membership/images/asterisk.png);
	background-repeat: no-repeat;
	background-position: top -30px left -90px;
	background-size: 300px auto;
}

.landing-page .compassion .u-container {
	padding-top: 48px;
	padding-bottom: 98px;
	max-width: 720px;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.landing-page .compassion .u-container {
		padding-top: 80px;
		padding-bottom: 140px;
	}
}

.landing-page .compassion__intro {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.01em;
	margin-bottom: 30px;
}

@media (min-width: 768px) {

	.landing-page .compassion__intro {
		font-size: 22px;
		margin-bottom: 40px;
	}
}

.landing-page .compassion__p-large {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
}

@media (min-width: 768px) {

	.landing-page .compassion__p-large {
		font-size: 24px;
	}
}

.landing-page .compassion p:last-child {
	margin-bottom: 0;
}

.landing-page .faq .u-container {
	padding: 80px 13px 40px;
	margin-top: -50px;
}

@media (min-width: 768px) {

	.landing-page .faq .u-container {
		padding: 110px 36px 70px;
		margin-top: -50px;
	}
}

.landing-page .faq__title {
	max-width: 343px;
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto 30px;
	font-size: 18px;
}

@media (min-width: 768px) {

	.landing-page .faq__title {
		max-width: 405px;
		margin-bottom: 50px;
		font-size: 24px;
	}
}

.landing-page .faq__items {
	border: 4px solid #232121;
	max-width: 888px;
	margin: 0 auto;
}

.landing-page .faq__item {
	background: #e8e8e8;
	border-bottom: 4px solid #232121;
	padding: 16px 26px 16px 16px;
	background-color: #f4f4f4;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg data-name='Layer 2' viewBox='0 0 10.95 10.95' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23252121' stroke-miterlimit='10' stroke-width='1.74' data-name='Layer 1'%3E%3Cline x1='10.95' y1='5.48' y2='5.48'/%3E%3Cline x1='5.48' x2='5.48' y2='10.95'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: top 16px right 8px;
	background-size: 16px;
}

.landing-page .faq__item:hover {
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg data-name='Layer 2' viewBox='0 0 10.95 10.95' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23FF5500' stroke-miterlimit='10' stroke-width='1.74' data-name='Layer 1'%3E%3Cline x1='10.95' y1='5.48' y2='5.48'/%3E%3Cline x1='5.48' x2='5.48' y2='10.95'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {

	.landing-page .faq__item {
		padding-right: 52px;
		background-position: top 30px right 20px;
		background-size: 30px;
	}
}

.landing-page .faq__item.open {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg viewBox='0 0 10.95 10.95' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x2='10.95' y1='5.48' y2='5.48' fill='none' stroke='%23FF5500' stroke-miterlimit='10' stroke-width='1.74'/%3E%3C/svg%3E%0A");
}

.landing-page .faq__item.open .faq__answer {
	max-height: 2000px;
}

@media (min-width: 768px) {

	.landing-page .faq__item {
		padding: 40px;
	}
}

.landing-page .faq__item:last-of-type {
	border-bottom: none;
}

.landing-page .faq__question {
	font-size: 20px;
	line-height: 1.2;
	font-family: "Selecta", sans-serif;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin: 0;
}

@media (min-width: 768px) {

	.landing-page .faq__question {
		font-size: 24px;
	}
}

.landing-page .faq__answer {
	font-size: 16px;
	line-height: 1.2;
	margin: 0;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.4s ease;
}

.landing-page .faq__answer p {
	padding-top: 20px;
	margin: 0;
}

@media (min-width: 768px) {

	.landing-page .faq__answer {
		font-size: 18px;
		line-height: 1.44;
	}
}

.landing-page .faq__answer .ul {
	padding-top: 20px;
}

.landing-page .faq__answer .ul li:last-child {
	margin-bottom: 0;
}

.landing-page .faq__final-note {
	margin: 20px auto 0;
	max-width: 640px;
	text-align: center;
}

@media (min-width: 768px) {

	.landing-page .faq__final-note {
		margin: 24px auto 0;
	}
}

.landing-page .next-step {
	background-color: #d9e021;
	text-align: center;
}

.landing-page .next-step .u-container {
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (min-width: 768px) {

	.landing-page .next-step .u-container {
		padding-top: 80px;
		padding-bottom: 84px;
	}
}

.landing-page .next-step__title {
	max-width: 700px;
	margin: 0 auto 32px;
}

.landing-page .next-step--live-course .next-step__title {
	max-width: 800px;
}

.landing-page .next-step .promo-note {
	margin: 10px 0 0;
}

.landing-page .final-reminder {
	text-align: center;
	position: relative;
	background-color: #ebebeb;
	background-image: url(/wp-content/themes/solved-membership/images/asterisk.png);
	background-repeat: no-repeat;
	background-position: top -27px right -93px;
	background-size: 300px auto;
}

.landing-page .final-reminder::after {
	content: "";
	background-image: url(/wp-content/themes/solved-membership/images/solved-repeated.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: bottom;
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
}

@media (min-width: 768px) {

	.landing-page .final-reminder::after {
		height: 46px;
	}
}

.landing-page .final-reminder .u-container {
	padding-top: 48px;
	padding-bottom: 48px;
}

@media (min-width: 768px) {

	.landing-page .final-reminder .u-container {
		padding-top: 80px;
		padding-bottom: 90px;
	}
}

.landing-page .final-reminder__intro {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.02em;
}

@media (min-width: 768px) {

	.landing-page .final-reminder__intro {
		font-size: 22px;
	}
}

.landing-page .final-reminder .grid {
	text-align: left;
	margin: 32px 0;
}

@media (min-width: 768px) {

	.landing-page .final-reminder .grid {
		margin: 70px 0;
	}
}

.landing-page .final-reminder .grid-item--first {
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.02em;
}

@media (min-width: 768px) {

	.landing-page .final-reminder .grid-item--first {
		font-size: 25px;
	}
}

.landing-page .final-reminder .grid-item--second {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -0.01em;
}

@media (min-width: 768px) {

	.landing-page .final-reminder .grid-item--second {
		font-size: 18px;
	}
}

.landing-page .final-reminder .grid-item--second ul {
	margin: 0 0 20px;
	padding-left: 30px;
}

.landing-page .final-reminder .grid-item--second .final-reminder__footer-text {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.02em;
}

@media (min-width: 768px) {

	.landing-page .final-reminder .grid-item--second .final-reminder__footer-text {
		font-size: 22px;
	}
}

.landing-page .final-reminder .final-reminder__conclusion {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: -0.02em;
}

@media (min-width: 768px) {

	.landing-page .final-reminder .final-reminder__conclusion {
		font-size: 36px;
	}
}

.asterisk-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-top: 24px;
}

@media (min-width: 768px) {

	.asterisk-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		margin-top: 32px;
	}
}

.asterisk-grid__item :last-child {
	margin-bottom: 0;
}

.asterisk-card {
	background-color: #fff;
	padding: 20px 25px;
	border-radius: 7px;
	font-size: 16px;
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	line-height: 1.35;
}

.asterisk-card--grey {
	background-color: #f9f9f9;
}

@media (min-width: 768px) {

	.asterisk-card {
		padding: 32px 40px;
		font-size: 20px;
	}
}

.asterisk-card__title {
	font-size: 22px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin: 0;
}

@media (min-width: 768px) {

	.asterisk-card__title {
		font-size: 26px;
	}
}

.asterisk-card p:last-child {
	margin-bottom: 0;
}

.asterisk-card strong {
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: #d9e021;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 3px;
}

.asterisk-card::before {
	content: "";
	position: absolute;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg data-name="Layer 2" viewBox="0 0 50.95 48.59" xmlns="http://www.w3.org/2000/svg"><g data-name="Layer 1"><path d="M25.48,33.77l-11.26,14.81-8.89-6.52,10.67-14.22L0,22.52l3.56-10.67,16.59,5.33V0h11.26v17.18l16-5.33,3.55,10.67-16,5.33,10.66,14.22-8.89,6.52-11.26-14.81Z"/></g></svg>');
	background-size: contain;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	transform: translate(-42%, -40%);
}

@media (min-width: 768px) {

	.asterisk-card::before {
		width: 50px;
		height: 50px;
	}
}

.asterisk-card,
.how-to-join__item {

	/* for fade in */

	/* start hidden */
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	will-change: opacity, transform;

	/* visible state */

	/* optional: subtle stagger within a grid */

	/* accessibility */
}

.asterisk-card.is-visible,
.how-to-join__item.is-visible {
	opacity: 1;
	transform: none;
}

.asterisk-card:nth-child(1),
.how-to-join__item:nth-child(1) {
	transition-delay: 0s;
}

.asterisk-card:nth-child(2),
.how-to-join__item:nth-child(2) {
	transition-delay: 0.05s;
}

.asterisk-card:nth-child(3),
.how-to-join__item:nth-child(3) {
	transition-delay: 0.1s;
}

.asterisk-card:nth-child(4),
.how-to-join__item:nth-child(4) {
	transition-delay: 0.15s;
}

.asterisk-card:nth-child(5),
.how-to-join__item:nth-child(5) {
	transition-delay: 0.2s;
}

.asterisk-card:nth-child(6),
.how-to-join__item:nth-child(6) {
	transition-delay: 0.25s;
}

@media (prefers-reduced-motion: reduce) {

	.asterisk-card,
	.how-to-join__item {
		transition: none;
		transform: none;
	}
}

.large-testimonial {
	position: relative;
	background-color: #f9f9f9;
	padding: 30px;
}

.large-testimonial__header {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
	flex-direction: column;
	text-align: center;
	margin-top: -55px;
}

@media (min-width: 768px) {

	.large-testimonial__header {
		gap: 16px;
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
		margin-top: 0;
	}
}

.large-testimonial__photo {
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
}

@media (min-width: 768px) {

	.large-testimonial__photo {
		width: 105px;
		height: 105px;
		flex: 0 0 105px;
	}
}

.large-testimonial__author {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #555759;
	text-align: right;
	margin: 0;
}

@media (min-width: 768px) {

	.large-testimonial__author {
		font-size: 19px;
	}
}

.large-testimonial u {
	text-decoration: underline;
	text-decoration-color: #d9e021;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 3px;
}

@media (min-width: 768px) {

	.large-testimonial {
		padding: 40px;
	}
}

.large-testimonial::before {
	content: "";
	position: absolute;
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg fill="%23D9E021" viewBox="0 0 61.31 50.2" xmlns="http://www.w3.org/2000/svg"><g data-name="Layer 1"><path d="M20.8,50.2H0L13.98,0h13.63l-6.81,50.2ZM54.5,50.2h-20.8L47.69,0h13.62l-6.81,50.2Z"/></g></svg>');
	background-size: contain;
	width: 44px;
	height: 36px;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	transform: translate(-15px, -33%);
}

@media (min-width: 768px) {

	.large-testimonial::before {
		width: 60px;
		height: 50px;
	}
}

.circled-word {
	position: relative;
	display: inline-block;
	padding: 0.4em 0.7em 0.8em;
}

.circled-word::before {
	content: "";
	z-index: 2;
	background-image: url("/wp-content/themes/solved-membership/images/yellow-circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	user-select: none;
}

.circled-word.circled-word--alt {
	padding: 0.6em 0.7em 0.8em;
}

.circled-word.circled-word--alt::before {
	background-image: url("/wp-content/themes/solved-membership/images/yellow-circle-2.png");
}

.promo-note {
	margin-top: 10px;
	font-size: 11px;
}

@media (min-width: 768px) {

	.promo-note {
		font-size: 14px;
	}
}

.green-underline {
	text-decoration: underline;
	text-decoration-color: #d9e021;
	text-underline-offset: 0.2em;
	text-decoration-thickness: 3px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* My Utilities
--------------------------------------------- */
.semibold {
	font-weight: 600;
}

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

.u-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1272px;
	padding: 36px;
}

.u-container--sm {
	max-width: 627px;
}

@media (min-width: 768px) {

	.u-container--sm {
		padding: 30px;
	}
}

.u-container--lg {
	max-width: 1472px;
}

.u-bg-grey {
	background-color: #e8e8e8;
	color: #232121;
}

.u-bg-white {
	background-color: #fff;
	color: #232121;
}

.u-bg-dark {
	background-color: #232121;
	color: #fff;
}

.u-bg-light {
	background-color: #f3f3f3;
	color: #232121;
}

.u-bg-light-blue {
	background-color: #d6f2fc;
	color: #232121;
}

.u-bg-blue {
	background-color: #9cdbf8;
	color: #232121;
}

.u-bg-grid {
	background-color: #232121;

	/* default: gradient + jpeg grid */
	background-image: linear-gradient(rgba(35, 33, 33, 0.8), rgba(35, 33, 33, 0.8)), url("/wp-content/themes/solved-membership/images/background-grid-cropped.jpg");
	background-repeat: no-repeat, repeat;
	background-position: center, center;
	background-size: cover, 850px;
	color: #fff;

	/* modern browsers that understand image-set() will pick .webp first */

	/* Safari/WebKit prefix */
}

@supports (background-image: image-set(url("/wp-content/themes/solved-membership/images/background-grid-cropped.webp") type("image/webp") 1x)) {

	.u-bg-grid {
		background-image: linear-gradient(rgba(35, 33, 33, 0.8), rgba(35, 33, 33, 0.8)), image-set(url("/wp-content/themes/solved-membership/images/background-grid-cropped.webp") type("image/webp") 1x, url("/wp-content/themes/solved-membership/images/background-grid-cropped.jpg") type("image/jpeg") 1x);
	}
}

@supports (-webkit-image-set(url("/wp-content/themes/solved-membership/images/background-grid-cropped.webp") 1x)) {

	.u-bg-grid {
		background-image: linear-gradient(rgba(35, 33, 33, 0.8), rgba(35, 33, 33, 0.8)), -webkit-image-set(url("/wp-content/themes/solved-membership/images/background-grid-cropped.webp") 1x, url("/wp-content/themes/solved-membership/images/background-grid-cropped.jpg") 1x);
	}
}

.u-title {
	margin: 0 0 20px;
}

.u-text-xl {
	margin: 0 0 20px;
}

.u-text-lg {
	margin: 0 0 20px;
}

.u-text-lg-alt {
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 500;
	margin: 0 0 20px;
}

@media (min-width: 768px) {

	.u-text-lg-alt {
		font-size: 40px;
	}
}

.u-text-md {
	margin: 0 0 20px;
}

.u-text-sm {
	margin: 0 0 20px;
}

@media (min-width: 768px) {

	.u-text-sm--alt-2 {
		font-size: 26px;
		line-height: 1.27;
	}
}

.u-text-sm-alt {
	line-height: 1.2;
	font-size: 18px;
	margin: 0 0 20px;
}

@media (min-width: 768px) {

	.u-text-sm-alt {
		font-size: 22px;
	}
}

.u-text-xs {
	margin: 0 0 20px;
}

.u-text-public-extrabold {
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.02em;
	font-weight: 800;
}

@media (min-width: 768px) {

	.u-text-public-extrabold {
		font-size: 30px;
		line-height: 34px;
	}
}

.u-text-custom-sm {
	font-family: "Selecta", sans-serif;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	font-weight: 500;
	margin: 0 0 20px;
}

/* Layout
--------------------------------------------- */
.site-header.site-header--default {
	background-color: #232121;
	padding: 1px;
}

.site-header.site-header--default .site-branding {
	margin-top: 16px;
	margin-left: 26px;
	margin-bottom: 12px;
}

.site-header.site-header--default .site-branding img {
	width: 120px;
}

.site-header.site-header--grid {
	background-color: transparent;
	padding: 1px;
}

.site-header.site-header--grid .site-branding {
	margin-top: 16px;
	margin-left: 26px;
}

.site-header .site-branding {
	display: block;
	margin-top: 20px;
	margin-left: 16px;
}

@media (min-width: 768px) {

	.site-header .site-branding {
		margin-top: 32px;
		margin-left: 26px;
	}
}

.site-header.site-header--landing-page {
	position: absolute;
	display: none;
}

@media (min-width: 768px) {

	.site-header.site-header--landing-page {
		justify-content: space-between;
		width: 100%;
	}
}

.site-header.scrolled {
	background-color: #232121;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 70px;
}

@media (min-width: 768px) {

	.site-header.scrolled {
		justify-content: space-between;
	}
}

.site-header.scrolled .site-header__links {
	display: flex;
}

.site-header.scrolled .site-branding {
	display: none;
}

@media (min-width: 768px) {

	.site-header.scrolled .site-branding {
		display: block;
		margin-top: 6px;
		width: 100px;
	}
}

.site-header__links {
	margin: 0;
	color: #fff;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
}

@media (min-width: 768px) {

	.site-header__links {
		margin: 0 20px 0 0;
		font-size: 16px;
	}
}

.site-header__links .site-header__link {
	color: #fff;
	text-decoration: none;
	text-shadow: 3.7px 3.7px 2.6px rgba(0, 0, 0, 0.75);
	margin-left: 10px;
	margin-right: 10px;
}

@media (min-width: 768px) {

	.site-header__links .site-header__link {
		margin-left: 11px;
		margin-right: 11px;
	}
}

.site-header__links .site-header__link:nth-last-of-type(2) {
	margin-right: 14px;
}

.site-header__links .site-header__link:hover,
.site-header__links .site-header__link:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.site-header__links .button {
	height: 32px;
	font-size: 14px;
	border-radius: 3.8px 0 0 3.8px;
}

@media (min-width: 768px) {

	.site-header__links .button {
		height: 36px;
		font-size: 16px;
		border-radius: 3.8px;
	}
}

.site-footer {
	font-size: 14px;
	font-weight: bold;
}

@media (min-width: 768px) {

	.site-footer {
		align-items: center;
		justify-content: space-between;
		padding-right: 36px;
		display: flex;
	}
}

.site-footer img {
	height: 108px;
	width: auto;
}

.site-footer__links {
	text-align: center;
	padding: 30px;
	line-height: 1.5;
}

@media (min-width: 768px) {

	.site-footer__links {
		padding: 0;
		text-align: right;
	}
}

.site-footer__links a {
	color: #fff;
	text-decoration: none;
}

.site-footer__links a:hover {
	text-decoration: underline;
}

.site-footer__copyright {
	opacity: 0.5;
}

/* 1. Base: one column everywhere */
.grid {
	display: grid;
	grid-template-columns: 1fr;
}

.grid > * {
	direction: ltr;
}

@media (min-width: 768px) {

	.grid {
		gap: 50px;
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Pages
--------------------------------------------- */
.error-404 {
	text-align: center;
}

.error-404 h1 {
	margin-top: 30px;
}

@media (min-width: 768px) {

	.error-404 h1 {
		margin-top: 50px;
		font-size: 70px;
	}
}

.error-404 .options-404 {
	text-align: center;
}

.error-404 .options-404 .option-404 {
	margin-bottom: 1.75em;
}

.error-404 .options-404 .option-404 p {
	margin-bottom: 0.75em;
}

.error-404 .contact-404 h2,
.error-404 .contact-404 .u-text-xl {
	margin-top: 1.2em;
}
