@charset "UTF-8";
/*!
	Theme Name: Adri Ajdethemes
	Theme URI: https://themes.ajdeweb.com/adri-landing/
	Description: Business and Consulting WordPress Theme
	Author: AjdeThemes
	Author URI: https://ajdethemes.com
	Version: 3.2.2
	Requires at least: 4.7
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: adri-ajdethemes
	Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
*/
/*! ------------------------- Table of Contents -------------------------

    0.1 Settings (variables)

    0.2 Mixins

    1.0 Typography
        1.1 Headings
        1.2 Links
        1.3 Section Title

    2.0 Utilities

    3.0 Miscellaneous

    4.0 Buttons
        4.1 Button Regular
        4.2 Button Ghost
        4.3 Button Classic
        4.4 Button Text Arrow
        4.5 Play Button
        4.6 Button Interactive
        4.7 Button Long Arrow

    5.0 Forms
        5.1 Inputs Fields
        5.2 Checkbox & Radio Input
        5.3 CF7 Forms
        5.4 Inline Newsletter Form

    6.0 Blog Post
        6.1 Blog Post - Classic
        6.2 Blog Post - Columns
        6.3 Blog Post - Minimal
        6.4 Blog Post - Card
        6.5 Page Title
        6.6 Pagination
        6.7 Blog Single
            6.8 Blog Single - Author Bio
            6.9 Blog Single - Comments
        6.10 404 Not Found - Page
        6.11 Post Navigation (Prev/Next)
        6.12 Sidebar

    7.0 Widgets (Sidebar)
        7.1 Widget - Archive
        7.2 Widget - Calendar
        7.3 Widget - Categories
        7.4 Widget - Gallery
        7.5 Widget - Meta
        7.6 Widget - Nav
        7.7 Widget - Pages
        7.8 Widget - Recent Comments
        7.9 Widget - Recent Entries
        7.10 Widget - RSS
        7.11 Widget - Search
        7.12 Widget - Tag Cloud
        7.13 Widget - Text
        7.14 Widgets - Select Input
        7.15 Widget - Twitter Feed
        7.16 Shortcode - Widget Text (Accordion)
        7.17 Shortcode - Widget Text (Newsletter)
        7.18 Widget - Recent Posts Slider

    8.0 WP Block
        8.1 WP Block - Image
        8.2 WP Block - Blockquote
        8.4 WP Block - Button
        8.5 WP Block - File

    9.0 Navigation
        9.1 Navigation - Mobile
        9.2 Navigation - Desktop
        9.3 Navigation - Brand
        9.4 Navigation - Burger
        9.5 Navigation - Cart
        9.6 Navigation - Mega Menu
        9.7 Navigation - Secondary
        9.8 Navigation - Utility

    10.0 Footers
        10.1 Footer Bottom
        10.2 Footer Menu
        10.3 Search Modal
        10.4 Footer Light Color

    11.0 Features
        11.1 Counter
        11.2 Inline Icon
        11.3 Frame Icon
        11.4 Feature Image - Frame
        11.5 Feature Image - Classic
        11.6 Feature Image - Stacked
        11.7 Accordion
        11.8 Testimonial Slider
        11.9 Section Title
        11.10 Feature - Intro
        11.11 Feature - Intro 2
        11.12 Feature - Intro 3
        11.13 Feature - Intro Image
        11.14 Feature - Intro Image - 2
        11.15 Number Link Card
        11.16 Feature Icon Card
        11.17 Feature Icon
        11.18 Feature Arrow Card
        11.19 Testimonial Slider - Style Large Image
        11.20 Testimonial Card
        11.21 Tabs
        11.22 Progress Bars
        11.23 Timeline

    12.0 Team Members
        12.1 Team Card
        12.2 Team Inline

    13.0 Pricing Table

    14.0 Sliders
        14.1 Neue Slider
        14.2 Image Slider
        14.3 Thirds Slider

    15.0 Portfolio
        15.1 Portfolio Classic
        15.2 Portfolio Minimal
        15.3 Portfolio Neue

    16.0 Contact
        16.1 Contact - Classic
        16.2 Contact - Tabs

    17.0 Cases
        17.0 Case - Post
        17.1 Case - Single Post
        17.2 Case - Post Classic
        17.3 Case - Post Card
        17.4 Case - Post List
*/
:root {
  --color-dark: 38, 38, 40;
  --color-gray: 102, 104, 111;
  --color-gray-light: 170, 171, 175;
  --color-light: 221, 221, 221;
  --color-lighter: 244, 244, 244;
  --color-error: 233, 79, 55;
  --color-warning: 240, 200, 8;
  --color-success: 0, 155, 114;
  --color-info: 0, 157, 220;
  --color-impact-yellow: 255, 212, 0;
  --color-impact-dark: 19, 21, 21;
  --color-royal-gold: 242, 205, 93;
  --color-royal-green: 16, 69, 71;
  --color-energy-green: 161, 239, 139;
  --color-energy-blue: 21, 40, 96;
  --color-mint-green: 77, 188, 101;
  --color-mint-dark: var(--color-dark);
  --color-mono-dark: var(--color-dark);
  --color-dm-dark: 35, 35, 35;
  --color-dm-green: 161, 239, 139;
  --color-smooth-blue: 39, 49, 88;
  --color-smooth-red: 241, 49, 64;
  --color-primary: var(--color-impact-yellow);
  --color-secondary: var(--color-impact-dark);
  --color-text: var(--color-gray);
  --color-headings: var(--color-secondary);
  --color-link: var(--color-primary);
  --font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
  --font-family-headings: var(--font-family);
  --font-size-base: 16px;
  --fs-base: 1rem;
  --fs-small: 0.87rem;
  --fw-light: 300;
  --fw-reg: 400;
  --fw-sbold: 600;
  --fw-bold: 700;
  --font-weight: var(--fw-light);
  --h-font-weight: var(--fw-sbold);
  --h1-size: 2.125rem;
  --h2-size: 1.875rem;
  --h3-size: 1.625rem;
  --h4-size: 1.375rem;
  --h5-size: 1.125rem;
  --h6-size: 1rem;
  --tspeed: 0.35s;
  --xs: 0;
  --sm: 576px;
  --md: 768px;
  --lg: 992px;
  --xl: 1200px;
  --elementor_widget_gap: 0 15px;
}

/*
  [1.0] Typography
---------------------------- */
body {
  font-family: var(--font-family);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight);
  color: rgb(var(--color-text));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body strong {
  font-weight: var(--fw-sbold);
}

small {
  font-size: var(--fs-small);
}

.extra-small {
  font-size: 0.75rem;
}

/*
    [1.1] Headings
---------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-headings);
  font-weight: var(--h-font-weight);
  color: rgb(var(--color-headings));
}

h1,
.h1,
.has-h-1-size-font-size {
  font-size: var(--h1-size);
}

h2,
.h2,
.has-h-2-size-font-size {
  font-size: var(--h2-size);
}

h3,
.h3,
.has-h-3-size-font-size {
  font-size: var(--h3-size);
}

h4,
.h4,
.has-h-4-size-font-size {
  font-size: var(--h4-size);
}

h5,
.h5,
.has-h-5-size-font-size {
  font-size: var(--h5-size);
}

h6,
.h6,
.has-h-6-size-font-size {
  font-size: var(--h6-size);
}

/*
    [1.2] Links
---------------------------- */
a {
  color: rgb(var(--color-link));
  text-decoration: none;
  transition: all var(--tspeed);
}
a:hover, a:focus {
  color: rgb(var(--color-secondary));
  text-decoration: none;
}

.a-silent {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-link);
  text-decoration: none;
}
.a-silent:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.a-silent:hover, .a-silent:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.a-silent:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}

.a-link {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --color: var(--color-link);
  --fh_color: var(--color);
  border-bottom: 1px solid rgba(var(--fh_color), 0.7);
  color: rgb(var(--fh_color));
  text-decoration: none;
  text-decoration: none;
}
.a-link:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.a-link:hover, .a-link:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.a-link:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}

.post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers),
.post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers),
.site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers),
.site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers) {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --color: var(--color-link);
  --fh_color: var(--color);
  border-bottom: 1px solid rgba(var(--fh_color), 0.7);
  color: rgb(var(--fh_color));
  text-decoration: none;
}
.post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):before,
.post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):before,
.site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):before,
.site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover, .post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):focus,
.post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover,
.post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):focus,
.site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover,
.site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):focus,
.site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover,
.site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.post-single p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover:before,
.post-single .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover:before,
.site-page-default p:not(.wp-block-tag-cloud):not(.logged-in-as) a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover:before,
.site-page-default .wp-block-file a:not(.wp-block-file__button):not(.wp-block-button__link):not(.post-page-numbers):hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.post-single a > img,
.site-page-default a > img {
  z-index: 1;
}

/*
    [1.3] Blockquote
---------------------------- */
blockquote {
  position: relative;
  display: block;
  margin: 30px 0;
  padding-left: 30px;
  border: none;
  line-height: normal;
  font-size: 1.5rem;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
}
blockquote:before {
  content: "";
  position: absolute;
  display: block;
  margin-right: 30px;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: rgb(var(--color-primary));
}
blockquote cite,
blockquote .wp-block-quote__citation {
  font-style: normal;
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
}

/*
    [1.4] Other
---------------------------- */
::-moz-selection {
  background: #ddd;
  color: rgb(var(--color-dark));
}

::selection {
  background: #ddd;
  color: rgb(var(--color-dark));
}

dl {
  margin: 15px 0;
}
dl dt {
  color: rgb(var(--color-dark));
}
dl dd {
  padding-left: 30px;
}

q {
  font-style: italic;
  color: rgb(var(--color-dark));
  font-size: var(--h5-size);
}

mark {
  background-color: #ffe566;
  color: rgb(var(--color-text));
}

.has-drop-cap:first-letter {
  padding: 15px 11px;
  margin-right: 15px !important;
  font-size: 2.7rem !important;
  font-weight: var(--fw-sbold) !important;
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
}

pre,
code {
  font-size: var(--fs-base);
  font-family: Menlo, Consolas, monaco, monospace;
}

pre {
  margin: 15px 0;
  padding: 15px 30px;
  border: 1px solid rgb(var(--color-light));
}

code {
  padding: 2px;
  color: rgb(var(--color-dark));
  background: rgb(var(--color-light));
}

/*
	[2.0] Utilities
--------------------------------- */
.alignleft {
  float: left;
  margin: 15px 40px 15px 0;
  clear: both;
}

.alignright {
  float: right;
  margin: 15px 0 15px 40px;
  clear: both;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  clear: both;
  text-align: center !important;
}
.aligncenter figcaption {
  text-align: inherit !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.has-left-content {
  text-align: left;
}

.has-right-content {
  text-align: right;
}

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

.container {
  max-width: 1140px !important;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: var(--elementor_widget_gap) !important;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: var(--elementor_widget_gap) !important;
}

.elementor-editor-active #elementor-add-new-section {
  margin-top: unset;
  margin-bottom: unset;
  padding-top: 60px;
  padding-bottom: 60px;
}

.social-icons {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.social-icons li {
  margin-right: 20px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  border-bottom: none !important;
  color: rgb(var(--color-secondary));
}
.social-icons li a:hover, .social-icons li a:focus {
  border-bottom: none;
  color: rgb(var(--color-primary));
}
.social-icons li a:before {
  content: none !important;
}

.center-no-results {
  margin-left: auto;
  margin-right: auto;
}

.row .col-lg-8 .row .center-no-results {
  min-width: 100%;
}

.no-results {
  margin-bottom: 90px;
  padding: 60px 30px;
  text-align: center;
  background: rgba(var(--color-secondary), 0.05);
}
.no-results .no-results-icon,
.no-results .step-nbr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 60px auto;
  border-radius: 100px;
  border: 2px solid rgb(var(--color-primary));
}
.no-results .no-results-icon:after,
.no-results .step-nbr:after {
  content: "!";
  position: absolute;
  left: 5px;
  right: 0;
  font-family: var(--font-family);
  font-size: 32px;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  line-height: 1.1;
}
.no-results p {
  font-size: 1.25rem;
  color: rgb(var(--color-secondary));
  font-weight: var(--fw-reg);
}
.no-results h1 {
  margin-bottom: 60px;
}
.no-results .onboarding-steps {
  list-style: none;
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0;
}
.no-results .onboarding-steps li {
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
}
.no-results .onboarding-steps li .step-nbr {
  flex-shrink: 0;
  margin: 0 auto 30px auto;
  text-align: center;
}
.no-results .onboarding-steps li:first-child .step-nbr:after {
  content: "1.";
}
.no-results .onboarding-steps li:nth-child(2) .step-nbr:after {
  content: "2.";
}
.no-results .onboarding-steps li:last-child {
  margin-bottom: 0;
}
.no-results .onboarding-steps li p {
  margin-bottom: unset;
  font-weight: var(--fw-light);
  color: rgb(var(--color-text));
  font-size: 1rem;
}
.no-results .onboarding-steps li p a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --color: var(--color-link);
  --fh_color: var(--color);
  border-bottom: 1px solid rgba(var(--fh_color), 0.7);
  color: rgb(var(--fh_color));
  text-decoration: none;
  --color: var(--color-primary);
}
.no-results .onboarding-steps li p a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.no-results .onboarding-steps li p a:hover, .no-results .onboarding-steps li p a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.no-results .onboarding-steps li p a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}

@media (min-width: 576px) {
  .no-results {
    padding: 60px;
  }
  .no-results .onboarding-steps {
    text-align: left;
  }
  .no-results .onboarding-steps li {
    flex-flow: row;
    align-items: center;
  }
  .no-results .onboarding-steps li .step-nbr {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 768px) {
  .no-results {
    padding: 90px;
  }
}
/*
    [3.0] Miscellaneous
--------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

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

body:not(.elementor-page):not(.woocommerce-page) .post figure figcaption,
body:not(.elementor-page):not(.woocommerce-page) .post figure .wp-caption-text,
body:not(.elementor-page):not(.woocommerce-page) .page figure figcaption,
body:not(.elementor-page):not(.woocommerce-page) .page figure .wp-caption-text,
body:not(.elementor-page):not(.woocommerce-page) .wp-caption figcaption,
body:not(.elementor-page):not(.woocommerce-page) .wp-caption .wp-caption-text {
  border: none;
  margin: 10px 0 0 15px;
  font-size: var(--fs-small);
  text-align: initial;
  line-height: initial;
  color: rgb(var(--color-gray-light));
}
body:not(.elementor-page):not(.woocommerce-page) .post figure figcaption:before,
body:not(.elementor-page):not(.woocommerce-page) .post figure .wp-caption-text:before,
body:not(.elementor-page):not(.woocommerce-page) .page figure figcaption:before,
body:not(.elementor-page):not(.woocommerce-page) .page figure .wp-caption-text:before,
body:not(.elementor-page):not(.woocommerce-page) .wp-caption figcaption:before,
body:not(.elementor-page):not(.woocommerce-page) .wp-caption .wp-caption-text:before {
  content: "\f03e";
  margin-right: 7px;
  font-family: "Font Awesome 6 Free";
  font-size: inherit;
}
body:not(.elementor-page):not(.woocommerce-page) figure {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
body:not(.elementor-page):not(.woocommerce-page) figure img {
  max-width: 100% !important;
  z-index: unset;
}

.gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  width: 100%;
}
.gallery .gallery-item figcaption {
  margin-left: 0 !important;
}
.gallery img {
  width: 100%;
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
  padding: 15px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.66%;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) {
  width: initial;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) thead,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tfoot {
  border: none;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) thead tr th,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) thead tr td,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tfoot tr th,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tfoot tr td {
  color: rgb(var(--color-secondary));
  text-align: initial;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tr {
  border: 1px solid rgb(var(--color-light));
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tr th {
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tr td {
  font-weight: var(--fw-reg);
  color: rgb(var(--color-text));
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tr th,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tr td {
  padding: 20px 30px;
  border: none;
  border-right: 1px solid rgb(var(--color-light));
  line-height: 1.4;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tr th a,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tr td a {
  font-weight: var(--fw-sbold);
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tr th p,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) table:not(.woocommerce-grouped-product-list):not(.wp-calendar-table) tr td p {
  margin: 0;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-header table thead tr {
  background: rgb(var(--color-primary));
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-header table thead tr th,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-header table thead tr td {
  border-color: rgba(var(--color-secondary), 0.1) !important;
  color: rgb(var(--color-secondary));
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .is-style-stripes table thead tr {
  background: rgba(var(--color-primary), 0.1);
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .is-style-stripes table tbody tr:nth-child(even) {
  background: rgba(var(--color-primary), 0.1);
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .is-style-stripes table tbody tr:nth-child(odd) {
  background: none;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-naked table thead tr {
  border: none !important;
  border-bottom: 1px solid rgb(var(--color-light)) !important;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-naked table thead tr td,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-naked table thead tr th {
  border: none !important;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-naked table tbody tr {
  border: none !important;
  border-bottom: 1px solid rgb(var(--color-light)) !important;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-naked table tbody tr:last-child {
  border-bottom: none !important;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-naked table tbody tr td,
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-style-naked table tbody tr th {
  border: none !important;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.woocommerce-account):not(.wp-calendar-table) .table-fw table {
  width: 100% !important;
}

.check-list ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 0 10px;
}
.check-list ul li {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.check-list ul li:before {
  content: "⅃";
  position: relative;
  top: -3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  min-width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 2px solid rgb(var(--color-light));
  transform: rotate(45deg);
  color: rgb(var(--color-secondary));
}

hr {
  display: block;
  margin: 60px 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgb(var(--color-gray-light));
}

/*
    [5.0] Forms
--------------------------------- */
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
input[type=tel],
input[type=time],
input[type=week],
input[type=url],
textarea,
select {
  display: block;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  border-radius: 0;
  border: 1px solid rgb(var(--color-gray-light));
  transition: all var(--tspeed);
}
input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=time]:hover,
input[type=time]:focus,
input[type=week]:hover,
input[type=week]:focus,
input[type=url]:hover,
input[type=url]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  border-color: rgb(var(--color-secondary));
}

textarea {
  padding: 10px 20px;
  height: unset;
  min-height: 50px;
}

input[type=submit] {
  height: 50px;
  width: 100%;
  border-radius: 0;
  border: none;
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
  box-shadow: unset;
  transition: all var(--tspeed);
}
input[type=submit]:hover, input[type=submit]:focus {
  color: rgb(var(--color-secondary));
  background: rgb(var(--color-primary));
}

p > label {
  display: block;
  width: 100%;
  font-weight: var(--fw-sbold);
  font-size: var(--fs-small);
  color: rgb(var(--color-secondary));
}

/*
    [5.1] Inputs Fields
--------------------------------- */
.form-group {
  position: relative;
  margin-bottom: 30px;
  background: rgb(var(--color-primary));
}
.form-group label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  transition: transform var(--tspeed);
}
.form-group br {
  display: none !important;
}

.form-style {
  display: flex;
  align-items: center;
  padding: 20px 15px 0 15px !important;
  width: 100%;
  border: 1px solid rgb(var(--color-gray-light));
  background: #fff;
  color: rgb(var(--color-secondary));
  transform: translate(0, 0);
  transition: all var(--tspeed);
}
.form-style:hover {
  border-color: rgb(var(--color-secondary));
}
.form-style:focus {
  outline: none;
  border-color: rgb(var(--color-secondary));
}

input.form-style {
  height: 50px;
}

.form-group.is-focused label,
.form-group.is-not-empty label {
  top: 5px;
  font-size: 0.81rem;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  transition: all var(--tspeed);
}

.form-group.is-focused .form-style {
  transform: translate(-8px, -8px);
}
.form-group.is-focused label {
  transform: translate(-8px, -8px);
}

[type=file] {
  padding: 11px;
  width: 100%;
  background: #fff;
}

.form-group-file {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid rgb(var(--color-gray-light));
}
.form-group-file label {
  padding-left: 11px;
  font-weight: var(--fw-sbold);
  font-size: var(--fs-small);
  color: rgb(var(--color-secondary));
}

/*
    [5.2] Checkbox & Radio Inputs
----------------------------------------- */
.form-group-checkbox {
  margin-bottom: 30px;
  display: flex;
}
.form-group-checkbox input {
  display: none;
}
.form-group-checkbox label {
  display: inline-flex;
  align-items: center;
}
.form-group-checkbox label:before {
  content: "✕";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(var(--color-gray-light));
  background: rgba(var(--color-secondary), 0);
  color: rgba(var(--color-primary), 0);
  transition: all var(--tspeed);
}
.form-group-checkbox label:hover, .form-group-checkbox label:focus {
  cursor: pointer;
  outline: none;
}
.form-group-checkbox label:hover:before, .form-group-checkbox label:focus:before {
  border-color: rgb(var(--color-secondary));
}
.form-group-checkbox input:checked + label:before {
  border-color: rgb(var(--color-secondary));
  background: rgba(var(--color-secondary), 1);
  color: rgba(var(--color-primary), 1);
}

.form-group-radio {
  display: flex;
}
.form-group-radio input {
  display: none;
}
.form-group-radio label {
  display: inline-flex;
  align-items: center;
}
.form-group-radio label:before {
  content: "";
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(var(--color-gray-light));
  border-radius: 100px;
  background: rgba(var(--color-secondary), 0);
  color: rgba(var(--color-primary), 0);
  transition: border-color var(--tspeed);
}
.form-group-radio label:hover, .form-group-radio label:focus {
  cursor: pointer;
  outline: none;
}
.form-group-radio label:hover:before, .form-group-radio label:focus:before {
  border-color: rgb(var(--color-secondary));
}
.form-group-radio input:checked + label:before {
  border: 9px solid rgb(var(--color-secondary));
  background: rgba(var(--color-primary), 1);
  color: rgba(var(--color-primary), 1);
}

/*
    [5.3] CF7 Forms
--------------------------------- */
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
  min-width: 100%;
  width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: rgb(var(--color-error));
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -21px;
  display: block;
  width: 100%;
  min-width: 100%;
  font-size: var(--fs-small);
  color: rgb(var(--color-error));
}

.wpcf7 form .wpcf7-response-output {
  display: flex;
  padding: 20px;
  margin: 0;
  border: none;
  border-top: 2px solid;
  font-size: var(--fs-small);
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: rgb(var(--color-error));
  border-color: rgb(var(--color-error));
  background: rgba(var(--color-error), 0.2);
}

.wpcf7 form.sent .wpcf7-response-output {
  color: rgb(var(--color-success));
  border-color: rgb(var(--color-success));
  background: rgba(var(--color-success), 0.2);
}

/*
    [5.4] Inline Newsletter Form
--------------------------------- */
.inline-newsletter-form {
  position: relative;
  margin-top: 25px;
}
.inline-newsletter-form input[type=email] {
  padding-left: 15px;
  width: 100%;
  height: 40px;
  background: unset;
  border: 1px solid rgb(var(--color-secondary));
  color: rgb(var(--color-secondary));
  transition: all var(--tspeed);
}
.inline-newsletter-form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(var(--color-secondary));
}
.inline-newsletter-form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: rgb(var(--color-secondary));
}
.inline-newsletter-form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: rgb(var(--color-secondary));
}
.inline-newsletter-form input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: rgb(var(--color-secondary));
}
.inline-newsletter-form input[type=email]:hover, .inline-newsletter-form input[type=email]:focus {
  outline: none;
  background: rgba(var(--color-secondary), 0.05);
}
.inline-newsletter-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
  font-size: 1rem;
  border: unset;
  overflow: hidden;
  transition: background-color var(--tspeed);
}
.inline-newsletter-form button i:after {
  content: "\f1d8";
  position: absolute;
  bottom: -35px;
  left: -35px;
}
.inline-newsletter-form button:hover, .inline-newsletter-form button:focus {
  outline: none;
  background: rgb(var(--color-secondary));
}
.inline-newsletter-form button:hover i, .inline-newsletter-form button:focus i {
  transform: translateX(35px) translateY(-35px);
  transition: transform 0.4s cubic-bezier(0.92, 0.1, 0.62, 0.99);
}

.inverted.inline-newsletter-form input[type=email] {
  border-color: rgb(var(--color-primary));
  color: rgb(var(--color-primary));
}
.inverted.inline-newsletter-form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(var(--color-primary));
}
.inverted.inline-newsletter-form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: rgb(var(--color-primary));
}
.inverted.inline-newsletter-form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: rgb(var(--color-primary));
}
.inverted.inline-newsletter-form input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: rgb(var(--color-primary));
}
.inverted.inline-newsletter-form button {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}

.cta-newsletter input[type=email] {
  height: 50px;
  padding-left: 20px;
}
.cta-newsletter input[type=email]:hover, .cta-newsletter input[type=email]:focus {
  background: rgba(var(--color-primary), 0.05);
}
.cta-newsletter button {
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
}
.cta-newsletter button:hover, .cta-newsletter button:focus {
  background: rgb(var(--color-primary));
}

.wpcf7-form .cta-newsletter + .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}

/*
  [6.0] Blog Post - General Styles
------------------------------------ */
article.post,
article.page,
article.product {
  padding-bottom: 90px;
}
article.post .wp-post-image,
article.page .wp-post-image,
article.product .wp-post-image {
  width: 100%;
  height: auto;
}
article.post .post-title,
article.page .post-title,
article.product .post-title {
  word-break: break-word;
}
article.post .post-meta,
article.page .post-meta,
article.product .post-meta {
  display: flex;
}

article.product .post-meta {
  justify-content: space-between;
}

article.post-classic .post-cat,
article.post-col .post-cat,
article.post-min .post-cat {
  display: block;
  margin-bottom: 10px;
  color: rgb(var(--color-gray-light));
  font-weight: var(--fw-sbold);
}
article.post-classic .post-cat:hover, article.post-classic .post-cat:focus,
article.post-col .post-cat:hover,
article.post-col .post-cat:focus,
article.post-min .post-cat:hover,
article.post-min .post-cat:focus {
  color: rgb(var(--color-secondary));
}
article.post-classic .post-button,
article.post-col .post-button,
article.post-min .post-button {
  margin-top: 30px;
}

article.post-classic .post-date,
article.post-col .post-date {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  box-shadow: 5px 5px 0px #fff;
  background: rgb(var(--color-primary));
  font-size: var(--fs-small);
  font-weight: var(--fw-reg);
  line-height: var(--fs-small);
  text-align: center;
  color: rgb(var(--color-secondary));
  z-index: 10;
}
article.post-classic .post-date span,
article.post-col .post-date span {
  display: block;
  margin-bottom: 3px;
  font-weight: var(--fw-sbold);
  font-size: var(--fs-base);
  line-height: var(--fs-base);
}
article.post-classic p,
article.post-col p {
  color: rgb(var(--color-text));
}
article.post-classic .post-thumbnail-link,
article.post-col .post-thumbnail-link {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
article.post-classic .post-thumbnail-link:before,
article.post-col .post-thumbnail-link:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-primary));
  opacity: 0;
  transition: all 0.5s;
  z-index: 2;
}
article.post-classic .post-thumbnail-link img,
article.post-col .post-thumbnail-link img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s;
  z-index: 1;
}
article.post-classic .post-thumbnail-link:hover:before,
article.post-col .post-thumbnail-link:hover:before {
  opacity: 0.4;
}
article.post-classic .post-thumbnail-link:hover img,
article.post-col .post-thumbnail-link:hover img {
  transform: scale(1.05);
}

.post-single .entry-title {
  word-break: break-word;
}

.bypostauthor {
  font-family: inherit;
}

.sticky {
  margin: unset;
}

.sticky.post-col .post-meta:before,
.sticky.post-classic .post-meta:before {
  content: "\f02e";
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-family: "Font Awesome 6 Free";
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}

.sticky.post-min .post-date:before,
.sticky.post-card .post-date:before {
  content: "\f02e";
  position: relative;
  margin-right: 10px;
  font-family: "Font Awesome 6 Free";
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}

.no-pt-spacing {
  margin-top: 90px;
}

.gallery-caption {
  margin: unset;
}

/*
  [6.1] Blog Post - Classic
--------------------------------- */
article.post-classic .post-title {
  margin-bottom: 30px;
  color: rgb(var(--color-secondary));
}
article.post-classic .post-title a {
  color: inherit;
  background-image: linear-gradient(rgb(var(--color-primary)), rgb(var(--color-primary)));
  background-position: 0 var(--h2-size);
  background-repeat: repeat-x;
  background-size: 0 0;
  transition: background-size 0.3s;
}
article.post-classic .post-title a:hover, article.post-classic .post-title a:focus {
  background-size: 8px 8px;
}
article.post-classic p {
  margin: 0;
  line-height: 1.7;
}

article.post-classic.has-post-thumbnail {
  position: relative;
}
article.post-classic.has-post-thumbnail .post-date {
  position: absolute;
  top: -20px;
  left: -10px;
}

@media (min-width: 768px) {
  article.post-classic .post-date {
    width: 55px;
    height: 55px;
    box-shadow: 6px 6px 0px #fff;
    font-size: 1.125rem;
  }
  article.post-classic .post-date span {
    display: block;
    margin-bottom: 4px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  article.post-classic.has-post-thumbnail .post-date {
    left: -20px;
  }
}
/*
  [6.2] Blog Post - Column
--------------------------------- */
article.post-col .post-title {
  margin: 0 0 30px 0;
  font-size: var(--h4-size);
  color: rgb(var(--color-secondary));
}
article.post-col .post-title a {
  color: inherit;
  color: inherit;
  background-image: linear-gradient(rgb(var(--color-primary)), rgb(var(--color-primary)));
  background-position: 0 var(--h4-size);
  background-repeat: repeat-x;
  background-size: 0 0;
  transition: background-size 0.3s;
}
article.post-col .post-title a:hover, article.post-col .post-title a:focus {
  background-size: 6px 6px;
}
article.post-col p {
  margin: 0;
}

article.post-col.has-post-thumbnail {
  position: relative;
}
article.post-col.has-post-thumbnail .post-date {
  position: absolute;
  top: -10px;
  left: -10px;
}

/*
  [6.3] Blog Post - Minimal
--------------------------------- */
article.post-min .post-title {
  margin: 0 0 60px 0;
  font-size: var(--h4-size);
  color: rgb(var(--color-secondary));
}
article.post-min .post-title a {
  color: inherit;
  background-image: linear-gradient(rgb(var(--color-primary)), rgb(var(--color-primary)));
  background-position: 0 var(--h4-size);
  background-repeat: repeat-x;
  background-size: 0 0;
  transition: background-size 0.3s;
}
article.post-min .post-title a:hover, article.post-min .post-title a:focus {
  background-size: 6px 6px;
}
article.post-min .post-meta {
  flex-flow: column;
  align-items: unset;
  justify-content: flex-start;
}
article.post-min .post-cat,
article.post-min .post-date {
  font-size: var(--fs-small);
}
article.post-min .post-author {
  color: rgb(var(--color-secondary));
  font-weight: var(--fw-sbold);
}
article.post-min .post-author a {
  color: inherit;
  opacity: 1;
}
article.post-min .post-author a:hover, article.post-min .post-author a:focus {
  color: inherit;
  opacity: 0.7;
}
article.post-min .post-date {
  margin-top: 3px;
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}

.elementor-element article.post-min .post-title a {
  background-size: 6px 6px;
}
.elementor-element article.post-min .post-title a:hover, .elementor-element article.post-min .post-title a:focus {
  background-size: 0 0;
}

/*
    [6.4] Blog Post - Card
--------------------------------- */
.post-card {
  position: relative;
  display: block;
  margin-bottom: 60px;
  width: 100%;
  min-height: 310px;
  box-shadow: 10px 10px 0 rgba(255, 255, 255, 0);
  background-size: cover;
  background-position: center;
  transition: all var(--tspeed);
}
.post-card > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 60px 30px 30px 30px;
  background: rgba(var(--color-lighter), 0.95);
  transition: all 0.5s;
}
.post-card > a .post-date {
  display: block;
  margin-bottom: 10px;
  font-size: var(--fs-small);
  color: rgb(var(--color-text));
  transition: all var(--tspeed);
}
.post-card > a .post-title {
  transition: all var(--tspeed);
  min-height: 130px;
  overflow: hidden;
}
.post-card > a .post-cta {
  display: block;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.post-card > a .post-cta:before {
  content: "";
  position: relative;
  top: 12px;
  display: block;
  width: 50px;
  border-bottom: 4px solid rgb(var(--color-primary));
  transform: translateX(0);
  opacity: 1;
  transition: all var(--tspeed);
}
.post-card > a .post-cta span {
  display: block;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-light));
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  transition: all var(--tspeed);
}
.post-card:hover, .post-card:focus {
  box-shadow: 10px 10px 0px rgb(var(--color-primary));
}
.post-card:hover > a, .post-card:focus > a {
  background: rgba(var(--color-dark), 0.6);
}
.post-card:hover > a .post-date, .post-card:focus > a .post-date {
  color: rgb(var(--color-light));
}
.post-card:hover > a .post-title, .post-card:focus > a .post-title {
  color: #fff;
}
.post-card:hover > a .post-cta:before, .post-card:focus > a .post-cta:before {
  transform: translateX(70px);
  opacity: 0;
}
.post-card:hover > a .post-cta span, .post-card:focus > a .post-cta span {
  color: rgb(var(--color-light));
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.post-card:hover > a .post-cta span:hover, .post-card:focus > a .post-cta span:hover {
  color: #fff;
}

/*
    [6.5] Page Title
--------------------------------- */
.page-title {
  display: flex;
  margin-bottom: 90px;
  padding: 60px 0;
  background: rgba(var(--color-secondary), 0.05);
  color: rgb(var(--color-secondary));
}
.page-title h1 {
  color: inherit;
  margin: 0;
}
.page-title .subtitle {
  display: block;
  margin-top: 10px;
  color: rgb(var(--color-text));
}

.st-subtitle {
  display: block;
  margin-bottom: 10px;
  font-size: var(--fs-base);
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-primary));
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pt-md {
  padding: 90px 0;
}

.pt-lg {
  padding: 120px 0;
}

.st-as-pt {
  margin: 90px 0;
}

.page-title.pt-has-bg-img {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.page-title.pt-has-bg-img:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(var(--color-secondary), 0.9);
}

.elementor-element .page-title {
  margin-bottom: unset;
}
.elementor-element .page-title .pt-style-2 .subtitle {
  display: block;
  margin-top: unset;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: rgb(var(--color-primary));
}
.elementor-element .page-title .adri-breadcrumbs {
  margin-top: 40px;
}
.elementor-element .pt-align-left.page-title {
  text-align: left;
}
.elementor-element .pt-align-left.page-title .adri-breadcrumbs {
  justify-content: flex-start;
}
.elementor-element .pt-align-right.page-title {
  text-align: right;
}
.elementor-element .pt-align-right.page-title .adri-breadcrumbs {
  justify-content: flex-end;
}
.elementor-element .pt-align-center.page-title {
  text-align: center;
}

@media (min-width: 992px) {
  .elementor-element .pt-align-left.page-title .adri-breadcrumbs,
  .elementor-element .pt-align-right.page-title .adri-breadcrumbs {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .elementor-element .pt-align-left.page-title .adri-breadcrumbs {
    right: 15px;
  }
  .elementor-element .pt-align-right.page-title .adri-breadcrumbs {
    left: 15px;
  }
}
/*
    [6.6] Pagination
--------------------------------- */
.page-links,
nav.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 90px;
}

.page-links,
.post-nav-links,
nav.pagination .nav-links,
nav.woocommerce-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  clear: both;
}
.page-links .page-numbers,
.page-links .post-page-numbers,
.post-nav-links .page-numbers,
.post-nav-links .post-page-numbers,
nav.pagination .nav-links .page-numbers,
nav.pagination .nav-links .post-page-numbers,
nav.woocommerce-pagination .page-numbers,
nav.woocommerce-pagination .post-page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(var(--color-primary), 1);
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  list-style: none;
}
.page-links .page-numbers:hover, .page-links .page-numbers:focus,
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers:focus,
.post-nav-links .page-numbers:hover,
.post-nav-links .page-numbers:focus,
.post-nav-links .post-page-numbers:hover,
.post-nav-links .post-page-numbers:focus,
nav.pagination .nav-links .page-numbers:hover,
nav.pagination .nav-links .page-numbers:focus,
nav.pagination .nav-links .post-page-numbers:hover,
nav.pagination .nav-links .post-page-numbers:focus,
nav.woocommerce-pagination .page-numbers:hover,
nav.woocommerce-pagination .page-numbers:focus,
nav.woocommerce-pagination .post-page-numbers:hover,
nav.woocommerce-pagination .post-page-numbers:focus {
  background: rgba(var(--color-primary), 0.3);
  border-color: rgba(var(--color-primary), 0.1);
}
.page-links .page-numbers span,
.page-links .post-page-numbers span,
.post-nav-links .page-numbers span,
.post-nav-links .post-page-numbers span,
nav.pagination .nav-links .page-numbers span,
nav.pagination .nav-links .post-page-numbers span,
nav.woocommerce-pagination .page-numbers span,
nav.woocommerce-pagination .post-page-numbers span {
  font-weight: 999;
}
.page-links .current.page-numbers,
.page-links .current.post-page-numbers,
.post-nav-links .current.page-numbers,
.post-nav-links .current.post-page-numbers,
nav.pagination .nav-links .current.page-numbers,
nav.pagination .nav-links .current.post-page-numbers,
nav.woocommerce-pagination .current.page-numbers,
nav.woocommerce-pagination .current.post-page-numbers {
  background: rgb(var(--color-primary));
}
.page-links .dots.page-numbers,
.post-nav-links .dots.page-numbers,
nav.pagination .nav-links .dots.page-numbers,
nav.woocommerce-pagination .dots.page-numbers {
  border: none;
}
.page-links .dots.page-numbers:hover,
.post-nav-links .dots.page-numbers:hover,
nav.pagination .nav-links .dots.page-numbers:hover,
nav.woocommerce-pagination .dots.page-numbers:hover {
  border: none;
  background: unset;
}

@media (min-width: 768px) {
  .page-links .page-numbers,
  .page-links .post-page-numbers,
  .post-nav-links .page-numbers,
  .post-nav-links .post-page-numbers,
  nav.pagination .nav-links .page-numbers,
  nav.pagination .nav-links .post-page-numbers,
  nav.woocommerce-pagination .page-numbers,
  nav.woocommerce-pagination .post-page-numbers {
    margin: 0 5px;
    width: 46px;
    height: 46px;
  }
}
nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0 90px 0;
  padding: 0;
}
nav.woocommerce-pagination ul {
  border: none !important;
}
nav.woocommerce-pagination ul:hover, nav.woocommerce-pagination ul:focus {
  background: unset !important;
}

/*
    [6.7] Blog - Single Page
--------------------------------- */
.post-single .page-content,
.editor-styles-wrapper .wp-block {
  line-height: 1.9;
}

.recent-posts {
  padding-bottom: 40px;
}
.recent-posts .recent-posts-title {
  margin-bottom: 60px;
}

.post-single .post-single-ft-img,
.post-single .case-single-ft-img,
.cases-single .post-single-ft-img,
.cases-single .case-single-ft-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 590px;
  overflow: hidden;
}
.post-single .post-single-ft-img img,
.post-single .case-single-ft-img img,
.cases-single .post-single-ft-img img,
.cases-single .case-single-ft-img img {
  width: 100%;
  height: auto;
}
.post-single .post-single-ft-img:after,
.post-single .case-single-ft-img:after,
.cases-single .post-single-ft-img:after,
.cases-single .case-single-ft-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(var(--color-secondary), 0.3), rgba(var(--color-secondary), 0.15));
}
.post-single .page-header,
.cases-single .page-header {
  margin-top: 90px;
}
.post-single .page-header .post-cat,
.cases-single .page-header .post-cat {
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-gray-light));
}
.post-single .page-header .post-cat a,
.cases-single .page-header .post-cat a {
  color: inherit;
}
.post-single .page-header .post-cat a:hover, .post-single .page-header .post-cat a:focus,
.cases-single .page-header .post-cat a:hover,
.cases-single .page-header .post-cat a:focus {
  color: rgb(var(--color-secondary));
}
.post-single .page-header .entry-title,
.post-single .page-header .case-single-title,
.cases-single .page-header .entry-title,
.cases-single .page-header .case-single-title {
  margin-top: 20px;
  margin-bottom: 60px;
}
.post-single .page-header .post-meta,
.cases-single .page-header .post-meta {
  display: flex;
  flex-flow: column;
  margin-top: 15px;
  margin-bottom: 90px;
}
.post-single .page-header .post-meta > div,
.cases-single .page-header .post-meta > div {
  margin-bottom: 40px;
}
.post-single .page-header .post-meta > div:last-child,
.cases-single .page-header .post-meta > div:last-child {
  margin-bottom: unset;
}
.post-single .page-header .post-meta .post-author,
.cases-single .page-header .post-meta .post-author {
  display: flex;
  align-items: center;
}
.post-single .page-header .post-meta .post-author img,
.cases-single .page-header .post-meta .post-author img {
  margin-right: 15px;
  max-width: 60px;
  border-radius: 100px;
}
.post-single .page-header .post-meta .post-author .author-content span,
.cases-single .page-header .post-meta .post-author .author-content span {
  display: block;
  color: rgb(var(--color-text));
}
.post-single .page-header .post-meta .post-author .author-content .author-name,
.cases-single .page-header .post-meta .post-author .author-content .author-name {
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
}
.post-single .page-header .post-meta .post-date span,
.cases-single .page-header .post-meta .post-date span {
  display: block;
}
.post-single .page-header .post-meta .post-comments,
.cases-single .page-header .post-meta .post-comments {
  color: rgb(var(--color-text));
}
.post-single .page-header .post-meta .post-comments a,
.cases-single .page-header .post-meta .post-comments a {
  color: rgb(var(--color-text));
}
.post-single .page-header .post-meta .post-comments p,
.cases-single .page-header .post-meta .post-comments p {
  display: block;
  margin: 0;
}
.post-single .page-header .post-meta .post-comments p .comment-nbr,
.cases-single .page-header .post-meta .post-comments p .comment-nbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: rgb(var(--color-primary));
  font-weight: var(--fw-sbold);
  font-size: 0.9rem;
  color: rgb(var(--color-secondary));
  padding: 2px;
  border-radius: 100px;
  transition: all var(--tspeed);
}
.post-single .page-header .post-meta .post-comments p:first-child,
.cases-single .page-header .post-meta .post-comments p:first-child {
  color: inherit;
}
.post-single .page-header .post-meta .post-comments p:nth-child(2),
.cases-single .page-header .post-meta .post-comments p:nth-child(2) {
  font-weight: var(--fw-sbold);
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-secondary);
  color: rgb(var(--color-secondary));
  transition: all var(--tspeed);
}
.post-single .page-header .post-meta .post-comments p:nth-child(2):before,
.cases-single .page-header .post-meta .post-comments p:nth-child(2):before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.post-single .page-header .post-meta .post-comments p:nth-child(2):hover, .post-single .page-header .post-meta .post-comments p:nth-child(2):focus,
.cases-single .page-header .post-meta .post-comments p:nth-child(2):hover,
.cases-single .page-header .post-meta .post-comments p:nth-child(2):focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.post-single .page-header .post-meta .post-comments p:nth-child(2):hover:before,
.cases-single .page-header .post-meta .post-comments p:nth-child(2):hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.post-single .post-footer,
.cases-single .post-footer {
  clear: both;
  padding-top: 60px;
}
.post-single .post-footer .tagcloud,
.cases-single .post-footer .tagcloud {
  color: rgb(var(--color-secondary));
  font-weight: var(--fw-sbold);
}
.post-single .post-footer .post-nav-links,
.cases-single .post-footer .post-nav-links {
  margin-top: 60px;
}
.post-single .post-footer .post-nav-links a:first-child,
.post-single .post-footer .post-nav-links span:first-child,
.cases-single .post-footer .post-nav-links a:first-child,
.cases-single .post-footer .post-nav-links span:first-child {
  margin-left: 10px;
}

.post-single.has-post-thumbnail .page-header {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .post-single .page-header .post-meta {
    flex-flow: row;
    align-items: center;
  }
  .post-single .page-header .post-meta > div {
    margin-bottom: unset;
    align-items: center;
  }
  .post-single .page-header .post-meta .post-date,
  .post-single .page-header .post-meta .post-comments {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .site-single-post .page-header,
  .site-single-post .page-content,
  .site-single-post .post-footer {
    position: relative;
    z-index: 20;
  }
  .col-lg-8:not(.offset-lg-2) .post-single .alignwide {
    max-width: 100% !important;
  }
  .col-lg-8:not(.offset-lg-2) .post-single .alignfull {
    max-width: 100% !important;
  }
}
.nav-trans-dark + .site-single-post .post-single .post-single-ft-img:after {
  background-image: linear-gradient(180deg, rgba(var(--color-gray-light), 0.35), rgba(var(--color-gray-light), 0.05));
}

/*
    [6.8] Author Bio (single post)
----------------------------------- */
.author-bio {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-bottom: 90px;
  padding: 40px;
  background: rgb(var(--color-lighter));
  text-align: center;
}
.author-bio img {
  border-radius: 100px;
  margin: auto;
  max-width: 70px;
  height: auto;
  align-self: flex-start;
}
.author-bio .bio-nickname {
  display: block;
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: var(--fs-small);
  color: rgb(var(--color-gray));
  opacity: 0.7;
}
.author-bio .bio-name {
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
}
.author-bio .bio-description {
  margin-top: 30px;
  color: rgb(var(--color-gray));
}
.author-bio .bio-description .social-icons {
  margin-top: 30px;
  justify-content: center;
}

@media (min-width: 768px) {
  .author-bio {
    flex-flow: row;
    justify-content: flex-start;
    text-align: unset;
  }
  .author-bio img {
    margin: unset;
    margin-right: 30px;
  }
  .author-bio .bio-description .social-icons {
    justify-content: flex-start;
  }
}
/*
    [6.9] Blog Single - Comments
--------------------------------- */
.blog-post-comments {
  background: rgb(var(--color-lighter));
}

.comments-area {
  padding-top: 90px;
  clear: both;
}
.comments-area .comments-title {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  font-size: var(--h2-size);
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
}
.comments-area .comments-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  font-size: var(--h5-size);
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list li.comment .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area .comment-list li.comment .comment-body {
  position: relative;
  margin-bottom: 90px;
}
.comments-area .comment-list li.comment .comment-author {
  display: flex;
}
.comments-area .comment-list li.comment .comment-author .avatar {
  display: inline-block;
  border-radius: 100px;
  margin-right: 30px;
}
.comments-area .comment-list li.comment .comment-author .fn {
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
}
.comments-area .comment-list li.comment .comment-author .fn a {
  color: inherit;
}
.comments-area .comment-list li.comment .comment-author .fn a:hover, .comments-area .comment-list li.comment .comment-author .fn a:focus {
  opacity: 0.7;
}
.comments-area .comment-list li.comment .comment-author .says {
  display: none;
}
.comments-area .comment-list li.comment .comment-metadata {
  position: relative;
  margin-top: -45px;
  margin-left: 100px;
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
  z-index: 1;
}
.comments-area .comment-list li.comment .comment-metadata a {
  color: inherit;
}
.comments-area .comment-list li.comment .comment-metadata .edit-link {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.comments-area .comment-list li.comment .comment-metadata .edit-link a:hover, .comments-area .comment-list li.comment .comment-metadata .edit-link a:focus {
  color: rgba(var(--color-secondary), 1);
}
.comments-area .comment-list li.comment .comment-awaiting-moderation {
  display: block;
  margin: 5px 0 0 100px;
  color: rgb(var(--color-primary));
}
.comments-area .comment-list li.comment .comment-content {
  margin-top: 25px;
  margin-left: 100px;
}
.comments-area .comment-list li.comment .comment-content a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --color: var(--color-link);
  --fh_color: var(--color);
  border-bottom: 1px solid rgba(var(--fh_color), 0.7);
  color: rgb(var(--fh_color));
  text-decoration: none;
  --color: var(--color-primary);
}
.comments-area .comment-list li.comment .comment-content a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.comments-area .comment-list li.comment .comment-content a:hover, .comments-area .comment-list li.comment .comment-content a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.comments-area .comment-list li.comment .comment-content a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.comments-area .comment-list li.comment .reply {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  left: 100px;
}
.comments-area .comment-list li.comment .reply a {
  display: block;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  transform: translateX(0) translateY(0);
  transition: all var(--tspeed);
}
.comments-area .comment-list li.comment .reply a:hover, .comments-area .comment-list li.comment .reply a:focus {
  color: rgb(var(--color-primary));
}
.comments-area .comment-list li.comment.bypostauthor .comment-author {
  position: relative;
}
.comments-area .comment-list li.comment.bypostauthor .comment-author:after {
  content: "\f521";
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 53px;
  left: 0px;
  height: 24px;
  width: 24px;
  font-family: "Font Awesome 6 Free";
  font-size: 0.7rem;
  background: rgb(var(--color-primary));
  border-radius: 100px;
  color: rgb(var(--color-secondary));
}
.comments-area .trackback,
.comments-area .pingback {
  margin-bottom: 30px;
}
.comments-area .trackback a:hover, .comments-area .trackback a:focus,
.comments-area .pingback a:hover,
.comments-area .pingback a:focus {
  color: rgb(var(--color-link));
}

@media (min-width: 768px) {
  .comments-area .comment-list li.comment .children {
    margin: 0 0 0 70px;
  }
  .comments-area .comment-list li.comment .reply {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    display: inline-flex;
    margin-top: unset;
    margin-left: 100px;
  }
}
.comment-respond {
  margin-bottom: 90px;
}
.comment-respond .comment-reply-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--h4-size);
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
  float: right;
  font-size: var(--fs-small);
  font-weight: var(--fw-light);
  color: rgb(var(--color-gray-light));
  transition: all var(--tspeed);
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:hover, .comment-respond .comment-reply-title #cancel-comment-reply-link:focus {
  color: rgb(var(--color-secondary));
  text-decoration: none;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-link);
  color: inherit;
}
.comment-respond .comment-notes a:before,
.comment-respond .logged-in-as a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.comment-respond .comment-notes a:hover, .comment-respond .comment-notes a:focus,
.comment-respond .logged-in-as a:hover,
.comment-respond .logged-in-as a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.comment-respond .comment-notes a:hover:before,
.comment-respond .logged-in-as a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}

@media (min-width: 768px) {
  .comment-respond .form-submit {
    padding-right: 60px;
  }
  .comment-respond .form-submit [type=submit] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.page .comments-area {
  margin-top: 90px;
}

/*
    [6.10] 404 Not Found - Page
--------------------------------- */
.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgb(var(--color-secondary));
}
.page-404 .content-wrapper {
  text-align: center;
}
.page-404 .content-wrapper h1 {
  display: flex;
  flex-flow: column;
  color: rgb(var(--color-primary));
  font-size: 4rem;
}
.page-404 .content-wrapper h1 span {
  font-size: var(--h3-size);
}
.page-404 .content-wrapper p {
  margin-top: 25px;
  color: rgb(var(--color-gray-light));
  opacity: 0.8;
  line-height: 2;
}
.page-404 .content-wrapper p a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-link);
  color: rgb(var(--color-primary));
}
.page-404 .content-wrapper p a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.page-404 .content-wrapper p a:hover, .page-404 .content-wrapper p a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.page-404 .content-wrapper p a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}

/*
    [6.10] Post Navigation (Prev/Next)
---------------------------------------- */
.post-nav {
  display: none;
}

@media (min-width: 1200px) {
  .post-nav {
    position: fixed;
    top: 50%;
    left: 0;
    display: flex;
    width: 100%;
    visibility: hidden;
  }
  .post-nav .post-nav-prev,
  .post-nav .post-nav-next {
    position: relative;
    display: flex;
    align-items: center;
    width: 250px;
    overflow: hidden;
  }
  .post-nav .post-nav-prev .post-nav-control,
  .post-nav .post-nav-next .post-nav-control {
    position: absolute;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: rgb(var(--color-secondary));
    font-weight: var(--fw-sbold);
    writing-mode: vertical-rl;
    cursor: pointer;
    transition: all var(--tspeed);
  }
  .post-nav .post-nav-prev .post-nav-control:hover + .post-nav-thumb,
  .post-nav .post-nav-next .post-nav-control:hover + .post-nav-thumb {
    visibility: visible;
    transform: translateX(0);
  }
  .post-nav .post-nav-prev .post-nav-thumb,
  .post-nav .post-nav-next .post-nav-thumb {
    position: relative;
    display: block;
    padding: 20px;
    width: 270px;
    height: 160px;
    border: 1px solid rgb(var(--color-lighter));
    background: #fff;
    visibility: hidden;
    transition: all var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
  }
  .post-nav .post-nav-prev .post-nav-thumb:hover,
  .post-nav .post-nav-next .post-nav-thumb:hover {
    visibility: visible;
    transform: translateX(0);
  }
  .post-nav .post-nav-prev a,
  .post-nav .post-nav-next a {
    position: relative;
    display: block;
  }
  .post-nav .post-nav-prev .post-nav-label,
  .post-nav .post-nav-next .post-nav-label {
    position: absolute;
    display: block;
    padding-bottom: 5px;
    top: 46px;
    display: flex;
    justify-content: center;
    width: 160px;
    background: rgb(var(--color-lighter));
    font-weight: var(--fw-sbold);
    font-size: var(--fs-small);
    color: rgb(var(--color-secondary));
    transform: rotate(-90deg);
  }
  .post-nav .post-nav-prev h6,
  .post-nav .post-nav-next h6 {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    max-height: 70px;
    overflow: hidden;
  }
  .post-nav .post-nav-prev i,
  .post-nav .post-nav-next i {
    display: block;
    margin-top: 26px;
    padding: 0;
    font-size: 30px;
    color: rgb(var(--color-secondary));
  }
  .post-nav .post-nav-prev {
    margin-right: auto;
  }
  .post-nav .post-nav-prev .post-nav-thumb {
    transform: translateX(-100%);
  }
  .post-nav .post-nav-prev .post-nav-thumb h6 {
    padding-left: 20px;
  }
  .post-nav .post-nav-prev .post-nav-thumb .post-nav-label {
    left: -90px;
  }
  .post-nav .post-nav-prev .post-nav-thumb i {
    margin-left: 20px;
  }
  .post-nav .post-nav-prev .post-nav-control {
    transform: translateX(-100%);
    left: 0;
  }
  .post-nav .post-nav-next {
    margin-left: auto;
  }
  .post-nav .post-nav-next .post-nav-thumb {
    transform: translateX(100%);
  }
  .post-nav .post-nav-next .post-nav-thumb h6 {
    padding-right: 20px;
  }
  .post-nav .post-nav-next .post-nav-thumb .post-nav-label {
    right: -90px;
  }
  .post-nav .post-nav-next .post-nav-control {
    transform: translateX(100%);
    right: 0;
  }
  .active.post-nav {
    visibility: visible;
  }
  .active.post-nav .post-nav-next .post-nav-control,
  .active.post-nav .post-nav-prev .post-nav-control {
    transform: translateX(0);
  }
}
/*
    [6.12] Sidebar
--------------------------------- */
.col-lg-3 aside.widgets {
  position: sticky;
  top: 90px;
  padding-bottom: 90px;
}

/*
    [6.13] Breadcrumbs
--------------------------------- */
.adri-breadcrumbs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.adri-breadcrumbs ul {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 12px 16px;
  background: rgba(var(--color-dark), 0.05);
}
.adri-breadcrumbs ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: var(--fs-small);
  font-weight: var(--fw-reg);
  text-transform: lowercase;
  color: rgb(var(--color-dark));
}
.adri-breadcrumbs ul li:last-child {
  margin-right: 0;
}
.adri-breadcrumbs ul li a,
.adri-breadcrumbs ul li strong {
  color: inherit;
  font-weight: var(--fw-reg);
}
.adri-breadcrumbs ul li a {
  opacity: 0.3;
}
.adri-breadcrumbs ul li a:hover, .adri-breadcrumbs ul li a:focus {
  opacity: 1;
}
.adri-breadcrumbs ul li strong {
  opacity: 0.6;
}
.adri-breadcrumbs ul .separator {
  opacity: 0.3;
}

.breadcrumbs-style-naked.adri-breadcrumbs ul {
  padding: 0;
  background: none;
}

/*
    [7.0] Widgets (Sidebar)
--------------------------------- */
.widget {
  margin-bottom: 90px;
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}
.widget strong {
  color: rgb(var(--color-gray));
}
.widget .widget-title {
  display: block;
  margin-bottom: 30px;
  font-size: var(--h3-size);
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
}
.widget .widget-title a {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  transition: all var(--tspeed);
}
.widget .widget-title a:hover, .widget .widget-title a:focus {
  text-decoration: none;
  opacity: 0.7;
}

.col-lg-3 .widget .widget-title {
  font-size: var(--h4-size);
}

.widget_block {
  margin-bottom: 30px;
}
.widget_block .wp-block-group {
  padding: unset;
}
.widget_block .wp-block-group h1, .widget_block .wp-block-group h2, .widget_block .wp-block-group h3, .widget_block .wp-block-group h4 {
  margin-bottom: 30px;
}
.widget_block .wp-block-group h5, .widget_block .wp-block-group h6 {
  margin-bottom: 20px;
}

/*
    [7.1] Widget - Archive
--------------------------------- */
.widget_archive ul, .widget_meta ul,
ul.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_archive ul > li, .widget_meta ul > li,
ul.wp-block-archives > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  transition: opacity var(--tspeed);
}
.widget_archive ul > li:last-child, .widget_meta ul > li:last-child,
ul.wp-block-archives > li:last-child {
  margin-bottom: unset;
}
.widget_archive ul > li a, .widget_meta ul > li a,
ul.wp-block-archives > li a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-link);
  text-decoration: none;
}
.widget_archive ul > li a:before, .widget_meta ul > li a:before,
ul.wp-block-archives > li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.widget_archive ul > li a:hover, .widget_meta ul > li a:hover, .widget_archive ul > li a:focus, .widget_meta ul > li a:focus,
ul.wp-block-archives > li a:hover,
ul.wp-block-archives > li a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.widget_archive ul > li a:hover:before, .widget_meta ul > li a:hover:before,
ul.wp-block-archives > li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget_archive ul select, .widget_meta ul select,
ul.wp-block-archives select {
  display: block;
  width: 100%;
}

/*
    [7.2] Widget - Calendar
--------------------------------- */
.widget_calendar table,
.wp-block-calendar table {
  width: 100%;
}
.widget_calendar table caption,
.wp-block-calendar table caption {
  font-style: italic;
}
.widget_calendar table tr th,
.widget_calendar table tr td,
.wp-block-calendar table tr th,
.wp-block-calendar table tr td {
  padding: 5px;
}
.widget_calendar table thead,
.wp-block-calendar table thead {
  color: rgb(var(--color-secondary));
}
.widget_calendar table thead tr th,
.wp-block-calendar table thead tr th {
  font-weight: var(--fw-sbold);
  text-align: center !important;
}
.widget_calendar table tbody tr,
.wp-block-calendar table tbody tr {
  text-align: center;
}
.widget_calendar table tbody a,
.wp-block-calendar table tbody a {
  display: block;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  background: rgba(var(--color-primary), 0);
  transition: all var(--tspeed);
}
.widget_calendar table tbody a:hover, .widget_calendar table tbody a:focus,
.wp-block-calendar table tbody a:hover,
.wp-block-calendar table tbody a:focus {
  text-decoration: none;
  background: rgba(var(--color-primary), 1);
}
.widget_calendar nav,
.wp-block-calendar nav {
  display: flex;
  justify-content: space-between;
}
.widget_calendar nav a,
.wp-block-calendar nav a {
  color: inherit;
  transition: color var(--tspeed);
}
.widget_calendar nav a:hover, .widget_calendar nav a:focus,
.wp-block-calendar nav a:hover,
.wp-block-calendar nav a:focus {
  text-decoration: none;
  color: rgb(var(--color-secondary));
}

.wp-block-calendar table,
.editor-styles-wrapper .wp-block-calendar table {
  width: 100%;
}
.wp-block-calendar table td a,
.editor-styles-wrapper .wp-block-calendar table td a {
  display: block !important;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary)) !important;
  border: none !important;
}
.wp-block-calendar table td a:before,
.editor-styles-wrapper .wp-block-calendar table td a:before {
  content: none !important;
}
.wp-block-calendar nav.wp-calendar-nav a,
.editor-styles-wrapper .wp-block-calendar nav.wp-calendar-nav a {
  font-style: italic;
  color: rgb(var(--color-text)) !important;
  border: none !important;
}
.wp-block-calendar nav.wp-calendar-nav a:before,
.editor-styles-wrapper .wp-block-calendar nav.wp-calendar-nav a:before {
  content: none !important;
}
.wp-block-calendar nav.wp-calendar-nav a:hover, .wp-block-calendar nav.wp-calendar-nav a:focus,
.editor-styles-wrapper .wp-block-calendar nav.wp-calendar-nav a:hover,
.editor-styles-wrapper .wp-block-calendar nav.wp-calendar-nav a:focus {
  color: rgb(var(--color-secondary)) !important;
}

/*
    [7.3] Widget - Categories
--------------------------------- */
.widget_categories > ul, .widget_pages > ul,
ul.wp-block-categories-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: initial !important;
}
.widget_categories > ul > .cat-item, .widget_pages > ul > .cat-item,
ul.wp-block-categories-list > .cat-item {
  position: relative;
  padding-bottom: 10px;
  color: rgb(var(--color-gray-light));
  font-size: var(--fs-small);
  transform: translateX(0);
  transition: all var(--tspeed);
}
.widget_categories > ul > .cat-item:before, .widget_pages > ul > .cat-item:before,
ul.wp-block-categories-list > .cat-item:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 20px;
  border-bottom: 2px solid rgb(var(--color-dark));
  opacity: 0;
  visibility: hidden;
  transform: translateX(-60px);
  transition: all var(--tspeed);
}
.widget_categories > ul > .cat-item:hover, .widget_pages > ul > .cat-item:hover, .widget_categories > ul > .cat-item:focus, .widget_pages > ul > .cat-item:focus,
ul.wp-block-categories-list > .cat-item:hover,
ul.wp-block-categories-list > .cat-item:focus {
  color: rgb(var(--color-primary));
  transform: translateX(30px);
}
.widget_categories > ul > .cat-item:hover:before, .widget_pages > ul > .cat-item:hover:before, .widget_categories > ul > .cat-item:focus:before, .widget_pages > ul > .cat-item:focus:before,
ul.wp-block-categories-list > .cat-item:hover:before,
ul.wp-block-categories-list > .cat-item:focus:before {
  transform: translateX(-30px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.25s;
}
.widget_categories > ul > .cat-item:hover > a, .widget_pages > ul > .cat-item:hover > a, .widget_categories > ul > .cat-item:focus > a, .widget_pages > ul > .cat-item:focus > a,
ul.wp-block-categories-list > .cat-item:hover > a,
ul.wp-block-categories-list > .cat-item:focus > a {
  color: rgb(var(--color-dark));
}
.widget_categories > ul > .cat-item:hover .children, .widget_pages > ul > .cat-item:hover .children, .widget_categories > ul > .cat-item:focus .children, .widget_pages > ul > .cat-item:focus .children,
ul.wp-block-categories-list > .cat-item:hover .children,
ul.wp-block-categories-list > .cat-item:focus .children {
  transform: translateX(-30px);
}
.widget_categories > ul > .cat-item:hover .children .children, .widget_pages > ul > .cat-item:hover .children .children, .widget_categories > ul > .cat-item:focus .children .children, .widget_pages > ul > .cat-item:focus .children .children,
ul.wp-block-categories-list > .cat-item:hover .children .children,
ul.wp-block-categories-list > .cat-item:focus .children .children {
  transform: translateX(0);
}
.widget_categories > ul > .cat-item > a, .widget_pages > ul > .cat-item > a,
ul.wp-block-categories-list > .cat-item > a {
  margin-right: 5px;
  color: inherit;
  font-weight: var(--fw-sbold);
  font-size: var(--fs-base);
  text-decoration: none;
}
.widget_categories > ul > .cat-item > a:hover, .widget_pages > ul > .cat-item > a:hover, .widget_categories > ul > .cat-item > a:focus, .widget_pages > ul > .cat-item > a:focus,
ul.wp-block-categories-list > .cat-item > a:hover,
ul.wp-block-categories-list > .cat-item > a:focus {
  color: rgb(var(--color-dark));
}
.widget_categories > ul .children, .widget_pages > ul .children,
.widget_categories > ul .wp-block-categories__list,
.widget_pages > ul .wp-block-categories__list,
ul.wp-block-categories-list .children,
ul.wp-block-categories-list .wp-block-categories__list {
  list-style: none;
  margin: 10px 0 0 10px;
  padding: 0;
  font-size: var(--fs-small);
  transform: translateX(0);
  transition: all var(--tspeed);
}
.widget_categories > ul .children li, .widget_pages > ul .children li,
.widget_categories > ul .wp-block-categories__list li,
.widget_pages > ul .wp-block-categories__list li,
ul.wp-block-categories-list .children li,
ul.wp-block-categories-list .wp-block-categories__list li {
  margin-bottom: 10px;
  color: rgb(var(--color-gray-light));
  transition: all var(--tspeed);
}
.widget_categories > ul .children li:last-child, .widget_pages > ul .children li:last-child,
.widget_categories > ul .wp-block-categories__list li:last-child,
.widget_pages > ul .wp-block-categories__list li:last-child,
ul.wp-block-categories-list .children li:last-child,
ul.wp-block-categories-list .wp-block-categories__list li:last-child {
  margin-bottom: unset;
}
.widget_categories > ul .children li a, .widget_pages > ul .children li a,
.widget_categories > ul .wp-block-categories__list li a,
.widget_pages > ul .wp-block-categories__list li a,
ul.wp-block-categories-list .children li a,
ul.wp-block-categories-list .wp-block-categories__list li a {
  color: inherit;
  font-weight: var(--fw-reg);
}
.widget_categories > ul .children li:hover, .widget_pages > ul .children li:hover, .widget_categories > ul .children li:focus, .widget_pages > ul .children li:focus,
.widget_categories > ul .wp-block-categories__list li:hover,
.widget_pages > ul .wp-block-categories__list li:hover,
.widget_categories > ul .wp-block-categories__list li:focus,
.widget_pages > ul .wp-block-categories__list li:focus,
ul.wp-block-categories-list .children li:hover,
ul.wp-block-categories-list .children li:focus,
ul.wp-block-categories-list .wp-block-categories__list li:hover,
ul.wp-block-categories-list .wp-block-categories__list li:focus {
  color: rgb(var(--color-primary));
}
.widget_categories > ul .children li:hover > a, .widget_pages > ul .children li:hover > a, .widget_categories > ul .children li:focus > a, .widget_pages > ul .children li:focus > a,
.widget_categories > ul .wp-block-categories__list li:hover > a,
.widget_pages > ul .wp-block-categories__list li:hover > a,
.widget_categories > ul .wp-block-categories__list li:focus > a,
.widget_pages > ul .wp-block-categories__list li:focus > a,
ul.wp-block-categories-list .children li:hover > a,
ul.wp-block-categories-list .children li:focus > a,
ul.wp-block-categories-list .wp-block-categories__list li:hover > a,
ul.wp-block-categories-list .wp-block-categories__list li:focus > a {
  color: rgb(var(--color-dark));
}

ul.wp-block-categories-list.aligncenter,
[data-align=center] .wp-block-categories ul.wp-block-categories__list {
  display: flex;
  flex-flow: column;
  align-items: center;
}

ul.wp-block-categories-list.alignright,
[data-align=right] .wp-block-categories ul.wp-block-categories__list {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

/*
    [7.4] Widget - Gallery
--------------------------------- */
.widget_media_gallery .gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.widget_media_gallery .gallery .gallery-item {
  margin-top: unset;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 0;
  max-width: 80px;
  max-height: 80px;
}
.widget_media_gallery .gallery .gallery-item img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all var(--tspeed);
}
.widget_media_gallery .gallery .gallery-item img:hover {
  opacity: 0.7;
}
.widget_media_gallery .gallery .gallery-item figcaption {
  display: none;
}

/*
    [7.5] Widget - Meta
--------------------------------- */
/*
    [7.6] Widget - Nav
--------------------------------- */
.widget_nav_menu ul,
.widget_pages ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu ul li,
.widget_pages ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-gray-light));
}
.widget_nav_menu ul li a,
.widget_pages ul li a {
  position: relative;
  display: block;
  color: inherit;
  transform: translateX(0);
}
.widget_nav_menu ul li a:before,
.widget_pages ul li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 20px;
  border-bottom: 2px solid rgb(var(--color-dark));
  opacity: 0;
  visibility: hidden;
  transform: translateX(-60px);
  transition: all var(--tspeed);
}
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li a:focus,
.widget_pages ul li a:hover,
.widget_pages ul li a:focus {
  color: rgb(var(--color-dark));
  transform: translateX(20px);
}
.widget_nav_menu ul li a:hover:before, .widget_nav_menu ul li a:focus:before,
.widget_pages ul li a:hover:before,
.widget_pages ul li a:focus:before {
  transform: translateX(-30px);
  opacity: 1;
  visibility: visible;
  transition-delay: 0.25s;
}
.widget_nav_menu ul li.btn, .widget_nav_menu ul .wp-block-file li.wp-block-file__button, .wp-block-file .widget_nav_menu ul li.wp-block-file__button,
.widget_pages ul li.btn,
.widget_pages ul .wp-block-file li.wp-block-file__button,
.wp-block-file .widget_pages ul li.wp-block-file__button {
  margin: 0;
  padding: 0;
  height: unset;
  background: none;
  color: rgb(var(--color-gray-light));
}
.widget_nav_menu ul li.btn a, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a,
.widget_pages ul li.btn a,
.widget_pages ul .wp-block-file li.wp-block-file__button a,
.wp-block-file .widget_pages ul li.wp-block-file__button a {
  color: inherit;
  background: none;
}
.widget_nav_menu ul li.btn a:before, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a:before, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a:before, .widget_nav_menu ul li.btn a:after, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a:after, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a:after,
.widget_pages ul li.btn a:before,
.widget_pages ul .wp-block-file li.wp-block-file__button a:before,
.wp-block-file .widget_pages ul li.wp-block-file__button a:before,
.widget_pages ul li.btn a:after,
.widget_pages ul .wp-block-file li.wp-block-file__button a:after,
.wp-block-file .widget_pages ul li.wp-block-file__button a:after {
  content: none;
}
.widget_nav_menu ul li.btn a:hover, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a:hover, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a:hover, .widget_nav_menu ul li.btn a:focus, .widget_nav_menu ul .wp-block-file li.wp-block-file__button a:focus, .wp-block-file .widget_nav_menu ul li.wp-block-file__button a:focus,
.widget_pages ul li.btn a:hover,
.widget_pages ul .wp-block-file li.wp-block-file__button a:hover,
.wp-block-file .widget_pages ul li.wp-block-file__button a:hover,
.widget_pages ul li.btn a:focus,
.widget_pages ul .wp-block-file li.wp-block-file__button a:focus,
.wp-block-file .widget_pages ul li.wp-block-file__button a:focus {
  transform: translateX(20px);
  color: rgb(var(--color-dark));
}
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_pages .sub-menu,
.widget_pages .children {
  margin-top: 10px;
  padding-left: 20px;
  width: 100%;
}
.widget_nav_menu .sub-menu li,
.widget_nav_menu .children li,
.widget_pages .sub-menu li,
.widget_pages .children li {
  margin-bottom: 5px;
  font-size: var(--fs-small);
  font-weight: var(--fw-reg);
  color: rgb(var(--color-gray-light));
}
.widget_nav_menu .sub-menu li a:before,
.widget_nav_menu .children li a:before,
.widget_pages .sub-menu li a:before,
.widget_pages .children li a:before {
  border-bottom: 1px solid rgb(var(--color-dark));
  width: 10px;
}
.widget_nav_menu .sub-menu li a:hover:before, .widget_nav_menu .sub-menu li a:focus:before,
.widget_nav_menu .children li a:hover:before,
.widget_nav_menu .children li a:focus:before,
.widget_pages .sub-menu li a:hover:before,
.widget_pages .sub-menu li a:focus:before,
.widget_pages .children li a:hover:before,
.widget_pages .children li a:focus:before {
  transform: translateX(-20px);
}

/*
    [7.7] Widget - Pages
--------------------------------- */
/*
    [7.8] Widget - Recent Comments
--------------------------------- */
.widget_recent_comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_comments ul li {
  margin-bottom: 10px;
}
.widget_recent_comments ul li:last-child {
  margin-bottom: unset;
}
.widget_recent_comments ul li .comment-author-link {
  display: inline-flex;
  align-items: center;
}
.widget_recent_comments ul li .comment-author-link a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-link);
  font-style: italic;
  padding-right: 3px;
}
.widget_recent_comments ul li .comment-author-link a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.widget_recent_comments ul li .comment-author-link a:hover, .widget_recent_comments ul li .comment-author-link a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.widget_recent_comments ul li .comment-author-link a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget_recent_comments ul li > a {
  display: block;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  transition: all var(--tspeed);
}
.widget_recent_comments ul li > a:hover, .widget_recent_comments ul li > a:focus {
  text-decoration: none;
  opacity: 0.7;
}

.wp-block-latest-comments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-link);
  font-style: italic;
  padding-right: 3px;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author:hover, .wp-block-latest-comments li .wp-block-latest-comments__comment-author:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-author:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-link {
  color: rgb(var(--color-secondary));
  font-weight: var(--fw-sbold);
}
.wp-block-latest-comments li .wp-block-latest-comments__comment-link:hover, .wp-block-latest-comments li .wp-block-latest-comments__comment-link:focus {
  opacity: 0.7;
}

/*
    [7.9] Widget - Recent Entries
--------------------------------- */
.widget_recent_entries ul,
.wp-block-latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_recent_entries ul li,
.wp-block-latest-posts li {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 30px;
}
.widget_recent_entries ul li:last-child,
.wp-block-latest-posts li:last-child {
  margin-bottom: unset;
}
.widget_recent_entries ul li a,
.wp-block-latest-posts li a {
  display: block;
  font-size: var(--h6-size);
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  transition: all var(--tspeed);
}
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus,
.wp-block-latest-posts li a:hover,
.wp-block-latest-posts li a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.widget_recent_entries ul li .post-date,
.wp-block-latest-posts li .post-date {
  display: block;
  margin-bottom: 5px;
}

.wp-block-latest-posts li a {
  color: rgb(var(--color-secondary)) !important;
  border-bottom: none !important;
}
.wp-block-latest-posts li a:before {
  content: none !important;
}

/*
    [7.11] Widget - Search
--------------------------------- */
.widget_search form button {
  position: absolute;
  top: 15px;
  right: 10px;
  background: none;
  border: none;
  transition: all var(--tspeed);
}
.widget_search form button:hover, .widget_search form button:focus {
  color: rgb(var(--color-primary));
}
.widget_search form .is-focused button {
  top: 0;
  right: 18px;
}

form.wp-block-search,
.widget_search.widget_block {
  position: relative;
}
form.wp-block-search label,
.widget_search.widget_block label {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
form.wp-block-search label:before,
.widget_search.widget_block label:before {
  content: "\f002";
  position: absolute;
  top: 13px;
  right: 15px;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  color: rgb(var(--color-secondary));
  transition: all var(--tspeed);
  z-index: 1;
}
form.wp-block-search label input,
.widget_search.widget_block label input {
  margin-bottom: 0;
}
form.wp-block-search input[type=search],
.widget_search.widget_block input[type=search] {
  max-width: 100%;
}
form.wp-block-search input[type=submit],
form.wp-block-search button,
.widget_search.widget_block input[type=submit],
.widget_search.widget_block button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 15px;
  width: 50px;
  height: 50px;
  font-size: 0;
  border: none;
  background: none;
  z-index: 10;
}

form.wp-block-search label,
.widget_search.widget_block label {
  font-size: 2px;
  color: rgba(0, 0, 0, 0);
}
form.wp-block-search input[type=search],
.widget_search.widget_block input[type=search] {
  font-size: 1rem;
}
form.wp-block-search .wp-block-search__inside-wrapper,
.widget_search.widget_block .wp-block-search__inside-wrapper {
  position: relative;
}
form.wp-block-search label.wp-block-search__label:before,
.widget_search.widget_block label.wp-block-search__label:before {
  top: 19px;
}

.widget .wp-block-group form.wp-block-search label {
  position: absolute;
  z-index: 11;
}
.widget .wp-block-group form.wp-block-search label:before {
  top: 13px;
}
.widget .wp-block-group form.wp-block-search button {
  background: #fff;
  border: none;
  transform: scale(0.8);
}

/*
    [7.10] Widget - RSS
--------------------------------- */
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_rss ul li {
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
}
.widget_rss ul li a {
  order: 1;
  display: block;
  font-size: var(--h6-size);
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  opacity: 1;
  transition: all var(--tspeed);
}
.widget_rss ul li a:hover, .widget_rss ul li a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.widget_rss ul li .rss-date {
  order: 0;
  margin-bottom: 5px;
}
.widget_rss ul li .rssSummary {
  margin-top: 5px;
  order: 1;
}
.widget_rss ul li cite {
  order: 1;
  margin-top: 5px;
  font-style: italic;
  color: rgb(var(--color-gray));
}

.wp-block-rss {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-rss .wp-block-rss__item {
  margin-bottom: 15px;
}
.wp-block-rss .wp-block-rss__item:last-child {
  margin-bottom: unset;
}
.wp-block-rss .wp-block-rss__item-title a {
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary)) !important;
  border: none !important;
}
.wp-block-rss .wp-block-rss__item-title a:before {
  content: none !important;
}
.wp-block-rss .wp-block-rss__item-title a:hover, .wp-block-rss .wp-block-rss__item-title a:focus {
  opacity: 0.7;
}

/*
    [7.12] Widget - Tag Cloud
--------------------------------- */
.tagcloud a,
.wp-block-tag-cloud a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  padding: 6px 10px;
  background: rgb(var(--color-lighter));
  color: rgb(var(--color-text));
  font-size: var(--fs-small) !important;
  font-style: italic;
  font-weight: var(--fw-reg);
  transition: all var(--tspeed);
}
.tagcloud a:hover, .tagcloud a:focus,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}

/*
    [7.13] Widget - Text
--------------------------------- */
.widget_text {
  overflow: hidden;
}
.widget_text img {
  width: 100%;
  height: auto;
}
.widget_text input,
.widget_text textarea,
.widget_text select {
  display: block;
  max-width: 100%;
}
.widget_text p {
  padding-bottom: 10px;
}
.widget_text p > a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-primary);
}
.widget_text p > a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.widget_text p > a:hover, .widget_text p > a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.widget_text p > a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget_text li > a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-primary);
}
.widget_text li > a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.widget_text li > a:hover, .widget_text li > a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.widget_text li > a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_text .social-icons {
  margin-top: 30px;
}

.mega-menu-item .widget_text .textwidget {
  margin-top: 15px;
  color: rgb(var(--color-light));
}

/*
    [7.14] Widgets - Input Select
--------------------------------- */
.widget_archive form, .widget_meta form,
.widget_categories form,
.widget_pages form {
  position: relative;
}
.widget_archive form:before, .widget_meta form:before,
.widget_categories form:before,
.widget_pages form:before {
  content: "\f0dd";
  position: absolute;
  top: 12px;
  right: 15px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-bottom: 2px;
  border-left: 1px solid rgba(var(--color-text), 0.6);
  font-family: "Font Awesome 6 Free";
  font-size: inherit;
  transition: all var(--tspeed);
}
.widget_archive form:hover:before, .widget_meta form:hover:before,
.widget_categories form:hover:before,
.widget_pages form:hover:before {
  color: rgb(var(--color-secondary));
  border-color: rgba(var(--color-text), 1);
}
.widget_archive select, .widget_meta select,
.widget_categories select,
.widget_pages select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
    [7.15] Widget - Twitter Feed
--------------------------------- */
#ctf .ctf-item {
  position: relative;
  display: flex;
  margin: 0 0 15px 0;
  padding: 0;
  border-top: none;
  border-bottom: none !important;
}
#ctf .ctf-item:before {
  content: "";
  position: relative;
  display: inline-block;
  border-left: 2px solid rgb(var(--color-secondary));
  height: 55px;
}
#ctf .ctf-item .ctf-tweet-content {
  display: flex;
  padding-top: 30px;
  padding-left: 15px;
}
#ctf .ctf-item .ctf-tweet-content p {
  transition: all var(--tspeed);
}
#ctf .ctf-item .ctf-tweet-content:hover p {
  color: rgba(var(--color-secondary), 1);
}
#ctf .ctf-item .ctf-tweet-content:before {
  content: "\e61b";
  position: absolute;
  top: -2px;
  left: 15px;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-size: 1.05rem;
  color: rgb(var(--color-secondary));
  z-index: 2;
}

/*
    [7.16] Shortcode - Widget Text (Accordion)
----------------------------------------------- */
.widget-accordion {
  overflow: visible;
}
.widget-accordion > p {
  display: none;
}
.widget-accordion > br {
  display: none;
}
.widget-accordion .w-acc-item {
  position: relative;
}
.widget-accordion .w-acc-item [type=radio] {
  display: none;
}
.widget-accordion .w-acc-item label {
  margin-bottom: 0;
  cursor: pointer;
}
.widget-accordion .w-acc-item label h6 {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0 !important;
  padding: 0;
  font-size: var(--h6-size);
  font-weight: var(--fw-sbold);
  transition: all var(--tspeed);
  overflow: visible;
  transition: all var(--tspeed);
}
.widget-accordion .w-acc-item label h6:hover, .widget-accordion .w-acc-item label h6:focus {
  transform: translateX(10px);
}
.widget-accordion .w-acc-item label h6:before {
  content: "";
  position: absolute;
  left: -28px;
  display: inline-block;
  width: 20px;
  border-bottom: 2px solid rgb(var(--color-secondary));
  transform: translateX(-10px);
  opacity: 0;
  transition: all var(--tspeed);
}
.widget-accordion .w-acc-item .w-acc-content {
  position: absolute;
  opacity: 0;
  transform: translateX(-15px);
  margin-bottom: 20px;
}
.widget-accordion .w-acc-item .w-acc-content > br:first-child {
  display: none;
}
.widget-accordion .w-acc-item .w-acc-content > br:last-child {
  display: none;
}
.widget-accordion .w-acc-item .w-acc-content a {
  color: rgb(var(--color-secondary));
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-secondary);
}
.widget-accordion .w-acc-item .w-acc-content a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.widget-accordion .w-acc-item .w-acc-content a:hover, .widget-accordion .w-acc-item .w-acc-content a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.widget-accordion .w-acc-item .w-acc-content a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.widget-accordion .w-acc-item [type=radio]:checked ~ label h6 {
  transform: translateX(10px);
}
.widget-accordion .w-acc-item [type=radio]:checked ~ label h6:before {
  transform: translateX(0);
  opacity: 1;
}
.widget-accordion .w-acc-item [type=radio]:checked ~ label ~ .w-acc-content {
  position: relative;
  opacity: 1;
  min-height: 80px;
  transform: translateX(0);
  transition: all 0.5s 0.15s;
}

/*
    [7.17] Shortcode - Widget Text (Newsletter)
------------------------------------------------ */
.widget_text i {
  color: rgba(var(--color-secondary), 1);
}

.widget-inline-input {
  position: relative;
}
.widget-inline-input [type=email] {
  margin: unset;
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid rgb(var(--color-secondary));
  color: rgb(var(--color-secondary));
}
.widget-inline-input [type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(var(--color-secondary));
}
.widget-inline-input [type=email]::-moz-placeholder { /* Firefox 19+ */
  color: rgb(var(--color-secondary));
}
.widget-inline-input [type=email]:-ms-input-placeholder { /* IE 10+ */
  color: rgb(var(--color-secondary));
}
.widget-inline-input [type=email]:-moz-placeholder { /* Firefox 18- */
  color: rgb(var(--color-secondary));
}
.widget-inline-input button {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  padding-right: 15px;
  height: 40px;
  font-weight: var(--fw-sbold);
  background: none;
  border-top: 1px solid rgb(var(--color-secondary));
  border-bottom: 1px solid rgb(var(--color-secondary));
  border-right: 1px solid rgb(var(--color-secondary));
  border-left: none;
  color: rgba(var(--color-secondary), 0.7);
  transition: all var(--tspeed);
}
.widget-inline-input button:before {
  content: "";
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  left: 0;
  height: 20px;
  margin-right: 15px;
  border-left: 1px solid rgb(var(--color-secondary));
  transform: rotate(30deg);
  transition: transform var(--tspeed);
}
.widget-inline-input button:hover, .widget-inline-input button:focus {
  color: rgba(var(--color-secondary), 1);
}
.widget-inline-input button:hover:before, .widget-inline-input button:focus:before {
  transform: rotate(0);
}

/*
    [7.18] Widget - Recent Posts Slider
---------------------------------------- */
.widget_recent_posts_slider .slide-recent-post {
  position: relative;
  height: 230px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.widget_recent_posts_slider .slide-recent-post a {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.widget_recent_posts_slider .slide-recent-post a .post-content {
  padding: 40px;
}
.widget_recent_posts_slider .slide-recent-post a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-secondary), 0.6);
  z-index: 0;
  transition: all var(--tspeed);
}
.widget_recent_posts_slider .slide-recent-post a:hover:before {
  background: rgba(var(--color-primary), 0.75);
}
.widget_recent_posts_slider .slide-recent-post a:hover .post-date {
  color: rgb(var(--color-secondary));
}
.widget_recent_posts_slider .slide-recent-post a:hover .post-title {
  color: rgb(var(--color-secondary));
}
.widget_recent_posts_slider .slide-recent-post a:hover .post-title:before {
  border-color: rgb(var(--color-secondary));
}
.widget_recent_posts_slider .slide-recent-post a .post-date {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: var(--fs-small);
  color: rgba(255, 255, 255, 0.7);
  transform: translateX(35px);
  transition: all var(--tspeed);
  z-index: 2;
}
.widget_recent_posts_slider .slide-recent-post a .post-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
  max-height: 80px;
  color: #fff;
  font-size: var(--h5-size);
  overflow: hidden;
  transition: all var(--tspeed);
}
.widget_recent_posts_slider .slide-recent-post a .post-title:before {
  content: "";
  position: relative;
  top: 11px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
  width: 25px;
  border-bottom: 3px solid rgb(var(--color-primary));
  transition: all var(--tspeed);
}
.widget_recent_posts_slider .sl-nav {
  position: relative;
  display: flex;
  padding-top: 5px;
  justify-content: space-between;
}
.widget_recent_posts_slider .sl-nav button {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: unset;
  height: unset;
  background: none;
  font-weight: var(--fw-sbold);
  font-size: var(--fs-small);
  color: rgb(var(--color-secondary));
  opacity: 1;
  transform: unset;
}
.widget_recent_posts_slider .sl-nav button:hover, .widget_recent_posts_slider .sl-nav button:focus {
  color: rgb(var(--color-primary));
  outline: none;
}
.widget_recent_posts_slider .sl-nav button:before, .widget_recent_posts_slider .sl-nav button:after {
  content: none;
}
.widget_recent_posts_slider .sl-nav button i {
  position: relative;
  top: 1px;
  display: block;
  font-size: 29px;
}
.widget_recent_posts_slider .sl-nav button.swiper-button-prev i {
  margin-right: 12px;
  margin-left: -5px;
}
.widget_recent_posts_slider .sl-nav button.swiper-button-next i {
  margin-left: 12px;
  margin-right: -5px;
}
.widget_recent_posts_slider .sl-nav span {
  position: relative;
  top: 6px;
  display: block;
  height: 19px;
  border-left: 1px solid rgba(var(--color-secondary), 0.5);
  transform: rotate(20deg);
}

.col-lg-3 .widget_recent_posts_slider .slide-recent-post {
  height: 180px;
}
.col-lg-3 .widget_recent_posts_slider .slide-recent-post a .post-content {
  padding: 30px;
}
.col-lg-3 .widget_recent_posts_slider .slide-recent-post a .post-title {
  font-size: var(--h6-size);
  max-height: 71px;
}

/*
    [8.0] WP Block
--------------------------------- */
.wp-block-cover {
  color: rgb(var(--color-light));
}
.wp-block-cover .wp-block-cover__inner-container {
  color: rgb(var(--color-light));
}
.wp-block-cover .wp-block-cover-text {
  line-height: inherit;
}
.wp-block-cover .has-large-font-size {
  font-size: 2rem;
}

.wp-block-video figcaption:before {
  content: "\f03d";
}

.wp-block-audio figcaption:before {
  content: "\f028" !important;
}

.wp-block-gallery {
  position: relative;
  margin-bottom: 60px;
  margin-left: 0;
  line-height: initial;
}
.wp-block-gallery figure {
  position: relative;
  margin-bottom: 0 !important;
  overflow: hidden !important;
}
.wp-block-gallery figcaption:not(.blocks-gallery-caption) {
  margin: 0 !important;
  padding-top: unset;
  width: 100%;
  text-align: center;
}
.wp-block-gallery figcaption.blocks-gallery-item__caption {
  margin-left: 0 !important;
  margin-right: 0 !important;
  color: rgb(var(--color-light)) !important;
}
.wp-block-gallery figcaption.blocks-gallery-caption:before {
  content: "\f302" !important;
}
.wp-block-gallery .blocks-gallery-grid figure {
  margin-top: 0 !important;
}

.alignleft.wp-block-gallery,
.alignright.wp-block-gallery {
  margin-top: unset !important;
  max-width: 290px !important;
}
.alignleft.wp-block-gallery figure,
.alignright.wp-block-gallery figure {
  margin-top: unset !important;
}

.wp-block-table.is-style-stripes {
  border: none;
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
  border-color: inherit;
}

.wp-block-embed iframe {
  width: 100%;
}

.wp-block-media-text figure.wp-block-media-text__media {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-media-text img {
  height: auto;
}

.wp-block-separator {
  display: block;
  margin: 60px 0;
  max-width: 100px;
  border: none;
  border-bottom: 1px solid rgb(var(--color-gray-light));
}

.wp-block-separator.is-style-wide {
  max-width: 100%;
}

.wp-block-group {
  padding: 40px;
}

.wp-block-columns.alignfull {
  padding-left: 15px;
  padding-right: 15px;
}

.wp-block-latest-posts {
  margin: 0 !important;
  padding: 0 !important;
}
.wp-block-latest-posts li {
  margin-bottom: 20px !important;
}
.wp-block-latest-posts li a {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .post .wp-block-columns.alignwide,
  .post .wp-block-image.alignwide,
  .post .wp-block-cover.alignwide,
  .post .wp-block-media-text.alignwide,
  .post .wp-block-gallery.alignwide,
  .post .wp-block-embed.alignwide,
  .post .wp-block-separator.is-style-wide {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1110px;
    width: calc(100vw - 17px);
  }
  .post .wp-block-columns.alignfull,
  .post .wp-block-image.alignfull,
  .post .wp-block-media-text.alignfull,
  .post .wp-block-gallery.alignfull,
  .post .wp-block-embed.alignfull {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    width: calc(100vw - 17px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
    [8.1] WP Block - Image
--------------------------------- */
.wp-block-image img {
  height: unset;
}
.wp-block-image figcaption {
  line-height: initial;
}
.wp-block-image figcaption:before {
  content: "\f03e";
  margin-right: 7px;
  font-family: "Font Awesome 6 Free";
  font-size: inherit;
}
.wp-block-image .alignleft {
  margin: 15px 40px 15px 0;
}
.wp-block-image .alignright {
  margin: 15px 0 15px 40px;
}

/*
    [8.2] WP Block - Blockquote
--------------------------------- */
.wp-block-pullquote {
  padding-left: 0;
  text-align: center;
}
.wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  text-align: center !important;
}
.wp-block-pullquote blockquote:before {
  content: none;
}
.wp-block-pullquote cite {
  font-style: italic !important;
  opacity: 0.75;
}

blockquote.wp-block-pullquote {
  padding: 0;
  text-align: center !important;
}
blockquote.wp-block-pullquote:before {
  content: none;
}

.wp-block-quote.has-text-align-right {
  border: none;
  padding-left: unset;
  padding-right: 30px;
}
.wp-block-quote.has-text-align-right:before {
  left: unset;
  right: 0;
  margin-right: unset;
  margin-left: 30px;
}

.wp-block-quote.has-text-align-center {
  padding-left: unset;
}
.wp-block-quote.has-text-align-center:before {
  content: none;
}

.wp-block-quote.is-style-large {
  margin: 30px 0;
  padding-left: 0;
  font-weight: var(--fw-light);
  color: rgb(var(--color-secondary));
}
.wp-block-quote.is-style-large:before {
  content: none;
}
.wp-block-quote.is-style-large cite {
  display: flex;
  align-items: center;
  margin-top: 30px;
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}
.wp-block-quote.is-style-large cite:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: rgba(var(--color-gray-light), 0.5);
  margin-right: 10px;
}

.wp-block-quote.is-style-large.has-text-align-center cite {
  text-align: center;
  justify-content: center;
}
.wp-block-quote.is-style-large.has-text-align-center cite:before {
  content: none;
}

.wp-block-quote.is-style-large.has-text-align-right cite {
  text-align: right;
  justify-content: flex-end;
}

/*
    [8.4] WP Block - Button
--------------------------------- */
.wp-block-file {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-file .wp-block-file__button {
  margin-bottom: 15px;
  min-height: 50px;
  height: auto !important;
  border-radius: 100px;
  font-size: 1rem;
  line-height: initial;
}

.wp-block-file {
  width: 100%;
}

.wp-block-button {
  margin-bottom: 15px;
}
.wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 100px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  font-size: var(--fs-base);
  font-weight: var(--fw-sbold);
  line-height: initial;
  text-align: center;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  color: rgb(var(--color-secondary));
  background: rgb(var(--color-primary));
}

.wp-block-button.is-style-outline .wp-block-button__link {
  min-height: 48px;
  padding: 10px 28px;
  background: none;
  border: 2px solid rgb(var(--color-secondary));
  color: rgb(var(--color-secondary));
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: rgb(var(--color-secondary));
  border-color: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

[data-align=right] .wp-block-button,
[data-align=left] .wp-block-button {
  width: unset;
}

[data-align=left] .wp-block-button {
  float: left;
  margin: 15px 40px 15px 0;
  clear: both;
}

[data-align=right] .wp-block-button {
  float: right;
  margin: 15px 0 15px 40px;
  clear: both;
}

/*
    [8.5] WP Block - File
--------------------------------- */
.wp-block-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.wp-block-file a {
  font-weight: var(--fw-sbold);
}
.wp-block-file a:after {
  content: "\f56d";
  font-family: "Font Awesome 6 Free";
  font-size: inherit;
  margin-left: 10px;
}
.wp-block-file .wp-block-file__button {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.wp-block-file .wp-block-file__textlink {
  height: 30px;
  border-bottom: 1px solid rgba(var(--color-primary), 0.4);
  color: rgb(var(--color-primary));
  font-weight: var(--fw-sbold);
}
.wp-block-file .wp-block-file__content-wrapper {
  display: flex;
  justify-content: space-between;
}

/*
    [9.0] Navigation
------------------------- */
.site-header-nav {
  --nav-height: 85px;
  --nav-bg: 255,255,255;
  --nav-border: var(--color-secondary);
  --nav-dropdown-bg: var(--color-secondary);
  --nav-mobile-bg: var(--color-secondary);
  --nav-mobile-menu-item-color: var(--color-light);
  --nav-mobile-menu-item-font-size: var(--h4-size);
}

/*
    [9.1] Navigation - Mobile
--------------------------------- */
@media (max-width: 992px) {
  .site-header-nav {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    min-height: var(--nav-height);
    border-bottom: 1px solid rgba(var(--nav-border), 0.1);
  }
  .site-header-nav [class^=col-] {
    position: unset;
  }
  .site-header-nav nav {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .site-header-nav nav.nav-fw {
    padding: 0 15px;
  }
  .site-header-nav .menu-wrapper {
    position: absolute;
    display: block;
    top: var(--nav-height);
    right: 0;
    max-width: 390px;
    width: 100%;
    min-height: calc(100vh - var(--nav-height));
    height: 100%;
    overflow: hidden;
    visibility: hidden;
  }
  .site-header-nav .menu-items-wrapper {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 30px;
    min-height: 100vh;
    width: 100%;
    height: auto;
    background: rgb(var(--nav-mobile-bg));
    z-index: 99;
    transform: translateX(390px);
    transition: all 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  }
  .site-header-nav .menu-items-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-header-nav nav.show-mobile-nav .menu-wrapper {
    visibility: visible;
    overflow-y: scroll;
  }
  .site-header-nav nav.show-mobile-nav .menu-items-wrapper {
    transform: translateX(0);
  }
  .site-header-nav .menu-item,
  .site-header-nav li.page_item,
  .site-header-nav .max-mega-menu .mega-menu-item {
    padding-left: 35px;
    margin-bottom: 20px;
    font-size: var(--nav-mobile-menu-item-font-size);
    font-weight: var(--fw-sbold);
    color: rgb(var(--nav-mobile-menu-item-color));
  }
  .site-header-nav .menu-item a,
  .site-header-nav li.page_item a,
  .site-header-nav .max-mega-menu .mega-menu-item a {
    color: inherit;
  }
  .site-header-nav .menu-item a:hover, .site-header-nav .menu-item a:focus,
  .site-header-nav li.page_item a:hover,
  .site-header-nav li.page_item a:focus,
  .site-header-nav .max-mega-menu .mega-menu-item a:hover,
  .site-header-nav .max-mega-menu .mega-menu-item a:focus {
    color: rgb(var(--color-primary));
  }
  .site-header-nav li.page_item > a {
    display: block;
  }
  .site-header-nav .menu-item:last-child,
  .site-header-nav .mega-menu-item:last-child {
    margin-bottom: unset;
  }
  .site-header-nav .btn, .site-header-nav .wp-block-file .wp-block-file__button, .wp-block-file .site-header-nav .wp-block-file__button {
    display: none;
  }
  .site-header-nav .menu-item-has-children,
  .site-header-nav .mega-menu-item-has-children {
    position: relative;
  }
  .site-header-nav .menu-item-has-children:before, .site-header-nav .menu-item-has-children:after,
  .site-header-nav .mega-menu-item-has-children:before,
  .site-header-nav .mega-menu-item-has-children:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    background: rgba(var(--color-text), 1);
  }
  .site-header-nav .menu-item-has-children:before,
  .site-header-nav .mega-menu-item-has-children:before {
    top: 15px;
    width: 15px;
    height: 2px;
    transition: background-color var(--tspeed);
  }
  .site-header-nav .menu-item-has-children:after,
  .site-header-nav .mega-menu-item-has-children:after {
    top: 8px;
    left: 7px;
    width: 2px;
    height: 15px;
    transition: transform var(--tspeed), opacity var(--tspeed);
  }
  .site-header-nav .open.menu-item-has-children:before,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children.mega-menu-item:before {
    background: rgb(255, 255, 255);
    transition: background-color var(--tspeed) var(--tspeed);
  }
  .site-header-nav .open.menu-item-has-children:after,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children.mega-menu-item:after {
    transform: rotate(90deg);
    opacity: 0;
    transition: transform var(--tspeed), opacity var(--tspeed) var(--tspeed);
  }
  .site-header-nav .open.menu-item-has-children > a,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children.mega-menu-item > a {
    color: rgb(var(--color-primary));
  }
  .site-header-nav .current-menu-parent > a,
  .site-header-nav li.current_page_item > a,
  .site-header-nav li.mega-current-menu-item > a {
    color: rgb(var(--color-primary)) !important;
  }
  .site-header-nav .sub-menu,
  .site-header-nav .mega-sub-menu {
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
  .site-header-nav .sub-menu .menu-item,
  .site-header-nav .sub-menu .mega-menu-item,
  .site-header-nav .mega-sub-menu .menu-item,
  .site-header-nav .mega-sub-menu .mega-menu-item {
    display: block;
    padding-left: unset;
    margin-bottom: 5px;
    font-size: var(--fs-base);
    font-weight: var(--fw-reg);
  }
  .site-header-nav .sub-menu .menu-item a,
  .site-header-nav .sub-menu .mega-menu-item a,
  .site-header-nav .mega-sub-menu .menu-item a,
  .site-header-nav .mega-sub-menu .mega-menu-item a {
    display: block;
    margin-bottom: 10px;
  }
  .site-header-nav .sub-menu [class^=has-badge] > a .description-group .menu-description,
  .site-header-nav .sub-menu [class^=has-badge] > a .description-group .mega-menu-description,
  .site-header-nav .sub-menu [class^=has-badge] > a .mega-description-group .menu-description,
  .site-header-nav .sub-menu [class^=has-badge] > a .mega-description-group .mega-menu-description,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .description-group .menu-description,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .description-group .mega-menu-description,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .mega-description-group .menu-description,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .mega-description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .mega-description-group .menu-description,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .mega-description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .mega-description-group .menu-description,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .mega-description-group .mega-menu-description {
    display: none;
  }
  .site-header-nav .menu-item-has-children > .sub-menu,
  .site-header-nav .menu-item-has-children > .mega-sub-menu,
  .site-header-nav .mega-menu-item-has-children > .sub-menu,
  .site-header-nav .mega-menu-item-has-children > .mega-sub-menu {
    padding-left: 20px;
  }
  .site-header-nav .menu-item-has-children > .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu,
  .site-header-nav .menu-item-has-children > .sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu,
  .site-header-nav .menu-item-has-children > .mega-sub-menu .sub-menu .sub-menu .sub-menu .sub-menu,
  .site-header-nav .menu-item-has-children > .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu,
  .site-header-nav .mega-menu-item-has-children > .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu,
  .site-header-nav .mega-menu-item-has-children > .sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu,
  .site-header-nav .mega-menu-item-has-children > .mega-sub-menu .sub-menu .sub-menu .sub-menu .sub-menu,
  .site-header-nav .mega-menu-item-has-children > .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    padding-left: unset;
  }
  .site-header-nav .menu > .open.menu-item-has-children > a,
  .site-header-nav .mega-menu > .mega-toggle-on.mega-menu-item-has-children > a {
    display: block;
    padding-bottom: 10px;
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu,
  .site-header-nav .open.menu-item-has-children > .mega-sub-menu,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .sub-menu,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .mega-sub-menu {
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: all var(--tspeed);
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu > .menu-item-has-children,
  .site-header-nav .open.menu-item-has-children > .sub-menu > .mega-menu-item-has-children,
  .site-header-nav .open.menu-item-has-children > .mega-sub-menu > .menu-item-has-children,
  .site-header-nav .open.menu-item-has-children > .mega-sub-menu > .mega-menu-item-has-children,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .sub-menu > .menu-item-has-children,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .sub-menu > .mega-menu-item-has-children,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .mega-sub-menu > .menu-item-has-children,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .mega-sub-menu > .mega-menu-item-has-children {
    padding-left: 20px;
    margin-left: -20px;
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu > .menu-item-has-children:before,
  .site-header-nav .open.menu-item-has-children > .sub-menu > .mega-menu-item-has-children:before,
  .site-header-nav .open.menu-item-has-children > .mega-sub-menu > .menu-item-has-children:before,
  .site-header-nav .open.menu-item-has-children > .mega-sub-menu > .mega-menu-item-has-children:before,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .sub-menu > .menu-item-has-children:before,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .sub-menu > .mega-menu-item-has-children:before,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .mega-sub-menu > .menu-item-has-children:before,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .mega-sub-menu > .mega-menu-item-has-children:before {
    top: 10px;
    width: 10px;
    height: 2px;
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu > .menu-item-has-children:after,
  .site-header-nav .open.menu-item-has-children > .sub-menu > .mega-menu-item-has-children:after,
  .site-header-nav .open.menu-item-has-children > .mega-sub-menu > .menu-item-has-children:after,
  .site-header-nav .open.menu-item-has-children > .mega-sub-menu > .mega-menu-item-has-children:after,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .sub-menu > .menu-item-has-children:after,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .sub-menu > .mega-menu-item-has-children:after,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .mega-sub-menu > .menu-item-has-children:after,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .mega-sub-menu > .mega-menu-item-has-children:after {
    top: 6px;
    left: 4px;
    width: 2px;
    height: 10px;
  }
  .site-header-nav .open.menu-item-has-children > .sub-menu .current-menu-item,
  .site-header-nav .open.menu-item-has-children > .sub-menu .mega-current-menu-item,
  .site-header-nav .open.menu-item-has-children > .mega-sub-menu .current-menu-item,
  .site-header-nav .open.menu-item-has-children > .mega-sub-menu .mega-current-menu-item,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .sub-menu .current-menu-item,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .sub-menu .mega-current-menu-item,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .mega-sub-menu .current-menu-item,
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children > .mega-sub-menu .mega-current-menu-item {
    color: rgb(var(--color-primary));
  }
  .site-header-nav .mega-toggle-on.mega-menu-item-has-children .mega-sub-menu .mega-menu-row .mega-sub-menu {
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: all var(--tspeed);
  }
  .site-header-nav .menu-utility-items {
    display: flex;
    width: 100%;
    margin-bottom: 40px !important;
  }
  .site-header-nav .menu-utility-items > li {
    position: relative;
    left: 30px;
    margin-right: -30px;
    width: 50%;
  }
  .site-header-nav .menu-utility-items > li:nth-child(2) {
    border-left: 2px solid rgba(var(--color-light), 0.1);
  }
  .site-header-nav .menu-utility-items li + li {
    width: 50%;
    text-align: center;
  }
  .site-header-nav .menu-utility-items .nav-search {
    background: unset;
    border: unset;
    color: rgb(var(--nav-mobile-menu-item-color));
  }
  .site-header-nav .menu-utility-items .site-header-cart .nav-cart-items {
    display: none;
  }
  .site-header-nav .menu-footer-mobile-only {
    min-height: 80px;
    margin-top: 60px;
  }
  .site-header-nav .menu-footer-mobile-only .social-icons {
    margin-left: 40px;
  }
  .site-header-nav .menu-footer-mobile-only .social-icons li a {
    color: rgb(var(--nav-mobile-menu-item-color));
  }
  .site-header-nav .menu-footer-mobile-only .social-icons li a:hover, .site-header-nav .menu-footer-mobile-only .social-icons li a:focus {
    color: rgb(var(--color-primary));
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 40px;
    font-size: var(--fs-small);
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher .wpml-ls-legacy-list-horizontal {
    padding: unset;
    border: unset;
    clear: unset;
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-link {
    padding: 0;
    color: rgb(var(--color-light));
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    margin-top: 10px;
    margin-right: 20px;
  }
  .site-header-nav .menu-footer-mobile-only .menu-lang-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child {
    margin-right: unset;
  }
  .max-mega-menu .mega-menu-item .mega-menu-item-type-widget {
    display: none;
  }
  .max-mega-menu .mega-menu-item .mega-menu-link {
    font-family: var(--font-family);
  }
  .max-mega-menu .mm-i-left.mega-menu-item {
    display: flex;
    font-size: var(--fs-base);
    font-weight: var(--fw-reg);
  }
  .max-mega-menu .mm-i-left.mega-menu-item:before {
    display: inline-block;
    margin-right: 10px;
    min-width: 0.8rem;
    font-size: 0.8rem;
    line-height: var(--fs-base);
    transition: color, var(--tspeed);
  }
  .max-mega-menu .mm-i-left.mega-menu-item:hover:before, .max-mega-menu .mm-i-left.mega-menu-item:focus:before {
    color: rgb(var(--color-primary));
  }
}
@media (min-width: 992px) {
  .menu-footer-mobile-only {
    display: none;
  }
}
/*
    [9.2] Navigation - Desktop
--------------------------------- */
@media (min-width: 992px) {
  .site-header-nav {
    position: relative;
    display: flex;
    align-items: center;
    min-height: var(--nav_height);
    background-color: rgb(var(--nav-bg));
    border-bottom: 1px solid rgba(var(--nav-border), 0.1);
  }
  .site-header-nav nav.nav-main {
    display: flex;
    width: 100%;
  }
  .site-header-nav .nav-fw {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-header-nav .brand {
    width: unset;
    margin-right: 30px;
  }
  .site-header-nav .menu-wrapper {
    display: flex;
    margin-left: auto;
    min-height: 100%;
  }
  .site-header-nav .menu-items-wrapper {
    display: flex;
    align-items: center;
  }
  .site-header-nav .menu-items-wrapper .main-menu {
    order: 1;
  }
  .site-header-nav .menu-items-wrapper .menu-utility-items {
    order: 2;
  }
  .site-header-nav .menu-items-wrapper .menu-footer-mobile-only {
    order: 3;
  }
  .site-header-nav .main-menu {
    display: flex;
    align-items: center;
    min-height: var(--nav-height);
    height: 100%;
  }
  .site-header-nav .main-menu > div {
    height: 100%;
  }
  .site-header-nav .main-menu ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .site-header-nav .main-menu .menu,
  .site-header-nav .main-menu .max-mega-menu {
    position: relative;
  }
  .site-header-nav .main-menu .menu li.page_item,
  .site-header-nav .main-menu .menu > li.menu-item,
  .site-header-nav .main-menu .menu > li.mega-menu-item,
  .site-header-nav .main-menu .max-mega-menu li.page_item,
  .site-header-nav .main-menu .max-mega-menu > li.menu-item,
  .site-header-nav .main-menu .max-mega-menu > li.mega-menu-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-right: 16px;
    min-height: 40px;
    font-weight: var(--fw-sbold);
    color: rgb(var(--color-secondary));
  }
  .site-header-nav .main-menu .menu li.page_item:last-child,
  .site-header-nav .main-menu .menu > li.menu-item:last-child,
  .site-header-nav .main-menu .menu > li.mega-menu-item:last-child,
  .site-header-nav .main-menu .max-mega-menu li.page_item:last-child,
  .site-header-nav .main-menu .max-mega-menu > li.menu-item:last-child,
  .site-header-nav .main-menu .max-mega-menu > li.mega-menu-item:last-child {
    margin-right: 0;
  }
  .site-header-nav .main-menu .menu li.page_item > a,
  .site-header-nav .main-menu .menu > li.menu-item > a,
  .site-header-nav .main-menu .menu > li.mega-menu-item > a,
  .site-header-nav .main-menu .max-mega-menu li.page_item > a,
  .site-header-nav .main-menu .max-mega-menu > li.menu-item > a,
  .site-header-nav .main-menu .max-mega-menu > li.mega-menu-item > a {
    position: relative;
    display: flex;
    align-items: center;
    color: inherit;
    min-height: 100%;
  }
  .site-header-nav .main-menu .menu li.page_item > a:before,
  .site-header-nav .main-menu .menu > li.menu-item > a:before,
  .site-header-nav .main-menu .menu > li.mega-menu-item > a:before,
  .site-header-nav .main-menu .max-mega-menu li.page_item > a:before,
  .site-header-nav .main-menu .max-mega-menu > li.menu-item > a:before,
  .site-header-nav .main-menu .max-mega-menu > li.mega-menu-item > a:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    bottom: 0;
    border-bottom: 5px solid rgb(var(--color-primary));
    transition: width 0.5s cubic-bezier(0.85, 0, 0.15, 1), opacity 0.5s;
    opacity: 0;
  }
  .site-header-nav .main-menu .menu > li.btn, .site-header-nav .main-menu .wp-block-file .menu > li.wp-block-file__button, .wp-block-file .site-header-nav .main-menu .menu > li.wp-block-file__button,
  .site-header-nav .main-menu .max-mega-menu > li.btn,
  .site-header-nav .main-menu .wp-block-file .max-mega-menu > li.wp-block-file__button,
  .wp-block-file .site-header-nav .main-menu .max-mega-menu > li.wp-block-file__button {
    background: none;
    margin: auto 0 auto 25px;
    padding: 0;
  }
  .site-header-nav .main-menu .menu > li.btn > a, .site-header-nav .main-menu .wp-block-file .menu > li.wp-block-file__button > a, .wp-block-file .site-header-nav .main-menu .menu > li.wp-block-file__button > a,
  .site-header-nav .main-menu .max-mega-menu > li.btn > a,
  .site-header-nav .main-menu .wp-block-file .max-mega-menu > li.wp-block-file__button > a,
  .wp-block-file .site-header-nav .main-menu .max-mega-menu > li.wp-block-file__button > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    min-height: 37px;
    border: none;
    font-size: var(--fs-small);
  }
  .site-header-nav .main-menu .menu li.page_item > a:hover:before,
  .site-header-nav .main-menu .menu li.page_item > a:focus:before,
  .site-header-nav .main-menu .menu > .menu-item a:hover:before,
  .site-header-nav .main-menu .menu > .menu-item a:focus:before,
  .site-header-nav .main-menu .menu > .open.menu-item a:before,
  .site-header-nav .main-menu .menu > .mega-menu-item a:hover:before,
  .site-header-nav .main-menu .menu > .mega-menu-item a:focus:before,
  .site-header-nav .main-menu .menu > .open.mega-menu-item a:before,
  .site-header-nav .main-menu .max-mega-menu li.page_item > a:hover:before,
  .site-header-nav .main-menu .max-mega-menu li.page_item > a:focus:before,
  .site-header-nav .main-menu .max-mega-menu > .menu-item a:hover:before,
  .site-header-nav .main-menu .max-mega-menu > .menu-item a:focus:before,
  .site-header-nav .main-menu .max-mega-menu > .open.menu-item a:before,
  .site-header-nav .main-menu .max-mega-menu > .mega-menu-item a:hover:before,
  .site-header-nav .main-menu .max-mega-menu > .mega-menu-item a:focus:before,
  .site-header-nav .main-menu .max-mega-menu > .open.mega-menu-item a:before {
    width: 100%;
    opacity: 1;
  }
  .site-header-nav .main-menu .menu li.page_item > a:hover:after,
  .site-header-nav .main-menu .menu li.page_item > a:focus:after,
  .site-header-nav .main-menu .menu > .menu-item a:hover:after,
  .site-header-nav .main-menu .menu > .menu-item a:focus:after,
  .site-header-nav .main-menu .menu > .open.menu-item a:after,
  .site-header-nav .main-menu .menu > .mega-menu-item a:hover:after,
  .site-header-nav .main-menu .menu > .mega-menu-item a:focus:after,
  .site-header-nav .main-menu .menu > .open.mega-menu-item a:after,
  .site-header-nav .main-menu .max-mega-menu li.page_item > a:hover:after,
  .site-header-nav .main-menu .max-mega-menu li.page_item > a:focus:after,
  .site-header-nav .main-menu .max-mega-menu > .menu-item a:hover:after,
  .site-header-nav .main-menu .max-mega-menu > .menu-item a:focus:after,
  .site-header-nav .main-menu .max-mega-menu > .open.menu-item a:after,
  .site-header-nav .main-menu .max-mega-menu > .mega-menu-item a:hover:after,
  .site-header-nav .main-menu .max-mega-menu > .mega-menu-item a:focus:after,
  .site-header-nav .main-menu .max-mega-menu > .open.mega-menu-item a:after {
    opacity: 1;
  }
  .site-header-nav .main-menu .menu .menu-item-has-children > a:after,
  .site-header-nav .main-menu .menu .mega-menu-item-has-children > a:after,
  .site-header-nav .main-menu .max-mega-menu .menu-item-has-children > a:after,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-item-has-children > a:after {
    content: "\f0d7";
    margin-left: 5px;
    font-family: "Font Awesome 6 Free";
    font-weight: 999;
    color: rgb(var(--color-primary));
    opacity: 0.3;
    transition: opacity var(--tspeed);
  }
  .site-header-nav .main-menu .menu > .menu-item.current-menu-parent > a:before,
  .site-header-nav .main-menu .menu > .mega-menu-item.mega-current-menu-parent > a:before,
  .site-header-nav .main-menu .menu li.current_page_item > a:before,
  .site-header-nav .main-menu .menu li.mega-current_page_item > a:before,
  .site-header-nav .main-menu .menu .mega-menu-item-has-children.mega-toggle-on > a:before,
  .site-header-nav .main-menu .max-mega-menu > .menu-item.current-menu-parent > a:before,
  .site-header-nav .main-menu .max-mega-menu > .mega-menu-item.mega-current-menu-parent > a:before,
  .site-header-nav .main-menu .max-mega-menu li.current_page_item > a:before,
  .site-header-nav .main-menu .max-mega-menu li.mega-current_page_item > a:before,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-item-has-children.mega-toggle-on > a:before {
    width: 100%;
    opacity: 1;
  }
  .site-header-nav .main-menu .menu > .menu-item.current-menu-parent > a:after,
  .site-header-nav .main-menu .menu > .mega-menu-item.mega-current-menu-parent > a:after,
  .site-header-nav .main-menu .menu li.current_page_item > a:after,
  .site-header-nav .main-menu .menu li.mega-current_page_item > a:after,
  .site-header-nav .main-menu .menu .mega-menu-item-has-children.mega-toggle-on > a:after,
  .site-header-nav .main-menu .max-mega-menu > .menu-item.current-menu-parent > a:after,
  .site-header-nav .main-menu .max-mega-menu > .mega-menu-item.mega-current-menu-parent > a:after,
  .site-header-nav .main-menu .max-mega-menu li.current_page_item > a:after,
  .site-header-nav .main-menu .max-mega-menu li.mega-current_page_item > a:after,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-item-has-children.mega-toggle-on > a:after {
    opacity: 1;
  }
  .site-header-nav .main-menu .menu .sub-menu,
  .site-header-nav .main-menu .menu .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu {
    position: absolute;
    top: 100%;
    display: flex;
    flex-flow: column;
    min-width: 200px;
    margin: 0;
    padding: 20px;
    height: auto;
    background-color: rgb(var(--nav-dropdown-bg));
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: all var(--tspeed) 0.2s;
    z-index: 99;
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item,
  .site-header-nav .main-menu .menu .sub-menu .mega-menu-item,
  .site-header-nav .main-menu .menu .mega-sub-menu .menu-item,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-menu-item,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .menu-item,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-menu-item,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .menu-item,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-menu-item {
    display: block;
    margin-bottom: 15px;
    font-size: var(--fs-small);
    color: rgb(var(--color-light));
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item:last-child,
  .site-header-nav .main-menu .menu .sub-menu .mega-menu-item:last-child,
  .site-header-nav .main-menu .menu .mega-sub-menu .menu-item:last-child,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-menu-item:last-child,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .menu-item:last-child,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-menu-item:last-child,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .menu-item:last-child,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-menu-item:last-child {
    margin-bottom: unset;
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper),
  .site-header-nav .main-menu .menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper),
  .site-header-nav .main-menu .menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper),
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper),
  .site-header-nav .main-menu .max-mega-menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper),
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper),
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper),
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper) {
    --fh_color: var(--color-text);
    --border_size: 1px;
    --bottom: 0;
    position: relative;
    display: inline-flex;
    border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
    color: inherit;
    --fh_color: var(--color-primary);
    --border_size: 2px;
    --bottom: -2px;
    padding-bottom: 4px;
    color: inherit;
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):before,
  .site-header-nav .main-menu .menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):before,
  .site-header-nav .main-menu .menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):before,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):before,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):before,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):before,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):before,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):before {
    content: "";
    position: absolute;
    display: block;
    bottom: var(--bottom);
    width: 0;
    height: var(--border_size);
    background: rgb(var(--fh_color));
    transition: all var(--tspeed);
    opacity: 0;
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):hover, .site-header-nav .main-menu .menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):focus,
  .site-header-nav .main-menu .menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):hover,
  .site-header-nav .main-menu .menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):focus,
  .site-header-nav .main-menu .menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):hover,
  .site-header-nav .main-menu .menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):focus,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):hover,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):focus,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):hover,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):focus,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):hover,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):focus,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):hover,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):focus,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):hover,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):focus {
    color: rgb(var(--fh_color));
    border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):hover:before,
  .site-header-nav .main-menu .menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):hover:before,
  .site-header-nav .main-menu .menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):hover:before,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):hover:before,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):hover:before,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):hover:before,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .menu-item a:not(.ft-inline-icon-link-wrapper):hover:before,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-menu-item a:not(.ft-inline-icon-link-wrapper):hover:before {
    width: 100%;
    opacity: 1;
    transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
  }
  .site-header-nav .main-menu .menu .sub-menu .menu-item-has-children > a:after,
  .site-header-nav .main-menu .menu .sub-menu .mega-menu-item-has-children > a:after,
  .site-header-nav .main-menu .menu .mega-sub-menu .menu-item-has-children > a:after,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-menu-item-has-children > a:after,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .menu-item-has-children > a:after,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-menu-item-has-children > a:after,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .menu-item-has-children > a:after,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-menu-item-has-children > a:after {
    content: "\f0da";
    margin-left: 8px;
  }
  .site-header-nav .main-menu .menu .sub-menu .open.menu-item-has-children > a,
  .site-header-nav .main-menu .menu .sub-menu .open.mega-menu-item-has-children > a,
  .site-header-nav .main-menu .menu .sub-menu .mega-toggle-on.mega-menu-item-has-children > a,
  .site-header-nav .main-menu .menu .mega-sub-menu .open.menu-item-has-children > a,
  .site-header-nav .main-menu .menu .mega-sub-menu .open.mega-menu-item-has-children > a,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-toggle-on.mega-menu-item-has-children > a,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .open.menu-item-has-children > a,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .open.mega-menu-item-has-children > a,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-toggle-on.mega-menu-item-has-children > a,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .open.menu-item-has-children > a,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .open.mega-menu-item-has-children > a,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-toggle-on.mega-menu-item-has-children > a {
    color: rgb(var(--color-primary));
    border-color: rgba(var(--color-primary), 0.4);
  }
  .site-header-nav .main-menu .menu .sub-menu .sub-menu,
  .site-header-nav .main-menu .menu .sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .menu .mega-sub-menu .sub-menu,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-sub-menu {
    top: auto;
    left: 25%;
    background-color: rgb(var(--nav-dropdown-bg));
  }
  .site-header-nav .main-menu .menu .sub-menu .sub-menu .sub-menu,
  .site-header-nav .main-menu .menu .sub-menu .sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .menu .sub-menu .mega-sub-menu .sub-menu,
  .site-header-nav .main-menu .menu .sub-menu .mega-sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .menu .mega-sub-menu .sub-menu .sub-menu,
  .site-header-nav .main-menu .menu .mega-sub-menu .sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-sub-menu .sub-menu,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .sub-menu .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-sub-menu .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .sub-menu .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .sub-menu .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-sub-menu .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu {
    left: 25%;
    background-color: rgb(var(--nav-dropdown-bg));
  }
  .site-header-nav .main-menu .menu .sub-menu .current-menu-item,
  .site-header-nav .main-menu .menu .sub-menu .mega-current-menu-item,
  .site-header-nav .main-menu .menu .mega-sub-menu .current-menu-item,
  .site-header-nav .main-menu .menu .mega-sub-menu .mega-current-menu-item,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .current-menu-item,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mega-current-menu-item,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .current-menu-item,
  .site-header-nav .main-menu .max-mega-menu .mega-sub-menu .mega-current-menu-item {
    color: rgb(var(--color-primary));
  }
  .site-header-nav .main-menu .menu .open.menu-item-has-children > .sub-menu,
  .site-header-nav .main-menu .menu .open.menu-item-has-children > .mega-sub-menu,
  .site-header-nav .main-menu .menu .menu-item-has-children:hover > .sub-menu,
  .site-header-nav .main-menu .menu .menu-item-has-children:hover > .mega-sub-menu,
  .site-header-nav .main-menu .menu .open.mega-menu-item-has-children > .sub-menu,
  .site-header-nav .main-menu .menu .open.mega-menu-item-has-children > .mega-sub-menu,
  .site-header-nav .main-menu .menu .mega-menu-item-has-children:hover > .sub-menu,
  .site-header-nav .main-menu .menu .mega-menu-item-has-children:hover > .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .open.menu-item-has-children > .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .open.menu-item-has-children > .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .menu-item-has-children:hover > .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .menu-item-has-children:hover > .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .open.mega-menu-item-has-children > .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .open.mega-menu-item-has-children > .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-item-has-children:hover > .sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-item-has-children:hover > .mega-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-header-nav .main-menu .menu li.menu-item:last-child .sub-menu,
  .site-header-nav .main-menu .menu li.menu-item:last-child .mega-sub-menu,
  .site-header-nav .main-menu .menu li.mega-menu-item:last-child .sub-menu,
  .site-header-nav .main-menu .menu li.mega-menu-item:last-child .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu li.menu-item:last-child .sub-menu,
  .site-header-nav .main-menu .max-mega-menu li.menu-item:last-child .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu li.mega-menu-item:last-child .sub-menu,
  .site-header-nav .main-menu .max-mega-menu li.mega-menu-item:last-child .mega-sub-menu {
    right: 15px;
  }
  .site-header-nav .main-menu .menu .sub-menu .mm-i-left,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mm-i-left {
    display: flex;
    min-width: 200px;
    margin-bottom: 22px;
  }
  .site-header-nav .main-menu .menu .sub-menu .mm-i-left:first-child, .site-header-nav .main-menu .menu .sub-menu .mm-i-left:last-child,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mm-i-left:first-child,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mm-i-left:last-child {
    margin-top: 4px;
  }
  .site-header-nav .main-menu .menu .sub-menu .mm-i-left:hover:before, .site-header-nav .main-menu .menu .sub-menu .mm-i-left:focus:before,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mm-i-left:hover:before,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mm-i-left:focus:before {
    color: rgb(var(--color-primary));
  }
  .site-header-nav .main-menu .menu .sub-menu .mm-i-left:before,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mm-i-left:before {
    margin-right: 10px;
  }
  .site-header-nav .main-menu .menu .sub-menu .mm-i-left a,
  .site-header-nav .main-menu .max-mega-menu .sub-menu .mm-i-left a {
    font-family: var(--font-family);
    font-weight: var(--fw-sbold);
  }
  .site-header-nav .main-menu .menu .mega-menu-grid:hover .mega-menu-row .mega-sub-menu, .site-header-nav .main-menu .menu .mega-menu-grid:focus .mega-menu-row .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid:hover .mega-menu-row .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid:focus .mega-menu-row .mega-sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu {
    padding-top: 10px;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu > .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu > .mega-sub-menu {
    padding-top: 0;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu a,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu a {
    font-family: var(--font-family);
  }
  .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu .mm-i-left,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu .mm-i-left {
    overflow: hidden;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu .mm-i-left:before,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu .mm-i-left:before {
    display: inline-block;
    margin-right: 6px;
    min-width: 0.8rem;
    font-size: 0.8rem;
    transition: color, var(--tspeed);
  }
  .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu .mm-i-left:hover:before, .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu .mm-i-left:focus:before,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu .mm-i-left:hover:before,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu .mm-i-left:focus:before {
    color: rgb(var(--color-primary));
  }
  .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu .widget_text h4.mega-block-title,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu .widget_text h4.mega-block-title {
    display: block;
    margin: 0;
    padding: 0;
    text-transform: unset;
    color: rgb(var(--color-light));
    font-size: var(--fs-base);
    font-weight: var(--fw-bold);
    line-height: var(--fs-base);
  }
  .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu .widget_text h4.mega-block-title:after,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu .widget_text h4.mega-block-title:after {
    content: "";
    display: block;
    padding-top: 20px;
    width: 45px;
    border-bottom: 2px solid rgb(var(--color-primary));
  }
  .site-header-nav .main-menu .menu .mega-menu-grid .mega-sub-menu .widget_text .textwidget,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid .mega-sub-menu .widget_text .textwidget {
    margin-bottom: 10px;
    font-weight: var(--fw-reg);
    font-size: 0.8rem;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid > .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid > .mega-sub-menu {
    padding-left: 0;
    padding-right: 0;
    left: 0;
    width: 100%;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid > .mega-sub-menu .mega-menu-row,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid > .mega-sub-menu .mega-menu-row {
    display: block;
    clear: both;
    padding: 0 10px;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid > .mega-sub-menu .mega-menu-row .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid > .mega-sub-menu .mega-menu-row .mega-sub-menu {
    display: flex;
    flex-flow: column;
    position: unset;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 0;
    background: none;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 12px;
    border-right: 2px solid rgba(var(--color-light), 0.08);
  }
  .site-header-nav .main-menu .menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column:first-child {
    padding-left: unset;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column:last-child,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column:last-child {
    padding-right: unset;
    border-right: unset;
  }
  .site-header-nav .main-menu .menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu,
  .site-header-nav .main-menu .max-mega-menu .mega-menu-grid > .mega-sub-menu .mega-menu-row > .mega-sub-menu .mega-menu-column > .mega-sub-menu {
    display: flex;
    background: none;
  }
  .site-header-nav .nav-fw li.menu-item:nth-last-child(2) .sub-menu,
  .site-header-nav .nav-fw li.menu-item:nth-last-child(2) .mega-sub-menu,
  .site-header-nav .nav-fw li.mega-menu-item:nth-last-child(2) .sub-menu,
  .site-header-nav .nav-fw li.mega-menu-item:nth-last-child(2) .mega-sub-menu,
  .site-header-nav .main-menu .menu .mega-menu li.menu-item:nth-last-child(2) .sub-menu,
  .site-header-nav .main-menu .menu .mega-menu li.menu-item:nth-last-child(2) .mega-sub-menu,
  .site-header-nav .main-menu .menu .mega-menu li.mega-menu-item:nth-last-child(2) .sub-menu,
  .site-header-nav .main-menu .menu .mega-menu li.mega-menu-item:nth-last-child(2) .mega-sub-menu {
    right: 15px;
  }
  .site-header-nav .menu-utility-items {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 0 30px;
    padding: 0 0 0 20px;
    min-height: 45px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgba(var(--color-secondary), 0.1);
    border-right-color: rgba(var(--color-secondary), 0.1);
  }
  .site-header-nav .menu-utility-items li {
    padding: 0 5px;
  }
  .site-header-nav .menu-utility-items .nav-search {
    border: none;
    background: none;
    color: rgb(var(--color-secondary));
    transition: all var(--tspeed);
  }
  .site-header-nav .menu-utility-items .nav-search:hover, .site-header-nav .menu-utility-items .nav-search:focus {
    color: rgb(var(--color-primary));
  }
  .site-header-nav .menu-utility-items .site-header-cart {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-header-nav .menu-utility-items .site-header-cart .cart-contents:before {
    color: rgb(var(--color-secondary));
    transition: all var(--tspeed);
  }
  .site-header-nav .menu-utility-items .site-header-cart .cart-contents .count {
    transition: all var(--tspeed);
  }
  .site-header-nav .menu-utility-items .site-header-cart .cart-contents:hover:before, .site-header-nav .menu-utility-items .site-header-cart .cart-contents:focus:before {
    color: rgb(var(--color-primary));
  }
  .site-header-nav .menu-utility-items .site-header-cart .cart-contents:hover .count, .site-header-nav .menu-utility-items .site-header-cart .cart-contents:focus .count {
    color: rgb(var(--color-primary));
    background: rgb(var(--color-secondary));
  }
  .site-header-nav .sub-menu [class^=has-badge] > a .description-group,
  .site-header-nav .sub-menu [class^=has-badge] > a .mega-description-group,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .description-group,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .mega-description-group,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .description-group,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .mega-description-group,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .description-group,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .mega-description-group {
    position: relative;
  }
  .site-header-nav .sub-menu [class^=has-badge] > a .description-group .menu-description,
  .site-header-nav .sub-menu [class^=has-badge] > a .description-group .mega-menu-description,
  .site-header-nav .sub-menu [class^=has-badge] > a .mega-description-group .menu-description,
  .site-header-nav .sub-menu [class^=has-badge] > a .mega-description-group .mega-menu-description,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .description-group .menu-description,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .description-group .mega-menu-description,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .mega-description-group .menu-description,
  .site-header-nav .sub-menu [class*=" has-badge"] > a .mega-description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .mega-description-group .menu-description,
  .site-header-nav .mega-sub-menu [class^=has-badge] > a .mega-description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .mega-description-group .menu-description,
  .site-header-nav .mega-sub-menu [class*=" has-badge"] > a .mega-description-group .mega-menu-description {
    display: inline-block;
    position: absolute;
    top: 0;
    margin-left: 10px;
    padding: 3px;
    font-weight: var(--fw-reg);
  }
  .site-header-nav .sub-menu .has-badge-red > a .description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-red > a .description-group .mega-menu-description,
  .site-header-nav .sub-menu .has-badge-red > a .mega-description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-red > a .mega-description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu .has-badge-red > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-red > a .description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu .has-badge-red > a .mega-description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-red > a .mega-description-group .mega-menu-description {
    background: orangered;
    color: #fff;
  }
  .site-header-nav .sub-menu .has-badge-green > a .description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-green > a .description-group .mega-menu-description,
  .site-header-nav .sub-menu .has-badge-green > a .mega-description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-green > a .mega-description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu .has-badge-green > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-green > a .description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu .has-badge-green > a .mega-description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-green > a .mega-description-group .mega-menu-description {
    background: palegreen;
    color: rgb(var(--color-dark));
  }
  .site-header-nav .sub-menu .has-badge-yellow > a .description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-yellow > a .description-group .mega-menu-description,
  .site-header-nav .sub-menu .has-badge-yellow > a .mega-description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-yellow > a .mega-description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu .has-badge-yellow > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-yellow > a .description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu .has-badge-yellow > a .mega-description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-yellow > a .mega-description-group .mega-menu-description {
    background: gold;
    color: rgb(var(--color-dark));
  }
  .site-header-nav .sub-menu .has-badge-blue > a .description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-blue > a .description-group .mega-menu-description,
  .site-header-nav .sub-menu .has-badge-blue > a .mega-description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-blue > a .mega-description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu .has-badge-blue > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-blue > a .description-group .mega-menu-description,
  .site-header-nav .mega-sub-menu .has-badge-blue > a .mega-description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-blue > a .mega-description-group .mega-menu-description {
    background: cornflowerblue;
    color: #fff;
  }
  .site-header-nav .sub-menu .has-badge-white > a .description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-white > a .mega-description-group .mega-description-group,
  .site-header-nav .mega-sub-menu .has-badge-white > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-white > a .mega-description-group .mega-description-group {
    background: #fff;
    color: rgb(var(--color-dark));
  }
  .site-header-nav .sub-menu .has-badge-frame > a .description-group .menu-description,
  .site-header-nav .sub-menu .has-badge-frame > a .mega-description-group .mega-description-group,
  .site-header-nav .mega-sub-menu .has-badge-frame > a .description-group .menu-description,
  .site-header-nav .mega-sub-menu .has-badge-frame > a .mega-description-group .mega-description-group {
    background: none;
    border: 2px solid #fff;
    color: #fff;
  }
  .mm-icons-anim .sub-menu .mm-i-left:hover:before, .mm-icons-anim .sub-menu .mm-i-left:focus:before,
  .mm-icons-anim .mega-sub-menu .mm-i-left:hover:before,
  .mm-icons-anim .mega-sub-menu .mm-i-left:focus:before {
    animation: 0.7s 1 mm_i_hover;
    animation-timing-function: ease-out;
  }
}
@keyframes mm_i_hover {
  0% {
    transform: translateY(20px);
  }
  51% {
    transform: translateY(-20px);
    opacity: 0;
  }
  52% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*
    [9.3] Navigation - Brand
--------------------------------- */
.brand {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
}
.brand .site-title {
  margin: 0;
  color: rgb(var(--color-secondary));
  line-height: 1;
}
.brand .site-title a {
  color: inherit;
}
.brand .site-description {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}

/*
    [9.4] Navigation - Burger
--------------------------------- */
.nav-burger {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.nav-burger span {
  position: relative;
  display: block;
  width: 21px;
  height: 16px;
  border-top: 2px solid rgb(var(--color-secondary));
  transition: all var(--tspeed);
  border-color: rgba(var(--color-secondary), 1);
}
.nav-burger span:before, .nav-burger span:after {
  content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 2px;
  border-bottom: 2px solid rgb(var(--color-secondary));
  transition: all var(--tspeed);
}
.nav-burger span:before {
  bottom: 7px;
  left: 0;
  transform: scaleX(1);
}
.nav-burger span:after {
  bottom: 0;
  left: 0;
}

.open.nav-burger span {
  border-color: rgba(var(--color-secondary), 0);
}
.open.nav-burger span:before {
  transform: rotate(45deg);
}
.open.nav-burger span:after {
  transform: rotate(-45deg) translateY(-5px) translateX(5px);
}

.mega-menu-toggle {
  display: none;
}

@media (min-width: 992px) {
  .nav-burger {
    display: none;
  }
}
/*
    [9.5] Navigation - Cart
--------------------------------- */
.site-header-cart .cart-contents {
  position: relative;
}
.site-header-cart .cart-contents .amount {
  display: none;
}
.site-header-cart .cart-contents .count {
  position: absolute;
  top: -5px;
  right: -7px;
  display: block;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  font-size: 0.62rem;
  font-weight: var(--fw-sbold);
  line-height: 15px;
  overflow: hidden;
}
.site-header-cart .cart-contents:before {
  content: "\f07a";
  font-family: "Font Awesome 6 Free";
  color: rgb(var(--color-light));
}

@media (min-width: 992px) {
  .site-header-cart .nav-cart-items {
    position: absolute;
    padding: 20px;
    top: 100%;
    right: 15px;
    background-color: rgb(var(--nav-dropdown-bg));
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all var(--tspeed) 0.2s;
    z-index: 99;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart {
    margin-bottom: 0;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart a,
  .site-header-cart .nav-cart-items .widget_shopping_cart .amount {
    color: rgb(var(--color-light));
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart a.remove {
    color: rgba(var(--color-light), 0.4) !important;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart a.remove:hover, .site-header-cart .nav-cart-items .widget_shopping_cart a.remove:focus {
    color: rgb(var(--color-error)) !important;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .total {
    color: rgb(var(--color-primary));
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .total strong {
    color: inherit;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .buttons {
    margin-bottom: 0;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .buttons a {
    height: unset;
  }
  .site-header-cart .nav-cart-items .widget_shopping_cart .woocommerce-mini-cart__buttons {
    border-color: rgba(var(--color-light), 0.15);
  }
  .site-header-cart li:hover .nav-cart-items, .site-header-cart li:focus .nav-cart-items {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/*
    [9.7] Navigation - Secondary (desktop only)
----------------------------------------------- */
.secondary-menu {
  --nav-sec-height: 50px;
  --nav-sec-bg: var(--color-secondary);
  display: none;
}

@media (min-width: 1200px) {
  .secondary-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    min-height: var(--nav-sec-height);
    background-color: rgb(var(--nav-sec-bg));
  }
  .secondary-menu [class^=col-] {
    display: flex;
    justify-content: space-between;
  }
  .secondary-menu [class^=menu-secondary-] {
    display: flex;
    align-items: center;
    min-height: inherit;
  }
  .secondary-menu ul.menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    min-height: inherit;
  }
  .secondary-menu ul.menu li.menu-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
    min-height: inherit;
    color: rgb(var(--color-light));
    font-size: var(--fs-small);
    font-weight: var(--fw-reg);
    font-family: var(--font-family);
  }
  .secondary-menu ul.menu li.menu-item:last-child {
    margin-right: 0;
  }
  .secondary-menu ul.menu li.menu-item:hover, .secondary-menu ul.menu li.menu-item:focus {
    color: rgb(var(--color-primary));
  }
  .secondary-menu ul.menu li.menu-item:before {
    display: inline-block;
    margin-right: 5px;
    color: rgb(var(--color-primary));
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
  }
  .secondary-menu ul.menu li.menu-item a {
    color: inherit;
    font-size: inherit;
  }
  .secondary-menu ul.menu li.menu-item.fab {
    position: relative;
    margin-right: 20px;
  }
  .secondary-menu ul.menu li.menu-item.fab:last-child {
    margin-right: 0;
  }
  .secondary-menu ul.menu li.menu-item.fab:before {
    color: rgb(var(--color-light));
    transition: all var(--tspeed);
  }
  .secondary-menu ul.menu li.menu-item.fab:hover:before, .secondary-menu ul.menu li.menu-item.fab:focus:before {
    color: rgb(var(--color-primary));
  }
  .secondary-menu ul.menu li.menu-item.fab a {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children:after {
    content: "\f0d7";
    display: inline-block;
    margin-left: 10px;
    font-family: "Font Awesome 6 Free";
    color: rgb(var(--color-light));
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children:hover:after, .secondary-menu ul.menu li.menu-item.menu-item-has-children:focus:after {
    color: rgb(var(--color-primary));
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children:hover > ul.sub-menu, .secondary-menu ul.menu li.menu-item.menu-item-has-children:focus > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all var(--tspeed) cubic-bezier(0.85, 0, 0.15, 1);
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
    position: absolute;
    list-style: none;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 10px 15px;
    left: 0;
    top: 100%;
    min-width: 100px;
    background: rgb(var(--color-secondary));
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 199;
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
    display: block;
    margin: 0;
    padding: 5px 0;
    min-width: 130px;
    color: rgb(var(--color-light));
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:hover, .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:focus {
    color: rgb(var(--color-primary));
  }
  .secondary-menu ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    color: inherit;
  }
  .secondary-menu ul.menu > li.menu-item.wpml-ls-menu-item {
    margin-left: 30px;
  }
  .secondary-menu .menu-secondary-right-container ul.menu li.menu-item ul.sub-menu {
    left: unset;
    right: 0;
  }
  .secondary-menu .menu-secondary-right-container ul.menu li.menu-item.wpml-ls-menu-item {
    text-align: right;
  }
  .secondary-menu.nav-fw {
    padding: 0 15px;
  }
}
/*
    [9.8] Navigation - Utility
--------------------------------- */
.logo-trans {
  display: none;
}

.nav-trans {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid rgba(var(--nav-border), 0.1);
  background: none;
  z-index: 99;
}

.nav-has-trans-logo.nav-trans .logo {
  display: none;
}
.nav-has-trans-logo.nav-trans .logo-trans {
  display: initial;
}

.nav-trans-light.nav-trans:not(.active) {
  border-color: rgba(255, 255, 255, 0.1);
}
.nav-trans-light.nav-trans:not(.active) .nav-burger span:before, .nav-trans-light.nav-trans:not(.active) .nav-burger span:after {
  border-color: #fff;
}
.nav-trans-light.nav-trans:not(.active) .nav-burger:not(.open) span {
  border-color: #fff;
}

@media (min-width: 992px) {
  .nav-trans-light.nav-trans:not(.active) .main-menu .menu > li.menu-item,
  .nav-trans-light.nav-trans:not(.active) .main-menu .menu > li.page_item,
  .nav-trans-light.nav-trans:not(.active) .menu-utility-items .nav-search,
  .nav-trans-light.nav-trans:not(.active) .menu-utility-items .site-header-cart .cart-contents:before,
  .nav-trans-light.nav-trans:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:not(.btn) > a.mega-menu-link {
    color: #fff;
  }
  .nav-trans-light.nav-trans:not(.active) .menu-utility-items .nav-search:hover, .nav-trans-light.nav-trans:not(.active) .menu-utility-items .nav-search:focus {
    color: rgb(var(--color-primary));
  }
  .nav-trans-light.nav-trans:not(.active) .menu-utility-items .site-header-cart .cart-contents:hover:before, .nav-trans-light.nav-trans:not(.active) .menu-utility-items .site-header-cart .cart-contents:focus:before {
    color: rgb(var(--color-primary));
  }
  .nav-trans-light.nav-trans:not(.active) .menu-utility-items {
    border-color: rgba(255, 255, 255, 0.1);
  }
}
.nav-sticky {
  top: 0;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 99;
}

.nav-sticky.stand-by {
  transform: translateY(-100%);
}

.nav-sticky.active {
  position: fixed;
  background-color: rgb(var(--nav-bg));
  border-bottom: 1px solid rgba(var(--nav-border), 0.1);
  transform: translateY(0);
}

.nav-has-trans-logo.nav-sticky.active .logo {
  display: initial;
}
.nav-has-trans-logo.nav-sticky.active .logo-trans {
  display: none;
}

.secondary-menu + header.site-header-nav.nav-trans.nav-sticky.active {
  top: 0;
}

body.has-sticky-nav {
  margin-top: var(--nav_height);
}

body.logged-in.admin-bar .nav-trans,
body.logged-in.admin-bar .nav-sticky.active,
body.logged-in.admin-bar .secondary-menu + header.site-header-nav.nav-trans {
  top: 46px;
}

@media (min-width: 783px) {
  body.logged-in.admin-bar .nav-trans,
  body.logged-in.admin-bar .nav-sticky.active,
  body.logged-in.admin-bar .secondary-menu + header.site-header-nav.nav-trans.nav-sticky.active {
    top: 32px;
  }
  body.logged-in.admin-bar.footer-has-reveal header.site-header-nav.nav-trans:not(.active) {
    top: 0;
  }
}
@media (min-width: 992px) {
  .secondary-menu + header.site-header-nav.nav-trans {
    top: 50px;
  }
  body.logged-in.admin-bar .secondary-menu + header.site-header-nav.nav-trans {
    top: 82px;
  }
  body.logged-in.admin-bar .main-wrapper .secondary-menu + header.site-header-nav.nav-trans {
    top: unset;
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu,
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on ul.mega-sub-menu,
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-animating ul.mega-sub-menu {
    background: #F3F6FB;
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: rgb(var(--color-secondary));
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: rgb(var(--color-secondary));
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    border-color: rgba(var(--color-secondary), 0.1);
  }
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
  .nav-dropdown-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    color: rgb(var(--color-secondary));
  }
  .nav-dropdown-light .mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon h5,
  .nav-dropdown-light .mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon p {
    color: rgb(var(--color-secondary));
  }
  .nav-menu-item-accent-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before,
  .nav-trans.nav-trans-menu-item-accent-light:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before {
    border-color: #fff;
  }
  .nav-menu-item-accent-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before, .nav-menu-item-accent-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus:before,
  .nav-trans.nav-trans-menu-item-accent-light:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before,
  .nav-trans.nav-trans-menu-item-accent-light:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus:before {
    border-color: #fff;
  }
  .nav-menu-item-accent-light #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after,
  .nav-trans.nav-trans-menu-item-accent-light:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after {
    color: #fff;
  }
  .nav-menu-item-accent-dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before,
  .nav-trans.nav-trans-menu-item-accent-dark:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:before {
    border-color: rgb(var(--color-dark));
  }
  .nav-menu-item-accent-dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before, .nav-menu-item-accent-dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus:before,
  .nav-trans.nav-trans-menu-item-accent-dark:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover:before,
  .nav-trans.nav-trans-menu-item-accent-dark:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus:before {
    border-color: rgb(var(--color-dark));
  }
  .nav-menu-item-accent-dark #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after,
  .nav-trans.nav-trans-menu-item-accent-dark:not(.active) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link .mega-indicator:after {
    color: rgb(var(--color-dark));
  }
}
.nav-dark:not(.nav-trans),
.nav-dark.nav-trans.active,
.nav-dark.nav-sticky.active {
  background: rgb(var(--color-secondary));
  border-color: rgb(var(--color-secondary));
}
.nav-dark:not(.nav-trans) .nav-burger span:before, .nav-dark:not(.nav-trans) .nav-burger span:after,
.nav-dark.nav-trans.active .nav-burger span:before,
.nav-dark.nav-trans.active .nav-burger span:after,
.nav-dark.nav-sticky.active .nav-burger span:before,
.nav-dark.nav-sticky.active .nav-burger span:after {
  border-color: rgb(var(--color-primary));
}
.nav-dark:not(.nav-trans) .nav-burger:not(.open) span,
.nav-dark.nav-trans.active .nav-burger:not(.open) span,
.nav-dark.nav-sticky.active .nav-burger:not(.open) span {
  border-color: rgb(var(--color-primary));
}
.nav-dark:not(.nav-trans) .main-menu .menu li.page_item,
.nav-dark:not(.nav-trans) .main-menu .menu > li.menu-item,
.nav-dark.nav-trans.active .main-menu .menu li.page_item,
.nav-dark.nav-trans.active .main-menu .menu > li.menu-item,
.nav-dark.nav-sticky.active .main-menu .menu li.page_item,
.nav-dark.nav-sticky.active .main-menu .menu > li.menu-item {
  color: #fff;
}
.nav-dark:not(.nav-trans) .main-menu .menu li.page_item:hover, .nav-dark:not(.nav-trans) .main-menu .menu li.page_item:focus,
.nav-dark:not(.nav-trans) .main-menu .menu > li.menu-item:hover,
.nav-dark:not(.nav-trans) .main-menu .menu > li.menu-item:focus,
.nav-dark.nav-trans.active .main-menu .menu li.page_item:hover,
.nav-dark.nav-trans.active .main-menu .menu li.page_item:focus,
.nav-dark.nav-trans.active .main-menu .menu > li.menu-item:hover,
.nav-dark.nav-trans.active .main-menu .menu > li.menu-item:focus,
.nav-dark.nav-sticky.active .main-menu .menu li.page_item:hover,
.nav-dark.nav-sticky.active .main-menu .menu li.page_item:focus,
.nav-dark.nav-sticky.active .main-menu .menu > li.menu-item:hover,
.nav-dark.nav-sticky.active .main-menu .menu > li.menu-item:focus {
  color: #fff;
}
.nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
.nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
.nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
.nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
.nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: #fff;
}
.nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, .nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus,
.nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover,
.nav-dark:not(.nav-trans) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:focus,
.nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
.nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus,
.nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover,
.nav-dark.nav-trans.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:focus,
.nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
.nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:focus,
.nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:hover,
.nav-dark.nav-sticky.active #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:focus {
  color: #fff;
}

/*
    [10.0] Footer
--------------------------------- */
footer.site-footer {
  --footer-bg: var(--color-primary);
  --footer-headings-color: var(--color-dark);
  position: relative;
  background: rgb(var(--footer-bg));
  color: rgba(var(--color-secondary), 0.7);
  overflow: hidden;
}
footer.site-footer .footer-widgets {
  padding-top: 90px;
}
footer.site-footer p {
  margin-bottom: 10px;
}
footer.site-footer .widget {
  margin-bottom: 90px;
  color: rgba(var(--color-secondary), 0.85);
  overflow: unset;
}
footer.site-footer .widget .widget-title {
  font-size: var(--h6-size);
}
footer.site-footer .widget h1,
footer.site-footer .widget h2,
footer.site-footer .widget h3,
footer.site-footer .widget h4,
footer.site-footer .widget h5,
footer.site-footer .widget h6 {
  margin-bottom: 15px;
  color: rgb(var(--footer-headings-color));
}
footer.site-footer .widget table tr,
footer.site-footer .widget table th,
footer.site-footer .widget table td,
footer.site-footer .widget table.wp-calendar-table tr,
footer.site-footer .widget table.wp-calendar-table th,
footer.site-footer .widget table.wp-calendar-table td {
  border-color: rgba(var(--color-secondary), 0.5) !important;
}
footer.site-footer .widget table #today,
footer.site-footer .widget table.wp-calendar-table #today {
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
}
footer.site-footer .widget table caption,
footer.site-footer .widget table.wp-calendar-table caption {
  color: rgba(var(--color-secondary), 0.85);
}
footer.site-footer .widget cite {
  color: rgba(var(--color-secondary), 0.85);
}
footer.site-footer .widget strong {
  color: rgb(var(--color-secondary));
}
footer.site-footer .widget_text a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-secondary);
  color: rgb(var(--color-secondary));
}
footer.site-footer .widget_text a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.site-footer .widget_text a:hover, footer.site-footer .widget_text a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.site-footer .widget_text a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .widget_text img {
  width: auto;
  height: auto;
}
footer.site-footer .widget_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--fs-base);
}
footer.site-footer .widget_text ul li {
  margin-bottom: 10px;
}
footer.site-footer .widget_text ul li a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-secondary);
}
footer.site-footer .widget_text ul li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.site-footer .widget_text ul li a:hover, footer.site-footer .widget_text ul li a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.site-footer .widget_text ul li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .widget_text ul li a:hover, footer.site-footer .widget_text ul li a:focus {
  opacity: 1;
}
footer.site-footer .widget_text .wp-caption a {
  border: none;
}
footer.site-footer .widget_text .wp-caption a:before {
  content: none;
}
footer.site-footer .widget_text .wp-caption a:hover:before, footer.site-footer .widget_text .wp-caption a:focus:before {
  content: none;
}
footer.site-footer .widget_categories ul .cat-item, footer.site-footer .widget_pages ul .cat-item {
  color: rgba(var(--color-secondary), 0.7);
}
footer.site-footer .widget_categories ul .cat-item:hover, footer.site-footer .widget_pages ul .cat-item:hover, footer.site-footer .widget_categories ul .cat-item:focus, footer.site-footer .widget_pages ul .cat-item:focus {
  color: rgba(var(--color-secondary), 1);
}
footer.site-footer .widget_pages ul li a,
footer.site-footer .widget_nav_menu ul li a {
  color: rgba(var(--color-secondary), 0.7);
}
footer.site-footer .widget_pages ul li a:hover, footer.site-footer .widget_pages ul li a:focus,
footer.site-footer .widget_nav_menu ul li a:hover,
footer.site-footer .widget_nav_menu ul li a:focus {
  color: rgba(var(--color-secondary), 1);
}
footer.site-footer .widget_pages ul li a span:after,
footer.site-footer .widget_nav_menu ul li a span:after {
  content: none;
}
footer.site-footer .widget_tag_cloud .tagcloud a {
  border: 1px solid rgb(var(--color-secondary));
  background: rgba(var(--color-secondary), 0);
  color: rgb(var(--color-secondary));
}
footer.site-footer .widget_tag_cloud .tagcloud a:hover, footer.site-footer .widget_tag_cloud .tagcloud a:focus {
  background: rgba(var(--color-secondary), 1);
  color: rgb(var(--color-primary));
}
footer.site-footer .widget_archive ul li a, footer.site-footer .widget_meta ul li a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-secondary);
  color: rgb(var(--color-secondary));
}
footer.site-footer .widget_archive ul li a:before, footer.site-footer .widget_meta ul li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.site-footer .widget_archive ul li a:hover, footer.site-footer .widget_meta ul li a:hover, footer.site-footer .widget_archive ul li a:focus, footer.site-footer .widget_meta ul li a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.site-footer .widget_archive ul li a:hover:before, footer.site-footer .widget_meta ul li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .widget_meta a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-secondary);
  color: rgb(var(--color-secondary));
}
footer.site-footer .widget_meta a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.site-footer .widget_meta a:hover, footer.site-footer .widget_meta a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.site-footer .widget_meta a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .widget_recent_comments ul li .comment-author-link a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-secondary);
  color: rgba(var(--color-secondary), 0.85);
}
footer.site-footer .widget_recent_comments ul li .comment-author-link a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.site-footer .widget_recent_comments ul li .comment-author-link a:hover, footer.site-footer .widget_recent_comments ul li .comment-author-link a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.site-footer .widget_recent_comments ul li .comment-author-link a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.site-footer .scroll-top {
  position: absolute;
  top: calc(50% - 15px);
  right: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 30px;
  border-bottom: none !important;
  background: rgb(var(--color-secondary));
  font-size: var(--fs-small);
  font-weight: var(--fw-sbold);
  color: rgb(var(--footer-bg));
  transform: rotate(-90deg);
  overflow: hidden;
}
footer.site-footer .scroll-top .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.site-footer .scroll-top .content span {
  transform: translateX(0);
  transition: all var(--tspeed);
}
footer.site-footer .scroll-top .content i {
  position: absolute;
  font-size: 2.2rem;
  transform: translateX(-15px);
  opacity: 0;
  transition: all var(--tspeed);
}
footer.site-footer .scroll-top:before {
  content: none;
}
footer.site-footer .scroll-top:hover, footer.site-footer .scroll-top:focus {
  color: rgb(var(--footer-bg));
}
footer.site-footer .scroll-top:hover .content span, footer.site-footer .scroll-top:focus .content span {
  transform: translateX(80px);
}
footer.site-footer .scroll-top:hover .content i, footer.site-footer .scroll-top:focus .content i {
  transform: translateX(0);
  opacity: 1;
}

@media (min-width: 992px) {
  footer.site-footer .widget {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .footer-has-reveal {
    position: relative;
    z-index: 1;
  }
  .footer-has-reveal .main-wrapper {
    background: #fff;
    z-index: 2;
  }
  .footer-has-reveal footer.site-footer.footer-reveal {
    position: relative;
    min-height: 490px;
    z-index: -1;
  }
  .footer-has-reveal footer.site-footer.footer-reveal .footer-content {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 1;
  }
  .footer-has-reveal .site-page-default {
    min-height: 100vh;
  }
}
/*
    [10.1] Footer Bottom
--------------------------------- */
.footer-bottom {
  display: block;
  padding: 40px 0;
  border-top: 1px solid rgba(var(--color-secondary), 0.1);
}
.footer-bottom .footer-bottom-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.footer-bottom .copyright {
  font-size: var(--fs-small);
  color: rgba(var(--color-secondary), 0.7);
}
.footer-bottom .footer-bottom-social-icons {
  display: flex;
  margin-top: 15px;
  align-items: center;
  height: 100%;
}
.footer-bottom .footer-bottom-social-icons .social-icons li a {
  opacity: 0.5;
}
.footer-bottom .footer-bottom-social-icons .social-icons li a:hover, .footer-bottom .footer-bottom-social-icons .social-icons li a:focus {
  opacity: 1;
  color: rgb(var(--color-secondary));
}

@media (min-width: 992px) {
  .footer-bottom .footer-bottom-social-icons {
    justify-content: flex-end;
    margin-top: unset;
  }
}
/*
    [10.2] Footer Menu
--------------------------------- */
.footer-bottom-content ul.menu {
  list-style: none;
  display: flex;
  margin: 0 0 15px 0;
  padding: 0;
}
.footer-bottom-content ul.menu li {
  display: block;
  margin-right: 20px;
  color: rgb(var(--color-secondary));
  font-size: var(--fs-small);
  min-width: fit-content;
  min-width: -moz-fit-content;
}
.footer-bottom-content ul.menu li:last-child {
  margin-right: unset;
}
.footer-bottom-content ul.menu li a {
  color: inherit;
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-secondary);
}
.footer-bottom-content ul.menu li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.footer-bottom-content ul.menu li a:hover, .footer-bottom-content ul.menu li a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.footer-bottom-content ul.menu li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.footer-bottom-content ul.menu .menu-item-has-children a:after {
  content: "\f0d8";
  margin-left: 5px;
  font-family: "Font Awesome 6 Free";
  color: rgba(var(--color-secondary), 0.5);
  opacity: 0.3;
  transition: opacity 0.35s;
}
.footer-bottom-content ul.menu .menu-item-has-children:hover > .sub-menu, .footer-bottom-content ul.menu .menu-item-has-children:focus > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu {
  position: absolute;
  bottom: 100%;
  display: flex;
  flex-flow: column;
  min-width: 200px;
  margin: 0;
  padding: 20px;
  height: auto;
  background: rgb(var(--color-secondary));
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s 0.2s;
  z-index: 99;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li {
  margin-bottom: 10px;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: unset;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a {
  padding-bottom: 3px;
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-primary);
  color: rgb(var(--color-lighter));
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a:hover, .footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li .sub-menu {
  left: 100%;
  bottom: calc(100% - 50px);
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu li .sub-menu .sub-menu .sub-menu {
  left: unset;
  bottom: 100%;
}
.footer-bottom-content ul.menu .menu-item-has-children .sub-menu .menu-item-has-children a:after {
  content: "\f0da";
  color: rgba(var(--color-primary), 0.5);
}

/*
    [10.3] Search Modal
--------------------------------- */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-dark), 0.95);
  z-index: 200;
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--tspeed) 0.35s, visibility var(--tspeed) 0.35s;
}
.search-modal .search-modal-content {
  position: relative;
  max-width: 770px;
  width: 100%;
  padding: 60px 30px;
  z-index: 10;
}
.search-modal .search-modal-content form {
  display: flex;
}
.search-modal .search-modal-content form button {
  position: relative;
  bottom: 20px;
  margin-left: 5px;
  padding: 0 5px;
  border: none;
  background: none;
  color: rgba(var(--color-light), 0.7);
  font-size: var(--h3-size);
  opacity: 0;
  transform: scale(0.5);
  transition: color var(--tspeed), opacity var(--tspeed) 1s, transform var(--tspeed) 1s;
}
.search-modal .search-modal-content form button:hover, .search-modal .search-modal-content form button:focus {
  color: #fff;
}
.search-modal .search-modal-content [type=search] {
  display: block;
  padding: 5px;
  border: none;
  background: none;
  border-bottom: 2px solid rgba(var(--color-light), 0.5);
  font-size: var(--h3-size);
  font-weight: var(--fw-sbold);
  color: #fff;
  opacity: 0;
  transition: color var(--tspeed), opacity var(--tspeed) 0.7s, transform var(--tspeed) 0.7s;
}
.search-modal .search-modal-content [type=search]:hover, .search-modal .search-modal-content [type=search]:focus {
  border-color: #fff;
  outline: none;
}
.search-modal .dark-bg-click-close {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  z-index: 1;
}
.search-modal .dark-bg-click-close:hover, .search-modal .dark-bg-click-close:focus {
  outline: none;
}
.search-modal .x-close {
  position: absolute;
  top: 50px;
  right: 30px;
  padding: 10px 5px;
  border: none;
  background: none;
  color: rgba(var(--color-light), 0.5);
  font-weight: var(--fw-sbold);
  transition: all var(--tspeed);
  z-index: 2;
}
.search-modal .x-close:hover, .search-modal .x-close:focus {
  color: #fff;
}

.show.search-modal {
  opacity: 1;
  visibility: visible;
}
.show.search-modal .search-modal-content form button,
.show.search-modal .search-modal-content [type=search] {
  opacity: 1;
  transform: scale(1);
}

@media (min-width: 576px) {
  .search-modal .search-modal-content {
    padding: 60px;
  }
  .search-modal .search-modal-content [type=search] {
    padding: 35px;
    font-size: var(--h1-size);
  }
  .search-modal .search-modal-content form button {
    margin-left: 30px;
    padding: 0 20px;
    font-size: var(--h2-size);
  }
  .search-modal .x-close {
    right: 55px;
  }
}
/*
    [10.4] Footer Light Color
--------------------------------- */
footer.footer-color-light {
  color: rgb(var(--color-lighter));
}
footer.footer-color-light h1,
footer.footer-color-light h2,
footer.footer-color-light h3,
footer.footer-color-light h4,
footer.footer-color-light h5,
footer.footer-color-light h6 {
  color: #fff;
}
footer.footer-color-light p > a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-lighter);
}
footer.footer-color-light p > a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.footer-color-light p > a:hover, footer.footer-color-light p > a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.footer-color-light p > a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget {
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .widget strong {
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .widget .widget-title {
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .widget table thead tr th,
footer.footer-color-light .widget table.wp-calendar-table thead tr th {
  color: #fff !important;
}
footer.footer-color-light .widget table tr,
footer.footer-color-light .widget table th,
footer.footer-color-light .widget table td,
footer.footer-color-light .widget table.wp-calendar-table tr,
footer.footer-color-light .widget table.wp-calendar-table th,
footer.footer-color-light .widget table.wp-calendar-table td {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
footer.footer-color-light .widget table #today,
footer.footer-color-light .widget table.wp-calendar-table #today {
  background: #fff;
  color: rgb(var(--color-primary));
}
footer.footer-color-light .widget table caption,
footer.footer-color-light .widget table.wp-calendar-table caption {
  color: rgba(255, 255, 255, 0.85);
}
footer.footer-color-light .widget .wp-calendar-nav a:hover, footer.footer-color-light .widget .wp-calendar-nav a:focus {
  color: #fff;
}
footer.footer-color-light .widget_text a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-lighter);
}
footer.footer-color-light .widget_text a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.footer-color-light .widget_text a:hover, footer.footer-color-light .widget_text a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.footer-color-light .widget_text a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget_text i {
  color: #fff;
}
footer.footer-color-light .widget_text ul li a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: var(--color-lighter);
}
footer.footer-color-light .widget_text ul li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.footer-color-light .widget_text ul li a:hover, footer.footer-color-light .widget_text ul li a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.footer-color-light .widget_text ul li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget-accordion .w-acc-item label span {
  color: #fff;
}
footer.footer-color-light .widget-accordion .w-acc-item label span:before {
  border-color: #fff;
}
footer.footer-color-light .widget-accordion .w-acc-item .w-acc-content a:before {
  background-color: #fff;
}
footer.footer-color-light .widget-accordion .w-acc-item .w-acc-content a:hover, footer.footer-color-light .widget-accordion .w-acc-item .w-acc-content a:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
footer.footer-color-light .widget_pages ul li a,
footer.footer-color-light .widget_nav_menu ul li a {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer-color-light .widget_pages ul li a:before,
footer.footer-color-light .widget_nav_menu ul li a:before {
  border-color: #fff;
}
footer.footer-color-light .widget_pages ul li a:hover, footer.footer-color-light .widget_pages ul li a:focus,
footer.footer-color-light .widget_nav_menu ul li a:hover,
footer.footer-color-light .widget_nav_menu ul li a:focus {
  color: rgb(255, 255, 255);
}
footer.footer-color-light .widget_rss a,
footer.footer-color-light .widget_recent_entries a {
  color: #fff;
}
footer.footer-color-light .widget_rss cite,
footer.footer-color-light .widget_recent_entries cite {
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .widget_tag_cloud .tagcloud a {
  border-color: #fff;
  background: rgba(255, 255, 255, 0);
  color: #fff;
}
footer.footer-color-light .widget_tag_cloud .tagcloud a:hover, footer.footer-color-light .widget_tag_cloud .tagcloud a:focus {
  background: rgb(255, 255, 255);
  color: rgb(var(--color-primary));
}
footer.footer-color-light .widget_categories ul .cat-item, footer.footer-color-light .widget_pages ul .cat-item {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer-color-light .widget_categories ul .cat-item:before, footer.footer-color-light .widget_pages ul .cat-item:before {
  border-color: #fff;
}
footer.footer-color-light .widget_categories ul .cat-item:hover, footer.footer-color-light .widget_pages ul .cat-item:hover, footer.footer-color-light .widget_categories ul .cat-item:focus, footer.footer-color-light .widget_pages ul .cat-item:focus {
  color: rgb(255, 255, 255);
}
footer.footer-color-light .widget_categories ul .cat-item:hover a, footer.footer-color-light .widget_pages ul .cat-item:hover a, footer.footer-color-light .widget_categories ul .cat-item:focus a, footer.footer-color-light .widget_pages ul .cat-item:focus a {
  color: inherit;
}
footer.footer-color-light .widget_archive ul li a, footer.footer-color-light .widget_meta ul li a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: 255,255,255;
  color: #fff;
}
footer.footer-color-light .widget_archive ul li a:before, footer.footer-color-light .widget_meta ul li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.footer-color-light .widget_archive ul li a:hover, footer.footer-color-light .widget_meta ul li a:hover, footer.footer-color-light .widget_archive ul li a:focus, footer.footer-color-light .widget_meta ul li a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.footer-color-light .widget_archive ul li a:hover:before, footer.footer-color-light .widget_meta ul li a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget_meta a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: 255,255,255;
  color: #fff;
}
footer.footer-color-light .widget_meta a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.footer-color-light .widget_meta a:hover, footer.footer-color-light .widget_meta a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.footer-color-light .widget_meta a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget_recent_comments ul li a {
  color: #fff;
}
footer.footer-color-light .widget_recent_comments ul li .comment-author-link a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --fh_color: 255,255,255;
  color: rgba(255, 255, 255, 0.85);
}
footer.footer-color-light .widget_recent_comments ul li .comment-author-link a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
footer.footer-color-light .widget_recent_comments ul li .comment-author-link a:hover, footer.footer-color-light .widget_recent_comments ul li .comment-author-link a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
footer.footer-color-light .widget_recent_comments ul li .comment-author-link a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
footer.footer-color-light .widget_search .form-group label {
  color: rgb(var(--color-secondary));
}
footer.footer-color-light #ctf .ctf-item:before {
  border-color: #fff;
}
footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:before {
  color: #fff;
}
footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:hover, footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:focus {
  color: #fff;
}
footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:hover .ctf-tweet-text, footer.footer-color-light #ctf .ctf-item .ctf-tweet-content:focus .ctf-tweet-text {
  color: inherit;
}
footer.footer-color-light .wpcf7 input,
footer.footer-color-light .widget-inline-input input {
  border-color: rgb(var(--color-lighter));
  color: #fff;
}
footer.footer-color-light .wpcf7 input::-webkit-input-placeholder,
footer.footer-color-light .widget-inline-input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .wpcf7 input::-moz-placeholder,
footer.footer-color-light .widget-inline-input input::-moz-placeholder { /* Firefox 19+ */
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .wpcf7 input:-ms-input-placeholder,
footer.footer-color-light .widget-inline-input input:-ms-input-placeholder { /* IE 10+ */
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .wpcf7 input:-moz-placeholder,
footer.footer-color-light .widget-inline-input input:-moz-placeholder { /* Firefox 18- */
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .widget-inline-input button,
footer.footer-color-light .widget-inline-input [type=submit] {
  border-color: rgb(var(--color-lighter));
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .widget-inline-input button:before,
footer.footer-color-light .widget-inline-input [type=submit]:before {
  border-color: rgb(var(--color-lighter));
}
footer.footer-color-light .footer-bottom-content ul.menu li {
  color: rgb(var(--color-lighter));
}
footer.footer-color-light .footer-bottom-content ul.menu li:hover, footer.footer-color-light .footer-bottom-content ul.menu li:focus {
  color: #fff;
}
footer.footer-color-light .footer-bottom-content ul.menu li a {
  color: inherit;
}
footer.footer-color-light .footer-bottom-content ul.menu li a:before {
  background-color: #fff;
}
footer.footer-color-light .footer-bottom-content ul.menu li a:after {
  color: rgba(255, 255, 255, 0.5);
}
footer.footer-color-light .footer-bottom-content ul.menu li a:hover, footer.footer-color-light .footer-bottom-content ul.menu li a:focus {
  border-color: #fff;
}
footer.footer-color-light .footer-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}
footer.footer-color-light .copyright {
  color: rgba(var(--color-lighter), 0.7);
}
footer.footer-color-light .footer-bottom-social-icons .social-icons li a {
  color: #fff;
}
footer.footer-color-light .footer-bottom-social-icons .social-icons li a:hover, footer.footer-color-light .footer-bottom-social-icons .social-icons li a:focus {
  color: #fff;
}
footer.footer-color-light .scroll-top {
  background: #fff;
}

/*
    [4.0] Buttons
--------------------------------- */
.btn, .wp-block-file .wp-block-file__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 50px;
  border: none;
  border-radius: 0;
  font-weight: var(--fw-sbold);
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: all var(--tspeed);
}
.btn .btn-icon-left, .wp-block-file .wp-block-file__button .btn-icon-left {
  padding-right: 10px;
}
.btn .btn-icon-right, .wp-block-file .wp-block-file__button .btn-icon-right {
  padding-left: 10px;
}

.btn-block {
  display: flex;
  width: 100%;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btn-group .btn, .btn-group .wp-block-file .wp-block-file__button, .wp-block-file .btn-group .wp-block-file__button {
  margin: 7px 0;
}

.btn-sm {
  padding: 0 20px;
  height: 37px;
  font-size: var(--fs-small);
}

.btn-lg {
  padding: 0 40px;
  height: 57px;
  font-size: 1.125rem;
}

/*
    [4.1] Button Regular
--------------------------------- */
.btn-reg {
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: all var(--tspeed);
  line-height: 1;
}
.btn-reg:hover, .btn-reg:focus {
  color: rgb(var(--color-primary));
  box-shadow: 7px 7px 0px rgb(var(--color-primary));
}
.btn-reg span {
  flex-shrink: 1;
}

.btn-inverted.btn-reg {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  box-shadow: 0 0 0 rgb(var(--color-secondary));
}
.btn-inverted.btn-reg:hover, .btn-inverted.btn-reg:focus {
  color: rgb(var(--color-secondary));
  box-shadow: 7px 7px 0px rgb(var(--color-secondary));
}

.btn-sm.btn-reg:hover, .btn-sm.btn-reg:focus {
  box-shadow: 5px 5px 0px rgb(var(--color-primary));
}

.btn-lg.btn-reg:hover, .btn-lg.btn-reg:focus {
  box-shadow: 10px 10px 0px rgb(var(--color-primary));
}

/*
    [4.2] Button Ghost
--------------------------------- */
.btn-ghost {
  position: relative;
  border: 3px solid rgb(var(--color-secondary));
  background: none;
  color: rgb(var(--color-secondary));
}
.btn-ghost .btn-main:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: calc(100% + 6px);
  height: 50px;
  border: 3px solid rgb(var(--color-secondary));
  z-index: -1;
  transform: translateX(0) translateY(0);
  transition: all var(--tspeed);
}
.btn-ghost:hover, .btn-ghost:focus {
  color: rgb(var(--color-secondary));
}
.btn-ghost:hover .btn-main:before, .btn-ghost:focus .btn-main:before {
  transform: translateX(7px) translateY(7px);
}

.btn-sm.btn-ghost .btn-main:before {
  height: 37px;
}

.btn-lg.btn-ghost .btn-main:before {
  height: 57px;
}
.btn-lg.btn-ghost:hover .btn-main:before, .btn-lg.btn-ghost:focus .btn-main:before {
  transform: translateX(9px) translateY(9px);
}

/*
    [4.3] Button Classic
--------------------------------- */
.btn-classic:hover, .wp-block-file .wp-block-file__button:hover, .btn-classic:focus, .wp-block-file .wp-block-file__button:focus {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}
.btn-classic:focus, .wp-block-file .wp-block-file__button:focus {
  transform: scale(0.97);
}

.btn-classic.btn-inverted, .wp-block-file .btn-inverted.wp-block-file__button {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}
.btn-classic.btn-inverted:hover, .wp-block-file .btn-inverted.wp-block-file__button:hover, .btn-classic.btn-inverted:focus, .wp-block-file .btn-inverted.wp-block-file__button:focus {
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
}

.btn-classic.btn-hover-has-same-bg:hover, .wp-block-file .btn-hover-has-same-bg.wp-block-file__button:hover, .btn-classic.btn-hover-has-same-bg:focus, .wp-block-file .btn-hover-has-same-bg.wp-block-file__button:focus {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}

.btn-classic.btn-has-dark-bg, .wp-block-file .btn-has-dark-bg.wp-block-file__button {
  color: #fff !important;
}
.btn-classic.btn-has-dark-bg:hover, .wp-block-file .btn-has-dark-bg.wp-block-file__button:hover, .btn-classic.btn-has-dark-bg:focus, .wp-block-file .btn-has-dark-bg.wp-block-file__button:focus {
  color: #fff !important;
}
.btn-classic.btn-has-dark-bg > a, .wp-block-file .btn-has-dark-bg.wp-block-file__button > a,
.btn-classic.btn-has-dark-bg > a.menu-link,
.btn-classic.btn-has-dark-bg > a.mega-menu-link {
  color: inherit !important;
}
.btn-classic.btn-has-dark-bg > a:before, .wp-block-file .btn-has-dark-bg.wp-block-file__button > a:before,
.btn-classic.btn-has-dark-bg > a.menu-link:before,
.btn-classic.btn-has-dark-bg > a.mega-menu-link:before {
  display: none;
}

/*
  [4.4] Button Text Arrow
---------------------------- */
.btn-txt-arr {
  display: inline-flex;
  align-items: center;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  background: none;
  border: none;
}
.btn-txt-arr:hover, .btn-txt-arr:focus {
  text-decoration: none;
  color: rgb(var(--color-secondary));
}
.btn-txt-arr:hover .arr-box, .btn-txt-arr:focus .arr-box {
  background: rgba(var(--color-primary), 1);
}
.btn-txt-arr:hover .arr-box i,
.btn-txt-arr:hover .arr-box span, .btn-txt-arr:focus .arr-box i,
.btn-txt-arr:focus .arr-box span {
  transform: translateX(12px);
}
.btn-txt-arr .arr-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 24px;
  width: 30px;
  height: 30px;
  background: rgba(var(--color-primary), 0.4);
  transition: all var(--tspeed);
}
.btn-txt-arr .arr-box i,
.btn-txt-arr .arr-box span {
  position: relative;
  display: inline-block;
  font-size: 1.9rem;
  transform: translateX(-12px);
  transition: transform var(--tspeed);
}
.btn-txt-arr .btn-icon-left {
  padding-right: 10px;
  font-size: 1.1rem;
}

.btn-sm.btn-txt-arr,
.btn-lg.btn-txt-arr {
  padding: unset;
  height: unset;
}

/*
    [4.5] Play Button
--------------------------------- */
.btn-play,
a.btn-play,
.elementor a.btn-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 100px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  box-shadow: 0 0 0 11px rgba(var(--color-primary), 0.3), 0 0 0 22px rgba(var(--color-primary), 0.15);
  transition: all 0.5s;
  animation: animPlayButton 2s ease-in-out infinite;
}
.btn-play i,
a.btn-play i,
.elementor a.btn-play i {
  transform: translateX(0);
  transition: all var(--tspeed);
}
.btn-play:hover,
a.btn-play:hover,
.elementor a.btn-play:hover {
  animation-play-state: paused;
  background: rgb(var(--color-primary));
}
.btn-play:hover i,
a.btn-play:hover i,
.elementor a.btn-play:hover i {
  animation: animPlayButtonIcon 0.5s 0.15s ease-in-out;
}
.btn-play:focus,
a.btn-play:focus,
.elementor a.btn-play:focus {
  transform: scale(0.9);
  box-shadow: 0 0 0 0 rgba(var(--color-primary), 0.2), 0 0 0 0 rgba(var(--color-primary), 0.15);
}

@keyframes animPlayButton {
  0% {
    box-shadow: 0 0 0 11px rgba(var(--color-primary), 0.3), 0 0 0 22px rgba(var(--color-primary), 0.15);
  }
  50% {
    box-shadow: 0 0 0 0 rgba(var(--color-primary), 0.2), 0 0 0 0 rgba(var(--color-primary), 0.15);
  }
  100% {
    box-shadow: 0 0 0 11px rgba(var(--color-primary), 0.3), 0 0 0 22px rgba(var(--color-primary), 0.15);
  }
}
@keyframes animPlayButtonIcon {
  0% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
  33% {
    transform: translateX(20px) scale(0.75);
    opacity: 0;
  }
  66% {
    transform: translateX(-20px) scale(0.75);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
/*
    [4.6] Button Interactive
--------------------------------- */
a.btn-int,
rs.btn-int,
button.btn-int,
li.btn-int > a,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a {
  position: relative;
  transform: translateY(0);
  transition: all var(--tspeed);
  background-color: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  vertical-align: middle;
}
a.btn-int:hover, a.btn-int:focus,
rs.btn-int:hover,
rs.btn-int:focus,
button.btn-int:hover,
button.btn-int:focus,
li.btn-int > a:hover,
li.btn-int > a:focus,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:hover,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:focus {
  transform: translateY(-7px);
  background-color: rgb(var(--color-primary));
}

a.btn-int-icon span,
rs.btn-int-icon span,
button.btn-int-icon span,
li.btn-int-icon > a span,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a span {
  transform: translateX(0);
  transition: all var(--tspeed);
}
a.btn-int-icon span:after,
rs.btn-int-icon span:after,
button.btn-int-icon span:after,
li.btn-int-icon > a span:after,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a span:after {
  content: "";
  position: absolute;
  right: -10px;
  height: 25px;
  border-left: 2px solid rgb(var(--color-secondary));
  opacity: 0;
  transform: translateX(-15px) scale(0.5);
  transition: all var(--tspeed);
}
a.btn-int-icon:before,
rs.btn-int-icon:before,
button.btn-int-icon:before,
li.btn-int-icon > a:before,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:before {
  content: none !important;
}
a.btn-int-icon:after,
rs.btn-int-icon:after,
button.btn-int-icon:after,
li.btn-int-icon > a:after,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:after {
  content: "\f061";
  position: absolute;
  right: 25px;
  font-family: "Font Awesome 6 Free";
  font-size: inherit;
  line-height: 1;
  opacity: 0;
  transform: translateX(0);
  transition: all var(--tspeed);
}
a.btn-int-icon:hover span, a.btn-int-icon:focus span,
rs.btn-int-icon:hover span,
rs.btn-int-icon:focus span,
button.btn-int-icon:hover span,
button.btn-int-icon:focus span,
li.btn-int-icon > a:hover span,
li.btn-int-icon > a:focus span,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:hover span,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:focus span {
  transform: translateX(-15px);
  transition: transform var(--tspeed) 0.4s;
}
a.btn-int-icon:hover span:after, a.btn-int-icon:focus span:after,
rs.btn-int-icon:hover span:after,
rs.btn-int-icon:focus span:after,
button.btn-int-icon:hover span:after,
button.btn-int-icon:focus span:after,
li.btn-int-icon > a:hover span:after,
li.btn-int-icon > a:focus span:after,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:hover span:after,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:focus span:after {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}
a.btn-int-icon:hover:after, a.btn-int-icon:focus:after,
rs.btn-int-icon:hover:after,
rs.btn-int-icon:focus:after,
button.btn-int-icon:hover:after,
button.btn-int-icon:focus:after,
li.btn-int-icon > a:hover:after,
li.btn-int-icon > a:focus:after,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:hover:after,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-btn.mega-btn-int.mega-btn-int-icon.mega-menu-item > a:focus:after {
  transform: translateX(15px);
  opacity: 1;
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}

.btn-int-icon-left span {
  transform: translateX(0);
  transition: all var(--tspeed);
}
.btn-int-icon-left span:before {
  content: "";
  position: absolute;
  left: -10px;
  height: 25px;
  border-left: 2px solid rgb(var(--color-secondary));
  opacity: 0;
  transform: translateX(15px) scale(0.5);
  transition: all var(--tspeed);
}
.btn-int-icon-left:before {
  content: "\f061";
  position: absolute;
  left: 25px;
  font-family: "Font Awesome 6 Free";
  font-size: inherit;
  opacity: 0;
  transform: translateX(0);
  transition: all var(--tspeed);
}
.btn-int-icon-left:after {
  content: none !important;
}
.btn-int-icon-left:hover span, .btn-int-icon-left:focus span {
  transform: translateX(15px);
  transition: transform var(--tspeed) 0.4s;
}
.btn-int-icon-left:hover span:before, .btn-int-icon-left:focus span:before {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}
.btn-int-icon-left:hover:before, .btn-int-icon-left:focus:before {
  transform: translateX(-13px);
  opacity: 1;
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}

.btn-lg.btn-int-icon span:before, .btn-lg.btn-int-icon span:after,
.btn-lg.btn-int-icon-left span:before,
.btn-lg.btn-int-icon-left span:after {
  height: 29px;
}

.btn-lg.btn-int-icon span:after {
  transform: translateX(-20px) scale(0.5);
  transition: all var(--tspeed);
}
.btn-lg.btn-int-icon:after {
  transform: translateX(-5px);
  transition: all var(--tspeed);
}
.btn-lg.btn-int-icon:hover span, .btn-lg.btn-int-icon:focus span {
  transform: translateX(-20px);
  transition: transform var(--tspeed) 0.4s;
}
.btn-lg.btn-int-icon:hover span:after, .btn-lg.btn-int-icon:focus span:after {
  transform: translateX(5px) scale(1);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}
.btn-lg.btn-int-icon:hover:after, .btn-lg.btn-int-icon:focus:after {
  transform: translateX(10px);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}

.btn-lg.btn-int-icon-left span:before {
  transform: translateX(20px) scale(0.5);
  transition: all var(--tspeed);
}
.btn-lg.btn-int-icon-left:before {
  transform: translateX(5px);
  transition: all var(--tspeed);
}
.btn-lg.btn-int-icon-left:hover span, .btn-lg.btn-int-icon-left:focus span {
  transform: translateX(20px);
  transition: transform var(--tspeed) 0.4s;
}
.btn-lg.btn-int-icon-left:hover span:before, .btn-lg.btn-int-icon-left:focus span:before {
  transform: translateX(-5px) scale(1);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}
.btn-lg.btn-int-icon-left:hover:before, .btn-lg.btn-int-icon-left:focus:before {
  transform: translateX(-10px);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}

.btn-sm.btn-int-icon span,
.btn-sm.btn-int-icon-left span {
  display: flex;
  align-items: center;
}
.btn-sm.btn-int-icon span:before, .btn-sm.btn-int-icon span:after,
.btn-sm.btn-int-icon-left span:before,
.btn-sm.btn-int-icon-left span:after {
  height: 17px;
}
.btn-sm.btn-int-icon:before, .btn-sm.btn-int-icon:after,
.btn-sm.btn-int-icon-left:before,
.btn-sm.btn-int-icon-left:after {
  top: 1px;
  display: flex;
  align-items: center;
  height: 100%;
}

.btn-sm.btn-int-icon span:after {
  transform: translateX(-11px) scale(0.5);
  transition: all var(--tspeed);
}
.btn-sm.btn-int-icon:after {
  transform: translateX(-5px);
  transition: all var(--tspeed);
}
.btn-sm.btn-int-icon:hover span, .btn-sm.btn-int-icon:focus span {
  transform: translateX(-11px);
  transition: transform var(--tspeed) 0.4s;
}
.btn-sm.btn-int-icon:hover span:after, .btn-sm.btn-int-icon:focus span:after {
  transform: translateX(-3px) scale(1);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}
.btn-sm.btn-int-icon:hover:after, .btn-sm.btn-int-icon:focus:after {
  transform: translateX(18px);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}

.btn-sm.btn-int-icon-left span:before {
  transform: translateX(11px) scale(0.5);
  transition: all var(--tspeed);
}
.btn-sm.btn-int-icon-left:before {
  transform: translateX(5px);
  transition: all var(--tspeed);
}
.btn-sm.btn-int-icon-left:hover span, .btn-sm.btn-int-icon-left:focus span {
  transform: translateX(11px);
  transition: transform var(--tspeed) 0.4s;
}
.btn-sm.btn-int-icon-left:hover span:before, .btn-sm.btn-int-icon-left:focus span:before {
  transform: translateX(3px) scale(1);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}
.btn-sm.btn-int-icon-left:hover:before, .btn-sm.btn-int-icon-left:focus:before {
  transform: translateX(-18px);
  transition: transform var(--tspeed) 0.4s, opacity var(--tspeed) 0.4s;
}

@media (min-width: 992px) {
  nav .menu > li.btn.btn-int.btn-int-icon.menu-item > a span,
  nav li.btn.btn-int.btn-int-icon > a span,
  nav .wp-block-file li.btn-int.btn-int-icon.wp-block-file__button > a span,
  .wp-block-file nav li.btn-int.btn-int-icon.wp-block-file__button > a span {
    display: flex;
    align-items: center;
  }
  nav .menu > li.btn.btn-int.btn-int-icon.menu-item > a span:before, nav .menu > li.btn.btn-int.btn-int-icon.menu-item > a span:after,
  nav li.btn.btn-int.btn-int-icon > a span:before,
  nav .wp-block-file li.btn-int.btn-int-icon.wp-block-file__button > a span:before,
  .wp-block-file nav li.btn-int.btn-int-icon.wp-block-file__button > a span:before,
  nav li.btn.btn-int.btn-int-icon > a span:after,
  nav .wp-block-file li.btn-int.btn-int-icon.wp-block-file__button > a span:after,
  .wp-block-file nav li.btn-int.btn-int-icon.wp-block-file__button > a span:after {
    height: 17px;
  }
}
.btn-has-dark-bg.btn-int,
li.btn-has-dark-bg.btn-int > a {
  color: #fff;
}
.btn-has-dark-bg.btn-int span:before, .btn-has-dark-bg.btn-int span:after,
li.btn-has-dark-bg.btn-int > a span:before,
li.btn-has-dark-bg.btn-int > a span:after {
  border-left-color: #fff;
}

/*
    [4.7] Button Long Arrow
------------------------------------ */
.btn-long-arrow {
  position: relative;
  display: block;
  margin-top: 25px;
  color: rgb(var(--color-dark));
}
.btn-long-arrow i.icon {
  display: inline-block;
  margin-top: -10px;
  font-size: 50px;
  opacity: 0;
  transform: translateX(-20px);
}
.btn-long-arrow .ft-link-text {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  font-weight: var(--fw-sbold);
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all var(--tspeed);
}
.btn-long-arrow:hover i.icon {
  opacity: 1;
  transform: translateX(0);
  transition: all var(--tspeed);
  transition-delay: var(--tspeed);
}
.btn-long-arrow:hover .ft-link-text {
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
}
.btn-long-arrow .btn-icon-left,
.btn-long-arrow .btn-icon-right {
  font-size: 1.1rem;
}
.btn-long-arrow .btn-icon-left {
  padding-right: 10px;
}
.btn-long-arrow .btn-icon-right {
  padding-left: 10px;
}

.btn-long-arrow.btn-sm,
.btn-long-arrow.btn-lg {
  padding: 0;
}

.btn-long-arrow.btn-sm i.icon {
  font-size: 40px;
}

.btn-long-arrow.btn-lg i.icon {
  font-size: 60px;
}

/*
    [11.1] Counter
--------------------------------- */
.ft-counter {
  text-align: center;
}
.ft-counter .ft-counter-number-wrapper .elementor-counter-number {
  font-size: 62px;
  font-weight: var(--fw-bold);
  line-height: 62px;
}
.ft-counter .ft-counter-number-wrapper .ft-counter-number-suffix {
  font-weight: var(--fw-bold);
  font-size: 31px;
}
.ft-counter .ft-counter-title {
  margin-top: 10px;
  font-weight: var(--fw-sbold);
}

.ft-counter:not(.counter-style-neue) .ft-counter-number-wrapper .ft-counter-number-accent {
  display: block;
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 77px;
  height: 2px;
  background: rgb(var(--color-primary));
}
.ft-counter:not(.counter-style-neue) .ft-counter-number-wrapper .elementor-counter-number {
  display: inline-block;
}

@media (min-width: 992px) {
  .ft-counter {
    text-align: unset;
  }
  .ft-counter .ft-counter-number-wrapper .ft-counter-number-accent {
    margin-left: 0;
    margin-right: 0;
  }
  .ft-counter:not(.counter-style-neue) .ft-counter-number-wrapper .ft-counter-number-accent {
    margin: 0 0 40px 0;
  }
}
.counter-style-neue .ft-counter-number-wrapper .elementor-counter-number {
  display: block;
  min-height: 110px;
}
.counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent,
.counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 47px;
  border-left: 3px solid rgb(var(--color-primary));
  transform: rotate(25deg);
  width: 3px;
}
.counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent {
  opacity: 1;
  transform: rotate(25deg) translateX(5px) translateY(-20px);
  transition: opacity 0.6s 0.6s;
}
.counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
  margin-top: 10px;
  opacity: 1;
  transform: rotate(25deg) translateX(-60px) translateY(-25px);
  transition: opacity 0.6s 0.7s;
}
.counter-style-neue .ft-counter-title {
  position: relative;
  top: -80px;
  margin: 0;
  opacity: 1;
  transform: translateX(25px);
  transition: all 0.5s 0.8s;
}

.elementor-invisible .counter-style-neue .ft-counter-title {
  opacity: 0;
  transform: translateX(0);
}
.elementor-invisible .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent,
.elementor-invisible .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
  opacity: 0;
}

@media (min-width: 992px) {
  .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent,
  .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
    margin-left: unset;
    margin-right: unset;
  }
  .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent {
    transform: rotate(25deg) translateX(40px) translateY(-35px);
  }
  .counter-style-neue .ft-counter-number-wrapper .ft-counter-number-accent-bot {
    transform: rotate(25deg) translateX(-25px) translateY(-45px);
  }
}
/*
    [11.2] Inline Icons
--------------------------------- */
.ft-inline-icon {
  display: flex;
}
.ft-inline-icon:hover .ft-icon {
  box-shadow: 5px 5px 0 rgb(var(--color-primary));
  color: rgb(var(--color-primary));
}
.ft-inline-icon .ft-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  transition: all var(--tspeed);
}
.ft-inline-icon .ft-icon i {
  font-size: var(--fs-base);
}
.ft-inline-icon .ft-content {
  position: relative;
  top: 6px;
}
.ft-inline-icon .ft-content p {
  margin: 0;
}
.ft-inline-icon .ft-inline-icon-title {
  margin: 0 0 10px 0;
  color: rgb(var(--color-secondary));
}
.ft-inline-icon .ft-inline-icon-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 20px;
  width: 30px;
  height: 30px;
  background: rgba(var(--color-primary), 0.4);
  color: rgb(var(--color-secondary));
  transition: all var(--tspeed);
}
.ft-inline-icon .ft-inline-icon-btn i {
  font-size: 1.9rem;
  transform: translateX(-12px);
  transition: transform var(--tspeed);
}
.ft-inline-icon .ft-inline-icon-btn:hover {
  background: rgba(var(--color-primary), 1);
}
.ft-inline-icon .ft-inline-icon-btn:hover i {
  transform: translateX(12px);
}

.ft-inline-icon-link-wrapper .ft-inline-icon p {
  color: rgb(var(--color-text));
}

.mega-menu-item .ft-inline-icon-link-wrapper {
  display: block;
  padding: 10px;
  background: rgba(var(--color-light), 0);
}
.mega-menu-item .ft-inline-icon-link-wrapper:hover, .mega-menu-item .ft-inline-icon-link-wrapper:focus {
  background: rgba(var(--color-light), 0.05);
}
.mega-menu-item .ft-inline-icon-link-wrapper:hover .ft-inline-icon .ft-icon, .mega-menu-item .ft-inline-icon-link-wrapper:focus .ft-inline-icon .ft-icon {
  background: rgb(var(--color-primary));
}
.mega-menu-item .ft-inline-icon-link-wrapper:hover .ft-inline-icon h5, .mega-menu-item .ft-inline-icon-link-wrapper:focus .ft-inline-icon h5 {
  color: rgb(var(--color-primary));
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon:hover .ft-icon, .mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon:focus .ft-icon {
  box-shadow: none;
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon .ft-icon {
  background: rgb(var(--color-light));
  color: rgb(var(--color-secondary));
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon h5,
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon p {
  color: rgb(var(--color-light));
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon h5 {
  font-size: var(--h6-size);
}
.mega-menu-item .ft-inline-icon-link-wrapper .ft-inline-icon p {
  font-size: var(--fs-small);
}

/*
    [11.3] Frame Icon
--------------------------------- */
.ft-frame-icon {
  position: relative;
  padding: 60px 30px 30px 30px;
  border: 3px solid rgba(var(--color-gray-light), 0.3);
  transition: border-color var(--tspeed);
}
.ft-frame-icon:hover {
  border-color: rgb(var(--color-primary));
}
.ft-frame-icon:hover .ft-icon,
.ft-frame-icon:hover .ft-title {
  color: rgb(var(--color-primary));
}
.ft-frame-icon:hover .ft-description {
  color: rgb(var(--color-light));
}
.ft-frame-icon p {
  margin: 0;
}
.ft-frame-icon .ft-icon {
  position: absolute;
  padding: 0 16px;
  top: -35px;
  font-size: 74px;
  line-height: 74px;
  color: rgb(var(--color-gray-light));
  background: rgb(var(--color-secondary));
  transition: color var(--tspeed);
}
.ft-frame-icon .ft-title {
  color: rgb(var(--color-gray-light));
  transition: all var(--tspeed);
}
.ft-frame-icon .ft-description {
  color: rgb(var(--color-gray-light));
  transition: all var(--tspeed);
}

/*
    [11.4] Feature Image - Frame
----------------------------------- */
.ft-image-frame .ft-img-wrapper {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.ft-image-frame .ft-img-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(245deg, rgb(var(--color-secondary)) 0%, rgba(var(--color-secondary), 0) 100%);
  opacity: 0.3;
  transition: all var(--tspeed);
  transform: scale(1);
}
.ft-image-frame .ft-title {
  position: relative;
  margin: 0 0 10px 0;
  padding-left: 25px;
  word-break: break-word;
  transform: translateX(0);
  transition: all var(--tspeed);
}
.ft-image-frame .ft-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 70px;
  border-left: 5px solid rgb(var(--color-primary));
  opacity: 1;
  transition: all var(--tspeed);
}
.ft-image-frame .ft-description {
  display: block;
  max-width: 90%;
  margin: 0;
  padding-left: 25px;
  color: rgb(var(--color-text));
  opacity: 0.5;
  transform: translateX(0);
  transition: all var(--tspeed);
}
.ft-image-frame .ft-link-frame {
  position: relative;
  display: block;
  width: 100%;
}
.ft-image-frame .ft-link-frame:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 5px solid rgba(var(--color-primary), 0);
  box-sizing: border-box;
  transform: translate(0, 0);
  transition: all var(--tspeed);
  z-index: 1;
}
.ft-image-frame .ft-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transform: translate(-25px, 25px);
  transition: all var(--tspeed);
  z-index: 2;
}
.ft-image-frame .ft-box span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 12px;
  background: rgb(var(--color-secondary));
}
.ft-image-frame .ft-box span:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 12px;
  background: rgb(var(--color-secondary));
}
.ft-image-frame .ft-box .css-plus {
  transform: rotate(0);
  transition: all var(--tspeed);
}
.ft-image-frame .ft-box:hover .css-plus, .ft-image-frame .ft-box:focus .css-plus {
  transform: rotate(90deg);
}
.ft-image-frame:hover .ft-link-frame:before, .ft-image-frame:focus .ft-link-frame:before,
.ft-image-frame .focus-on .ft-link-frame:before {
  content: "";
  border-color: rgba(var(--color-primary), 1);
  transform: translate(-15px, 15px);
}
.ft-image-frame:hover .ft-box, .ft-image-frame:focus .ft-box,
.ft-image-frame .focus-on .ft-box {
  opacity: 1;
  transform: translate(-35px, 35px);
}
.ft-image-frame:hover .ft-img-wrapper:before, .ft-image-frame:focus .ft-img-wrapper:before,
.ft-image-frame .focus-on .ft-img-wrapper:before {
  opacity: 1;
}
.ft-image-frame:hover .ft-title, .ft-image-frame:focus .ft-title,
.ft-image-frame .focus-on .ft-title {
  transform: translateX(-25px);
}
.ft-image-frame:hover .ft-title:before, .ft-image-frame:focus .ft-title:before,
.ft-image-frame .focus-on .ft-title:before {
  opacity: 0;
  transform: translateY(25px);
}
.ft-image-frame:hover .ft-description, .ft-image-frame:focus .ft-description,
.ft-image-frame .focus-on .ft-description {
  transform: translateX(-25px);
  opacity: 1;
}

@media (min-width: 768px) {
  .ft-image-frame:hover .ft-link-frame:before, .ft-image-frame:focus .ft-link-frame:before,
  .ft-image-frame .focus-on .ft-link-frame:before {
    transform: translate(-25px, 25px);
  }
  .ft-image-frame:hover .ft-box, .ft-image-frame:focus .ft-box,
  .ft-image-frame .focus-on .ft-box {
    transform: translate(-50px, 50px);
  }
}
/*
    [11.5] Feature Image - Classic
------------------------------------ */
.ft-image-classic:hover .ft-img-wrapper, .ft-image-classic:focus .ft-img-wrapper,
.ft-image-classic .focus-on .ft-img-wrapper {
  box-shadow: 15px 15px 0 rgb(var(--color-primary));
}
.ft-image-classic:hover .ft-img-wrapper:before, .ft-image-classic:focus .ft-img-wrapper:before,
.ft-image-classic .focus-on .ft-img-wrapper:before {
  opacity: 0.5;
}
.ft-image-classic:hover .ft-description, .ft-image-classic:focus .ft-description,
.ft-image-classic .focus-on .ft-description {
  opacity: 1;
}
.ft-image-classic .ft-img-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: all var(--tspeed);
}
.ft-image-classic .ft-img-wrapper img {
  transform: scale(1);
  transition: all var(--tspeed);
}
.ft-image-classic .ft-img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-secondary));
  opacity: 0;
  z-index: 1;
  transition: all var(--tspeed);
}
.ft-image-classic .ft-img-wrapper:hover img {
  transform: scale(1.1);
}
.ft-image-classic .ft-title {
  margin: 30px 0 20px 0;
}
.ft-image-classic .ft-description {
  margin: 0;
  opacity: 0.7;
  transition: all var(--tspeed);
}
.ft-image-classic .ft-btn {
  margin-top: 30px;
}

/*
    [11.6] Feature Image - Stacked
------------------------------------ */
.ft-image-stacked {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ft-image-stacked:hover .ft-img-wrapper:before, .ft-image-stacked:focus .ft-img-wrapper:before,
.ft-image-stacked .focus-on .ft-img-wrapper:before {
  opacity: 0.3;
}
.ft-image-stacked:hover .ft-content, .ft-image-stacked:focus .ft-content,
.ft-image-stacked .focus-on .ft-content {
  transform: translateY(-15px);
}
.ft-image-stacked:hover .ft-btn i, .ft-image-stacked:focus .ft-btn i,
.ft-image-stacked .focus-on .ft-btn i {
  transform: rotate(90deg);
}
.ft-image-stacked .ft-img-wrapper {
  position: relative;
  overflow: hidden;
}
.ft-image-stacked .ft-img-wrapper img {
  transform: scale(1);
  transition: transform var(--tspeed);
}
.ft-image-stacked .ft-img-wrapper:hover img {
  transform: scale(1.1);
}
.ft-image-stacked .ft-img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-secondary));
  opacity: 0;
  transition: all var(--tspeed);
  z-index: 1;
}
.ft-image-stacked .ft-content {
  position: relative;
  display: block;
  margin-top: -45px;
  padding: 25px 30px 40px 30px;
  width: calc(100% - 60px);
  height: 100%;
  background: rgb(var(--color-secondary));
  text-align: center;
  transform: translateY(0);
  transition: transform var(--tspeed);
  z-index: 1;
}
.ft-image-stacked .ft-title {
  margin: 0 0 15px 0;
  color: rgb(var(--color-primary));
}
.ft-image-stacked .ft-description {
  margin: 0;
  color: rgb(var(--color-light));
}
.ft-image-stacked .ft-btn {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}
.ft-image-stacked .ft-btn i {
  transform: rotate(0);
  transition: all var(--tspeed);
}
.ft-image-stacked .ft-btn:hover i {
  opacity: 0.5;
}

/*
    [11.7] Accordion
--------------------------------- */
.ft-accordion.elementor-accordion .ft-accordion-item {
  margin-bottom: 30px;
  border: none;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title {
  padding: 0;
  font-weight: var(--fw-sbold);
  line-height: unset;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(var(--color-dark), 0.3);
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title .accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgb(var(--color-primary));
  box-shadow: 0 0 0;
  transition: all var(--tspeed);
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title .accordion-icon i {
  position: relative;
  display: block;
  height: 11px;
  width: 11px;
  border-right: 2px solid rgb(var(--color-dark));
  transform: rotate(45deg);
  margin-top: -4px;
  margin-bottom: 0;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title .ft-accordion-title .accordion-icon i:before {
  content: "";
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid rgb(var(--color-dark));
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-content {
  position: relative;
  display: block !important;
  padding: 30px 0 20px 0;
  width: 100%;
  border-top: none;
  border-bottom: 1px solid rgba(var(--color-dark), 0);
  opacity: 0;
  visibility: hidden;
  height: 0;
  margin-top: -50px;
  transform: translateY(10px);
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title.elementor-active .ft-accordion-title {
  border-block-color: rgba(var(--color-dark), 0.1);
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title.elementor-active .ft-accordion-title .accordion-icon {
  background: rgb(var(--color-primary));
  box-shadow: 5px 5px 0 rgb(var(--color-secondary));
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-title.elementor-active .ft-accordion-title .accordion-icon i {
  color: rgb(var(--color-secondary));
  transform: rotate(-135deg);
  margin-top: 0;
  margin-bottom: -4px;
}
.ft-accordion.elementor-accordion .ft-accordion-item .ft-tab-content.elementor-active {
  display: block !important;
  margin-top: 0;
  height: 100%;
  border-bottom-color: rgba(var(--color-dark), 0.1);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: transform var(--tspeed) var(--tspeed), opacity var(--tspeed) var(--tspeed), visibility var(--tspeed) var(--tspeed), border-bottom-color var(--tspeed) 0.5s;
}

/*
    [11.8] Testimonial Slider
--------------------------------- */
.elementor-widget-container:has(.ft-testimonial-slider) {
  overflow: hidden;
}

.ft-testimonial-slider .ft-testimonial-item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 20px;
  padding-left: 15px;
  cursor: grab;
  text-align: center;
}
.ft-testimonial-slider .ft-testimonial-item .ft-image {
  position: relative;
  flex-shrink: 0;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.ft-testimonial-slider .ft-testimonial-item .ft-image .tst-symbol {
  position: absolute;
  left: -10px;
  top: -21px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  box-shadow: 5px 5px 0 #fff;
}
.ft-testimonial-slider .ft-testimonial-item .ft-image .tst-symbol:before {
  content: "“";
  position: relative;
  top: -3px;
  left: -1px;
  display: block;
  width: 24px;
  height: 24px;
  font-family: "Georgia", serif;
  font-size: 4.1rem;
  line-height: 1;
}
.ft-testimonial-slider .ft-testimonial-item .ft-image img {
  width: 140px;
  flex-shrink: 0;
  flex-grow: 0;
}
.ft-testimonial-slider .ft-testimonial-item .ft-content {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  max-width: 570px;
  font-size: 1.125rem;
  font-weight: var(--fw-light);
  color: rgb(var(--color-text));
}
.ft-testimonial-slider .ft-testimonial-item .ft-content:before {
  content: none;
}
.ft-testimonial-slider .ft-testimonial-item .ft-content cite {
  display: block;
  margin-top: 60px;
  font-size: var(--fs-base);
  color: rgb(var(--color-secondary));
  font-style: normal;
}
.ft-testimonial-slider .ft-testimonial-item .ft-content cite .tst-name {
  display: block;
  font-weight: var(--fw-sbold);
}
.ft-testimonial-slider .ft-testimonial-item .ft-content cite .tst-role {
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}

@media (min-width: 992px) {
  .ft-testimonial-slider .ft-testimonial-item {
    flex-flow: row;
    padding-left: unset;
    text-align: unset;
  }
  .ft-testimonial-slider .ft-testimonial-item .ft-image {
    margin-left: unset;
    margin-right: unset;
  }
  .ft-testimonial-slider .ft-testimonial-item .ft-image .tst-symbol {
    left: -21px;
  }
  .ft-testimonial-slider .ft-testimonial-item .ft-content {
    margin-top: 30px;
    margin-left: 60px;
    margin-right: unset;
  }
}
.ft-tst-center .ft-testimonial-slider .ft-testimonial-item {
  text-align: center;
}
.ft-tst-center .ft-testimonial-slider .ft-testimonial-item .ft-image {
  margin: auto;
  max-width: 90px;
}
.ft-tst-center .ft-testimonial-slider .ft-testimonial-item .ft-image .tst-symbol {
  width: 30px;
  height: 30px;
  box-shadow: 3px 3px 0 #fff;
}
.ft-tst-center .ft-testimonial-slider .ft-testimonial-item .ft-image .tst-symbol:before {
  width: 16px;
  height: 16px;
  font-size: 45px;
  line-height: 1.05;
}
.ft-tst-center .ft-testimonial-slider .ft-testimonial-item .ft-content {
  margin-top: 50px;
  max-width: 770px;
  font-size: 1.375rem;
}
.ft-tst-center .swiper-pagination-lines.swiper-pagination {
  position: relative;
  justify-content: center;
  margin-top: 60px;
}

@media (min-width: 992px) {
  .ft-tst-center .ft-testimonial-slider .ft-testimonial-item {
    flex-flow: column;
  }
  .ft-tst-center .ft-testimonial-slider .ft-testimonial-item .ft-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.ft-tst-right .ft-testimonial-slider .ft-testimonial-item {
  flex-flow: column;
  padding-left: unset;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .ft-tst-right .ft-testimonial-slider .ft-testimonial-item {
    flex-flow: row-reverse;
    padding-right: unset;
  }
  .ft-tst-right .ft-testimonial-slider .ft-testimonial-item .ft-content {
    margin-left: unset;
    margin-right: 60px;
  }
}
/*
    [11.9] Section Title
---------------------------- */
.section-title .st-subtitle {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: var(--fw-bold);
  letter-spacing: 2px;
  color: rgb(var(--color-primary));
}
.section-title .st-title b {
  font-weight: var(--fw-bold);
}

.section-title.st-underline .st-subtitle {
  font-size: var(--fs-small);
}
.section-title.st-underline .st-title {
  font-size: 2rem;
  font-weight: var(--fw-light);
}
.section-title.st-underline .st-title b {
  font-weight: var(--fw-sbold);
}
.section-title.st-underline .st-title u {
  text-decoration: none;
  background-image: linear-gradient(rgb(var(--color-primary)), rgb(var(--color-primary)));
  background-position: 0 90%;
  background-repeat: repeat-x;
  background-size: 10px 10px;
}

.section-title.st-memphis {
  position: relative;
  display: inline-block;
}
.section-title.st-memphis .st-title,
.section-title.st-memphis .st-subtitle {
  position: relative;
  z-index: 1;
}
.section-title.st-memphis img {
  position: absolute;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  z-index: 0;
}

/*
    [11.10] Feature - Intro
--------------------------------- */
.ft-intro {
  display: block;
}
.ft-intro .ft-i-img-wrapper {
  position: relative;
}
.ft-intro .ft-i-img-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: -20%;
  display: none;
  background: rgb(var(--color-primary));
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ft-intro .ft-i-img-wrapper img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.ft-intro figcaption {
  position: relative;
  right: 0;
  top: 20%;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background: #fff;
  text-align: center;
  z-index: 3;
}
.ft-intro figcaption .ft-i-title {
  margin-bottom: 30px;
}
.ft-intro figcaption .ft-i-footer {
  margin-top: 30px;
  text-align: center;
}
.ft-intro figcaption .ft-i-footer .ft-i-footer-cta {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .ft-intro figcaption {
    padding: 60px;
  }
  .ft-intro figcaption .ft-i-footer {
    display: flex;
    justify-content: space-between;
  }
  .ft-intro figcaption .ft-i-footer .ft-i-footer-cta {
    margin-top: unset;
  }
}
@media (min-width: 992px) {
  .ft-intro {
    display: inline-block;
  }
  .ft-intro .ft-i-img-wrapper:before {
    top: -10%;
    max-width: 240px;
  }
  .ft-intro .ft-i-img-wrapper img {
    right: 0;
  }
  .ft-intro figcaption {
    position: absolute;
    top: 10%;
    padding: 90px 60px;
    max-width: 500px;
    text-align: unset;
  }
}
@media (min-width: 1200px) {
  .ft-intro .ft-i-img-wrapper:before {
    display: block;
  }
  .ft-intro .ft-i-img-wrapper img {
    right: -13%;
  }
  .ft-intro figcaption {
    padding: 90px 80px 40px 80px;
    max-width: 600px;
  }
}
/*
    [11.11] Feature - Intro 2
--------------------------------- */
.ft-intro-2 {
  position: relative;
  display: block;
  width: 100%;
}
.ft-intro-2 .ft-i-img-wrapper img.img-deco {
  display: none;
  z-index: 1;
}
.ft-intro-2 .ft-i-img-wrapper img.img-main {
  position: relative;
  width: 100%;
  z-index: 2;
}
.ft-intro-2 figcaption {
  position: relative;
  top: -50px;
  display: block;
  padding: 60px 30px;
  width: 100%;
  background: rgb(var(--color-lighter));
  z-index: 3;
}
.ft-intro-2 figcaption .ft-i-title {
  margin-bottom: 30px;
}
.ft-intro-2 figcaption .btn, .ft-intro-2 figcaption .wp-block-file .wp-block-file__button, .wp-block-file .ft-intro-2 figcaption .wp-block-file__button {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .ft-intro-2 figcaption {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .ft-intro-2 {
    display: inline-block;
  }
  .ft-intro-2 .ft-i-img-wrapper {
    text-align: center;
  }
  .ft-intro-2 .ft-i-img-wrapper img.img-deco {
    display: block;
    position: absolute;
    top: -15%;
    right: 0;
  }
  .ft-intro-2 .ft-i-img-wrapper img.img-main {
    right: -7%;
    width: auto;
  }
  .ft-intro-2 figcaption {
    position: absolute;
    top: 15%;
    left: 0;
    max-width: 470px;
  }
  .no-img-deco.ft-intro-2 .ft-i-img-wrapper {
    text-align: right;
  }
  .no-img-deco.ft-intro-2 .ft-i-img-wrapper img.img-main {
    right: 0;
  }
  .text-block-right.ft-intro-2 .ft-i-img-wrapper {
    text-align: inherit;
  }
  .text-block-right.ft-intro-2 .ft-i-img-wrapper img.img-deco {
    right: unset;
    left: 0;
  }
  .text-block-right.ft-intro-2 figcaption {
    left: unset;
    right: 0;
  }
  .no-img-deco.text-block-right.ft-intro-2 .ft-i-img-wrapper img.img-main {
    right: unset;
    left: 0;
  }
}
/*
    [11.12] Feature - Intro 3
--------------------------------- */
.ft-intro-3 .ft-i-title {
  position: relative;
  padding: 30px;
  background: rgb(var(--color-primary));
}
.ft-intro-3 .ft-i-title .section-title .st-subtitle {
  color: #fff;
}
.ft-intro-3 .ft-img-wrapper {
  position: relative;
}
.ft-intro-3 .ft-img-wrapper img {
  width: 100%;
  height: auto;
}
.ft-intro-3 .ft-img-wrapper .ft-i-img {
  top: -5%;
  left: 200px;
}
.ft-intro-3 .ft-img-wrapper .ft-i-img-2 {
  right: 0;
  left: 150px;
  top: 15%;
}
.ft-intro-3 .ft-img-wrapper .ft-i-img-3 {
  top: 230px;
  left: -30px;
}

@media (min-width: 768px) {
  .ft-intro-3 .ft-i-title {
    display: block;
    padding: 40px 30px;
    max-width: 230px;
    width: 230px;
  }
  .ft-intro-3 img {
    position: absolute;
    width: auto !important;
    height: auto;
  }
  .ft-intro-3 .ft-img-wrapper {
    display: block;
    margin-left: 30px;
    max-width: 570px;
    min-height: 490px;
    right: 0;
  }
  .ft-intro-3 .ft-img-wrapper .ft-i-img {
    top: -5%;
    left: 200px;
  }
  .ft-intro-3 .ft-img-wrapper .ft-i-img-2 {
    right: 0;
    top: 15%;
  }
  .ft-intro-3 .ft-img-wrapper .ft-i-img-3 {
    top: 40%;
    left: -30px;
  }
}
/*
    [11.13] Feature - Intro Image
----------------------------------- */
.ft-intro-img {
  display: inline-block;
  background: rgb(var(--color-primary));
}
.ft-intro-img img {
  transform: translate(0, 0);
  transition: all var(--tspeed);
}

.focus-on.ft-intro-img img {
  transform: translate(-15px, -15px);
}

/*
    [11.14] Feature - Intro Image 2
------------------------------------- */
.ft-intro-img-2 {
  position: relative;
  display: inline-block;
  margin-left: 45px;
}
.ft-intro-img-2 .ft-i-deco {
  position: absolute;
  right: -30px;
  top: -30px;
}
.ft-intro-img-2 .ft-i-img-main {
  position: relative;
  z-index: 1;
}
.ft-intro-img-2:before {
  content: "";
  display: block;
  bottom: -30px;
  left: -30px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-primary));
}

.on-scroll.ft-intro-img-2 .ft-i-deco {
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all var(--tspeed);
}
.on-scroll.ft-intro-img-2:before {
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all var(--tspeed);
}

.focus-on.on-scroll.ft-intro-img-2 .ft-i-deco {
  right: -30px;
  top: -30px;
  opacity: 1;
  visibility: visible;
  transition: all var(--tspeed);
}
.focus-on.on-scroll.ft-intro-img-2:before {
  bottom: -30px;
  left: -30px;
  opacity: 1;
  visibility: visible;
  transition: all var(--tspeed);
}

@media (min-width: 992px) {
  .ft-intro-img-2 {
    margin-left: 40px;
  }
  .ft-intro-img-2 .ft-i-deco {
    right: -50px;
    top: -50px;
    width: auto;
  }
  .ft-intro-img-2:before {
    bottom: -40px;
    left: -40px;
  }
  .focus-on.on-scroll.ft-intro-img-2 .ft-i-deco {
    right: -50px;
    top: -50px;
  }
  .focus-on.on-scroll.ft-intro-img-2:before {
    bottom: -40px;
    left: -40px;
  }
}
/*
    [11.15] Number Link Card
--------------------------------- */
.ft-nbr-card {
  display: flex;
  min-height: 230px;
  background-color: rgb(var(--color-lighter));
  box-shadow: 0 0 0 rgb(var(--color-secondary));
  transition: box-shadow var(--tspeed) ease-in-out;
  transition: all var(--tspeed) ease-in-out;
}
.ft-nbr-card:hover, .ft-nbr-card:focus {
  box-shadow: 10px 10px 0px rgb(var(--color-secondary));
}
.ft-nbr-card:hover, .ft-nbr-card:focus {
  background-color: rgb(var(--color-primary));
}
.ft-nbr-card:hover .ft-content .ft-nbr, .ft-nbr-card:focus .ft-content .ft-nbr {
  opacity: 0.2;
}
.ft-nbr-card:hover .ft-content .corner-top-right-arrow, .ft-nbr-card:focus .ft-content .corner-top-right-arrow {
  transform: translateX(15px) translateY(-15px);
}
.ft-nbr-card a {
  width: 100%;
}
.ft-nbr-card .ft-content {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 30px;
  height: 100%;
}
.ft-nbr-card .ft-content .ft-title {
  display: block;
}
.ft-nbr-card .ft-content .ft-title:after {
  content: "";
  display: block;
  padding-top: 18px;
  width: 30px;
  border-bottom: 2px solid rgb(var(--color-dark));
}
.ft-nbr-card .ft-content .ft-nbr {
  position: absolute;
  top: 30px;
  left: 30px;
  color: rgb(var(--color-dark));
  font-size: 60px;
  line-height: 60px;
  font-weight: var(--fw-sbold);
  opacity: 0.1;
  transition: opacity var(--tspeed);
}
.ft-nbr-card .ft-content .corner-top-right-arrow {
  position: absolute;
  display: block;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border-top: 2px solid rgb(var(--color-dark));
  border-right: 2px solid rgb(var(--color-dark));
  overflow: hidden;
  transition: transform var(--tspeed);
}
.ft-nbr-card .ft-content .corner-top-right-arrow span {
  position: relative;
  top: 12px;
  right: 5px;
  display: block;
  border-bottom: 2px solid rgb(var(--color-dark));
  transform: rotate(-45deg);
  width: 40px;
}

/*
    [11.16] Feature Icon Card
--------------------------------- */
.ft-icon-card .ft-content {
  padding: 40px 40px 27px 40px;
  background: rgb(var(--color-secondary));
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: box-shadow var(--tspeed) ease-in-out;
  transition: all var(--tspeed);
}
.ft-icon-card .ft-content:hover, .ft-icon-card .ft-content:focus {
  box-shadow: 15px 15px 0px rgb(var(--color-primary));
}
.ft-icon-card .ft-icon {
  display: block;
  margin-bottom: 30px;
}
.ft-icon-card .ft-icon i {
  font-size: 80px;
  color: rgb(var(--color-primary));
}
.ft-icon-card .ft-title {
  margin: 0;
  color: #fff;
}
.ft-icon-card .ft-title:after {
  content: "";
  display: block;
  margin-top: 25px;
  margin-bottom: 30px;
  width: 50px;
  height: 2px;
  background: rgb(var(--color-primary));
}
.ft-icon-card .ft-description {
  color: #fff;
  opacity: 0.8;
}
.ft-icon-card .ft-link {
  position: relative;
  display: block;
  margin-top: 25px;
  color: rgb(var(--color-primary));
}
.ft-icon-card .ft-link i.icon {
  display: inline-block;
  margin-top: -10px;
  font-size: 50px;
  opacity: 0;
  transform: translateX(-20px);
}
.ft-icon-card .ft-link .ft-link-text {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  font-weight: var(--fw-sbold);
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all var(--tspeed);
}
.ft-icon-card .ft-link:hover i.icon {
  opacity: 1;
  transform: translateX(0);
  transition: all var(--tspeed);
  transition-delay: var(--tspeed);
}
.ft-icon-card .ft-link:hover .ft-link-text {
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
}

/*
    [11.17] Feature Icon
--------------------------------- */
.ft-icon .ft-i {
  display: block;
  margin-bottom: 20px;
  font-size: 62px;
  line-height: 62px;
  color: rgb(var(--color-dark));
  transition: color var(--tspeed);
}
.ft-icon .ft-i-wrapper {
  margin-bottom: 30px;
}
.ft-icon .ft-i-wrapper .ft-i {
  margin-bottom: unset;
}
.ft-icon .ft-title {
  margin: 0;
  padding-bottom: 20px;
}
.ft-icon .ft-description {
  opacity: 0.7;
}
.ft-icon .ft-link {
  position: relative;
  display: block;
  margin-top: 25px;
  color: rgb(var(--color-dark));
}
.ft-icon .ft-link i.icon {
  display: inline-block;
  margin-top: -10px;
  font-size: 50px;
  opacity: 0;
  transform: translateX(-20px);
}
.ft-icon .ft-link .ft-link-text {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  font-weight: var(--fw-sbold);
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all var(--tspeed);
}
.ft-icon .ft-link:hover i.icon {
  opacity: 1;
  transform: translateX(0);
  transition: all var(--tspeed);
  transition-delay: var(--tspeed);
}
.ft-icon .ft-link:hover .ft-link-text {
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
}

.ft-icon.ft-icon-style-bg:hover .ft-content:before, .ft-icon.ft-icon-style-bg:focus .ft-content:before {
  opacity: 1;
  transform: scale(0.61);
}
.ft-icon.ft-icon-style-bg .ft-content {
  position: relative;
  z-index: 1;
}
.ft-icon.ft-icon-style-bg .ft-content:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 300px;
  background: rgb(var(--color-lighter));
  width: 300px;
  height: 300px;
  z-index: -1;
  opacity: 0;
  transform: scale(1);
  transition: all var(--tspeed);
}

.ft-icon.ft-icon-style-box:hover .ft-i-wrapper:after, .ft-icon.ft-icon-style-box:focus .ft-i-wrapper:after {
  transform: translate(0, 0);
}
.ft-icon.ft-icon-style-box:hover .ft-i-wrapper:before, .ft-icon.ft-icon-style-box:focus .ft-i-wrapper:before {
  transform: translate(10px, 10px);
  transition-delay: var(--tspeed);
}
.ft-icon.ft-icon-style-box:hover .ft-i-wrapper .ft-i, .ft-icon.ft-icon-style-box:focus .ft-i-wrapper .ft-i {
  background: rgb(var(--color-secondary));
  border-color: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
  transition: all var(--tspeed) 0.25s;
}
.ft-icon.ft-icon-style-box .ft-i-wrapper {
  position: relative;
  display: inline-block;
}
.ft-icon.ft-icon-style-box .ft-i-wrapper:after, .ft-icon.ft-icon-style-box .ft-i-wrapper:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid rgb(var(--color-dark));
  transform: translate(10px, 10px);
  transition: transform var(--tspeed);
}
.ft-icon.ft-icon-style-box .ft-i-wrapper:before {
  border: unset;
  background: rgb(var(--color-primary));
  transform: translate(0, 0);
}
.ft-icon.ft-icon-style-box .ft-i {
  position: relative;
  display: inline-block;
  padding: 20px;
  background-color: #fff;
  border: 2px solid rgb(var(--color-dark));
  z-index: 1;
}

/*
    [11.18] Feature Arrow Card
--------------------------------- */
.ft-arrow-card .ft-content {
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: box-shadow var(--tspeed) ease-in-out;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 40px 40px 27px 40px;
  background: rgb(var(--color-secondary));
  transition: all var(--tspeed) ease-in-out;
}
.ft-arrow-card .ft-content:hover, .ft-arrow-card .ft-content:focus {
  box-shadow: 15px 15px 0px rgb(var(--color-primary));
}
.ft-arrow-card a:hover .corner-top-right-arrow, .ft-arrow-card a:focus .corner-top-right-arrow {
  transform: translateX(15px) translateY(-15px);
}
.ft-arrow-card .corner-top-right-arrow {
  position: absolute;
  display: block;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  border-top: 2px solid rgb(var(--color-primary));
  border-right: 2px solid rgb(var(--color-primary));
  overflow: hidden;
  position: relative;
  top: 0;
  right: 0;
  display: block;
  margin-left: auto;
  margin-bottom: 50px;
  transition: transform var(--tspeed);
}
.ft-arrow-card .corner-top-right-arrow span {
  position: relative;
  top: 12px;
  right: 5px;
  display: block;
  border-bottom: 2px solid rgb(var(--color-primary));
  transform: rotate(-45deg);
  width: 40px;
}
.ft-arrow-card .ft-title {
  margin: 0;
  color: #fff;
}
.ft-arrow-card .ft-title:after {
  content: "";
  display: block;
  margin-top: 25px;
  margin-bottom: 30px;
  width: 50px;
  height: 2px;
  background: rgb(var(--color-primary));
}
.ft-arrow-card .ft-description {
  color: #fff;
  opacity: 0.8;
}

/*
    [11.19] Testimonial Slider - Style Large Image
---------------------------------------------------- */
.ft-testimonial-slider-2 .ft-testimonial-item {
  display: flex;
  flex-flow: column;
  padding: 30px;
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-image {
  position: relative;
  width: 100%;
  height: auto;
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-image .tst-symbol {
  position: absolute;
  left: -30px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  box-shadow: 7px 7px 0 #fff;
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-image .tst-symbol:before {
  content: "“";
  position: relative;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  font-family: "Georgia", serif;
  font-size: 80px;
  line-height: 1.25;
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: 60px 0;
  padding: 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: var(--fw-light);
  color: rgb(var(--color-text));
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-content:before {
  content: none;
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-content footer {
  display: block;
  position: relative;
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-content footer:before {
  content: "";
  display: block;
  margin: 40px auto;
  border-top: 2px solid rgb(var(--color-primary));
  width: 45px;
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-content footer cite {
  display: flex;
  flex-flow: column;
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-content footer .tst-name {
  display: block;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-dark));
}
.ft-testimonial-slider-2 .ft-testimonial-item .ft-content footer .tst-role {
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}

.testimonial-has-style-2.swiper-container .swiper-nav-arrow.swiper-button-prev {
  left: unset;
  right: 70px;
  top: unset;
  bottom: 92px;
}
.testimonial-has-style-2.swiper-container .swiper-nav-arrow.swiper-button-next {
  left: unset;
  right: 0;
  top: unset;
  bottom: 92px;
}
.testimonial-has-style-2.swiper-container .swiper-pagination-lines.swiper-pagination {
  margin-top: 0;
}

@media (min-width: 992px) {
  .ft-testimonial-slider-2 .ft-testimonial-item {
    flex-flow: row;
    padding: 30px 0 30px 30px;
  }
  .ft-testimonial-slider-2 .ft-testimonial-item .ft-content {
    margin: 40px 0 0 90px;
    font-size: 1.375rem;
    text-align: left;
  }
  .ft-testimonial-slider-2 .ft-testimonial-item .ft-content footer:before {
    margin: 0 0 30px 0;
  }
  .testimonial-has-style-2.swiper-container .swiper-pagination-lines.swiper-pagination {
    position: relative;
    top: unset;
    left: 30px;
    right: unset;
    bottom: unset;
    margin-top: 60px;
    margin-left: -2px;
    margin-right: unset;
    justify-content: flex-start;
  }
}
/*
    [11.20] Testimonial Card
-------------------------------- */
.ft-testimonial-card:hover .ft-content, .ft-testimonial-card:focus .ft-content {
  box-shadow: 15px 15px 0 rgb(var(--color-primary));
}
.ft-testimonial-card .ft-content {
  padding: 40px;
  background-color: rgb(var(--color-secondary));
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: all var(--tspeed);
}
.ft-testimonial-card .tst-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  width: 40px;
  height: 40px;
  background-color: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}
.ft-testimonial-card .tst-symbol:before {
  content: "“";
  display: block;
  width: 24px;
  height: 24px;
  font-family: "Georgia", serif;
  font-size: 4rem;
  line-height: 0.9;
}
.ft-testimonial-card blockquote {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  font-weight: var(--fw-light);
  letter-spacing: -0.5px;
  color: #fff;
}
.ft-testimonial-card blockquote:before {
  content: none;
}
.ft-testimonial-card .tst-name {
  display: block;
  margin-bottom: 0;
  font-weight: var(--fw-sbold);
}
.ft-testimonial-card .tst-name:before {
  content: "";
  display: block;
  margin: 60px 0 20px 0;
  width: 45px;
  border-bottom: 2px solid rgb(var(--color-primary));
}
.ft-testimonial-card .tst-role {
  display: block;
  font-size: var(--fs-small);
  opacity: 0.7;
}

.tst-align-center.ft-testimonial-card {
  text-align: center;
}
.tst-align-center.ft-testimonial-card .tst-symbol {
  margin-left: auto;
  margin-right: auto;
}
.tst-align-center.ft-testimonial-card .tst-name:before {
  margin-left: auto;
  margin-right: auto;
}

.tst-align-right.ft-testimonial-card {
  text-align: right;
}
.tst-align-right.ft-testimonial-card .tst-symbol {
  margin-left: auto;
}
.tst-align-right.ft-testimonial-card .tst-name:before {
  margin-left: auto;
}

/*
    [11.21] Tabs
---------------------------- */
.ft-tabs {
  position: relative;
}
.ft-tabs .ft-tabs-control {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.ft-tabs button.ft-tab-title {
  position: relative;
  display: inline-flex;
  flex-flow: column;
  margin: 0;
  padding: 25px 0;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(var(--color-dark), 0.15);
  text-align: left;
  width: 100%;
}
.ft-tabs button.ft-tab-title:after {
  overflow: hidden;
}
.ft-tabs button.ft-tab-title h1, .ft-tabs button.ft-tab-title h2, .ft-tabs button.ft-tab-title h3, .ft-tabs button.ft-tab-title h4, .ft-tabs button.ft-tab-title h5, .ft-tabs button.ft-tab-title h6 {
  display: block;
  margin-bottom: 10px;
  opacity: 0.7;
  transition: all var(--tspeed);
}
.ft-tabs button.ft-tab-title span {
  font-weight: var(--fw-reg);
  color: rgb(var(--color-text));
  opacity: 0.6;
  transition: all var(--tspeed);
}
.ft-tabs button.ft-tab-title:hover, .ft-tabs button.ft-tab-title:focus {
  outline: none;
}
.ft-tabs button.ft-tab-title:hover h1, .ft-tabs button.ft-tab-title:hover h2, .ft-tabs button.ft-tab-title:hover h3, .ft-tabs button.ft-tab-title:hover h4, .ft-tabs button.ft-tab-title:hover h5, .ft-tabs button.ft-tab-title:hover h6, .ft-tabs button.ft-tab-title:hover span, .ft-tabs button.ft-tab-title:focus h1, .ft-tabs button.ft-tab-title:focus h2, .ft-tabs button.ft-tab-title:focus h3, .ft-tabs button.ft-tab-title:focus h4, .ft-tabs button.ft-tab-title:focus h5, .ft-tabs button.ft-tab-title:focus h6, .ft-tabs button.ft-tab-title:focus span {
  opacity: 1;
}
@keyframes tab_active_anim {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.ft-tabs button.active.ft-tab-title:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid rgb(var(--color-primary));
  transform: translateX(0);
  animation: 0.25s 1 tab_active_anim;
  animation-timing-function: ease-out;
}
.ft-tabs .ft-tabs-content-wrapper {
  position: relative;
  display: grid;
}
.ft-tabs .ft-tabs-content-wrapper .ft-tab-content {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all var(--tspeed);
}
.ft-tabs .ft-tabs-content-wrapper .active.ft-tab-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .ft-tabs .ft-tabs-control {
    flex-flow: row;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(var(--color-dark), 0.15);
  }
  .ft-tabs button.ft-tab-title {
    padding: 0 25px;
    border: none;
    border-right: 1px solid rgba(var(--color-dark), 0.15);
  }
  .ft-tabs button.ft-tab-title:first-child {
    padding-left: 0;
  }
  .ft-tabs button.ft-tab-title:last-child {
    padding-right: 0;
    border: none;
  }
  .ft-tabs button.active.ft-tab-title:after {
    bottom: -40px;
  }
}
.ft-tabs-position-bottom.ft-tabs {
  display: flex;
  flex-flow: column-reverse;
}
.ft-tabs-position-bottom.ft-tabs .ft-tabs-control {
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0;
  border-top: 1px solid rgba(var(--color-dark), 0.15);
  border-bottom: none;
}
@keyframes tab_active_anim_bottom {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.ft-tabs-position-bottom.ft-tabs .ft-tabs-control button.active.ft-tab-title:after {
  top: unset;
  bottom: 0;
  animation: 0.25s 1 tab_active_anim;
}

@media (min-width: 992px) {
  .ft-tabs-position-bottom.ft-tabs .ft-tabs-control button.active.ft-tab-title:after {
    top: -40px;
    bottom: unset;
    animation: 0.25s 1 tab_active_anim_bottom;
  }
}
/*
    [11.22] Progress Bar
---------------------------- */
.ft-progress-bar .ftpb-label h1, .ft-progress-bar .ftpb-label h2, .ft-progress-bar .ftpb-label h3, .ft-progress-bar .ftpb-label h4, .ft-progress-bar .ftpb-label h5, .ft-progress-bar .ftpb-label h6, .ft-progress-bar .ftpb-label p, .ft-progress-bar .ftpb-label span, .ft-progress-bar .ftpb-label div {
  margin-bottom: 20px;
}
.ft-progress-bar .ft-progress-container {
  position: relative;
  display: block;
  width: 100%;
  height: 43px;
  background: rgb(var(--color-primary));
  font-weight: var(--fw-sbold);
  color: #fff;
}
.ft-progress-bar .ft-progress-container .ft-progress {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0 15px;
  top: 0;
  left: 0;
  width: 0;
  height: 43px;
  background: rgb(var(--color-secondary));
  transition: 2.2s ease-in-out;
}
.ft-progress-bar .ft-progress-container .ft-progress span {
  display: inline-block;
  z-index: 1;
}
.ft-progress-bar .ft-progress-container .ft-progress .ftpb-text {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: 2.2s ease-in-out 0.3s;
}

.style-banner.ft-progress-bar .ft-progress-container {
  background: unset;
  font-size: var(--h5-size);
}
.style-banner.ft-progress-bar .ft-progress-container .ftpb-text {
  display: block;
  margin-bottom: 15px;
  color: rgb(var(--color-secondary));
}
.style-banner.ft-progress-bar .ft-progress-container .ftpb-percent {
  position: relative;
  top: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  height: 37px;
  background: rgb(var(--color-secondary));
  color: #fff;
  line-height: 1.1;
}
.style-banner.ft-progress-bar .ft-progress-container .ftpb-percent:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid rgb(var(--color-secondary));
  transform: rotate(-90deg);
}
.style-banner.ft-progress-bar .ft-progress-container .ft-progress {
  padding: 0;
  background: unset;
  border-bottom: 3px solid rgb(var(--color-primary));
}

.style-line.ft-progress-bar .ft-progress-container {
  color: rgb(var(--color-secondary));
  background: none;
  border-bottom: 3px solid rgb(var(--color-primary));
}
.style-line.ft-progress-bar .ft-progress-container .ft-progress {
  padding: 0;
  background: none;
  border-bottom: 3px solid rgb(var(--color-secondary));
}

/*
    [11.23] Timeline
---------------------------- */
.ft-timeline {
  position: relative;
  display: block;
  width: 100%;
}
.ft-timeline ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ft-timeline ul li {
  display: flex;
  position: relative;
}
.ft-timeline ul li:last-child .ft-timeline-content {
  margin-bottom: 0;
}
.ft-timeline ul li:last-child .ft-timeline-content:before {
  height: 85%;
}
.ft-timeline ul li:hover .ft-timeline-date, .ft-timeline ul li:focus .ft-timeline-date {
  opacity: 1;
}
.ft-timeline ul li:hover .ft-timeline-dot, .ft-timeline ul li:focus .ft-timeline-dot {
  opacity: 0.3;
}
.ft-timeline ul li:hover .ft-timeline-content:before, .ft-timeline ul li:focus .ft-timeline-content:before {
  opacity: 0.3;
}
.ft-timeline ul li:hover .ft-timeline-description, .ft-timeline ul li:focus .ft-timeline-description {
  opacity: 1;
}
.ft-timeline ul li .ft-timeline-date {
  flex-shrink: 0;
  position: absolute;
  display: block;
  width: 180px;
  left: 80px;
  top: 0;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  opacity: 0.4;
  transition: opacity var(--tspeed);
}
.ft-timeline ul li .ft-timeline-dot {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 60px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: rgb(var(--color-secondary));
  opacity: 0.1;
  transition: all var(--tspeed);
}
.ft-timeline ul li .dot-square.ft-timeline-dot {
  border-radius: 0;
}
.ft-timeline ul li .ft-timeline-content {
  position: relative;
  display: block;
  margin-bottom: 51px;
  padding-bottom: 15px;
}
.ft-timeline ul li .ft-timeline-content:before {
  content: "";
  position: absolute;
  top: 37px;
  left: -71px;
  height: 100%;
  border-left: 2px solid rgb(var(--color-secondary));
  opacity: 0.1;
  transition: opacity var(--tspeed);
}
.ft-timeline ul li .ft-timeline-title,
.ft-timeline ul li .ft-timeline-description,
.ft-timeline ul li .ft-timeline-link {
  margin: 0;
  padding: 0;
}
.ft-timeline ul li .ft-timeline-title {
  margin-top: 35px;
  margin-bottom: 25px;
}
.ft-timeline ul li .ft-timeline-description {
  opacity: 0.7;
  transition: opacity var(--tspeed);
}
.ft-timeline ul li .ft-timeline-link {
  margin-top: 30px;
}
.ft-timeline ul li.ft-timeline-current .ft-timeline-date {
  opacity: 1;
}
.ft-timeline ul li.ft-timeline-current .ft-timeline-dot {
  background: rgb(var(--color-primary));
  opacity: 1;
}
.ft-timeline ul li.ft-timeline-current .ft-timeline-dot:before {
  content: "";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  border: 2px solid rgb(var(--color-primary));
  border-radius: 100px;
}
.ft-timeline ul li.ft-timeline-current .dot-square.ft-timeline-dot:before {
  border-radius: 0;
}
.ft-timeline ul li.ft-timeline-current .ft-timeline-description {
  opacity: 1;
}
.ft-timeline ul li.ft-timeline-future .ft-timeline-dot {
  background: none;
  border: 2px solid rgb(var(--color-secondary));
}
.ft-timeline ul li.ft-timeline-future .ft-timeline-content:before {
  border-left-style: dashed;
}

@media (min-width: 992px) {
  .ft-timeline:not(.style-compact) ul li .ft-timeline-date {
    position: relative;
    left: unset;
    top: unset;
    text-align: right;
    word-break: break-all;
  }
  .ft-timeline:not(.style-compact) ul li .ft-timeline-dot {
    margin: 0 60px;
  }
  .ft-timeline:not(.style-compact) ul li .ft-timeline-title {
    margin-top: -6px;
  }
}
/*
    [12.1] Team Card
--------------------------------- */
.team-card .tm-img-wrapper {
  position: relative;
}
.team-card .tm-bio {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  padding: 40px;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-secondary));
  box-shadow: 0 0 0 rgb(var(--color-primary));
  opacity: 0;
  visibility: hidden;
  transition: all var(--tspeed);
}
.team-card .tm-bio .tm-title,
.team-card .tm-bio .tm-description,
.team-card .tm-bio .tm-icon-links {
  opacity: 0;
  transform: translateY(10px);
  transition: all var(--tspeed);
}
.team-card .tm-bio .tm-title {
  margin: 0 0 30px 0;
  color: #fff;
  transition-delay: 0.2s;
  word-break: break-word;
}
.team-card .tm-bio .tm-description {
  margin: 0 0 20px 0;
  color: rgb(var(--color-light));
  transition-delay: 0.27s;
  word-break: break-word;
  overflow-y: auto;
}
.team-card .tm-bio .tm-icon-links {
  margin-top: auto;
  transition-delay: 0.34s;
}
.team-card .tm-bio .tm-icon-links:before {
  content: "";
  display: block;
  margin-bottom: 30px;
  width: 80px;
  height: 2px;
  background: rgb(var(--color-primary));
}
.team-card .tm-bio ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.team-card .tm-bio ul li {
  margin-left: 20px;
  margin-right: 0;
  color: rgb(var(--color-gray-light));
}
.team-card .tm-bio ul li:first-child {
  margin-left: unset;
}
.team-card .tm-bio ul li a {
  color: inherit;
}
.team-card .tm-bio ul li a:hover, .team-card .tm-bio ul li a:focus {
  color: rgb(var(--color-primary));
}
.team-card .tm-info {
  position: relative;
  margin-top: 30px;
}
.team-card .tm-info .tm-name {
  margin: 0 0 5px 0;
}
.team-card .tm-info .tm-role {
  opacity: 0.7;
}
.team-card .btn-bio {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  background: rgb(var(--color-primary));
  opacity: 1;
  transition: all var(--tspeed);
}
.team-card .btn-bio span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 12px;
  background: rgb(var(--color-secondary));
}
.team-card .btn-bio span:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 12px;
  background: rgb(var(--color-secondary));
}
.team-card .btn-bio span {
  transform: rotate(0);
  transition: all var(--tspeed);
}
.team-card .btn-bio:hover {
  opacity: 0.4;
}

.open.team-card .tm-bio {
  opacity: 1;
  visibility: visible;
  box-shadow: 15px 15px 0 rgb(var(--color-primary));
}
.open.team-card .tm-bio .tm-title,
.open.team-card .tm-bio .tm-description,
.open.team-card .tm-bio .tm-icon-links {
  transform: translateY(0);
  opacity: 1;
}
.open.team-card .btn-bio {
  opacity: 0.4;
}
.open.team-card .btn-bio span {
  transform: rotate(45deg);
  animation: none;
}
.open.team-card .btn-bio:hover {
  opacity: 1;
}

/*
    [12.2] Team Inline
--------------------------------- */
.team-inline {
  display: flex;
  align-items: center;
  flex-flow: column;
}
.team-inline img {
  max-width: 170px !important;
}
.team-inline img,
.team-inline > a {
  flex-shrink: 0;
  align-items: center;
  height: auto;
}
.team-inline .tm-content {
  margin-top: 30px;
}
.team-inline .tm-content .tm-name {
  margin: 0 0 5px 0;
  word-break: break-word;
}
.team-inline .tm-content .tm-role {
  margin: 0;
  opacity: 0.7;
  word-break: break-word;
}
.team-inline .tm-content ul {
  list-style: none;
  display: flex;
  margin: 30px 0 0 0;
  padding: 0;
}
.team-inline .tm-content ul li {
  margin: 0 0 0 10px;
}
.team-inline .tm-content ul li:first-child {
  margin-left: unset;
}
.team-inline .tm-content ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}
.team-inline .tm-content ul li a:hover, .team-inline .tm-content ul li a:focus {
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
}

@media (min-width: 768px) {
  .team-inline {
    flex-flow: row;
    align-items: center;
  }
  .team-inline .tm-content {
    margin-top: unset;
    margin-left: 30px;
  }
}
/*
    [13.0] Pricing Table
--------------------------------- */
.pricing-table {
  position: relative;
  display: flex;
  flex-flow: column;
  padding: 40px;
  width: 100%;
  border: 5px solid rgba(var(--color-primary), 0.15);
  text-align: center;
}
.pricing-table .pt-featured {
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 1px 8px;
  background: rgb(var(--color-primary));
  font-size: var(--fs-small);
  color: rgb(var(--color-secondary));
}
.pricing-table .pt-header .pt-title {
  margin-bottom: 30px;
  line-height: 1;
}
.pricing-table .pt-header .price {
  display: flex;
  justify-content: center;
}
.pricing-table .pt-header .price .currency {
  display: inline-block;
  margin-right: 5px;
  align-self: flex-end;
  font-size: 1.25rem;
  color: rgb(var(--color-gray-light));
}
.pricing-table .pt-header .price .amount {
  display: inline-block;
  font-size: 3.25rem;
  font-weight: var(--fw-sbold);
  line-height: 1;
  color: rgb(var(--color-dark));
}
.pricing-table .pt-header .price .interval {
  display: inline-block;
  margin-left: 2px;
  align-self: flex-start;
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}
.pricing-table .pt-content:before {
  content: "";
  display: flex;
  margin: 30px auto 50px auto;
  width: 77px;
  height: 2px;
  background: rgb(var(--color-primary));
}
.pricing-table .pt-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pricing-table .pt-content ul li {
  margin-bottom: 20px;
}
.pricing-table .pt-content ul li:last-child {
  margin-bottom: unset;
}
.pricing-table .pt-cta {
  margin-top: 50px;
}
.pricing-table .pt-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 30px;
  height: 50px;
  background: rgb(var(--color-primary));
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-secondary));
  transition: all var(--tspeed);
}
.pricing-table .pt-cta .cta-btn:hover, .pricing-table .pt-cta .cta-btn:focus {
  background: rgb(var(--color-secondary));
  color: rgb(var(--color-primary));
}

.featured.pricing-table {
  border-color: rgb(var(--color-primary));
}

/*
    [14.0] Sliders
--------------------------------- */
.swiper-pagination {
  justify-content: flex-end;
  max-width: 770px;
  left: 0;
  right: 0;
  bottom: 35px !important;
  margin: auto;
  display: none;
}
.swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 0;
  background: rgb(var(--color-secondary));
  opacity: 0.2;
  transition: all var(--tspeed);
}
.swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(var(--color-primary));
  opacity: 1;
}

@media (min-width: 992px) {
  .swiper-pagination {
    display: flex;
  }
}
.elementor-image-carousel-wrapper .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: -50px;
}

.swiper-nav-arrow.swiper-button-prev,
.swiper-nav-arrow.swiper-button-next,
.elementor-swiper-button.elementor-swiper-button-prev,
.elementor-swiper-button.elementor-swiper-button-next {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  width: 60px;
  height: 60px;
  border: none;
  background: rgb(var(--color-primary));
  opacity: 0.4;
  transform: rotate(-90deg);
  transition: all var(--tspeed);
}
.swiper-nav-arrow.swiper-button-prev:hover, .swiper-nav-arrow.swiper-button-prev:focus,
.swiper-nav-arrow.swiper-button-next:hover,
.swiper-nav-arrow.swiper-button-next:focus,
.elementor-swiper-button.elementor-swiper-button-prev:hover,
.elementor-swiper-button.elementor-swiper-button-prev:focus,
.elementor-swiper-button.elementor-swiper-button-next:hover,
.elementor-swiper-button.elementor-swiper-button-next:focus {
  opacity: 1;
}
.swiper-nav-arrow.swiper-button-prev i,
.swiper-nav-arrow.swiper-button-prev .elementor-screen-only,
.swiper-nav-arrow.swiper-button-next i,
.swiper-nav-arrow.swiper-button-next .elementor-screen-only,
.elementor-swiper-button.elementor-swiper-button-prev i,
.elementor-swiper-button.elementor-swiper-button-prev .elementor-screen-only,
.elementor-swiper-button.elementor-swiper-button-next i,
.elementor-swiper-button.elementor-swiper-button-next .elementor-screen-only {
  display: none;
}
.swiper-nav-arrow.swiper-button-prev:after, .swiper-nav-arrow.swiper-button-prev:before,
.swiper-nav-arrow.swiper-button-next:after,
.swiper-nav-arrow.swiper-button-next:before,
.elementor-swiper-button.elementor-swiper-button-prev:after,
.elementor-swiper-button.elementor-swiper-button-prev:before,
.elementor-swiper-button.elementor-swiper-button-next:after,
.elementor-swiper-button.elementor-swiper-button-next:before {
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  background: rgb(var(--color-secondary));
}
.swiper-nav-arrow.swiper-button-prev:before,
.swiper-nav-arrow.swiper-button-next:before,
.elementor-swiper-button.elementor-swiper-button-prev:before,
.elementor-swiper-button.elementor-swiper-button-next:before {
  transform: rotate(45deg);
  margin-right: -2px;
}
.swiper-nav-arrow.swiper-button-prev:after,
.swiper-nav-arrow.swiper-button-next:after,
.elementor-swiper-button.elementor-swiper-button-prev:after,
.elementor-swiper-button.elementor-swiper-button-next:after {
  transform: rotate(-45deg);
  margin-left: -2px;
}

.swiper-nav-arrow.swiper-button-prev,
.elementor-swiper-button.elementor-swiper-button-prev {
  transform: rotate(90deg);
}

.swiper-nav-arrow.swiper-button-next,
.elementor-swiper-button.elementor-swiper-button-next {
  transform: rotate(-90deg);
}

@media (min-width: 992px) {
  .swiper-nav-arrow.swiper-button-prev,
  .swiper-nav-arrow.swiper-button-next,
  .elementor-swiper-button.elementor-swiper-button-prev,
  .elementor-swiper-button.elementor-swiper-button-next {
    display: flex;
  }
}
.ns-nav {
  position: relative;
  margin-top: 60px;
  left: 225px;
  display: none;
  flex-shrink: 0;
  z-index: 10;
}
.ns-nav .ns-button-sep {
  display: block;
  width: 1px;
  height: 55px;
  background: rgb(var(--color-secondary));
  opacity: 0.2;
  transform: rotate(30deg);
}
.ns-nav .ns-button-prev {
  top: 5px;
  left: -25px;
}
.ns-nav .ns-button-prev i {
  transform: translate(12px);
}
.ns-nav .ns-button-prev:hover i {
  transform: translate(-12px);
}
.ns-nav .ns-button-next {
  top: 20px;
  right: -25px;
}
.ns-nav .ns-button-next i {
  transform: translate(-12px);
}
.ns-nav .ns-button-next:hover i {
  transform: translate(12px);
}
.ns-nav .ns-button-prev,
.ns-nav .ns-button-next {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  opacity: 0.4;
  transition: all var(--tspeed);
}
.ns-nav .ns-button-prev i,
.ns-nav .ns-button-next i {
  display: inline-block;
  font-size: 1.9rem;
  transition: transform var(--tspeed);
}
.ns-nav .ns-button-prev:hover,
.ns-nav .ns-button-next:hover {
  opacity: 1;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .ns-nav {
    display: flex;
  }
}
/*
    [14.1] Neue Slider
--------------------------------- */
.neue-slider-container.swiper-container {
  margin-right: -9px;
  overflow: unset;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide {
  padding-bottom: 2px;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content {
  margin-top: 20px;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content .ns-subtitle {
  line-height: 1;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content .ns-title {
  margin: 10px 0 0 0;
  line-height: 1;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: all var(--tspeed);
}
.neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content {
  opacity: 0;
  transform: translateX(25px);
}
.neue-slider-container.swiper-container .ns-item.swiper-slide.swiper-slide-prev {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--tspeed);
}
.neue-slider-container.swiper-container .ns-item.swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
  min-width: 75%;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide.swiper-slide-active .ns-content {
  opacity: 1;
  transform: translateX(0);
  transition: all var(--tspeed) 0.6s;
}
.neue-slider-container.swiper-container .ns-item.swiper-slide.swiper-slide-next {
  opacity: 0.3;
  visibility: visible;
  width: 65% !important;
}

@media (max-width: 768px) {
  .neue-slider-container.swiper-container {
    margin-right: unset;
    overflow: hidden;
  }
  .neue-slider-container.swiper-container .ns-item.swiper-slide {
    width: 100%;
    min-width: 100%;
  }
}
.elementor-container-ns-slider {
  overflow: hidden;
}

.neue-slider-container.swiper-container .ns-nav-far-left.ns-nav {
  margin-top: unset;
  left: -290px;
  top: -60px;
  height: 0;
}

.elementor-editor-active .elementor-container-ns-slider {
  overflow: hidden !important;
}
.elementor-editor-active .neue-slider-container.swiper-container .ns-item.swiper-slide {
  opacity: 1 !important;
  visibility: visible !important;
}
.elementor-editor-active .neue-slider-container.swiper-container .ns-item.swiper-slide .ns-content {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/*
    [14.2] Image Slider
--------------------------------- */
.image-slider-container {
  text-align: center;
}
.image-slider-container figcaption {
  text-align: center;
  margin-top: 30px;
}
.image-slider-container figcaption .isl-subtitle {
  display: block;
  margin-bottom: 5px;
}
.image-slider-container figcaption .isl-title {
  display: block;
}
.image-slider-container .swiper-nav-arrow.has-pagination {
  margin-top: -60px;
}
.image-slider-container .swiper-pagination {
  position: relative;
  padding-top: 30px;
  bottom: unset !important;
  justify-content: center;
}

/*
    [14.3] Thirds Slider
--------------------------------- */
.slider-thirds .s-item {
  position: relative;
}
.slider-thirds .s-item .s-item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 30px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-secondary), 0.8);
  z-index: -1;
}
.slider-thirds .s-item .s-item-content .subtitle {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: var(--fw-sbold);
  letter-spacing: 2px;
  color: rgb(var(--color-primary));
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content .title {
  margin-bottom: unset;
  color: #fff;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content .description {
  display: block;
  margin-top: 30px;
  color: #fff;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content .s-item-cta {
  margin-top: 30px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s;
}
.slider-thirds .s-item .s-item-content .s-item-cta .ft-btn {
  color: #fff;
}
.slider-thirds .s-item .s-item-content.open {
  visibility: visible;
  opacity: 1;
}
.slider-thirds .s-item .s-item-header {
  display: flex;
  align-items: center;
  margin-bottom: auto;
}
.slider-thirds .s-item .s-item-header .s-item-nbr {
  font-size: var(--h1-size);
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-primary));
}
.slider-thirds .s-item .s-item-header .s-item-btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
}
.slider-thirds .s-item .s-item-header .s-item-btn-close:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  opacity: 0.7;
  transition: all var(--tspeed);
}
.slider-thirds .s-item .s-item-header .s-item-btn-close:hover:after {
  background: rgb(var(--color-primary));
  opacity: 1;
}
.slider-thirds .s-item .s-item-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  padding: 30px;
  width: 100%;
  background: rgba(var(--color-dark), 0.85);
  visibility: visible;
  opacity: 1;
  transition: all var(--tspeed);
  transform: translateY(0);
}
.slider-thirds .s-item .s-item-footer button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  font-weight: var(--fw-sbold);
  opacity: 0.8;
  transition: all var(--tspeed);
}
.slider-thirds .s-item .s-item-footer button > span {
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}
.slider-thirds .s-item .s-item-footer button > span span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 12px;
  background: rgb(var(--color-secondary));
}
.slider-thirds .s-item .s-item-footer button > span span:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 12px;
  background: rgb(var(--color-secondary));
}
.slider-thirds .s-item .s-item-footer button:hover {
  opacity: 1;
}
.slider-thirds .s-item .s-item-footer.open {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}
.slider-thirds .s-item .s-item-content.open {
  opacity: 1;
  visibility: visible;
  transition: all var(--tspeed) var(--tspeed);
}
.slider-thirds .s-item .s-item-content.open .title,
.slider-thirds .s-item .s-item-content.open .subtitle,
.slider-thirds .s-item .s-item-content.open .description,
.slider-thirds .s-item .s-item-content.open .s-item-cta {
  transform: translateY(0);
}
.slider-thirds .s-item .s-item-content.open .subtitle {
  opacity: 0.7;
  transition: opacity var(--tspeed) 0.35s, transform 0.5s 0.35s;
}
.slider-thirds .s-item .s-item-content.open .title {
  opacity: 1;
  transition: opacity var(--tspeed) 0.55s, transform 0.5s 0.55s;
}
.slider-thirds .s-item .s-item-content.open .description {
  opacity: 0.6;
  transition: opacity var(--tspeed) 0.75s, transform 0.5s 0.75s;
}
.slider-thirds .s-item .s-item-content.open .s-item-cta {
  opacity: 1;
  transition: opacity var(--tspeed) 1.2s, transform 0.5s 1.2s;
}

@media (min-width: 992px) {
  .slider-thirds .s-item .s-item-header .s-item-btn-close {
    opacity: 0;
    visibility: hidden;
  }
  .slider-thirds .s-item:hover .s-item-footer {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
  }
  .slider-thirds .s-item:hover .s-item-content {
    opacity: 1;
    visibility: visible;
    transition: all var(--tspeed) var(--tspeed);
  }
  .slider-thirds .s-item:hover .s-item-content .title,
  .slider-thirds .s-item:hover .s-item-content .subtitle,
  .slider-thirds .s-item:hover .s-item-content .description,
  .slider-thirds .s-item:hover .s-item-content .s-item-cta {
    transform: translateY(0);
  }
  .slider-thirds .s-item:hover .s-item-content .subtitle {
    opacity: 0.7;
    transition: opacity var(--tspeed) 0.35s, transform 0.5s 0.35s;
  }
  .slider-thirds .s-item:hover .s-item-content .title {
    opacity: 1;
    transition: opacity var(--tspeed) 0.55s, transform 0.5s 0.55s;
  }
  .slider-thirds .s-item:hover .s-item-content .description {
    opacity: 0.6;
    transition: opacity var(--tspeed) 0.75s, transform 0.5s 0.75s;
  }
  .slider-thirds .s-item:hover .s-item-content .s-item-cta {
    opacity: 1;
    transition: opacity var(--tspeed) 1.2s, transform 0.5s 1.2s;
  }
}
@media (min-width: 992px) {
  .elementor-element-edit-mode .slider-thirds {
    overflow: hidden;
  }
  .elementor-element-edit-mode .slider-thirds .s-item {
    overflow: hidden;
    max-width: 33.333%;
  }
}

/*
    [15.0] Portfolio
--------------------------------- */
.pf-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}
.pf-filters button {
  display: block;
  margin: 0 15px;
  padding: 5px 0;
  border: none;
  background: none;
  color: rgb(var(--color-gray-light));
  font-weight: var(--fw-light);
  transition: all var(--tspeed);
}
.pf-filters button:after {
  content: "";
  position: relative;
  top: 3px;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: rgb(var(--color-primary));
  transition: all var(--tspeed);
  opacity: 0;
}
.pf-filters button:hover, .pf-filters button:focus {
  color: rgb(var(--color-secondary));
  outline: none;
}
.pf-filters button:focus:after {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.pf-filters .is-checked {
  color: rgb(var(--color-secondary));
}
.pf-filters .is-checked:after {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

@media (min-width: 992px) {
  .pf-filters {
    flex-wrap: nowrap;
  }
  .pf-filters button {
    padding: 0;
  }
}
.pf-link-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  opacity: 0;
  transform: scale(0.9);
  transition: all var(--tspeed);
}
.pf-link-symbol span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 12px;
  background: rgb(var(--color-secondary));
}
.pf-link-symbol span:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 12px;
  background: rgb(var(--color-secondary));
}

.open-lightbox-video .pf-link-symbol {
  transform: unset;
}
.open-lightbox-video .pf-link-symbol:hover span:before {
  opacity: 0.7;
}
.open-lightbox-video .pf-link-symbol span {
  width: unset;
  height: unset;
  background: unset;
}
.open-lightbox-video .pf-link-symbol span:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-size: 0.7rem;
  width: unset;
  height: unset;
  background: unset;
  opacity: 1;
  transition: all var(--tspeed);
}
.open-lightbox-video:hover .pf-link-symbol span {
  transform: none !important;
}

/*
    [15.1] Portfolio Classic
--------------------------------- */
.pf-classic {
  margin-bottom: 60px !important;
}
.pf-classic .pf-img-link {
  position: relative;
  display: block;
  overflow: hidden;
}
.pf-classic .pf-img-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-secondary));
  opacity: 0;
  transition: all var(--tspeed);
}
.pf-classic .pf-img-link img {
  width: 100%;
  transform: scale(1);
  transition: transform var(--tspeed);
}
.pf-classic .pf-img-link:hover:after {
  opacity: 0.7;
}
.pf-classic .pf-img-link:hover img {
  transform: scale(1.1);
}
.pf-classic .pf-img-link:hover .pf-link-symbol {
  opacity: 1;
  transform: scale(1);
  transition: all var(--tspeed) 0.25s;
}
.pf-classic .pf-img-link:hover .pf-link-symbol span {
  transform: rotate(90deg);
  transition: all var(--tspeed) 0.35s;
}
.pf-classic .pf-title {
  margin: 20px 0 0 0;
}
.pf-classic .pf-subtitle {
  display: block;
  margin-top: 5px;
  font-size: var(--fs-small);
  color: rgb(var(--color-gray-light));
}

/*
    [15.2] Portfolio - Minimal
--------------------------------- */
.pf-minimal {
  position: relative;
}
.pf-minimal img {
  width: 100%;
  height: auto;
}
.pf-minimal .pf-img-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-lighter));
  opacity: 0;
  transition: all var(--tspeed);
}
.pf-minimal .pf-img-link .pf-link-symbol {
  position: absolute;
  top: 40px;
  right: 40px;
  bottom: unset;
  left: unset;
  opacity: 0;
  transform: translateX(10px);
  transition: all var(--tspeed);
}
.pf-minimal figcaption {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: all var(--tspeed);
}
.pf-minimal:hover .pf-img-link:after, .pf-minimal:focus .pf-img-link:after {
  opacity: 0.7;
}
.pf-minimal:hover .pf-img-link .pf-link-symbol, .pf-minimal:focus .pf-img-link .pf-link-symbol {
  opacity: 1;
  transform: translateX(0);
}
.pf-minimal:hover figcaption, .pf-minimal:focus figcaption {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*
    [15.3] Portfolio - Neue
--------------------------------- */
.pf-neue {
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: box-shadow var(--tspeed) ease-in-out;
  position: relative;
  display: block;
  margin-bottom: 30px !important;
}
.pf-neue:hover, .pf-neue:focus {
  box-shadow: 15px 15px 0px rgb(var(--color-primary));
}
.pf-neue .pf-img-link {
  position: relative;
  display: block;
}
.pf-neue .pf-img-link:hover:after {
  opacity: 0.7;
}
.pf-neue .pf-img-link:hover .pf-caption {
  opacity: 1;
  visibility: visible;
}
.pf-neue .pf-img-link:hover .pf-caption .pf-accent-line,
.pf-neue .pf-img-link:hover .pf-caption .pf-title,
.pf-neue .pf-img-link:hover .pf-caption .pf-link-plus {
  opacity: 1;
  transform: translateX(0);
}
.pf-neue .pf-img-link:hover .pf-caption .pf-accent-line {
  transition: all var(--tspeed) 0.3s;
}
.pf-neue .pf-img-link:hover .pf-caption .pf-title {
  transition: all var(--tspeed) 0.55s;
}
.pf-neue .pf-img-link:hover .pf-caption .pf-link-plus {
  transition: all var(--tspeed) 0.75s;
}
.pf-neue .pf-img-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(var(--color-secondary));
  opacity: 0;
  transition: all var(--tspeed);
}
.pf-neue .pf-img-link img {
  width: 100%;
}
.pf-neue .pf-img-link .pf-caption {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 30px;
  left: 45px;
  transition: all var(--tspeed);
  z-index: 10;
}
.pf-neue .pf-img-link .pf-caption .pf-accent-line {
  position: relative;
  top: 17px;
  display: block;
  width: 50px;
  height: 2px;
  background: rgb(var(--color-primary));
  opacity: 0;
  transform: translateX(-30px);
}
.pf-neue .pf-img-link .pf-caption .pf-title {
  position: relative;
  left: 70px;
  word-break: break-word;
  color: rgb(var(--color-lighter));
  opacity: 0;
  transform: translateX(-20px);
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus {
  position: relative;
  display: flex;
  align-items: center;
  left: 70px;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-primary));
  opacity: 0;
  transform: translateX(-20px);
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus:hover {
  cursor: pointer;
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus:hover .pf-link-symbol span {
  transform: rotate(90deg);
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus .pf-link-symbol {
  position: relative;
  top: -1px;
  bottom: unset;
  left: unset;
  right: unset;
  margin-left: 20px;
  opacity: unset;
}
.pf-neue .pf-img-link .pf-caption .pf-link-plus .pf-link-symbol span {
  transition: all var(--tspeed);
}
.pf-neue .open-lightbox-video .pf-link-plus:hover .pf-link-symbol span {
  transform: none !important;
}

@media (max-width: 400px) {
  .pf-neue .pf-img-link .pf-caption .pf-accent-line {
    top: -20px;
  }
  .pf-neue .pf-img-link .pf-caption .pf-title,
  .pf-neue .pf-img-link .pf-caption .pf-link-plus {
    left: 0;
  }
}
/*
    [16.1] Contact - Classic
--------------------------------- */
.cnt-classic .cnt-description {
  margin-top: 30px;
}
.cnt-classic .cnt-map .social-icons {
  margin: 30px 0 30px 0;
}
.cnt-classic .cnt-map iframe {
  height: 430px;
}
.cnt-classic .cnt-info-list {
  list-style: none;
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0;
}
.cnt-classic .cnt-info-list li {
  display: flex;
  margin-top: 30px;
}
.cnt-classic .cnt-info-list li:hover .cnt-icon, .cnt-classic .cnt-info-list li:focus .cnt-icon {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
}
.cnt-classic .cnt-info-list li .cnt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: rgb(var(--color-secondary));
  color: #fff;
  transition: all var(--tspeed);
}
.cnt-classic .cnt-info-list li .cnt-info-content {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .cnt-classic .cnt-map .social-icons {
    justify-content: flex-end;
  }
}
/*
    [16.2] Contact - Tabs
--------------------------------- */
.cnt-tabs {
  position: relative;
}
.cnt-tabs .tab-content .cnt-map .elementor-custom-embed {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.cnt-tabs .tab-content .cnt-map .active.elementor-custom-embed {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all var(--tspeed);
}
.cnt-tabs .tab-content iframe {
  height: 1100px;
}
.cnt-tabs .tab-control {
  position: absolute;
  display: flex;
  flex-flow: column;
  top: 15px;
  left: 15px;
  right: 15px;
  margin: auto;
}
.cnt-tabs .tab-control ul {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 20px 0;
  flex-flow: column;
  width: 100%;
  max-width: 370px;
  background: rgb(var(--color-secondary));
}
.cnt-tabs .tab-control ul li [type=radio] {
  display: none;
}
.cnt-tabs .tab-control ul li label {
  display: block;
  padding: 10px 40px;
}
.cnt-tabs .tab-control ul li label .tc-header {
  display: flex;
  align-items: center;
  height: 22px;
  cursor: pointer;
}
.cnt-tabs .tab-control ul li label .tc-header .tc-title {
  margin: 0 0 0 20px;
  font-weight: var(--fw-sbold);
  font-size: var(--h6-size);
}
.cnt-tabs .tab-control ul li label .tc-header i,
.cnt-tabs .tab-control ul li label .tc-header .tc-arrow {
  font-weight: normal;
}
.cnt-tabs .tab-control ul li label .tc-header .tc-arrow {
  margin-left: auto;
}
.cnt-tabs .tab-control ul li label .tc-header .tc-arrow i {
  transform: rotate(180deg);
  transition: all var(--tspeed) 0.1s;
}
.cnt-tabs .tab-control ul li label .tc-header i,
.cnt-tabs .tab-control ul li label .tc-header .tc-arrow,
.cnt-tabs .tab-control ul li label .tc-header .tc-title {
  color: #fff;
  opacity: 0.6;
  transition: all var(--tspeed);
}
.cnt-tabs .tab-control ul li label .tc-header:hover i,
.cnt-tabs .tab-control ul li label .tc-header:hover .tc-arrow,
.cnt-tabs .tab-control ul li label .tc-header:hover .tc-title {
  opacity: 1;
}
.cnt-tabs .tab-control ul li label .tc-content {
  position: absolute;
  display: block;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  color: rgb(var(--color-light));
  font-size: var(--fs-small);
  transform: translateY(-15px);
}
.cnt-tabs .tab-control ul li label .tc-content a {
  --fh_color: var(--color-text);
  --border_size: 1px;
  --bottom: 0;
  position: relative;
  display: inline-flex;
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0);
  color: inherit;
  --color: var(--color-link);
  --fh_color: var(--color);
  border-bottom: 1px solid rgba(var(--fh_color), 0.7);
  color: rgb(var(--fh_color));
  text-decoration: none;
  --color: var(--color-primary);
  margin-bottom: 10px;
}
.cnt-tabs .tab-control ul li label .tc-content a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: var(--bottom);
  width: 0;
  height: var(--border_size);
  background: rgb(var(--fh_color));
  transition: all var(--tspeed);
  opacity: 0;
}
.cnt-tabs .tab-control ul li label .tc-content a:hover, .cnt-tabs .tab-control ul li label .tc-content a:focus {
  color: rgb(var(--fh_color));
  border-bottom: var(--border_size) solid rgba(var(--fh_color), 0.4);
}
.cnt-tabs .tab-control ul li label .tc-content a:hover:before {
  width: 100%;
  opacity: 1;
  transition: width var(--tspeed) var(--tspeed) cubic-bezier(0.92, 0.1, 0.62, 0.99);
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-title {
  color: #fff;
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header i,
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-arrow {
  color: rgb(var(--color-primary));
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header i,
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-arrow,
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-title {
  opacity: 1;
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-header .tc-arrow i {
  transform: rotate(0);
}
.cnt-tabs .tab-control ul li [type=radio]:checked ~ label .tc-content {
  height: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all var(--tspeed) 0.15s;
}

@media (min-width: 992px) {
  .cnt-tabs .tab-content iframe {
    height: 525px;
  }
  .cnt-tabs .tab-control {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1110px;
  }
}
/*
    [17.0] Case - Post
--------------------------------- */
.case-badge {
  display: inline-flex;
  padding: 4px 12px;
  background: rgb(var(--color-primary));
  font-weight: var(--fw-sbold);
  font-size: var(--fs-small);
  color: rgb(var(--color-dark));
}

.case-title > a {
  color: inherit;
}
.case-title > a:hover, .case-title > a:focus {
  color: rgb(var(--color-primary));
}

.case-cat a {
  display: inline-block;
  color: rgb(var(--color-gray));
  margin-right: 5px;
  opacity: 0.7;
}
.case-cat a:hover, .case-cat a:focus {
  opacity: 1;
  color: rgb(var(--color-dark));
}
.case-cat a:after {
  content: ", ";
}
.case-cat a:last-child {
  margin-right: 0;
}
.case-cat a:last-child:after {
  content: none;
}

.cases-spacing {
  padding-bottom: 90px;
}

/*
    [17.1] Case - Single Page
--------------------------------- */
.cases-single header.page-header {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
  margin-top: 0;
  margin-bottom: 90px;
}
.cases-single header.page-header .case-single-ft-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-secondary), 0.6);
}
.cases-single header.page-header .case-meta-wrapper {
  display: block;
  margin-top: 35px;
  width: 100%;
}
.cases-single header.page-header .case-meta {
  color: rgb(var(--color-dark));
}
.cases-single header.page-header .case-meta .case-category {
  display: block;
}
.cases-single header.page-header .case-meta .case-category a {
  display: inline-block;
  margin-right: 10px;
  font-weight: var(--fw-sbold);
  color: rgb(var(--color-gray));
  opacity: 0.6;
}
.cases-single header.page-header .case-meta .case-category a:after {
  content: ", ";
}
.cases-single header.page-header .case-meta .case-category a:last-child {
  margin-right: 0;
}
.cases-single header.page-header .case-meta .case-category a:last-child:after {
  content: none;
}
.cases-single header.page-header .case-meta .case-category a:hover, .cases-single header.page-header .case-meta .case-category a:focus {
  color: rgb(var(--color-dark));
  opacity: 1;
}
.cases-single header.page-header .case-meta .case-title {
  display: block;
  margin-bottom: 30px;
  color: rgb(var(--color-dark));
}
.cases-single header.page-header .case-meta .case-details {
  display: inline-flex;
  flex-flow: column;
  padding: 30px;
  min-width: 100%;
  background: rgb(var(--color-lighter));
  font-weight: var(--fw-reg);
}
.cases-single header.page-header .case-meta .case-details .case-client,
.cases-single header.page-header .case-meta .case-details .case-website,
.cases-single header.page-header .case-meta .case-details .case-date {
  display: flex;
  flex-flow: column;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-weight: var(--fw-sbold);
}
.cases-single header.page-header .case-meta .case-details .case-client span,
.cases-single header.page-header .case-meta .case-details .case-website span,
.cases-single header.page-header .case-meta .case-details .case-date span {
  font-weight: var(--fw-reg);
  color: rgba(var(--color-gray), 0.8);
}
.cases-single header.page-header .case-meta .case-details .case-client:last-child,
.cases-single header.page-header .case-meta .case-details .case-website:last-child,
.cases-single header.page-header .case-meta .case-details .case-date:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cases-single header.page-header .case-meta .case-details .case-website a {
  color: rgb(var(--color-dark));
}
.cases-single header.page-header .case-meta .case-details .case-website a:hover, .cases-single header.page-header .case-meta .case-details .case-website a:focus {
  color: rgb(var(--color-primary));
}
.cases-single header.page-header .case-meta .case-details .case-date {
  font-weight: var(--fw-reg);
}
.cases-single footer.case-single-footer {
  margin-top: 90px;
  padding-bottom: 90px;
}

@media (min-width: 768px) {
  .cases-single header.page-header {
    display: block;
    flex-flow: unset;
  }
  .cases-single header.page-header .case-meta-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
    z-index: 1;
  }
  .cases-single header.page-header .case-meta {
    color: #fff;
  }
  .cases-single header.page-header .case-meta .case-category {
    margin-bottom: 15px;
  }
  .cases-single header.page-header .case-meta .case-category a {
    color: rgb(var(--color-light));
  }
  .cases-single header.page-header .case-meta .case-category a:hover, .cases-single header.page-header .case-meta .case-category a:focus {
    color: #fff;
  }
  .cases-single header.page-header .case-meta .case-title {
    color: #fff;
  }
  .cases-single header.page-header .case-meta .case-details {
    flex-flow: row;
    margin-bottom: 60px;
    min-width: 200px;
    background: rgba(var(--color-lighter), 0.1);
  }
  .cases-single header.page-header .case-meta .case-details .case-client,
  .cases-single header.page-header .case-meta .case-details .case-website,
  .cases-single header.page-header .case-meta .case-details .case-date {
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-right: 40px;
    padding-right: 40px;
    border-bottom: none;
    border-right: 2px solid #fff;
  }
  .cases-single header.page-header .case-meta .case-details .case-client span,
  .cases-single header.page-header .case-meta .case-details .case-website span,
  .cases-single header.page-header .case-meta .case-details .case-date span {
    color: rgba(var(--color-lighter), 0.8);
  }
  .cases-single header.page-header .case-meta .case-details .case-client:last-child,
  .cases-single header.page-header .case-meta .case-details .case-website:last-child,
  .cases-single header.page-header .case-meta .case-details .case-date:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .cases-single header.page-header .case-meta .case-details .case-website a {
    color: #fff;
  }
}
.no-ft-img.cases-single header.page-header {
  margin-bottom: 0;
}
.no-ft-img.cases-single header.page-header .case-meta-wrapper {
  position: relative;
  margin-top: 90px;
}
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta {
  color: rgb(var(--color-text));
}
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-title {
  color: rgb(var(--color-dark));
}
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-category a {
  color: rgb(var(--color-gray));
}
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details {
  background: rgb(var(--color-lighter));
}
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-client,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-website,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-date {
  color: rgb(var(--color-dark));
  border-color: rgba(var(--color-dark), 0.2);
}
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-client span,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-website span,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-date span {
  color: rgb(var(--color-gray));
}
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-client > a,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-website > a,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-date > a {
  color: inherit;
}
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-client > a:hover, .no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-client > a:focus,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-website > a:hover,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-website > a:focus,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-date > a:hover,
.no-ft-img.cases-single header.page-header .case-meta-wrapper .case-meta .case-details .case-date > a:focus {
  color: rgb(var(--color-primary));
}

/*
    [17.2] Case - Post Classic
--------------------------------- */
.case-classic {
  position: relative;
  margin-bottom: 90px;
}
.case-classic .case-badge {
  position: absolute;
  top: 15px;
  left: 15px;
}
.case-classic .case-post-ft-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: box-shadow var(--tspeed) ease-in-out;
}
.case-classic .case-post-ft-img:hover, .case-classic .case-post-ft-img:focus {
  box-shadow: 10px 10px 0px rgb(var(--color-primary));
}
.case-classic .case-post-ft-img img {
  width: 100%;
  height: auto;
}
.case-classic .case-cat {
  display: block;
  margin-bottom: 5px;
}
.case-classic .case-title {
  color: rgb(var(--color-dark));
  margin-bottom: 15px;
}
.case-classic .case-excerpt {
  margin: 0;
  opacity: 0.7;
}
.case-classic .case-button {
  margin-top: 30px;
}

.no-ft-img.case-classic .case-badge {
  position: relative;
  top: unset;
  left: unset;
  margin-bottom: 15px;
}

/*
    [17.3] Case - Post Card
--------------------------------- */
.case-card {
  position: relative;
  display: block;
  margin-bottom: 60px;
  background: rgb(var(--color-dark));
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: box-shadow var(--tspeed) ease-in-out;
}
.case-card:hover, .case-card:focus {
  box-shadow: 15px 15px 0px rgb(var(--color-primary));
}
.case-card > a {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px;
  min-height: 360px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.case-card > a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-secondary), 0.5);
  transition: background-color, var(--tspeed);
  z-index: 1;
}
.case-card > a:hover:after, .case-card > a:focus:after {
  background-color: rgba(var(--color-secondary), 0.8);
}
.case-card > a:hover .case-cat,
.case-card > a:hover .case-title, .case-card > a:focus .case-cat,
.case-card > a:focus .case-title {
  transform: translateY(0);
}
.case-card > a:hover .case-button, .case-card > a:focus .case-button {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all var(--tspeed) 0.25s;
}
.case-card > a:hover .case-button:hover, .case-card > a:focus .case-button:hover {
  opacity: 0.7;
}
.case-card .case-badge,
.case-card .case-cat,
.case-card .case-title,
.case-card .case-button {
  position: relative;
  z-index: 2;
}
.case-card .case-cat,
.case-card .case-title {
  transform: translateY(50px);
  transition: transform, var(--tspeed);
}
.case-card .case-badge {
  position: absolute;
  top: 30px;
  left: 30px;
}
.case-card .case-cat {
  display: block;
  margin-bottom: 5px;
  color: rgb(var(--color-light));
  opacity: 0.8;
}
.case-card .case-cat span {
  display: inline-block;
  margin-right: 5px;
}
.case-card .case-cat span:after {
  content: ",";
}
.case-card .case-cat span:last-child {
  margin-right: 0;
}
.case-card .case-cat span:last-child:after {
  content: none;
}
.case-card .case-title {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
}
.case-card .case-title:after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 50px;
  border-bottom: 4px solid rgb(var(--color-primary));
}
.case-card .case-button {
  display: inline-block;
  margin-top: 30px;
  font-weight: var(--fw-sbold);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  transition: all 0;
}

.no-button.case-card > a .case-cat,
.no-button.case-card > a .case-title {
  transform: unset;
  transition: unset;
}

@media (min-width: 992px) {
  .case-card {
    margin-bottom: 30px;
  }
}
/*
    [17.4] Case - Post List
--------------------------------- */
.case-list {
  display: flex;
  flex-flow: column;
  margin-bottom: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #ececec;
}
.case-list:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.case-list .plus-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: rgb(var(--color-primary));
  color: rgb(var(--color-secondary));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all var(--tspeed);
  z-index: 1;
}
.case-list .plus-box span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2px;
  height: 12px;
  background: rgb(var(--color-secondary));
}
.case-list .plus-box span:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 12px;
  background: rgb(var(--color-secondary));
}
.case-list .plus-box span {
  transform: rotate(90deg);
  transition: transform var(--tspeed);
}
.case-list .case-post-ft-img {
  position: relative;
  display: block;
  margin-bottom: 60px;
  box-shadow: 0 0 0 rgb(var(--color-primary));
  transition: box-shadow var(--tspeed) ease-in-out;
}
.case-list .case-post-ft-img:hover, .case-list .case-post-ft-img:focus {
  box-shadow: 15px 15px 0px rgb(var(--color-primary));
}
.case-list .case-post-ft-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-secondary), 0);
  transition: background-color var(--tspeed);
}
.case-list .case-post-ft-img:hover:after, .case-list .case-post-ft-img:focus:after {
  background-color: rgba(var(--color-secondary), 0.7);
}
.case-list .case-post-ft-img:hover .plus-box, .case-list .case-post-ft-img:focus .plus-box {
  opacity: 1;
  visibility: visible;
  transition: all var(--tspeed);
  transition-delay: 0.4s;
}
.case-list .case-post-ft-img:hover .plus-box span, .case-list .case-post-ft-img:focus .plus-box span {
  transform: rotate(0);
  transition-delay: 0.45s;
}
.case-list .case-badge {
  margin-bottom: 15px;
}
.case-list .case-cat {
  display: block;
  margin-bottom: 5px;
}
.case-list .case-title {
  margin: 0;
  padding: 0;
}
.case-list .case-excerpt {
  margin-top: 25px;
  margin-bottom: 0;
}
.case-list .case-button {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .case-list {
    flex-flow: row;
    align-items: center;
  }
  .case-list .case-post-ft-img {
    margin-right: 90px;
    margin-bottom: 0;
    max-width: 470px;
  }
}