@charset "UTF-8";
/*!
Theme Name: Hill Holiday
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hill-holiday
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}
.post, .page {
  margin: 0 0;
}
.updated:not(.published) {
  display: none;
}
.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
@font-face {
  font-family: "ES-Klarheit-Regular";
  src: url("fonts/ESKlarheitKurrent-Semibold.eot");
  src: url("fonts/ESKlarheitKurrent-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/ESKlarheitKurrent-Semibold.woff2") format("woff2"), url("fonts/ESKlarheitKurrent-Semibold.woff") format("woff"), url("fonts/ESKlarheitKurrent-Semibold.ttf") format("truetype"), url("fonts/ESKlarheitKurrent-Semibold.svg#ESKlarheitKurrent-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ES-Klarheit-Light-Italic";
  src: url("fonts/ESKlarheitKurrent-LightItalic.eot");
  src: url("fonts/ESKlarheitKurrent-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/ESKlarheitKurrent-LightItalic.woff2") format("woff2"), url("fonts/ESKlarheitKurrent-LightItalic.woff") format("woff"), url("fonts/ESKlarheitKurrent-LightItalic.ttf") format("truetype"), url("fonts/ESKlarheitKurrent-LightItalic.svg#ESKlarheitKurrent-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "ES-Klarheit-Light";
  src: url("fonts/ESKlarheitKurrent-Light.eot");
  src: url("fonts/ESKlarheitKurrent-Light.eot?#iefix") format("embedded-opentype"), url("fonts/ESKlarheitKurrent-Light.woff2") format("woff2"), url("fonts/ESKlarheitKurrent-Light.woff") format("woff"), url("fonts/ESKlarheitKurrent-Light.ttf") format("truetype"), url("fonts/ESKlarheitKurrent-Light.svg#ESKlarheitKurrent-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ES-Klarheit-Bold-Italic";
  src: url("fonts/ESKlarheitKurrent-ExtraboldItalic.eot");
  src: url("fonts/ESKlarheitKurrent-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/ESKlarheitKurrent-ExtraboldItalic.woff2") format("woff2"), url("fonts/ESKlarheitKurrent-ExtraboldItalic.woff") format("woff"), url("fonts/ESKlarheitKurrent-ExtraboldItalic.ttf") format("truetype"), url("fonts/ESKlarheitKurrent-ExtraboldItalic.svg#ESKlarheitKurrent-ExtraboldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "ES-Klarheit-Bold";
  src: url("fonts/ESKlarheitKurrent-Bold.eot");
  src: url("fonts/ESKlarheitKurrent-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ESKlarheitKurrent-Bold.woff2") format("woff2"), url("fonts/ESKlarheitKurrent-Bold.woff") format("woff"), url("fonts/ESKlarheitKurrent-Bold.ttf") format("truetype"), url("fonts/ESKlarheitKurrent-Bold.svg#ESKlarheitKurrent-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ES-Klarheit-Extra-Light-Italic";
  src: url("fonts/ESKlarheitKurrent-ExtralightItalic.eot");
  src: url("fonts/ESKlarheitKurrent-ExtralightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/ESKlarheitKurrent-ExtralightItalic.woff2") format("woff2"), url("fonts/ESKlarheitKurrent-ExtralightItalic.woff") format("woff"), url("fonts/ESKlarheitKurrent-ExtralightItalic.ttf") format("truetype"), url("fonts/ESKlarheitKurrent-ExtralightItalic.svg#ESKlarheitKurrent-ExtralightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "ES-Klarheit-Extra-Bold";
  src: url("fonts/ESKlarheitKurrent-Extrabold.eot");
  src: url("fonts/ESKlarheitKurrent-Extrabold.eot?#iefix") format("embedded-opentype"), url("fonts/ESKlarheitKurrent-Extrabold.woff2") format("woff2"), url("fonts/ESKlarheitKurrent-Extrabold.woff") format("woff"), url("fonts/ESKlarheitKurrent-Extrabold.ttf") format("truetype"), url("fonts/ESKlarheitKurrent-Extrabold.svg#ESKlarheitKurrent-Extrabold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arial";
  src: url("fonts/Arial-BoldMT.eot");
  src: url("fonts/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("fonts/Arial-BoldMT.woff2") format("woff2"), url("fonts/Arial-BoldMT.woff") format("woff"), url("fonts/Arial-BoldMT.ttf") format("truetype"), url("fonts/Arial-BoldMT.svg#Arial-BoldMT") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Minion Pro";
  src: url("fonts/MinionPro-Regular.eot");
  src: url("fonts/MinionPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MinionPro-Regular.woff2") format("woff2"), url("fonts/MinionPro-Regular.woff") format("woff"), url("fonts/MinionPro-Regular.ttf") format("truetype"), url("fonts/MinionPro-Regular.svg#MinionPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.section-container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1345px) {
  .section-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1344px) {
  .section-container {
    max-width: 1120px;
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .section-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.content-container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}
.headline-2xl, h1 {
  font-family: "ES-Klarheit-Bold";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 72px */
  letter-spacing: -2.16px;
}
@media (max-width: 768px) {
  .headline-2xl, h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 131.25% */
    letter-spacing: -0.96px;
  }
}
.headline-xl, h2 {
  font-family: "ES-Klarheit-Bold";
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -1.44px;
}
@media (max-width: 768px) {
  .headline-xl, h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.96px;
  }
}
.headline-l, h3 {
  font-family: "ES-Klarheit-Bold";
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  .headline-l, h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    /* 114.286% */
    letter-spacing: -0.84px;
  }
}
.headline-m, h4 {
  font-family: "ES-Klarheit-Regular";
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -3%;
}
.headline-s, h5 {
  font-family: "ES-Klarheit-Regular";
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -3%;
}
@media (max-width: 768px) {
  .headline-s, h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
    letter-spacing: -0.6px;
  }
}
.headline-xs, h6 {
  font-family: "ES-Klarheit-Regular";
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
/*.p-large{
    font-family: $ES-Klarheit-Regular;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    @include respond-to(768px){
        font-size: 14px;
        line-height: 24px;
    }
}
.p-medium{
    font-family: $ES-Klarheit-Regular;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.p-small{
    font-family: $ES-Klarheit-Regular;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}*/
.p-large, .headline-with-text .left .headline-with-text-content .second-container p, .headline-with-text .right .headline-with-text-content .second-container p {
  font-family: "ES-Klarheit-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 38.4px */
}
@media (max-width: 768px) {
  .p-large, .headline-with-text .left .headline-with-text-content .second-container p, .headline-with-text .right .headline-with-text-content .second-container p {
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
  }
}
.p-medium, .text-block .content p, .text-block .content ul, .text-block .content ol, .accordion .accordion-item .accordion-content p, .accordion .accordion-item .accordion-content ul li, .image-with-text .left .image-with-text-content .second-container p, .image-with-text .left .image-with-text-content .second-container ul, .image-with-text .left .image-with-text-content .second-container ol, .image-with-text .right .image-with-text-content .second-container p, .image-with-text .right .image-with-text-content .second-container ul, .image-with-text .right .image-with-text-content .second-container ol {
  font-family: "ES-Klarheit-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
}
.p-small {
  font-family: "ES-Klarheit-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
}
.nav-large {
  font-family: "ES-Klarheit-Light";
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -3%;
  text-decoration: none;
}
.nav-small {
  font-family: "ES-Klarheit-Bold";
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: -3%;
  text-decoration: none;
}
.cta-text {
  font-family: "ES-Klarheit-Bold";
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -3%;
  text-decoration: none;
}
.btn-small {
  font-family: "ES-Klarheit-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.48px;
}
.btn-medium {
  font-family: "ES-Klarheit-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.48px;
}
.btn-large {
  font-family: "ES-Klarheit-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 16px */
  letter-spacing: -0.48px;
}
.btn, .primary-btn-green, .primary-btn-black {
  border-radius: 50px;
  display: flex;
  height: 40px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
}
@media (max-width: 768px) {
  .btn, .primary-btn-green, .primary-btn-black {
    height: 40px;
  }
}
.primary-btn-green {
  border: 2px solid #06A63F;
  background-color: #06A63F;
  color: #000000 !important;
  padding-bottom: 3px;
}
.primary-btn-green:hover {
  background-color: #FFFFFF;
}
.primary-btn-black {
  color: #FFFFFF !important;
  background-color: #000000;
  border: 2px solid #000000;
  padding-bottom: 3px;
}
.primary-btn-black:hover {
  background-color: #FFFFFF;
  color: #000000 !important;
}
.secondary-light {
  border-radius: 50px;
  border: 2px solid #74786F;
  background-color: #FFFFFF;
  display: flex;
  height: 32px;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  color: #74786F !important;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
  padding-bottom: 3px;
  text-transform: capitalize;
}
.secondary-light:hover {
  background-color: #74786F;
  color: #FFFFFF !important;
}
@media (max-width: 768px) {
  .entry-content {
    margin: 0px !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}
@media (max-width: 980px) {
  .site-header {
    position: sticky;
    width: 100%;
    z-index: 9999999;
  }
}
.site-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.site-header .site-branding {
  width: fit-content;
  position: relative;
  z-index: 1000;
}
.site-header .site-branding .custom-logo {
  width: 246px;
}
@media (max-width: 980px) {
  .site-header .site-branding {
    width: 211px;
  }
}
@media (max-width: 980px) {
  .site-header .site-open {
    display: none;
  }
}
.site-header .main-navigation {
  max-width: 672px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .site-header .main-navigation {
    justify-content: end;
    max-width: 100%;
    width: fit-content;
  }
}
.site-header .main-navigation .hamburger {
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='33' viewBox='0 0 66 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.5C0 0.947715 0.447715 0.5 1 0.5H65C65.5523 0.5 66 0.947715 66 1.5C66 2.05228 65.5523 2.5 65 2.5H1C0.447715 2.5 0 2.05228 0 1.5Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 16.5C0 15.9477 0.447715 15.5 1 15.5H65C65.5523 15.5 66 15.9477 66 16.5C66 17.0523 65.5523 17.5 65 17.5H1C0.447715 17.5 0 17.0523 0 16.5Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 31.5C0 30.9477 0.447715 30.5 1 30.5H65C65.5523 30.5 66 30.9477 66 31.5C66 32.0523 65.5523 32.5 65 32.5H1C0.447715 32.5 0 32.0523 0 31.5Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 66px;
  height: 33px;
}
@media (max-width: 980px) {
  .site-header .main-navigation .hamburger {
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='34' viewBox='0 0 50 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H49' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 17H49' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 33H49' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 50px;
    height: 34px;
    right: 45px !important;
  }
}
@media (max-width: 430px) {
  .site-header .main-navigation .hamburger {
    right: 25px !important;
  }
}
.site-header .main-navigation .menu-toggle {
  display: none;
}
.site-header .main-navigation #mega-menu-wrap-menu-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}
.site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-item {
  position: relative;
}
.site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-link {
  font-family: "ES-Klarheit-Bold" !important;
  font-size: 18px !important;
  line-height: 27px !important;
  font-weight: 600 !important;
  letter-spacing: -0.54px !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: #000000 !important;
  transition: 0.3s ease all !important;
  height: 27px !important;
}
.site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-link:hover {
  color: #74786F !important;
}
.site-header .main-navigation #mega-menu-wrap-menu-1 .mega-menu-link.active::before {
  content: "";
  position: absolute !important;
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  right: 40% !important;
  bottom: 30px !important;
  background-repeat: no-repeat !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231DB954'/%3E%3C/svg%3E%0A") !important;
  background-size: contain !important;
}
@media (max-width: 980px) {
  .site-header .main-navigation #mega-menu-wrap-menu-1 {
    display: none;
  }
}
.site-header .main-open {
  /*#mega-menu-wrap-menu-1{
			display: none;
		}
		.hamburger{
			cursor: pointer;
			display: none;
			@media (max-width: 980px) {
				display: block!important;
				background-repeat: no-repeat;
				background-image: url("data:image/svg+xml,%3Csvg width='50' height='34' viewBox='0 0 50 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H49' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 17H49' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 33H49' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
				width: 50px;
				height: 34px;
			}
		}
		@media (max-width: 980px) {
			display: none;
		}*/
}
.site-header .main-open #mega-menu-wrap-menu-1 .mega-menu-link {
  color: #FFFFFF !important;
}
.site-header .main-open .hamburger {
  background-image: url("data:image/svg+xml,%3Csvg width='66' height='33' viewBox='0 0 66 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.5C0 0.947715 0.447715 0.5 1 0.5H65C65.5523 0.5 66 0.947715 66 1.5C66 2.05228 65.5523 2.5 65 2.5H1C0.447715 2.5 0 2.05228 0 1.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 16.5C0 15.9477 0.447715 15.5 1 15.5H65C65.5523 15.5 66 15.9477 66 16.5C66 17.0523 65.5523 17.5 65 17.5H1C0.447715 17.5 0 17.0523 0 16.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 31.5C0 30.9477 0.447715 30.5 1 30.5H65C65.5523 30.5 66 30.9477 66 31.5C66 32.0523 65.5523 32.5 65 32.5H1C0.447715 32.5 0 32.0523 0 31.5Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (max-width: 980px) {
  .site-header .main-open .hamburger {
    display: none;
  }
}
.site-header .menu-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  color: white;
  display: flex;
  justify-content: end;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
  /* Delay visibility */
  z-index: 999;
}
.site-header .menu-modal.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
  /* Sin delay al abrir */
}
.site-header .menu-modal.open .menu-modal-left-blur, .site-header .menu-modal.open .menu-modal-right {
  opacity: 1;
}
.site-header .menu-modal .menu-modal-left-blur {
  width: 40vw;
  height: 100vh;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 3785px) {
  .site-header .menu-modal .menu-modal-left-blur {
    width: 45vw;
  }
}
@media (max-width: 1260px) {
  .site-header .menu-modal .menu-modal-left-blur {
    width: 28vw;
  }
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-left-blur {
    display: none;
  }
}
.site-header .menu-modal .menu-modal-right {
  background-color: black;
  width: 60vw;
  max-width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 3785px) {
  .site-header .menu-modal .menu-modal-right {
    width: 55vw;
  }
}
@media (max-width: 1260px) {
  .site-header .menu-modal .menu-modal-right {
    width: 72vw;
  }
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right {
    width: 100vw;
    max-width: 100vw;
    scrollbar-width: none;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container {
  text-align: center;
  margin-top: 150px;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container {
    margin-top: 10px;
  }
  .site-header .menu-modal .menu-modal-right .menu-container .header-mega-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .site-header .menu-modal .menu-modal-right .menu-container .header-mega-menu a {
    all: unset;
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='72' viewBox='0 0 211 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.92 26.36H5.184V33.848H12.888V26.36H16.152V44H12.888V36.728H5.184V44H1.92V26.36ZM19.3551 31.52H22.4751V44H19.3551V31.52ZM19.3071 29.48V26.36H22.5471V29.48H19.3071ZM24.9426 26.36H28.0626V44H24.9426V26.36ZM30.6444 26.36H33.7644V44H30.6444V26.36ZM41.3513 26.36H44.6153V33.848H52.3193V26.36H55.5833V44H52.3193V36.728H44.6153V44H41.3513V26.36ZM64.4376 31.064C68.3496 31.064 71.2536 33.824 71.2536 37.712C71.2536 41.6 68.3496 44.36 64.4376 44.36C60.5256 44.36 57.6216 41.6 57.6216 37.712C57.6216 33.824 60.5256 31.064 64.4376 31.064ZM60.8616 37.712C60.8616 40.04 62.3976 41.504 64.4376 41.504C66.4776 41.504 68.0136 40.04 68.0136 37.712C68.0136 35.384 66.4776 33.92 64.4376 33.92C62.3736 33.92 60.8616 35.384 60.8616 37.712ZM73.0222 26.36H76.1422V44H73.0222V26.36ZM78.7241 26.36H81.8441V44H78.7241V26.36ZM84.306 31.52H87.426V44H84.306V31.52ZM84.258 29.48V26.36H87.498V29.48H84.258ZM102.614 26.36V38.432L104.51 44H101.222L99.7575 39.464L99.5415 42.608C98.6295 43.664 97.3095 44.36 95.3895 44.36C91.6695 44.36 89.0775 41.528 89.0775 37.76C89.0775 33.944 91.6455 31.064 95.3655 31.064C97.1655 31.064 98.5335 31.76 99.4935 32.816V26.36H102.614ZM92.3175 37.76C92.3175 40.016 93.8775 41.528 95.9655 41.528C97.9575 41.528 99.6135 40.064 99.6135 37.76C99.6135 35.408 97.9575 33.896 95.9655 33.896C93.8775 33.896 92.3175 35.456 92.3175 37.76ZM118.651 31.52V38.408L120.547 44H117.259L115.795 39.464L115.579 42.608C114.667 43.664 113.347 44.36 111.427 44.36C107.707 44.36 105.115 41.528 105.115 37.76C105.115 33.944 107.683 31.064 111.403 31.064C113.203 31.064 114.571 31.76 115.531 32.816V31.52H118.651ZM108.355 37.76C108.355 40.016 109.915 41.528 112.003 41.528C113.995 41.528 115.651 40.064 115.651 37.76C115.651 35.408 113.995 33.896 112.003 33.896C109.915 33.896 108.355 35.456 108.355 37.76ZM120.601 31.52H124.129L127.417 40.016L130.585 31.52H134.017L126.985 49.16H123.601L125.713 43.832L120.601 31.52ZM147.854 44.36C142.934 44.36 139.286 40.64 139.286 35.144C139.286 29.528 143.342 25.904 148.478 25.904C151.814 25.904 154.982 27.512 156.446 30.488L153.782 32.264C153.014 30.2 150.998 28.832 148.43 28.832C144.998 28.832 142.574 31.328 142.574 35.096C142.574 39.032 144.878 41.432 148.262 41.432C151.022 41.432 152.87 39.776 153.302 37.28H146.942L149.222 34.4H156.518V44H153.326V41.768C152.342 43.088 150.686 44.36 147.854 44.36ZM158.97 31.52H162.09V35.624L162.786 32.36C163.218 31.88 164.13 31.208 165.402 31.208C165.882 31.208 166.218 31.232 166.65 31.4V34.448C166.074 34.28 165.642 34.208 165.042 34.208C163.266 34.208 162.09 35.528 162.09 37.976V44H158.97V31.52ZM173.839 31.064C177.751 31.064 180.655 33.824 180.655 37.712C180.655 41.6 177.751 44.36 173.839 44.36C169.927 44.36 167.023 41.6 167.023 37.712C167.023 33.824 169.927 31.064 173.839 31.064ZM170.263 37.712C170.263 40.04 171.799 41.504 173.839 41.504C175.879 41.504 177.415 40.04 177.415 37.712C177.415 35.384 175.879 33.92 173.839 33.92C171.775 33.92 170.263 35.384 170.263 37.712ZM193.536 31.52V39.704L194.952 44H191.664L190.416 39.992V42.584C189.768 43.544 188.76 44.36 186.816 44.36C183.96 44.36 182.184 42.512 182.184 39.44V31.52H185.304V39.056C185.304 40.808 186.048 41.672 187.584 41.672C189.432 41.672 190.416 40.16 190.416 37.832V31.52H193.536ZM203.668 44.36C202.252 44.36 201.244 44 200.452 43.472L199.54 40.184V49.16H196.42V31.52H199.54V32.864C200.5 31.76 201.868 31.064 203.692 31.064C207.388 31.064 209.98 33.944 209.98 37.76C209.98 41.528 207.388 44.36 203.668 44.36ZM199.444 37.76C199.444 40.064 201.076 41.528 203.068 41.528C205.18 41.528 206.74 40.016 206.74 37.76C206.74 35.456 205.18 33.896 203.068 33.896C201.076 33.896 199.444 35.408 199.444 37.76Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 211px;
    height: 72px;
  }
  .site-header .menu-modal .menu-modal-right .menu-container .header-mega-menu .hamburger-header-mega {
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='50' height='34' viewBox='0 0 50 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H49' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 17H49' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 33H49' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    width: 50px;
    height: 34px;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 672px;
  margin-left: 65px;
  margin-bottom: 20px;
  display: none;
}
@media (max-width: 1040px) {
  .site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile {
    margin-left: 10px;
  }
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile {
    all: unset;
    background-color: transparent;
    margin-bottom: 0px;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile .hamburger-icon {
  display: none;
}
.site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 {
  background-color: transparent !important;
}
.site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    flex-direction: column;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 li {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 li {
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px solid var(--White, #FFF);
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a {
  font-family: "ES-Klarheit-Bold" !important;
  font-size: 18px !important;
  line-height: 27px !important;
  font-weight: 600 !important;
  letter-spacing: -0.54px !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: #FFFFFF !important;
  height: 27px !important;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a {
    font-size: 32px !important;
    line-height: 100% !important;
    letter-spacing: -0.96px !important;
    padding: 0px !important;
  }
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a.active::before {
    content: unset !important;
    all: unset !important;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 li a.active::before {
  content: "";
  position: absolute !important;
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  right: 40% !important;
  bottom: 30px !important;
  background-repeat: no-repeat !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='6' fill='%231DB954'/%3E%3C/svg%3E%0A") !important;
  background-size: contain !important;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .main-navigation-modal-mobile #mega-menu-wrap-menu-1 #mega-menu-menu-1 li:last-child {
    border-bottom: 1px solid var(--White, #FFF);
  }
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-links {
    margin-top: 46px;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-links ul, .site-header .menu-modal .menu-modal-right .menu-container .menu-links li {
  all: unset;
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-links ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li {
  max-width: 100%;
  width: 100%;
  padding-left: 64px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 64px;
  text-align: left;
  border-top: 1px solid var(--White, #FFF);
  transition: 0.3s ease all;
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li:hover {
  background-color: #74786F;
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li:hover a {
  color: #FFFFFF;
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li.active {
  background-color: #06A63F;
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li.active a {
  color: #000000;
}
@media (min-width: 1630px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li {
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 16px;
    max-width: 100%;
    border-top: none;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li a {
  font-family: "ES-Klarheit-Bold";
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -1.5px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li a {
    font-family: "ES-Klarheit-Bold";
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.84px;
    color: #CAD9AF;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li:last-child {
  border-bottom: 1px solid var(--White, #FFF);
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-links ul li:last-child {
    border-bottom: none;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-footer {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 112px;
  padding-right: 112px;
  display: flex;
  justify-content: end;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-footer .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 32px;
  max-width: 624px;
  width: 100%;
  height: 284px;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-footer .social-icons {
    height: auto;
    width: 100%;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-footer .social-icons .linkedin-icon {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='62' height='62' rx='31' stroke='white' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0_778_4029)'%3E%3Cpath d='M22.9861 19.8223C22.9861 20.5093 22.8011 21.1809 22.4543 21.7521C22.1076 22.3234 21.6148 22.7686 21.0382 23.0315C20.4617 23.2944 19.8272 23.3632 19.2151 23.2291C18.603 23.0951 18.0408 22.7643 17.5995 22.2785C17.1582 21.7927 16.8577 21.1738 16.7359 20.5C16.6142 19.8262 16.6767 19.1278 16.9155 18.4931C17.1543 17.8584 17.5587 17.3159 18.0777 16.9342C18.5966 16.5525 19.2066 16.3488 19.8307 16.3488C20.6676 16.3488 21.4702 16.7148 22.0619 17.3662C22.6537 18.0176 22.9861 18.9011 22.9861 19.8223ZM23.8118 25.2295H17.5536V47.6512H23.8118V25.2295ZM33.3517 25.2295H26.9672V47.6512H33.2254V36.3217C33.2254 30.0114 41.0561 29.4209 41.0561 36.3217V47.6512H47.3249V33.4502C47.3249 22.4043 35.9654 22.8154 33.2938 28.2399L33.3517 25.2295Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_778_4029'%3E%3Crect width='30.6496' height='31.3024' fill='white' transform='translate(16.6753 16.3488)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-footer .social-icons .linkedin-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='46' height='46' rx='23' stroke='white' stroke-width='2'/%3E%3Cg clip-path='url(%23clip0_1282_60968)'%3E%3Cpath d='M19.2257 17.7755C19.2257 18.1266 19.1311 18.4699 18.9539 18.7619C18.7767 19.0539 18.5248 19.2814 18.2301 19.4158C17.9354 19.5502 17.6111 19.5853 17.2982 19.5168C16.9853 19.4483 16.698 19.2792 16.4724 19.0309C16.2468 18.7826 16.0932 18.4663 16.031 18.1219C15.9688 17.7774 16.0007 17.4205 16.1228 17.096C16.2448 16.7716 16.4516 16.4943 16.7168 16.2992C16.982 16.1041 17.2939 16 17.6129 16C18.0406 16 18.4509 16.1871 18.7533 16.52C19.0558 16.853 19.2257 17.3046 19.2257 17.7755ZM19.6478 20.5393H16.4489V32H19.6478V20.5393ZM24.524 20.5393H21.2606V32H24.4595V26.209C24.4595 22.9835 28.4621 22.6817 28.4621 26.209V32H31.6663V24.7413C31.6663 19.0952 25.86 19.3053 24.4944 22.078L24.524 20.5393Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1282_60968'%3E%3Crect width='16' height='16' fill='white' transform='translate(16 16)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 48px;
    height: 48px;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-footer .social-icons .instagram-icon {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='62' height='62' rx='31' stroke='white' stroke-width='2'/%3E%3Cpath d='M40.8 23.2H40.816M24 16H40C44.4183 16 48 19.5817 48 24V40C48 44.4183 44.4183 48 40 48H24C19.5817 48 16 44.4183 16 40V24C16 19.5817 19.5817 16 24 16ZM38.4 30.992C38.5975 32.3236 38.37 33.6835 37.75 34.8784C37.13 36.0733 36.149 37.0423 34.9466 37.6475C33.7442 38.2527 32.3815 38.4634 31.0525 38.2495C29.7234 38.0356 28.4956 37.4081 27.5437 36.4563C26.5919 35.5044 25.9644 34.2766 25.7505 32.9475C25.5366 31.6185 25.7473 30.2558 26.3525 29.0534C26.9577 27.851 27.9267 26.87 29.1216 26.25C30.3165 25.63 31.6764 25.4025 33.008 25.6C34.3663 25.8014 35.6238 26.4343 36.5947 27.4053C37.5657 28.3762 38.1986 29.6337 38.4 30.992Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-footer .social-icons .instagram-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='46' height='46' rx='23' stroke='white' stroke-width='2'/%3E%3Cpath d='M28.4 19.6H28.408M20 16H28C30.2091 16 32 17.7909 32 20V28C32 30.2091 30.2091 32 28 32H20C17.7909 32 16 30.2091 16 28V20C16 17.7909 17.7909 16 20 16ZM27.2 23.496C27.2987 24.1618 27.185 24.8418 26.875 25.4392C26.565 26.0367 26.0745 26.5211 25.4733 26.8237C24.8721 27.1263 24.1908 27.2317 23.5262 27.1247C22.8617 27.0178 22.2478 26.7041 21.7719 26.2281C21.2959 25.7522 20.9822 25.1383 20.8753 24.4738C20.7683 23.8092 20.8737 23.1279 21.1763 22.5267C21.4789 21.9255 21.9633 21.435 22.5608 21.125C23.1582 20.815 23.8382 20.7013 24.504 20.8C25.1831 20.9007 25.8119 21.2172 26.2974 21.7026C26.7828 22.1881 27.0993 22.8169 27.2 23.496Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 48px;
    height: 48px;
  }
}
.site-header .menu-modal .menu-modal-right .menu-container .menu-footer .social-icons .twitter-icon {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='62' height='62' rx='31' stroke='white' stroke-width='2'/%3E%3Cpath d='M34.9784 29.5498L46.6323 16H43.8707L33.7516 27.7651L25.6694 16H16.3477L28.5694 33.7909L16.3477 48H19.1094L29.7955 35.5756L38.3308 48H47.6526L34.9777 29.5498H34.9784ZM31.1957 33.9477L29.9574 32.1761L20.1045 18.0795H24.3465L32.2978 29.4559L33.5362 31.2275L43.872 46.0151H39.6301L31.1957 33.9484V33.9477Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right .menu-container .menu-footer .social-icons .twitter-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='46' height='46' rx='23' stroke='white' stroke-width='2'/%3E%3Cpath d='M25.4892 22.7749L31.3162 16H29.9354L24.8758 21.8826L20.8347 16H16.1738L22.2847 24.8955L16.1738 32H17.5547L22.8978 25.7878L27.1654 32H31.8263L25.4888 22.7749H25.4892ZM23.5979 24.9738L22.9787 24.0881L18.0523 17.0397H20.1732L24.1489 22.728L24.7681 23.6137L29.936 31.0075H27.815L23.5979 24.9742V24.9738Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 48px;
    height: 48px;
  }
}
.site-header .menu-modal .menu-modal-right::-webkit-scrollbar {
  width: 5px;
  /* Grosor del scroll */
}
@media (max-width: 980px) {
  .site-header .menu-modal .menu-modal-right::-webkit-scrollbar {
    scrollbar-width: none;
  }
}
.site-header .menu-modal .menu-modal-right::-webkit-scrollbar-track {
  background: transparent;
  /* Fondo del track */
}
.site-header .menu-modal .menu-modal-right::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  /* Color de la barra */
  border-radius: 10px;
  /* Bordes redondeados */
}
.site-header .menu-modal .menu-modal-right::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
  /* Color más visible al pasar el mouse */
}
@media (max-width: 980px) {
  .scrolled {
    width: 100%;
    background-color: white !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
html:has(.menu-modal.open) {
  overflow-y: hidden;
}
footer {
  background-color: #000000;
  padding-top: 64px;
  padding-bottom: 64px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin: 0;
  padding: 0;
}
footer .footer-content {
  display: flex;
  flex-direction: column;
}
footer .footer-content .footer-title {
  color: #FFFFFF;
  padding-top: 32px;
  padding-bottom: 32px;
  margin: 0;
  text-align: left;
}
@media (max-width: 870px) {
  footer .footer-content .footer-title {
    padding-top: 0px;
    padding-bottom: 64px;
    gap: 32px;
  }
}
footer .footer-content .horizontal-line {
  width: 100%;
  border-bottom: 2px solid #FFFFFF;
}
footer .footer-content .footer-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 870px) {
  footer .footer-content .footer-nav {
    flex-direction: column;
    gap: 32px;
  }
}
footer .footer-content .footer-nav .footer-principal-links {
  max-width: 204px;
  width: 100%;
}
footer .footer-content .footer-nav .footer-principal-links .menu-footer-nav-primary-container #footer-nav-primary {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
footer .footer-content .footer-nav .footer-principal-links .menu-footer-nav-primary-container #footer-nav-primary .menu-item a {
  font-family: "ES-Klarheit-Bold";
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.96px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.3s ease all;
}
footer .footer-content .footer-nav .footer-principal-links .menu-footer-nav-primary-container #footer-nav-primary .menu-item a:hover {
  color: #74786F;
}
@media (max-width: 870px) {
  footer .footer-content .footer-nav .footer-principal-links .menu-footer-nav-primary-container #footer-nav-primary .menu-item a {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.84px;
  }
}
footer .footer-content .footer-nav .footer-secondary-links {
  width: 100%;
  max-width: 328px;
}
footer .footer-content .footer-nav .footer-secondary-links .menu-footer-nav-secondary-container #footer-nav-secondary {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
footer .footer-content .footer-nav .footer-secondary-links .menu-footer-nav-secondary-container #footer-nav-secondary .menu-item a {
  font-family: "ES-Klarheit-Bold";
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: -0.6px;
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.3s ease all;
}
footer .footer-content .footer-nav .footer-secondary-links .menu-footer-nav-secondary-container #footer-nav-secondary .menu-item a:hover {
  color: #74786F;
}
@media (max-width: 870px) {
  footer .footer-content .footer-nav .footer-secondary-links .menu-footer-nav-secondary-container #footer-nav-secondary .menu-item a {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.54px;
  }
}
footer .footer-content .footer-info-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 870px) {
  footer .footer-content .footer-info-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
footer .footer-content .footer-info-section .footer-copyright {
  width: fit-content;
}
footer .footer-content .footer-info-section .footer-copyright p {
  font-family: "ES-Klarheit-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.54px;
  color: #CAD9AF;
}
@media (max-width: 870px) {
  footer .footer-content .footer-info-section .footer-copyright p {
    margin: 0;
  }
}
footer .footer-content .footer-info-section .footer-info-nav .menu-footer-info-container #footer-info {
  display: flex;
  gap: 32px;
}
@media (max-width: 870px) {
  footer .footer-content .footer-info-section .footer-info-nav .menu-footer-info-container #footer-info {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
footer .footer-content .footer-info-section .footer-info-nav .menu-footer-info-container #footer-info .menu-item a {
  font-family: "ES-Klarheit-Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.54px;
  color: #CAD9AF;
  text-decoration: none;
}
footer .footer-content .footer-info-section .footer-socials {
  display: flex;
  gap: 16px;
}
@media (max-width: 870px) {
  footer .footer-content .footer-info-section .footer-socials {
    margin-top: 10px;
  }
}
footer .footer-content .footer-info-section .footer-socials a img {
  transition: 0.3s ease all;
  width: 48px;
  height: 48px;
}
footer .footer-content .footer-info-section .footer-socials a img:hover {
  filter: brightness(0.8);
}
.search {
  background-color: transparent;
}
.team-bio {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .team-bio {
    margin-bottom: 32px;
  }
}
.team-bio .container {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 1344px;
}
@media (min-width: 1345px) {
  .team-bio .container {
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .team-bio .container {
    flex-direction: column;
    gap: 32px;
    justify-content: start;
    align-items: start;
  }
}
.team-bio .container .left-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  max-width: 479px;
  width: 100%;
  gap: 16px;
  margin: 0 auto;
}
@media (min-width: 1345px) {
  .team-bio .container .left-container {
    margin: 0px;
  }
}
@media (max-width: 1180px) {
  .team-bio .container .left-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .team-bio .container .left-container {
    gap: 15px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
    margin: 0px;
  }
}
.team-bio .container .left-container .team-name {
  margin: 0;
  color: #000000;
}
.team-bio .container .left-container .team-position {
  color: #000000;
  margin: 0px;
}
@media (max-width: 768px) {
  .team-bio .container .left-container .team-position {
    max-width: fit-content;
  }
}
.team-bio .container .right-container {
  max-width: 657px;
  width: 100%;
}
@media (max-width: 768px) {
  .team-bio .container .right-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.team-bio .container .right-container .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.team-bio .container .right-container .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.team-bio .container .right-container .image-wrapper::before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 15%;
  background-image: url("data:image/svg+xml,%3Csvg width='389' height='70' viewBox='0 0 389 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.92583e-06 -2.40756e-06L118 -3.8147e-06C118 32.5848 91.5848 59 59 59C26.4152 59 7.3144e-06 32.5848 6.92583e-06 -2.40756e-06Z' fill='%231DB954'/%3E%3Crect width='69.8882' height='103.159' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 253.158 69.8882)' fill='%231DB954'/%3E%3Crect width='69.8882' height='103.159' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 388.318 69.8882)' fill='%231DB954'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.team-bio .container .right-container .image-wrapper::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 144px;
  background-image: url("data:image/svg+xml,%3Csvg width='655' height='144' viewBox='0 0 655 144' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='585' height='72' fill='%231DB954'/%3E%3Crect x='583' y='72' width='72' height='72' fill='%231DB954'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .team-bio .container .right-container .image-wrapper::after {
    height: 22%;
  }
}
.single-post.post-template-single-basic-template .post-hero {
  background-color: #06A63F;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .single-post.post-template-single-basic-template .post-hero {
    margin-bottom: 32px;
  }
}
.single-post.post-template-single-basic-template .post-hero .container {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 1344px;
}
@media (min-width: 1345px) {
  .single-post.post-template-single-basic-template .post-hero .container {
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media (max-width: 980px) {
  .single-post.post-template-single-basic-template .post-hero .container {
    flex-direction: column;
    gap: 0px;
    justify-content: start;
    align-items: start;
  }
}
.single-post.post-template-single-basic-template .post-hero .container .left-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  max-width: 687px;
  min-height: 657px;
  width: 100%;
  gap: 16px;
  background-color: #06A63F;
  justify-content: center;
}
@media (min-width: 1345px) {
  .single-post.post-template-single-basic-template .post-hero .container .left-container {
    margin: 0px;
  }
}
@media (max-width: 1180px) {
  .single-post.post-template-single-basic-template .post-hero .container .left-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .single-post.post-template-single-basic-template .post-hero .container .left-container {
    gap: 0px;
    padding: 0px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0px;
    max-width: 100%;
    min-height: unset;
  }
}
.single-post.post-template-single-basic-template .post-hero .container .left-container .post-title {
  margin: 0;
  color: #000000;
  max-width: 479px;
  width: 100%;
  margin: 0 auto;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 38px */
  letter-spacing: -1.14px;
  letter-spacing: -1.8px;
}
@media (max-width: 1024px) {
  .single-post.post-template-single-basic-template .post-hero .container .left-container .post-title {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .single-post.post-template-single-basic-template .post-hero .container .left-container .post-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 131.25% */
    letter-spacing: -0.96px;
  }
}
.single-post.post-template-single-basic-template .post-hero .container .right-container {
  max-width: 657px;
  min-height: 657px;
  width: 100%;
}
@media (max-width: 980px) {
  .single-post.post-template-single-basic-template .post-hero .container .right-container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
    min-height: unset;
  }
}
@media (max-width: 768px) {
  .single-post.post-template-single-basic-template .post-hero .container .right-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.single-post.post-template-single-basic-template .post-hero .container .right-container .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.single-post.post-template-single-basic-template .post-hero .container .right-container .image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 657px;
  object-fit: cover;
}
@media (max-width: 980px) {
  .single-post.post-template-single-basic-template .post-hero .container .right-container .image-wrapper img {
    min-height: unset;
  }
}
.single-post.post-template-single-basic-template .text-block {
  margin-top: 72px;
  margin-bottom: 192px;
  padding: 0px;
}
@media (max-width: 768px) {
  .single-post.post-template-single-basic-template .text-block {
    margin-top: 96px;
    margin-bottom: 64px;
  }
}
.single-post.post-template-single-basic-template .text-block .section-container {
  max-width: 736px;
  margin: 0 auto;
}
.single-post.post-template-single-basic-template .text-block .content {
  margin-top: 32px;
}
.single-post.post-template-single-basic-template .no-margin .section-container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1345px) {
  .single-post.post-template-single-basic-template .no-margin .section-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1344px) {
  .single-post.post-template-single-basic-template .no-margin .section-container {
    max-width: 1120px;
    width: 100%;
  }
}
@media (max-width: 1180px) {
  .single-post.post-template-single-basic-template .no-margin .section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .single-post.post-template-single-basic-template .no-margin .section-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 768px) {
  .single-post.post-template-single-basic-template .content-hub-rel-articles {
    margin-top: 64px;
    margin-bottom: 96px;
  }
}
[data-contact-cta="1"] .text-block .section-container {
  max-width: 1344px !important;
}
@media (max-width: 1344px) {
  [data-contact-cta="1"] .text-block .section-container {
    max-width: 1120px !important;
  }
}
.basic-page .basic-header {
  background-color: #06A63F;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .basic-page .basic-header {
    margin-bottom: 32px;
  }
}
.basic-page .basic-header .container {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 1344px;
}
@media (min-width: 1345px) {
  .basic-page .basic-header .container {
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media (max-width: 980px) {
  .basic-page .basic-header .container {
    flex-direction: column;
    gap: 0px;
    justify-content: start;
    align-items: start;
  }
}
.basic-page .basic-header .container .left-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  max-width: 687px;
  min-height: 657px;
  width: 100%;
  gap: 16px;
  background-color: #06A63F;
  justify-content: center;
}
@media (min-width: 1345px) {
  .basic-page .basic-header .container .left-container {
    margin: 0px;
  }
}
@media (max-width: 1180px) {
  .basic-page .basic-header .container .left-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .basic-page .basic-header .container .left-container {
    gap: 0px;
    padding: 0px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0px;
    max-width: 100%;
    min-height: unset;
  }
}
.basic-page .basic-header .container .left-container .post-title {
  margin: 0;
  color: #000000;
  max-width: 479px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 38px */
  letter-spacing: -1.14px;
  letter-spacing: -1.8px;
}
@media (max-width: 768px) {
  .basic-page .basic-header .container .left-container .post-title {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 131.25% */
    letter-spacing: -0.96px;
  }
}
.basic-page .basic-header .container .right-container {
  max-width: 657px;
  min-height: 657px;
  width: 100%;
}
@media (max-width: 980px) {
  .basic-page .basic-header .container .right-container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
    min-height: unset;
  }
}
@media (max-width: 980px) {
  .basic-page .basic-header .container .right-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.basic-page .basic-header .container .right-container .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.basic-page .basic-header .container .right-container .image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 657px;
  object-fit: cover;
}
@media (max-width: 980px) {
  .basic-page .basic-header .container .right-container .image-wrapper img {
    min-height: unset;
  }
}
.basic-page .text-block {
  margin-top: 72px;
  margin-bottom: 192px;
  padding: 0px;
}
@media (max-width: 768px) {
  .basic-page .text-block {
    margin-top: 96px;
    margin-bottom: 64px;
  }
}
.basic-page .text-block .section-container {
  max-width: 736px;
  margin: 0 auto;
}
.basic-page .text-block .content {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .basic-page .content-hub-rel-articles {
    margin-top: 64px;
    margin-bottom: 96px;
  }
}
.error-404 .basic-header {
  background-color: #06A63F;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .error-404 .basic-header {
    margin-bottom: 32px;
  }
}
.error-404 .basic-header .container {
  display: flex;
  align-items: center;
  justify-content: end;
  max-width: 1344px;
}
@media (min-width: 1345px) {
  .error-404 .basic-header .container {
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media (max-width: 980px) {
  .error-404 .basic-header .container {
    flex-direction: column;
    gap: 0px;
    justify-content: start;
    align-items: start;
  }
}
.error-404 .basic-header .container .left-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  max-width: 687px;
  min-height: 657px;
  width: 100%;
  gap: 16px;
  background-color: #06A63F;
  justify-content: center;
}
@media (min-width: 1345px) {
  .error-404 .basic-header .container .left-container {
    margin: 0px;
  }
}
@media (max-width: 1180px) {
  .error-404 .basic-header .container .left-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .error-404 .basic-header .container .left-container {
    gap: 0px;
    padding: 0px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0px;
    max-width: 100%;
    min-height: unset;
  }
}
.error-404 .basic-header .container .left-container .post-title {
  margin: 0;
  color: #000000;
  max-width: 479px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  letter-spacing: -1.8px;
}
@media (max-width: 768px) {
  .error-404 .basic-header .container .left-container .post-title {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.error-404 .basic-header .container .right-container {
  max-width: 657px;
  min-height: 657px;
  width: 100%;
}
@media (max-width: 980px) {
  .error-404 .basic-header .container .right-container {
    padding-left: 16px;
    padding-right: 16px;
    max-width: 100%;
    min-height: unset;
  }
}
.error-404 .basic-header .container .right-container .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.error-404 .basic-header .container .right-container .image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 657px;
  object-fit: cover;
}
@media (max-width: 980px) {
  .error-404 .basic-header .container .right-container .image-wrapper img {
    min-height: unset;
  }
}
.home-hero-section .hero-image-slider .hero-slide {
  position: relative;
}
.home-hero-section .hero-image-slider .btn-hero {
  padding-top: 64px;
  padding-right: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .home-hero-section .hero-image-slider .btn-hero {
    padding-top: 32px;
    padding-right: 21px;
  }
}
.home-hero-section .slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  padding: 0;
  height: 735px;
}
@media (max-width: 768px) {
  .home-hero-section .slick-slide img {
    height: 500px;
  }
}
.home-hero-section .hero-image img {
  width: 100%;
}
.content-hub-case-studies-section {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .content-hub-case-studies-section {
    padding: 0px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.content-hub-case-studies-section .section-title-wrapper {
  display: flex;
  align-items: end;
  gap: 32px;
  margin-bottom: 64px;
}
@media (max-width: 980px) {
  .content-hub-case-studies-section .section-title-wrapper {
    flex-direction: column;
    align-items: start;
    margin-bottom: 32px;
  }
}
.content-hub-case-studies-section .section-title-wrapper .content-hub-case-studies-title {
  color: #000000;
  margin: 0;
}
.content-hub-case-studies-section .subtitle-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 64px;
}
@media (max-width: 980px) {
  .content-hub-case-studies-section .subtitle-container {
    margin-bottom: 32px;
  }
}
.content-hub-case-studies-section .subtitle-container .content-hub-case-studies-subtitle {
  color: #000000;
  margin: 0px;
}
.content-hub-case-studies-section .image-container img {
  width: 100%;
}
.content-hub-case-studies-section .case-study-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-content: center;
  margin-top: 64px;
}
@media (max-width: 980px) {
  .content-hub-case-studies-section .case-study-row {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.content-hub-case-studies-section .case-study-row .case-study-item {
  background: #fff;
  overflow: hidden;
}
.content-hub-case-studies-section .case-study-row .case-study-item a {
  text-decoration: none !important;
}
.content-hub-case-studies-section .case-study-row .case-study-item .content-hub-case-study-category {
  color: #74786F;
  margin: 0;
  margin-top: 16px;
  border-bottom: 1px solid #06A63F;
  width: fit-content;
}
.content-hub-case-studies-section .case-study-row .case-study-item .content-hub-case-study-title {
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-hub-case-studies-section .case-study-row .case-study-item .image-wrapper {
  position: relative;
  overflow: hidden;
}
.content-hub-case-studies-section .case-study-row .case-study-item .image-wrapper img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.content-hub-case-studies-section .case-study-row .case-study-item .image-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease-in-out;
  pointer-events: none;
}
.content-hub-case-studies-section .case-study-row .case-study-item:hover .image-wrapper img {
  transform: scale(1.2);
}
.content-hub-case-studies-section .case-study-row .case-study-item:hover .image-wrapper::after {
  background: rgba(0, 0, 0, 0.35);
}
@media (max-width: 950px) {
  .content-hub-case-studies-section .case-study-row {
    grid-template-columns: 30% 30% 30%;
  }
}
@media (max-width: 980px) {
  .content-hub-case-studies-section .case-study-row {
    grid-template-columns: 100% !important;
  }
}
.content-hub-case-studies-section .hidden-row {
  display: none;
}
.content-hub-case-studies-section .bottom-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
.content-hub-case-studies-section .bottom-button-container .horizontal-line {
  width: 100%;
  padding-bottom: 32px;
  border-top: 1px solid #000000;
}
.not-home {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
@media (max-width: 980px) {
  .not-home {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
.case-study-item .custom-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 96px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.05s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: none;
  background-image: url("/wp-content/themes/hill-holiday/assets/hh-icon.svg");
}
.desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}
/*.custom-cursor.category-hill-holliday {
  background-image: url('/wp-content/themes/hill-holiday/assets/hh-icon.svg');
}

.custom-cursor.category-from-to-labs {
  background-image: url('/wp-content/themes/hill-holiday/assets/ftl-icon.svg');
}

.custom-cursor.category-media {
  background-image: url('/wp-content/themes/hill-holiday/assets/media.svg');
}

.custom-cursor.category-soci-studios{
  background-image: url('/wp-content/themes/hill-holiday/assets/soci-studios.svg');
}

.custom-cursor.category-quest{
  background-image: url('/wp-content/themes/hill-holiday/assets/quest.svg');
}*/
.case-study-item .custom-cursor.active {
  opacity: 1;
}
.content-hub-rel-articles {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .content-hub-rel-articles {
    margin-bottom: 92px;
    margin-top: 92px;
  }
}
.content-hub-rel-articles .container {
  max-width: 1200px;
  margin: 0 auto;
}
.content-hub-rel-articles a {
  text-decoration: unset !important;
}
.content-hub-rel-articles .content-hub-rel-articles-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  margin-bottom: 64px;
}
@media (max-width: 1024px) {
  .content-hub-rel-articles .content-hub-rel-articles-header {
    flex-direction: column;
    align-items: start;
  }
}
.content-hub-rel-articles .content-hub-rel-articles-header .content-hub-rel-articles-title {
  color: #000000;
  margin: 0;
}
.content-hub-rel-articles .content-hub-rel-articles-header .content-hub-rel-articles-section-link {
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.content-hub-rel-articles .content-hub-rel-articles-header .content-hub-rel-articles-section-link:hover {
  background-color: #0056b3;
}
.content-hub-rel-articles .content-hub-rel-articles-articles {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
}
@media (max-width: 980px) {
  .content-hub-rel-articles .content-hub-rel-articles-articles {
    grid-template-columns: 100% !important;
  }
}
.content-hub-rel-articles .content-hub-rel-articles-articles .article-card {
  display: flex;
  flex-direction: column;
}
.content-hub-rel-articles .content-hub-rel-articles-articles .article-card .article-card-image {
  position: relative;
  overflow: hidden;
}
.content-hub-rel-articles .content-hub-rel-articles-articles .article-card .article-card-image img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.content-hub-rel-articles .content-hub-rel-articles-articles .article-card .article-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease-in-out;
  pointer-events: none;
}
.content-hub-rel-articles .content-hub-rel-articles-articles .article-card:hover .article-card-image img {
  transform: scale(1.2);
}
.content-hub-rel-articles .content-hub-rel-articles-articles .article-card:hover .article-card-image::after {
  background: rgba(0, 0, 0, 0.35);
}
.content-hub-rel-articles .content-hub-rel-articles-articles .article-card .article-card-content .article-card-category {
  color: #74786F;
  border-bottom: 1px solid #06A63F;
  width: fit-content;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-hub-rel-articles .content-hub-rel-articles-articles .article-card .article-card-content .article-card-title {
  margin: 0;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
}
.dark-bg {
  padding-top: 96px;
  padding-bottom: 96px;
  margin-bottom: 0px;
  margin-top: 96px;
  background-color: #000000;
}
@media (max-width: 1024px) {
  .dark-bg {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.dark-bg .content-hub-rel-articles-header .content-hub-rel-articles-title {
  color: #FFFFFF;
}
.dark-bg .article-card:nth-child(n+3) {
  display: none;
}
.dark-bg .article-card-content .article-card-title {
  color: #FFFFFF !important;
  margin-bottom: 32px !important;
}
@media (max-width: 1024px) {
  .content-hub-rel-articles-articles .article-card {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .content-hub-rel-articles-articles .article-card {
    flex: 0 0 calc(100% - 0.5rem);
  }
}
.article-card .custom-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 96px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.05s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: none;
}
.article-card .custom-cursor.active {
  opacity: 1;
}
.custom-cursor.category-hill-holliday {
  background-image: url("/wp-content/themes/hill-holiday/assets/hh-icon.svg");
}
.custom-cursor.category-from-to-labs {
  background-image: url("/wp-content/themes/hill-holiday/assets/hh-icon.svg");
}
.custom-cursor.category-media {
  background-image: url("/wp-content/themes/hill-holiday/assets/hh-icon.svg");
}
.custom-cursor.category-soci-studios {
  background-image: url("/wp-content/themes/hill-holiday/assets/hh-icon.svg");
}
.custom-cursor.category-quest {
  background-image: url("/wp-content/themes/hill-holiday/assets/hh-icon.svg");
}
.custom-cursor.category-uncategorized {
  background-image: url("/wp-content/themes/hill-holiday/assets/hh-icon.svg");
}
.content-verticals {
  position: relative;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .content-verticals {
    padding: 0px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.content-verticals .container.section-container {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1180px) {
  .content-verticals .container.section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .content-verticals .container.section-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.content-verticals .content-verticals-eyebrow {
  margin-top: 0px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .content-verticals .content-verticals-eyebrow {
    display: none;
  }
}
.content-verticals .content-verticals-title-wrapper .hero-title {
  margin: 0px;
  color: #000000;
  display: flex;
  gap: 10px;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -2.7px;
}
@media (max-width: 1200px) {
  .content-verticals .content-verticals-title-wrapper .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .content-verticals .content-verticals-title-wrapper .hero-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 131.25% */
    letter-spacing: -0.96px;
    padding-bottom: 0px;
    flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.content-verticals .content-verticals-title-wrapper .hero-title strong {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  color: #74786F;
}
@media (max-width: 768px) {
  .content-verticals .content-verticals-title-wrapper .hero-title strong {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.content-verticals .content-verticals-title-wrapper .hero-title .highlighted-words-slider {
  width: fit-content !important;
}
.content-verticals .content-verticals-title-wrapper .hero-title .highlighted-words-slider .slick-list {
  width: fit-content !important;
}
.content-verticals .content-verticals-title-wrapper .hero-title .highlighted-words-slider .slick-list .slick-track {
  width: fit-content !important;
  display: flex !important;
  flex-direction: column !important;
}
.content-verticals .content-verticals-title-wrapper .hero-title .highlighted-words-slider .slick-list .slick-track strong {
  width: fit-content !important;
  margin-bottom: 70px !important;
  /*&.is-first a {
                        color: $hd-gray; // el primero gris
                      }*/
}
@media (max-width: 768px) {
  .content-verticals .content-verticals-title-wrapper .hero-title .highlighted-words-slider .slick-list .slick-track strong {
    margin-bottom: 6px !important;
  }
}
.content-verticals .content-verticals-title-wrapper .hero-title .highlighted-words-slider .slick-list .slick-track strong a {
  text-decoration: none;
  color: #06A63F;
}
.logos-section {
  overflow: hidden;
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 980px) {
  .logos-section {
    padding: 0px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.logos-section .logos-section-container .logos {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.logos-section .logos-section-container .logos .logos-track {
  display: flex;
  gap: 64px;
  width: max-content;
  min-width: 100%;
  animation: ticker 30s linear infinite;
}
@media (max-width: 768px) {
  .logos-section .logos-section-container .logos .logos-track {
    flex-wrap: nowrap;
  }
}
.logos-section .logos-section-container .logos .logos-track .logo {
  flex: 0 0 auto;
  width: 120px;
  max-width: 120px;
}
@media (max-width: 768px) {
  .logos-section .logos-section-container .logos .logos-track .logo {
    width: 90px;
    max-width: 90px;
  }
}
.logos-section .logos-section-container .logos .logos-track .logo a {
  display: inline-block;
}
.logos-section .logos-section-container .logos .logos-track .logo img {
  max-width: 100%;
  height: auto;
}
@keyframes ticker {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Variables de ejemplo (ajusta según tu proyecto) */
:root {
  --dark-bg-color: #000000;
  --light-text-color: #ffffff;
}
.content-columns {
  /* Variantes de color */
  /* Grid de ítems: 3 columnas en desktop */
  /* Responsivo: a 2 columnas en pantallas medianas */
  /* Responsivo: 1 columna en pantallas pequeñas */
}
.content-columns.dark-bg {
  background-color: var(--dark-bg-color);
  color: var(--light-text-color);
}
.content-columns.light-bg {
  background-color: var(--light-text-color);
  color: var(--dark-bg-color);
}
.content-columns.light-bg .container {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0px;
}
@media (max-width: 1180px) {
  .content-columns.light-bg .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 980px) {
  .content-columns.light-bg .container {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .content-columns.light-bg .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.content-columns.light-text {
  color: var(--light-text-color);
}
.content-columns .container {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 980px) {
  .content-columns .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.content-columns .columns-header {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 64px;
  width: fit-content;
}
@media (max-width: 980px) {
  .content-columns .columns-header {
    flex-direction: column;
    align-items: start;
  }
}
.content-columns .columns-header h2 {
  margin: 0;
}
.content-columns .columns-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 64px;
  column-gap: 32px;
}
@media (max-width: 768px) {
  .content-columns .columns-items {
    row-gap: 32px;
  }
}
.content-columns .columns-items .column-item {
  background-color: transparent;
  text-align: left;
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .content-columns .columns-items .column-item {
    flex-direction: column;
  }
}
.content-columns .columns-items .column-item .column-icon span img {
  width: 50px;
  height: auto;
  flex-shrink: 0;
}
.content-columns .columns-items .column-item .column-text {
  max-width: 270px;
}
@media (max-width: 768px) {
  .content-columns .columns-items .column-item .column-text {
    width: 100%;
    max-width: 100%;
  }
}
.content-columns .columns-items .column-item .column-text .card-title {
  margin-top: 32px;
  margin-bottom: 16px;
  margin-top: 0px;
}
.content-columns .columns-items .column-item .column-text .card-description {
  margin: 0px;
}
@media (max-width: 1180px) {
  .content-columns .columns-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .content-columns .columns-items {
    grid-template-columns: 1fr;
  }
}
.contact-section {
  background-color: #06A63F;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 980px) {
  .contact-section {
    padding: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.contact-section .contact-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 1024px) {
  .contact-section .contact-container {
    display: flex;
  }
}
.contact-section .form-wrapper {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 65px;
  padding-right: 65px;
  flex: 1;
}
@media (max-width: 980px) {
  .contact-section .form-wrapper {
    padding: 32px;
  }
}
.contact-section .form-wrapper h2 {
  margin-top: 0;
  margin-bottom: 32px;
  color: #000000;
}
@media (max-width: 980px) {
  .contact-section .form-wrapper .nf-form-content nf-fields-wrap {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
}
.contact-section .form-wrapper .nf-form-fields-required {
  display: none;
}
.contact-section .form-wrapper .nf-field-label {
  font-family: "ES-Klarheit-Regular";
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.6px;
  color: #000000;
}
.contact-section .form-wrapper .ninja-forms-req-symbol {
  color: #000000;
}
.contact-section .form-wrapper .ninja-forms-field {
  border-radius: unset !important;
  border: 1px solid var(--Grey, #74786F) !important;
}
.contact-section .form-wrapper .nf-after-field {
  display: none;
}
.contact-section .form-wrapper #nf-field-5-container {
  margin-bottom: 10px !important;
}
.contact-section .form-wrapper #nf-field-9 {
  padding: 16px !important;
}
.contact-section .form-wrapper .nf-field-element textarea {
  height: 168px !important;
}
.contact-section .form-wrapper #nf-field-9-container {
  margin-bottom: 0px !important;
}
.contact-section .form-wrapper .listselect-container .nf-field-element select {
  border-radius: 0 !important;
}
.contact-section .form-wrapper .listselect-container.label-above .nf-field-element {
  padding: 0 16px 0 0;
  border: 1px solid var(--Grey, #74786F) !important;
}
.contact-section .form-wrapper #nf-field-10 {
  padding: 16px !important;
  font-family: "ES-Klarheit-Regular";
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  border: none !important;
}
.contact-section .form-wrapper #nf-field-11-container {
  margin-bottom: 0px;
}
.contact-section .form-wrapper #nf-field-11 {
  border-radius: 50px !important;
  border: 2px solid #06A63F !important;
  background-color: #06A63F !important;
  display: flex;
  height: 48px !important;
  padding: 0px 16px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  width: 100% !important;
  color: #000000 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: 0.3s ease all !important;
  font-family: "ES-Klarheit-Regular" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  letter-spacing: -0.48px !important;
  padding-bottom: 3px !important;
}
.contact-section .form-wrapper #nf-field-11:hover {
  background-color: #FFFFFF !important;
}
.contact-section .form-wrapper .nf-error input {
  color: #ff0000 !important;
  border: 1px solid #ff0000 !important;
}
.contact-section .form-wrapper p {
  margin-top: 0;
  margin-bottom: 2rem;
}
.contact-section .form-wrapper form {
  display: flex;
}
.contact-section .form-wrapper form > div {
  width: 100%;
}
.contact-section .form-wrapper form nf-fields-wrap {
  width: 100%;
}
.contact-section .form-wrapper form nf-fields-wrap nf-field {
  display: inline-block;
  width: calc(50% - 16px);
}
@media (max-width: 980px) {
  .contact-section .form-wrapper form nf-fields-wrap nf-field {
    width: 100%;
  }
}
.contact-section .form-wrapper form nf-fields-wrap nf-field:nth-child(odd) {
  margin-right: 16px;
}
.contact-section .form-wrapper form nf-fields-wrap nf-field:nth-child(even) {
  margin-left: 16px;
}
@media (max-width: 980px) {
  .contact-section .form-wrapper form nf-fields-wrap nf-field:nth-child(even) {
    margin-left: 0px;
  }
}
.contact-section .form-wrapper form nf-fields-wrap nf-field:has(.textarea-container), .contact-section .form-wrapper form nf-fields-wrap nf-field:has(.listselect-container) {
  width: 100%;
  margin: 0;
}
.contact-section .form-wrapper form .nf-field-container label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.contact-section .form-wrapper form .nf-field-container input[type="text"], .contact-section .form-wrapper form .nf-field-container input[type="email"], .contact-section .form-wrapper form .nf-field-container select, .contact-section .form-wrapper form .nf-field-container textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem;
  font-size: 1rem;
}
.contact-section .form-wrapper form .submit-container input[type="submit"] {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.contact-section .form-wrapper form .submit-container input[type="submit"]:hover {
  background-color: #333;
}
.contact-section .form-wrapper form .nf-after-field {
  height: 20px;
  position: relative;
}
.contact-section .form-wrapper form .nf-after-field nf-section {
  position: absolute;
}
.contact-section .shapes-image {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .contact-section .shapes-image {
    display: none;
  }
}
@media (max-width: 992px) {
  .contact-section .contact-container {
    grid-template-columns: 1fr;
  }
}
.testimonial-quote {
  position: relative;
  overflow: visible;
  margin-top: 192px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .testimonial-quote {
    margin-top: 96px;
  }
}
@media (max-width: 600px) {
  .testimonial-quote {
    margin-bottom: 32px;
  }
}
.testimonial-quote::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-20%);
  width: 100%;
  height: 80%;
  background-color: #06A63F;
  z-index: 0;
  max-width: 1024px;
}
@media (min-width: 1345px) {
  .testimonial-quote::before {
    right: -50px;
  }
}
@media (max-width: 1200px) {
  .testimonial-quote::before {
    width: calc(100% - 34px);
  }
}
@media (max-width: 600px) {
  .testimonial-quote::before {
    top: 20%;
    height: 100%;
    right: 2%;
  }
}
@media (max-width: 450px) {
  .testimonial-quote::before {
    top: 20%;
    height: 100%;
    right: 3%;
  }
}
.testimonial-quote-wrapper {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  z-index: 1;
  gap: 50px;
  padding: 64px 96px;
  border: 1px solid #000000;
  max-width: 1056px;
  width: 100%;
}
@media (min-width: 1345px) {
  .testimonial-quote-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .testimonial-quote-wrapper {
    padding: 64px 66px;
  }
}
@media (max-width: 1024px) {
  .testimonial-quote-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .testimonial-quote-wrapper {
    padding: 32px;
  }
}
.testimonial-quote-logo {
  height: 196px;
  min-width: 196px;
}
.testimonial-quote-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #999;
}
@media (max-width: 1024px) {
  .testimonial-quote-logo {
    align-self: start;
  }
}
.testimonial-quote-text p {
  color: #000000;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .testimonial-quote-text p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    margin-bottom: 32px !important;
  }
}
.testimonial-quote-text h3 {
  color: #000000;
  margin-bottom: 0px;
}
.testimonial-quote-author {
  font-weight: bold;
}
.inside-header {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .inside-header {
    margin-bottom: 32px;
  }
}
.inside-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 96px;
}
@media (max-width: 1343px) {
  .inside-header .container {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .inside-header .container {
    flex-direction: column;
    gap: 32px;
    justify-content: start;
    align-items: start;
  }
}
.inside-header .container .left-container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  max-width: 479px;
  width: 100%;
}
@media (max-width: 768px) {
  .inside-header .container .left-container {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0px;
    margin: 0px;
  }
}
.inside-header .container .left-container .logo {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .inside-header .container .left-container .logo {
    margin-bottom: 16px;
  }
}
.inside-header .container .left-container .logo img {
  width: auto;
  height: 64px;
}
@media (max-width: 768px) {
  .inside-header .container .left-container .logo img {
    height: 32px;
  }
}
.inside-header .container .left-container .headline-container {
  display: flex;
  gap: 10px;
}
@media (max-width: 1024px) {
  .inside-header .container .left-container .headline-container {
    flex-direction: column;
  }
}
.inside-header .container .left-container .headline-container .section-title {
  margin: 0 0 16px 0;
  font-size: clamp(2.375rem, 2vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 38px */
  letter-spacing: -1.14px;
  white-space: nowrap;
  white-space: wrap;
  color: #000000;
}
.inside-header .container .left-container .headline-container .section-title span {
  color: #06A63F;
}
@media (max-width: 870px) {
  .inside-header .container .left-container .headline-container .section-title {
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    /* 131.25% */
    letter-spacing: -0.96px;
    margin-bottom: 0px;
    white-space: wrap;
    /* Solo si tiene span → ocultamos texto base y mostramos span */
  }
  .inside-header .container .left-container .headline-container .section-title:has(span) {
    font-size: 0;
  }
  .inside-header .container .left-container .headline-container .section-title:has(span) span {
    font-size: 1.9rem;
  }
}
.inside-header .container .left-container .section-description {
  max-width: 479px;
  width: 100%;
  color: #000000;
  margin: 0px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .inside-header .container .left-container .section-description {
    max-width: fit-content;
    margin-bottom: 16px;
  }
}
.inside-header .container .right-container {
  max-width: 657px;
  width: 100%;
}
.inside-header .container .right-container .image-wrapper {
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .inside-header .container .right-container .image-wrapper {
    display: block;
  }
}
.inside-header .container .right-container .image-wrapper img {
  width: 657px;
  height: auto;
}
@media (max-width: 768px) {
  .inside-header .container .right-container .image-wrapper img {
    width: 100%;
  }
}
.inside-header .container .right-container.with-overlay .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.inside-header .container .right-container.with-overlay .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.inside-header .container .right-container.with-overlay .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 15%;
  background-image: url("data:image/svg+xml,%3Csvg width='389' height='70' viewBox='0 0 389 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.92583e-06 -2.40756e-06L118 -3.8147e-06C118 32.5848 91.5848 59 59 59C26.4152 59 7.3144e-06 32.5848 6.92583e-06 -2.40756e-06Z' fill='%231DB954'/%3E%3Crect width='69.8882' height='103.159' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 253.158 69.8882)' fill='%231DB954'/%3E%3Crect width='69.8882' height='103.159' transform='matrix(4.37114e-08 -1 -1 -4.37114e-08 388.318 69.8882)' fill='%231DB954'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.inside-header .container .right-container.with-overlay .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22%;
  background-image: url("data:image/svg+xml,%3Csvg width='655' height='144' viewBox='0 0 655 144' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='585' height='72' fill='%231DB954'/%3E%3Crect x='583' y='72' width='72' height='72' fill='%231DB954'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.text-block {
  background-color: #FFFFFF;
  margin-bottom: 192px;
  margin-top: 64px;
}
@media (max-width: 980px) {
  .text-block {
    margin-top: 64px;
    margin-bottom: 96px;
  }
}
.text-block:last-of-type {
  margin-bottom: 64px !important;
}
.text-block .section-subheadline {
  color: #74786F;
  margin: 0;
  margin-top: 16px;
  border-bottom: 1px solid #06A63F;
  width: fit-content;
  padding-bottom: 10px;
}
.text-block .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  gap: 32px;
  margin-top: 26px;
}
.text-block .content .section-headline {
  color: #000000;
  margin: 0px;
}
@media (max-width: 980px) {
  .text-block .content .section-headline {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.96px;
  }
}
.text-block .content h1, .text-block .content h2, .text-block .content h3, .text-block .content h4, .text-block .content h5, .text-block .content h6 {
  color: #000000;
  margin: 0px;
}
.text-block .content a {
  color: #000000;
  word-break: break-all;
}
.text-block .content p {
  color: #000000;
  margin: 0px;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
.text-block .content p a {
  color: #000000;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}
.text-block .content ul, .text-block .content ol {
  margin: 0px;
  color: #000000;
}
.text-block.dark-bg {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 980px) {
  .text-block.dark-bg {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.text-block.dark-bg .section-subheadline {
  color: #06A63F;
}
.text-block.dark-bg .section-headline {
  color: #FFFFFF;
}
.text-block.dark-bg h1, .text-block.dark-bg h2, .text-block.dark-bg h3, .text-block.dark-bg h4, .text-block.dark-bg h5, .text-block.dark-bg h6 {
  color: #FFFFFF;
}
.text-block.dark-bg a {
  color: #FFFFFF;
  word-break: break-all;
}
.text-block.dark-bg p {
  color: #FFFFFF;
}
.text-block.dark-bg p a {
  color: #FFFFFF;
}
.text-block.dark-bg ul, .text-block.dark-bg ol {
  color: #FFFFFF;
}
.text-block.green-bg {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #06A63F;
}
@media (max-width: 980px) {
  .text-block.green-bg {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.text-block.green-bg .section-subheadline {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.text-block.green-bg .section-headline {
  color: #000000;
}
.text-block.green-bg h1, .text-block.green-bg h2, .text-block.green-bg h3, .text-block.green-bg h4, .text-block.green-bg h5, .text-block.green-bg h6 {
  color: #000000;
}
.text-block.green-bg p {
  color: #000000;
}
.text-block.green-bg p a {
  color: #000000;
}
.text-block.green-bg a {
  color: #000000;
}
.text-block.green-bg ul, .text-block.green-bg ol {
  color: #000000;
}
.text-block.text-white .section-headline {
  color: #FFFFFF !important;
}
.text-block.text-white h1, .text-block.text-white h2, .text-block.text-white h3, .text-block.text-white h4, .text-block.text-white h5, .text-block.text-white h6 {
  color: #FFFFFF !important;
}
.text-block.text-white p {
  color: #FFFFFF !important;
}
.text-block.text-white p a {
  color: #FFFFFF !important;
}
.text-block.text-white a {
  color: #FFFFFF !important;
}
.text-block.text-white ul, .text-block.text-white ol {
  color: #FFFFFF !important;
}
.text-block.text-black .section-headline {
  color: #000000 !important;
}
.text-block.text-black h1, .text-block.text-black h2, .text-block.text-black h3, .text-block.text-black h4, .text-block.text-black h5, .text-block.text-black h6 {
  color: #000000;
}
.text-block.text-black p {
  color: #000000 !important;
}
.text-block.text-black p a {
  color: #000000 !important;
}
.text-block.text-black a {
  color: #000000 !important;
}
.text-block.text-black ul, .text-block.text-black ol {
  color: #000000 !important;
}
.accordion {
  margin-top: 96px;
  margin-bottom: 192px;
}
@media (max-width: 1024px) {
  .accordion {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.accordion .accordion-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .accordion .accordion-container {
    flex-direction: column;
  }
}
.accordion .left-container {
  max-width: 456px;
  width: 100%;
}
@media (max-width: 1024px) {
  .accordion .left-container {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .accordion .left-container {
    max-width: 100%;
  }
}
.accordion .left-container .section-eyebrow {
  color: #74786F;
  border-bottom: 1px solid #1AED1A;
  width: fit-content;
  margin-top: 0px;
  padding-bottom: 10px;
}
.accordion .left-container .section-title {
  margin-top: 16px;
  margin-bottom: 32px;
  color: #000000;
}
.accordion .left-container .section-description {
  color: #000000;
  margin: 0px;
}
.accordion .right-container {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1024px) {
  .accordion .right-container {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .accordion .right-container {
    max-width: 100%;
  }
}
.accordion .accordion-items {
  border-top: 1px solid #ddd;
}
.accordion .accordion-item {
  border-bottom: 1px solid #ddd;
  padding-top: 32px;
  padding-bottom: 32px;
}
.accordion .accordion-item .accordion-header {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion .accordion-item .accordion-header .job-title {
  color: #000000;
  margin: 0px;
  transition: 0.3s ease all;
}
.accordion .accordion-item .accordion-header .job-title:hover {
  color: #74786F;
}
.accordion .accordion-item .accordion-icon {
  font-size: 20px;
  transition: transform 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5866 6.31179C14.9019 6.01456 15.4131 6.01456 15.7284 6.31179C16.0437 6.60902 16.0437 7.09094 15.7284 7.38817L10.8841 11.9548C10.5688 12.2521 10.0576 12.2521 9.74233 11.9548L4.89808 7.38817C4.58278 7.09094 4.58278 6.60903 4.89808 6.31179C5.21338 6.01456 5.72458 6.01456 6.03988 6.31179L10.3132 10.3403L14.5866 6.31179Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
}
.accordion .accordion-item .accordion-content {
  display: none;
}
.accordion .accordion-item .accordion-content p {
  color: #000000;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.accordion .accordion-item .accordion-content ul {
  margin: 0px;
  padding-left: 20px;
  color: #000000;
  margin-top: 26px;
  margin-bottom: 16px;
}
.accordion .accordion-item .accordion-content ul li {
  list-style-type: disc;
  margin-bottom: 5px;
  color: #000000;
}
.accordion .accordion-item.active .accordion-content {
  display: block;
}
.accordion .accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}
.content-hub-rel-articles.team-members-list {
  padding: 100px 0;
  background-color: #000000;
  margin-bottom: 0px !important;
}
@media (max-width: 980px) {
  .content-hub-rel-articles.team-members-list {
    margin-top: 96px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .content-hub-rel-articles.team-members-list {
    padding: 64px 0;
  }
}
.content-hub-rel-articles.team-members-list .container {
  max-width: 1200px;
  margin: 0 auto;
}
.content-hub-rel-articles.team-members-list a {
  text-decoration: unset !important;
}
.content-hub-rel-articles.team-members-list .content-hub-rel-articles-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .content-hub-rel-articles.team-members-list .content-hub-rel-articles-header {
    flex-direction: column;
    align-items: start;
  }
}
.content-hub-rel-articles.team-members-list .content-hub-rel-articles-header .content-hub-rel-articles-title {
  color: #FFFFFF;
  margin: 0;
}
.content-hub-rel-articles.team-members-list .content-hub-rel-articles-header .content-hub-rel-articles-section-link {
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.content-hub-rel-articles.team-members-list .content-hub-rel-articles-header .content-hub-rel-articles-section-link:hover {
  background-color: #0056b3;
}
.content-hub-rel-articles.team-members-list .content-hub-rel-articles-articles {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 980px) {
  .content-hub-rel-articles.team-members-list .content-hub-rel-articles-articles {
    grid-template-columns: 100% !important;
  }
}
.content-hub-rel-articles.team-members-list .content-hub-rel-articles-articles .article-card {
  background: transparent;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .content-hub-rel-articles.team-members-list .content-hub-rel-articles-articles .article-card {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .content-hub-rel-articles.team-members-list .content-hub-rel-articles-articles .article-card {
    max-width: 100%;
    width: 100%;
  }
}
.content-hub-rel-articles.team-members-list .content-hub-rel-articles-articles .article-card .article-card-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-hub-rel-articles.team-members-list .content-hub-rel-articles-articles .article-card .article-card-content .article-card-category {
  color: #06A63F;
  border-bottom: 1px solid #06A63F;
  width: fit-content;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-hub-rel-articles.team-members-list .content-hub-rel-articles-articles .article-card .article-card-content .article-card-title {
  margin: 0;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.full-image-video {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .full-image-video {
    padding: 0px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .full-image-video .media-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.full-image-video .media-container.image-container img {
  width: 100%;
}
.full-image-video .media-container.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.full-image-video .media-container.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: auto;
}
.full-image-video .media-container.video-container .video-overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.full-image-video .media-container.video-container .video-overlay-icon .video-overlay-icon {
  pointer-events: auto;
}
.full-image-video .media-container.video-container .video-overlay-icon #play-icon {
  display: block;
}
@media (max-width: 768px) {
  .full-image-video .media-container.video-container .video-overlay-icon #play-icon {
    display: none;
  }
}
.full-image-video .media-container.video-container .video-overlay-icon #play-icon-mobile {
  display: none;
}
@media (max-width: 768px) {
  .full-image-video .media-container.video-container .video-overlay-icon #play-icon-mobile {
    display: block;
  }
}
.full-image-video .media-container .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-image-video .media-container .video-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-image-video .desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .full-image-video .desktop-only {
    display: none;
  }
}
.full-image-video .mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .full-image-video .mobile-only {
    display: block;
  }
}
.articles-list-section {
  margin-top: 64px;
  margin-bottom: 64px;
}
.articles-list-section .articles-list {
  gap: 64px;
  column-gap: 30px;
}
@media (max-width: 768px) {
  .articles-list-section .articles-list {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .articles-list-section .content-hub-rel-articles-header {
    margin-bottom: 32px;
  }
}
.articles-list-section .bottom-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 64px;
}
.articles-list-section .bottom-button-container .horizontal-line {
  width: 100%;
  padding-bottom: 32px;
  border-top: 1px solid #000000;
}
.articles-list-section .bottom-button-container .horizontal-line .load-more-articles {
  height: 40px;
}
.articles-list-section .article-card .article-card-image {
  position: relative;
  overflow: hidden;
}
.articles-list-section .article-card .article-card-image img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.articles-list-section .article-card .article-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease-in-out;
  pointer-events: none;
}
.articles-list-section .article-card:hover .article-card-image img {
  transform: scale(1.2);
}
.articles-list-section .article-card:hover .article-card-image::after {
  background: rgba(0, 0, 0, 0.35);
}
.articles-list-section .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-indent: -9999px;
}
.articles-list-section .article-card .custom-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 110px;
  height: 96px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.05s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: none;
  background-image: url("/wp-content/themes/hill-holiday/assets/hh-icon.svg");
}
.articles-list-section .article-card .custom-cursor.active {
  opacity: 1;
}
.image-with-text {
  margin-top: 192px;
  margin-bottom: 192px;
}
@media (max-width: 1120px) {
  .image-with-text {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.image-with-text .left .image-with-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1120px) {
  .image-with-text .left .image-with-text-content {
    flex-direction: column;
    gap: 64px;
  }
}
.image-with-text .left .image-with-text-content .first-container {
  width: 100%;
  max-width: 544px;
}
.image-with-text .left .image-with-text-content .first-container .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .image-with-text .left .image-with-text-content .first-container .image-wrapper {
    width: 304px;
    height: 300px;
    justify-self: center;
  }
}
.image-with-text .left .image-with-text-content .first-container .image-wrapper img {
  width: 100%;
  height: 664px;
  display: block;
  padding: 32px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image-with-text .left .image-with-text-content .first-container .image-wrapper img {
    width: 304px;
    height: 300px;
  }
}
.image-with-text .left .image-with-text-content .first-container .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 108px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='108' viewBox='0 0 100 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.9997 0L-3.05176e-05 9.53674e-07L-2.28882e-05 32.5L68.5 32.5L68.5 107.143H100L99.9997 0Z' fill='%2306A63F'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.image-with-text .left .image-with-text-content .first-container .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 544px;
  height: 664px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='544' height='664' viewBox='0 0 544 664' fill='none'%3E%3Cpath d='M0 0H32V664H0V0Z' fill='%2306A63F'/%3E%3Cpath d='M32 0H273V32H32V0Z' fill='%2306A63F'/%3E%3Cpath d='M32 632H480V664H32V632Z' fill='%2306A63F'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 768px) {
  .image-with-text .left .image-with-text-content .first-container .image-wrapper::after {
    width: 100px;
    height: 108px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='108' viewBox='0 0 100 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='scale(-1,1) translate(-100,0)'%3E%3Cpath d='M0.000261128 0L100 9.53674e-07L100 32.5L31.5 32.5L31.5 107.143H0L0.000261128 0Z' fill='%2306A63F'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .image-with-text .left .image-with-text-content .first-container .image-wrapper::before {
    width: 304px;
    height: 300px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='304' height='300' viewBox='0 0 304 300' fill='none'%3E%3Cg transform='scale(-1,1) translate(-304,0)'%3E%3Cpath d='M167 0H272V32H167V0Z' fill='%2306A63F'/%3E%3Cpath d='M90 268H272V300H90V268Z' fill='%2306A63F'/%3E%3Cpath d='M272 0H304V300H272V0Z' fill='%2306A63F'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 768px) {
  .image-with-text .left .image-with-text-content .first-container .image-wrapper.no-overlay {
    width: 100%;
    height: 100%;
  }
  .image-with-text .left .image-with-text-content .first-container .image-wrapper.no-overlay img {
    width: 100%;
    height: 100%;
  }
}
.image-with-text .left .image-with-text-content .first-container .image-wrapper.no-overlay img {
  padding: 0px;
}
.image-with-text .left .image-with-text-content .first-container .image-wrapper.no-overlay::before, .image-with-text .left .image-with-text-content .first-container .image-wrapper.no-overlay::after {
  display: none !important;
  content: none !important;
}
.image-with-text .left .image-with-text-content .second-container {
  width: 100%;
  max-width: 544px;
}
@media (max-width: 768px) {
  .image-with-text .left .image-with-text-content .second-container {
    max-width: 100%;
  }
}
.image-with-text .left .image-with-text-content .second-container .section-eyebrow {
  color: #74786F;
  margin: 0;
  margin-top: 16px;
  border-bottom: 1px solid #06A63F;
  width: fit-content;
  padding-bottom: 10px;
  margin: 0px;
  margin-bottom: 16px;
}
@media (max-width: 1120px) {
  .image-with-text .left .image-with-text-content .second-container .section-eyebrow {
    margin-bottom: 32px;
  }
}
.image-with-text .left .image-with-text-content .second-container .section-title {
  color: #000000;
  margin: 0;
  margin-bottom: 32px;
}
.image-with-text .left .image-with-text-content .second-container h3, .image-with-text .left .image-with-text-content .second-container h4, .image-with-text .left .image-with-text-content .second-container h5, .image-with-text .left .image-with-text-content .second-container h6 {
  color: #000000;
  margin: 0px;
}
.image-with-text .left .image-with-text-content .second-container p {
  color: #000000;
  margin: 0px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 1120px) {
  .image-with-text .left .image-with-text-content .second-container p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
  }
}
.image-with-text .left .image-with-text-content .second-container ul, .image-with-text .left .image-with-text-content .second-container ol {
  margin: 0px;
  color: #000000;
}
.image-with-text .left .image-with-text-content .second-container .btn-section {
  margin-top: 25px;
}
.image-with-text .right .image-with-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 1120px) {
  .image-with-text .right .image-with-text-content {
    flex-direction: column;
    gap: 64px;
  }
}
.image-with-text .right .image-with-text-content .first-container {
  width: 100%;
  max-width: 544px;
}
.image-with-text .right .image-with-text-content .first-container .image-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .image-with-text .right .image-with-text-content .first-container .image-wrapper {
    width: 304px;
    height: 300px;
    justify-self: center;
  }
}
.image-with-text .right .image-with-text-content .first-container .image-wrapper img {
  width: 100%;
  height: 664px;
  display: block;
  padding: 32px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image-with-text .right .image-with-text-content .first-container .image-wrapper img {
    width: 304px;
    height: 300px;
  }
}
.image-with-text .right .image-with-text-content .first-container .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 108px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='108' viewBox='0 0 100 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.9997 0L-3.05176e-05 9.53674e-07L-2.28882e-05 32.5L68.5 32.5L68.5 107.143H100L99.9997 0Z' fill='%2306A63F'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.image-with-text .right .image-with-text-content .first-container .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 544px;
  height: 664px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='544' height='664' viewBox='0 0 544 664' fill='none'%3E%3Cpath d='M0 0H32V664H0V0Z' fill='%2306A63F'/%3E%3Cpath d='M32 0H273V32H32V0Z' fill='%2306A63F'/%3E%3Cpath d='M32 632H480V664H32V632Z' fill='%2306A63F'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 768px) {
  .image-with-text .right .image-with-text-content .first-container .image-wrapper::after {
    width: 100px;
    height: 108px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='108' viewBox='0 0 100 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='scale(-1,1) translate(-100,0)'%3E%3Cpath d='M0.000261128 0L100 9.53674e-07L100 32.5L31.5 32.5L31.5 107.143H0L0.000261128 0Z' fill='%2306A63F'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .image-with-text .right .image-with-text-content .first-container .image-wrapper::before {
    width: 304px;
    height: 300px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='304' height='300' viewBox='0 0 304 300' fill='none'%3E%3Cg transform='scale(-1,1) translate(-304,0)'%3E%3Cpath d='M167 0H272V32H167V0Z' fill='%2306A63F'/%3E%3Cpath d='M90 268H272V300H90V268Z' fill='%2306A63F'/%3E%3Cpath d='M272 0H304V300H272V0Z' fill='%2306A63F'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
@media (max-width: 768px) {
  .image-with-text .right .image-with-text-content .first-container .image-wrapper.no-overlay {
    width: 100%;
    height: 100%;
  }
  .image-with-text .right .image-with-text-content .first-container .image-wrapper.no-overlay img {
    width: 100%;
    height: 100%;
  }
}
.image-with-text .right .image-with-text-content .first-container .image-wrapper.no-overlay img {
  padding: 0px;
}
.image-with-text .right .image-with-text-content .first-container .image-wrapper.no-overlay::before, .image-with-text .right .image-with-text-content .first-container .image-wrapper.no-overlay::after {
  display: none !important;
  content: none !important;
}
.image-with-text .right .image-with-text-content .second-container {
  width: 100%;
  max-width: 544px;
}
@media (max-width: 768px) {
  .image-with-text .right .image-with-text-content .second-container {
    max-width: 100%;
  }
}
.image-with-text .right .image-with-text-content .second-container .section-eyebrow {
  color: #74786F;
  margin: 0;
  margin-top: 16px;
  border-bottom: 1px solid #06A63F;
  width: fit-content;
  padding-bottom: 10px;
  margin: 0px;
  margin-bottom: 16px;
}
@media (max-width: 1120px) {
  .image-with-text .right .image-with-text-content .second-container .section-eyebrow {
    margin-bottom: 32px;
  }
}
.image-with-text .right .image-with-text-content .second-container .section-title {
  color: #000000;
  margin: 0;
  margin-bottom: 32px;
}
.image-with-text .right .image-with-text-content .second-container h3, .image-with-text .right .image-with-text-content .second-container h4, .image-with-text .right .image-with-text-content .second-container h5, .image-with-text .right .image-with-text-content .second-container h6 {
  color: #000000;
  margin: 0px;
}
.image-with-text .right .image-with-text-content .second-container p {
  color: #000000;
  margin: 0px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 1120px) {
  .image-with-text .right .image-with-text-content .second-container p {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
  }
}
.image-with-text .right .image-with-text-content .second-container ul, .image-with-text .right .image-with-text-content .second-container ol {
  margin: 0px;
  color: #000000;
}
.image-with-text .right .image-with-text-content .second-container .btn-section {
  margin-top: 25px;
}
.image-with-text .right .image-wrapper img {
  padding-right: 0px !important;
}
.image-with-text .right .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 108px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='108' viewBox='0 0 100 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.000261128 0L100 9.53674e-07L100 32.5L31.5 32.5L31.5 107.143H0L0.000261128 0Z' fill='%2306A63F'/%3E%3C/svg%3E%0A") !important;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.image-with-text .right .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  max-width: 554px;
  height: 664px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='544' height='664' viewBox='0 0 544 664' fill='none'%3E%3Cg transform='scale(-1,1) translate(-544,0)'%3E%3Cpath d='M0 0H32V664H0V0Z' fill='%2306A63F'/%3E%3Cpath d='M32 0H273V32H32V0Z' fill='%2306A63F'/%3E%3Cpath d='M32 632H480V664H32V632Z' fill='%2306A63F'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (max-width: 768px) {
  .image-with-text .right .image-wrapper::before {
    right: 0 !important;
    left: unset !important;
    width: 304px;
    height: 300px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='304' height='300' viewBox='0 0 304 300' fill='none'%3E%3Cpath d='M167 0H272V32H167V0Z' fill='%2306A63F'/%3E%3Cpath d='M90 268H272V300H90V268Z' fill='%2306A63F'/%3E%3Cpath d='M272 0H304V300H272V0Z' fill='%2306A63F'/%3E%3C/svg%3E") !important;
  }
}
.image-with-text .right .image-wrapper.no-overlay img {
  padding: 0px;
}
.image-with-text .right .image-wrapper.no-overlay::before, .image-with-text .right .image-wrapper.no-overlay::after {
  display: none !important;
  content: none !important;
}
.image-with-text.dark-bg {
  background-color: #000000;
}
.image-with-text.dark-bg .image-with-text-content .second-container .section-eyebrow {
  color: #06A63F;
}
.image-with-text.dark-bg .image-with-text-content .second-container .section-title {
  color: #FFFFFF;
}
.image-with-text.dark-bg .image-with-text-content .second-container h3, .image-with-text.dark-bg .image-with-text-content .second-container h4, .image-with-text.dark-bg .image-with-text-content .second-container h5, .image-with-text.dark-bg .image-with-text-content .second-container h6 {
  color: #FFFFFF;
}
.image-with-text.dark-bg .image-with-text-content .second-container p {
  color: #FFFFFF;
}
.image-with-text.dark-bg .image-with-text-content .second-container ul, .image-with-text.dark-bg .image-with-text-content .second-container ol {
  color: #FFFFFF;
}
section.stats-section {
  background-color: #000000;
  position: relative;
  margin-top: 96px;
}
section.stats-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.stats-section .stats-section-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  section.stats-section .stats-section-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  section.stats-section .stats-section-container {
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
section.stats-section .stats-section-container .left-column h1 {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  section.stats-section .stats-section-container .left-column h1 {
    margin: 0px;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
    letter-spacing: -1.44px;
  }
}
@media (max-width: 768px) {
  section.stats-section .right-column {
    margin-top: 48px;
  }
}
section.stats-section .right-column .stats {
  max-width: 637px;
}
section.stats-section .right-column .stats .stats-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
section.stats-section .right-column .stats .stats-container .stat-item .stat-item-container {
  gap: 32px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section.stats-section .right-column .stats .stats-container .stat-item .stat-item-container {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 16px;
  }
}
section.stats-section .right-column .stats .stats-container .stat-item .stat-item-container .label-container {
  padding: 10px;
  padding-left: 20px;
  max-width: fit-content;
}
@media (max-width: 768px) {
  section.stats-section .right-column .stats .stats-container .stat-item .stat-item-container .label-container {
    padding: 0px;
    max-width: 100%;
  }
}
section.stats-section .right-column .stats .stats-container .stat-item .stat-item-container .label-container p {
  color: #06A63F;
  margin: 0;
  width: fit-content;
}
@media (max-width: 768px) {
  section.stats-section .right-column .stats .stats-container .stat-item .stat-item-container .label-container p {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    /* 116.667% */
    letter-spacing: -1.44px;
    width: 100%;
  }
}
section.stats-section .right-column .stats .stats-container .stat-item .stat-item-container .info .stat-desc {
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  section.stats-section .right-column .stats .stats-container .stat-item .stat-item-container .info .stat-desc {
    margin: 0px;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 38.4px */
  }
}
.headline-with-text {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .headline-with-text {
    padding: 0px;
    margin-top: 64px;
    margin-bottom: 96px;
  }
}
.headline-with-text .left .headline-with-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 64px;
}
@media (max-width: 768px) {
  .headline-with-text .left .headline-with-text-content {
    flex-direction: column;
    gap: 32px;
  }
}
.headline-with-text .left .headline-with-text-content .first-container {
  width: 100%;
  max-width: 543px;
}
@media (max-width: 768px) {
  .headline-with-text .left .headline-with-text-content .first-container {
    max-width: 100%;
  }
}
.headline-with-text .left .headline-with-text-content .first-container .title-with-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.headline-with-text .left .headline-with-text-content .first-container .title-with-icon .section-icon {
  padding-top: 15px;
  width: 48px;
  height: auto;
}
@media (max-width: 768px) {
  .headline-with-text .left .headline-with-text-content .first-container .title-with-icon .section-icon {
    width: 28px;
    padding-top: 0px;
  }
}
.headline-with-text .left .headline-with-text-content .first-container .title-with-icon .section-title {
  color: #06A63F;
  margin: 0px;
  text-align: left;
}
@media (max-width: 768px) {
  .headline-with-text .left .headline-with-text-content .first-container .title-with-icon .section-title {
    text-align: left;
  }
}
.headline-with-text .left .headline-with-text-content .first-container .section-quote {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #06A63F;
}
.headline-with-text .left .headline-with-text-content .second-container {
  width: 100%;
  max-width: 548px;
}
.headline-with-text .left .headline-with-text-content .second-container p {
  color: #000000;
}
@media (max-width: 768px) {
  .headline-with-text .left .headline-with-text-content .second-container {
    max-width: 100%;
  }
}
.headline-with-text .right .headline-with-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 64px;
}
@media (max-width: 768px) {
  .headline-with-text .right .headline-with-text-content {
    flex-direction: column;
    gap: 32px;
  }
}
.headline-with-text .right .headline-with-text-content .first-container {
  width: 100%;
  max-width: 543px;
}
@media (max-width: 768px) {
  .headline-with-text .right .headline-with-text-content .first-container {
    max-width: 100%;
  }
}
.headline-with-text .right .headline-with-text-content .first-container .title-with-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.headline-with-text .right .headline-with-text-content .first-container .title-with-icon .section-icon {
  padding-top: 15px;
  width: 48px;
  height: auto;
}
@media (max-width: 768px) {
  .headline-with-text .right .headline-with-text-content .first-container .title-with-icon .section-icon {
    width: 28px;
    padding-top: 0px;
  }
}
.headline-with-text .right .headline-with-text-content .first-container .title-with-icon .section-title {
  color: #06A63F;
  margin: 0px;
  text-align: right;
}
@media (max-width: 768px) {
  .headline-with-text .right .headline-with-text-content .first-container .title-with-icon .section-title {
    text-align: left;
  }
}
.headline-with-text .right .headline-with-text-content .first-container .section-quote {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #06A63F;
}
.headline-with-text .right .headline-with-text-content .second-container {
  width: 100%;
  max-width: 548px;
}
.headline-with-text .right .headline-with-text-content .second-container p {
  color: #000000;
}
@media (max-width: 768px) {
  .headline-with-text .right .headline-with-text-content .second-container {
    max-width: 100%;
  }
}
.text-block-variation {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 980px) {
  .text-block-variation {
    padding: 0px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.text-block-variation .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-block-variation .content {
  max-width: 900px;
}
@media (max-width: 980px) {
  .text-block-variation .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text-block-variation .content .section-headline {
  color: #06A63F;
  margin: 0px;
  text-align: center;
}
.hero-case-studies {
  margin-bottom: 64px;
}
.hero-case-studies .hero-case-studies-container .image-container {
  position: relative;
}
.hero-case-studies .hero-case-studies-container .image-container img {
  width: 100%;
  display: block;
}
.hero-case-studies .hero-case-studies-container .image-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.2) 33%);
  opacity: 0.7;
  pointer-events: none;
}
.hero-case-studies .hero-case-studies-container .image-container .hero-title {
  position: absolute;
  bottom: 64px;
  left: 112px;
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  z-index: 2;
}
@media (max-width: 1024px) {
  .hero-case-studies .hero-case-studies-container .image-container .hero-title {
    left: 20px;
    bottom: 20px;
  }
}
.special-hero .hero-case-studies-container .image-container::before {
  content: none;
  display: none;
}
.image-slider-section {
  margin-top: 96px;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .image-slider-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.image-slider-section .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.image-slider-section .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  height: 640px;
}
@media (max-width: 768px) {
  .image-slider-section .swiper-slide img {
    height: 400px;
  }
}
.image-slider-section .swiper-button-next, .image-slider-section .swiper-button-prev {
  background: none;
  color: inherit;
  width: 75px;
  height: 76px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.image-slider-section .swiper-button-next svg, .image-slider-section .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.image-slider-section .swiper-button-prev {
  left: 20px;
}
.image-slider-section .swiper-button-prev::after {
  display: none;
}
.image-slider-section .swiper-button-next {
  right: 20px;
}
.image-slider-section .swiper-button-next::after {
  display: none;
}
.image-slider-section .swiper-pagination-bullet {
  background: #000;
}
.image-slider-section .icon-desktop, .image-slider-section .icon-mobile {
  display: none;
}
@media (min-width: 768px) {
  .image-slider-section .icon-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .image-slider-section .icon-mobile {
    display: block;
  }
}
.vertical-list {
  margin-top: 96px;
  margin-bottom: 96px;
}
.vertical-list .vertical-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.vertical-list .vertical-list-items .vertical-list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.vertical-list .vertical-list-items .vertical-list-item .vertical-list-icon {
  flex-shrink: 0;
}
.vertical-list .vertical-list-items .vertical-list-item .vertical-list-icon img {
  display: block;
  width: 70px;
  height: 64px;
}
.vertical-list .vertical-list-items .vertical-list-item .vertical-list-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vertical-list .vertical-list-items .vertical-list-item .vertical-list-content .vertical-list-title {
  margin: 0px;
  color: #000000;
}
.vertical-list .vertical-list-items .vertical-list-item .vertical-list-content .vertical-list-title span {
  color: #06A63F;
}
.vertical-list .vertical-list-items .vertical-list-item .vertical-list-content .vertical-list-description {
  margin: 0px;
  color: #000000;
}
.team-bio {
  margin: 96px 0;
}
.team-bio .team-bio-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.team-bio .team-bio-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.team-bio .team-bio-card.active .team-bio-info {
  display: none;
}
.team-bio .team-bio-card.active .team-bio-overlay {
  opacity: 1;
  pointer-events: auto;
}
.team-bio .team-bio-card .team-bio-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.team-bio .team-bio-card .team-bio-photo-mobile {
  display: none;
}
.team-bio .team-bio-card .team-bio-photo-mobile img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .team-bio .team-bio-card .team-bio-photo {
    display: none;
  }
  .team-bio .team-bio-card .team-bio-photo-mobile {
    display: block;
  }
}
.team-bio .team-bio-card .team-bio-info {
  position: absolute;
  top: 64px;
  right: 64px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 320px;
}
@media (max-width: 1100px) {
  .team-bio .team-bio-card .team-bio-info {
    right: 30px;
  }
}
@media (max-width: 930px) {
  .team-bio .team-bio-card .team-bio-info {
    top: 16px;
    left: 16px;
    right: auto;
  }
}
.team-bio .team-bio-card .team-bio-info .team-bio-name {
  margin: 0;
  color: #000000;
}
.team-bio .team-bio-card .team-bio-info .team-bio-position {
  margin: 0;
  color: #000000;
}
.team-bio .team-bio-card .team-bio-info button {
  margin-top: 16px;
  cursor: pointer;
}
.team-bio .team-bio-card .team-bio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.team-bio .team-bio-card .team-bio-overlay .close-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.team-bio .team-bio-card .team-bio-overlay .overlay-content {
  position: absolute;
  top: 64px;
  right: 64px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 320px;
}
.team-bio .team-bio-card .team-bio-overlay .overlay-content .overlay-name {
  margin: 0;
  color: #FFFFFF;
}
.team-bio .team-bio-card .team-bio-overlay .overlay-content .overlay-position {
  margin: 0;
  color: #FFFFFF;
}
.team-bio .team-bio-card .team-bio-overlay .overlay-content .overlay-description {
  margin: 0;
  color: #FFFFFF;
  text-align: left;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .team-bio .team-bio-card .team-bio-overlay .overlay-content .overlay-description {
    padding-bottom: 15px;
  }
}
.team-bio .team-bio-card .team-bio-overlay .overlay-content .overlay-social {
  margin-top: 16px;
}
@media (max-width: 1100px) {
  .team-bio .team-bio-card .team-bio-overlay .overlay-content {
    left: 16px;
    top: 16px;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .team-bio .team-bio-card .team-bio-overlay {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
