@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
.event-card, .course-single-page .course-tab-item, .course-single-page .related-courses-list .related-course a, .course-card, .company-grid .company, .tool-grid .tool .tool-card-content .tool-link, .tool-grid .tool, .block-contact-page .contact-page-grid .contact-info-social .social-links a svg, .icon-cards-block.has-background .wrap .icon-cards-container .icon-card, .wrap .colored-cards-container .colored-card, .faqs-block .wrap .accordion-container .accordion .accordion-title .question, .btn-orange, .btn-orange-negative, .btn-orange-large-negative, .btn-orange-large, .block-area-before-footer a, .negative-header .site-header, .nav-menu .menu-item.menu-cta, .nav-menu .menu-item, div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-element-button,
.wp-block-button > .wp-block-button__link {
  transition: all 0.3s ease-in-out;
}

.block-contact-page .contact-map {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/* Colors
---------------------------------------------- */
/* Font Family
---------------------------------------------- */
/* Font Sizes
---------------------------------------------- */
/* Site Header
----------------------------------------------- */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
/* Grouping content
	========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  color: var(--wp--preset--color--color-4);
  font-weight: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
body {
  scroll-behavior: smooth;
  scroll-padding-top: calc(64px + var(--wp--custom--layout--padding));
}
@media (min-width: 769px) {
  html,
  body {
    scroll-padding-top: 96px;
  }
}

html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  width: 100%;
}

.site-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-inner {
  flex: 1 0 auto;
  padding: var(--wp--custom--layout--padding-medium) 0;
  margin-top: 64px;
  background-color: var(--wp--preset--color--white);
}
@media (min-width: 769px) {
  .site-inner {
    margin-top: 96px;
    padding: var(--wp--custom--layout--block-gap) 0 calc(2 * var(--wp--custom--layout--block-gap-xlarge));
  }
}

.home .site-inner {
  background-color: transparent;
  padding-bottom: 0;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

body.negative-header .site-inner {
  padding-top: 0;
}
/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
  .sidebar-content .content-area {
    display: grid;
    grid-template-columns: var(--wp--custom--layout--sidebar) minmax(0, 1fr);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: var(--wp--custom--layout--block-gap-large);
  }
  .sidebar-content .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
    grid-column: 2;
    grid-row: 1;
  }
  .sidebar-content .sidebar-primary {
    float: none;
    width: 100%;
    grid-column: 1;
    grid-row: 1;
    border-right: 1px solid var(--wp--preset--color--gray-300);
    padding: 0 calc(var(--wp--custom--layout--padding) * 2) 0 var(--wp--custom--layout--padding);
  }
  .sidebar-content.archive.woocommerce .content-area,
  .sidebar-content.archive.woocommerce .site-main {
    max-width: unset;
  }
  .sidebar-content.archive.woocommerce .content-area .entry-content > *,
  .sidebar-content.archive.woocommerce .site-main .entry-content > * {
    max-width: unset;
  }
  .sidebar-content.archive.woocommerce .site-main {
    padding-top: var(--wp--custom--layout--padding);
  }
}
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: var(--wp--style--block-gap);
}

p {
  margin-block-start: 0;
  margin-block-end: 0.5rem;
}

/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--custom--color--neutral-400);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
  background-color: var(--wp--preset--color--color-2);
  color: var(--wp--preset--color--white);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
}
.wp-element-button:hover,
.wp-block-button > .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--color-1);
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
  filter: brightness(85%);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--gray-50);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

.cta-button, .ia-button {
  background-color: var(--wp--preset--color--color-4);
  color: var(--wp--preset--color--white);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--medium);
  border-radius: 30px;
  padding: 10px 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.cta-button:hover, .ia-button:hover {
  background-color: var(--wp--preset--color--black);
  transform: translateY(-4px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 0.75rem;
  transition: 300ms;
  text-decoration: none;
  white-space: nowrap;
}

.btn-primary {
  color: var(--wp--preset--color--white);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  background: var(--wp--preset--color--color-1);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  color: white;
}

.btn-outline {
  color: var(--wp--preset--color--color-1);
  background: var(--wp--preset--color--white);
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--color-1);
  border-image: initial;
  transition: 300ms;
}
.btn-outline:hover {
  transform: translateY(-2px);
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--color-1);
}

.ia-button {
  font-size: var(--wp--preset--font-size--large);
  padding: 1.25rem 1.5rem;
}
.ia-button:hover {
  background-color: var(--wp--preset--color--black);
  transform: translateY(-4px) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--gray-50);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--custom--color--neutral-400);
  border-radius: var(--wp--custom--border-radius--small);
  color: var(--wp--custom--color--neutral-600);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--custom--color--neutral-400);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--custom--color--neutral-400);
}

::-webkit-input-placeholder {
  color: var(--wp--custom--color--neutral-400);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Comments
--------------------------------------------- */
.comment-form .comment-notes {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--medium);
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.comment-form .form-submit {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--custom--color--neutral-400);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--gray-50);
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 36px;
  height: 36px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap-xlarge) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-xlarge) var(--wp--custom--layout--padding);
}
@media (min-width: 769px) {
  .has-background {
    padding: var(--wp--custom--layout--block-gap-xlarge) var(--wp--custom--layout--padding);
  }
  .has-background.alignfull {
    padding: var(--wp--custom--layout--block-padding) var(--wp--custom--layout--padding);
  }
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  margin-left: auto;
  margin-right: auto;
}

/* Block Cover
--------------------------------------------- */
.wp-block-cover.alignfull .wp-block-cover__background,
.wp-block-cover.alignfull .wp-block-cover__gradient-background,
.wp-block-cover-image.alignfull .wp-block-cover__background,
.wp-block-cover-image.alignfull .wp-block-cover__gradient-background {
  max-width: none;
}

/* Block Quote
--------------------------------------------- */
.wp-block-quote.has-background {
  margin: var(--wp--custom--layout--block-gap-xlarge) 0 !important;
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
  background: var(--wp--preset--color--gray-50);
  border-radius: var(--wp--custom--border-radius--small);
  border-left: var(--wp--custom--border-width) solid var(--wp--preset--color--color-2);
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--custom--color--neutral-400);
}
.has-background.has-gray-50-background-color, .has-background.has-white-background-color {
  color: var(--wp--preset--color--black) !important;
}

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}

/* Social Networks
--------------------------------------------- */
.social-networks-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  padding-right: var(--wp--preset--spacing--80);
}
.social-networks-container .social-icon {
  width: 32px;
  height: 32px;
  background: var(--wp--custom--color--neutral-300);
  border-radius: var(--wp--custom--border-radius--tiny);
}
@media (min-width: 769px) {
  .social-networks-container {
    justify-content: flex-start;
  }
}

/* WordPress SEO
--------------------------------------------- */
/*
.breadcrumb {
	// margin: 0 auto;
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--min);
	max-width: var(--wp--custom--layout--wide);
	max-width: max-content;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: var(--wp--preset--color--color-2);
	color: var(--wp--preset--color--gray-300);
	padding: 8px 12px;
	border-radius: 20px;
	margin-top: -30px;
	box-shadow: var(--wp--custom--box-shadow--2);
	a {
		color: var(--wp--preset--color--white);
		text-decoration: none;
	}

	@include media(">=desktop") {
		margin-left: calc((100% - var(--wp--custom--layout--wide)) / 2);
		margin-bottom: 20px;
	}

	.sep {
		margin: 0 4px;
	}

	// .archive-header &,
	// .post-header & {
	// 	max-width: 100%;
	// 	grid-column: 1 / -1;
	// 	margin-left: 0;
	// 	margin-right: 0;
	// }
}
.page {
	.breadcrumb {
		@include media("<desktop") {
			margin-top: -15px;
			margin-left: calc(var(--wp--custom--layout--padding) * -1);
			margin-bottom: 0;
		}
	}
}
	*/
/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

div.wpforms-container-full input[type=date],
div.wpforms-container-full input[type=datetime],
div.wpforms-container-full input[type=datetime-local],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=month],
div.wpforms-container-full input[type=number],
div.wpforms-container-full input[type=password],
div.wpforms-container-full input[type=range],
div.wpforms-container-full input[type=search],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=time],
div.wpforms-container-full input[type=url],
div.wpforms-container-full input[type=week],
div.wpforms-container-full select,
div.wpforms-container-full textarea,
.wp-core-ui div.wpforms-container-full input[type=date],
.wp-core-ui div.wpforms-container-full input[type=datetime],
.wp-core-ui div.wpforms-container-full input[type=datetime-local],
.wp-core-ui div.wpforms-container-full input[type=email],
.wp-core-ui div.wpforms-container-full input[type=month],
.wp-core-ui div.wpforms-container-full input[type=number],
.wp-core-ui div.wpforms-container-full input[type=password],
.wp-core-ui div.wpforms-container-full input[type=range],
.wp-core-ui div.wpforms-container-full input[type=search],
.wp-core-ui div.wpforms-container-full input[type=tel],
.wp-core-ui div.wpforms-container-full input[type=text],
.wp-core-ui div.wpforms-container-full input[type=time],
.wp-core-ui div.wpforms-container-full input[type=url],
.wp-core-ui div.wpforms-container-full input[type=week],
.wp-core-ui div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full textarea {
  background-color: var(--wpforms-field-background-color);
  background-clip: padding-box;
  border-radius: 8px;
  color: var(--wpforms-field-text-color);
  border-width: 1px;
  border-style: var(--wpforms-field-border-style);
  border-color: var(--wpforms-field-border-color);
  padding: 0 var(--wpforms-field-size-padding-h);
  font-size: var(--wpforms-field-size-font-size);
  line-height: 100%;
  box-shadow: none;
  transition: border 0.15s, box-shadow 0.15s;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: var(--wp--preset--color--color-1);
  color: var(--wp--preset--color--white);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
  border-radius: 8px;
  padding: 10px 40px;
  text-decoration: none;
}

div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
  border-radius: 8px;
  padding: 10px 40px;
  text-decoration: none;
  color: var(--wp--preset--color--white);
  filter: brightness(100%);
  background: #d84f10;
  transform: translateX(8px);
}

@media (max-width: 767px) {
  .wpforms-container .wpforms-one-half,
  .wpforms-container .wpforms-three-sixths,
  .wpforms-container .wpforms-two-fourths {
    width: calc(50% - 10px);
    width: 100%;
    margin-left: 0 !important;
  }
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input + label,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input + label {
  font-size: var(--wp--preset--font-size--min);
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li,
div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li {
  align-items: center;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--wp--preset--color--white);
  max-width: 100vw;
  box-shadow: var(--wp--custom--box-shadow--2);
  display: flex;
  align-items: center;
  min-height: 64px;
}
.site-header .wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.site-header__logo {
  flex-shrink: 0;
  width: 148.5px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-indent: -9999em;
  margin: calc(var(--wp--custom--layout--padding) / 2) 0;
}
@media (min-width: 769px) {
  .site-header__logo {
    width: 198px;
    height: 64px;
    margin: calc(var(--wp--custom--layout--padding)) 0;
  }
}
.site-header__logo h1,
.site-header__logo p {
  margin: 0;
}
.site-header__negative-logo {
  flex-shrink: 0;
  width: 148.5px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-indent: -9999em;
  margin: calc(var(--wp--custom--layout--padding) / 2) 0;
}
@media (min-width: 769px) {
  .site-header__negative-logo {
    width: 198px;
    height: 64px;
    margin: calc(var(--wp--custom--layout--padding)) 0;
  }
}
.site-header__negative-logo h1,
.site-header__negative-logo p {
  margin: 0;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
  align-items: center;
}
.site-header__toggles svg {
  fill: var(--wp--preset--color--color-1);
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}
@media (min-width: 769px) {
  .site-header {
    min-height: 96px;
  }
}

@media (min-width: 769px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
@media (min-width: 769px) {
  .nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--color-1);
  display: block;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  font-weight: 500;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item:hover > a {
  color: var(--wp--preset--color--color-3);
}
.nav-menu .menu-item.current-menu-item > a, .nav-menu .menu-item.current-menu-ancestor > a {
  color: var(--wp--preset--color--color-3);
}
.nav-menu .menu-item.menu-cta {
  background-color: var(--wp--preset--color--color-4);
  color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--small);
  max-width: fit-content;
  margin-left: var(--wp--custom--layout--padding);
  display: flex;
  align-items: center;
  margin-top: var(--wp--custom--layout--padding);
}
.nav-menu .menu-item.menu-cta::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="24" height="24"><path fill="%23FFFFFF" d="M32,4C15.4,4,2,16.5,2,32c0,8.2,3.8,15.6,9.9,20.6c-1.3,4.9-4.5,9.9-8.9,13.3c0,0,10.8,0,18.1-6.2 c3.7,1.1,7.6,1.8,11.7,1.8c16.6,0,30-12.5,30-28C62,16.5,48.6,4,32,4z"></path><text x="50%25" y="48%25" fill="%23F05A1A" font-family="Open Sans, sans-serif" font-weight="600" font-size="23" text-anchor="middle" dominant-baseline="central">IA</text></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.nav-menu .menu-item.menu-cta a {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  padding-left: 0.5rem; /* Reduce padding since we have the icon */
}
.nav-menu .menu-item.menu-cta:hover {
  background-color: var(--wp--preset--color--black);
}
@media (min-width: 769px) {
  .nav-menu .menu-item.menu-cta {
    margin-top: 0;
  }
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--gray-50);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    display: block;
    grid-column: 1/-1;
    padding-bottom: var(--wp--custom--layout--padding-medium);
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

/* Negative Header
---------------------------------------------------------------------------------------------------- */
.negative-header .site-header {
  background: transparent;
  box-shadow: unset;
}
.negative-header .site-header__logo {
  display: none;
}
.negative-header .site-header__negative-logo {
  display: block;
}
.negative-header .site-header__toggles svg {
  fill: var(--wp--preset--color--white);
}
.negative-header .site-header .nav-menu .menu-item a {
  color: var(--wp--preset--color--white);
}
@media (max-width: 768px) {
  .negative-header .site-header .nav-menu.active {
    background-color: var(--wp--preset--color--white);
  }
  .negative-header .site-header .nav-menu.active .menu-item a {
    color: var(--wp--preset--color--body);
  }
}
.negative-header .site-header.scrolled {
  background: var(--wp--preset--color--white);
  box-shadow: var(--wp--custom--box-shadow--2);
}
.negative-header .site-header.scrolled .site-header__logo {
  display: block;
}
.negative-header .site-header.scrolled .site-header__negative-logo {
  display: none;
}
.negative-header .site-header.scrolled .site-header__toggles svg {
  fill: var(--wp--preset--color--color-1);
}
.negative-header .site-header.scrolled .nav-menu .menu-item a {
  color: var(--wp--preset--color--color-1);
}
.negative-header .site-inner {
  margin-top: unset;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--color-2);
  padding: 40px 0;
  margin-top: 64px;
  box-shadow: var(--wp--custom--box-shadow--2);
}
@media (min-width: 769px) {
  .archive-header {
    margin-top: 96px;
  }
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

/* Post Listing
--------------------------------------------- */
.archive:not(.archive-tool):not(.archive-events,
.archive-courses,
.archive-company) .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .archive:not(.archive-tool):not(.archive-events,
  .archive-courses,
  .archive-company) .site-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.post-summary {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  flex-basis: calc(33.33% - 20px);
  align-self: stretch;
  min-height: 500px;
  position: relative;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--custom--color--border);
  border-radius: var(--wp--custom--border-radius--medium);
  box-shadow: var(--wp--custom--box-shadow--2);
}
@media (max-width: 1279px) {
  .post-summary {
    flex-basis: calc(50% - 20px);
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .post-summary {
    flex-basis: 100%;
    min-height: 400px;
  }
}
.post-summary__image {
  aspect-ratio: var(--wp--preset--aspect-ratio--4-3);
  max-width: 100%;
}
.post-summary__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--wp--custom--border-radius--medium);
}
.post-summary__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary__content .post-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.post-summary__content .related-read-more {
  margin-top: auto;
  text-decoration: none;
  color: var(--wp--preset--color--color-1);
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

@media (min-width: 1280px) {
  .archive .post-summary:first-child {
    flex-basis: calc(66.66% - 10px);
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
  }
  .archive .post-summary:first-child .post-summary__image {
    flex-basis: calc(66.67% - 30px);
    border-radius: 8px;
    aspect-ratio: var(--wp--preset--aspect-ratio--4-3);
    height: auto;
    flex-shrink: 0;
  }
  .archive .post-summary:first-child .post-summary__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .archive .post-summary:first-child .post-summary__content {
    padding-top: calc(var(--wp--custom--layout--padding) / 2);
    flex-basis: calc(100% - 30px - 66.67%);
    flex-grow: 0;
    flex-shrink: 0;
  }
  .archive .post-summary:first-child .post-summary__content .post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .archive .post-summary:first-child .related-read-more {
    left: 436px;
  }
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--gray-50);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--gray-50);
  fill: var(--wp--preset--color--gray-50);
}

/* Blog Archive */
.blog.archive .site-main,
.category.archive .site-main {
  padding: 0 var(--wp--custom--layout--padding);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--wp--custom--layout--block-gap);
  align-self: stretch;
  flex-wrap: wrap;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *:first-child,
.block-area > *:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap));
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
  padding-right: var(--wp--custom--layout--padding);
  padding-left: var(--wp--custom--layout--padding);
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > p + p,
.block-area > p + p {
  margin-top: var(--wp--custom--layout--padding);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child):not(:first-child), .entry-content > .wp-block-separator:not(:last-child):not(:first-child),
.block-area > .alignfull:not(:last-child):not(:first-child),
.block-area > .wp-block-separator:not(:last-child):not(:first-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

@media (min-width: 769px) {
  .full-width-content:not(.home) .entry-content:last-child:not(.home) > .alignfull.has-background:last-child {
    margin-bottom: calc(-2 * var(--wp--custom--layout--block-gap-xlarge));
  }
}

/* Single Post
--------------------------------------------- */
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-header {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--wp--custom--layout--padding);
}
.entry-header .first-word {
  color: var(--wp--preset--color--color-1);
}
.entry-header .entry-thumbnail {
  flex: 0 0 var(--wp--custom--layout--sidebar);
  align-self: stretch;
}
.entry-header .entry-thumbnail img {
  border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0;
  object-fit: cover;
  height: 100%;
}
.entry-header .single-header-container {
  flex: 1 1 auto;
  padding: 0 var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
}
.entry-header .single-header-container .publish-date {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--color-2);
}
@media (min-width: 768px) {
  .entry-header {
    margin-bottom: var(--wp--custom--layout--block-gap-large);
    max-width: var(--wp--custom--layout--wide) !important;
  }
  .entry-header .single-header-container {
    padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap-large) 0;
  }
}

.content .entry-header .entry-title {
  text-align: left;
  width: fit-content;
  margin-bottom: calc(2 * var(--wp--custom--layout--block-gap));
}

.single .entry-header {
  display: flex;
  background-color: var(--wp--preset--color--gray-50);
  max-width: var(--wp--custom--layout--wide);
  width: 100%;
  margin: 0 auto var(--wp--custom--layout--block-gap-large);
  padding: 0;
  border-radius: var(--wp--custom--border-radius--medium);
  flex-direction: row;
  gap: var(--wp--custom--layout--block-gap);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  box-shadow: var(--wp--custom--box-shadow--2);
}
.single .entry-header .entry-thumbnail img {
  border-radius: var(--wp--custom--border-radius--medium) 0 0 var(--wp--custom--border-radius--medium);
}

.page .entry-header .wrap {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 32px 0;
}

/* Related Posts
--------------------------------------------- */
.related-posts-carousel-container {
  margin: calc(var(--wp--custom--layout--block-gap-large) * 2) calc(-1 * var(--wp--custom--layout--padding)) calc(var(--wp--custom--layout--block-gap-large) * -2);
  background: var(--wp--preset--gradient--gradient-2);
}
.related-posts-carousel-container .wrap {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap-xlarge);
}
@media (min-width: 769px) {
  .related-posts-carousel-container .wrap {
    padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap-xlarge);
  }
}
.related-posts-carousel-container .wrap .related-posts-title {
  font-size: var(--wp--preset--font-size--big);
  line-height: var(--wp--custom--line-height--small);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  font-weight: 500;
  text-align: center;
  color: var(--wp--preset--color--color-1);
}
@media (min-width: 769px) {
  .related-posts-carousel-container .wrap .related-posts-title {
    margin-bottom: var(--wp--custom--layout--block-gap-xlarge);
  }
}
.related-posts-carousel-container .wrap .related-posts-swiper {
  padding: calc(var(--wp--custom--layout--padding) * 0.25);
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
}

/* Comments
--------------------------------------------- */
.entry-comments h2,
.entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--foreground);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

/* Template Chatbot */
.template-chatbot {
  background: linear-gradient(135deg, rgba(117, 89, 86, 0.05) 0%, rgba(147, 126, 113, 0.05) 100%);
}
.template-chatbot .site-inner {
  background: linear-gradient(135deg, rgba(117, 89, 86, 0.05) 0%, rgba(147, 126, 113, 0.05) 100%);
  padding-top: 0;
}
.template-chatbot .entry-content > *:first-child, .template-chatbot .block-area > *:first-child {
  margin-top: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  position: relative;
  overflow: hidden;
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--tiny);
}
.block-area-before-footer.has-bg-image {
  padding: 6rem var(--wp--custom--layout--padding);
}
@media (min-width: 1024px) {
  .block-area-before-footer.has-bg-image {
    padding: 6rem var(--wp--custom--layout--padding);
  }
}
.block-area-before-footer__content {
  position: relative;
  z-index: 2;
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.block-area-before-footer__bg {
  position: absolute !important;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center;
  z-index: 0;
  will-change: transform;
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.15;
}
.block-area-before-footer__overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, var(--wp--preset--color--gray-50) 0%, transparent 25%, transparent 85%, var(--wp--preset--color--gray-50) 100%);
}
.block-area-before-footer img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.block-area-before-footer > * {
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
}
.block-area-before-footer a {
  color: inherit;
  text-decoration: none;
}
.block-area-before-footer a:hover {
  color: var(--wp--custom--color--link) !important;
}
.block-area-before-footer .wp-block-column:first-child {
  padding-right: var(--wp--custom--layout--block-gap);
}
.block-area-before-footer:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  padding-top: var(--wp--custom--layout--block-gap-large);
  margin: 0 auto;
  opacity: 0.2;
}

.site-footer {
  background: var(--wp--preset--color--gray-800);
  font-size: var(--wp--preset--font-size--tiny);
  padding: var(--wp--custom--layout--padding);
  position: relative;
  text-align: center;
  color: var(--wp--preset--color--white);
  flex-shrink: 0;
}

/* Custom
--------------------------------------------- */
@media (max-width: 767px) {
  .hero-section h1,
  .hero-section p {
    max-width: unset;
    text-align: left;
  }
  .hero-section .wp-block-spacer {
    display: none;
  }
}
/* Buttons
-------------------------------------------- */
.btn-orange, .btn-orange-negative, .btn-orange-large-negative, .btn-orange-large {
  display: block;
  padding: 8px 16px;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  color: var(--wp--preset--color--white) !important;
  border-radius: 8px;
  text-decoration: none;
  background-color: #f05a1a;
  width: max-content;
}
.btn-orange:hover, .btn-orange-negative:hover, .btn-orange-large-negative:hover, .btn-orange-large:hover {
  background-color: #d84f10;
  transform: translateX(8px);
}
.btn-orange.disabled, .disabled.btn-orange-negative, .disabled.btn-orange-large-negative, .disabled.btn-orange-large {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--wp--preset--color--black);
}

.btn-orange-large {
  padding: 10px 40px;
  font-size: var(--wp--preset--font-size--medium);
  margin: calc(2 * var(--wp--custom--layout--padding-medium)) auto 0;
}
.btn-orange-large.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--wp--preset--color--black);
}

.btn-orange-negative, .btn-orange-large-negative {
  background-color: transparent;
  color: var(--wp--preset--color--color-1) !important;
  border-color: var(--wp--preset--color--color-1);
}
.btn-orange-negative:hover, .btn-orange-large-negative:hover {
  background-color: var(--wp--preset--color--color-1);
  color: var(--wp--preset--color--white) !important;
  transform: translateX(8px);
}
.btn-orange-negative.disabled, .disabled.btn-orange-large-negative {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--wp--preset--color--black);
}

.btn-orange-large-negative {
  padding: 10px 40px;
  font-size: var(--wp--preset--font-size--medium);
  margin: calc(2 * var(--wp--custom--layout--padding-medium)) auto 0;
}
.btn-orange-large-negative.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--wp--preset--color--black);
}

/* Custom Blocks
-------------------------------------------- */
.block-title {
  font-size: var(--wp--preset--font-size--huge);
  color: var(--wp--preset--color--black);
  text-align: center;
  margin: 0 auto 16px;
  font-weight: 700;
}
.block-title strong {
  font-weight: 700;
  color: var(--wp--preset--color--color-1);
}

.block-subtitle {
  text-align: center;
  font-size: var(--wp--preset--font-size--medium);
  max-width: 80%;
  margin: 0 auto calc(2 * var(--wp--custom--layout--padding-medium));
}
@media (min-width: 768px) {
  .block-subtitle {
    max-width: 50%;
  }
}

/* H2 with Border
-------------------------------------------- */
.h2-border {
  text-align: left;
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 600;
  color: var(--wp--preset--color--black);
  margin-top: 0;
  margin-bottom: var(--wp--custom--layout--block-gap);
  border-bottom: 2px solid var(--wp--preset--color--color-1);
  padding-bottom: calc(0.5 * var(--wp--custom--layout--padding));
}

/* H2 with Border
-------------------------------------------- */
.h3-border {
  text-align: left;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  color: var(--wp--preset--color--color-1);
  margin-top: 0;
  margin-bottom: var(--wp--custom--layout--block-gap);
  border-bottom: 1px solid var(--wp--preset--color--body);
  padding-bottom: calc(0.5 * var(--wp--custom--layout--padding));
}

/* Cards Base
-------------------------------------------- */
.event-single-page .event-single-sidebar .event-sidebar-widget, .event-card__body, .course-single-page .course-single-sidebar .course-sidebar-widget, .course-single-page .course-single-content-wrapper .video-item,
.course-single-page .course-single-content-wrapper .document-item, .course-single-page .course-tabs-menu, .course-single-page .course-description, .course-card__body, .single-company-container .company-description, .single-company-container .single-company-content-wrapper .company-sidebar-details .details-card, .company-grid .company, .company-filters, .tool-grid .tool, .tool-filters, .block-contact-page .contact-page-grid, .block-custom-media-content {
  padding: var(--wp--custom--layout--padding-medium);
  background: var(--wp--preset--color--white);
  box-shadow: var(--wp--custom--box-shadow--2);
  border-radius: var(--wp--custom--border-radius--medium);
}

/* Archive Description
--------------------------------------------- */
.archive-title {
  color: var(--wp--preset--color--black);
  text-align: center;
  margin-bottom: var(--wp--custom--layout--padding);
}
.archive-title strong {
  font-weight: 700;
  color: var(--wp--preset--color--color-1);
}

.archive-description {
  text-align: center;
  max-width: 680px;
  margin: 0 auto calc(2 * var(--wp--custom--layout--block-gap));
  color: var(--wp--preset--color--body);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.6;
}
.archive-description strong {
  font-weight: inherit;
  color: var(--wp--preset--color--color-1);
}

/* Disclaimer Box
--------------------------------------------- */
.disclaimer {
  display: flex;
  gap: var(--wp--custom--layout--padding);
  color: #c2410c;
  background-color: #ffedd5;
  border-left: 4px solid var(--wp--preset--color--color-1);
  border-radius: var(--wp--custom--border-radius--small);
  padding: var(--wp--custom--layout--padding);
  margin-bottom: calc(var(--wp--custom--layout--block-gap-large));
}
.disclaimer .disclaimer-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  fill: #c2410c;
}
.disclaimer .disclaimer-content .disclaimer-heading {
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1;
}
.disclaimer .disclaimer-content .disclaimer-text {
  line-height: 1.4;
  font-size: var(--wp--preset--font-size--tiny);
}

/* Sidebar Title
--------------------------------------------- */
.sidebar-title,
.widget-title {
  text-align: left;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  color: var(--wp--preset--color--black);
  margin: var(--wp--custom--layout--padding-medium) 0 var(--wp--custom--layout--padding);
  border-bottom: 2px solid var(--wp--preset--color--color-1);
  padding-bottom: calc(0.5 * var(--wp--custom--layout--padding));
}
.sidebar-title:first-child,
.widget-title:first-child {
  margin-top: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-on-scroll {
  opacity: 0;
}
.animate-on-scroll.fade-in {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.animate-on-scroll.slide-left.fade-in {
  animation: slideInLeft 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.animate-on-scroll.slide-right.fade-in {
  animation: slideInRight 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.animate-on-scroll.scale-in.fade-in {
  animation: scaleIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.animate-on-scroll.fade-only.fade-in {
  animation: fadeIn 0.8s ease forwards;
}

@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll {
    opacity: 1 !important;
    animation: none !important;
  }
  .animate-on-scroll.fade-in {
    animation: none !important;
    transform: none !important;
  }
}
.editor-styles-wrapper .animate-on-scroll {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

/* Blocks
--------------------------------------------- */
/* Block benefits Cards
-------------------------- */
.block-blog {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large)) !important;
  background: var(--wp--preset--gradient--gradient-2);
  padding-bottom: 0 !important;
}
.block-blog .wrap {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding) 0;
}
@media (min-width: 769px) {
  .block-blog .wrap {
    padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding) 0;
  }
}
.block-blog .wrap .related-posts-title {
  font-size: var(--wp--preset--font-size--big);
  line-height: var(--wp--custom--line-height--small);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  font-weight: 500;
  text-align: center;
  color: var(--wp--preset--color--color-1);
}
@media (min-width: 769px) {
  .block-blog .wrap .related-posts-title {
    margin-bottom: var(--wp--custom--layout--block-gap-xlarge);
  }
}
.block-blog .wrap .related-posts-swiper {
  padding: calc(var(--wp--custom--layout--padding) * 0.25);
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
}
.block-blog .wrap .cta-container {
  margin: var(--wp--custom--layout--block-gap-large);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Faqs Block */
.faqs-block {
  padding: var(--wp--custom--layout--block-gap-xlarge) 0 calc(var(--wp--custom--layout--block-gap-large) * 2);
  max-width: var(--wp--custom--layout--wide);
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large)) !important;
}
.faqs-block .wrap {
  position: relative;
}
@media (min-width: 769px) {
  .faqs-block .wrap .block-title,
  .faqs-block .wrap .block-subtitle {
    text-align: center;
  }
}
.faqs-block .wrap .block-title {
  margin-bottom: var(--wp--custom--layout--padding);
}
.faqs-block .wrap .block-subtitle {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--color-2);
  margin: 0 auto;
}
@media (min-width: 769px) {
  .faqs-block .wrap .block-subtitle {
    max-width: 75%;
  }
}
.faqs-block .wrap .accordion-container {
  margin-top: var(--wp--custom--layout--padding);
}
@media (min-width: 769px) {
  .faqs-block .wrap .accordion-container {
    margin-top: 64px;
  }
}
.faqs-block .wrap .accordion-container .accordion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-bottom: 1px solid var(--wp--preset--color--color-2);
}
.faqs-block .wrap .accordion-container .accordion .accordion-title {
  margin-top: 0;
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: var(--wp--custom--layout--padding);
  width: 100%;
  padding-top: 24px;
}
@media (min-width: 769px) {
  .faqs-block .wrap .accordion-container .accordion .accordion-title {
    padding-top: 48px;
    gap: var(--wp--custom--layout--block-gap);
  }
}
.faqs-block .wrap .accordion-container .accordion .accordion-title .question {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  color: var(--wp--preset--color--color-2);
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .faqs-block .wrap .accordion-container .accordion .accordion-title .question {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
.faqs-block .wrap .accordion-container .accordion .accordion-title .accordion-button {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-image: url(../icons/utility/link-icon-hover.svg);
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  background-color: var(--wp--preset--color--color-2);
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .faqs-block .wrap .accordion-container .accordion .accordion-title .accordion-button {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-size: 12px;
  }
}
.faqs-block .wrap .accordion-container .accordion .accordion-content {
  display: block;
  box-sizing: border-box;
  transition: transform 0.4s ease-out;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  padding: 0 46px var(--wp--custom--layout--padding);
  text-align: left;
  color: var(--wp--preset--color--color-2);
}
@media (min-width: 769px) {
  .faqs-block .wrap .accordion-container .accordion .accordion-content {
    padding: 0 90px var(--wp--custom--layout--padding);
  }
}
.faqs-block .wrap .accordion-container .accordion.close .accordion-content {
  display: block;
  float: left;
  height: 0;
  transition: transform 0.4s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  padding-bottom: 0;
}
.faqs-block .wrap .accordion-container .accordion.open .accordion-title {
  border-bottom: 0;
}
.faqs-block .wrap .accordion-container .accordion.open .accordion-title .question {
  border-radius: 40px;
  background: var(--wp--preset--color--color-2);
}
.faqs-block .wrap .accordion-container .accordion.open .accordion-title .accordion-button {
  transition: 1s;
  transform: rotate(-90deg);
}

@media (max-width: 1279px) {
  .block-contact {
    margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large)) !important;
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}
.block-contact .wrap {
  display: flex;
  gap: var(--wp--custom--layout--block-gap);
  align-items: stretch;
  padding: 0;
  border-radius: var(--wp--custom--border-radius--medium);
  flex-wrap: wrap;
  background-color: var(--wp--preset--color--color-2);
}
.block-contact .wrap .contact-image {
  width: 50%;
  flex-basis: calc(50% - var(--wp--custom--layout--block-gap));
  position: relative;
  align-self: stretch;
}
@media (max-width: 767px) {
  .block-contact .wrap .contact-image {
    display: none;
  }
}
.block-contact .wrap .contact-image .contact-image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-contact .wrap .contact-image .contact-image-inner-img {
  border-top-left-radius: var(--wp--custom--border-radius--medium);
  border-bottom-left-radius: var(--wp--custom--border-radius--medium);
  height: 100%;
  object-fit: cover;
}
.block-contact .wrap .contact-image-img {
  border-top-left-radius: var(--wp--custom--border-radius--medium);
  border-bottom-left-radius: var(--wp--custom--border-radius--medium);
  height: 100%;
  object-fit: cover;
}
.block-contact .wrap .contact-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--wp--preset--gradient--gradient-1); /* Gradiente más suave hacia abajo */
  z-index: 1;
  opacity: 0.5;
  border-top-left-radius: var(--wp--custom--border-radius--medium);
  border-bottom-left-radius: var(--wp--custom--border-radius--medium);
}
.block-contact .wrap .contact-form-wrap {
  flex-basis: 50%;
  padding: var(--wp--custom--layout--block-gap);
}
@media (max-width: 767px) {
  .block-contact .wrap .contact-form-wrap {
    flex-basis: 100%;
  }
}

/**
 * Frontend styles for the TOC Block
 * Place this in /assets/css/toc-style.css
 */
@media (min-width: 992px) {
  .block-area-sidebar {
    position: sticky;
    top: calc(96px + var(--wp--custom--layout--padding));
  }
}

.theme-toc {
  padding: calc(var(--wp--custom--layout--padding) * 1.5);
  background: var(--wp--custom--color--neutral-100);
  border-radius: var(--wp--custom--border-radius--medium);
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  overflow-y: scroll;
  max-height: calc(100vh - 96px - 2rem);
  box-shadow: var(--wp--custom--box-shadow--2);
}

.theme-toc-title {
  color: var(--wp--preset--color--color-2);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 500;
  margin: 0 0 var(--wp--custom--layout--padding) 0;
}

.theme-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-toc-item {
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.theme-toc-indent {
  margin-left: calc(var(--wp--custom--layout--padding) * 0.5);
  display: flex;
}
.theme-toc-indent::before {
  content: "—";
  margin-right: calc(var(--wp--custom--layout--padding) * 0.25);
}

.theme-toc-link {
  color: var(--wp--preset--color--body);
  text-decoration: none;
  display: block;
  padding: 0;
  transition: color 0.2s ease;
  display: -webkit-box; /* Flexbox para truncar texto */
  -webkit-line-clamp: 2; /* Muestra hasta dos líneas */
  -webkit-box-orient: vertical; /* Orientación vertical */
  overflow: hidden; /* Oculta el texto que se desborda */
  text-overflow: ellipsis; /* Añade los puntos suspensivos */
  position: relative; /* Para el tooltip */
  font-size: var(--wp--preset--font-size--tiny);
}

.theme-toc-link:hover {
  color: var(--wp--custom--color--link);
}

.theme-toc-link.toc-active {
  color: var(--wp--custom--color--link);
  font-weight: 500;
}

/* Overlay for Mobile Menu */
/* See footer.php */
.overlay-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: 998;
}

.overlay-hidden {
  display: none;
}

/* Sidebar */
/* Media query for mobile */
#sidebar-toggle {
  display: none;
}

@media (max-width: 991px) {
  .sidebar-toggle-container {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
    width: 100%;
    position: sticky;
    top: 64px;
    background-color: var(--wp--preset--color--white);
    margin-bottom: var(--wp--custom--layout--padding);
  }
  #sidebar-toggle {
    display: block;
    background-color: var(--wp--preset--color--color-1);
    color: var(--wp--preset--color--white);
    font-size: var(--wp--preset--font-size--medium);
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
    display: flex;
    align-items: center;
  }
  #sidebar-toggle .filters-icon {
    content: "";
    width: 16px;
    height: 12px;
    display: inline-block;
    background: url(../icons/utility/filters-icon.svg) no-repeat center/cover;
    margin-left: 4px;
  }
  .sidebar-primary {
    width: 300px;
    transition: transform 0.3s ease;
    transform: translateX(-300px);
    padding: 10px;
    height: 100%;
    background: var(--wp--preset--gradient--gradient-2);
    display: none;
    overflow-y: auto;
  }
  .sidebar-primary.show {
    transform: translateX(0);
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 9999;
    display: block;
  }
}
.slider-block {
  position: relative;
  margin-top: calc(-1 * var(--wp--custom--layout--padding-medium));
}
@media (min-width: 768px) {
  .slider-block {
    margin-top: calc(-1 * var(--wp--custom--layout--block-gap));
  }
}
.slider-block .header-slider {
  width: 100%;
  height: 100%;
}
.slider-block .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 320/544;
  object-position: 40% center;
}
.slider-block .swiper-slide img.max-height-400 {
  max-height: 400px;
}
.slider-block .swiper-slide img.max-height-500 {
  max-height: 500px;
}
.slider-block .swiper-slide img.max-height-600 {
  max-height: 600px;
}
.slider-block .swiper-slide img.max-height-700 {
  max-height: 700px;
}
.slider-block .swiper-slide img.max-height-800 {
  max-height: 800px;
}
@media (min-width: 768px) {
  .slider-block .swiper-slide img {
    aspect-ratio: 1920/544;
  }
}
.slider-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.4) 0%, rgba(33, 33, 33, 0.6) 100%);
  z-index: 2;
}
.slider-block .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
  width: 100%;
  z-index: 3;
}
.slider-block .slider-content .slider-title {
  font-size: var(--wp--preset--font-size--jumbo);
  color: white;
  margin-bottom: 24px;
  font-weight: 600;
}
.slider-block .slider-content .slider-title strong {
  font-weight: 600;
  color: #f05a1a;
}
.slider-block .slider-content .slider-description {
  font-size: var(--wp--preset--font-size--x-large);
  max-width: 80%;
  margin: 0 auto var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .slider-block .slider-content .slider-description {
    max-width: 60%;
  }
}

.hero-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-top: calc(-1 * var(--wp--custom--layout--padding-medium));
}
@media (min-width: 768px) {
  .hero-block {
    margin-top: calc(-1 * var(--wp--custom--layout--block-gap));
  }
}
.hero-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0.2) 0%, rgba(33, 33, 33, 0.4) 100%);
  z-index: 2;
}
.hero-block .hero-content {
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  color: var(--wp--preset--color--white);
  padding: var(--wp--custom--layout--padding-medium);
}
.hero-block .hero-content .hero-title {
  font-size: var(--wp--preset--font-size--jumbo);
  color: var(--wp--preset--color--white);
  margin-bottom: 24px;
  font-weight: 600;
}
.hero-block .hero-content .hero-title strong {
  font-weight: 600;
  color: var(--wp--preset--color--color-1);
}
.hero-block .hero-content .hero-description {
  font-size: var(--wp--preset--font-size--x-large);
  max-width: 80%;
  margin: 0 auto var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .hero-block .hero-content .hero-description {
    max-width: 60%;
  }
}

.wrap .colored-cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .wrap .colored-cards-container {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.wrap .colored-cards-container .colored-card {
  box-shadow: var(--wp--custom--box-shadow--2);
  border-radius: var(--wp--custom--border-radius--medium);
  background-color: var(--wp--preset--color--white);
  flex: 1 1 calc(33.33% - 2 * var(--wp--custom--layout--block-gap) / 3);
}
.wrap .colored-cards-container .colored-card:hover {
  scale: 1.05;
}
.wrap .colored-cards-container .colored-card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--wp--custom--border-radius--medium) var(--wp--custom--border-radius--medium) 0 0;
  height: 190px;
  text-align: center;
  padding: var(--wp--custom--layout--padding);
}
.wrap .colored-cards-container .colored-card__title h3 {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--x-large);
  margin: 0;
  font-weight: 600;
}
.wrap .colored-cards-container .colored-card__content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 190px);
  padding: var(--wp--custom--layout--padding-medium);
}
.wrap .colored-cards-container .colored-card__content__subtitle {
  margin-top: 0;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--black);
}
.wrap .colored-cards-container .colored-card__content__description {
  font-size: var(--wp--preset--font-size--tiny);
  margin-bottom: 1rem;
}
.wrap .colored-cards-container .colored-card__content__btn {
  margin-top: auto;
}

.icon-cards-block.has-background .wrap .icon-cards-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .icon-cards-block.has-background .wrap .icon-cards-container {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--wp--custom--layout--padding-medium);
  background: var(--wp--preset--color--gray-50);
  box-shadow: var(--wp--custom--box-shadow--2);
  border-radius: var(--wp--custom--border-radius--medium);
  flex: 1 1 calc(33.33% - 2 * var(--wp--custom--layout--block-gap) / 3);
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card:hover {
  scale: 1.05;
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--wp--custom--border-radius--large);
  background-color: var(--wp--preset--color--color-1);
  width: 64px;
  height: 64px;
  margin-bottom: var(--wp--custom--layout--padding-medium);
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card__icon .card-icon {
  width: 32px;
  height: 32px;
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card__content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card__content h3 {
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  margin: 0 auto calc(0.5 * var(--wp--custom--layout--padding));
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card__content__description {
  font-size: var(--wp--preset--font-size--normal);
  margin-bottom: 1rem;
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card__content__btn {
  margin: auto auto 0;
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card.large-card {
  padding: calc(2 * var(--wp--custom--layout--padding));
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card.large-card .icon-card__icon {
  width: 96px;
  height: 96px;
  margin-bottom: var(--wp--custom--layout--padding-medium);
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card.large-card .icon-card__icon .card-icon {
  width: 48px;
  height: 48px;
}
.icon-cards-block.has-background .wrap .icon-cards-container .icon-card.large-card .icon-card__content h3 {
  font-size: var(--wp--preset--font-size--x-large);
  margin: 0 auto var(--wp--custom--layout--padding);
}
.icon-cards-block.has-background.has-gray-50-background-color {
  padding-top: var(--wp--custom--layout--block-gap);
}
.icon-cards-block.has-background.has-gray-50-background-color .wrap .icon-cards-container .icon-card {
  background: var(--wp--preset--color--white);
}

.block-custom-media-content {
  margin: var(--wp--custom--layout--block-gap-xlarge) auto;
  padding: var(--wp--custom--layout--block-gap-large);
}
.block-custom-media-content .wrap {
  display: flex;
  gap: var(--wp--custom--layout--block-gap);
  align-items: stretch;
  flex-wrap: wrap;
  background-color: var(--wp--preset--color--white);
  padding: 0;
}
.block-custom-media-content .wrap .content-wrap {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--padding);
  height: auto;
  align-self: center;
}
.block-custom-media-content .wrap .content-wrap .block-title {
  text-align: left;
  margin: 0 0 var(--wp--custom--layout--padding);
}
.block-custom-media-content .wrap .content-wrap .featured-content {
  font-size: var(--wp--preset--font-size--medium);
}
.block-custom-media-content .wrap .content-wrap .content ul {
  padding-left: var(--wp--custom--layout--padding-medium);
}
.block-custom-media-content .wrap .content-wrap .content ul li {
  list-style-type: none;
  list-style-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="24" height="16" viewBox="0 0 24 20" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path></svg>');
  padding-bottom: 8px;
}
@media (min-width: 769px) {
  .block-custom-media-content .wrap .content-wrap {
    flex-basis: calc(50% - 0.5 * var(--wp--custom--layout--block-gap));
  }
}
.block-custom-media-content .wrap .media-content-image {
  flex-basis: 100%;
}
.block-custom-media-content .wrap .media-content-image .media-image-img {
  width: 100%;
  height: auto;
  border-radius: var(--wp--custom--border-radius--medium);
  object-fit: cover;
}
@media (min-width: 769px) {
  .block-custom-media-content .wrap .media-content-image {
    flex-basis: calc(50% - 0.5 * var(--wp--custom--layout--block-gap));
  }
}

.block-contact-page {
  margin: var(--wp--custom--layout--block-gap-xlarge) auto 0;
}
.block-contact-page .contact-page-grid {
  padding: calc(var(--wp--custom--layout--padding) * 2);
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: var(--wp--custom--layout--block-gap-large);
  align-items: stretch;
}
@media (min-width: 768px) {
  .block-contact-page .contact-page-grid {
    flex-direction: row;
  }
}
.block-contact-page .contact-page-grid .contact-form {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .block-contact-page .contact-page-grid .contact-form {
    flex-basis: calc(60% - var(--wp--custom--layout--block-gap-large) / 2);
  }
}
.block-contact-page .contact-page-grid .contact-form h2 {
  width: fit-content;
}
.block-contact-page .contact-page-grid .contact-info {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .block-contact-page .contact-page-grid .contact-info {
    flex-basis: calc(40% - var(--wp--custom--layout--block-gap-large) / 2);
  }
}
.block-contact-page .contact-page-grid .contact-info h2 {
  width: fit-content;
}
.block-contact-page .contact-page-grid .contact-info h3 {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  color: var(--wp--preset--color--black);
  margin: 0 0 10px 0;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
}
.block-contact-page .contact-page-grid .contact-info a {
  color: var(--wp--preset--color--body);
  text-decoration: none;
}
.block-contact-page .contact-page-grid .contact-info a:hover {
  color: var(--wp--custom--color--link);
}
.block-contact-page .contact-page-grid .contact-info-address {
  margin-bottom: 20px;
}
.block-contact-page .contact-page-grid .contact-info-phone {
  margin-bottom: 20px;
}
.block-contact-page .contact-page-grid .contact-info-email {
  margin-bottom: 20px;
}
.block-contact-page .contact-page-grid .contact-info-social h3 {
  margin-bottom: 16px;
}
.block-contact-page .contact-page-grid .contact-info-social .social-links {
  display: flex;
  gap: var(--wp--custom--layout--padding);
  justify-content: flex-start;
  align-items: center;
}
.block-contact-page .contact-page-grid .contact-info-social .social-links a svg:hover {
  fill: var(--wp--custom--color--link);
}
.block-contact-page .contact-map {
  margin-top: var(--wp--custom--layout--block-gap-xlarge);
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap));
  height: 700px;
}
.block-contact-page .contact-map iframe {
  width: 100vw !important;
  filter: grayscale(60%);
  height: 100%;
  transition: filter 0.3s ease-in-out;
}
.block-contact-page .contact-map iframe:hover {
  filter: grayscale(0%);
}
@media (min-width: 768px) {
  .block-contact-page .contact-map {
    margin-bottom: calc(-2 * var(--wp--custom--layout--block-gap-xlarge) - var(--wp--custom--layout--padding));
  }
}

.tools-archive-container {
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto;
}

.tool-filters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--wp--custom--layout--padding);
  justify-content: center;
  align-items: center;
  margin-bottom: var(--wp--custom--layout--block-gap-xlarge);
}
@media (min-width: 768px) {
  .tool-filters {
    flex-direction: row;
    gap: var(--wp--custom--layout--block-gap);
  }
}
.tool-filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: calc(0.5 * var(--wp--custom--layout--padding-small));
  width: 100%;
}
@media (min-width: 768px) {
  .tool-filters .filter-group {
    width: calc(50% - var(--wp--custom--layout--block-gap) / 2);
    gap: var(--wp--custom--layout--padding-small);
  }
}
.tool-filters .filter-group label {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--tiny);
}
.tool-filters .filter-group input[type=text],
.tool-filters .filter-group select {
  padding: 12px;
  border: 1px solid var(--wp--custom--color--neutral-300, #e0e0e0);
  border-radius: var(--wp--custom--border-radius--small, 8px);
  min-width: 250px;
}
.tool-filters .filter-group .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.tool-filters .filter-group .search-input-wrapper input[type=text] {
  padding-right: 40px;
}
.tool-filters .filter-group .search-input-wrapper .clear-search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--wp--custom--color--neutral-500, #9e9e9e);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  width: 38px;
}
.tool-filters .filter-group .search-input-wrapper .clear-search-btn:hover {
  color: var(--wp--preset--color--body);
}

.tool-category-section {
  margin-bottom: var(--wp--custom--layout--block-gap-large, 40px);
}
.tool-category-section .category-title {
  color: var(--wp--preset--color--black);
  margin-bottom: var(--wp--custom--layout--block-gap, 30px);
  border-bottom: 2px solid var(--wp--preset--color--color-1);
  padding-bottom: calc(0.5 * var(--wp--custom--layout--padding, 16px));
}

.tool-grid {
  display: flex;
  gap: var(--wp--custom--layout--block-gap);
  align-items: stretch;
  flex-wrap: wrap;
}
.tool-grid .tool {
  min-height: 230px;
  height: auto;
  width: 100%;
  flex-direction: column;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.tool-grid .tool:hover {
  box-shadow: var(--wp--custom--box-shadow--2);
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .tool-grid .tool {
    width: calc(33.3333333333% - 2 * var(--wp--custom--layout--block-gap) / 3);
  }
}
.tool-grid .tool .tool-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--padding);
}
.tool-grid .tool .tool-card-content .tool-header {
  display: flex;
  align-items: center;
  gap: var(--wp--custom--layout--padding);
}
.tool-grid .tool .tool-card-content .tool-header .tool-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.tool-grid .tool .tool-card-content .tool-header .tool-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tool-grid .tool .tool-card-content .tool-header .tool-title {
  color: var(--wp--preset--color--black);
  margin: 0;
}
.tool-grid .tool .tool-card-content .tool-excerpt {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--body);
}
.tool-grid .tool .tool-card-content .tool-link {
  margin-top: auto;
  text-align: left;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--black);
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
}
.tool-grid .tool .tool-card-content .tool-link:hover {
  text-decoration: underline;
}

.load-more-container {
  text-align: center;
  margin-top: var(--wp--custom--layout--block-gap-large, 40px);
}

.load-more-btn {
  background-color: var(--wp--preset--color--color-1);
  color: var(--wp--preset--color--white);
  border: none;
  padding: 12px 24px;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  border-radius: var(--wp--custom--border-radius--small, 8px);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.load-more-btn:hover {
  background-color: var(--wp--preset--color--color-2);
}

.companies-archive-container {
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto;
}

.company-filters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: var(--wp--custom--layout--padding);
  justify-content: center;
  align-items: center;
  margin-bottom: var(--wp--custom--layout--block-gap-xlarge);
}
@media (min-width: 768px) {
  .company-filters {
    flex-direction: row;
    gap: var(--wp--custom--layout--block-gap);
  }
}
.company-filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: calc(0.5 * var(--wp--custom--layout--padding-small));
  width: 100%;
}
@media (min-width: 768px) {
  .company-filters .filter-group {
    width: calc(33.3333333333% - var(--wp--custom--layout--block-gap) * 2 / 3);
    gap: var(--wp--custom--layout--padding-small);
  }
}
.company-filters .filter-group label {
  font-weight: 500;
  font-size: var(--wp--preset--font-size--tiny);
}
.company-filters .filter-group input[type=text] {
  padding: 12px;
  border: 1px solid var(--wp--custom--color--neutral-300, #e0e0e0);
  border-radius: var(--wp--custom--border-radius--small, 8px);
  min-width: 0;
  width: 100%;
}
.company-filters .filter-group select {
  display: none;
}
.company-filters .filter-group .custom-dropdown {
  position: relative;
  min-width: 0;
  width: 100%;
  font-family: inherit;
}
.company-filters .filter-group .custom-dropdown .dropdown-header {
  background-color: #fff;
  border: 1px solid var(--wp--custom--color--neutral-300, #e0e0e0);
  border-radius: var(--wp--custom--border-radius--small, 8px);
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.company-filters .filter-group .custom-dropdown .dropdown-header:hover {
  border-color: var(--wp--preset--color--color-1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.company-filters .filter-group .custom-dropdown .dropdown-header:focus {
  outline: none;
  border-color: var(--wp--preset--color--color-1);
  box-shadow: 0 0 0 3px rgba(var(--wp--preset--color--color-1), 0.2);
}
.company-filters .filter-group .custom-dropdown .dropdown-header .selected-text {
  font-size: 1rem;
  color: var(--wp--preset--color--body);
  font-weight: 500;
}
.company-filters .filter-group .custom-dropdown .dropdown-header .dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  transition: transform 0.3s ease;
}
.company-filters .filter-group .custom-dropdown.open .dropdown-header {
  border-color: var(--wp--preset--color--color-1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.company-filters .filter-group .custom-dropdown.open .dropdown-header .dropdown-arrow {
  transform: rotate(180deg);
}
.company-filters .filter-group .custom-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--wp--custom--color--neutral-300, #e0e0e0);
  border-top: none;
  border-bottom-left-radius: var(--wp--custom--border-radius--small, 8px);
  border-bottom-right-radius: var(--wp--custom--border-radius--small, 8px);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.company-filters .filter-group .custom-dropdown .dropdown-list::-webkit-scrollbar {
  width: 6px;
}
.company-filters .filter-group .custom-dropdown .dropdown-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}
.company-filters .filter-group .custom-dropdown .dropdown-list .dropdown-item {
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.2s;
  color: var(--wp--preset--color--body);
  font-size: 0.95rem;
}
.company-filters .filter-group .custom-dropdown .dropdown-list .dropdown-item:hover {
  background-color: #f9f9f9;
  color: var(--wp--preset--color--color-1);
}
.company-filters .filter-group .custom-dropdown .dropdown-list .dropdown-item.selected {
  background-color: rgba(var(--wp--preset--color--color-1), 0.1);
  color: var(--wp--preset--color--color-1);
  font-weight: 600;
}
.company-filters .filter-group .custom-dropdown.open .dropdown-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.company-filters .filter-group .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.company-filters .filter-group .search-input-wrapper input[type=text] {
  padding-right: 40px;
}
.company-filters .filter-group .search-input-wrapper .clear-search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--wp--custom--color--neutral-500, #9e9e9e);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  width: 38px;
}
.company-filters .filter-group .search-input-wrapper .clear-search-btn:hover {
  color: var(--wp--preset--color--body);
}

.company-category-section {
  margin-bottom: var(--wp--custom--layout--block-gap-large, 40px);
}
.company-category-section .category-title {
  color: var(--wp--preset--color--black);
  margin-bottom: var(--wp--custom--layout--block-gap, 30px);
  border-bottom: 2px solid var(--wp--preset--color--color-1);
  padding-bottom: calc(0.5 * var(--wp--custom--layout--padding, 16px));
}

.company-grid {
  display: flex;
  gap: var(--wp--custom--layout--block-gap);
  align-items: stretch;
  flex-wrap: wrap;
}
.company-grid .company {
  min-height: 230px;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.company-grid .company:hover {
  box-shadow: var(--wp--custom--box-shadow--2);
}
@media (min-width: 768px) {
  .company-grid .company {
    width: calc(33.3333333333% - 2 * var(--wp--custom--layout--block-gap) / 3);
  }
}
.company-grid .company .company-card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--padding);
}
.company-grid .company .company-card-content .company-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius--small);
  margin-bottom: 10px;
}
.company-grid .company .company-card-content .company-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-grid .company .company-card-content .company-title {
  color: var(--wp--preset--color--black);
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
}
.company-grid .company .company-card-content .company-excerpt {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--body);
  margin-bottom: 10px;
}
.company-grid .company .company-card-content .company-details {
  margin-top: auto;
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--body);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.company-grid .company .company-card-content .company-details p {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.company-grid .company .company-card-content .company-details p .icon-svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  flex-shrink: 0;
}
.company-grid .company .company-card-content .company-details p a {
  color: var(--wp--preset--color--body);
  text-decoration: none;
}
.company-grid .company .company-card-content .company-details p a:hover {
  text-decoration: underline;
  color: var(--wp--custom--color--link);
}

.opening-hours-wrapper .today-hours {
  font-weight: 500;
  margin-left: 5px;
}
.opening-hours-wrapper .hours-accordion {
  margin-top: 8px;
  width: 100%;
}
.opening-hours-wrapper .hours-accordion > summary {
  list-style: none;
  cursor: pointer;
  color: var(--wp--custom--color--link);
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.opening-hours-wrapper .hours-accordion > summary::-webkit-details-marker {
  display: none;
}
.opening-hours-wrapper .hours-accordion > summary:hover {
  text-decoration: underline;
}
.opening-hours-wrapper .hours-accordion > summary .dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}
.opening-hours-wrapper .hours-accordion[open] > summary .dashicons {
  transform: rotate(180deg);
}
.opening-hours-wrapper .hours-accordion .hours-list {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: var(--wp--preset--font-size--tiny);
}
.opening-hours-wrapper .hours-accordion .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid rgba(var(--wp--custom--color--neutral-300, #e0e0e0), 0.5);
}
.opening-hours-wrapper .hours-accordion .hours-list li:last-child {
  border-bottom: none;
}
.opening-hours-wrapper .hours-accordion .hours-list li.is-today {
  font-weight: 700;
  color: var(--wp--preset--color--color-1);
  background-color: rgba(var(--wp--preset--color--color-1), 0.05);
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
}
.opening-hours-wrapper .hours-accordion .hours-list li .day-label {
  text-transform: capitalize;
  margin-right: 8px;
}

.single-company-container {
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto;
}
.single-company-container .single-company-header {
  margin-bottom: var(--wp--custom--layout--block-gap-large, 40px);
}
.single-company-container .single-company-header .entry-title {
  margin-bottom: 0.5rem;
  color: var(--wp--preset--color--color-1);
}
.single-company-container .single-company-header .company-legal-name {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--body);
  font-weight: 500;
  margin: 0;
}
.single-company-container .single-company-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--wp--custom--layout--block-gap-large, 40px);
}
@media (min-width: 768px) {
  .single-company-container .single-company-content-wrapper {
    flex-direction: row;
  }
}
.single-company-container .single-company-content-wrapper .company-main-info {
  flex: 2;
  max-width: 400px;
}
.single-company-container .single-company-content-wrapper .company-main-info .company-featured-image {
  margin-bottom: var(--wp--custom--layout--block-gap, 30px);
  max-width: 400px;
  max-height: 400px;
}
.single-company-container .single-company-content-wrapper .company-main-info .company-featured-image img {
  width: 100%;
  height: auto;
  border-radius: var(--wp--custom--border-radius--medium, 12px);
  object-fit: cover;
}
.single-company-container .single-company-content-wrapper .company-sidebar-details {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}
.single-company-container .single-company-content-wrapper .company-sidebar-details .details-card {
  padding: var(--wp--custom--layout--padding);
  margin-bottom: var(--wp--custom--layout--block-gap, 30px);
}
.single-company-container .single-company-content-wrapper .company-sidebar-details .details-card h3 {
  margin-top: 0;
  margin-bottom: var(--wp--custom--layout--padding);
  border-bottom: 2px solid var(--wp--preset--color--color-1);
  padding-bottom: 10px;
  font-size: var(--wp--preset--font-size--medium);
}
.single-company-container .single-company-content-wrapper .company-sidebar-details .details-card .detail-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.single-company-container .single-company-content-wrapper .company-sidebar-details .details-card .detail-item:last-child {
  margin-bottom: 0;
}
.single-company-container .single-company-content-wrapper .company-sidebar-details .details-card .detail-item .icon-svg {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  flex-shrink: 0;
}
.single-company-container .single-company-content-wrapper .company-sidebar-details .details-card .detail-item .detail-content {
  font-size: var(--wp--preset--font-size--small);
}
.single-company-container .single-company-content-wrapper .company-sidebar-details .details-card .detail-item .detail-content strong {
  display: block;
  margin-bottom: 2px;
}
.single-company-container .single-company-content-wrapper .company-sidebar-details .details-card .detail-item .detail-content a {
  color: var(--wp--preset--color--body);
  text-decoration: none;
  word-break: break-word;
}
.single-company-container .single-company-content-wrapper .company-sidebar-details .details-card .detail-item .detail-content a:hover {
  color: var(--wp--custom--color--link);
  text-decoration: underline;
}
.single-company-container .company-description {
  font-size: 1.1rem;
  line-height: 1.6;
  padding: var(--wp--custom--layout--padding);
  margin-top: var(--wp--custom--layout--block-gap, 30px);
  width: 100%;
}

.company-map-container {
  margin-top: var(--wp--custom--layout--block-gap-large, 40px);
  box-shadow: var(--wp--custom--box-shadow--1);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.company-map-container iframe {
  display: block;
}

body.single-company .site-inner {
  padding-bottom: 0;
}

/* --- FILE: sass/_course.scss --- */
/* --- General Course Styles --- */
.button,
button {
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease;
}

.download-btn,
.external-link-btn {
  background-color: #2271b1;
  color: #fff;
}
.download-btn:hover,
.external-link-btn:hover {
  background-color: rgb(25.7819905213, 85.6872037915, 134.2180094787);
}

/* --- Mark as Completed Button --- */
.mark-complete-btn {
  background-color: #f0f0f0;
  color: #555;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.mark-complete-btn .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  transition: all 0.3s ease;
}
.mark-complete-btn:hover {
  background-color: #e0e0e0;
}
.mark-complete-btn.processing {
  opacity: 0.7;
  cursor: wait;
}
.mark-complete-btn.completed {
  background-color: #4caf50;
  color: #fff;
}
.mark-complete-btn.completed .icon {
  border-color: #fff;
  background-color: #fff;
  position: relative;
}
.mark-complete-btn.completed .icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #4caf50;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* --- Archive Page: Card Grid --- */
.courses-archive-container {
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--block-gap);
}
@media (min-width: 960px) {
  .courses-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.course-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--wp--custom--color--neutral-200);
  border-radius: var(--wp--custom--border-radius--medium);
  background-color: var(--wp--preset--color--white);
  overflow: hidden;
  box-shadow: var(--wp--custom--box-shadow--1);
}
.course-card:hover {
  box-shadow: var(--wp--custom--box-shadow--2);
  scale: 1.05;
}
.course-card__header {
  color: var(--wp--preset--color--white);
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.course-card__header img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}
.course-card__header .course-status {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: var(--wp--preset--font-size--micro);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--color-1);
  padding: 2px 8px;
  width: fit-content;
  border-radius: var(--wp--custom--border-radius--medium);
  border: 1px solid var(--wp--preset--color--white);
}
.course-card__header .course-status.ongoing {
  background-color: var(--wp--preset--color--body);
}
.course-card__short-title {
  margin: 0;
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--small);
  color: inherit;
}
.course-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.course-card__title {
  font-size: var(--wp--preset--font-size--large);
  margin: 0;
  line-height: var(--wp--custom--line-height--small);
  font-weight: 700;
  margin: 0 0 calc(var(--wp--custom--layout--padding) / 4);
  color: var(--wp--preset--color--black);
}
.course-card__category {
  font-size: var(--wp--preset--font-size--micro);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--color-2);
  padding: 2px 8px;
  width: fit-content;
  border-radius: var(--wp--custom--border-radius--medium);
}
.course-card__description {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--body);
  margin: var(--wp--custom--layout--padding) 0 var(--wp--custom--layout--padding);
}
.course-card__button {
  margin-top: auto;
  align-self: flex-start;
  width: 100%;
  text-align: center;
}
.course-card .card-link {
  text-decoration: none;
  color: inherit;
}

/* --- Archive Page: Progress Bar --- */
.progress-bar-container {
  margin-top: 1em;
}

.progress-bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 0.9em;
  color: #555;
  margin-bottom: 0.5em;
}

.progress-bar {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 10px;
  height: 10px;
  overflow: hidden;
}
.progress-bar .progress-bar-inner {
  height: 100%;
  background-color: #0073aa;
  border-radius: 10px;
  transition: width 0.5s ease-in-out;
}

.single-curso .site-inner {
  padding: 0 var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap-xlarge);
}

.course-single-page {
  /* Puedes poner esto en tu SCSS/CSS principal */
  /* Responsive */
}
.course-single-page .course-single-header {
  padding: 3rem var(--wp--custom--layout--padding);
  margin: 0 calc(-1 * var(--wp--custom--layout--padding)) 0;
  color: var(--wp--preset--color--white);
}
.course-single-page .course-single-header__inner {
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto;
}
.course-single-page .course-single-category,
.course-single-page .course-single-level,
.course-single-page .course-single-duration,
.course-single-page .course-single-teacher {
  font-size: var(--wp--preset--font-size--min);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.course-single-page .course-single-category .sidebar-label,
.course-single-page .course-single-level .sidebar-label,
.course-single-page .course-single-duration .sidebar-label,
.course-single-page .course-single-teacher .sidebar-label {
  flex-basis: 25%;
}
.course-single-page .course-single-category .single-category,
.course-single-page .course-single-category .single-level,
.course-single-page .course-single-category .single-duration,
.course-single-page .course-single-category .single-teacher,
.course-single-page .course-single-level .single-category,
.course-single-page .course-single-level .single-level,
.course-single-page .course-single-level .single-duration,
.course-single-page .course-single-level .single-teacher,
.course-single-page .course-single-duration .single-category,
.course-single-page .course-single-duration .single-level,
.course-single-page .course-single-duration .single-duration,
.course-single-page .course-single-duration .single-teacher,
.course-single-page .course-single-teacher .single-category,
.course-single-page .course-single-teacher .single-level,
.course-single-page .course-single-teacher .single-duration,
.course-single-page .course-single-teacher .single-teacher {
  font-size: var(--wp--preset--font-size--micro);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--color-1);
  padding: 2px 8px;
  width: fit-content;
  border-radius: var(--wp--custom--border-radius--medium);
}
.course-single-page .course-single-category .single-level,
.course-single-page .course-single-level .single-level,
.course-single-page .course-single-duration .single-level,
.course-single-page .course-single-teacher .single-level {
  background-color: var(--wp--preset--color--body);
}
.course-single-page .course-single-category .single-duration,
.course-single-page .course-single-level .single-duration,
.course-single-page .course-single-duration .single-duration,
.course-single-page .course-single-teacher .single-duration {
  background-color: var(--wp--preset--color--color-3);
}
.course-single-page .course-single-category .single-teacher,
.course-single-page .course-single-level .single-teacher,
.course-single-page .course-single-duration .single-teacher,
.course-single-page .course-single-teacher .single-teacher {
  background-color: var(--wp--preset--color--color-2);
}
.course-single-page .related-courses-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.course-single-page .related-courses-list .related-course {
  width: 100%;
  border-radius: var(--wp--custom--border-radius--small);
}
.course-single-page .related-courses-list .related-course a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 600;
  color: var(--wp--preset--color--black);
  text-decoration: none;
}
.course-single-page .related-courses-list .related-course a:hover {
  transform: translateX(8px);
}
.course-single-page .related-courses-list .related-course__thumbnail {
  flex-shrink: 0;
  width: 80px;
  height: 56px;
  border-radius: var(--wp--custom--border-radius--small);
  overflow: hidden;
}
.course-single-page .related-courses-list .related-course__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-single-page .related-courses-list .related-course__title-container {
  width: 80px;
  height: 56px;
  border-radius: var(--wp--custom--border-radius--small);
  overflow: hidden;
  font-size: var(--wp--preset--font-size--micro);
  font-weight: 500;
  color: var(--wp--preset--color--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.course-single-page .course-single-title {
  color: #ffffff;
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
}
.course-single-page .course-description {
  padding: calc(var(--wp--custom--layout--padding) * 2);
}
.course-single-page .course-tabs-menu-wrapper {
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto 1rem;
  padding: 1rem 0 1rem;
  position: sticky;
  top: 64px;
  backdrop-filter: blur(5px);
  border-radius: var(--wp--custom--border-radius--medium);
}
@media (min-width: 768px) {
  .course-single-page .course-tabs-menu-wrapper {
    top: 96px;
  }
}
.course-single-page .course-tabs-menu {
  max-width: var(--wp--custom--layout--content, 900px);
  background-color: var(--wp--preset--color--white);
  padding: 0;
}
.course-single-page .course-tabs-list {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-x: auto;
}
.course-single-page .course-tab-item {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}
.course-single-page .course-tab-item.active {
  color: #ff6600;
}
.course-single-page .course-tab-content {
  display: none;
}
.course-single-page .course-tab-content.active {
  display: block;
}
@media (max-width: 600px) {
  .course-single-page .course-tabs-list {
    gap: 0.5rem;
  }
  .course-single-page .course-tab-item {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
.course-single-page .course-single-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--custom--layout--block-gap-large);
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .course-single-page .course-single-content-wrapper {
    grid-template-columns: var(--wp--custom--layout--content) var(--wp--custom--layout--sidebar);
  }
}
.course-single-page .course-single-content-wrapper .video-item,
.course-single-page .course-single-content-wrapper .document-item {
  padding: calc(var(--wp--custom--layout--padding) * 2);
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.course-single-page .course-single-content-wrapper .video-item h3,
.course-single-page .course-single-content-wrapper .document-item h3 {
  margin-top: 0;
  margin-bottom: 1em;
  color: var(--wp--preset--color--color-1);
}
.course-single-page .course-single-content-wrapper .video-item .video-wrapper,
.course-single-page .course-single-content-wrapper .document-item .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
  background: #000;
  border-radius: var(--wp--custom--border-radius--small);
}
.course-single-page .course-single-content-wrapper .video-item .video-wrapper iframe,
.course-single-page .course-single-content-wrapper .video-item .video-wrapper video,
.course-single-page .course-single-content-wrapper .document-item .video-wrapper iframe,
.course-single-page .course-single-content-wrapper .document-item .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.course-single-page .course-single-content-wrapper .video-item .pdf-viewer-wrapper,
.course-single-page .course-single-content-wrapper .document-item .pdf-viewer-wrapper {
  border: 1px solid #ccc;
  margin-bottom: 1em;
  border-radius: var(--wp--custom--border-radius--small);
  overflow: hidden;
}
.course-single-page .course-single-content-wrapper .video-item .pdf-viewer-wrapper iframe,
.course-single-page .course-single-content-wrapper .document-item .pdf-viewer-wrapper iframe {
  display: block;
  border: none;
}
.course-single-page .course-single-content .course-single-thumbnail {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.course-single-page .course-single-content .course-single-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: var(--wp--custom--border-radius--medium);
}
.course-single-page .course-single-content .entry-content h1,
.course-single-page .course-single-content .entry-content h2,
.course-single-page .course-single-content .entry-content h3 {
  margin-top: 2em;
}
.course-single-page .course-single-sidebar {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .course-single-page .course-single-sidebar {
    flex-direction: column;
  }
}
.course-single-page .course-single-sidebar .course-sidebar-widget {
  background: var(--wp--preset--color--gray-300);
  padding: 1.5rem;
  border-radius: var(--wp--custom--border-radius--medium);
  border: 1px solid var(--wp--custom--color--neutral-200);
}
.course-single-page .course-single-sidebar .widget-title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  color: var(--wp--preset--color--color-1);
  margin-top: 0;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid var(--wp--custom--color--neutral-200);
  padding-bottom: 0.75rem;
}
.course-single-page .course-single-sidebar .button-registration {
  width: 100%;
  text-align: center;
  font-size: var(--wp--preset--font-size--medium);
  padding: 0.8em 1em;
}
.course-single-page .course-sessions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.course-single-page .course-session-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: var(--wp--custom--border-radius--small);
  background-color: var(--wp--preset--color--white);
  transition: opacity 0.3s ease;
  box-shadow: var(--wp--custom--box-shadow--1);
}
.course-single-page .course-session-item.is-past {
  opacity: 0.5;
  text-decoration: line-through;
  background-color: transparent;
}
.course-single-page .course-session-item .session-date {
  flex-shrink: 0;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
  border-right: 2px solid var(--wp--custom--color--neutral-200);
  min-width: 60px;
}
.course-single-page .course-session-item .session-date .day {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--wp--preset--color--color-1);
}
.course-single-page .course-session-item .session-date .month {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: var(--wp--preset--color--body);
}
.course-single-page .course-session-item .session-details {
  display: flex;
  flex-direction: column;
}
.course-single-page .course-session-item .session-details .session-day-name {
  font-weight: 600;
}
.course-single-page .course-session-item .session-details .session-time {
  font-size: 0.9em;
  color: var(--wp--preset--color--body);
}

.events-archive-container {
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto;
}

.events-list-container h2 {
  text-align: left;
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 600;
  color: var(--wp--preset--color--black);
  margin-bottom: var(--wp--custom--layout--block-gap);
  border-bottom: 2px solid var(--wp--preset--color--color-1);
  padding-bottom: calc(0.5 * var(--wp--custom--layout--padding));
}

.events-calendar-container {
  margin-bottom: var(--wp--custom--layout--block-gap-xlarge);
  border: 1px solid var(--wp--custom--color--neutral-200);
  padding: 1.5rem;
  border-radius: var(--wp--custom--border-radius--medium);
  background-color: var(--wp--preset--color--white);
  box-shadow: var(--wp--custom--box-shadow--1);
  --fc-border-color: var(--wp--custom--color--neutral-200);
  --fc-today-bg-color: rgba(240, 90, 26, 0.08);
  --fc-event-border-color: transparent;
}
.events-calendar-container .fc-toolbar-title {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
}
.events-calendar-container .fc-button {
  background: var(--wp--preset--color--gray-300);
  border: 1px solid var(--wp--custom--color--neutral-300);
  color: var(--wp--preset--color--body);
  box-shadow: none;
  text-transform: none;
}
.events-calendar-container .fc-button:hover, .events-calendar-container .fc-button:focus, .events-calendar-container .fc-button:active {
  background-color: var(--wp--custom--color--neutral-200);
  box-shadow: none;
}
.events-calendar-container .fc-daygrid-day-number {
  padding: 0.5em;
}

.fc-daygrid-event {
  color: #ffffff !important;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 1px 2px !important;
  font-weight: 600;
  font-size: 0.8em;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  transition: opacity 0.2s ease-in-out;
}
.fc-daygrid-event:hover {
  opacity: 0.85;
}
.fc-daygrid-event.fc-event-past {
  opacity: 0.5;
  cursor: default;
}
.fc-daygrid-event.fc-event-past:hover {
  opacity: 0.65;
}

.fc-daygrid-day-events .fc-event-time {
  display: none;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--block-gap);
}
@media (min-width: 960px) {
  .events-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.event-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--wp--custom--color--neutral-200);
  border-radius: var(--wp--custom--border-radius--medium);
  background-color: var(--wp--preset--color--white);
  overflow: hidden;
  box-shadow: var(--wp--custom--box-shadow--1);
}
.event-card:hover {
  box-shadow: var(--wp--custom--box-shadow--2);
  scale: 1.05;
}
.event-card__header {
  padding: 1.5rem;
  color: var(--wp--preset--color--white);
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-card__short-title {
  margin: 0;
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--small);
  color: inherit;
}
.event-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.event-card__date {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--color-2);
  font-weight: 600;
  margin: 0;
}
.event-card__title {
  font-size: var(--wp--preset--font-size--large);
  margin: 0;
  line-height: var(--wp--custom--line-height--small);
  font-weight: 700;
  margin: calc(var(--wp--custom--layout--padding) / 2) 0 calc(var(--wp--custom--layout--padding) / 4);
}
.event-card__title a {
  text-decoration: none;
  color: var(--wp--preset--color--black);
}
.event-card__title a:hover {
  color: var(--wp--preset--color--black);
}
.event-card__category {
  font-size: var(--wp--preset--font-size--micro);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--color-1);
  padding: 2px 8px;
  width: fit-content;
  border-radius: var(--wp--custom--border-radius--medium);
}
.event-card__description {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--body);
  margin-bottom: 1rem;
  margin: var(--wp--custom--layout--padding) 0 var(--wp--custom--layout--padding-medium);
}
.event-card__button {
  margin-top: auto;
  align-self: flex-start;
}

.load-more-container {
  text-align: center;
  padding: var(--wp--custom--layout--block-gap) 0;
}

.tippy-box[data-theme~=light-border] {
  border: 1px solid #ddd;
  font-size: 0.9em;
}

.event-tooltip {
  text-align: left;
}

.event-tooltip-title {
  font-size: 1.1em;
  display: block;
  margin-bottom: 5px;
}

.event-tooltip p {
  margin: 0 0 5px;
  padding: 0;
}

.event-tooltip-link {
  display: inline-block;
  margin-top: 5px;
  font-weight: bold;
}

/* Single Event Page
--------------------------------------------- */
.single-event .site-inner {
  padding: 0 var(--wp--custom--layout--padding) var(--wp--custom--layout--block-gap-xlarge);
}

.event-single-page .event-single-header {
  padding: 3rem var(--wp--custom--layout--padding);
  margin: 0 calc(-1 * var(--wp--custom--layout--padding)) var(--wp--custom--layout--block-gap-large);
  color: var(--wp--preset--color--white);
}
.event-single-page .event-single-header__inner {
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto;
}
.event-single-page .event-single-category {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 0.5rem;
}
.event-single-page .event-single-title {
  color: #ffffff;
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
}
.event-single-page .event-single-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--wp--custom--layout--block-gap-large);
  max-width: var(--wp--custom--layout--wide, 1280px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .event-single-page .event-single-content-wrapper {
    grid-template-columns: var(--wp--custom--layout--content) var(--wp--custom--layout--sidebar);
  }
}
.event-single-page .event-single-content .event-single-thumbnail {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.event-single-page .event-single-content .event-single-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: var(--wp--custom--border-radius--medium);
}
.event-single-page .event-single-content .entry-content h1,
.event-single-page .event-single-content .entry-content h2,
.event-single-page .event-single-content .entry-content h3 {
  margin-top: 2em;
}
.event-single-page .event-single-sidebar {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .event-single-page .event-single-sidebar {
    flex-direction: column;
  }
}
.event-single-page .event-single-sidebar .event-sidebar-widget {
  background: var(--wp--preset--color--gray-300);
  padding: 1.5rem;
  border-radius: var(--wp--custom--border-radius--medium);
  border: 1px solid var(--wp--custom--color--neutral-200);
}
.event-single-page .event-single-sidebar .button-registration {
  width: 100%;
  text-align: center;
  font-size: var(--wp--preset--font-size--medium);
  padding: 0.8em 1em;
}
.event-single-page .event-sessions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event-single-page .event-session-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  border-radius: var(--wp--custom--border-radius--small);
  background-color: var(--wp--preset--color--white);
  transition: opacity 0.3s ease;
  box-shadow: var(--wp--custom--box-shadow--1);
}
.event-single-page .event-session-item.is-past {
  opacity: 0.5;
  text-decoration: line-through;
  background-color: transparent;
}
.event-single-page .event-session-item .session-date {
  flex-shrink: 0;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
  border-right: 2px solid var(--wp--custom--color--neutral-200);
  min-width: 60px;
}
.event-single-page .event-session-item .session-date .day {
  display: block;
  font-size: var(--wp--preset--font-size--large);
  line-height: 1;
  color: var(--wp--preset--color--color-1);
}
.event-single-page .event-session-item .session-date .month {
  display: block;
  font-size: var(--wp--preset--font-size--min);
  text-transform: uppercase;
  color: var(--wp--preset--color--body);
}
.event-single-page .event-session-item .session-details {
  display: flex;
  flex-direction: column;
  font-size: var(--wp--preset--font-size--tiny);
}
.event-single-page .event-session-item .session-details .session-day-name {
  font-weight: 600;
}
.event-single-page .event-session-item .session-details .session-time {
  font-size: 0.9em;
  color: var(--wp--preset--color--body);
}

/* SPIN Login Modal
--------------------------------------------- */

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