/*!
Theme Name: Team Teach Membership
Theme URI: https://underscoretw.com/
Author: Fluff Software
Author URI: https://underscoretw.com/
Description: A tailwind based theme for the Team Teach Membership site
Version: 2.0.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ttm
Tags:

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

Team Teach Membership is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

.font-primary {
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  
}

/*! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

/**
 * Custom styles to immediately follow Tailwind's `base` layer
 *
 * "Add things like base typography styles [or] opinionated global resets."
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

html {
  height: 100%
}

body {
  display: flex;
  height: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(239 240 244 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity))
}

/* Homepage main content sections */

body.home {
  --ttm-home-content-max-width: 1280px;
}

body.home .elementor-element-6e64f2c.e-con {
  --container-max-width: var(--ttm-home-content-max-width);
  max-width: var(--ttm-home-content-max-width);
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

body.home .elementor-element-6e64f2c > .e-con-inner {
  max-width: var(--ttm-home-content-max-width);
  margin-left: auto;
  margin-right: auto;
}

.elementor-location-header + section,
.elementor-location-header + div {
  flex: 1 1 0%
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(4 62 130 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(4 62 130 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

h1,
h2,
h3,
h4,
p,
a {
  letter-spacing: -0.25px;
}

body.single-team .team-member-featured-image img {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

/**
 * Locked content image blur.
 *
 * .blurred           — singular featured images (locked-featured-image.php)
 * .blurred--card     — listing cards; use with .blurred for a slightly softer blur
 */

.blurred img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  --tw-blur: blur(20px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blurred.blurred--card img {
  --tw-scale-x: 1.08;
  --tw-scale-y: 1.08;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  --tw-blur: blur(17px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.main-menu .sub-menu {
  display: none
}

/* Knowledge Hub header: single-level nav only (keep mobile dropdown panel) */

.elementor-location-header .main-menu .sub-menu {
  display: none !important;
}

.elementor-location-header .elementor-nav-menu .sub-arrow,
.elementor-location-header .elementor-nav-menu--main .sub-arrow {
  display: none !important;
}

/* Knowledge Hub header layout */

.elementor-location-header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(4 62 130 / var(--tw-border-opacity))
}

.elementor-location-header .elementor-element-fd157fc,
.elementor-location-header .elementor-element-ae60c9c {
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 1024px) {
  .elementor-location-header .elementor-element-fd157fc,
.elementor-location-header .elementor-element-ae60c9c {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.elementor-location-header .elementor-element-e1fe246,
.elementor-location-header .elementor-element-65d0183 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1280px;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 73px
}

.elementor-location-header .elementor-element-cbbefda,
.elementor-location-header .elementor-element-99d7dea,
.elementor-location-header .elementor-element-acf6e59 {
  flex-shrink: 0
}

.elementor-location-header .elementor-element-0a899a4,
.elementor-location-header .elementor-element-34ca959,
.elementor-location-header .elementor-element-9e3c834 {
  min-width: 0px;
  flex: 1 1 0%
}

.elementor-location-header .elementor-element-0a899a4 .elementor-nav-menu--main,
.elementor-location-header .elementor-element-34ca959 .elementor-nav-menu--main,
.elementor-location-header .elementor-element-9e3c834 .elementor-nav-menu--main {
  justify-content: center
}

.elementor-location-header .elementor-element-7775576,
.elementor-location-header .elementor-element-c956dff,
.elementor-location-header .elementor-element-18605ecc,
.elementor-location-header .elementor-element-e721c2a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem
}

.elementor-location-header .elementor-element-18605ecc > .elementor-element {
  margin-bottom: 0px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important
}

/* Weglot language switcher in header — compact, vertically centered with avatar */

.elementor-location-header .ttm-header-lang,
.elementor-location-header .ttm-header-lang .elementor-widget-container,
.elementor-location-header .ttm-header-lang .elementor-shortcode {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  align-self: center;
  width: auto !important;
  max-width: none !important;
  height: 32px !important
}

.elementor-location-header .ttm-header-lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 30;
  height: 32px
}

.elementor-location-header .ttm-header-lang-switcher .country-selector,
.elementor-location-header .ttm-header-lang-switcher .country-selector.weglot-dropdown {
  position: relative;
  margin: 0px;
  display: inline-flex;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  height: 32px !important;
  font-family: var(--e-global-typography-primary-font-family), Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #043e82
}

.elementor-location-header .ttm-header-lang-switcher .country-selector .weglot_choice {
  position: absolute;
  opacity: 0;
  pointer-events: none
}

.elementor-location-header .ttm-header-lang-switcher .country-selector .wgcurrent,
.elementor-location-header .ttm-header-lang-switcher .country-selector.weglot-dropdown .wgcurrent {
  margin: 0px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  position: relative !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  height: 32px !important;
  width: auto !important;
  line-height: 1 !important;
  color: #043e82 !important;
  text-decoration: none !important;
  list-style: none !important
}

/* Kill Weglot's 37px block chrome on the current language label only */

.elementor-location-header .ttm-header-lang-switcher .country-selector.weglot-dropdown .wgcurrent > span,
.elementor-location-header .ttm-header-lang-switcher .country-selector.weglot-dropdown .wgcurrent .wglanguage-name {
  display: inline-flex !important;
  align-items: center !important;
  height: 32px !important;
  line-height: 32px !important;
  width: auto !important;
  padding: 0 !important;
  padding-right: 0 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #043e82 !important;
  text-decoration: none !important;
}

.elementor-location-header .ttm-header-lang-switcher .country-selector .wglanguage-name {
  white-space: nowrap
}

/* Flag sprite: keep size, tighten gap, center with text */

.elementor-location-header .ttm-header-lang-switcher .weglot-flags > span.wglanguage-name:before,
.elementor-location-header .ttm-header-lang-switcher .weglot-flags > a:before {
  display: inline-block !important;
  margin-right: 6px !important;
  vertical-align: middle !important;
  flex-shrink: 0;
}

/* Chevron: flow in the flex row instead of absolute top:17px */

.elementor-location-header .ttm-header-lang-switcher .country-selector.weglot-dropdown .wgcurrent:after {
  position: static !important;
  top: auto !important;
  right: auto !important;
  display: inline-block !important;
  margin-left: 4px !important;
  flex-shrink: 0;
  transform: none !important;
  opacity: 0.65;
}

/* Dropdown panel — hug content, align to trigger */

.elementor-location-header .ttm-header-lang-switcher .country-selector ul {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 50;
  display: none;
  box-sizing: border-box !important;
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100% !important;
  margin: 0 !important;
  padding: 4px !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 24px rgba(4, 62, 130, 0.12) !important;
  overflow: hidden;
  background: #fff !important;
  list-style: none !important;
}

.elementor-location-header .ttm-header-lang-switcher .country-selector input:checked ~ ul {
  display: block !important;
}

.elementor-location-header .ttm-header-lang-switcher .country-selector ul li {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.elementor-location-header .ttm-header-lang-switcher .country-selector ul a,
.elementor-location-header .ttm-header-lang-switcher .country-selector ul span {
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 36px !important;
  line-height: 1.2 !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  color: #043e82 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.elementor-location-header .ttm-header-lang-switcher .country-selector ul a:hover,
.elementor-location-header .ttm-header-lang-switcher .country-selector ul span:hover {
  background: #f3f6fa !important;
  cursor: pointer;
}

.elementor-location-header .ttm-header-lang-switcher .country-selector ul .weglot-flags > a:before {
  margin-right: 8px !important;
}

/* Keep avatar name on one line next to the switcher */

.elementor-location-header #user-info-btn,
.elementor-location-header #user-info-btn-mfc {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 32px;
  max-width: none !important
}

.elementor-location-header #user-info-btn .font-primary,
.elementor-location-header #user-info-btn-mfc .font-primary {
  white-space: nowrap
}

.elementor-location-header .ttm-header-logo {
  display: block;
  height: 2.75rem;
  width: auto;
  max-width: 14rem
}

.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  font-family: var(--e-global-typography-primary-font-family), Inter, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #4a4e57 !important;
  padding-bottom: 10px !important;
}

.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
  text-decoration: none !important;
}

.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:not(.elementor-item-active):hover,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:not(.elementor-item-active):focus {
  color: #4a4e57 !important;
}

.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active {
  font-weight: 700 !important;
  color: #043e82 !important;
}

.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active:hover,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active:focus {
  color: #043e82 !important;
}

.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main.e--pointer-underline .elementor-item:after {
  height: 3px !important;
}

.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main.e--pointer-underline .elementor-item.elementor-item-active::after {
  background-color: #7bc904 !important;
}

.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main.e--pointer-underline .elementor-item:not(.elementor-item-active):hover::after,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main.e--pointer-underline .elementor-item:not(.elementor-item-active):focus::after,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main.e--pointer-underline .elementor-item:not(.elementor-item-active):hover::before,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main.e--pointer-underline .elementor-item:not(.elementor-item-active):focus::before {
  background-color: #7bc904 !important;
  border-color: #7bc904 !important;
}

.elementor-location-header .elementor-element-0a899a4,
.elementor-location-header .elementor-element-9e3c834,
.elementor-location-header .elementor-element-57089d6,
.elementor-location-header .elementor-element-f9935d1 {
  --e-nav-menu-horizontal-menu-item-margin: calc(24px / 2);
}

.elementor-location-header .connect-menu-link {
  position: relative;
  margin-left: 8px !important;
  padding-left: 8px !important;
}

.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main li.connect-menu-link > .elementor-item,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main li.connect-menu-link > .elementor-item:visited,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main li.connect-menu-link > .elementor-item:hover,
.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--main li.connect-menu-link > .elementor-item:focus {
  color: #7a7f8a !important;
}

.elementor-location-header .connect-menu-link::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1.5rem;
  width: 1px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

/* Knowledge Hub header — mobile / tablet (Elementor dropdown-tablet breakpoint: max-width 1024px) */

@media (max-width: 1024px) {
  .elementor-location-header .elementor-element-e1fe246,
	.elementor-location-header .elementor-element-65d0183,
	.elementor-location-header .elementor-element-f969abe .elementor-element-9f7a943 > .e-con-inner {
    gap: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 56px
  }

  .elementor-location-header .elementor-element-e1fe246,
	.elementor-location-header .elementor-element-65d0183 {
    min-height: 56px;
  }

  .elementor-location-header .elementor-element-f969abe .elementor-element-9f7a943 > .e-con-inner {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
  }

  .elementor-location-header .ttm-header-logo {
    height: 2rem;
    max-width: 9.5rem
  }

  .elementor-location-header .elementor-element-0a899a4,
	.elementor-location-header .elementor-element-34ca959,
	.elementor-location-header .elementor-element-9e3c834,
	.elementor-location-header .elementor-element-f9935d1,
	.elementor-location-header .elementor-element-57089d6 {
    flex: 0 0 auto !important;
    min-width: 0px;
    flex-shrink: 0;
  }

  .elementor-location-header .elementor-element-c956dff,
	.elementor-location-header .elementor-element-7775576,
	.elementor-location-header .elementor-element-18605ecc,
	.elementor-location-header .elementor-element-e721c2a {
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    -moz-column-gap: 8px !important;
         column-gap: 8px !important;
    row-gap: 0 !important
  }

  .elementor-location-header .elementor-element-c956dff > .elementor-element,
	.elementor-location-header .elementor-element-c956dff .main-menu.elementor-widget-nav-menu,
	.elementor-location-header .elementor-element-7775576 > .elementor-element,
	.elementor-location-header .elementor-element-18605ecc > .elementor-element,
	.elementor-location-header .elementor-element-e721c2a > .elementor-element {
    margin-bottom: 0px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    align-self: center;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important
  }

  .elementor-location-header .ttm-header-lang-switcher .country-selector {
    font-size: 13px;
  }

  .elementor-location-header .elementor-element-c956dff .main-menu.elementor-widget-nav-menu,
	.elementor-location-header .elementor-element-c956dff .main-menu.elementor-widget-nav-menu .elementor-widget-container {
    width: auto;
    min-width: 0px;
    max-width: none;
    padding: 0px
  }

  .elementor-location-header .elementor-element-c956dff .elementor-widget-container {
    margin: 0px;
    display: flex;
    align-items: center;
    padding: 0px
  }

  .elementor-location-header .elementor-element-c956dff .elementor-icon {
    display: flex;
    height: 18px;
    width: 18px;
    align-items: center;
    justify-content: center;
    color: #043e82 !important;
    fill: #043e82 !important
  }

  .elementor-location-header .elementor-element-c956dff .elementor-icon i {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1
  }

  .elementor-location-header .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none !important;
  }

  .elementor-location-header .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
	.elementor-location-header .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle:hover,
	.elementor-location-header .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle:focus {
    position: relative;
    margin: 0px;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-width: 0px;
    padding: 0px;
    color: #043e82 !important;
    background: transparent !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important
  }

  .elementor-location-header .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle i {
    display: none
  }

  .elementor-location-header .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle::before {
    content: '';
    display: block;
    height: 18px;
    width: 18px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6.75h16.5M3.75 12h16.5M3.75 17.25h16.5'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6.75h16.5M3.75 12h16.5M3.75 17.25h16.5'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }

  .elementor-location-header .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle.elementor-active::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E");
  }

  .elementor-location-header .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 0 !important;
    background-color: #fff !important;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(4, 62, 130, 0.08);
    max-height: min(70vh, calc(100dvh - 4rem));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item {
    font-family: var(--e-global-typography-primary-font-family), Inter, sans-serif !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
    color: #4a4e57 !important;
    padding: 0.75rem 1.25rem !important;
    min-height: 44px;
  }

  .elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active {
    font-weight: 700 !important;
    color: #043e82 !important;
    background-color: #f8fafc !important;
    box-shadow: inset 3px 0 0 #7bc904;
  }

  .elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:not(.elementor-item-active):hover,
	.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item:not(.elementor-item-active):focus {
    color: #4a4e57 !important;
    background-color: #f9fafb !important;
  }

  .elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown.e--pointer-underline .elementor-item::after,
	.elementor-location-header .main-menu.elementor-widget-nav-menu .elementor-nav-menu--dropdown.e--pointer-underline .elementor-item::before {
    display: none !important;
  }

  .elementor-location-header .elementor-nav-menu--dropdown .connect-menu-link {
    margin-left: 0 !important;
    padding-left: 0 !important;
    border-top: 1px solid #e5e7eb;
    margin-top: 0.25rem;
    padding-top: 0.25rem;
  }

  .elementor-location-header .elementor-nav-menu--dropdown .connect-menu-link::before {
    display: none;
  }

  .elementor-location-header .elementor-nav-menu--dropdown .connect-menu-link > .elementor-item,
	.elementor-location-header .elementor-nav-menu--dropdown .connect-menu-link > .elementor-item:visited,
	.elementor-location-header .elementor-nav-menu--dropdown .connect-menu-link > .elementor-item:hover,
	.elementor-location-header .elementor-nav-menu--dropdown .connect-menu-link > .elementor-item:focus {
    color: #7a7f8a !important;
  }
}

/* Hide legacy green Connect sub-nav bar; primary menu now lives in the top bar */

.elementor-location-header .elementor-element[data-id='1df10c9'] {
  display: none !important;
}

/* Training resources relocation banner only belongs on training resource views */

body.home .elementor-location-header .elementor-element-25152d0,
body:not(.page-training-resources):not(.post-type-archive-course_resource):not(.single-course_resource) .elementor-location-header .elementor-element-25152d0 {
  display: none !important;
}

.single-resource-featured-video iframe {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%
}

.single-resource-featured-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain
}

.elementor-share-buttons--shape-circle .elementor-share-btn {
  height: 49px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  filter: none !important
}

.elementor-share-buttons--shape-circle .elementor-share-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
  margin-left: 0px !important
}

.ttm-checklist-inline ul.elementor-icon-list-items {
  gap: 0.5rem
}

.ttm-checklist-inline ul.elementor-icon-list-items li.elementor-icon-list-item {
  width: 120px
}

/* Elementor Nav Menu */

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
  border-width: 0px
}

/* Loop Carousel Overrides */

.elementor-widget-loop-carousel .elementor-swiper-button {
  position: relative
}

.elementor-widget-loop-carousel .elementor-swiper-button i {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(209 213 219 / 0.75);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
  transition-duration: 300ms
}

.elementor-widget-loop-carousel .elementor-swiper-button i:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity))
}

.elementor-widget-loop-carousel .elementor-swiper-button i:before {
  font-size: 1.07rem;
}

.elementor-widget-loop-carousel .elementor-swiper-button.swiper-button-disabled i:hover {
  border-color: rgb(209 213 219 / 0.75)
}

.elementor-widget-loop-carousel .elementor-swiper-button-next {
  right: -13px !important
}

.elementor-widget-loop-carousel .elementor-swiper-button-next i:before {
  content: "\e8c0";
}

.elementor-widget-loop-carousel .elementor-swiper-button-prev {
  left: -15px !important
}

.elementor-widget-loop-carousel .elementor-swiper-button-prev i:before {
  content: "\e8bf";
}

.elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(123 201 4 / var(--tw-bg-opacity))
}

/* Testimonial Carousel Overrides */

.elementor-widget-testimonial-carousel .swiper .elementor-testimonial {
  display: flex;
  height: 100%;
  flex-direction: column
}

.elementor-widget-testimonial-carousel .swiper .elementor-testimonial .elementor-testimonial__content {
  position: relative;
  flex: 1 1 0%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-top: 4rem
}

.elementor-widget-testimonial-carousel .swiper .elementor-testimonial .elementor-testimonial__content:before {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(13 40 96 / var(--tw-text-opacity));
  content: "\201D"
}

.elementor-widget-testimonial-carousel .swiper .swiper-slide {
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

@media (min-width: 1024px) {
  .elementor-widget-testimonial-carousel .swiper .swiper-slide {
    opacity: 0.5
  }
}

.elementor-widget-testimonial-carousel .swiper .swiper-slide-next {
  z-index: 2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1
}

@media (min-width: 768px) {
  .elementor-widget-testimonial-carousel .swiper .swiper-slide-next {
    transform-origin: 50% 72%;
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }
}

.elementor-widget-testimonial-carousel .swiper .elementor-testimonial__footer {
  margin-top: 0px;
  border-top-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.elementor-widget-testimonial-carousel .swiper .swiper-wrapper {
  margin-top: 2.5rem
}

@media (min-width: 768px) {
  .elementor-widget-testimonial-carousel .swiper .swiper-wrapper {
    margin-bottom: 1.25rem
  }
}

.elementor-widget-testimonial-carousel .swiper .elementor-swiper-button {
  position: relative
}

.elementor-widget-testimonial-carousel .swiper .elementor-swiper-button i {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(209 213 219 / 0.75);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
  transition-duration: 300ms
}

.elementor-widget-testimonial-carousel .swiper .elementor-swiper-button i:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity))
}

.elementor-widget-testimonial-carousel .swiper .elementor-swiper-button i:before {
  font-size: 1.07rem;
}

.elementor-widget-testimonial-carousel .swiper .elementor-swiper-button-next {
  right: 0.375rem !important
}

.elementor-widget-testimonial-carousel .swiper .elementor-swiper-button-next i:before {
  content: "\e8c0";
}

.elementor-widget-testimonial-carousel .swiper .elementor-swiper-button-prev {
  left: 2px !important
}

.elementor-widget-testimonial-carousel .swiper .elementor-swiper-button-prev i:before {
  content: "\e8bf";
}

.icon-btn .elementor-button {
  display: flex !important;
  justify-content: center
}

.icon-btn .elementor-button .elementor-button-icon i {
  opacity: 0.7
}

.btn-text-shadow {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

/* Default breadcrumb color for Knowledge Hub */

span.breadcrumb_last {
  color: rgba(94, 115, 158, 0.9);
}

/* Override breadcrumb color for My Family Coach */

.ttm-mode-my_family_coach span.breadcrumb_last {
  color: rgba(38, 66, 123, 0.9);
}

p#breadcrumbs > span {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem
}

/* Header search icon — Elementor Icon widget (Tippy.js trigger in script.js) */

.elementor-location-header .search-menu-icon {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(4 62 130 / var(--tw-text-opacity))
}

.elementor-location-header .search-menu-icon .elementor-icon {
  position: relative;
  display: flex;
  height: 18px;
  width: 18px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 0px !important;
  line-height: 1;
  color: #043e82 !important
}

/* Hide Elementor/FA glyph; render Heroicons-style magnifying glass via mask (matches burger stroke weight) */

.elementor-location-header .search-menu-icon .elementor-icon i,
.elementor-location-header .search-menu-icon .elementor-icon svg {
  display: none
}

.elementor-location-header .search-menu-icon .elementor-icon::before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* Desktop logged-in header: match mobile tap target on search */

.elementor-icon-wrapper {
  padding: 0.25rem
}

/* Header search popover — Tippy theme + form (styles must live in base.css to compile) */

.tippy-box[data-theme~='header-search'] {
  background-color: #fff;
  color: #4a4e57;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 10px 40px rgba(4, 62, 130, 0.14);
}

.tippy-box[data-theme~='header-search'] > .tippy-content {
  padding: 0.25rem;
}

.tippy-box[data-theme~='header-search'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #fff;
}

.tippy-box[data-theme~='header-search'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~='header-search'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #fff;
}

.tippy-box[data-theme~='header-search'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #fff;
}

.tippy-box[data-theme~='header-search'] .header-search-form {
  display: flex;
  align-items: stretch;
  width: min(100vw - 2rem, 16.5rem);
  height: 2.5rem;
  overflow: hidden;
  border-radius: 0.375rem;
  border: 1px solid #d1d5db;
  background-color: #fff;
  font-family: Inter, sans-serif;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tippy-box[data-theme~='header-search'] .header-search-form:focus-within {
  border-color: #043e82;
  box-shadow: 0 0 0 3px rgba(4, 62, 130, 0.1);
}

.tippy-box[data-theme~='header-search'] .header-search-input {
  min-width: 0;
  flex: 1;
  height: 100%;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 0.75rem;
  font-family: Inter, sans-serif !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #043e82 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.tippy-box[data-theme~='header-search'] .header-search-input::-moz-placeholder {
  color: #9ca3af;
  opacity: 1;
}

.tippy-box[data-theme~='header-search'] .header-search-input::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.tippy-box[data-theme~='header-search'] .header-search-input::-webkit-search-cancel-button,
.tippy-box[data-theme~='header-search'] .header-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.tippy-box[data-theme~='header-search'] .header-search-submit {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  border: 0 !important;
  border-left: 1px solid #e5e7eb !important;
  border-radius: 0 !important;
  background-color: #043e82 !important;
  background-image: none !important;
  padding: 0 1rem !important;
  font-family: Inter, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #fff !important;
  cursor: pointer;
  box-shadow: none !important;
  transition: background-color 0.15s ease;
}

.tippy-box[data-theme~='header-search'] .header-search-submit:hover,
.tippy-box[data-theme~='header-search'] .header-search-submit:focus {
  background-color: #032f63 !important;
  color: #fff !important;
  outline: none !important;
}

input.search-input {
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity))
}

.download-preview-carousel .swiper-pagination {
  bottom: -8px !important
}

.download-preview-carousel .swiper-slide-image {
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover
}

.elementor-widget-text-editor ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  list-style-type: disc;
  padding-left: 1rem
}

.elementor-widget-text-editor ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.375rem
}

.elementor-widget-text-editor ul li::marker {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity))
}

/* Rate My Post Plugin */

.rmp-widgets-container .rmp-heading--title {
  font-family: "Poppins";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.rmp-widgets-container .rmp-rating-widget .rmp-icon--ratings {
  font-size: 2rem;
}

.rmp-widgets-container .rmp-rating-widget .js-rmp-rating-icon {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity))
}

.rmp-widgets-container .rmp-rating-widget .rmp-icon {
  transition-duration: 200ms
}

.rmp-widgets-container .rmp-rating-widget .rmp-icon--full-highlight,
		.rmp-widgets-container .rmp-rating-widget .rmp-icon--processing-rating,
		.rmp-widgets-container .rmp-rating-widget .rmp-icon--hovered {
  --tw-text-opacity: 1;
  color: rgb(123 201 4 / var(--tw-text-opacity))
}

.rmp-widgets-container .rmp-rating-widget__submit-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(123 201 4 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-duration: 150ms
}

.rmp-widgets-container .rmp-rating-widget__submit-btn:hover {
  background-color: rgb(123 201 4 / 0.9)
}

.rmp-widgets-container .rmp-rating-widget__submit-btn {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.rmp-widgets-container .rmp-rating-widget__results {
  display: none
}

/* Logged In Menu Active Logic */

/* Primary nav active states for the flattened Knowledge Hub menu */

body.home .welcome-menu-link .elementor-item,
body.blog .welcome-menu-link .elementor-item {
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(4 62 130 / var(--tw-text-opacity)) !important
}

body.post-type-archive-collection .collections-menu-link .elementor-item,
body.tax-collection .collections-menu-link .elementor-item {
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(4 62 130 / var(--tw-text-opacity)) !important
}

body.page-training-resources .training-resources-menu-link .elementor-item,
body.post-type-archive-course_resource .training-resources-menu-link .elementor-item,
body.single-course_resource .training-resources-menu-link .elementor-item {
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(4 62 130 / var(--tw-text-opacity)) !important
}

body.page-favourites .favourites-menu-link .elementor-item {
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(4 62 130 / var(--tw-text-opacity)) !important
}

/* Legacy Connect section pages (dashboard, support, events) */

body.page-id-1974 .dashboard-menu-link a,
body.page-id-2006 .dashboard-menu-link a,
body.page-id-1181 .support-menu-link a,
body.post-type-archive-event .events-menu-link a,
body.single-event .events-menu-link a {
  font-weight: 600 !important
}

/* Show Profile & Logout only on mobile */

.elementor-nav-menu--layout-horizontal
	.elementor-nav-menu
	> li.logout-menu-link,
.elementor-nav-menu--layout-horizontal
	.elementor-nav-menu
	> li.profile-menu-link {
  display: block
}

@media (min-width: 1024px) {
  .elementor-nav-menu--layout-horizontal
	.elementor-nav-menu
	> li.logout-menu-link,
.elementor-nav-menu--layout-horizontal
	.elementor-nav-menu
	> li.profile-menu-link {
    display: none
  }
}

/* Override button color for Ultimate Member */

.ttm-mode-my_family_coach .um a.um-button,
.ttm-mode-my_family_coach .um a.um-button.um-disabled:active,
.ttm-mode-my_family_coach .um a.um-button.um-disabled:focus,
.ttm-mode-my_family_coach .um a.um-button.um-disabled:hover,
.ttm-mode-my_family_coach .um input[type="submit"].um-button,
.ttm-mode-my_family_coach .um input[type="submit"].um-button:focus {
  background: #a2426f;
}

.ttm-mode-my_family_coach .um a.um-button:hover,
.ttm-mode-my_family_coach .um input[type="submit"].um-button:hover {
  background-color: #b65181;
}

.ttm-mode-my_family_coach .um .um-button.um-alt,
.ttm-mode-my_family_coach .um input[type="submit"].um-button.um-alt {
  background: #eee;
}

.ttm-mode-my_family_coach .um .um-button.um-alt:hover,
.ttm-mode-my_family_coach .um input[type="submit"].um-button.um-alt:hover {
  background: #ddd;
}

/* Special styles for Complianz */

#cmplz-document {
  max-width: 900px;
  margin: 40px auto;
}

/* Posts Grid Styles */

.posts-grid {
  width: 100%;
  position: relative;
}

.posts-grid .swiper-pagination {
  bottom: -25px !important
}

.posts-grid .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 201 4 / var(--tw-bg-opacity)) !important
}

.ttm-mode-my_family_coach .posts-grid .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(144 65 96 / var(--tw-bg-opacity)) !important
}

/* Mobile Styles */

@media (max-width: 639px) {
  .posts-grid .swiper-container {
    width: 100%;
    overflow: hidden;
  }

  .posts-grid .swiper-wrapper {
    display: flex;
  }

  .posts-grid .swiper-slide {
    width: 100%;
    height: auto;
  }
}

/* Desktop Grid Styles */

@media (min-width: 640px) {
  /* .posts-grid .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    } */
}

@media (min-width: 1024px) {
  /* .posts-grid .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    } */
}

@media (min-width: 1280px) {
  /* .posts-grid .swiper-wrapper {
        grid-template-columns: repeat(4, 1fr);
    } */
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #7BC904;
  text-decoration: underline !important;
  font-weight: 500;
  text-underline-offset: 3px
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters)
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets)
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  border-left-style: solid
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`"
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`"
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014"
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset
}

.ttm-ai-assistant-launcher {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.625rem 1.5rem 0.625rem 0.625rem;
  border-radius: 9999px;
  background-color: #7BC904;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition:
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
}

.ttm-ai-assistant-launcher:hover,
.ttm-ai-assistant-launcher:focus-visible {
  background-color: #6AA803;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.ttm-ai-assistant-launcher:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.ttm-ai-assistant-launcher__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: #fff;
  color: #7BC904;
  flex-shrink: 0;
}

.ttm-ai-assistant-launcher__icon svg {
  display: block;
}

.ttm-ai-assistant-launcher__label {
  white-space: nowrap;
}

/* AI Search Frontend - Loading Animation Only */

@keyframes ttm-ai-loading {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.ttm-ai-loading-dot {
  animation: ttm-ai-loading 1.4s infinite ease-in-out;
}

.ttm-ai-loading-dot:nth-child(1) {
  animation-delay: -0.32s;
}

.ttm-ai-loading-dot:nth-child(2) {
  animation-delay: -0.16s;
}

.ttm-ai-loading-dot:nth-child(3) {
  animation-delay: 0s;
}

/* AI Search Icon Animations */

@keyframes ttm-icon-float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes ttm-icon-pulse {
  0%, 100% {
    opacity: 1;
    filter: drop-shadow(0 0 4px rgba(123, 201, 4, 0.2));
  }

  50% {
    opacity: 0.98;
    filter: drop-shadow(0 0 8px rgba(123, 201, 4, 0.3));
  }
}

@keyframes ttm-icon-layer-1 {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-1px);
    opacity: 0.98;
  }
}

@keyframes ttm-icon-layer-2 {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-0.5px);
    opacity: 0.99;
  }
}

@keyframes ttm-icon-layer-3 {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-1.5px);
    opacity: 0.97;
  }
}

.ttm-ai-search-icon {
  animation: ttm-icon-float 4s ease-in-out infinite, ttm-icon-pulse 3s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.ttm-ai-search-icon:hover {
  transform: scale(1.05);
}

.ttm-ai-search-icon .ttm-icon-layer-1 {
  animation: ttm-icon-layer-1 3.5s ease-in-out infinite;
  animation-delay: 0s;
}

.ttm-ai-search-icon .ttm-icon-layer-2 {
  animation: ttm-icon-layer-2 3.5s ease-in-out infinite;
  animation-delay: 0.4s;
}

.ttm-ai-search-icon .ttm-icon-layer-3 {
  animation: ttm-icon-layer-3 3.5s ease-in-out infinite;
  animation-delay: 0.8s;
}

/* AI response body: clear visual hierarchy for headings, sections, lists */

.ttm-ai-response-body {
  line-height: 1.65;
  color: #1f2937;
}

/* Main title (first H2) – prominent, reads as the answer title */

.ttm-ai-response-body h1,
.ttm-ai-response-body .ttm-ai-h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.ttm-ai-response-body h1:first-child,
.ttm-ai-response-body .ttm-ai-h1:first-child {
  margin-top: 0;
}

/* Section heading (e.g. "How the 5 Ways...") – large, clear main heading */

.ttm-ai-response-body h2,
.ttm-ai-response-body .ttm-ai-h2 {
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-size: 1.375rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.ttm-ai-response-body h2:first-child,
.ttm-ai-response-body .ttm-ai-h2:first-child {
  margin-top: 0;
}

/* Subsection (e.g. "1. Connect", "2. Be Active") – distinct section title with accent */

/* .ttm-ai-h1–h4 are added by JS; higher specificity so styles apply even if inline style is stripped */

.ttm-ai-response-body h3,
.ttm-ai-response-body .ttm-ai-h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  padding-left: 0.75rem;
  border-left: 3px solid #7BC904;
}

.ttm-ai-response-body h3:first-child,
.ttm-ai-response-body .ttm-ai-h3:first-child {
  margin-top: 0;
}

.ttm-ai-response-body h4,
.ttm-ai-response-body .ttm-ai-h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #374151;
  line-height: 1.4;
}

.ttm-ai-response-body h4:first-child,
.ttm-ai-response-body .ttm-ai-h4:first-child {
  margin-top: 0;
}

.ttm-ai-response-body p {
  margin: 0 0 1rem 0;
  line-height: 1.65;
  color: #374151;
}

.ttm-ai-response-body p:last-child {
  margin-bottom: 0;
}

.ttm-ai-response-body strong {
  font-weight: 700;
  color: #111827;
}

.ttm-ai-response-body em {
  font-style: italic;
  color: #4b5563;
}

.ttm-ai-response-body ul,
.ttm-ai-response-body ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.ttm-ai-response-body .ttm-ai-list-ordered {
  list-style-type: decimal;
  padding-left: 1.75rem;
}

.ttm-ai-response-body .ttm-ai-list-bullet {
  list-style-type: disc;
  padding-left: 1.75rem;
}

.ttm-ai-response-body li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  padding-left: 0.25rem;
  color: #374151;
}

.ttm-ai-response-body li:last-child {
  margin-bottom: 0;
}

.ttm-ai-response-body li strong {
  font-weight: 700;
  color: #111827;
}

.ttm-ai-response-body ul ul,
.ttm-ai-response-body ol ul {
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}

.ttm-ai-response-body code {
  font-size: 0.9em;
  padding: 0.125rem 0.375rem;
  background: #f3f4f6;
  border-radius: 0.25rem;
  font-weight: 500;
}

.ttm-ai-response-body pre {
  margin: 1rem 0;
  padding: 1rem;
  background: #f9fafb;
  border-radius: 0.5rem;
  overflow-x: auto;
}

.ttm-ai-response-body pre code {
  padding: 0;
  background: none;
}

.ttm-ai-response-body blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 4px solid #7BC904;
  color: #4b5563;
}

/**
 * Brand green alignment for Elementor kit globals and legacy tints.
 */

:root,
body[class*="elementor-kit-"],
.elementor-kit-active {
  --e-global-color-primary: #7BC904 !important;
  --e-global-color-accent: #7BC904 !important;
}

/* Elementor nav active/highlight states (Knowledge Hub header) */

.elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item.highlighted {
  color: #043e82 !important;
  border-color: #7BC904 !important;
}

.elementor-nav-menu--main .elementor-item.elementor-item-active::after,
.elementor-nav-menu--main .elementor-item.elementor-item-active::before {
  background-color: #7BC904 !important;
  border-color: #7BC904 !important;
}

/**
 * Product promotion banner and card.
 */

/* —— Hero banner (subscribers) —— */

.product-promotion-banner {
  overflow: visible;
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(105deg, #6d3faa 0%, #8b4ec9 38%, #a855b0 72%, #c45b9e 100%);
  box-shadow: 0 10px 40px rgba(109, 63, 170, 0.22);
  color: #fff;
}

@media (min-width: 768px) {
  .product-promotion-banner {
    padding: 2.125rem 2.25rem;
  }
}

@media (min-width: 1024px) {
  .product-promotion-banner {
    padding: 2.375rem 2.75rem;
  }
}

.product-promotion-banner__inner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 900px) {
  .product-promotion-banner__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 1.75rem 2.5rem;
  }
}

.product-promotion-banner__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-promotion-banner__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.3125rem 0.875rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

.product-promotion-banner__badge-mark {
  font-size: 0.625rem;
  line-height: 1;
  opacity: 0.95;
}

.product-promotion-banner__title {
  margin: 0;
  max-width: 22rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #fff;
}

@media (min-width: 768px) {
  .product-promotion-banner__title {
    max-width: 26rem;
    font-size: 2rem;
  }
}

@media (min-width: 1024px) {
  .product-promotion-banner__title {
    font-size: 2.0625rem;
  }
}

.product-promotion-banner__text {
  margin: 0.875rem 0 0;
  max-width: 30rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

@media (min-width: 768px) {
  .product-promotion-banner__text {
    font-size: 1rem;
  }
}

.product-promotion-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.product-promotion-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.625rem;
  background: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #4a1f6e;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.product-promotion-banner__cta:hover {
  background: #fafafa;
  color: #4a1f6e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.product-promotion-banner__cta-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #4a1f6e;
}

.product-promotion-banner__link {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.product-promotion-banner__link:hover {
  color: rgba(255, 255, 255, 0.92);
}

.product-promotion-banner__visual {
  position: relative;
  width: 100%;
  max-width: 19.75rem;
  min-height: 15rem;
  margin: 0 auto;
  padding-top: 0.25rem;
}

@media (min-width: 900px) {
  .product-promotion-banner__visual {
    max-width: 21.5rem;
    min-height: 15.5rem;
    margin: 0;
    margin-left: auto;
    justify-self: end;
    padding-right: 2rem;
  }
}

.product-promotion-banner__stack {
  position: relative;
  width: 15.75rem;
  height: 14.375rem;
  margin-left: auto;
  margin-right: 0;
  padding-left: 2.375rem;
  filter: drop-shadow(0 20px 36px rgba(18, 8, 36, 0.35));
}

@media (min-width: 900px) {
  .product-promotion-banner__stack {
    width: 16.5rem;
    height: 15rem;
  }
}

.product-promotion-banner__stack--count-1 {
  padding-left: 0;
}

.product-promotion-banner__stack--count-2 {
  padding-left: 1.3125rem;
}

.product-promotion-banner__editor-note {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Stacked cards — one CMS resource per layer, fanned to the left */

.product-promotion-resource-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 15.75rem;
  pointer-events: none;
  transform-origin: 85% 20%;
}

.product-promotion-resource-card--front {
  pointer-events: auto;
}

.product-promotion-resource-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product-promotion-resource-card--0 {
  transform: translate(0, 0) rotate(-1deg);
  z-index: 30;
}

.product-promotion-resource-card--1 {
  transform: translate(-1.0625rem, 0.5rem) rotate(-5deg);
  z-index: 20;
}

.product-promotion-resource-card--2 {
  transform: translate(-2.125rem, 0.9375rem) rotate(-9deg);
  z-index: 10;
}

.product-promotion-resource-card__surface {
  overflow: hidden;
  border-radius: 1.125rem;
  background: #fff;
  box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.65) inset,
		0 14px 40px rgba(12, 6, 28, 0.22);
}

.product-promotion-resource-card--back .product-promotion-resource-card__surface {
  box-shadow: 0 10px 28px rgba(12, 6, 28, 0.16);
}

.product-promotion-resource-card__image-wrap {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #fff;
  line-height: 0;
  font-size: 0;
}

.product-promotion-resource-card__image {
  display: block;
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  min-height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.product-promotion-resource-card__body {
  padding: 0 1rem 0.875rem;
  background: #fff;
}

.product-promotion-resource-card--back .product-promotion-resource-card__body--peek {
  min-height: 3rem;
  padding: 0;
}

.product-promotion-resource-card__type {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin: 0 0 0.4375rem;
  font-family: inherit;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #7c3aad;
}

.product-promotion-resource-card__play {
  width: 0.5rem;
  height: 0.625rem;
  flex-shrink: 0;
  color: #7c3aad;
}

.product-promotion-resource-card__title {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: #152a5c;
}

.product-promotion-banner__pack-label {
  position: absolute;
  right: 0.125rem;
  bottom: -0.4rem;
  z-index: 50;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background: #fff;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #6d28a8;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
}

/* —— Compact upsell card (not in your plan) —— */

.product-promotion-card {
  overflow: hidden;
  margin-bottom: 2rem;
  border-radius: 0.875rem;
  background: #fff;
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.08);
}

.product-promotion-card__inner {
  border-left: 5px solid #002159;
}

.product-promotion-card__body {
  padding: 1.375rem 1.5rem 1.5rem;
}

@media (min-width: 768px) {
  .product-promotion-card__body {
    padding: 1.5rem 1.75rem 1.75rem;
  }
}

.product-promotion-card__editor-note {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  color: #9ca3af;
}

.product-promotion-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.125rem;
}

.product-promotion-card__status {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.3125rem 0.75rem;
  border-radius: 9999px;
  background: #e8ebf7;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
  color: #002159;
}

.product-promotion-card__status-icon {
  width: 0.8125rem;
  height: 0.8125rem;
  flex-shrink: 0;
  color: #002159;
}

.product-promotion-card__count {
  flex-shrink: 0;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
  color: #9ca3af;
}

.product-promotion-card__title {
  margin: 0;
  font-family: inherit;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #002159;
}

@media (min-width: 768px) {
  .product-promotion-card__title {
    font-size: 1.5rem;
  }
}

.product-promotion-card__text {
  margin: 0.625rem 0 0;
  max-width: 40rem;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.55;
  color: #6b7280;
}

.product-promotion-card__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.product-promotion-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6875rem 1.125rem;
  border-radius: 0.5rem;
  background: #002159;
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.product-promotion-card__cta:hover {
  background: #001a47;
  color: #fff;
}

.product-promotion-card__cta-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.product-promotion-card__link {
  font-family: inherit;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #6b7280;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.product-promotion-card__link:hover {
  color: #4b5563;
}

.product-promotion-resource-card__lock {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: rgba(12, 53, 103, 0.72);
  color: #fff;
}

.product-promotion-resource-card__lock svg {
  width: 0.9375rem;
  height: 0.9375rem;
}

/**
 * Single Knowledge Hub resource page hero.
 */

/* Match Elementor single-resource template boxed width (post-137) */

body.single-article,
body.single-video,
body.single-podcast,
body.single-download,
body.single-course_resource {
  --ttm-resource-content-max-width: 1140px;
}

/* Break hero out of Elementor boxed containers */

.elementor-location-single section.elementor-top-section:has(.resource-hero) > .elementor-container,
.elementor-location-single section.elementor-top-section:has(.resource-hero) > .e-con,
.elementor-location-single .e-con:has(.resource-hero),
.elementor-location-single .e-con:has(.resource-hero) > .e-con-inner,
.elementor-location-single .elementor-widget-shortcode:has(.resource-hero),
.elementor-location-single .elementor-widget-shortcode:has(.resource-hero) .elementor-widget-container {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

/* Full-bleed hero when the shortcode sits inside a narrow Elementor column */

.elementor-location-single .resource-hero {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background-color: #1b3c87;
  color: #fff;
}

/* Non-Elementor fallback */

.resource-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #1b3c87;
  color: #fff;
}

.ttm-mode-my_family_coach .resource-hero {
  background-color: #5a2041;
}

.resource-hero__decor {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.resource-hero__decor-circle {
  position: absolute;
  border-radius: 9999px;
}

.resource-hero__decor-circle--teal {
  right: 11rem;
  bottom: -4.5rem;
  width: 13.5rem;
  height: 13.5rem;
  background-color: rgba(43, 181, 160, 0.82);
}

.resource-hero__decor-circle--purple {
  right: -4.5rem;
  top: -2.5rem;
  width: 18rem;
  height: 18rem;
  background-color: rgba(123, 91, 191, 0.88);
}

.resource-hero__decor-circle--magenta {
  right: 5rem;
  top: -7rem;
  width: 15rem;
  height: 15rem;
  background-color: rgba(139, 45, 92, 0.78);
}

.resource-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--ttm-resource-content-max-width, 1140px);
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 10px 2.5rem;
  box-sizing: border-box;
}

.resource-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: none;
}

.resource-hero__breadcrumbs {
  margin: 0 0 1.25rem;
  padding: 0;
}

.resource-hero__breadcrumb-trail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.resource-hero__breadcrumb-sep {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.55);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resource-hero__breadcrumb-link,
.resource-hero__breadcrumb-current {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.resource-hero__breadcrumb-link {
  text-decoration: none;
  transition: color 0.2s ease;
}

.resource-hero__breadcrumb-link:hover {
  color: #fff;
}

.resource-hero__breadcrumb-current {
  color: rgba(255, 255, 255, 0.72);
}

.resource-hero__topic {
  margin: 0 0 0.625rem;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.resource-hero__title {
  margin: 0 0 0.875rem !important;
  padding: 0 !important;
  font-size: clamp(1.75rem, 4vw, 2.5rem) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em;
  color: #fff !important;
}

.resource-hero__description {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 38rem;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (min-width: 768px) {
  .resource-hero__inner {
    padding: 2.5rem 10px 3rem;
  }

  .resource-hero__decor {
    left: 42%;
  }

  .resource-hero__decor-circle--teal {
    right: 8rem;
    bottom: -5rem;
    width: 16rem;
    height: 16rem;
  }

  .resource-hero__decor-circle--purple {
    right: -6rem;
    top: -3rem;
    width: 22rem;
    height: 22rem;
  }

  .resource-hero__decor-circle--magenta {
    right: 4rem;
    top: -8.5rem;
    width: 18rem;
    height: 18rem;
  }

  .resource-hero__description {
    font-size: 1.0625rem !important;
  }
}

@media (min-width: 1024px) {
  .resource-hero__inner {
    padding: 2.75rem 10px 3.25rem;
  }
}

/* Let the theme hero supply the blue bar (avoid double backgrounds from Elementor wrappers) */

.elementor-location-single .e-con.e-parent:has(.resource-hero) {
  background: transparent !important;
  background-image: none !important;
  padding: 0 !important;
}

/* New template: remove column padding so hero inner aligns with content row */

.elementor-location-single .e-con.e-child:has(.resource-hero) {
  width: 100% !important;
  max-width: 100% !important;
  --width: 100% !important;
  padding: 0 !important;
}

/* Hide legacy Elementor hero widgets once the theme hero is rendered */

body.single-article:has(.resource-hero) .elementor-location-single section.elementor-top-section:has(#breadcrumbs):not(:has(.resource-locked-preview)),
body.single-video:has(.resource-hero) .elementor-location-single section.elementor-top-section:has(#breadcrumbs):not(:has(.resource-locked-preview)),
body.single-podcast:has(.resource-hero) .elementor-location-single section.elementor-top-section:has(#breadcrumbs):not(:has(.resource-locked-preview)),
body.single-download:has(.resource-hero) .elementor-location-single section.elementor-top-section:has(#breadcrumbs):not(:has(.resource-locked-preview)),
body.single-course_resource:has(.resource-hero) .elementor-location-single section.elementor-top-section:has(#breadcrumbs):not(:has(.resource-locked-preview)) {
  display: none !important;
}

/**
 * Unified locked-resource preview card (left column).
 */

.resource-locked-preview {
  overflow: hidden;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 10px 36px rgba(15, 35, 70, 0.12);
  border: none;
}

.resource-locked-preview__media {
  overflow: hidden;
}

.resource-locked-preview__media .blurred img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.resource-locked-preview__body {
  padding: 1.5rem 2rem 1.25rem;
}

.resource-locked-preview__content-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.resource-locked-preview__preview {
  position: relative;
  max-height: 7.5rem;
  overflow: hidden;
}

.resource-locked-preview__content-wrap .content-preview {
  margin: 0;
  color: #64748b;
}

.resource-locked-preview__content-wrap .content-preview.prose {
  max-width: none;
}

.resource-locked-preview__content-wrap .content-preview :where(p, li, h2, h3, h4) {
  margin-top: 0;
  color: #64748b;
}

.resource-locked-preview__content-wrap .content-preview :where(p) {
  margin-bottom: 0.75rem;
  line-height: 1.55;
}

.resource-locked-preview__fade {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.25rem;
  pointer-events: none;
  background: linear-gradient(
		to top,
		#fff 0%,
		rgba(255, 255, 255, 0.96) 35%,
		transparent 100%
	);
}

.resource-locked-preview__notice {
  margin: 0.875rem 0 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  color: #0f172a;
}

/**
 * Single resource page layout (Elementor two-column + hero).
 */

/* Shared boxed width: hero title row + two-column content row */

body.single-article .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner,
body.single-video .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner,
body.single-podcast .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner,
body.single-download .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner,
body.single-course_resource .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner,
body.single-article .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con.e-con-boxed > .e-con-inner,
body.single-video .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con.e-con-boxed > .e-con-inner,
body.single-podcast .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con.e-con-boxed > .e-con-inner,
body.single-download .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con.e-con-boxed > .e-con-inner,
body.single-course_resource .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con.e-con-boxed > .e-con-inner,
body.single-article .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con > .e-con-inner,
body.single-video .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con > .e-con-inner,
body.single-podcast .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con > .e-con-inner,
body.single-download .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con > .e-con-inner,
body.single-course_resource .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con > .e-con-inner {
  --container-max-width: var(--ttm-resource-content-max-width, 1140px);
  max-width: var(--ttm-resource-content-max-width, 1140px) !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: border-box;
}

/* Legacy hero: title spans full inner width (drop 70/30 column split) */

body.single-article .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:has(.elementor-widget-theme-post-title),
body.single-video .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:has(.elementor-widget-theme-post-title),
body.single-podcast .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:has(.elementor-widget-theme-post-title),
body.single-download .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:has(.elementor-widget-theme-post-title),
body.single-course_resource .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:has(.elementor-widget-theme-post-title) {
  width: 100% !important;
  max-width: 100% !important;
  --width: 100% !important;
  flex: 1 1 100% !important;
}

body.single-article .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:not(:has(.elementor-widget-theme-post-title)),
body.single-video .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:not(:has(.elementor-widget-theme-post-title)),
body.single-podcast .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:not(:has(.elementor-widget-theme-post-title)),
body.single-download .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:not(:has(.elementor-widget-theme-post-title)),
body.single-course_resource .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) > .e-con-inner > .e-con.e-child:not(:has(.elementor-widget-theme-post-title)) {
  display: none !important;
}

/* Less bottom padding on legacy hero (was space for overlap) */

body.single-article .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title),
body.single-video .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title),
body.single-podcast .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title),
body.single-download .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title),
body.single-course_resource .elementor-location-single .e-con.e-con-boxed:has(.elementor-widget-theme-post-title) {
  --padding-bottom: 2rem !important;
  padding-bottom: 2rem !important;
}

/* Content row sits below the hero (cancel legacy -70px overlap from Elementor template) */

body.single-article .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con,
body.single-video .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con,
body.single-podcast .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con,
body.single-download .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con,
body.single-course_resource .elementor-location-single .e-con.e-parent:has(#breadcrumbs) + .e-con,
body.single-article .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con,
body.single-video .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con,
body.single-podcast .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con,
body.single-download .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con,
body.single-course_resource .elementor-location-single .e-con.e-parent:has(.resource-hero) + .e-con,
body.single-article .elementor-location-single .e-con:has(.resource-hero) + .e-con,
body.single-video .elementor-location-single .e-con:has(.resource-hero) + .e-con,
body.single-podcast .elementor-location-single .e-con:has(.resource-hero) + .e-con,
body.single-download .elementor-location-single .e-con:has(.resource-hero) + .e-con,
body.single-course_resource .elementor-location-single .e-con:has(.resource-hero) + .e-con,
body.single-article .elementor-location-single [class*="elementor-element-2422a465"],
body.single-video .elementor-location-single [class*="elementor-element-2422a465"],
body.single-podcast .elementor-location-single [class*="elementor-element-2422a465"],
body.single-download .elementor-location-single [class*="elementor-element-2422a465"],
body.single-course_resource .elementor-location-single [class*="elementor-element-2422a465"],
body.single-article .elementor-location-single [class*="elementor-element-1af9e8b8"],
body.single-video .elementor-location-single [class*="elementor-element-1af9e8b8"],
body.single-podcast .elementor-location-single [class*="elementor-element-1af9e8b8"],
body.single-download .elementor-location-single [class*="elementor-element-1af9e8b8"],
body.single-course_resource .elementor-location-single [class*="elementor-element-1af9e8b8"] {
  --margin-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 2rem !important;
}

/* Two-column row: top-align both sides */

.elementor-location-single .e-con:has(.resource-locked-preview):has(.resource-unlock-card) > .e-con-inner {
  align-items: flex-start !important;
}

.elementor-location-single .e-con.e-child:has(.resource-locked-preview),
.elementor-location-single .e-con.e-child:has(.resource-unlock-card) {
  align-self: flex-start !important;
  justify-content: flex-start !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.elementor-location-single .e-con.e-child:has(.resource-unlock-card) > .e-con-inner {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

body.single-article .elementor-location-single .e-con:has(.resource-locked-preview),
body.single-video .elementor-location-single .e-con:has(.resource-locked-preview),
body.single-podcast .elementor-location-single .e-con:has(.resource-locked-preview),
body.single-download .elementor-location-single .e-con:has(.resource-locked-preview),
body.single-course_resource .elementor-location-single .e-con:has(.resource-locked-preview) {
  align-items: flex-start !important;
}

body.single-article .elementor-location-single section.elementor-top-section:has(.resource-locked-preview),
body.single-video .elementor-location-single section.elementor-top-section:has(.resource-locked-preview),
body.single-podcast .elementor-location-single section.elementor-top-section:has(.resource-locked-preview),
body.single-download .elementor-location-single section.elementor-top-section:has(.resource-locked-preview) {
  margin-top: 0 !important;
}

/* Left column: hide empty featured-media shortcode above the preview card */

.elementor-location-single .e-con.e-child:has(.resource-locked-preview) .elementor-widget-shortcode:not(:has(.resource-locked-preview)) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

/* Align left and right column cards to the same top edge */

.elementor-location-single .elementor-widget-shortcode:has(.resource-locked-preview),
.elementor-location-single .elementor-widget-shortcode:has(.resource-unlock-card) {
  align-self: flex-start;
  height: auto;
  margin-block: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.elementor-location-single .elementor-widget-shortcode:has(.resource-locked-preview) .elementor-widget-container,
.elementor-location-single .elementor-widget-shortcode:has(.resource-unlock-card) .elementor-widget-container {
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  border-radius: 0 !important;
}

.elementor-location-single .elementor-widget-shortcode .elementor-widget-container:empty {
  display: none;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.resource-locked-preview,
.resource-unlock-card {
  margin-top: 0;
}

/* Right column: only the unlock card when it renders */

.elementor-location-single .e-con.e-child:has(.resource-unlock-card) > .e-con-inner > .elementor-element:not(:has(.resource-unlock-card)) {
  display: none !important;
}

/**
 * Locked resource sidebar unlock card.
 *
 * One clipped surface; header and footer own their corners so section
 * backgrounds cannot bleed past the rounded edges on the live page.
 */

.resource-unlock-card {
  --ruc-radius: 1.25rem;
  --ruc-edge: 2px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  filter: drop-shadow(0 10px 36px rgba(15, 35, 70, 0.12));
}

.elementor-widget-shortcode:has(.resource-unlock-card),
.elementor-widget-shortcode:has(.resource-unlock-card) .elementor-widget-container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  overflow: visible !important;
  border-radius: 0 !important;
  filter: none !important;
}

.elementor-widget-shortcode .resource-unlock-card,
.elementor-widget-shortcode .elementor-widget-container > .resource-unlock-card {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.resource-unlock-card__editor-note {
  position: absolute;
  top: -1.75rem;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  background: #fff7ed;
  color: #9a3412;
  font-size: 0.6875rem;
  line-height: 1.35;
  filter: none;
}

.resource-unlock-card__surface {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: var(--ruc-radius);
  clip-path: inset(0 round var(--ruc-radius));
  background: #152b4a;
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.resource-unlock-card__header {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  margin: calc(var(--ruc-edge) * -1) calc(var(--ruc-edge) * -1) 0;
  padding: calc(1.875rem + var(--ruc-edge)) calc(1.75rem + var(--ruc-edge)) 1.75rem;
  background: #152b4a;
  color: #fff;
  border: none;
  border-radius: var(--ruc-radius) var(--ruc-radius) 0 0;
  overflow: hidden;
}

.resource-unlock-card__meta {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}

.resource-unlock-card__title {
  margin: 0 0 0.625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.resource-unlock-card__intro {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.resource-unlock-card__body {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.75rem 1.75rem 1.5rem;
  background: #fff;
  border: none;
}

.resource-unlock-card__products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.resource-unlock-card__product {
  margin: 0;
  padding: 0;
}

.resource-unlock-card__product-link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  padding: 1rem 1.25rem;
  border-radius: 0.875rem;
  background: var(--resource-unlock-bg, #eef2f7);
  color: var(--resource-unlock-fg, #1e3a5f);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.resource-unlock-card__product-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(15, 35, 70, 0.1);
}

.resource-unlock-card__product-link--static {
  cursor: default;
}

.resource-unlock-card__product-dot {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 9999px;
  background: currentColor;
}

.resource-unlock-card__product-name {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
}

.resource-unlock-card__product-icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}

.resource-unlock-card__footnote {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #64748b;
}

.resource-unlock-card__disclaimer {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 calc(var(--ruc-edge) * -1) calc(var(--ruc-edge) * -1);
  padding: 1.125rem calc(1.75rem + var(--ruc-edge)) calc(1.375rem + var(--ruc-edge));
  background: #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 0 0 var(--ruc-radius) var(--ruc-radius);
  overflow: hidden;
}

.resource-unlock-card__disclaimer-mark {
  flex-shrink: 0;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #94a3b8;
}

.resource-unlock-card__disclaimer-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #94a3b8;
}

@media (min-width: 768px) {
  .resource-unlock-card__header {
    padding-left: calc(2rem + var(--ruc-edge));
    padding-right: calc(2rem + var(--ruc-edge));
  }

  .resource-unlock-card__body {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .resource-unlock-card__disclaimer {
    padding-left: calc(2rem + var(--ruc-edge));
    padding-right: calc(2rem + var(--ruc-edge));
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity))
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem
}

/** Resource Card */

.r-card .r-card-image-container {
  aspect-ratio: 347/195;
  height: auto;
  width: 100%
}

.r-card .r-card-image-container img {
  aspect-ratio: 347/195;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover
}

.r-card-content img.avatar-sm {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border: 3px solid white
}

.card-type-article {
  background-color: rgb(123 201 4 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(123 201 4 / var(--tw-text-opacity))
}

.card-type-podcast {
  background-color: rgb(2 144 161 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(2 144 161 / var(--tw-text-opacity))
}

.card-type-video {
  background-color: rgb(221 41 121 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(221 41 65 / var(--tw-text-opacity))
}

.card-type-download {
  background-color: rgb(242 166 31 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(242 166 31 / var(--tw-text-opacity))
}

.card-type-event {
  background-color: rgb(111 2 161 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(111 2 161 / var(--tw-text-opacity))
}

.for-you-card {
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.for-you-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.375rem;
  padding: 0.375rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.for-you-card__badge--trending {
  background-color: rgba(27, 60, 135, 0.88);
  color: #fff;
}

.for-you-card__badge-mark {
  font-size: 0.625rem;
  line-height: 1;
}

.ttm-mode-my_family_coach .for-you-card__badge--trending {
  background-color: rgba(90, 32, 65, 0.88);
}

/* Keep the favourite heart clear of the trending badge, which shares the top-left corner. */

.for-you-card .fav-icon-btn {
  left: auto;
  right: 0.75rem;
}

.for-you-card__type {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity))
}

.for-you-card__type-icon svg {
  display: block
}

.ttm-mode-my_family_coach .for-you-card__type {
  --tw-text-opacity: 1;
  color: rgb(162 66 111 / var(--tw-text-opacity))
}

.ttm-card-lock-overlay {
  pointer-events: none
}

.fav-icon-btn .heart-svg-path {
  fill: rgb(123 201 4 / 0)
}

.fav-icon-btn.favourited .heart-svg-path {
  fill: #DE3382;
  stroke: #DE3382
}

.fav-icon-btn:not(.favourited):hover .heart-svg-path {
  fill: rgb(123 201 4 / 0.5)
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.pointer-events-none {
  pointer-events: none
}

.visible {
  visibility: visible
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: sticky
}

.inset-0 {
  inset: 0px
}

.\!left-0 {
  left: 0px !important
}

.\!right-0 {
  right: 0px !important
}

.-top-7 {
  top: -1.75rem
}

.bottom-0 {
  bottom: 0px
}

.bottom-3 {
  bottom: 0.75rem
}

.bottom-4 {
  bottom: 1rem
}

.left-0 {
  left: 0px
}

.left-3 {
  left: 0.75rem
}

.right-0 {
  right: 0px
}

.right-1\/4 {
  right: 25%
}

.right-2 {
  right: 0.5rem
}

.right-3 {
  right: 0.75rem
}

.right-4 {
  right: 1rem
}

.right-5 {
  right: 1.25rem
}

.top-0 {
  top: 0px
}

.top-1\/2 {
  top: 50%
}

.top-2 {
  top: 0.5rem
}

.top-3 {
  top: 0.75rem
}

.top-4 {
  top: 1rem
}

.top-5 {
  top: 1.25rem
}

.\!z-10 {
  z-index: 10 !important
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.z-30 {
  z-index: 30
}

.z-40 {
  z-index: 40
}

.z-50 {
  z-index: 50
}

.z-\[1\] {
  z-index: 1
}

.z-\[2\] {
  z-index: 2
}

.m-0 {
  margin: 0px
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.-mb-\[250px\] {
  margin-bottom: -250px
}

.-ml-0\.5 {
  margin-left: -0.125rem
}

.-ml-\[250px\] {
  margin-left: -250px
}

.-mr-\[300px\] {
  margin-right: -300px
}

.-mt-8 {
  margin-top: -2rem
}

.-mt-\[300px\] {
  margin-top: -300px
}

.mb-0 {
  margin-bottom: 0px
}

.mb-0\.5 {
  margin-bottom: 0.125rem
}

.mb-1 {
  margin-bottom: 0.25rem
}

.mb-2 {
  margin-bottom: 0.5rem
}

.mb-3 {
  margin-bottom: 0.75rem
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.mb-8 {
  margin-bottom: 2rem
}

.mb-px {
  margin-bottom: 1px
}

.ml-1 {
  margin-left: 0.25rem
}

.ml-2 {
  margin-left: 0.5rem
}

.ml-3 {
  margin-left: 0.75rem
}

.ml-auto {
  margin-left: auto
}

.mr-0\.5 {
  margin-right: 0.125rem
}

.mr-2 {
  margin-right: 0.5rem
}

.mt-0\.5 {
  margin-top: 0.125rem
}

.mt-1 {
  margin-top: 0.25rem
}

.mt-1\.5 {
  margin-top: 0.375rem
}

.mt-2 {
  margin-top: 0.5rem
}

.mt-3 {
  margin-top: 0.75rem
}

.mt-4 {
  margin-top: 1rem
}

.mt-5 {
  margin-top: 1.25rem
}

.mt-6 {
  margin-top: 1.5rem
}

.mt-auto {
  margin-top: auto
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.\!flex {
  display: flex !important
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.table {
  display: table
}

.grid {
  display: grid
}

.contents {
  display: contents
}

.hidden {
  display: none
}

.aspect-\[16\/9\] {
  aspect-ratio: 16/9
}

.aspect-square {
  aspect-ratio: 1 / 1
}

.aspect-video {
  aspect-ratio: 16 / 9
}

.\!h-10 {
  height: 2.5rem !important
}

.\!h-4 {
  height: 1rem !important
}

.\!h-6 {
  height: 1.5rem !important
}

.\!h-\[220px\] {
  height: 220px !important
}

.\!h-full {
  height: 100% !important
}

.h-10 {
  height: 2.5rem
}

.h-11 {
  height: 2.75rem
}

.h-12 {
  height: 3rem
}

.h-14 {
  height: 3.5rem
}

.h-16 {
  height: 4rem
}

.h-24 {
  height: 6rem
}

.h-3 {
  height: 0.75rem
}

.h-3\.5 {
  height: 0.875rem
}

.h-36 {
  height: 9rem
}

.h-4 {
  height: 1rem
}

.h-5 {
  height: 1.25rem
}

.h-6 {
  height: 1.5rem
}

.h-7 {
  height: 1.75rem
}

.h-8 {
  height: 2rem
}

.h-\[183px\] {
  height: 183px
}

.h-\[200px\] {
  height: 200px
}

.h-\[350px\] {
  height: 350px
}

.h-\[35px\] {
  height: 35px
}

.h-\[4\.5rem\] {
  height: 4.5rem
}

.h-\[42px\] {
  height: 42px
}

.h-\[430px\] {
  height: 430px
}

.h-\[500px\] {
  height: 500px
}

.h-\[50px\] {
  height: 50px
}

.h-\[600px\] {
  height: 600px
}

.h-\[60px\] {
  height: 60px
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.max-h-\[90vh\] {
  max-height: 90vh
}

.min-h-\[100px\] {
  min-height: 100px
}

.min-h-\[400px\] {
  min-height: 400px
}

.min-h-\[500px\] {
  min-height: 500px
}

.min-h-\[50px\] {
  min-height: 50px
}

.\!w-10 {
  width: 2.5rem !important
}

.\!w-6 {
  width: 1.5rem !important
}

.\!w-auto {
  width: auto !important
}

.w-1\/4 {
  width: 25%
}

.w-10 {
  width: 2.5rem
}

.w-12 {
  width: 3rem
}

.w-14 {
  width: 3.5rem
}

.w-16 {
  width: 4rem
}

.w-24 {
  width: 6rem
}

.w-28 {
  width: 7rem
}

.w-3\.5 {
  width: 0.875rem
}

.w-3\/4 {
  width: 75%
}

.w-4 {
  width: 1rem
}

.w-4\/6 {
  width: 66.666667%
}

.w-5 {
  width: 1.25rem
}

.w-5\/6 {
  width: 83.333333%
}

.w-6 {
  width: 1.5rem
}

.w-8 {
  width: 2rem
}

.w-\[350px\] {
  width: 350px
}

.w-\[36px\] {
  width: 36px
}

.w-\[4\.5rem\] {
  width: 4.5rem
}

.w-\[500px\] {
  width: 500px
}

.w-\[600px\] {
  width: 600px
}

.w-\[60px\] {
  width: 60px
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content
}

.w-full {
  width: 100%
}

.w-screen {
  width: 100vw
}

.min-w-0 {
  min-width: 0px
}

.max-w-2xl {
  max-width: 42rem
}

.max-w-\[1200px\] {
  max-width: 1200px
}

.max-w-\[800px\] {
  max-width: 800px
}

.max-w-\[95\%\] {
  max-width: 95%
}

.max-w-full {
  max-width: 100%
}

.max-w-lg {
  max-width: 32rem
}

.max-w-md {
  max-width: 28rem
}

.max-w-none {
  max-width: none
}

.flex-1 {
  flex: 1 1 0%
}

.flex-shrink {
  flex-shrink: 1
}

.flex-shrink-0 {
  flex-shrink: 0
}

.shrink-0 {
  flex-shrink: 0
}

.flex-grow {
  flex-grow: 1
}

.grow {
  flex-grow: 1
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[1\.5\] {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite
}

.cursor-not-allowed {
  cursor: not-allowed
}

.cursor-pointer {
  cursor: pointer
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none
}

.resize {
  resize: both
}

.list-inside {
  list-style-position: inside
}

.list-disc {
  list-style-type: disc
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.flex-row-reverse {
  flex-direction: row-reverse
}

.flex-col {
  flex-direction: column
}

.flex-wrap {
  flex-wrap: wrap
}

.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.gap-1 {
  gap: 0.25rem
}

.gap-1\.5 {
  gap: 0.375rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-2 {
  gap: 0.5rem
}

.gap-3 {
  gap: 0.75rem
}

.gap-4 {
  gap: 1rem
}

.gap-5 {
  gap: 1.25rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-8 {
  gap: 2rem
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem
}

.gap-y-2 {
  row-gap: 0.5rem
}

.gap-y-8 {
  row-gap: 2rem
}

.-space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse))
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse))
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse))
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse))
}

.self-start {
  align-self: flex-start
}

.self-end {
  align-self: flex-end
}

.overflow-hidden {
  overflow: hidden
}

.overflow-visible {
  overflow: visible
}

.overflow-y-auto {
  overflow-y: auto
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.whitespace-nowrap {
  white-space: nowrap
}

.break-words {
  overflow-wrap: break-word
}

.\!rounded-full {
  border-radius: 9999px !important
}

.\!rounded-lg {
  border-radius: 0.5rem !important
}

.rounded {
  border-radius: 0.25rem
}

.rounded-2xl {
  border-radius: 1rem
}

.rounded-3xl {
  border-radius: 1.5rem
}

.rounded-\[9px\] {
  border-radius: 9px
}

.rounded-full {
  border-radius: 9999px
}

.rounded-lg {
  border-radius: 0.5rem
}

.rounded-md {
  border-radius: 0.375rem
}

.rounded-xl {
  border-radius: 0.75rem
}

.\!rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem
}

.\!border-2 {
  border-width: 2px !important
}

.border {
  border-width: 1px
}

.border-0 {
  border-width: 0px
}

.border-2 {
  border-width: 2px
}

.border-\[8px\] {
  border-width: 8px
}

.border-b {
  border-bottom-width: 1px
}

.border-b-0 {
  border-bottom-width: 0px
}

.border-l {
  border-left-width: 1px
}

.border-l-4 {
  border-left-width: 4px
}

.border-t {
  border-top-width: 1px
}

.\!border-\[\#7BC904\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(123 201 4 / var(--tw-border-opacity)) !important
}

.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important
}

.border-\[\#7BC904\] {
  --tw-border-opacity: 1;
  border-color: rgb(123 201 4 / var(--tw-border-opacity))
}

.border-\[\#A2426F\] {
  --tw-border-opacity: 1;
  border-color: rgb(162 66 111 / var(--tw-border-opacity))
}

.border-\[\#DE3382\] {
  --tw-border-opacity: 1;
  border-color: rgb(222 51 130 / var(--tw-border-opacity))
}

.border-\[\#F4A330\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 163 48 / var(--tw-border-opacity))
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity))
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity))
}

.border-gray-200\/80 {
  border-color: rgb(229 231 235 / 0.8)
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity))
}

.border-secondary\/40 {
  border-color: rgb(13 40 96 / 0.4)
}

.border-transparent {
  border-color: transparent
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2)
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9)
}

.\!bg-\[\#7BC904\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 201 4 / var(--tw-bg-opacity)) !important
}

.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(123 201 4 / var(--tw-bg-opacity)) !important
}

.\!bg-transparent {
  background-color: transparent !important
}

.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}

.bg-\[\#08326F\]\/70 {
  background-color: rgb(8 50 111 / 0.7)
}

.bg-\[\#7BC904\] {
  --tw-bg-opacity: 1;
  background-color: rgb(123 201 4 / var(--tw-bg-opacity))
}

.bg-\[\#A2426F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(162 66 111 / var(--tw-bg-opacity))
}

.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity))
}

.bg-\[rgba\(13\2c 40\2c 96\2c 0\.60\)\] {
  background-color: rgba(13,40,96,0.60)
}

.bg-\[rgba\(40\2c 140\2c 255\2c 0\.55\)\] {
  background-color: rgba(40,140,255,0.55)
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity))
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity))
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity))
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6)
}

.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4)
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(123 201 4 / var(--tw-bg-opacity))
}

.bg-primary\/15 {
  background-color: rgb(123 201 4 / 0.15)
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity))
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(13 40 96 / var(--tw-bg-opacity))
}

.bg-secondary\/90 {
  background-color: rgb(13 40 96 / 0.9)
}

.bg-transparent {
  background-color: transparent
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1)
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05)
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity))
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops))
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.from-\[\#00937B\] {
  --tw-gradient-from: #00937B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 147 123 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#0B3371\] {
  --tw-gradient-from: #0B3371 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(11 51 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#0D2860\] {
  --tw-gradient-from: #0D2860 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 40 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#7BC904\]\/10 {
  --tw-gradient-from: rgb(123 201 4 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(123 201 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#DE3382\]\/10 {
  --tw-gradient-from: rgb(222 51 130 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(222 51 130 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#F4A330\]\/10 {
  --tw-gradient-from: rgb(244 163 48 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 163 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.via-\[\#1a3d7a\] {
  --tw-gradient-to: rgb(26 61 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a3d7a var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.to-\[\#043E82\] {
  --tw-gradient-to: #043E82 var(--tw-gradient-to-position)
}

.to-\[\#1C4A91\] {
  --tw-gradient-to: #1C4A91 var(--tw-gradient-to-position)
}

.to-\[\#76C70E\] {
  --tw-gradient-to: #76C70E var(--tw-gradient-to-position)
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.bg-cover {
  background-size: cover
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

.object-center {
  -o-object-position: center;
     object-position: center
}

.object-left {
  -o-object-position: left;
     object-position: left
}

.p-1 {
  padding: 0.25rem
}

.p-12 {
  padding: 3rem
}

.p-2 {
  padding: 0.5rem
}

.p-3 {
  padding: 0.75rem
}

.p-3\.5 {
  padding: 0.875rem
}

.p-4 {
  padding: 1rem
}

.p-5 {
  padding: 1.25rem
}

.p-6 {
  padding: 1.5rem
}

.p-8 {
  padding: 2rem
}

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important
}

.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem
}

.\!pl-3\.5 {
  padding-left: 0.875rem !important
}

.\!pr-2\.5 {
  padding-right: 0.625rem !important
}

.pb-12 {
  padding-bottom: 3rem
}

.pb-16 {
  padding-bottom: 4rem
}

.pb-24 {
  padding-bottom: 6rem
}

.pb-32 {
  padding-bottom: 8rem
}

.pb-5 {
  padding-bottom: 1.25rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pl-0 {
  padding-left: 0px
}

.pl-3\.5 {
  padding-left: 0.875rem
}

.pl-4 {
  padding-left: 1rem
}

.pl-6 {
  padding-left: 1.5rem
}

.pr-2\.5 {
  padding-right: 0.625rem
}

.pr-20 {
  padding-right: 5rem
}

.pr-3\.5 {
  padding-right: 0.875rem
}

.pr-4 {
  padding-right: 1rem
}

.pr-8 {
  padding-right: 2rem
}

.pt-1\.5 {
  padding-top: 0.375rem
}

.pt-12 {
  padding-top: 3rem
}

.pt-2 {
  padding-top: 0.5rem
}

.pt-3 {
  padding-top: 0.75rem
}

.pt-4 {
  padding-top: 1rem
}

.pt-5 {
  padding-top: 1.25rem
}

.pt-6 {
  padding-top: 1.5rem
}

.pt-8 {
  padding-top: 2rem
}

.text-center {
  text-align: center
}

.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-\[0\.625rem\] {
  font-size: 0.625rem
}

.text-\[0\.65rem\] {
  font-size: 0.65rem
}

.text-\[0\.6875rem\] {
  font-size: 0.6875rem
}

.text-\[0\.75rem\] {
  font-size: 0.75rem
}

.text-\[0\.8125rem\] {
  font-size: 0.8125rem
}

.text-\[0\.9375rem\] {
  font-size: 0.9375rem
}

.text-\[1\.05rem\] {
  font-size: 1.05rem
}

.text-\[1\.125rem\] {
  font-size: 1.125rem
}

.text-\[1\.2rem\] {
  font-size: 1.2rem
}

.text-\[1\.375rem\] {
  font-size: 1.375rem
}

.text-\[1\.3rem\] {
  font-size: 1.3rem
}

.text-\[11px\] {
  font-size: 11px
}

.text-\[12px\] {
  font-size: 12px
}

.text-\[13px\] {
  font-size: 13px
}

.text-\[14px\] {
  font-size: 14px
}

.text-\[15px\] {
  font-size: 15px
}

.text-\[16px\] {
  font-size: 16px
}

.text-\[17px\] {
  font-size: 17px
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.\!font-normal {
  font-weight: 400 !important
}

.font-bold {
  font-weight: 700
}

.font-light {
  font-weight: 300
}

.font-medium {
  font-weight: 500
}

.font-normal {
  font-weight: 400
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.capitalize {
  text-transform: capitalize
}

.italic {
  font-style: italic
}

.leading-none {
  line-height: 1
}

.leading-normal {
  line-height: 1.5
}

.leading-relaxed {
  line-height: 1.625
}

.leading-snug {
  line-height: 1.375
}

.leading-tight {
  line-height: 1.25
}

.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px
}

.tracking-\[-0\.75px\] {
  letter-spacing: -0.75px
}

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em
}

.tracking-tight {
  letter-spacing: -0.025em
}

.tracking-wide {
  letter-spacing: 0.025em
}

.\!text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(13 40 96 / var(--tw-text-opacity)) !important
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.text-\[\#043E82\] {
  --tw-text-opacity: 1;
  color: rgb(4 62 130 / var(--tw-text-opacity))
}

.text-\[\#0D2860\] {
  --tw-text-opacity: 1;
  color: rgb(13 40 96 / var(--tw-text-opacity))
}

.text-\[\#334155\] {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity))
}

.text-\[\#485b86\] {
  --tw-text-opacity: 1;
  color: rgb(72 91 134 / var(--tw-text-opacity))
}

.text-\[\#7BC904\] {
  --tw-text-opacity: 1;
  color: rgb(123 201 4 / var(--tw-text-opacity))
}

.text-\[\#dd3382\] {
  --tw-text-opacity: 1;
  color: rgb(221 51 130 / var(--tw-text-opacity))
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity))
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity))
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity))
}

.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7)
}

.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8)
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity))
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity))
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity))
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity))
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity))
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(123 201 4 / var(--tw-text-opacity))
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity))
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(13 40 96 / var(--tw-text-opacity))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6)
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75)
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8)
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9)
}

.\!underline {
  text-decoration-line: underline !important
}

.underline {
  text-decoration-line: underline
}

.no-underline {
  text-decoration-line: none
}

.decoration-1 {
  text-decoration-thickness: 1px
}

.underline-offset-2 {
  text-underline-offset: 2px
}

.underline-offset-\[3px\] {
  text-underline-offset: 3px
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity))
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity))
}

.opacity-10 {
  opacity: 0.1
}

.opacity-30 {
  opacity: 0.3
}

.opacity-80 {
  opacity: 0.8
}

.opacity-95 {
  opacity: 0.95
}

.mix-blend-multiply {
  mix-blend-mode: multiply
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_0_16px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 0 16px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_10px_25px_rgba\(0\2c 0\2c 0\2c 0\.15\)\2c 0_4px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 10px 25px rgba(0,0,0,0.15),0 4px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 10px 25px var(--tw-shadow-color), 0 4px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_1px_3px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 1px 3px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_4px_24px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 4px 24px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-\[0_4px_6px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 4px 6px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 4px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05)
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.duration-200 {
  transition-duration: 200ms
}

.duration-300 {
  transition-duration: 300ms
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.tippy-box[data-theme~=light]{
  color:#26323d;
  box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);
  background-color:#fff
}

.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{
  border-top-color:#fff
}

.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{
  border-bottom-color:#fff
}

.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{
  border-left-color:#fff
}

.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{
  border-right-color:#fff
}

.tippy-box[data-theme~=light]>.tippy-backdrop{
  background-color:#fff
}

.tippy-box[data-theme~=light]>.tippy-svg-arrow{
  fill:#fff
}

.tippy-box[data-theme~='user-info'] {
  width: 220px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(108 106 111 / var(--tw-text-opacity));
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px
}

.tippy-box[data-theme~='user-info'] .tippy-content {
  padding: 0px
}

.tippy-box[data-theme~='user-info'] .user-info-dropdown {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem
}

.tippy-box[data-theme~='user-info'] .user-info-dropdown li a {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.875rem
}

.tippy-box[data-theme~='user-info'] .user-info-dropdown li a:hover {
  background-color: rgb(0 0 0 / 4%)
}

.tippy-box[data-theme~='user-info'] .user-info-dropdown li a {
  line-height: 1.43;
  font-family: Inter, sans-serif, Arial;
  -webkit-font-smoothing: antialiased;
}

.tippy-box[data-theme~='user-info'] .user-info-dropdown li div:hover {
  text-decoration-line: underline
}

.tippy-box[data-theme~='user-info'] .user-info-dropdown li svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: rgb(0 0 0 / 0.5)
}

.tippy-box[data-theme~='user-info'] .user-info-dropdown hr {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important
}

.weglot-container {
  z-index: 1000;
}

.ci-insights-form {
  padding-top: 2px;
  padding-bottom: 2px;
}

.placeholder\:text-gray-300::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity))
}

.placeholder\:text-gray-300::placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity))
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity))
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity))
}

.placeholder\:text-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4)
}

.placeholder\:text-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4)
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute
}

.before\:left-\[52px\]::before {
  content: var(--tw-content);
  left: 52px
}

.before\:top-7::before {
  content: var(--tw-content);
  top: 1.75rem
}

.before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1
}

.before\:hidden::before {
  content: var(--tw-content);
  display: none
}

.before\:h-1::before {
  content: var(--tw-content);
  height: 0.25rem
}

.before\:w-\[188px\]::before {
  content: var(--tw-content);
  width: 188px
}

.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.before\:from-\[\#DE3382\]::before {
  content: var(--tw-content);
  --tw-gradient-from: #DE3382 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(222 51 130 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.before\:from-\[\#F4A330\]::before {
  content: var(--tw-content);
  --tw-gradient-from: #F4A330 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 163 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.before\:to-\[\#7BC904\]::before {
  content: var(--tw-content);
  --tw-gradient-to: #7BC904 var(--tw-gradient-to-position)
}

.before\:to-\[\#F4A330\]::before {
  content: var(--tw-content);
  --tw-gradient-to: #F4A330 var(--tw-gradient-to-position)
}

.after\:\!content-\[\'\'\]::after {
  --tw-content: '' !important;
  content: var(--tw-content) !important
}

.checked\:border-\[\#7BC904\]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(123 201 4 / var(--tw-border-opacity))
}

.checked\:bg-\[\#7BC904\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(123 201 4 / var(--tw-bg-opacity))
}

.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity))
}

.focus-within\:border-secondary\/50:focus-within {
  border-color: rgb(13 40 96 / 0.5)
}

.focus-within\:border-white\/30:focus-within {
  border-color: rgb(255 255 255 / 0.3)
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus-within\:ring-gray-300\/20:focus-within {
  --tw-ring-color: rgb(209 213 219 / 0.2)
}

.focus-within\:ring-secondary\/10:focus-within {
  --tw-ring-color: rgb(13 40 96 / 0.1)
}

.focus-within\:ring-white\/10:focus-within {
  --tw-ring-color: rgb(255 255 255 / 0.1)
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:\!border-\[\#6AA803\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(106 168 3 / var(--tw-border-opacity)) !important
}

.hover\:border-\[\#6AA803\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(106 168 3 / var(--tw-border-opacity))
}

.hover\:border-\[\#7BC904\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(123 201 4 / var(--tw-border-opacity))
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity))
}

.hover\:\!bg-\[\#6AA803\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 168 3 / var(--tw-bg-opacity)) !important
}

.hover\:\!bg-\[rgba\(13\2c 40\2c 96\2c 0\.04\)\]:hover {
  background-color: rgba(13,40,96,0.04) !important
}

.hover\:\!bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important
}

.hover\:bg-\[\#192e61\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(25 46 97 / var(--tw-bg-opacity))
}

.hover\:bg-\[\#6AA803\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(106 168 3 / var(--tw-bg-opacity))
}

.hover\:bg-\[\#7BC904\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(123 201 4 / var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.hover\:bg-gray-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5)
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(123 201 4 / 0.9)
}

.hover\:bg-secondary\/\[2\%\]:hover {
  background-color: rgb(13 40 96 / 2%)
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2)
}

.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9)
}

.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95)
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity))
}

.hover\:text-primary\/80:hover {
  color: rgb(123 201 4 / 0.8)
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(13 40 96 / var(--tw-text-opacity))
}

.hover\:text-secondary\/80:hover {
  color: rgb(13 40 96 / 0.8)
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9)
}

.hover\:no-underline:hover {
  text-decoration-line: none
}

.hover\:opacity-100:hover {
  opacity: 1
}

.hover\:opacity-80:hover {
  opacity: 0.8
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-\[0_4px_8px_rgba\(123\2c 201\2c 4\2c 0\.3\)\]:hover {
  --tw-shadow: 0 4px 8px rgba(123,201,4,0.3);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-\[0_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:hover {
  --tw-shadow: 0 8px 24px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-\[0_8px_28px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover {
  --tw-shadow: 0 8px 28px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 8px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:ring-black\/\[15\%\]:hover {
  --tw-ring-color: rgb(0 0 0 / 15%)
}

.focus\:border-\[\#7BC904\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(123 201 4 / var(--tw-border-opacity))
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(123 201 4 / var(--tw-border-opacity))
}

.focus\:border-secondary\/50:focus {
  border-color: rgb(13 40 96 / 0.5)
}

.focus\:border-transparent:focus {
  border-color: transparent
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.focus\:ring-\[\#7BC904\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(123 201 4 / var(--tw-ring-opacity))
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))
}

.focus\:ring-primary\/30:focus {
  --tw-ring-color: rgb(123 201 4 / 0.3)
}

.focus\:ring-secondary\/10:focus {
  --tw-ring-color: rgb(13 40 96 / 0.1)
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent
}

.active\:translate-y-0:active {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/card:hover .group-hover\/card\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/card:hover .group-hover\/card\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group\/card:hover .group-hover\/card\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(13 40 96 / var(--tw-bg-opacity))
}

.group\/card:hover .group-hover\/card\:text-white\/80 {
  color: rgb(255 255 255 / 0.8)
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity))
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(123 201 4 / var(--tw-text-opacity))
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(123 201 4 / var(--tw-text-opacity))
}

@media (min-width: 640px) {
  .sm\:grid {
    display: grid
  }

  .sm\:hidden {
    display: none
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm\:flex-row {
    flex-direction: row
  }

  .sm\:items-center {
    align-items: center
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block
  }

  .md\:inline-block {
    display: inline-block
  }

  .md\:flex {
    display: flex
  }

  .md\:h-\[230px\] {
    height: 230px
  }

  .md\:h-\[4\.25rem\] {
    height: 4.25rem
  }

  .md\:h-\[50px\] {
    height: 50px
  }

  .md\:w-1\/3 {
    width: 33.333333%
  }

  .md\:w-\[120px\] {
    width: 120px
  }

  .md\:w-\[144px\] {
    width: 144px
  }

  .md\:w-\[155px\] {
    width: 155px
  }

  .md\:w-\[180px\] {
    width: 180px
  }

  .md\:w-\[200px\] {
    width: 200px
  }

  .md\:w-\[74px\] {
    width: 74px
  }

  .md\:w-auto {
    width: auto
  }

  .md\:max-w-\[85\%\] {
    max-width: 85%
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .md\:flex-row {
    flex-direction: row
  }

  .md\:gap-0 {
    gap: 0px
  }

  .md\:border-b-0 {
    border-bottom-width: 0px
  }

  .md\:p-8 {
    padding: 2rem
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
  }

  .md\:pb-20 {
    padding-bottom: 5rem
  }

  .md\:pt-6 {
    padding-top: 1.5rem
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .md\:leading-tight {
    line-height: 1.25
  }

  .md\:before\:block::before {
    content: var(--tw-content);
    display: block
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .lg\:flex-row {
    flex-direction: row
  }

  .lg\:items-center {
    align-items: center
  }

  .lg\:justify-end {
    justify-content: flex-end
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .xl\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
  }
}

.\[\&_span\]\:flex-1 span {
  flex: 1 1 0%
}

.\[\&_span\]\:font-medium span {
  font-weight: 500
}

.\[\&_svg\:last-child\]\:ml-auto svg:last-child {
  margin-left: auto
}

.\[\&_svg\:last-child\]\:shrink-0 svg:last-child {
  flex-shrink: 0
}

.\[\&_svg\:last-child\]\:text-gray-500 svg:last-child {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity))
}