/*!
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-display: swap;
  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;
  font-display: swap;
}

.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,
h2 {
  font-size: 2.5rem;
}

@media (min-width: 1000px) {
  .h2,
  h2 {
    font-size: 4rem;
  }
}
.h3,
h3 {
  font-size: 2rem;
  font-family: "Lora", serif;
  font-display: swap;
}

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

@media (min-width: 1000px) {
  .h4,
  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;
  font-display: swap;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border-radius: 10px;
}

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;
  scrollbar-gutter: stable;
}
@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,
.wp-block-button__link {
  appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: 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,
.wp-block-button__link {
  border-radius: 8px;
  padding: 14px 20px;
}
@media (min-width: 1000px) {
  .button-large,
  .button-large-li a,
  .wp-block-button__link {
    border-radius: 10px;
    padding: 20px 30px;
    font-size: 2rem;
  }
}

.button-pricing-large {
  width: 100%;
  padding: 13px 0;
  border-radius: 6px;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .button-pricing-large {
    font-size: 2rem;
  }
}

.button-pricing-small {
  padding: 8px 0px;
  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,
.wp-block-button__link,
.wp-block-button__link:visited,
.wp-block-button__link: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,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:visited:hover,
.wp-block-button__link:visited:focus,
.wp-block-button__link:active:hover,
.wp-block-button__link: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,
.wp-block-button__link:focus,
.wp-block-button__link:visited:focus,
.wp-block-button__link: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,
.wp-block-button__link:focus-visible,
.wp-block-button__link:visited:focus-visible,
.wp-block-button__link: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: 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;
}
.blocks .block .text span img {
  width: 30px;
}
.blocks .block .text span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
}
@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 {
  width: 100%;
  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 {
  width: 100%;
  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.avif");
  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;
}
.page-template-template-form label,
.page-template-template-form legend {
  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;
}
.page-template-template-form .gform_ajax_spinner,
.page-template-template-form .gform-loader {
  display: none !important;
}
.page-template-template-form .form-section {
  background: #030b1c;
  color: #ffffff;
}
.page-template-template-form .form-section .custom-logo-link {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .page-template-template-form .form-section .custom-logo-link {
    margin-bottom: 50px;
  }
}
.page-template-template-form .form-section .custom-logo-link:focus-visible {
  border-radius: 5px;
  outline-offset: 3px;
  outline: 2px solid #d8ffb4;
}
.page-template-template-form .wrapper-form {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
@media (min-width: 700px) {
  .page-template-template-form .wrapper-form {
    padding: 112px 0;
  }
}
.page-template-template-form .wrapper-form .site-home {
  display: block;
  margin-bottom: 49px;
}
.page-template-template-form .wrapper-form h1,
.page-template-template-form .wrapper-form .form-text {
  text-align: center;
  max-width: 729px;
}
.page-template-template-form .wrapper-form .h1-2 {
  margin-bottom: 27px;
}
.page-template-template-form .wrapper-form .form-text {
  margin-bottom: 27px;
}
@media (min-width: 1100px) {
  .page-template-template-form .wrapper-form .form-text {
    margin-bottom: 70px;
  }
}
.page-template-template-form .wrapper-form.success .form-text {
  margin-bottom: 92px;
}
.page-template-template-form .wrapper-form form {
  position: relative;
  width: 100%;
}
.page-template-template-form .wrapper-form input[type=email],
.page-template-template-form .wrapper-form input[type=text],
.page-template-template-form .wrapper-form input[type=tel],
.page-template-template-form .wrapper-form textarea {
  outline-offset: 3px;
}
.page-template-template-form .wrapper-form input[type=email]:focus,
.page-template-template-form .wrapper-form input[type=text]:focus,
.page-template-template-form .wrapper-form input[type=tel]:focus,
.page-template-template-form .wrapper-form textarea:focus {
  outline: 2px solid #aa78ff;
}
.page-template-template-form .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) {
  .page-template-template-form .wrapper-form input[type=email] {
    border-radius: 17px;
  }
}
.page-template-template-form .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 !important;
  transition: all 0.3s ease;
}
@media (min-width: 767px) {
  .page-template-template-form .wrapper-form input[type=submit] {
    width: auto;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    position: absolute;
    right: 1px;
    top: inherit;
    bottom: 0;
    margin-top: 0px !important;
  }
}
.page-template-template-form .wrapper-form input[type=submit]:hover, .page-template-template-form .wrapper-form input[type=submit]:focus {
  background: linear-gradient(95deg, #e4ffca 4.02%, #bffb87 101.68%);
}
.page-template-template-form .wrapper-form input[type=submit]:focus {
  outline: 2px solid #aa78ff;
}
.page-template-template-form .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 *)),
.page-template-template-form .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 *)),
.page-template-template-form .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 *)),
.page-template-template-form .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 *)),
.page-template-template-form .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 *)),
.page-template-template-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.page-template-template-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.page-template-template-form .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) {
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .page-template-template-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .page-template-template-form .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) {
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .page-template-template-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .page-template-template-form .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;
  }
}
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::placeholder,
.page-template-template-form .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,
.page-template-template-form .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;
}
.page-template-template-form .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 *)),
.page-template-template-form .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 *)),
.page-template-template-form .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: inherit;
  right: 0;
  bottom: 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: 0px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px;
  padding: 14px 20px;
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 767px) {
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .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) {
  .page-template-template-form .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 *)),
  .page-template-template-form .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 *)),
  .page-template-template-form .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;
  }
}
.page-template-template-form .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, .page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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;
}
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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;
}
.page-template-template-form .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 *)),
.page-template-template-form .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 *)),
.page-template-template-form .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 *)),
.page-template-template-form .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 *)),
.page-template-template-form .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 *)),
.page-template-template-form .gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.page-template-template-form .gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.page-template-template-form .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;
}
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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,
.page-template-template-form .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;
}
.page-template-template-form .gform_wrapper {
  width: 100%;
}
@media (min-width: 767px) {
  .page-template-template-form .gform_wrapper {
    width: 658px;
  }
}
.page-template-template-form .gform-theme--framework .gform_validation_errors .gform_submission_error,
.page-template-template-form .gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.page-template-template-form .gform-theme--framework .gform_validation_errors .gform-icon {
  color: #e8380c;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 767px) {
  .page-template-template-form .gform-theme--framework .gform_validation_errors .gform_submission_error,
  .page-template-template-form .gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .page-template-template-form .gform-theme--framework .gform_validation_errors .gform-icon {
    position: absolute;
  }
}
.page-template-template-form .gform-theme--framework .gform_validation_errors:focus {
  border: none;
  outline: none;
}
.page-template-template-form .gform-theme--framework .gform_validation_errors .gform-icon {
  display: none;
}
.page-template-template-form .gform-theme--framework .gform_validation_errors {
  border: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0px;
  padding-bottom: 5px;
}
@media (min-width: 767px) {
  .page-template-template-form .gform-theme--framework .gform_validation_errors {
    padding-bottom: 40px;
  }
}
.page-template-template-form .gform-theme--foundation .gform_footer,
.page-template-template-form .gform-theme--foundation .gform_page_footer {
  margin-block-start: 0;
}
.page-template-template-form .gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  padding: 26px;
}
.page-template-template-form .gform-theme--framework .gform_validation_errors:focus {
  outline-offset: 3px;
}

/*--------------------------------------------------------------
# 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: 500;
}
@media (min-width: 1220px) {
  .site-header {
    padding: 26px 54px;
    height: auto;
  }
}
@media (min-width: 1220px) {
  .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;
}
.site-header .main-nav-desktop {
  gap: 20px;
}
@media (min-width: 1300px) {
  .site-header .main-nav-desktop {
    gap: 42px;
  }
}
.site-header .main-nav-desktop > li > a {
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  display: block;
  position: relative;
  z-index: 10;
}
@media (min-width: 1220px) {
  .site-header .main-nav-desktop > li > a {
    padding: 8px 15px;
    border-radius: 8px;
  }
  .site-header .main-nav-desktop > li > a:hover, .site-header .main-nav-desktop > li > a[aria-expanded=true] {
    color: #decbff;
    background: #1d1d23;
  }
}
.site-header .main-nav-desktop > .current-menu-item > a,
.site-header .main-nav-desktop > .current-menu-ancestor > a {
  color: #decbff;
  background: #1d1d23;
}
.site-header .main-nav-desktop > .current-menu-item > a path,
.site-header .main-nav-desktop > .current-menu-ancestor > a path {
  stroke: #decbff;
}
.site-header .custom-logo-link {
  width: 100px;
  display: block;
}
@media (min-width: 1220px) {
  .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: 1220px) {
  .site-header .utility-menu {
    display: flex;
  }
}
.site-header .nav-desktop {
  display: none;
}
@media (min-width: 1220px) {
  .site-header .nav-desktop {
    display: block;
  }
}
@media (min-width: 1220px) {
  .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 .main-nav-mobile .sub-menu a {
  font-size: 1.6rem;
}
.site-header .main-nav-mobile .menu-item-description {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.8);
}
.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;
}

.menu-item-has-children {
  position: relative;
  display: block;
}
@media (min-width: 1220px) {
  .menu-item-has-children:after {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
}
.menu-item-has-children > a {
  display: flex !important;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.menu-item-has-children > a svg {
  transition: all 0.2s ease;
}
@media (min-width: 1220px) {
  .menu-item-has-children > a:hover path, .menu-item-has-children > a:focus path, .menu-item-has-children > a[aria-expanded=true] path {
    stroke: #decbff;
  }
}
.menu-item-has-children > a[aria-expanded=true] svg {
  transform: rotate(-180deg);
}
.menu-item-has-children .sub-menu {
  margin: 0;
  list-style: none;
  transition: max-height 0.6s ease, padding 0.6s ease, opacity 0.4s ease;
}
@media (min-width: 1220px) {
  .menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 70px;
    border-radius: 8px;
    width: 330px;
    background: #beb4cf;
    display: none;
  }
}
.menu-item-has-children .sub-menu[aria-hidden=true] {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}
@media (min-width: 1220px) {
  .menu-item-has-children .sub-menu[aria-hidden=true] {
    max-height: inherit;
  }
}
.menu-item-has-children .sub-menu[aria-hidden=false] {
  max-height: 1000px;
  padding: 16px 0 21px;
  opacity: 1;
}
@media (min-width: 1220px) {
  .menu-item-has-children .sub-menu[aria-hidden=false] {
    display: block;
    padding: 6px;
  }
}
@media (min-width: 1220px) {
  .menu-item-has-children .sub-menu[aria-hidden=false] li:not(:last-child) {
    margin-bottom: 4px;
  }
}
.menu-item-has-children .sub-menu[aria-hidden=false] a {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #fff5f5;
  font-weight: 600;
  border-radius: 4px;
}
@media (min-width: 1220px) {
  .menu-item-has-children .sub-menu[aria-hidden=false] a {
    color: #000000;
    padding: 10px;
  }
}
.menu-item-has-children .sub-menu[aria-hidden=false] a:hover, .menu-item-has-children .sub-menu[aria-hidden=false] a[aria-current=page] {
  background: rgba(255, 255, 255, 0.5);
}
.menu-item-has-children .sub-menu[aria-hidden=false] a:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #000000;
  background: rgba(255, 255, 255, 0.5);
}
.menu-item-has-children .sub-menu[aria-hidden=false] .menu-item-description {
  font-weight: 400;
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}

.dropdown-overlay {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .dropdown-overlay.showing {
    pointer-events: all;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
  }
}

.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-image img {
  width: 149px;
}
.site-footer .footer-rating {
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .site-footer .footer-rating {
    margin-bottom: 0;
  }
}
.site-footer .footer-group h3 {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .site-footer .footer-group h3 {
    margin-top: 0;
  }
}
.site-footer .footer-row {
  display: grid;
  grid-column-gap: 20px;
}
@media (min-width: 1200px) {
  .site-footer .footer-row {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 68px;
  }
}
.site-footer .footer-nav ul {
  margin-bottom: 33px;
}
@media (min-width: 1200px) {
  .site-footer .footer-nav ul {
    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);
}
.site-footer .tagline {
  color: #bffb87;
  font-size: 1.8rem;
  font-weight: 500;
}

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

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

.post,
.page {
  margin: 0;
}

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

.page .updated:not(.published) {
  display: inline;
}

.page .posted-on .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: 1220px) {
  .blog-style main {
    padding-top: 100px;
  }
}

.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: 94px;
    text-align: left;
  }
}
.blog-header .lead-in-text {
  color: #c29fff;
}
.blog-header p {
  margin-bottom: 0;
}

.page .blog-header,
.error404 .blog-header {
  padding-top: 68px;
}
@media (min-width: 1000px) {
  .page .blog-header,
  .error404 .blog-header {
    padding-top: 94px;
  }
}

.breadcrumbs {
  margin-bottom: 8px;
}
@media (min-width: 1000px) {
  .breadcrumbs {
    margin-bottom: 10px;
  }
}
.breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  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-date {
  color: #5b5b5b;
}

.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;
}
.blog-post-card .primary-category {
  color: #d8ffb4;
}

.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 {
    flex-wrap: wrap;
    margin-top: 120px;
    margin-bottom: 55px;
  }
}
.categories li > span,
.categories .cat-item a {
  padding: 6px 14px;
  display: block;
  color: #d8ffb4;
  border: 1px solid #bffb87;
  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: #d8ffb4;
  color: #030b1c;
}
.categories .current-cat a,
.categories .current-cat span {
  background: #d8ffb4;
  color: #030b1c;
}

.type-post .blog-header,
.type-page .blog-header,
.error404 .blog-header,
.single-help-center .blog-header,
.post-type-archive-help-center .blog-header,
.search-results .blog-header,
.gander-checkout .blog-header {
  padding-bottom: 28px;
}
@media (min-width: 1000px) {
  .type-post .blog-header,
  .type-page .blog-header,
  .error404 .blog-header,
  .single-help-center .blog-header,
  .post-type-archive-help-center .blog-header,
  .search-results .blog-header,
  .gander-checkout .blog-header {
    padding-bottom: 60px;
  }
}
.type-post .blog-header .featured-image img,
.type-page .blog-header .featured-image img,
.error404 .blog-header .featured-image img,
.single-help-center .blog-header .featured-image img,
.post-type-archive-help-center .blog-header .featured-image img,
.search-results .blog-header .featured-image img,
.gander-checkout .blog-header .featured-image img {
  margin-top: 32px;
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1000px) {
  .type-post .blog-header .featured-image img,
  .type-page .blog-header .featured-image img,
  .error404 .blog-header .featured-image img,
  .single-help-center .blog-header .featured-image img,
  .post-type-archive-help-center .blog-header .featured-image img,
  .search-results .blog-header .featured-image img,
  .gander-checkout .blog-header .featured-image img {
    margin-top: 60px;
    border-radius: 20px;
  }
}
.type-post .entry-meta,
.type-page .entry-meta,
.error404 .entry-meta,
.single-help-center .entry-meta,
.post-type-archive-help-center .entry-meta,
.search-results .entry-meta,
.gander-checkout .entry-meta {
  display: flex;
  gap: 5px;
  justify-content: center;
}
@media (min-width: 1000px) {
  .type-post .entry-meta,
  .type-page .entry-meta,
  .error404 .entry-meta,
  .single-help-center .entry-meta,
  .post-type-archive-help-center .entry-meta,
  .search-results .entry-meta,
  .gander-checkout .entry-meta {
    justify-content: flex-start;
    font-weight: 500;
    gap: 10px;
  }
}
.type-post .entry-meta p,
.type-page .entry-meta p,
.error404 .entry-meta p,
.single-help-center .entry-meta p,
.post-type-archive-help-center .entry-meta p,
.search-results .entry-meta p,
.gander-checkout .entry-meta p {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .type-post .entry-meta p,
  .type-page .entry-meta p,
  .error404 .entry-meta p,
  .single-help-center .entry-meta p,
  .post-type-archive-help-center .entry-meta p,
  .search-results .entry-meta p,
  .gander-checkout .entry-meta p {
    font-size: 1.6rem;
  }
}
.type-post .entry-meta a,
.type-page .entry-meta a,
.error404 .entry-meta a,
.single-help-center .entry-meta a,
.post-type-archive-help-center .entry-meta a,
.search-results .entry-meta a,
.gander-checkout .entry-meta a {
  text-decoration: underline;
}
.type-post .entry-meta a:hover,
.type-page .entry-meta a:hover,
.error404 .entry-meta a:hover,
.single-help-center .entry-meta a:hover,
.post-type-archive-help-center .entry-meta a:hover,
.search-results .entry-meta a:hover,
.gander-checkout .entry-meta a:hover {
  text-decoration: none;
}
.type-post .dot,
.type-page .dot,
.error404 .dot,
.single-help-center .dot,
.post-type-archive-help-center .dot,
.search-results .dot,
.gander-checkout .dot {
  position: relative;
  bottom: 4px;
}
.type-post .entry-content,
.type-post .page-content,
.type-page .entry-content,
.type-page .page-content,
.error404 .entry-content,
.error404 .page-content,
.single-help-center .entry-content,
.single-help-center .page-content,
.post-type-archive-help-center .entry-content,
.post-type-archive-help-center .page-content,
.search-results .entry-content,
.search-results .page-content,
.gander-checkout .entry-content,
.gander-checkout .page-content {
  background: #ffffff;
  color: #3c3c3c;
  margin: 0;
}

.post-type-archive-help-center .blog-header,
.tax-help-center-category .blog-header {
  padding-bottom: 28px;
}
@media (min-width: 1000px) {
  .post-type-archive-help-center .blog-header,
  .tax-help-center-category .blog-header {
    padding-bottom: 32px;
  }
}

.search-results .entry-content {
  padding: 100px 0;
}
.search-results article {
  margin-bottom: 50px;
}

.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 table {
  font-size: 1.6rem;
  margin: 0;
  border-collapse: collapse;
}
@media (min-width: 1000px) {
  .blog-content-wrapper .column-left table {
    font-size: 1.8rem;
  }
}
.blog-content-wrapper .column-left table th,
.blog-content-wrapper .column-left table tr:first-child td {
  background: #decbff;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .blog-content-wrapper .column-left table th:first-child,
  .blog-content-wrapper .column-left table tr:first-child td:first-child {
    background: #decbff;
    font-weight: 600;
  }
}
.blog-content-wrapper .column-left table tr td:first-child {
  background: #decbff;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .blog-content-wrapper .column-left table tr td:first-child {
    background: #ffffff;
    font-weight: 400;
  }
}
.blog-content-wrapper .column-left .wp-block-table td,
.blog-content-wrapper .column-left .wp-block-table th {
  border: 1px solid #beb4cf;
  padding: 10px 14px;
}
.blog-content-wrapper .column-left table p {
  line-height: 1.7;
}
.blog-content-wrapper .column-left p a,
.blog-content-wrapper .column-left li a {
  word-break: break-word;
  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,
.blog-content-wrapper .column-left h2 {
  margin: 50px 0 30px;
}
@media (min-width: 1000px) {
  .blog-content-wrapper .column-left .h2,
  .blog-content-wrapper .column-left h2 {
    margin-top: 70px;
  }
}
.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;
}
.blog-content-wrapper .column-left h3 {
  font-size: 2rem;
  font-family: "Lora", serif;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media (min-width: 1000px) {
  .blog-content-wrapper .column-left h3 {
    font-size: 2.8rem;
  }
}
.blog-content-wrapper .column-left h4 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 1.8rem;
}
@media (min-width: 1000px) {
  .blog-content-wrapper .column-left h4 {
    font-size: 2.4rem;
  }
}
.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;
  }
}

.mtr-table td {
  vertical-align: top;
}
.mtr-table tr td:first-child,
.mtr-table thead td {
  font-weight: bold;
}

.wp-block-quote,
.wp-block-pullquote {
  border-left: 2px solid #854aeb;
  margin: 0;
  padding: 0 0 0 34px;
  text-align: left;
}
.wp-block-quote p,
.wp-block-pullquote p {
  margin-bottom: 16px;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
}

.simpletoc-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1000px) {
  .simpletoc-list {
    display: block;
  }
}
.simpletoc-list a {
  color: #767676;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 16px;
  display: block;
}
.simpletoc-list a:hover, .simpletoc-list a.active {
  transition: all 0.3s ease;
  color: #081d36;
  font-weight: 600;
}

@media (min-width: 1000px) {
  .section-anchor {
    scroll-margin-top: 188px;
  }
}
.section-anchor:first-child h2 {
  margin-top: 0;
}

@media (min-width: 782px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 4em;
  }
}

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

.page-template-template-pricing main {
  padding-top: 60px;
  background: #030b1c;
  color: #ffffff;
}
@media (min-width: 1220px) {
  .page-template-template-pricing main {
    padding-top: 100px;
  }
}

.wrapper-large-pricing {
  width: 1541px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1000px) {
  .wrapper-large-pricing {
    padding: 0 56px;
  }
}

.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: 20px;
  grid-row-gap: 24px;
}
@media (min-width: 1200px) {
  .plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(5, auto);
    grid-row-gap: 0px;
  }
  .plans.has-fourth {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1300px) {
  .plans {
    grid-column-gap: 38px;
  }
}
.plans .plan {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  gap: 0;
}
.plans .plan-header {
  grid-row: 1;
}
.plans .rate-container {
  grid-row: 2;
}
.plans .plan-p {
  grid-row: 3;
}
.plans .list-container {
  grid-row: 4;
}
.plans a {
  grid-row: 5;
}

.plans h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1300px) {
  .plans h2 {
    font-size: 2.8rem;
  }
}
.plans .plan {
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  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;
}
@media (min-width: 1200px) {
  .plans .rate {
    font-size: 3.6rem;
  }
}
.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: flex-start;
  gap: 12px;
}
.plans li span:first-child {
  flex-shrink: 0;
}
.plans li:not(:last-child) {
  margin-bottom: 10px;
}

.plan-header {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  text-align: center;
}
@media (min-width: 1300px) {
  .capsule {
    margin-top: 5px;
  }
}

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

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

.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: 4px;
  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: grid;
  grid-template-columns: 1fr 2fr;
}
.pricing-wrapper img {
  display: block;
  margin: 0 auto;
}
.pricing-wrapper.mobile-pricing-row {
  padding: 0;
}

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

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

.pricing-right {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  grid-row-gap: 0px;
  grid-column-gap: 40px;
}
.pricing-right.has-fourth {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pricing-right .fixed-plan {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.pricing-right h3 {
  grid-row: 1;
}
.pricing-right p {
  grid-row: 2;
}
.pricing-right a {
  grid-row: 3;
}

.pricing-header-fixed-desktop {
  border-bottom: 1px solid #030b1c;
  background: #ffffff;
  padding: 20px 0 30px;
  position: sticky;
  top: 60px;
  gap: 30px;
}
@media (min-width: 1220px) {
  .pricing-header-fixed-desktop {
    top: 99px;
  }
}
.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 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.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: 1.2;
  margin: 0;
}
@media (min-width: 1200px) {
  .feature-heading {
    line-height: 2;
  }
}

.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;
  flex-shrink: 0;
  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 .sticky-content {
  background: #ffffff;
  position: sticky;
  top: 60px;
}
@media (min-width: 1220px) {
  .sticky-container .sticky-content {
    top: 99px;
  }
}
.sticky-container .sticky-content-mobile {
  position: sticky;
  top: 60px;
  background: #ffffff;
  padding-top: 25px;
  border-bottom: 1px solid #030b1c;
  z-index: 99;
}
@media (min-width: 700px) {
  .sticky-container .sticky-content-mobile {
    position: static;
    top: 60px;
    background: transparent;
    z-index: 1;
    padding-top: 0px;
    border-bottom: 1px solid transparent;
  }
}
@media (min-width: 700px) {
  .sticky-container .sticky-content-desktop {
    position: sticky;
    top: 80px;
  }
}
@media (min-width: 1220px) {
  .sticky-container .sticky-content-desktop {
    position: sticky;
    top: 120px;
  }
}

.buttons-container {
  overflow: hidden;
}
.buttons-container .buttons {
  scroll-behavior: smooth;
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.buttons-container .buttons::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Opera */
}
.buttons-container .buttons button:first-child {
  margin-left: 20px;
}
.buttons-container .buttons button:last-child {
  margin-right: 20px;
}

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

.pricing-left-mobile {
  padding: 10px 10px 10px 0;
  align-self: center;
  width: 163px;
}
@media (min-width: 700px) {
  .pricing-left-mobile {
    width: 100%;
  }
}

.pricing-right-mobile {
  border-left: 1px solid #d0d0d0;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 500px) {
  .pricing-right-mobile {
    width: 100%;
    padding: 10px;
  }
}

.faqs {
  padding-bottom: 60px;
}
.faqs .blog-header,
.faqs .column-right {
  display: none;
}
.faqs .blog-content-wrapper {
  padding: 0;
}
.faqs .pricing-wrapper {
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .faqs .pricing-wrapper {
    grid-template-columns: 1fr 2fr;
  }
}
.faqs .pricing-wrapper .wrapper-medium {
  width: 100%;
  padding: 0;
}
.faqs h2 {
  line-height: 1.5;
  margin-bottom: 25px;
}
.faqs .pricing-right,
.faqs .pricing-left {
  width: 100%;
}
@media (min-width: 1200px) {
  .faqs {
    padding-bottom: 132px;
  }
  .faqs .pricing-right > div {
    width: 163px;
  }
}
.faqs .pricing-right {
  display: block;
}
@media (min-width: 700px) {
  .faqs .pricing-right {
    margin-top: -15px;
  }
}
@media (min-width: 1000px) {
  .faqs .pricing-right {
    margin-top: -5px;
  }
}
@media (min-width: 1200px) {
  .faqs .pricing-right {
    margin-top: -15px;
  }
}

.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;
  padding-right: 40px;
}
@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;
  align-items: flex-start;
}
@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 {
  border: 0;
}
.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;
  margin-top: 4px;
}
@media (min-width: 1000px) {
  .wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .sim__accordion_icon {
    margin-top: 10px;
  }
}
.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;
}

.label-extra .background {
  display: inline-block;
  background: #d8ffb4;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.28px;
  border-radius: 100px;
  padding: 2px 10px;
  margin-left: 10px;
}

.page-template-template-checkout .blog-content-wrapper .column-left h2 {
  margin: 0;
}
.page-template-template-checkout .terms-text {
  font-size: 1.5rem;
}
.page-template-template-checkout .gfield--type-coupon {
  margin-top: 40px;
}

body:not(.page-template-template-form) .gform-theme--framework {
  --gf-ctrl-desc-color-error: #c02b0a !important;
  --gf-ctrl-border-color: #beb4cf !important;
  --gf-ctrl-radius: 6px !important;
}
@media (min-width: 700px) {
  body:not(.page-template-template-form) .gform-theme--framework {
    --gf-ctrl-radius: 10px !important;
  }
}
body:not(.page-template-template-form) .gform-theme--framework {
  --gf-ctrl-border-width: 2px !important;
  --gf-ctrl-padding-x: 15px !important;
  --gf-ctrl-size: 45px !important;
  --gf-local-font-size: 16px !important;
  --gf-ctrl-font-size: 14px !important;
  --gf-ctrl-label-font-size-secondary: 16px !important;
  --gf-ctrl-label-font-size-tertiary: 16px !important;
  --gf-ctrl-desc-font-size-error: 16px !important;
  --gf-ctrl-label-color-secondary: #3c3c3c !important;
  --gf-ctrl-label-color-tertiary: #3c3c3c !important;
  --gf-ctrl-label-font-size-primary: 16px !important;
  --gf-local-font-weight: 600 !important;
  --gf-ctrl-label-font-size-primary: 16px !important;
  --gf-ctrl-choice-check-color: #ffffff !important;
  --gf-ctrl-outline-color-focus: #854aeb !important;
  --gf-ctrl-border-color-focus: #28004b !important;
  --gf-ctrl-btn-bg-color-primary: #bffb87 !important;
  --gf-ctrl-btn-padding-x: 30px !important;
  --gf-ctrl-btn-bg-color-hover-primary: #d8ffb4 !important;
  --gf-ctrl-btn-color-primary: #3c3c3c !important;
  --gf-color-primary-contrast: #3c3c3c;
  --gf-ctrl-btn-letter-spacing: 0px !important;
  --gf-ctrl-btn-font-size: 20px !important;
  --gf-ctrl-btn-font-weight: 500 !important;
  --gf-ctrl-btn-radius: 10px !important;
  --gf-ctrl-btn-size: 70px !important;
  --gf-local-min-width: 160px !important;
  --gf-ctrl-outline-color-focus: transparent !important;
  --gf-field-section-border-color: transparent !important;
  --gf-ctrl-btn-shadow: none !important;
  --gf-local-cursor: pointer !important;
  --gf-form-gap-y: 20px !important;
}
@media (min-width: 700px) {
  body:not(.page-template-template-form) .gform-theme--framework {
    --gf-ctrl-padding-x: 20px !important;
    --gf-ctrl-size: 60px !important;
    --gf-ctrl-font-size: 18px !important;
  }
}
body:not(.page-template-template-form) .gform-theme--framework input[type=checkbox] {
  border-radius: 2px;
  outline-offset: 2px;
}
body:not(.page-template-template-form) .gform-theme--framework .gchoice label,
body:not(.page-template-template-form) .gform-theme--framework .gchoice input {
  cursor: pointer;
}
body:not(.page-template-template-form) .gform-theme--framework h2 {
  margin: 0;
}
body:not(.page-template-template-form) .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
  background: #854aeb;
}
body:not(.page-template-template-form) .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
  background: #fff;
}
body:not(.page-template-template-form) .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked {
  background: #854aeb;
  border: 2px solid #854aeb;
}
body:not(.page-template-template-form) .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #ffffff;
}
body:not(.page-template-template-form) .Tab--selected {
  border-color: #854aeb !important;
  color: #000000 !important;
  background: #decbff !important;
  box-shadow: none !important;
}
body:not(.page-template-template-form) #gf_coupon_button {
  background: #c29fff;
  min-height: 48px !important;
}
body:not(.page-template-template-form) .gf_coupon_code {
  min-height: 48px !important;
  height: 48px !important;
}
body:not(.page-template-template-form) .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 *)):focus,
body:not(.page-template-template-form) .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 *)):focus,
body:not(.page-template-template-form) .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 *)):focus,
body:not(.page-template-template-form) .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 *)):focus {
  outline: none;
  border: none;
  background: #d8ffb4;
}
body:not(.page-template-template-form) .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 *)):focus-visible,
body:not(.page-template-template-form) .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 *)):focus-visible,
body:not(.page-template-template-form) .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 *)):focus-visible,
body:not(.page-template-template-form) .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 *)):focus-visible {
  outline: 2px solid #28004b;
  outline-offset: 2px;
  background: #d8ffb4;
}
body:not(.page-template-template-form) .gform-theme--framework .gform_validation_errors:focus {
  outline: none;
}
body:not(.page-template-template-form) .validation_message.gfield_validation_message {
  font-size: 14px;
}
body:not(.page-template-template-form) .gform-theme--framework .gfield--type-choice .gchoice,
body:not(.page-template-template-form) .gform-theme--framework .gfield--type-choice .ginput_container_consent {
  align-items: center;
}
body:not(.page-template-template-form) .gfield--type-textarea label {
  display: inline-block;
}
body:not(.page-template-template-form) .gfield--type-textarea label > span {
  margin-left: 8px;
}
body:not(.page-template-template-form) .gform_wrapper .gform_footer input[type=submit] {
  height: 52px !important;
  min-height: 52px !important;
  border: none;
  font-size: 1.6rem !important;
  padding: 0 20px !important;
}
@media (min-width: 1000px) {
  body:not(.page-template-template-form) .gform_wrapper .gform_footer input[type=submit] {
    height: 70px !important;
    min-height: 70px !important;
    font-size: 2rem !important;
    padding: 0 30px !important;
  }
}
body:not(.page-template-template-form) .gform-theme--framework .gform_validation_errors .gform_submission_error {
  flex-direction: row !important;
  align-items: center;
}

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

.reduced-motion {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .reduced-motion {
    display: block;
  }
  .motion {
    display: none;
  }
}
/* 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 */
