/*!
Theme Name: gander
Theme URI: http://underscores.me/
Author: Underscores.me
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: gander
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.

gander 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: #404040;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	margin-top: 0;
	font-family: "Lora", serif;
}

.h1 {
	font-size: 3.6rem;
	margin-bottom: 24px;
}

@media (min-width: 1000px) {
	.h1 {
		font-size: 7.4rem;
		margin-bottom: 47px;
	}
}

.h1 span {
	position: relative;
	right: 10px;
}

@media (min-width: 1000px) {
	.h1 span {
		right: 20px;
	}
}

.h1-2 {
	font-size: 3.6rem;
	margin-bottom: 24px;
}

@media (min-width: 1000px) {
	.h1-2 {
		font-size: 6rem;
	}
}

.h1-3 {
	font-size: 3rem;
	margin-bottom: 26px;
}

@media (min-width: 1000px) {
	.h1-3 {
		font-size: 6rem;
		margin-bottom: 31px;
	}
}

.h2 {
	font-size: 2.5rem;
}

@media (min-width: 1000px) {
	.h2 {
		font-size: 4rem;
	}
}

.h3 {
	font-size: 2rem;
	font-family: "Lora", serif;
}

@media (min-width: 1000px) {
	.h3 {
		font-size: 2.8rem;
	}
}

.h4 {
	font-size: 1.5rem;
}

@media (min-width: 1000px) {
	.h4 {
		font-size: 2rem;
	}
}

h1 span {
	color: #bffb87;
}

p {
	margin-bottom: 1.5em;
}

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%;
}

.lead-in-text {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0;
	color: #854aeb;
	font-weight: 500;
}

@media (min-width: 1000px) {
	.lead-in-text {
		font-size: 2rem;
	}
}

p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 0;
}

@media (min-width: 1000px) {
	p {
		font-size: 2rem;
	}
}

p.bold {
	font-weight: 500;
	line-height: 1.6;
}

a {
	transition: all 0.3s ease;
}

.footer-text {
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 8px;
	line-height: 2;
	display: block;
}

.no-formatting,
.no-formatting > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Elements
--------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	font-size: 16px;
	font-size: 1.6rem;
	color: #030b1c;
	background: #ffffff;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

.wrapper-wide {
	width: 1441px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 1000px) {
	.wrapper-wide {
		padding: 0 56px;
	}
}

.wrapper-medium {
	width: 1363px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 1000px) {
	.wrapper-medium {
		padding: 0 112px;
	}
}

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

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

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

figure {
	margin: 1em 0;
}

video {
	max-width: 100%;
	display: block;
}

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

/* Links
--------------------------------------------- */
a {
	color: #854aeb;
	outline-offset: 2px;
	border-radius: 8px;
}

a:visited {
	color: #854aeb;
}

a:hover, a:focus, a:active {
	color: #450ea3;
}

a:focus {
	outline: none;
}

a:focus-visible {
	outline: 2px solid #c29fff;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button {
	transition: all 0.3s ease;
	outline-offset: 3px;
}

button:focus {
	outline: none;
}

button:focus-visible {
	outline: 2px solid #c29fff;
}

.button-small,
.button-medium,
.button-large,
.button-header .button-small-li a,
.button-medium-li a,
.button-large-li a,
.button-header-li a,
.button-pricing-large,
.button-pricing-small {
	appearance: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline-offset: 3px;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.button-small,
.button-small-li a {
	border-radius: 5px;
	padding: 12px 20px;
}

.button-medium,
.button-medium-li a {
	border-radius: 8px;
	padding: 14px 10px;
}

@media (min-width: 1000px) {
	.button-medium,
	.button-medium-li a {
		border-radius: 10px;
		padding: 14px 20px;
		font-size: 2rem;
	}
}

.button-large,
.button-large-li a {
	border-radius: 8px;
	padding: 14px 20px;
}

@media (min-width: 1000px) {
	.button-large,
	.button-large-li a {
		border-radius: 10px;
		padding: 20px 30px;
		font-size: 2rem;
	}
}

.button-pricing-large {
	width: 100%;
	padding: 13px 24px;
	border-radius: 6px;
	font-size: 1.6rem;
}

@media (min-width: 1200px) {
	.button-pricing-large {
		font-size: 2rem;
	}
}

.button-pricing-small {
	padding: 8px 12px;
	border-radius: 6px;
}

.button-pricing-purple,
.button-pricing-purple:visited,
.button-pricing-purple:active {
	background: #854aeb;
	color: #ffffff;
}

.button-pricing-purple:hover, .button-pricing-purple:focus,
.button-pricing-purple:visited:hover,
.button-pricing-purple:visited:focus,
.button-pricing-purple:active:hover,
.button-pricing-purple:active:focus {
	background: #aa78ff;
	color: #ffffff;
}

.button-pricing-purple:focus,
.button-pricing-purple:visited:focus,
.button-pricing-purple:active:focus {
	outline: none;
}

.button-pricing-purple:focus-visible,
.button-pricing-purple:visited:focus-visible,
.button-pricing-purple:active:focus-visible {
	outline: 2px solid #aa78ff;
}

.button-pricing-dark,
.button-pricing-dark:visited,
.button-pricing-dark:active {
	background: #001f44;
	color: #ffffff;
}

.button-pricing-dark:hover, .button-pricing-dark:focus,
.button-pricing-dark:visited:hover,
.button-pricing-dark:visited:focus,
.button-pricing-dark:active:hover,
.button-pricing-dark:active:focus {
	background: #bffb87;
	color: #001f44;
}

.button-pricing-dark:focus,
.button-pricing-dark:visited:focus,
.button-pricing-dark:active:focus {
	outline: none;
}

.button-pricing-dark:focus-visible,
.button-pricing-dark:visited:focus-visible,
.button-pricing-dark:active:focus-visible {
	outline: 2px solid #bffb87;
}

.button-purple,
.button-purple:visited,
.button-purple:active,
.button-purple-li a,
.button-purple-li a:visited,
.button-purple-li a:active {
	background: #c29fff;
	color: #000000;
}

.button-purple:hover, .button-purple:focus,
.button-purple:visited:hover,
.button-purple:visited:focus,
.button-purple:active:hover,
.button-purple:active:focus,
.button-purple-li a:hover,
.button-purple-li a:focus,
.button-purple-li a:visited:hover,
.button-purple-li a:visited:focus,
.button-purple-li a:active:hover,
.button-purple-li a:active:focus {
	background: #aa78ff;
	color: #000000;
}

.button-purple:focus,
.button-purple:visited:focus,
.button-purple:active:focus,
.button-purple-li a:focus,
.button-purple-li a:visited:focus,
.button-purple-li a:active:focus {
	outline: none;
}

.button-purple:focus-visible,
.button-purple:visited:focus-visible,
.button-purple:active:focus-visible,
.button-purple-li a:focus-visible,
.button-purple-li a:visited:focus-visible,
.button-purple-li a:active:focus-visible {
	outline: 2px solid #aa78ff;
}

.button-dark,
.button-dark:visited,
.button-dark:active,
.button-dark-li a,
.button-dark-li a:visited,
.button-dark-li a:active {
	background: #030b1c;
	color: #ffffff;
}

.button-dark:hover, .button-dark:focus,
.button-dark:visited:hover,
.button-dark:visited:focus,
.button-dark:active:hover,
.button-dark:active:focus,
.button-dark-li a:hover,
.button-dark-li a:focus,
.button-dark-li a:visited:hover,
.button-dark-li a:visited:focus,
.button-dark-li a:active:hover,
.button-dark-li a:active:focus {
	background: #575757;
	color: #ffffff;
}

.button-dark:focus,
.button-dark:visited:focus,
.button-dark:active:focus,
.button-dark-li a:focus,
.button-dark-li a:visited:focus,
.button-dark-li a:active:focus {
	outline: none;
}

.button-dark:focus-visible,
.button-dark:visited:focus-visible,
.button-dark:active:focus-visible,
.button-dark-li a:focus-visible,
.button-dark-li a:visited:focus-visible,
.button-dark-li a:active:focus-visible {
	outline: 2px solid #575757;
}

.button-green,
.button-green:visited,
.button-green:active,
.button-green-li a,
.button-green-li a:visited,
.button-green-li a:active {
	background: #bffb87;
	color: #000000;
}

.button-green:hover, .button-green:focus,
.button-green:visited:hover,
.button-green:visited:focus,
.button-green:active:hover,
.button-green:active:focus,
.button-green-li a:hover,
.button-green-li a:focus,
.button-green-li a:visited:hover,
.button-green-li a:visited:focus,
.button-green-li a:active:hover,
.button-green-li a:active:focus {
	background: #d8ffb4;
	color: #000000;
}

.button-green:focus,
.button-green:visited:focus,
.button-green:active:focus,
.button-green-li a:focus,
.button-green-li a:visited:focus,
.button-green-li a:active:focus {
	outline: none;
}

.button-green:focus-visible,
.button-green:visited:focus-visible,
.button-green:active:focus-visible,
.button-green-li a:focus-visible,
.button-green-li a:visited:focus-visible,
.button-green-li a:active:focus-visible {
	outline: 2px solid #d8ffb4;
}

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%;
}

/* Sections taken from home page
--------------------------------------------- */
.hero {
	padding: 136px 0 48px;
	text-align: center;
	background: #030b1c;
	color: #ffffff;
}

@media (min-width: 1100px) {
	.hero {
		padding: 260px 0 102px;
	}
}

.hero .wrapper-medium {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.hero h1 {
	max-width: 660px;
}

@media (min-width: 1000px) {
	.hero h1 {
		max-width: 960px;
	}
}

.hero p {
	max-width: 580px;
	margin-bottom: 60px;
}

@media (min-width: 1000px) {
	.hero p {
		max-width: 729px;
	}
}

.intro-image {
	padding-bottom: 80px;
	background: #030b1c;
	color: #ffffff;
}

@media (min-width: 1000px) {
	.intro-image {
		padding-bottom: 128px;
	}
}

.intro-image .ratings-intro {
	width: 268px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	column-gap: 88px;
	row-gap: 10px;
}

@media (min-width: 1000px) {
	.intro-image .ratings-intro {
		width: auto;
		flex-direction: row;
	}
}

.intro-image .image-wrapper,
.intro-image .video-wrapper {
	border-radius: 20px;
	border: 5px solid #bffb87;
	overflow: hidden;
}

@media (min-width: 1000px) {
	.intro-image .image-wrapper,
	.intro-image .video-wrapper {
		border: 8px solid #bffb87;
	}
}

.intro-logos {
	text-align: center;
	padding-bottom: 48px;
	background: #030b1c;
	color: #ffffff;
}

@media (min-width: 1000px) {
	.intro-logos {
		padding-bottom: 68px;
	}
}

.intro-logos h2 {
	margin-bottom: 45px;
}

@media (min-width: 1000px) {
	.intro-logos h2 {
		margin-bottom: 48px;
	}
}

.intro-logos ul {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 60px;
}

.intro-logos ul li {
	margin-bottom: 53px;
}

.intro-logos ul img {
	display: block;
	margin: 0 auto;
	max-width: 89px;
	max-width: 120px;
}

@media (min-width: 1000px) {
	.intro-logos ul {
		max-width: 100%;
	}
	.intro-logos ul li {
		margin-bottom: 60px;
	}
	.intro-logos ul img {
		max-width: 165px;
	}
}

.intro-style-1 {
	margin-bottom: 35px;
}

@media (min-width: 767px) {
	.intro-style-1 {
		margin-bottom: 63px;
		text-align: center;
	}
}

.intro-style-1 .lead-in-text {
	margin-bottom: 10px;
}

.intro-style-1 h2 {
	max-width: 620px;
	margin: 0 0 21px 0;
	color: #081d36;
}

@media (min-width: 767px) {
	.intro-style-1 h2 {
		margin: 0 auto 21px;
	}
}

.intro-style-1 p {
	max-width: 729px;
	margin: 0 0 10px;
}

@media (min-width: 767px) {
	.intro-style-1 p {
		margin: 0 auto 10px;
	}
}

.blocks {
	background: #ffffff;
	color: #46474e;
	padding: 60px 0 50px;
}

@media (min-width: 767px) {
	.blocks {
		padding: 130px 0;
	}
}

.blocks .blocks-intro {
	text-align: center;
	margin-bottom: 63px;
}

.blocks .blocks-intro .lead-in-text {
	margin-bottom: 10px;
}

.blocks .blocks-intro h2 {
	max-width: 620px;
	margin: 0 auto 21px;
	color: #081d36;
}

.blocks .blocks-intro p {
	max-width: 729px;
	margin: 0 auto 10px;
}

.blocks .block {
	border-radius: 25px;
	border: 1px solid #beb4cf;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}

@media (min-width: 767px) {
	.blocks .block {
		margin-bottom: 0;
	}
}

.blocks .block .top {
	padding: 18px 18px 0;
}

@media (min-width: 767px) {
	.blocks .block .top {
		padding: 40px 40px 0;
	}
}

.blocks .block .left {
	padding: 18px 18px 0;
}

@media (min-width: 767px) {
	.blocks .block .left {
		padding: 40px;
		align-self: flex-start;
	}
}

.blocks .block h3 {
	margin-bottom: 0;
	color: #000000;
}

.blocks .block p {
	color: #3c3c3c;
	margin-bottom: 0;
}

.blocks .block .text span {
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 7px;
}

.blocks .block .text span img {
	width: 30px;
}

@media (min-width: 910px) {
	.blocks .block .text span {
		gap: 10px;
	}
	.blocks .block .text span img {
		width: inherit;
	}
}

.blocks .block .button-large {
	margin-top: 24px;
}

@media (min-width: 767px) {
	.blocks .block .button-large {
		margin-top: 37px;
	}
}

.blocks .block-half .block-img {
	padding: 18px 18px 0;
}

.blocks .block-half .block-img img {
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}

@media (min-width: 767px) {
	.blocks .block-half .block-img {
		padding: 40px 25px 0;
	}
}

.blocks .block-full .text {
	padding: 18px;
}

@media (min-width: 767px) {
	.blocks .block-full .text {
		padding: 40px;
	}
}

.blocks .block-full .block-img {
	padding: 18px 18px 0;
}

.blocks .block-full .block-img img {
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
}

@media (min-width: 767px) {
	.blocks .block-full .block-img {
		padding: 25px 25px 0;
	}
}

.blocks .block-full {
	align-items: end;
}

@media (min-width: 767px) {
	.blocks .blocks-half,
	.blocks .block-full {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
	}
}

@media (min-width: 767px) {
	.blocks .blocks-half {
		margin-bottom: 40px;
	}
}

.tabs {
	background: #ffffff;
	color: #46474e;
	padding-bottom: 70px;
	overflow: hidden;
}

@media (min-width: 767px) {
	.tabs {
		padding-bottom: 135px;
	}
}

.tabs h2 span {
	color: #898989;
}

.tabs .lead-in-text {
	margin-bottom: 10px;
}

.tabs .image {
	grid-row: 1/2;
}

.tabs .image img {
	border-radius: 10px;
}

@media (min-width: 767px) {
	.tabs .image {
		grid-row: auto;
	}
	.tabs .image img {
		border-radius: 20px;
	}
}

.tabs .tabs-intro {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.tabs .tabs-intro .tabs-paragraph {
	margin-bottom: 25px;
	font-weight: 500;
}

@media (min-width: 767px) {
	.tabs .tabs-intro {
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		margin-bottom: 65px;
	}
	.tabs .tabs-intro .tabs-paragraph {
		max-width: 571px;
	}
}

.tabs .tabs-intro h2 {
	margin-bottom: 14px;
}

@media (min-width: 767px) {
	.tabs .tabs-intro h2 {
		margin-bottom: 32px;
	}
}

.tabs .tabs-intro h2 br {
	display: none;
}

@media (min-width: 767px) {
	.tabs .tabs-intro h2 br {
		display: block;
	}
}

.buttons-container {
	width: 1564px;
	width: 1363px;
	max-width: 100%;
	margin: 0 auto;
}

@media (min-width: 1340px) {
	.buttons-container {
		padding: 0 112px;
	}
}

.tabs-buttons {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 9px;
	padding-bottom: 10px;
	scroll-behavior: smooth;
	overflow: auto;
	/* Ensures content remains scrollable */
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.tabs-buttons::-webkit-scrollbar {
	display: none;
	/* For Chrome, Safari, and Opera */
}

@media (min-width: 767px) {
	.tabs-buttons {
		gap: 20px;
	}
}

@media (min-width: 1000px) {
	.tabs-buttons {
		padding-bottom: 20px;
	}
}

.tabs-buttons button {
	font-family: "Lora", serif;
	font-weight: 500;
	appearance: none;
	padding: 12px 14px;
	color: #3c3c3c;
	background: #f9f9f9;
	border: 2px solid #f9f9f9;
	flex-grow: 1;
	border-radius: 8px;
	flex-shrink: 0;
	line-height: 1.1;
	max-width: 70vw;
	cursor: pointer;
}

@media (min-width: 767px) {
	.tabs-buttons button {
		border-radius: 15px;
		max-width: inherit;
	}
}

@media (min-width: 1000px) {
	.tabs-buttons button {
		flex-shrink: 1;
	}
}

.tabs-buttons button img {
	width: 20px;
}

@media (min-width: 767px) {
	.tabs-buttons button {
		padding: 13px 17px;
	}
	.tabs-buttons button img {
		width: auto;
	}
}

.tabs-buttons button[aria-selected="true"], .tabs-buttons button:hover, .tabs-buttons button:focus {
	background: #d8ffb4;
	border: 2px solid #bffb87;
}

.tabs-buttons button:first-child {
	margin-left: 20px;
}

@media (min-width: 1000px) {
	.tabs-buttons button:first-child {
		margin-left: 112px;
	}
}

@media (min-width: 1340px) {
	.tabs-buttons button:first-child {
		margin-left: 0px;
	}
}

.tabs-buttons button:last-child {
	margin-right: 20px;
}

@media (min-width: 1000px) {
	.tabs-buttons button:last-child {
		margin-right: 112px;
	}
}

@media (min-width: 1340px) {
	.tabs-buttons button:last-child {
		margin-right: 0px;
	}
}

.tabs-buttons button span {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	gap: 7px;
}

@media (min-width: 1000px) {
	.tabs-buttons button span {
		gap: 10px;
	}
}

.panels {
	border: 5px solid #bffb87;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.5);
}

@media (min-width: 1000px) {
	.panels {
		box-shadow: none;
	}
}

.wrapper-panels {
	width: 1363px;
	max-width: 100%;
	margin: 0 auto;
}

@media (min-width: 1000px) {
	.wrapper-panels {
		padding: 0 112px;
	}
}

[role="tabpanel"][aria-hidden="true"] {
	display: none;
}

.wide-two-columns {
	background: #ffffff;
	color: #ffffff;
}

.wide-two-columns .dark-background {
	background: #030b1c;
	border-radius: 20px;
	padding: 38px 29px;
}

@media (min-width: 767px) {
	.wide-two-columns .dark-background {
		padding: 50px;
		border-radius: 30px;
	}
}

@media (min-width: 1000px) {
	.wide-two-columns .dark-background {
		padding: 99px 112px 112px;
	}
}

.wide-two-columns h2 {
	margin-bottom: 24px;
}

@media (min-width: 767px) {
	.wide-two-columns h2 {
		margin-bottom: 45px;
	}
}

.wide-two-columns h2 span {
	color: #c29fff;
}

.wide-two-columns .lead-in-text {
	color: #c29fff;
	margin-bottom: 0;
}

@media (min-width: 767px) {
	.wide-two-columns .lead-in-text {
		margin-bottom: 10px;
	}
}

@media (min-width: 767px) {
	.wide-two-columns .two-columns-intro {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		margin-bottom: 63px;
	}
}

.wide-two-columns .two-columns-intro ul {
	margin-top: 40px;
	max-width: 603px;
}

@media (min-width: 767px) {
	.wide-two-columns .two-columns-intro ul {
		margin-top: 34px;
	}
}

@media (min-width: 1000px) {
	.wide-two-columns .two-columns-intro ul {
		margin-top: 45px;
	}
}

.wide-two-columns .two-columns-intro li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 7px;
	margin-bottom: 27px;
}

@media (min-width: 767px) {
	.wide-two-columns .two-columns-intro li {
		gap: 17px;
	}
}

.wide-two-columns .two-columns-intro li span {
	font-weight: 500;
}

@media (min-width: 1000px) {
	.wide-two-columns .two-columns-intro li span {
		font-size: 2rem;
	}
}

.wide-two-columns .two-columns-intro li img {
	width: 30px;
}

@media (min-width: 767px) {
	.wide-two-columns .two-columns-intro li img {
		width: auto;
		margin-top: 2px;
	}
}

.wide-two-columns .image-wrapper {
	border: 5px solid #aa78ff;
	border-radius: 20px;
	overflow: hidden;
}

.metrics {
	background: #ffffff;
	color: #46474e;
	padding: 60px 0 62px;
}

@media (min-width: 767px) {
	.metrics {
		padding: 130px 0 62px;
	}
}

@media (min-width: 1000px) {
	.metrics {
		padding: 130px 0 133px;
	}
}

.metrics .intro-style-1 {
	text-align: center;
	margin-bottom: 24px;
}

@media (min-width: 767px) {
	.metrics .intro-style-1 {
		margin-bottom: 62px;
	}
}

.metrics .dark-background {
	background: #030b1c;
	border-radius: 20px;
	padding: 38px 29px;
}

@media (min-width: 767px) {
	.metrics .dark-background {
		padding: 32px 57px;
		border-radius: 30px;
	}
}

@media (min-width: 1000px) {
	.metrics .dark-background {
		padding: 84px 112px;
	}
}

.metrics .dark-background .lead-in-text {
	color: #c29fff;
	margin: 0;
	font-size: 1.75rem;
	max-width: 85px;
	line-height: 1.2;
}

@media (min-width: 500px) {
	.metrics .dark-background .lead-in-text {
		max-width: 100%;
		line-height: 1.5;
	}
}

.metrics .metrics-wrapper {
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	color: #ffffff;
	column-gap: 20px;
	row-gap: 20px;
}

@media (min-width: 767px) {
	.metrics .metrics-wrapper {
		justify-content: center;
		row-gap: 50px;
	}
}

@media (min-width: 1360px) {
	.metrics .metrics-wrapper {
		justify-content: space-between;
	}
}

.metrics .metrics-wrapper .metric-outer {
	width: 45%;
}

@media (min-width: 767px) {
	.metrics .metrics-wrapper .metric-outer {
		width: 30%;
	}
}

@media (min-width: 1360px) {
	.metrics .metrics-wrapper .metric-outer {
		width: 188px;
	}
}

.metrics .metrics-wrapper .metric-inner {
	max-width: 188px;
	margin: 0 auto;
}

.metrics .metrics-wrapper .metric-number {
	font-family: "Lora", serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	margin: 0 0 11px;
	font-size: 4rem;
}

.metrics .metrics-wrapper .metric-number span {
	font-size: 2rem;
}

@media (min-width: 767px) {
	.metrics .metrics-wrapper .metric-number {
		font-size: 7rem;
	}
	.metrics .metrics-wrapper .metric-number span {
		font-size: 4rem;
	}
}

.metrics .metrics-wrapper p.bold {
	margin-bottom: 0;
	font-size: 1.4rem;
}

@media (min-width: 767px) {
	.metrics .metrics-wrapper p.bold {
		font-size: 1.75rem;
	}
}

.metrics .metrics-wrapper p {
	margin-bottom: 0;
}

@media (min-width: 1000px) {
	.metrics .metrics-wrapper p {
		font-size: 1.75rem;
	}
}

.cta {
	background-color: #e4ffca;
	background-image: url("images/cta-bg.png");
	background-size: cover;
	color: #000000;
	position: relative;
}

.cta .text {
	padding: 42px 0 49px;
}

@media (min-width: 1000px) {
	.cta .text {
		padding: 84px 118px 90px 0;
		width: 63%;
	}
}

.cta .text-no-image {
	padding: 42px 0 49px;
}

@media (min-width: 1000px) {
	.cta .text-no-image {
		padding: 84px 0 90px;
	}
}

.cta h2 {
	margin-bottom: 10px;
}

.cta p {
	margin-bottom: 34px;
	font-weight: 500;
}

@media (min-width: 1000px) {
	.cta p {
		margin-bottom: 42px;
	}
}

.cta .cta-image {
	display: none;
}

@media (min-width: 1000px) {
	.cta .cta-image {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40%;
	}
	.cta .cta-image img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		object-fit: cover;
	}
}

.page-template-template-form .site-header,
.page-template-template-form .site-footer {
	display: none;
}

.form-section {
	background: #030b1c;
	color: #ffffff;
}

.form-section .custom-logo-link {
	margin-bottom: 20px;
}

@media (min-width: 1000px) {
	.form-section .custom-logo-link {
		margin-bottom: 50px;
	}
}

.form-section .custom-logo-link:focus-visible {
	border-radius: 5px;
	outline-offset: 3px;
	outline: 2px solid #d8ffb4;
}

.wrapper-form {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}

.wrapper-form .site-home {
	display: block;
	margin-bottom: 49px;
}

.wrapper-form h1,
.wrapper-form .form-text {
	text-align: center;
	max-width: 729px;
}

.wrapper-form .h1-2 {
	margin-bottom: 27px;
}

.wrapper-form .form-text {
	margin-bottom: 27px;
}

@media (min-width: 1100px) {
	.wrapper-form .form-text {
		margin-bottom: 70px;
	}
}

.wrapper-form.success .form-text {
	margin-bottom: 92px;
}

.wrapper-form form {
	position: relative;
	width: 100%;
}

.wrapper-form input[type="email"] {
	appearance: none;
	background: #030b1c;
	color: #ffffff;
	border: 2px solid #aa78ff;
	height: 70px;
	padding: 0 26px;
	width: 100%;
	outline-offset: 3px;
	font-size: 2rem;
	border-radius: 8px;
}

@media (min-width: 767px) {
	.wrapper-form input[type="email"] {
		border-radius: 17px;
	}
}

.wrapper-form input[type="email"]:focus {
	outline: 2px solid #aa78ff;
}

.wrapper-form input[type="submit"] {
	height: 66px;
	width: 100%;
	background: linear-gradient(95deg, #aa78ff 4.02%, #664899 101.68%);
	color: #000000;
	outline-offset: 4px;
	margin-top: 8px;
	transition: all 0.3s ease;
}

@media (min-width: 767px) {
	.wrapper-form input[type="submit"] {
		width: auto;
		border-top-right-radius: 17px;
		border-bottom-right-radius: 17px;
		position: absolute;
		right: 1px;
		top: 2px;
		margin-top: 0px;
	}
}

.wrapper-form input[type="submit"]:hover, .wrapper-form input[type="submit"]:focus {
	background: linear-gradient(95deg, #e4ffca 4.02%, #bffb87 101.68%);
}

.wrapper-form input[type="submit"]:focus {
	outline: 2px solid #aa78ff;
}

.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect)
.chosen-container-multi:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-search
input[type="text"]:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-single:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
.gform-theme-field-control:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
select:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
select[multiple]:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
textarea:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #030b1c;
	block-size: 70px;
	border-block-end: 2px solid #aa78ff;
	border-block-start: 2px solid #aa78ff;
	border-inline-end: 2px solid #aa78ff;
	border-inline-start: 2px solid #aa78ff;
	border-radius: 8px;
	box-shadow: none;
	color: #ffffff;
	display: block;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	margin-block: 0;
}

@media (min-width: 767px) {
	.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect)
.chosen-container-multi:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-search
input[type="text"]:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-single:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
.gform-theme-field-control:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
select:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
select[multiple]:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
textarea:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
) {
		border-radius: 17px;
	}
}

@media (min-width: 1000px) {
	.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect)
.chosen-container-multi:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-search
input[type="text"]:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-single:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
.gform-theme-field-control:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
select:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
select[multiple]:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework
textarea:where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
) {
		font-size: 2rem;
	}
}

.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect)
.chosen-container-multi:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
)::placeholder,
.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-search
input[type="text"]:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
)::placeholder,
.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-single:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
)::placeholder,
.wp-theme-gander .gform-theme--framework
.gform-theme-field-control:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
)::placeholder,
.wp-theme-gander .gform-theme--framework
input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
)::placeholder,
.wp-theme-gander .gform-theme--framework
select:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
)::placeholder,
.wp-theme-gander .gform-theme--framework
select[multiple]:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
)::placeholder,
.wp-theme-gander .gform-theme--framework
textarea:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
)::placeholder {
	opacity: 0.6;
}

.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]).button:where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]):where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input[type="submit"].button.gform_button:where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	block-size: 70px;
	border-radius: 8px;
	top: 0;
	right: 0;
	box-shadow: none;
	color: #000000;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	margin-block: 0;
	border: 2px solid #aa78ff;
	outline-offset: 3px;
	text-decoration: none;
	font-weight: 500;
	border-radius: 8px;
	padding: 14px 20px;
	transition: all 0.3s ease;
	width: 100%;
}

@media (min-width: 767px) {
	.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]).button:where(
	:not(.gform-theme-no-framework)
):where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]):where(
	:not(.gform-theme-no-framework)
):where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input[type="submit"].button.gform_button:where(
	:not(.gform-theme-no-framework)
):where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
) {
		border-radius: 10px;
		padding: 20px 30px;
		font-size: 1.6rem;
		border-top-right-radius: 17px;
		border-bottom-right-radius: 17px;
		width: auto;
	}
}

@media (min-width: 1000px) {
	.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]).button:where(
	:not(.gform-theme-no-framework)
):where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]):where(
	:not(.gform-theme-no-framework)
):where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
	.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input[type="submit"].button.gform_button:where(
	:not(.gform-theme-no-framework)
):where(
	:not(.gform-theme__disable):not(.gform-theme__disable *):not(
	.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
) {
		font-size: 2rem;
	}
}

.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]).button:where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
):hover, .wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]).button:where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
):focus,
.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]):where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
):hover,
.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]):where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
):focus,
.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input[type="submit"].button.gform_button:where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
):hover,
.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input[type="submit"].button.gform_button:where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
):focus {
	background: linear-gradient(95deg, #e4ffca 4.02%, #bffb87 101.68%);
	border: 2px solid #bffb87;
}

.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]).button:where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
):focus,
.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]):where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
):focus,
.wp-theme-gander .gform-theme--framework.gform-theme.gform_wrapper
input[type="submit"].button.gform_button:where(
:not(.gform-theme-no-framework)
):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
):focus {
	outline: 2px solid #aa78ff;
}

.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect)
.chosen-container-multi:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-search
input[type="text"]:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
.gfield:where(.gfield--type-select, .gfield--input-type-select)
.chosen-single:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
.gform-theme-field-control:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
select:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
select[multiple]:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
),
.wp-theme-gander .gform-theme--framework
textarea:where(
:not(.gform-theme__disable):not(.gform-theme__disable *):not(
.gform-theme__disable-framework
):not(.gform-theme__disable-framework *)
) {
	padding: 0 26px;
}

.wp-theme-gander .gform-theme.gform-theme--framework.gform_wrapper
.button:where(
:not(.gform-theme-no-framework):not(.gform-theme__disable):not(
.gform-theme__disable *
):not(.gform-theme__disable-framework):not(
.gform-theme__disable-framework *
)
):hover,
.wp-theme-gander .gform-theme.gform-theme--framework.gform_wrapper
.gform-theme-button:where(
:not(.gform-theme-no-framework):not(.gform-theme__disable):not(
.gform-theme__disable *
):not(.gform-theme__disable-framework):not(
.gform-theme__disable-framework *
)
):hover,
.wp-theme-gander .gform-theme.gform-theme--framework.gform_wrapper
:where(:not(.mce-splitbtn))
> button:not([id*="mceu_"]):not(.mce-open):where(
:not(.gform-theme-no-framework):not(.gform-theme__disable):not(
.gform-theme__disable *
):not(.gform-theme__disable-framework):not(
.gform-theme__disable-framework *
)
):hover,
.wp-theme-gander .gform-theme.gform-theme--framework.gform_wrapper
button.button:where(
:not(.gform-theme-no-framework):not(.gform-theme__disable):not(
.gform-theme__disable *
):not(.gform-theme__disable-framework):not(
.gform-theme__disable-framework *
)
):hover,
.wp-theme-gander .gform-theme.gform-theme--framework.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]).button:where(
:not(.gform-theme-no-framework):not(.gform-theme__disable):not(
.gform-theme__disable *
):not(.gform-theme__disable-framework):not(
.gform-theme__disable-framework *
)
):hover,
.wp-theme-gander .gform-theme.gform-theme--framework.gform_wrapper
input:is([type="submit"], [type="button"], [type="reset"]):where(
:not(.gform-theme-no-framework):not(.gform-theme__disable):not(
.gform-theme__disable *
):not(.gform-theme__disable-framework):not(
.gform-theme__disable-framework *
)
):hover,
.wp-theme-gander .gform-theme.gform-theme--framework.gform_wrapper
input[type="submit"].button.gform_button:where(
:not(.gform-theme-no-framework):not(.gform-theme__disable):not(
.gform-theme__disable *
):not(.gform-theme__disable-framework):not(
.gform-theme__disable-framework *
)
):hover {
	--gf-local-bg-color: $purple-mid;
	background-color: #aa78ff;
}

.wp-theme-gander .gform_wrapper {
	width: 100%;
}

@media (min-width: 767px) {
	.wp-theme-gander .gform_wrapper {
		width: 658px;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	background: #030b1c;
	padding: 10px 10px 10px 18px;
	height: 60px;
	z-index: 100;
}

@media (min-width: 1100px) {
	.site-header {
		padding: 35px 54px;
		height: auto;
	}
}

@media (min-width: 1100px) {
	.site-header ul {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}

.site-header .header-left {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media (min-width: 1100px) {
	.site-header .main-nav-desktop {
		gap: 8px;
	}
}

@media (min-width: 1200px) {
	.site-header .main-nav-desktop {
		gap: 42px;
	}
}

.site-header .main-nav-desktop a {
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}

@media (min-width: 1100px) {
	.site-header .main-nav-desktop a {
		padding: 8px 15px;
		border-radius: 8px;
	}
	.site-header .main-nav-desktop a:hover {
		color: #decbff;
		background: #1d1d23;
	}
}

.site-header .main-nav-desktop .current-menu-item a {
	color: #decbff;
	background: #1d1d23;
}

.site-header .custom-logo-link {
	width: 100px;
	display: block;
}

@media (min-width: 1100px) {
	.site-header .custom-logo-link {
		width: inherit;
		margin-right: 42px;
		position: relative;
		bottom: 4px;
	}
}

.site-header .custom-logo-link:focus-visible {
	outline: 2px solid #bffb87;
}

.site-header .utility-menu {
	gap: 12px;
	display: none;
}

@media (min-width: 1100px) {
	.site-header .utility-menu {
		display: flex;
	}
}

.site-header .nav-desktop {
	display: none;
}

@media (min-width: 1100px) {
	.site-header .nav-desktop {
		display: block;
	}
}

@media (min-width: 1100px) {
	.site-header .nav-mobile {
		display: none;
	}
}

.site-header .nav-mobile-wrapper {
	transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 80ms, height 0.32s cubic-bezier(0.4, 0, 0.6, 1) 180ms, visibility 1s step-start 0ms;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 29px 10px calc(148px + env(safe-area-inset-bottom));
	background: #030b1c;
	overflow: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	pointer-events: all;
	min-height: calc(100vh - (60px));
	visibility: visible;
	opacity: 1;
}

.site-header .nav-mobile-wrapper[aria-hidden="true"] {
	transition: opacity 1s cubic-bezier(0.4, 0, 0.6, 1) 80ms, height 0.32s cubic-bezier(0.4, 0, 0.6, 1) 180ms, visibility 1s step-start 1s;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	height: 0;
}

.site-header .nav-mobile-wrapper[aria-hidden="true"] a {
	opacity: 0;
}

.site-header .nav-mobile-wrapper a {
	transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1) 400ms;
	text-decoration: none;
	font-weight: 600;
	display: block;
	padding: 20px 8px;
	border-radius: 4px;
	opacity: 1;
}

.site-header .main-nav-mobile {
	margin-bottom: 40px;
}

.site-header .main-nav-mobile li:nth-child(1) a {
	transition-delay: 400ms;
}

.site-header .main-nav-mobile li:nth-child(2) a {
	transition-delay: 450ms;
}

.site-header .main-nav-mobile li:nth-child(3) a {
	transition-delay: 500ms;
}

.site-header .main-nav-mobile li:nth-child(4) a {
	transition-delay: 550ms;
}

.site-header .main-nav-mobile li:nth-child(5) a {
	transition-delay: 600ms;
}

.site-header .main-nav-mobile li:nth-child(6) a {
	transition-delay: 650ms;
}

.site-header .main-nav-mobile li:nth-child(7) a {
	transition-delay: 700ms;
}

.site-header .main-nav-mobile a {
	color: #ffffff;
	font-size: 2rem;
}

.site-header .main-nav-mobile a:hover {
	background: rgba(255, 255, 255, 0.3);
}

.site-header .utility-menu-mobile li {
	margin-bottom: 16px;
}

.site-header .utility-menu-mobile li:nth-child(1) a {
	transition-delay: 700ms;
}

.site-header .utility-menu-mobile li:nth-child(2) a {
	transition-delay: 750ms;
}

.site-header .utility-menu-mobile a {
	font-size: 1.6rem;
	text-align: center;
}

.site-header .button-mobile-nav {
	position: absolute;
	right: 10px;
	top: 10px;
	appearance: none;
	border: none;
	border-radius: 0;
	background: #030b1c;
	padding: 0;
}

.site-header .button-mobile-nav[aria-expanded="false"] .close {
	display: none;
}

.site-header .button-mobile-nav[aria-expanded="true"] .open {
	display: none;
}

.site-header .button-mobile-nav:focus-visible {
	outline: 2px solid #d8ffb4;
}

.site-header .button-dark-li a {
	color: #bffb87;
	border: 1px solid #bffb87;
}

@media (min-width: 1000px) {
	.site-header .button-dark-li a {
		border: none;
	}
}

.site-header .button-dark-li a:hover {
	background: #1d1d23;
	color: #bffb87;
}

.site-header .button-dark-li a:focus {
	outline: none;
	background: #1d1d23;
	color: #bffb87;
}

.site-header .button-dark-li a:focus-visible {
	outline: 2px solid #d8ffb4;
}

.single-post .resources-nav-item a,
.category .resources-nav-item a {
	color: #decbff;
	background: #1d1d23;
}

.site-footer {
	padding: 55px 0px 65px;
	background: #030b1c;
	color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
	.site-footer {
		padding: 92px 0 69px;
	}
}

.site-footer .footer-logo {
	margin-bottom: 27px;
}

@media (min-width: 1200px) {
	.site-footer .footer-logo {
		margin-bottom: 0;
	}
}

.site-footer .footer-rating {
	margin-bottom: 13px;
}

@media (min-width: 1200px) {
	.site-footer .footer-rating {
		margin-bottom: 0;
	}
}

.site-footer .footer-group {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.site-footer .footer-group {
		margin-top: 0;
	}
}

.site-footer .footer-row {
	display: grid;
	grid-column-gap: 20px;
	margin-bottom: 33px;
}

@media (min-width: 1200px) {
	.site-footer .footer-row {
		grid-template-columns: repeat(5, 1fr);
		grid-column-gap: 68px;
		margin-bottom: 47px;
	}
}

.site-footer h3 {
	font-size: 1.8rem;
	font-weight: 500;
	color: #bffb87;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 1200px) {
	.site-footer h3 {
		margin-bottom: 30px;
	}
}

.site-footer a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 8px;
	line-height: 2;
	display: inline-block;
	font-weight: 500;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer a:focus-visible {
	outline: 2px solid #bffb87;
}

.site-footer .footer-privacy {
	flex-direction: column;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 16px;
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.site-footer .footer-privacy {
		flex-direction: row;
		margin-top: 64px;
	}
}

.site-footer .footer-privacy a {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.8);
}

.no-scroll {
	overflow: hidden;
	height: 100vh;
}

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

.post,
.page {
	margin: 0;
}

.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;
}

.blog-style main {
	padding-top: 60px;
	background: #030b1c;
	color: #ffffff;
}

@media (min-width: 1100px) {
	.blog-style main {
		padding-top: 118px;
	}
}

.wrapper-blog {
	width: 1416px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media (min-width: 1100px) {
	.wrapper-blog {
		padding: 0 112px;
	}
}

.blog-header {
	padding-top: 36px;
	text-align: center;
}

@media (min-width: 1000px) {
	.blog-header {
		padding-top: 60px;
		text-align: left;
	}
}

.blog-header .lead-in-text {
	color: #c29fff;
}

.blog-header p {
	margin-bottom: 0;
}

.breadcrumbs {
	margin-bottom: 8px;
}

@media (min-width: 1000px) {
	.breadcrumbs {
		margin-bottom: 10px;
	}
}

.breadcrumbs ul {
	display: flex;
	justify-content: center;
	gap: 5px;
}

@media (min-width: 1000px) {
	.breadcrumbs ul {
		justify-content: flex-start;
	}
}

.breadcrumbs li,
.breadcrumbs a {
	color: #c29fff;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.wrapper-cards {
	width: 1415px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

@media (min-width: 1000px) {
	.wrapper-cards {
		padding: 0 112px;
	}
}

.landing-cards .wrapper-medium {
	padding: 0;
	overflow: hidden;
}

@media (min-width: 1000px) {
	.landing-cards .wrapper-medium {
		padding: 0 112px;
	}
}

.landing-cards .categories {
	padding-bottom: 20px;
	overflow: auto;
	/* Ensures content remains scrollable */
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.landing-cards .categories::-webkit-scrollbar {
	display: none;
	/* For Chrome, Safari, and Opera */
}

.landing-cards .categories li:first-child {
	margin-left: 20px;
}

@media (min-width: 1000px) {
	.landing-cards .categories li:first-child {
		margin-left: 0;
	}
}

.landing-cards .categories li:last-child {
	margin-right: 20px;
}

@media (min-width: 1000px) {
	.landing-cards .categories li:last-child {
		margin-right: 0;
	}
}

@media (min-width: 1000px) {
	.landing-cards .categories {
		padding-bottom: 0px;
	}
}

.blog-cards-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 30px;
	padding-bottom: 141px;
}

@media (min-width: 1000px) {
	.blog-cards-list {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 60px;
		grid-row-gap: 68px;
		padding-bottom: 240px;
	}
}

.blog-cards-image {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	width: calc(100% + 40px);
	margin-left: -20px;
}

@media (min-width: 767px) {
	.blog-cards-image {
		grid-template-columns: repeat(3, 1fr);
		gap: 38px;
	}
}

.card {
	padding: 18px;
	border-radius: 20px;
	text-decoration: none;
	display: block;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 1000px) {
	.card {
		padding: 26px 24px;
	}
}

.card .entry-meta {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.card .card-title {
	margin-bottom: 18px;
}

@media (min-width: 1000px) {
	.card .card-title {
		margin-bottom: 20px;
	}
}

.card-category,
.card-title,
.card-excerpt {
	display: block;
}

.card-excerpt {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 18px;
}

@media (min-width: 1000px) {
	.card-excerpt {
		margin-bottom: 20px;
		font-size: 1.7rem;
	}
}

.blog-post-card {
	background: #030b1c;
	color: #bdbdbd;
}

.blog-post-card:active, .blog-post-card:visited {
	color: #bdbdbd;
}

.blog-post-card:hover {
	background: #1d1d23;
	color: #bdbdbd;
}

.blog-post-card .card-author {
	color: #ffffff;
}

.blog-post-card .card-category {
	color: #beb4cf;
}

.blog-post-card .card-title {
	color: #ffffff;
}

.post-author a,
.post-author a:active,
.post-author a:visited {
	color: #ffffff;
	text-decoration: none;
}

.post-author a:hover,
.post-author a:active:hover,
.post-author a:visited:hover {
	text-decoration: underline;
}

.bio {
	padding-top: 70px;
}

.bio h3 a,
h3 a .bio:active,
h3 a .bio:visited {
	color: #3c3c3c;
}

.bio h3 a:hover {
	text-decoration: none;
}

@media (min-width: 1000px) {
	.bio p {
		font-size: 1.6rem;
	}
}

.blog-post-card-image {
	background: #ffffff;
	color: #081d36;
}

.blog-post-card-image:active, .blog-post-card-image:visited {
	color: #081d36;
}

.blog-post-card-image:hover {
	background: #decbff;
	color: #081d36;
}

.blog-post-card-image .card-excerpt {
	color: #3c3c3c;
}

.blog-post-card-image .card-title {
	color: #000000;
}

.blog-post-card-image img,
.blog-post-card-image .img-placeholder {
	border-radius: 5px;
	margin-bottom: 22px;
	display: block;
}

.blog-post-card-image .img-placeholder {
	width: 100%;
	aspect-ratio: 1 / 0.65;
	background: #030b1c;
}

.other-articles {
	padding: 0 0 56px;
	background: #ffffff;
	color: #081d36;
}

@media (min-width: 767px) {
	.other-articles {
		background: #f5f5f5;
		padding: 84px 0 100px;
	}
}

.other-articles h2 {
	margin-bottom: 20px;
}

@media (min-width: 7670px) {
	.other-articles h2 {
		margin-bottom: 36px;
	}
}

.categories {
	margin-top: 47px;
	margin-bottom: 39px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 13px;
}

@media (min-width: 1000px) {
	.categories {
		margin-top: 120px;
		margin-bottom: 55px;
	}
}

.categories li > span,
.categories .cat-item a {
	padding: 6px 14px;
	display: block;
	color: #beb4cf;
	border: 1px solid #beb4cf;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
}

.categories li > span:hover, .categories li > span:focus,
.categories .cat-item a:hover,
.categories .cat-item a:focus {
	background: #beb4cf;
	color: #030b1c;
}

.categories .current-cat a,
.categories .current-cat span {
	background: #beb4cf;
	color: #030b1c;
}

.type-post .blog-header {
	padding-bottom: 28px;
}

@media (min-width: 1000px) {
	.type-post .blog-header {
		padding-bottom: 60px;
	}
}

.type-post .blog-header .featured-image img {
	margin-top: 32px;
	width: 100%;
	border-radius: 10px;
}

@media (min-width: 1000px) {
	.type-post .blog-header .featured-image img {
		margin-top: 60px;
		border-radius: 20px;
	}
}

.type-post .entry-meta {
	display: flex;
	gap: 5px;
	justify-content: center;
}

@media (min-width: 1000px) {
	.type-post .entry-meta {
		justify-content: flex-start;
		font-weight: 500;
		gap: 10px;
	}
}

.type-post .entry-meta p {
	margin-bottom: 0;
}

@media (min-width: 1000px) {
	.type-post .entry-meta p {
		font-size: 1.6rem;
	}
}

.type-post .entry-meta a {
	text-decoration: underline;
}

.type-post .entry-meta a:hover {
	text-decoration: none;
}

.type-post .dot {
	position: relative;
	bottom: 4px;
}

.type-post .entry-content {
	background: #ffffff;
	color: #3c3c3c;
	margin: 0;
}

.blog-content-wrapper {
	padding: 36px 0 106px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 138px;
	position: relative;
}

@media (min-width: 1000px) {
	.blog-content-wrapper {
		padding: 70px 0 90px;
	}
}

.blog-content-wrapper .column-left {
	font-size: 1.7rem;
}

@media (min-width: 1000px) {
	.blog-content-wrapper .column-left {
		font-size: 2rem;
	}
}

.blog-content-wrapper .column-left p {
	line-height: 1.7;
}

.blog-content-wrapper .column-left p a,
.blog-content-wrapper .column-left li a {
	color: #854aeb;
	text-decoration: underline;
}

.blog-content-wrapper .column-left p a:hover,
.blog-content-wrapper .column-left li a:hover {
	color: #450ea3;
	text-decoration: none;
}

.blog-content-wrapper .column-left .h2 {
	margin: 30px 0;
}

.blog-content-wrapper .column-left .wp-block-list {
	padding: 0;
	margin: 0px 0 20px 30px;
}

@media (min-width: 1000px) {
	.blog-content-wrapper .column-left .wp-block-list {
		margin: 20px 0 20px 45px;
	}
}

.blog-content-wrapper .column-left .wp-block-list ::marker {
	color: #854aeb;
	font-weight: bold;
}

.blog-content-wrapper .column-left .wp-block-list li {
	padding-left: 5px;
}

.blog-content-wrapper .column-left .wp-block-list li:not(:last-child) {
	margin-bottom: 20px;
}

.blog-content-wrapper .column-left .wp-block-image {
	margin: 40px 0;
}

@media (min-width: 1000px) {
	.blog-content-wrapper .column-left .wp-block-image {
		margin: 60px 0;
	}
}

.blog-content-wrapper .column-left img {
	border-radius: 10px;
}

@media (min-width: 1000px) {
	.blog-content-wrapper .column-left img {
		border-radius: 20px;
	}
}

.blog-content-wrapper .column-left h3 {
	font-size: 2rem;
	font-family: "Lora", serif;
}

@media (min-width: 1000px) {
	.blog-content-wrapper .column-left h3 {
		font-size: 2.8rem;
	}
}

.blog-content-wrapper .column-left .wp-block-quote {
	border-left: 2px solid #854aeb;
	margin: 0;
	padding: 0 0 0 34px;
}

.blog-content-wrapper .column-right {
	display: none;
	min-width: 290px;
	width: 290px;
	position: sticky;
	top: 160px;
}

@media (min-width: 1000px) {
	.blog-content-wrapper .column-right {
		display: block;
	}
}

.anchor-nav {
	display: none;
}

@media (min-width: 1000px) {
	.anchor-nav {
		display: block;
	}
}

.anchor-nav a {
	color: #767676;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 16px;
	display: block;
}

.anchor-nav a:hover, .anchor-nav a.active {
	color: #081d36;
	font-weight: 600;
}

.page-template-template-pricing main {
	padding-top: 60px;
	background: #030b1c;
	color: #ffffff;
}

@media (min-width: 1100px) {
	.page-template-template-pricing main {
		padding-top: 118px;
	}
}

.pricing-header {
	padding: 76px 0 24px;
}

@media (min-width: 1200px) {
	.pricing-header {
		padding: 103px 0 60px;
	}
}

.pricing-header h1 {
	text-align: center;
	margin-bottom: 22px;
}

@media (min-width: 1200px) {
	.pricing-header h1 {
		text-align: left;
	}
}

.pricing-header .intro-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	grid-column-gap: 60px;
	grid-row-gap: 48px;
	margin-bottom: 42px;
}

@media (min-width: 1200px) {
	.pricing-header .intro-row {
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 79px;
	}
}

.pricing-header .intro-row p {
	max-width: 657px;
	margin-bottom: 0;
	text-align: center;
}

@media (min-width: 1200px) {
	.pricing-header .intro-row p {
		text-align: left;
	}
}

.plans {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 38px;
	grid-row-gap: 24px;
}

@media (min-width: 1200px) {
	.plans {
		grid-template-columns: repeat(3, 33%);
	}
}

.plans h2 {
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.5;
}

@media (min-width: 1200px) {
	.plans h2 {
		font-size: 3.2rem;
	}
}

.plans .plan {
	background: #ffffff;
	color: #3c3c3c;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 21px;
}

@media (min-width: 1200px) {
	.plans .plan {
		padding: 28px 26px 26px;
	}
}

.plans h2,
.plans .rate {
	color: #000000;
}

.plans .rate {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.8px;
}

.plans h3 {
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.16px;
	margin-bottom: 14px;
}

.plans ul {
	margin-bottom: 30px;
}

@media (min-width: 1200px) {
	.plans ul {
		margin-bottom: 52px;
	}
}

.plans li {
	font-weight: 500;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.plans li:not(:last-child) {
	margin-bottom: 10px;
}

.plan-header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 18px;
	margin-bottom: 13px;
}

@media (min-width: 1200px) {
	.plan-header {
		margin-bottom: 18px;
		gap: 9px;
	}
}

@media (min-width: 1300px) {
	.plan-header {
		gap: 18px;
	}
}

.capsule {
	background: #d8ffb4;
	color: #151d48;
	border-radius: 100px;
	display: block;
	padding: 4px 10px 5px;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.26px;
}

.grey-text {
	color: #898989;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -0.32px;
}

.yearly,
.monthly {
	line-height: 1;
	margin-bottom: 22px;
}

.is-annual .monthly {
	display: none;
}

.is-monthly .yearly {
	display: none;
}

.toggle {
	background: #dedede;
	padding: 5px;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 10px;
}

.toggle button {
	appearance: none;
	border: none;
	padding: 5px 12px;
	border-radius: 10px;
	background: #dedede;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: -0.3px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.toggle button span {
	background: #854aeb;
	padding: 2px 10px;
	color: #ffffff;
	border-radius: 100px;
}

.toggle button.current {
	background: #ffffff;
}

.toggle-lower {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 7px;
	column-gap: 19px;
}

@media (min-width: 1300px) {
	.toggle-lower {
		width: 100%;
		justify-content: flex-start;
	}
}

.savings-text {
	font-size: 1.4rem;
	color: #3c3c3c;
	font-weight: 500;
}

.plan-p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.16px;
	margin-bottom: 30px;
}

.compare,
.faqs {
	background: #ffffff;
	color: #000000;
}

.compare {
	padding: 60px 0;
}

@media (min-width: 1200px) {
	.compare {
		padding: 100px 0 128px;
	}
}

.pricing-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.pricing-wrapper img {
	display: block;
	margin: 0 auto;
}

.pricing-wrapper.mobile-pricing-row {
	align-items: stretch;
	padding: 0;
}

.pricing-content .pricing-wrapper {
	align-items: center;
	gap: 15px;
}

.pricing-content .pricing-left {
	width: calc(46% - 30px);
}

.pricing-row {
	padding: 10px 0;
	border-bottom: 1px solid #d0d0d0;
}

.pricing-left {
	width: 46%;
}

.pricing-right {
	width: 54%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pricing-right > div {
	width: 163px;
}

.pricing-header-fixed-desktop {
	border-bottom: 1px solid #030b1c;
	background: #ffffff;
	padding: 20px 0 30px;
	position: sticky;
	top: 118px;
}

.pricing-header-fixed-desktop h2 {
	margin-bottom: 78px;
}

.pricing-header-fixed-desktop h3 {
	font-family: "Poppins", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 17px;
}

.pricing-header-fixed-desktop p {
	font-weight: 500;
	margin-bottom: 20px;
}

.pricing-header-fixed-desktop .rate {
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.6px;
}

.pricing-header-fixed-desktop .pricing-left {
	padding-right: 30px;
	height: 100%;
}

.pricing-header-fixed-desktop .pricing-right {
	padding-top: 15px;
}

.group-heading {
	font-family: "Poppins", sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.77;
	padding: 34px 0px 11px;
	margin: 0;
	border-bottom: 1px solid #d0d0d0;
}

.feature-heading {
	font-family: "Poppins", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	margin: 0;
}

.status-text {
	font-size: 1.5rem;
	line-height: 2.13;
	text-align: center;
	margin: 0;
}

.compare-desktop {
	display: none;
}

@media (min-width: 1200px) {
	.compare-desktop {
		display: block;
	}
}

@media (min-width: 1200px) {
	.compare-mobile {
		display: none;
	}
}

.compare-mobile .buttons {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 9px;
	padding: 10px 0;
	border-bottom: 1px solid #030b1c;
}

.compare-mobile .buttons button {
	flex-grow: 1;
	border-radius: 8px;
	appearance: none;
	color: #3c3c3c;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	padding: 12px 14px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	cursor: pointer;
}

@media (min-width: 500px) {
	.compare-mobile .buttons button {
		flex-grow: 1;
	}
}

.compare-mobile .buttons button.selected, .compare-mobile .buttons button:hover {
	background: #d8ffb4;
	border: 1px solid #bffb87;
}

.sticky-container {
	position: relative;
}

.sticky-container .buttons {
	background: #ffffff;
	position: sticky;
	top: 60px;
}

@media (min-width: 1100px) {
	.sticky-container .buttons {
		top: 118px;
	}
}

.mobile-content {
	display: none;
}

.mobile-content.content-selected {
	display: block;
}

.pricing-left-mobile {
	width: 66%;
	padding: 10px 10px 10px 0;
}

@media (min-width: 500px) {
	.pricing-left-mobile {
		width: 50%;
	}
}

.pricing-right-mobile {
	width: 33%;
	border-left: 1px solid #d0d0d0;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 500px) {
	.pricing-right-mobile {
		width: 50%;
		padding: 10px;
	}
}

.faqs {
	padding-bottom: 60px;
}

.faqs h2 {
	line-height: 1.5;
	margin-bottom: 25px;
}

.faqs .pricing-wrapper {
	flex-direction: column;
}

@media (min-width: 1200px) {
	.faqs .pricing-wrapper {
		flex-direction: row;
	}
}

.faqs .pricing-right,
.faqs .pricing-left {
	width: 100%;
}

@media (min-width: 1200px) {
	.faqs {
		padding-bottom: 132px;
	}
	.faqs .pricing-left {
		width: 46%;
	}
	.faqs .pricing-right {
		width: 54%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.faqs .pricing-right > div {
		width: 163px;
	}
}

.faqs .pricing-right {
	margin-top: -23px;
}

.pricing-right .entry-header {
	display: none;
}

.pricing-right .entry-content {
	margin: 0;
}

.wp-block-sim-group-accordion {
	margin: 0;
}

.wp-block-sim-accordion .accordion-wrapper {
	border: 0;
	border-bottom: 2px solid #beb4cf;
	margin: 0;
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head {
	background-color: #ffffff;
	color: #000000;
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .sim__accordion_title {
	font-size: 2rem;
	font-family: "Lora", serif;
	font-weight: 500;
	color: #000000;
}

@media (min-width: 1000px) {
	.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .sim__accordion_title {
		font-size: 2.8rem;
	}
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .accordion-toggle {
	padding: 20px 0;
	appearance: none;
	border: 0;
}

@media (min-width: 1200px) {
	.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .accordion-toggle {
		padding: 30px 0px;
	}
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .accordion-toggle:hover .dashicons:before {
	color: #001f44;
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .sim__accordion_icon {
	color: #001f44;
	width: 25px;
	height: 25px;
	border-radius: 0;
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .dashicons {
	width: auto;
	height: auto;
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .sim__icon.dashicons {
	font-size: 2rem;
}

@media (min-width: 1200px) {
	.wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .sim__icon.dashicons {
		font-size: 3rem;
	}
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-body ul,
.wp-block-sim-accordion .accordion-wrapper .sim__accordion-body ol {
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-left: 30px;
	margin-bottom: 0;
}

@media (min-width: 1200px) {
	.wp-block-sim-accordion .accordion-wrapper .sim__accordion-body ul,
	.wp-block-sim-accordion .accordion-wrapper .sim__accordion-body ol {
		font-size: 2rem;
	}
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-body p {
	font-size: 1.5rem;
	margin-bottom: 6px;
}

@media (min-width: 1200px) {
	.wp-block-sim-accordion .accordion-wrapper .sim__accordion-body p {
		font-size: 2rem;
	}
}

.wp-block-sim-accordion .accordion-wrapper .sim__accordion-body .sim__accordion-padding {
	border-top: 0;
	padding: 0 0 30px 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
body .gform_wrapper.gravity-theme {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

body .gform_wrapper.gravity-theme .gf_progressbar_wrapper {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

body .gform_wrapper.gravity-theme .gf_progressbar_title {
	font-size: 1rem;
	font-weight: 400;
	font-family: sans-serif;
	line-height: 1;
	color: #aa78ff;
	margin-bottom: 0.5rem;
}

body .gform_wrapper.gravity-theme .gf_progressbar {
	background-color: #aa78ff !important;
	height: 1rem !important;
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	margin-bottom: 0 !important;
}

body .gform_wrapper.gravity-theme .gf_progressbar_percentage {
	background-color: green !important;
	border-top-left-radius: 0.5rem !important;
	border-top-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	height: 100% !important;
}

body .gform_wrapper.gravity-theme .gf_progressbar_percentage span {
	font-size: 1rem !important;
	font-weight: 400 !important;
	font-family: sans-serif !important;
	line-height: 1 !important;
	color: #aa78ff !important;
	margin-right: 0.5rem !important;
}

body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
	margin-top: 0.5rem;
	margin-bottom: 0;
}

body .gform_wrapper.gravity-theme .gform_fields {
	row-gap: 1rem;
	column-gap: 1rem;
}

@media (max-width: 640px) {
	body .gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 0;
	}
}

body .ginput_container_textarea textarea {
	display: block;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 0;
	position: relative;
	width: 100%;
}

body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	color: red;
}

body .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
	display: none;
}

body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
	background: none;
	border: 0;
}

body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme [aria-invalid="true"] + label,
body .gform_wrapper.gravity-theme label + [aria-invalid="true"] {
	color: red;
}

body .gform_wrapper.gravity-theme .validation_message {
	color: red;
}

body .gform_wrapper.gravity-theme .gfield_description + .validation_message {
	margin-top: 0.5rem;
}

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
	border-top: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 1px solid red;
	background-color: white;
	color: red;
}

body .gform_wrapper.gravity-theme .gsection_title {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

body .gform_wrapper.gravity-theme .gsection_description {
	margin-bottom: 1rem;
}

body .gf_progressbar_wrapper {
	margin-top: 2rem;
	margin-block-end: 3rem !important;
}

body .gform-theme--framework .gf_progressbar {
	border-radius: 0;
}

body .gform-theme--framework .gf_progressbar_title {
	font-family: "Lora", serif;
	font-size: 1.25rem;
	font-weight: 500;
	color: #000;
}

body .gform-theme--framework .gf_progressbar .percentbar_blue {
	border-radius: 0;
}

body .gfield p {
	font-size: 1rem;
}

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

.screen-reader-text:focus {
	background-color: #bffb87;
	border-radius: 8px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #000000;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	height: auto;
	left: 5px;
	line-height: normal;
	border-radius: 8px;
	padding: 14px 20px;
	text-decoration: none;
	top: 128px;
	width: auto;
	z-index: 100000;
}

@media (min-width: 767px) {
	.screen-reader-text:focus {
		border-radius: 10px;
		padding: 20px 30px;
	}
}

.screen-reader-text:focus-visible {
	outline: 2px solid #bffb87;
}

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

/*# sourceMappingURL=style.css.map */