/*   
Theme Name: PathSoft
Theme URI: https://www.templatemonster.com/website-templates/pathsoft-it-solutions-for-your-business-services-website-template-83414.html
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 2.0.0
*/
:root {
    --font-family: "Source Sans Pro";
    --font-size: 16px;
    --font-weight: 400;
    --font-style: normal;
    --line-height: 1.625;
    --heading-font-family: "Montserrat";
    --heading-font-size: 2.5rem;
    --heading-line-height: 1.3;
    --heading-font-weight: 700;
    --accent-color: #186ADC;
    --el-gradient-start: #1859B4;
    --el-gradient-end: #0467F1;
    --background-color: #ffffff;
    --background-secondary-color: #F0F4F8;
    --text-primary: #303036;
    --text-secondary: #63636b;
    --border-color: #D4D4E1;
    --placeholder-color: #6F6F76;
    --error-color: #ff3d0d;
    --alert-primary: #0065D1;
    --alert-success: #1CAB55;
    --alert-danger: #E91C1C;
    --alert-warning: #C79C00;
    --el-border-radius: 10px;
    --el-border-radius-min: 6px;
    --el-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
    --header-box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
}

/* === CSS Table Of Content

0. Preloader
1. Content
    1.1 Fonts
    1.2 Base
    1.3 Tables
    1.4 Typography
2. General
3. Components
    3.1 Accordion
    3.2 Alerts
    3.3 Breadcrumb
    3.4 Buttons
    3.5 Carusel
    3.6 Forms
    3.7 Icons
    3.8 Pagination
    3.9 Modal
    3.10 Tabs
    3.11 Range slider
4. Widgets
    4.1 Brand info
    4.2 Contacts
    4.3 Socials
5. Bloks
    5.1 Intro
    5.2 Icon items
    5.3 Image items
    5.4 Items of numbers
    5.5 Counters
    5.6 Team
    5.7 Reviews
    5.8 News
    5.9 Comments
    5.10 Pricing
    5.11 Brands
    5.12 Countdown
    5.13 Gallery
    5.14 Contact
    5.15 404
    5.16 Careers
6. Layouts
    6.1 Header
    6.2 Sidebar
    6.3 Section
    6.4 Page
    6.5 Footer
    6.6 Elements style
7. Cookie
8. UI elements
9. Media

=== */
/* === 0. Preloader === */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    opacity: 0;
    visibility: hidden;
    z-index: 1111111111;
    transition: opacity 0.2s;
}

.preloader.active {
    opacity: 1;
    visibility: visible;
}

.preloader-ellipsis {
    position: relative;
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
}

.preloader-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--text-primary);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.preloader-ellipsis div:nth-child(1) {
    left: 8px;
    animation: preloader-ellipsis1 0.6s infinite;
}

.preloader-ellipsis div:nth-child(2) {
    left: 8px;
    animation: preloader-ellipsis2 0.6s infinite;
}

.preloader-ellipsis div:nth-child(3) {
    left: 32px;
    animation: preloader-ellipsis2 0.6s infinite;
}

.preloader-ellipsis div:nth-child(4) {
    left: 56px;
    animation: preloader-ellipsis3 0.6s infinite;
}

@keyframes preloader-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes preloader-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes preloader-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* === 1. Content === */
/* 1.1 Fonts */
@font-face {
    font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-700.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-v25-latin/montserrat-v25-latin-600.woff2") format("woff2");
}

@font-face {
    font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-v25-latin/montserrat-v25-latin-700.woff2") format("woff2");
}

@font-face {
    font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/material-icons/material-icons.woff2") format("woff2");
}

@font-face {
    font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/material-icons/material-icons-outlined.woff2") format("woff2");
}

/* 1.2 Base */
* {
    box-sizing: border-box;
}

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

html {
    font-size: var(--font-size);
}

html, body {
    min-height: 100%;
}

body {
    font-size: 1rem;
    width: 100%;
    min-width: 320px;
    line-height: var(--line-height);
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-style: var(--font-style);
    overflow-x: hidden;
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    opacity: 1;
    background-color: var(--background-color);
}

body.overflow-hidden {
    overflow: hidden;
}

.main {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    opacity: 1;
    box-shadow: var(--el-box-shadow);
    visibility: hidden;
    opacity: 0;
}

.main.main-visible {
    visibility: visible;
    opacity: 1;
}

.main-inner {
    flex: 1 0 auto;
    overflow: hidden;
}

.footer {
    flex: 0 0 auto;
}

header ul, header ol, footer ul, footer ol, aside ul, aside ol, nav ul, nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: var(--accent-color);
    text-decoration: underline;
    transition: all 0.2s;
}

a:hover {
    text-decoration: none;
    color: var(--accent-color);
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

/* 1.3 Tables */
table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

table.table-border {
    border: 1px solid var(--border-color);
}

table.table-border td {
    border-right: 1px solid var(--border-color);
}

table.table-secondary tr:nth-child(even) {
    background-color: transparent;
}

table.table-secondary tbody tr {
    border-bottom: 1px solid var(--border-color);
    transition: all 0.2s;
}

table.table-secondary tbody tr:first-child {
    border-top: 1px solid var(--border-color);
}

table.table-secondary tbody tr:hover {
    background-color: var(--background-secondary-color);
}

table.table-bordered tr:nth-child(even) {
    background-color: transparent;
}

table.table-bordered td {
    border: 1px solid var(--border-color);
}

table.table-bordered thead tr th {
    color: var(--text-primary);
    border: 1px solid var(--border-color);
}

table td, table th {
    padding: 1rem;
}

table tr:nth-child(even) {
    background-color: var(--background-secondary-color);
}

table thead tr {
    border-bottom: 1px solid var(--border-color);
}

table thead tr th {
    font-weight: bold;
    font-size: 1rem;
}

table tfoot {
    font-weight: 600;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .table-responsive {
        position: relative;
        width: 100%;
        overflow-y: auto;
    }

    .table-responsive table {
        width: 650px;
    }

    .table-responsive-outer {
        position: relative;
    }

    .table-responsive-outer::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0.625rem;
        height: 100%;
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.3), #fff);
    }

    .table-container::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0.875rem;
        height: 0.875rem;
    }

    .table-container::-webkit-scrollbar-thumb {
        border-radius: var(--el-border-radius);
        border: 3px solid #fff;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

/* 1.4 Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    padding: 0;
    margin: 0 0 2rem 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.125rem;
}

p {
    margin: 0 0 2rem 0;
}

hr {
    border: none;
    border-top: 1px solid var(--border-color);
}

mark {
    padding: .2em;
    background-color: var(--accent-color);
    color: var(--background-color);
}

small {
    font-size: 0.85rem;
}

blockquote {
    padding: 0 0 0 1.25em;
    font-style: italic;
    color: var(--text-secondary);
    border-left: 3px solid var(--accent-color);
}

blockquote p {
    margin-bottom: 0 !important;
}

blockquote footer {
    color: var(--accent-color);
    font-style: normal;
    padding-top: 0.8em;
}

.content h2, .content h3, .content h4, .content h5, .content h6,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 2.5rem;
}

.content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child,
  .entry-content h2:first-child,
  .entry-content h3:first-child,
  .entry-content h4:first-child,
  .entry-content h5:first-child,
  .entry-content h6:first-child {
    margin-top: 0;
}

.content ul:not([class*="wp-block-"]), .content ol:not([class*="wp-block-"]),
.entry-content ul:not([class*="wp-block-"]),
.entry-content ol:not([class*="wp-block-"]) {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content ul:not([class*="wp-block-"]) li, .content ol:not([class*="wp-block-"]) li,
  .entry-content ul:not([class*="wp-block-"]) li,
  .entry-content ol:not([class*="wp-block-"]) li {
    position: relative;
    display: flex;
    margin-bottom: 0.625rem;
}

.content ul:not([class*="wp-block-"]) li::before, .content ol:not([class*="wp-block-"]) li::before,
    .entry-content ul:not([class*="wp-block-"]) li::before,
    .entry-content ol:not([class*="wp-block-"]) li::before {
    display: inline-flex;
    color: var(--accent-color);
    line-height: var(--line-height);
    min-width: 1.25rem;
    margin-right: 0.5rem;
}

.content ul:not([class*="wp-block-"]) li::before,
.entry-content ul:not([class*="wp-block-"]) li::before {
    content: "\e5ca";
    top: -0.125rem;
    font-family: 'Material Icons';
    font-size: 1.125rem;
    height: calc(1rem * var(--line-height));
    min-width: 1.5rem;
}

.content ul:not([class*="wp-block-"]) li > *,
.entry-content ul:not([class*="wp-block-"]) li > * {
    display: inline-flex;
}

.content ol:not([class*="wp-block-"]),
.entry-content ol:not([class*="wp-block-"]) {
    counter-reset: item;
}

.content ol:not([class*="wp-block-"]) li::before,
  .entry-content ol:not([class*="wp-block-"]) li::before {
    content: counter(item) ".";
    counter-increment: item;
}

.content img,
.entry-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: var(--el-border-radius);
}

.content > *,
.entry-content > * {
    margin-bottom: 2rem;
}

.content > *:last-child,
  .entry-content > *:last-child {
    margin-bottom: 0;
}

.content .aligncenter,
.entry-content .aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.content .alignright,
.entry-content .alignright {
    margin-left: auto;
}

.content.content-margin-min > *,
.entry-content.content-margin-min > * {
    margin-bottom: 1.25rem;
}

.content.content-margin-min > *:last-child,
  .entry-content.content-margin-min > *:last-child {
    margin-bottom: 0;
}

.content.content-margin-min .section-subheading,
.entry-content.content-margin-min .section-subheading {
    margin-bottom: 0.3125rem;
}

.content.content-margin-min h2,
.entry-content.content-margin-min h2 {
    font-size: 2.5rem;
}

.content.content-margin-min h3,
.entry-content.content-margin-min h3 {
    font-size: 2rem;
}

.content.content-margin-min h2, .content.content-margin-min h3, .content.content-margin-min h4, .content.content-margin-min h5, .content.content-margin-min h6,
.entry-content.content-margin-min h2,
.entry-content.content-margin-min h3,
.entry-content.content-margin-min h4,
.entry-content.content-margin-min h5,
.entry-content.content-margin-min h6 {
    margin-top: 0;
}

.content.content-margin-min h2:first-child, .content.content-margin-min h3:first-child, .content.content-margin-min h4:first-child, .content.content-margin-min h5:first-child, .content.content-margin-min h6:first-child,
  .entry-content.content-margin-min h2:first-child,
  .entry-content.content-margin-min h3:first-child,
  .entry-content.content-margin-min h4:first-child,
  .entry-content.content-margin-min h5:first-child,
  .entry-content.content-margin-min h6:first-child {
    margin-top: 0;
}

/*
.content {
    max-width: 960px;
    margin: 0 auto;
    &.news-post-article {
        margin: 0;
    }
}*/
@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    .content.content-margin-min h2 {
        font-size: 2rem;
    }

    .content.content-margin-min h3 {
        font-size: 1.5rem;
    }
}

/* 2 General */
.litems {
    margin-bottom: calc(0px - (var(--bs-gutter-x) + var(--bs-gutter-x)/2 ));
}

.litem {
    margin-bottom: calc(var(--bs-gutter-x) + var(--bs-gutter-x)/2);
}

.items {
    margin-bottom: calc(0px - var(--bs-gutter-x));
}

.item {
    margin-bottom: var(--bs-gutter-x);
}

.item-style {
    position: relative;
    background-color: var(--background-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
    color: var(--text-primary);
    height: 100%;
    transition: box-shadow 0.2s;
}

.item-style:hover {
    box-shadow: var(--el-box-shadow);
}

.item-style:hover::after {
    border-color: transparent;
}

.item-style::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--el-border-radius);
    border: 1px solid var(--border-color);
    overflow: hidden;
    pointer-events: none;
    transition: border-color 0.2s;
    z-index: 1;
}

.item-border-radius {
    border-radius: var(--el-border-radius);
    overflow: hidden;
}

.item-bordered {
    border: 1px solid var(--border-color);
}

.el {
    --el-custom-size: 100%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.el::after {
    content: "";
    float: left;
    margin-top: 100%;
}

.el.el-3x4::after {
    margin-top: 133.33333%;
}

.el.el-4x3::after {
    margin-top: 75%;
}

.el.el-4x5::after {
    margin-top: 125%;
}

.el.el-5x4::after {
    margin-top: 80%;
}

.el.el-16x9::after {
    margin-top: 56.25%;
}

.el.el-9x16::after {
    margin-top: 177.7777%;
}

.el.el-2x1::after {
    margin-top: 50%;
}

.el.el-custom::after {
    margin-top: var(--el-custom-size);
}

.el-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.item-wide {
    height: 33.75rem;
}

.flickity-slider .item-style:hover {
    box-shadow: none;
}

.flickity-slider .item-style:hover::after {
    border-color: var(--accent-color);
}

.img-style {
    border-radius: var(--el-border-radius);
    overflow: hidden;
}

.img-style img {
    margin: 0;
}

.img-style-min {
    border-radius: calc(var(--el-border-radius) * 0.6);
}

.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.item-heading,
.item-heading-middle,
.item-heading-large {
    font-family: var(--heading-font-family);
    font-size: 1.125rem;
    font-weight: var(--heading-font-weight);
}

.item-heading a,
  .item-heading-middle a,
  .item-heading-large a {
    text-decoration: none;
    color: var(--text-primary);
}

.item-heading a:hover,
    .item-heading-middle a:hover,
    .item-heading-large a:hover {
    color: var(--accent-color);
}

.item-heading-middle {
    font-size: 1.25rem;
}

.item-heading-large {
    font-size: 1.5rem;
}

.widget-heading {
    margin-bottom: 1.25rem;
}

.item-border-radius {
    border-radius: var(--el-border-radius);
    overflow: hidden;
}

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

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

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

.content-items {
    margin-bottom: -3.5rem;
}

.content-item {
    margin-bottom: 3.5rem;
}

.el-ripple {
    --ripple-width: 100%;
    --ripple-time: 0.4s;
    position: relative;
    overflow: hidden;
    transition: all var(--ripple-time);
}

.el-ripple .el-ripple-circle {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--el-gradient-start);
    transform: translate(-50%, -50%);
    transition: width var(--ripple-time), padding-top var(--ripple-time);
    z-index: 0;
}

.el-ripple span, .el-ripple div, .el-ripple i {
    position: relative;
    z-index: 1;
}

.el-ripple:hover {
    color: var(--background-color);
}

.el-ripple:hover .el-ripple-circle {
    width: calc(var(--ripple-width) * 3);
    padding-top: calc(var(--ripple-width) * 3);
}

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

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

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

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

.text-secondary {
    color: var(--text-secondary);
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.gutters-default {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.gutters-default > .col,
  .gutters-default > [class*="col-"] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.gutters-20 {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.gutters-20 > .col,
  .gutters-20 > [class*="col-"] {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.gutters-10 {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem;
}

.gutters-10 > .col,
  .gutters-10 > [class*="col-"] {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

/* === 3. Components === */
/* 3.1 Accordion */
.accordion {
    color: var(--text-secondary);
}

.accordion.accordion-clear {
    margin-bottom: -1rem;
}

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

.section-bgc .accordion-item {
    background-color: var(--background-color);
}

.accordion-item {
    display: block;
    border-radius: var(--el-border-radius);
    background-color: var(--background-secondary-color);
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion-item.active .accordion-trigger::before {
    transform: rotate(0);
}

.accordion-trigger {
    position: relative;
    cursor: pointer;
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
    color: var(--text-primary);
    line-height: 1.2;
}

.accordion-trigger::after, .accordion-trigger::before {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 0.875rem;
    height: 2px;
    background-color: var(--accent-color);
    margin-top: -1px;
    transition: all 0.3s;
}

.accordion-trigger::before {
    transform: rotate(90deg);
}

.accordion-content {
    display: none;
    padding: 1.25rem;
    border-top: 1px solid var(--border-color);
}

/* 3.2 Alerts */
.alerts {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    padding-left: 15px;
    z-index: 300000;
}

.alerts.alerts-static {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 0;
}

.alerts.alerts-static .alert {
    margin-left: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: flex-start;
    border-radius: var(--el-border-radius-min);
    color: var(--text-primary);
    font-size: 1rem;
    margin-left: 15px;
    margin-bottom: 0.625rem;
    overflow: hidden;
}

.alert::before, .alert::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.alert::after {
    background-color: var(--alert-primary);
    opacity: 0.15;
    z-index: -1;
}

.alert::before {
    background-color: var(--background-color);
    z-index: -2;
}

.alert a {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 600;
}

.alert a a {
    color: var(--text-primary);
}

.alert a:hover {
    text-decoration: underline;
}

.alert .alert-ico {
    color: var(--alert-primary);
}

.alert:last-child {
    margin-bottom: 0;
}

.alert.alert-success::after {
    background-color: var(--alert-success);
}

.alert.alert-success .alert-ico {
    color: var(--alert-success);
}

.alert.alert-danger::after {
    background-color: var(--alert-danger);
}

.alert.alert-danger .alert-ico {
    color: var(--alert-danger);
}

.alert.alert-warning::after {
    background-color: var(--alert-warning);
}

.alert.alert-warning .alert-ico {
    color: var(--alert-warning);
}

.alert-text {
    line-height: 1.375rem;
}

.alert-ico {
    display: flex;
    align-items: center;
    margin-right: 0.625rem;
}

.alert-close {
    position: absolute;
    right: 0.375rem;
    top: 0.375rem;
    padding: 0;
    border: none;
    background-color: transparent;
    line-height: 1;
    cursor: pointer;
    color: var(--text-primary);
    outline: none;
    opacity: 0.6;
    transition: all 0.2s;
}

.alert-close:focus {
    outline: none;
}

.alert-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.alert-title {
    margin-bottom: 0.625rem;
    margin-left: 1rem;
}

/* 3.3 Breadcrumb */
.bread-crumbs {
    position: relative;
    padding: 1.125rem 0;
    background-color: var(--background-secondary-color);
}

.bread-crumbs-list {
    position: relative;
    display: flex;
    font-size: 1rem;
    overflow: hidden;
    color: var(--accent-color);
}

.bread-crumbs-list li {
    position: relative;
    margin-right: 2rem;
    white-space: nowrap;
}

.bread-crumbs-list li:last-child {
    margin-right: 0;
}

.bread-crumbs-list li:last-child i {
    display: none;
}

.bread-crumbs-list li:last-child a {
    color: var(--accent-color);
    text-decoration: none;
    pointer-events: none;
}

.bread-crumbs-list li a {
    text-decoration: none;
    color: var(--text-secondary);
}

.bread-crumbs-list li a:hover {
    text-decoration: underline;
}

.bread-crumbs-list li i {
    position: absolute;
    top: 50%;
    right: -1.5625rem;
    margin-top: -0.5625rem;
}

/* 3.4 Buttons */
.btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 0 -1.25rem -1.25rem;
}

.btn-group > * {
    display: block;
    margin: 0 0 1.25rem 1.25rem;
}

.btn {
    --ripple-width: 100%;
    --ripple-time: 0.4s;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    font-weight: var(--font-weight);
    font-family: var(--font-family);
    line-height: var(--line-height);
    color: var(--background-color);
    fill: var(--background-color);
    background: var(--el-gradient-end);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
    text-decoration: none;
    padding: 0.75em 1.75em;
    border-radius: var(--el-border-radius-min);
    outline: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: color var(--ripple-time), fill var(--ripple-time);
}

.btn > i, .btn > span, .btn > svg, .btn > img {
    position: relative;
    z-index: 1;
}

.btn > img {
    width: 1.375rem;
    height: 1.375rem;
}

.btn .el-ripple-circle {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--el-gradient-start);
    transform: translate(-50%, -50%);
    transition: width var(--ripple-time), padding-top var(--ripple-time);
    z-index: 0;
}

.btn.btn-w240 {
    min-width: 15rem;
}

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

.btn.btn-min {
    font-size: 0.875rem;
    padding: 0.375em 1em;
}

.btn.btn-min.btn-with-icon > svg {
    width: 0.8125rem;
    min-width: 0.8125rem;
    height: 0.8125rem;
}

.btn.btn-min > img {
    width: 1.25rem;
    height: 1.25rem;
}

.btn.btn-small {
    font-size: 0.875rem;
}

.btn.btn-small.btn-with-icon > svg {
    width: 0.8125rem;
    min-width: 0.8125rem;
    height: 0.8125rem;
}

.btn.btn-small > img {
    width: 1.25rem;
    height: 1.25rem;
}

.btn.btn-large {
    font-size: 1.125rem;
}

.btn.btn-large.btn-with-icon > svg {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
}

.btn.btn-large > img {
    width: 1.5rem;
    height: 1.5rem;
}

.btn.btn-border {
    background: transparent;
    color: var(--text-primary);
    fill: var(--text-primary);
}

.btn.btn-border:hover {
    background: none;
    color: var(--background-color);
}

.btn.btn-border::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--text-primary);
    border-radius: var(--el-border-radius-min);
    overflow: hidden;
}

.btn.btn-border .el-ripple-circle {
    background: var(--text-primary);
}

.btn.btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-with-icon > svg {
    width: 0.875rem;
    height: 0.875rem;
}

.btn.btn-with-icon .btn-icon-right {
    margin-left: 0.5rem;
}

.btn.btn-with-icon .btn-icon-left {
    margin-right: 0.5rem;
}

.btn:focus {
    outline: none;
}

.btn:hover {
    color: var(--background-color);
    fill: var(--background-color);
}

.btn:hover .el-ripple-circle {
    width: calc(var(--ripple-width) * 2.5);
    padding-top: calc(var(--ripple-width) * 2.5);
}

.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    background-color: var(--background-color);
    box-shadow: var(--el-box-shadow);
    color: var(--accent-color);
    cursor: pointer;
    transition: all 0.2s;
}

.play-video.play-video-static {
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
}

.play-video.play-video-sm {
    width: 3rem;
    height: 3rem;
}

.play-video.play-video-sm .material-icons {
    font-size: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

.play-video .material-icons {
    font-size: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
}

.ripple {
    position: relative;
    overflow: hidden;
}

.ripple-effect {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: ripple 1s ease forwards;
    z-index: 3;
}

@keyframes ripple {
    0% {
        transform: none;
    }

    100% {
        transform: scale(250);
    }
}

.hl-list li.active > .hover-link {
    pointer-events: none;
}

.hl-list li.active > .hover-link > span {
    transform: translateY(100%);
}

.hl-list li.active > .hover-link::after {
    transform: translateY(0);
}

.hl-list li.open > .hover-link > span {
    transform: translateY(100%);
}

.hl-list li.open > .hover-link::after {
    transform: translateY(0);
}

.hover-link {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: var(--text-primary);
}

.hover-link::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.4s;
    color: var(--accent-color);
}

.hover-link > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}

.hover-link:hover > span, .hover-link.active > span {
    transform: translateY(100%);
}

.hover-link:hover::after, .hover-link.active::after {
    transform: translateY(0);
}

.wrapp-btn-circl-arrow {
    display: flex;
    flex-wrap: wrap;
}

.btn-circl-arrow {
    position: relative;
    display: flex;
    width: 2rem;
    height: 2rem;
    color: var(--background-color);
    fill: var(--background-color);
    background-color: var(--accent-color);
    border-radius: 50%;
    text-align: center;
    font-size: 1rem;
    overflow: hidden;
  /*&:hover {
		width: 170px;
		padding: 0 15px;
		.btn-circl-arrow-text {
			position: relative;
			transform: translateX(0);
		}
	}*/
}

.btn-circl-arrow:hover {
    background-color: var(--background-secondary-color);
}

.btn-circl-arrow > svg {
    margin: auto;
    transition: all 0.2s;
}

.btn-circl-arrow.btn-circl-arrow-white {
    color: var(--accent-color);
    fill: var(--accent-color);
    background-color: var(--background-color);
}

.btn-circl-arrow.btn-circl-arrow-white:hover {
    background-color: var(--background-secondary-color);
}

.btn-circl-arrow-text {
    position: absolute;
    transform: translateX(-100%);
    z-index: 1;
    white-space: nowrap;
    margin-right: 0.625rem;
    line-height: 2rem;
    transition: all 0.2s;
}

.wrapp-btn-link {
    display: flex;
}

.btn-link {
    display: flex;
    align-items: center;
    font-size: 1rem;
    text-decoration: none;
    color: var(--accent-color);
    fill: var(--accent-color);
}

.btn-link .btn-link-ico {
    margin-top: -0.0625rem;
    transition: all 0.2s;
}

.btn-link .btn-link-ico-right {
    margin-left: 0.375rem;
}

.btn-link .btn-link-ico-left {
    margin-right: 0.625rem;
}

.btn-link:hover .btn-link-ico {
    transform: rotateY(180deg);
}

.btn-top {
    position: fixed;
    right: 15px;
    bottom: -5rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    border-radius: var(--el-border-radius-min);
    border: 1px solid var(--border-color);
    background: var(--background-color);
    z-index: 100;
    fill: var(--accent-color);
    transition: all 0.2s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.btn-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 15px;
}

.btn-top:hover {
    border-color: var(--accent-color);
    fill: var(--accent-color);
}

.btn-top > svg {
    width: 0.875rem;
    height: 0.625rem;
    margin: auto;
    transform: rotate(-90deg);
}

/* 3.5 Carusel */
.flickity-carusel-init {
    display: flex;
    overflow: hidden;
}

.flickity-carusel-init.flickity-enabled {
    display: block;
}

.flickity-page-dots {
    position: relative;
    bottom: inherit;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.flickity-page-dots .dot {
    position: relative;
    width: 0.875rem;
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    background: transparent;
    opacity: 1;
    margin: 1rem 1.125rem 0 0;
}

.flickity-page-dots .dot:only-of-type {
    display: none;
}

.flickity-page-dots .dot:first-child {
    margin-top: 2rem;
}

.flickity-page-dots .dot:last-child {
    margin-right: 0;
}

.flickity-page-dots .dot.is-selected::after {
    background-color: var(--accent-color);
    width: 100%;
    height: 100%;
}

.flickity-page-dots .dot:hover::after {
    background-color: var(--accent-color);
}

.flickity-page-dots .dot::after {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--text-primary);
    margin: 0;
    border-radius: 50%;
    outline: none;
    transition: all 0.2s;
}

.flickity-dots-white .flickity-page-dots .dot::after {
    background-color: var(--background-color);
}

.flickity-dots-white .flickity-page-dots .dot.is-selected::after {
    background-color: var(--accent-color);
}

.flickity-prev-next-button {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--el-border-radius-min);
    background: var(--background-color);
    border: 1px solid var(--border-color);
    display: flex;
}

.flickity-prev-next-button:hover {
    background: var(--background-color);
}

.flickity-prev-next-button .flickity-button-icon {
    position: relative;
    left: 0;
    top: 0;
    width: 0.8125rem;
    height: 0.8125rem;
    margin: auto;
    fill: var(--accent-color);
}

.ios .flickity-prev-next-button .flickity-button-icon {
    width: 1.125rem;
    height: 1.125rem;
}

.carusel-col,
.carusel-col-min {
    min-width: 100%;
    width: 100%;
    margin-right: var(--bs-gutter-x);
}

.carusel-col.carusel-col-mobile-2,
  .carusel-col-min.carusel-col-mobile-2 {
    min-width: calc(50% - var(--bs-gutter-x)*0.5);
    width: calc(50% - var(--bs-gutter-x)*0.5);
}

.flickity-dots-absolute .flickity-page-dots {
    position: absolute;
    bottom: 2rem;
}

.project-carusel {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.project-carusel .flickity-prev-next-button.previous {
    left: -1.25rem;
}

.project-carusel .flickity-prev-next-button.next {
    right: -1.25rem;
}

@media (min-width: 576px) {
    .carusel-col-min.carusel-col-2, .carusel-col-min.carusel-col-3, .carusel-col-min.carusel-col-4, .carusel-col-min.carusel-col-5 {
        min-width: calc(50% - var(--bs-gutter-x)*0.5);
        width: calc(50% - var(--bs-gutter-x)*0.5);
    }
}

@media (min-width: 768px) {
    .carusel-col.carusel-col-2, .carusel-col.carusel-col-3, .carusel-col.carusel-col-4 {
        min-width: calc(50% - var(--bs-gutter-x)*0.5);
        width: calc(50% - var(--bs-gutter-x)*0.5);
    }

    .carusel-col-min.carusel-col-3, .carusel-col-min.carusel-col-4, .carusel-col-min.carusel-col-5 {
        min-width: calc(33.3% - var(--bs-gutter-x)*2/3);
        width: calc(33.3% - var(--bs-gutter-x)*2/3);
    }
}

@media (min-width: 992px) {
    .carusel-col-min.carusel-col-4, .carusel-col-min.carusel-col-5 {
        min-width: calc(25% - var(--bs-gutter-x)*3/4);
        width: calc(25% - var(--bs-gutter-x)*3/4);
    }
}

@media (min-width: 1200px) {
    .carusel-col.carusel-col-3 {
        min-width: calc(33.3% - var(--bs-gutter-x)*2/3);
        width: calc(33.3% - var(--bs-gutter-x)*2/3);
    }

    .carusel-col.carusel-col-4 {
        min-width: calc(25% - var(--bs-gutter-x)*3/4);
        width: calc(25% - var(--bs-gutter-x)*3/4);
    }

    .carusel-col-min.carusel-col-5 {
        min-width: calc(20% - var(--bs-gutter-x)*4/5);
        width: calc(20% - var(--bs-gutter-x)*4/5);
    }
}

/* 3.6 Forms */
*::-webkit-input-placeholder,
*::placeholder {
    color: var(--placeholder-color);
    opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="file"],
textarea,
select,
.form-field-input-file {
    display: block;
    font-size: 1rem;
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    width: 100%;
    padding: calc(0.75em - 1px) 1rem;
    margin-bottom: 1rem;
    line-height: var(--line-height);
    border-radius: var(--el-border-radius-min);
    border: 1px solid var(--border-color);
    background-color: transparent;
    outline: none;
    color: var(--text-primary);
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.2s;
}

input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="url"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime-local"]:focus,
  input[type="file"]:focus,
  textarea:focus,
  select:focus,
  .form-field-input-file:focus {
    border-color: var(--accent-color);
}

input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="tel"]:disabled,
  input[type="password"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="url"]:disabled,
  input[type="date"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="time"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="file"]:disabled,
  textarea:disabled,
  select:disabled,
  .form-field-input-file:disabled {
    background-color: var(--background-secondary-color);
}

.form-field-input-file {
    color: var(--placeholder-color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 2.25rem;
}

.form-field-input-file::after {
    content: "\e2bc";
    font-family: 'Material Icons';
    font-size: 1.5rem;
    color: var(--placeholder-color);
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
}

textarea {
    height: auto;
    resize: none;
}

.select {
    position: relative;
}

.select select {
    padding-right: 2rem;
}

.select::after {
    content: "\e5d7";
    font-family: 'Material Icons';
    font-size: 1.375rem;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--placeholder-color);
    pointer-events: none;
}

.form-fields {
    margin-bottom: -1.25rem;
}

.form-field {
    position: relative;
    margin-bottom: 1.25rem;
}

.form-field.error input,
  .form-field.error textarea,
  .form-field.error select {
    border-color: var(--error-color);
}

.form-field input[type="text"],
  .form-field input[type="email"],
  .form-field input[type="tel"],
  .form-field input[type="password"],
  .form-field input[type="number"],
  .form-field input[type="search"],
  .form-field input[type="url"],
  .form-field input[type="date"],
  .form-field input[type="month"],
  .form-field input[type="week"],
  .form-field input[type="time"],
  .form-field input[type="datetime-local"],
  .form-field input[type="file"],
  .form-field textarea,
  .form-field select,
  .form-field .form-field-input-file,
  .form-field .form-field-label {
    margin: 0;
}

.form-field.form-field-m0 {
    margin: 0;
}

.form-field.focus .form-field-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}

.form-field div.error {
    position: absolute;
    right: 0.3125rem;
    top: 0.3125rem;
    color: var(--error-color);
    font-size: 0.75rem;
    line-height: 1;
}

.form-field.form-field-checkbox div.error {
    position: absolute;
    right: initial;
    left: 0;
    top: -0.875rem;
    color: var(--error-color);
    font-size: 0.75rem;
    line-height: 1;
}

.form-field input.error,
  .form-field textarea.error,
  .form-field select.error {
    border-color: var(--error-color);
}

.form-field.form-field-file.error input[type="file"] + .form-field-input-file {
    border-color: var(--error-color);
}

.form-field input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -111;
}

.form-field input[type="file"].error + .error + .form-field-input-file {
    border-color: var(--error-color);
}

.form-field.form-field-large input[type="text"],
  .form-field.form-field-large input[type="email"],
  .form-field.form-field-large input[type="tel"],
  .form-field.form-field-large input[type="password"],
  .form-field.form-field-large input[type="number"],
  .form-field.form-field-large input[type="search"],
  .form-field.form-field-large input[type="url"],
  .form-field.form-field-large input[type="date"],
  .form-field.form-field-large input[type="month"],
  .form-field.form-field-large input[type="week"],
  .form-field.form-field-large input[type="time"],
  .form-field.form-field-large input[type="datetime-local"],
  .form-field.form-field-large input[type="file"],
  .form-field.form-field-large textarea,
  .form-field.form-field-large select,
  .form-field.form-field-large .form-field-input-file,
  .form-field.form-field-large .form-field-label {
    font-size: 1.125rem;
}

.form-field.form-field-large .select::after {
    font-size: 1.5rem;
}

.form-field.form-field-large .form-field-input-file {
    padding-right: 2.5rem;
}

.form-field.form-field-large .form-field-input-file::after {
    font-size: 1.75rem;
}

.form-field.form-field-small input[type="text"],
  .form-field.form-field-small input[type="email"],
  .form-field.form-field-small input[type="tel"],
  .form-field.form-field-small input[type="password"],
  .form-field.form-field-small input[type="number"],
  .form-field.form-field-small input[type="search"],
  .form-field.form-field-small input[type="url"],
  .form-field.form-field-small input[type="date"],
  .form-field.form-field-small input[type="month"],
  .form-field.form-field-small input[type="week"],
  .form-field.form-field-small input[type="time"],
  .form-field.form-field-small input[type="datetime-local"],
  .form-field.form-field-small input[type="file"],
  .form-field.form-field-small textarea,
  .form-field.form-field-small select,
  .form-field.form-field-small .form-field-input-file,
  .form-field.form-field-small .form-field-label {
    font-size: 0.875rem;
}

.form-field.form-field-small .select::after {
    font-size: 1.25rem;
}

.form-field.form-field-small .form-field-input-file {
    padding-right: 2rem;
}

.form-field.form-field-small .form-field-input-file::after {
    font-size: 1.25rem;
}

.form-field small {
    color: var(--text-secondary);
}

.input-states-labelled {
    display: block;
}

.form-field-group {
    position: relative;
}

.form-field-group.focus .form-field-label {
    opacity: 0;
    visibility: hidden;
    transform: translateX(1rem);
}

.required {
    color: var(--error-color);
}

.form-field-label {
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    color: var(--placeholder-color);
    padding: calc(0.75em - 1px) 1rem;
    transition: all 0.2s;
    border: 1px solid transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.form-btn {
    display: flex;
}

.form-btn.form-btn-wide .btn {
    width: 100%;
}

.form-btn .btn {
    display: block;
}

.custom-controls {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-bottom: -1rem;
}

.custom-control {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

/* Begin checkbox */
.checkbox {
    position: relative;
}

.checkbox-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.checkbox-input:hover + .checkbox-label::before {
    border-color: var(--accent-color);
}

.checkbox-input:checked + .checkbox-label {
    color: var(--text-primary);
}

.checkbox-input:checked + .checkbox-label::after {
    opacity: 1;
}

.checkbox-input:checked + .checkbox-label::before {
    border-color: var(--accent-color);
}

.checkbox-label {
    position: relative;
    display: block;
    font-size: 0.875rem;
    font-weight: var(--font-weight);
    line-height: 1.25rem;
    color: var(--text-secondary);
    margin: 0;
    padding: 0.0625rem 0 0 1.875rem;
    cursor: pointer;
}

.checkbox-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    border: 1px solid var(--border-color);
    fill: var(--accent-color);
    color: var(--accent-color);
    border-radius: 0.25rem;
    transition: all 0.2s;
}

.checkbox-label::after {
    content: "\e5ca";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Material Icons';
    text-align: center;
    font-size: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    color: var(--accent-color);
    opacity: 0;
    transition: all 0.2s;
}

/* End checkbox */
/* Begin radio */
.radio {
    position: relative;
}

.radio-input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.radio-input:hover + .radio-label::before {
    border-color: var(--accent-color);
}

.radio-input:checked + .radio-label::after {
    opacity: 1;
}

.radio-input:checked + .radio-label::before {
    border-color: var(--accent-color);
}

.radio-label {
    position: relative;
    display: flex;
    font-size: 0.9375rem;
    font-weight: var(--font-weight);
    line-height: 1.25rem;
    margin: 0;
    padding: 0.0625rem 0 0 1.875rem;
    cursor: pointer;
}

.radio-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    fill: var(--accent-color);
    color: var(--accent-color);
    transition: all 0.2s;
}

.radio-label::after {
    content: "";
    position: absolute;
    left: 0.3125rem;
    top: 0.3125rem;
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--accent-color);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s;
}

/* End radio */
/* Begin toggle */
.toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.toggle input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.toggle input:checked + .toggle-text {
    color: var(--text-primary);
}

.toggle input:checked + .toggle-text + .toggle-slider::after {
    transform: translateX(1.25rem);
}

.toggle input:checked + .toggle-text + .toggle-slider + .toggle-text {
    color: var(--accent-color);
}

.toggle-slider {
    position: relative;
    display: block;
    height: 1.5rem;
    width: 2.75rem;
    border-radius: 100px;
    overflow: hidden;
    background-color: var(--accent-color);
}

.toggle-slider::after {
    content: "";
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--background-color);
    transition: transform 0.2s;
}

.toggle-text {
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.toggle-text-before {
    color: var(--accent-color);
    margin-right: 0.625rem;
}

.toggle-text-before .badge {
    margin-right: 0.5rem;
}

.toggle-text-after {
    margin-left: 0.625rem;
}

.toggle-text-after .badge {
    margin-left: 0.5rem;
}

/* End toggle */
.form-center {
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
}

.form-or-text {
    text-transform: uppercase;
    text-align: center;
    margin: 1.5rem 0;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    color: var(--text-secondary);
}

.form-or-text span {
    position: relative;
    z-index: 1;
    padding: 0 0.625rem;
    background-color: var(--background-color);
}

.form-or-text span::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    width: 62.5rem;
    height: 1px;
    margin-top: -1px;
    background-color: var(--border-color);
}

.form-or-text span::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 62.5rem;
    height: 1px;
    margin-top: -1px;
    background-color: var(--border-color);
}

.social-login {
    list-style: none;
    margin: 0 0 -1rem -1rem;
    padding: 0;
    display: flex;
    font-size: 1rem;
    width: 100%;
}

.social-login.social-login-wide {
    display: block;
}

.social-login li {
    margin: 0 0 1rem 1rem;
    width: 100%;
    border-radius: var(--el-border-radius-min);
    overflow: hidden;
}

.social-login li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--background-color);
    fill: var(--background-color);
    font-size: 1rem;
    padding: calc(0.95em - 1px) 1rem;
    text-decoration: none;
}

.social-login li a svg {
    width: 1rem;
    height: 1rem;
    margin-right: 0.625rem;
}

.social-login li a.link-google-plus svg {
    width: 1.375rem;
    height: 1.375rem;
}

.link-facebook {
    background-color: #29487d;
}

.link-facebook:hover {
    background-color: rgba(41, 72, 125, 0.8);
}

.link-twitter {
    background-color: #1da1f2;
}

.link-twitter:hover {
    background-color: rgba(29, 161, 242, 0.8);
}

.link-google-plus {
    background-color: #e85858;
}

.link-google-plus:hover {
    background-color: rgba(232, 88, 88, 0.8);
}

.section-subscribe-bg {
    min-height: 21.875rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-subscribe-bg-header {
    text-align: center;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .form-fields-md {
        margin-bottom: -1.25rem;
    }
}

@media (min-width: 992px) {
    .form-fields-lg {
        margin-bottom: -1.25rem;
    }
}

@media (min-width: 1200px) {
    .form-fields-xl {
        margin-bottom: -1.25rem;
    }
}

/* 3.7 Icons */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    height: 1rem;
    width: 1rem;
}

.material-icons.material-icons-outlined {
    font-family: 'Material Icons Outlined';
}

.material-icons.md-18 {
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
}

.material-icons.md-20 {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
}

.material-icons.md-22 {
    font-size: 1.375rem;
    width: 1.375rem;
    height: 1.375rem;
}

.material-icons.md-24 {
    font-size: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.material-icons.md-26 {
    font-size: 1.625rem;
    width: 1.625rem;
    height: 1.625rem;
}

.material-icons.md-28 {
    font-size: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

.material-icons.md-32 {
    font-size: 2rem;
    width: 2rem;
    height: 2rem;
}

.material-icons.md-36 {
    font-size: 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
}

.material-icons.md-40 {
    font-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
}

.material-icons.md-44 {
    font-size: 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
}

.material-icons.md-48 {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
}

.material-icons.md-60 {
    font-size: 3.75rem;
    width: 3.875rem;
    height: 3.75rem;
}

.material-icons.md-72 {
    font-size: 4.5rem;
    width: 4.5rem;
    height: 4.5rem;
}

/* 3.8 Pagination */
.pagination {
    display: flex;
    justify-content: center;
    padding-top: 0.625rem;
}

.pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-left: -0.625rem;
}

.pagination-list li {
    margin-left: 0.625rem;
}

.pagination-list li:hover a, .pagination-list li:hover span, .pagination-list li.active a, .pagination-list li.active span {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.pagination-list li.active a, .pagination-list li.active span {
    cursor: default;
    pointer-events: none;
}

.pagination-list li.pagination-item-arrow a, .pagination-list li.pagination-item-arrow span {
    color: var(--accent-color);
    border-color: transparent;
    width: 1.5rem;
    height: 1.5rem;
}

.pagination-list li.pagination-item-arrow:hover a, .pagination-list li.pagination-item-arrow:hover span {
    color: var(--text-primary);
}

.pagination-list li.pagination-item-disabled a, .pagination-list li.pagination-item-disabled span {
    color: var(--text-secondary);
    pointer-events: none;
}

.pagination-list li.pagination-item-disabled:hover a, .pagination-list li.pagination-item-disabled:hover span {
    color: var(--text-secondary);
}

.pagination-list li a, .pagination-list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1875rem;
    height: 2.1875rem;
    color: var(--text-secondary);
    text-decoration: none;
    border: 1px solid var(--border-color);
    border-radius: var(--el-border-radius-min);
}

.pagination-list li a.dots, .pagination-list li span.dots {
    border-color: transparent;
}

@media only screen and (max-width: 480px) {
    .pagination-full .pagination-list {
        padding-bottom: 2.2rem;
    }

    .pagination-full .pagination-item-arrow {
        position: absolute;
        bottom: 0;
    }

    .pagination-full .pagination-item-arrow-prev {
        right: 50%;
        margin-right: 0.625rem;
    }

    .pagination-full .pagination-item-arrow-first {
        right: 50%;
        margin-right: 2.1rem;
    }

    .pagination-full .pagination-item-arrow-next {
        left: 50%;
    }

    .pagination-full .pagination-item-arrow-last {
        left: 50%;
        margin-left: 2.1rem !important;
    }
}

/* 3.9 Modal */
.popup_style {
    display: none;
    width: 100%;
    max-width: 28.125rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    padding: 0 1rem;
    overflow: hidden;
}

.popup_style.popup_style_wide {
    max-width: 43.75rem;
}

.popup {
    position: relative;
    width: 100%;
    background-color: var(--background-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 2.5rem 2.85rem;
    margin: 0 auto;
    border-radius: var(--el-border-radius);
    overflow: hidden;
}

.open_popup {
    display: block;
}

.popup_close {
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: all 0.2s;
}

.popup_close:hover {
    transform: rotate(90deg);
    color: var(--accent-color);
}

.popup_heading {
    margin-bottom: 2rem;
    text-align: center;
}

.header_modal_form .btn {
    width: 100%;
}

.popup_style_sally {
    transform: scale3d(0.5, 0.5, 1);
}

.popup_style_sandra {
    transform: scale3d(1.1, 1.1, 1);
}

.popup_style_slide_right {
    transform: translateX(300px);
}

.popup_style_slide_Left {
    transform: translateX(-300px);
}

.popup_style_slide_top {
    transform: translateY(-200px);
}

.popup_style_slide_bottom {
    transform: translateY(200px);
}

.popup_style_slide_fall {
    transform: translate(30%) translateZ(600px) rotate(10deg);
}

.popup_style_slide_3dflip_horizontal {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
}

.popup_style_slide_3dflip_vertical {
    transform: translateZ(-250px) rotateX(89deg);
    opacity: 1;
}

.popup_visible .popup_style_sally {
    transform: scale3d(1, 1, 1);
}

.popup_visible .popup_style_sandra {
    transform: scale3d(1, 1, 1);
}

.popup_visible .popup_style_slide_right,
.popup_visible .popup_style_slide_Left {
    transform: translateX(0);
}

.popup_visible .popup_style_slide_top,
.popup_visible .popup_style_slide_bottom {
    transform: translateY(0);
}

.popup_visible .popup_style_slide_fall {
    transform: translate(0) translateZ(0) rotate(0);
}

.popup_visible .popup_style_slide_3dflip_horizontal {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
}

.popup_visible .popup_style_slide_3dflip_vertical {
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
}

/* 3.10 Tabs */
.tabs {
    position: relative;
}

.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-primary);
}

.tabs-nav li {
    padding: 0.625rem 0;
    margin-right: 2.5rem;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}

.tabs-nav li:last-child {
    margin-right: 0;
}

.tabs-nav li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: var(--accent-color);
    transform: translateX(-50%);
    transition: all 0.2s;
}

.tabs-nav li.active, .tabs-nav li:hover {
    color: var(--accent-color);
}

.tabs-nav li.active::after, .tabs-nav li:hover::after {
    width: 100%;
}

.tabs-item {
    display: none;
    padding-top: 2rem;
}

.tabs-item.active {
    display: block;
}

.tabs-vertical {
    display: flex;
    align-items: flex-start;
}

.tabs-vertical .tabs-nav {
    display: block;
    border: none;
    width: 16rem;
    min-width: 16rem;
    border-radius: var(--el-border-radius);
    overflow: hidden;
}

.tabs-vertical .tabs-nav li {
    width: 100%;
    margin: 0;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-color);
}

.tabs-vertical .tabs-nav li:last-child {
    border: none;
}

.tabs-vertical .tabs-nav li::after {
    content: none;
}

.tabs-vertical .tabs-nav li:hover {
    color: var(--accent-color);
}

.tabs-vertical .tabs-nav li.active {
    background-color: var(--accent-color);
    color: var(--background-color);
}

.tabs-vertical .tabs-item {
    padding-top: 0;
}

.tabs-vertical .tabs-container {
    padding-left: 2rem;
}

.tabs-container {
    width: 100%;
}

@media (max-width: 991.98px) {
    .tabs-vertical .tabs-nav {
        min-width: 225px;
        width: 225px;
    }
}

@media (max-width: 767.98px) {
    .tabs-vertical {
        flex-wrap: wrap;
    }

    .tabs-vertical .tabs-nav {
        width: 100%;
    }

    .tabs-vertical .tabs-nav li {
        padding: 0.625rem 1rem;
    }

    .tabs-vertical .tabs-container {
        padding-left: 0;
        padding-top: 1.5rem;
    }

    .tabs-item {
        padding-top: 0;
    }

    .tabs-container {
        padding-top: 1.5rem;
    }

    .tabs-nav {
        border: none;
    }

    .tabs-nav li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 0.5rem;
        padding: 0.75rem 1rem;
        border-bottom: 1px solid var(--border-color);
        line-height: 1.3;
    }
}

@media (min-width: 1200px) {
    .tabs-nav {
        font-size: 1.125rem;
    }
}

/* 3.11 Range slider */
.price_slider_wrapper {
    margin-top: 1.5rem;
}

.ui-slider-outer {
    position: relative;
    margin-top: 0.75rem;
    height: 0.3125rem;
    margin-bottom: 1.125rem;
    background-color: var(--background-secondary-color);
    border-radius: var(--el-border-radius);
}

.ui-slider-outer.ui-slider-outer-min {
    margin: 0.5rem 0;
}

.ui-slider-outer.ui-slider-outer-min .ui-slider-handle {
    top: -0.375rem;
    margin-left: -0.5rem;
    width: 1rem;
    height: 1rem;
}

.ui-slider-outer.ui-slider-outer-min .ui-slider {
    left: 0.375rem;
    width: calc(100% - 1rem);
}

.ui-slider {
    position: absolute;
    left: 0.75rem;
    height: 100%;
    width: calc(100% - 1.5rem);
    background-color: var(--background-secondary-color);
}

.ui-slider-range {
    position: absolute;
    display: block;
    height: 100%;
    background-color: var(--accent-color);
    background: linear-gradient(to right, var(--el-gradient-end) 0%, var(--el-gradient-start) 100%);
    z-index: 1;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.125em;
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -0.5rem;
    margin-left: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--el-gradient-end);
    cursor: ew-resize;
    outline: none;
}

.ui-slider-handle:last-child {
    background-color: var(--el-gradient-start);
}

.slider-range-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 3.12 Progress bars */
.progressbars {
    margin-bottom: -2.5rem;
}

.progressbars-clear {
    margin: 0;
}

.progressbars-clear .progressbar-col {
    margin-bottom: 3.5rem;
}

.progressbars-clear .progressbar-col:last-child {
    margin-bottom: 0;
}

.progressbar-col {
    --thickness: 10px;
    margin: calc( var(--thickness) + 1.25rem) 0 2.5rem;
}

.progressbar-col:first-child {
    margin-top: 0;
    padding-top: calc( var(--thickness) + 1.5rem);
}

.progressbar-item {
    position: relative;
}

.progressbar-label {
    position: absolute;
    left: 0;
    bottom: calc( var(--thickness) + 0.75rem);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: 1;
}

.progressbar {
    position: relative;
    height: var(--thickness);
    width: 100%;
}

.progressbar::before,
.progressbar-current::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--el-border-radius-min);
    overflow: hidden;
    background-color: var(--background-secondary-color);
}

.progressbar-current {
    --progressbar-value: 0px;
    position: relative;
    height: 100%;
    width: var(--progressbar-value);
}

.progressbar-current::before {
    background-color: var(--accent-color);
}

.progressbar-percentage {
    position: absolute;
    right: 0;
    bottom: calc( var(--thickness) + 0.75rem);
    line-height: 1;
    opacity: 0;
    transition: opacity 0.1s;
}

.progressbar-percentage.visible {
    opacity: 1;
}

.circle-progressbars.animated .cpbi-circle:before {
    opacity: 0;
}

.cpb-item {
    --thickness: 10px;
}

.cpb-item .item-heading {
    margin-top: 1.25rem;
    text-align: center;
}

.cpbi-circle {
    position: relative;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}

.cpbi-circle::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: var(--thickness) solid var(--background-secondary-color);
    border-radius: 50%;
    opacity: 1;
    transition: opacity 1s;
}

.cpbi-circle canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.cpbi-percentage {
    position: absolute;
    left: 50%;
    top: 50%;
    font-family: var(--heading-font-family);
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
    font-weight: var(--heading-font-weight);
    z-index: 2;
}

.cpbi-percentage::after {
    content: '%';
}

.section-bgc .progressbar::before {
    background-color: var(--background-color);
}

.section-bgc .cpbi-circle::before {
    border-color: var(--background-color);
}

/* 3.13 Badges */
.badges {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
}

.badges > * {
    margin-left: 0.5rem;
}

.badge {
    position: relative;
    display: inline-flex;
    font-size: 0.625rem;
    text-transform: uppercase;
    color: var(--text-primary);
    padding: 0.125rem 0.375rem;
    font-weight: bold;
    white-space: nowrap;
    border-radius: var(--el-border-radius-min);
    overflow: hidden;
    z-index: 1;
}

.badge::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    pointer-events: none;
    z-index: -1;
}

.badge::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--text-primary);
    border-radius: var(--el-border-radius-min);
    opacity: 0.1;
}

.badge.badge-primary {
    color: var(--alert-primary);
}

.badge.badge-primary::after {
    background-color: var(--alert-primary);
}

.badge.badge-danger {
    color: var(--alert-danger);
}

.badge.badge-danger::after {
    background-color: var(--alert-danger);
}

.badge.badge-success {
    color: var(--alert-success);
}

.badge.badge-success::after {
    background-color: var(--alert-success);
}

.badge.badge-warning {
    color: var(--alert-warning);
}

.badge.badge-warning::after {
    background-color: var(--alert-warning);
}

/* === 4. Widgets === */
/* 4.1 Brand info */
.widget-brand-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    line-height: 1;
}

.widget-brand-info .logo {
    display: inline-flex;
    opacity: 1;
}

.widget-brand-info .logo img {
    margin: 0;
    width: 100%;
    height: 100%;
}

.widget-brand-info .wbim-socials {
    margin-top: 1.25rem;
}

.widget-brand-info.aligncenter {
    text-align: center;
}

.widget-brand-info.aligncenter .widget-brand-info-main,
    .widget-brand-info.aligncenter .logo {
    margin-left: auto;
    margin-right: auto;
}

.widget-brand-info.aligncenter .widget-socials {
    justify-content: center;
}

.widget-brand-info.alignright {
    text-align: right;
}

.widget-brand-info.alignright .widget-brand-info-main,
    .widget-brand-info.alignright .logo {
    margin-left: auto;
}

.widget-brand-info.alignright .widget-socials {
    justify-content: flex-end;
}

.wbim-p p {
    margin-top: 1.25rem;
}

.widget-brand-info-main {
    max-width: 30rem;
}

.widget-brand-info-main > *:last-child {
    margin-bottom: 0;
}

.widget-brand-info-main p {
    line-height: var(--line-height);
}

/* 4.2 Contacts */
.widget-contacts {
    list-style: 0;
    margin: 0;
    padding: 0;
}

.widget-contacts li {
    display: flex;
    margin-bottom: 1rem;
}

.widget-contacts li:last-child {
    margin-bottom: 0;
}

.widget-contacts li i {
    margin-right: 0.5rem;
}

.widget-contacts i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.widget-contacts i.footer-contact-tel {
    font-size: 1.25rem;
}

.widget-contacts i.footer-contact-email {
    font-size: 1.125rem;
}

.widget-contacts-info a {
    opacity: 1;
}

.widget-contacts-info a:hover {
    text-decoration: underline;
}

.widget-contacts-info p {
    margin: 0;
}

.content .widget-contacts li {
    padding: 0;
}

.content .widget-contacts li::before {
    content: none;
}

/* 4.3 Socials */
.widget-socials {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.2s;
}

.widget-socials > li {
    margin-right: 0.625rem;
}

.widget-socials > li:last-child {
    margin-right: 0;
}

.widget-socials > li > a {
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    fill: var(--text-primary);
}

.widget-socials > li > a > svg {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: auto;
}

.widget-socials.widget-socials-bordered > li > a {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: var(--el-border-radius-min);
    border: 1px solid var(--border-color);
}

.widget-socials.widget-socials-bordered > li > a:hover {
    border-color: var(--text-secondary);
}

.widget-socials.widget-socials-bordered-hover-bg > li > a:hover {
    background-color: var(--text-primary);
    border-color: var(--text-primary);
    fill: var(--background-color);
}

/* === 5. Bloks === */
/* 5.1 Intro */
.intro {
    position: relative;
    z-index: 1;
}

.intro-item {
    display: block;
    min-height: 40rem;
    overflow: hidden;
}

.intro-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 3.5rem 0;
    color: var(--text-primary);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--background-color);
    min-width: 100%;
    width: 100%;
}

.intro-item .container {
    position: relative;
    z-index: 3;
}

.intro-item::after {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.intro-item.intro-item-type-2::after, .intro-item.intro-item-type-3::after {
    content: none;
}

.intro-item .section-subheading {
    font-size: var(--font-size);
}

.intro-item .section-desc {
    font-size: var(--font-size);
    max-width: 100%;
}

.intro-item h1, .intro-item h2, .intro-item h3 {
    font-size: var(--heading-font-size) !important;
}

.intro-item-bgc {
    background-color: var(--background-secondary-color);
}

.intro-content {
    --margin-left: 0;
    --margin-right: 0;
    --max-width: 25rem;
    width: 100%;
    max-width: var(--max-width);
    margin: 0 var(--margin-right) 0 var(--margin-left);
    padding: 0 0 3.75rem 0;
}

.intro-content.intro-content-center {
    margin: 0 auto;
    text-align: center;
    padding: 0;
}

.intro-content.intro-content-center .intro-btns {
    justify-content: center;
}

.intro-btns {
    align-items: center;
    margin-top: 1.75rem;
}

.intro-box {
    width: 100%;
    padding: 3rem 3rem 3rem 4.375rem;
    background-color: var(--background-color);
    border-radius: var(--el-border-radius);
    box-shadow: var(--el-box-shadow);
}

.intro-item-img-left,
.intro-item-img-right {
    position: absolute;
    width: 70%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.intro-item-img-left {
    left: 0;
    border-bottom-right-radius: var(--el-border-radius);
}

.intro-item-img-left + .container {
    display: flex;
    justify-content: flex-end;
}

.intro-item-img-right {
    right: 0;
    border-bottom-left-radius: var(--el-border-radius);
}

.intro-grid {
    margin-top: 30px;
}

.ig-items {
    margin-bottom: -30px;
}

.ig-item {
    --item-height: 360px;
    position: relative;
    display: flex;
    margin-bottom: 30px;
    height: var(--item-height);
    color: var(--text-primary);
    padding: 2.5rem;
    background-color: var(--background-color);
}

.ig-item.ig-item-default {
    --item-height: 360px;
}

.ig-item.el {
    height: auto;
}

.ig-item .wrapp-btn-link {
    margin-top: 1rem;
}

.ig-item .section-desc {
    max-width: 100%;
    margin: 0.5rem 0;
}

.ig-item .btn-group {
    margin-top: 1.5rem;
}

.ig-item:hover .ig-item-bg {
    transform: scale(1.05);
}

.ig-item.justify-content-center .btn-group {
    justify-content: center;
}

.ig-item.justify-content-end .btn-group {
    justify-content: end;
}

.ig-item-small {
    display: flex;
    align-items: center;
    height: calc(var(--item-height) / 1.5);
    padding: 2rem;
}

.ig-item-small .ig-item-bg {
    -o-object-position: left center;
    object-position: left center;
}

.ig-item-small .section-heading h1, .ig-item-small .section-heading h2, .ig-item-small .section-heading h3 {
    font-size: 1.5rem;
}

.ig-item-small .section-subheading {
    font-size: 0.875rem;
}

.ig-item-small .btn-group {
    margin-top: 1.125rem;
}

.ig-item-small .btn {
    font-size: 0.875rem;
}

.ig-item-small .btn.btn-small {
    font-size: 0.75rem;
}

.ig-item-small .btn.btn-large {
    font-size: 1rem;
}

.ig-item-pos {
    position: relative;
    --max-width: 26.25rem;
    max-width: var(--max-width);
    z-index: 1;
}

.ig-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: var(--background-secondary-color);
    transition: transform 1s;
}

@media (min-width: 768px) {
    .intro-box {
        --margin-left: 0;
        --margin-right: 0;
        --max-width: 31.25rem;
        max-width: var(--max-width);
        margin: 0 var(--margin-right) 0 var(--margin-left);
    }
}

@media (min-width: 992px) {
    .ig-item {
        --item-height: 500px;
    }

    .ig-item-small {
        height: calc(var(--item-height) / 2 - var(--bs-gutter-x) / 2);
    }
}

@media (min-width: 1200px) {
    .ig-item {
        --item-height: 540px;
    }
}

@media (min-width: 1400px) {
    .ig-item {
        --item-height: 580px;
    }

    .ig-item.ig-item-default {
        --item-height: 435px;
    }
}

@media (max-width: 1199.98px) {
    .intro-item {
        min-height: 35rem;
    }

    .intro-item {
        min-height: 35rem;
    }

    .intro-item::after {
        content: "";
    }

    .intro-item-type-1 {
        color: rgba(255, 255, 255, 0.9);
    }

    .intro-item-type-1 .section-desc {
        color: rgba(255, 255, 255, 0.7);
    }

    .intro-item-type-1 .section-subheading {
        color: rgba(255, 255, 255, 0.8);
    }

    .intro-item-type-1 .btn.btn-border {
        color: rgba(255, 255, 255, 0.9);
        fill: rgba(255, 255, 255, 0.9);
    }

    .intro-item-type-1 .btn.btn-border:hover {
        color: rgba(255, 255, 255, 0.9);
        fill: rgba(255, 255, 255, 0.9);
    }

    .intro-item-type-1 .btn.btn-border::before {
        border-color: rgba(255, 255, 255, 0.9);
    }

    .intro-item-type-1 .btn.btn-border::after {
        background: rgba(255, 255, 255, 0.9);
    }

    .intro-box {
        margin-bottom: 2rem;
    }
}

@media (max-width: 991.98px) {
    .intro-content,
  .intro-box {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .intro-item h1, .intro-item h2, .intro-item h3 {
        font-size: 2rem;
    }

    .intro-content {
        padding-bottom: 0;
        max-width: 380px;
    }

    .intro-item {
        --heading-font-size: 2.25rem!important;
        --font-size: 1rem!important;
    }

    .intro-box {
        padding: 0;
        background: transparent;
        box-shadow: none;
        max-width: 380px;
        color: rgba(255, 255, 255, 0.9);
    }

    .intro-box .section-desc {
        color: rgba(255, 255, 255, 0.7);
    }

    .intro-box .section-subheading {
        color: rgba(255, 255, 255, 0.8);
    }

    .intro-box .btn.btn-border {
        color: rgba(255, 255, 255, 0.9);
        fill: rgba(255, 255, 255, 0.9);
    }

    .intro-box .btn.btn-border:hover {
        color: rgba(255, 255, 255, 0.9);
        fill: rgba(255, 255, 255, 0.9);
    }

    .intro-box .btn.btn-border::before {
        border-color: rgba(255, 255, 255, 0.9);
    }

    .intro-box .btn.btn-border::after {
        background: rgba(255, 255, 255, 0.9);
    }

    .intro-item-img-left,
  .intro-item-img-right {
        width: 100%;
        border-radius: 0;
    }

    .intro-item-img-left::after,
    .intro-item-img-right::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 2;
    }

    .intro-item-img-left + .container {
        justify-content: flex-start;
    }

    .intro-item.intro-item-type-3::after {
        content: "";
    }
}

@media only screen and (max-width: 480px) {
    .ig-item-small {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .intro-item {
        height: auto;
        min-height: 25rem;
    }

    .intro-content {
        margin-bottom: 2.5rem;
    }
}

/* 5.2 About */
.about-imgs {
    position: relative;
}

.about-imgs.about-imgs-reverse .about-media-item {
    margin-left: auto;
}

.about-imgs-2,
.about-imgs-3 {
    padding-bottom: 30%;
}

.about-imgs-2 .about-media-item,
  .about-imgs-3 .about-media-item {
    width: 65%;
}

.about-imgs-2.about-imgs-reverse .about-media-item:nth-child(2),
  .about-imgs-3.about-imgs-reverse .about-media-item:nth-child(2) {
    right: inherit;
    left: 0;
}

.about-imgs-2 .about-media-item:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-imgs-3 {
    padding-top: 30%;
}

.about-imgs-3 .about-media-item:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.about-imgs-3 .about-media-item:nth-child(3) {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60%;
}

.about-media-item {
    position: relative;
    cursor: pointer;
}

.aii-item {
    display: flex;
    margin-bottom: 1.25rem;
}

.aii-item:last-child {
    margin-bottom: 0;
}

.aii-item .material-icons {
    color: var(--accent-color);
}

.aii-item-details {
    padding-left: 1.5rem;
}

.aii-item-details .item-heading {
    margin-bottom: 0.25rem;
}

.aii-item-details p {
    color: var(--text-secondary);
    margin: 0;
}

.about-content {
    max-width: 32.5rem;
    font-size: var(--font-size);
}

.about-content h1, .about-content h2 {
    font-size: var(--heading-font-size);
}

.about-item {
    margin-bottom: 2.25rem;
}

.about-item:last-child {
    margin-bottom: 0;
}

.about-footer-btns {
    margin-top: 2.25rem;
}

.about-footer-btns.afbmtl {
    margin-top: 3.5rem;
}

.about-container .content {
    text-align: center;
}

.about-container .content ul li, .about-container .content ol li {
    justify-content: center;
}

.acpb {
    padding-bottom: 4.5rem;
}

.acpb:last-child {
    padding-bottom: 0;
}

.about-process-item {
    position: relative;
    display: flex;
}

.about-process-item::after {
    content: "";
    position: absolute;
    left: 1.75rem;
    top: 0;
    width: 1px;
    height: calc(100% + var(--bs-gutter-x));
    background-color: var(--border-color);
}

.about-process-item:last-child::after {
    content: none;
}

.about-process-item-counter {
    position: relative;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    width: 3.5rem;
    height: 3.5rem;
    min-width: 3.5rem;
    margin-right: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--accent-color);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
    color: var(--background-color);
    z-index: 1;
}

.about-process-item-heading {
    margin-bottom: 0;
}

.about-process-item-desc {
    margin: 0.375rem 0 0 0;
    color: var(--text-secondary);
}

@media (min-width: 768px) {
    .about-container {
        max-width: 34rem;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .about-container {
        max-width: 100%;
        margin: 0;
    }

    .about-container .content {
        text-align: left;
    }

    .about-container .content ul li, .about-container .content ol li {
        justify-content: flex-start;
    }
}

@media (min-width: 1200px) {
    .about-imgs {
        padding-right: 1.25rem;
    }

    .about-imgs.about-imgs-reverse {
        padding-left: 1.25rem;
        padding-right: 0;
    }

    .content-col-reverse > * {
        padding-left: 1.25rem;
    }
}

@media (min-width: 1400px) {
    .about-imgs {
        padding-right: 0;
    }

    .about-imgs.about-imgs-reverse {
        padding-left: 0;
    }

    .content-col-reverse > * {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .about-content {
        --font-size: 1rem!important;
    }

    .about-content h1, .about-content h2 {
        --heading-font-size: 2.25rem!important;
    }
}

/* 5.3 About circular */
.about-circular {
    position: relative;
}

.about-circular::before {
    content: "";
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    border-radius: 50%;
    border: 1px dashed var(--border-color);
    pointer-events: none;
}

.about-circular-item {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 60%;
    height: 60%;
}

.about-circular-item.active .about-circular-content {
    opacity: 1;
}

.about-circular-media {
    position: absolute;
    left: 50%;
    top: -21%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    background-color: var(--accent-color);
    color: var(--background-color);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
}

.about-circular-content {
    opacity: 0;
    transition: opacity 0.2s;
}

.about-circular-heading {
    margin-bottom: 0;
}

.about-circular-desc {
    margin: 1rem 0 0 0;
}

.about-circular-3 .about-circular-item:nth-child(3) .about-circular-media {
    top: 80%;
    left: 119%;
}

.about-circular-3 .about-circular-item:nth-child(4) .about-circular-media {
    top: 80%;
    left: -19%;
}

.about-circular-4 .about-circular-item:nth-child(3) .about-circular-media {
    top: 50%;
    left: 125%;
}

.about-circular-4 .about-circular-item:nth-child(4) .about-circular-media {
    top: 125%;
    left: 50%;
}

.about-circular-4 .about-circular-item:nth-child(5) .about-circular-media {
    top: 50%;
    left: -25%;
}

.about-circular-5 .about-circular-item:nth-child(3) .about-circular-media {
    top: 25%;
    left: 120.5%;
}

.about-circular-5 .about-circular-item:nth-child(4) .about-circular-media {
    top: 100%;
    left: 106%;
}

.about-circular-5 .about-circular-item:nth-child(5) .about-circular-media {
    top: 100%;
    left: -6%;
}

.about-circular-5 .about-circular-item:nth-child(6) .about-circular-media {
    top: 25%;
    left: -20.5%;
}

.about-circular-6 .about-circular-item:nth-child(3) .about-circular-media {
    top: 13%;
    left: 115%;
}

.about-circular-6 .about-circular-item:nth-child(4) .about-circular-media {
    top: 87%;
    left: 115%;
}

.about-circular-6 .about-circular-item:nth-child(5) .about-circular-media {
    top: 125%;
    left: 50%;
}

.about-circular-6 .about-circular-item:nth-child(6) .about-circular-media {
    top: 87%;
    left: -15%;
}

.about-circular-6 .about-circular-item:nth-child(7) .about-circular-media {
    top: 13%;
    left: -15%;
}

@media (min-width: 430px) {
    .about-circular-media {
        top: -23%;
    }
}

@media (min-width: 480px) {
    .about-circular-media {
        top: -24.5%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-media .about-circular-media {
        top: -27%;
    }

    .col-xxl-media .about-circular-3 .about-circular-item:nth-child(3) .about-circular-media {
        left: 121%;
    }

    .col-xxl-media .about-circular-3 .about-circular-item:nth-child(4) .about-circular-media {
        left: -21%;
    }

    .col-xxl-media .about-circular-4 .about-circular-item:nth-child(3) .about-circular-media {
        left: 127%;
    }

    .col-xxl-media .about-circular-4 .about-circular-item:nth-child(4) .about-circular-media {
        top: 127%;
    }

    .col-xxl-media .about-circular-4 .about-circular-item:nth-child(5) .about-circular-media {
        left: -27%;
    }

    .col-xxl-media .about-circular-5 .about-circular-item:nth-child(3) .about-circular-media {
        left: 122.5%;
    }

    .col-xxl-media .about-circular-5 .about-circular-item:nth-child(4) .about-circular-media {
        left: 108%;
    }

    .col-xxl-media .about-circular-5 .about-circular-item:nth-child(5) .about-circular-media {
        left: -8%;
    }

    .col-xxl-media .about-circular-5 .about-circular-item:nth-child(6) .about-circular-media {
        left: -22.5%;
    }

    .col-xxl-media .about-circular-6 .about-circular-item:nth-child(3) .about-circular-media {
        left: 117%;
    }

    .col-xxl-media .about-circular-6 .about-circular-item:nth-child(4) .about-circular-media {
        left: 117%;
    }

    .col-xxl-media .about-circular-6 .about-circular-item:nth-child(5) .about-circular-media {
        top: 127%;
    }

    .col-xxl-media .about-circular-6 .about-circular-item:nth-child(6) .about-circular-media {
        left: -17%;
    }

    .col-xxl-media .about-circular-6 .about-circular-item:nth-child(7) .about-circular-media {
        left: -17%;
    }
}

/* 5.2 Icon items */
.iitem {
    display: block;
    text-align: center;
    padding: 1.5rem;
    text-decoration: none;
    transition: box-shadow 0.2s, background-color 0.2s, color 0.2s;
}

.iitem:hover {
    color: var(--text-primary);
}

.iitem.iitem-hover:hover {
    background-color: var(--accent-color);
    color: var(--background-color);
}

.iitem.iitem-hover:hover .iitem-icon {
    background: var(--background-color);
    color: var(--accent-color);
    fill: var(--accent-color);
}

.iitem.iitem-hover:hover .iitem-icon.iii-stroke {
    fill: transparent;
    stroke: var(--accent-color);
}

.iitem.iitem-hover:hover .iitem-icon.iii-fill-stroke {
    stroke: var(--accent-color);
}

.iitem.iitem-hover:hover .iitem-icon-bg {
    opacity: 0.14;
}

.iitem.iitem-hover:hover .iitem-desc {
    color: var(--background-color);
}

.iitem.iitem-modern {
    padding-top: 6.25rem;
    padding-bottom: 3rem;
}

.iitem.iitem-modern .iitem-icon {
    position: absolute;
    left: -1.5rem;
    top: -1.5rem;
    padding-top: 1rem;
    padding-left: 1rem;
    margin: 0;
    z-index: 11;
}

.iitem.iitem-modern::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.625rem;
    height: 0.625rem;
    background-color: transparent;
    z-index: 1;
    transition: background-color 0.2s 0.1s;
}

.iitem.iitem-modern.iitem-hover:hover::before {
    background-color: var(--background-color);
}

.iitem.iitem-row {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.iitem.iitem-row .iitem-icon {
    width: 5.5rem;
    height: 5.5rem;
    min-width: 5.5rem;
    margin: 0;
    margin-right: 1.25rem;
}

.iitem.iitem-row .iitem-desc {
    font-size: 1rem;
}

.iitem.iitem-row .iitem-heading {
    font-size: 1.375rem;
}

.iitem.iitem-row .iitem-icon-bg {
    top: -3rem;
}

.iitem-min {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-primary);
}

.iitem-min .iitem-icon {
    min-width: 4.75rem;
    width: 4.75rem;
    height: 4.75rem;
    margin: 0 1.25rem 0 0;
}

.iitem-min .iitem-icon > svg, .iitem-min .iitem-icon img {
    width: 2.5rem;
    height: 2.5rem;
}

.iitem-min .iitem-heading {
    font-size: 1.125rem;
    margin: 0;
}

.iitem-min .iitem-desc {
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.main-visible .iitem-icon {
    transition: background-color 0.2s, color 0.2s, fill 0.2s;
}

.iitem-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--accent-color);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
    margin: 0 auto 1.25rem;
    color: var(--background-color);
    fill: var(--background-color);
    stroke: transparent;
}

.iitem-icon > svg, .iitem-icon img {
    display: block;
    width: 3rem;
    height: 3rem;
}

.iitem-icon > img {
    -o-object-fit: contain;
    object-fit: contain;
}

.iitem-icon.iii-stroke {
    fill: transparent;
    stroke: var(--background-color);
}

.iitem-icon.iii-fill-stroke {
    fill: var(--background-color);
    stroke: var(--background-color);
}

.iitem-icon-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2rem;
    z-index: 1;
    opacity: 0;
    color: var(--background-color);
    fill: var(--background-color);
    stroke: transparent;
    transition: opacity 0.2s 0.1s;
}

.iitem-icon-bg.iii-stroke {
    fill: transparent;
    stroke: var(--background-color);
}

.iitem-icon-bg.iii-fill-stroke {
    fill: var(--background-color);
    stroke: var(--background-color);
}

.iitem-icon-bg i {
    font-size: 31.25rem;
}

.iitem-icon-bg i, .iitem-icon-bg svg {
    width: 31.25rem;
    height: 31.25rem;
}

.iitem-heading {
    margin-bottom: 1rem;
}

.iitem-desc {
    color: var(--text-secondary);
    transition: color 0.2s;
}

.iitem-icon,
.iitem-heading,
.iitem-desc {
    position: relative;
    z-index: 2;
}

@media (max-width: 1199.98px) {
    .iitem {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

/* 5.3 Image items */
.pitem {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.pitem.pitem-flip .pitem-card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.pitem.pitem-flip:hover .pitem-card-front {
    transform: rotateY(180deg);
}

.pitem.pitem-flip:hover .pitem-card-back {
    transform: rotateY(0deg);
    z-index: 3;
}

.pitem.pitem-hover:hover .pitem-card-hover {
    opacity: 0.9;
    visibility: visible;
}

.main-visible .pitem.pitem-flip .pitem-card {
    transition: all 0.6s ease-in-out;
}

.main-visible .pitem-card {
    transition: all 0.3s;
}

.pitem-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--el-border-radius);
    background-color: var(--background-color);
    overflow: hidden;
}

.pitem-card-front {
    z-index: 2;
}

.pitem-card-front img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pitem-card-details {
    background-color: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--background-color);
    text-align: center;
    padding: 2rem 2.5rem;
    text-decoration: none;
}

.pitem-card-details:hover {
    color: var(--background-color);
}

.pitem-card-back {
    transform: rotateY(180deg);
    z-index: 1;
}

.pitem-card-hover {
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.pitem-heading {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.pitem-heading.pitem-heading-large {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.pitem-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 22.5rem;
}

.pitem-desc p {
    margin-bottom: 0;
}

.pitem-btns {
    margin-top: 1.5rem;
}

.pitem-col-carusel {
    min-width: 23%;
    width: 23%;
    margin-left: 15px;
}

.pitem-col-carusel.pitem-cc-wide {
    min-width: 100%;
    width: 100%;
}

.pitem-col-carusel.pitem-cc-2 {
    min-width: 40%;
    width: 40%;
}

.pitem-col-carusel.pitem-cc-3 {
    min-width: 28%;
    width: 28%;
}

.pitem-author {
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.pitem-details {
    position: relative;
    margin-bottom: -1rem;
}

.pitem-details-cols .pitem-details-row {
    display: block;
}

.pitem-details-cols .pitem-details-label {
    min-width: auto;
}

.pitem-details-cols .pitem-details-desc .d-flex {
    justify-content: center;
}

.pitem-details-row {
    display: flex;
    margin-bottom: 1rem;
}

.pitem-details-label {
    font-weight: var(--heading-font-weight);
    font-family: var(--heading-font-family);
    min-width: 9.375rem;
}

.single-project-page-min .row, .single-project-page-min .heading-center, .single-project-page-min .section-desc {
    margin-bottom: 0;
}

.pitem-carusel-item {
    height: 45rem;
    width: 100%;
    margin-right: 1rem;
}

.pitem-carusel-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pitem-carusel-thumb-item {
    position: relative;
    width: 13.75rem;
    height: 8.75rem;
    margin-right: 1rem;
}

.pitem-carusel-thumb-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pitem-carusel-thumb-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateY(-50%);
    transition: all 0.3s;
}

.pitem-carusel-thumb-item.is-nav-selected::after, .pitem-carusel-thumb-item:hover::after {
    height: 100%;
}

.pitem-carusel-thumb {
    margin-top: 1.5rem;
}

.pitem-full .pitem-desc {
    -webkit-line-clamp: 2;
    max-width: 100%;
}

.pitem-img {
    position: relative;
}

.pitem-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pitem-info .item-heading,
.pitem-info-wide .item-heading {
    margin-bottom: 0.625rem;
}

.pitem-info {
    padding: 1.25rem;
}

.pitem-info-wide {
    padding-top: 1.25rem;
}

.pitem-btn-link {
    display: flex;
    margin-top: 0.625rem;
}

@media (max-width: 1399.98px) {
    .pitem-carusel-item {
        height: 39rem;
    }
}

@media (max-width: 1199.98px) {
    .pitem-carusel-item {
        height: 32.5rem;
    }

    .pitem-card-details {
        padding: 1.5rem;
    }

    .pitem-col-carusel {
        min-width: 40%;
        width: 40%;
    }

    .pitem-col-carusel.pitem-cc-3 {
        min-width: 40%;
        width: 40%;
    }

    .pitem-heading.pitem-heading-large {
        font-size: 1.375rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 991.98px) {
    .pitem-card-details {
        padding: 1.5rem 2.5rem;
    }

    .pitem-carusel-item {
        height: 25rem;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .pitem-card-details {
        padding: 1.25rem;
    }

    .pitem-col-carusel {
        min-width: 50%;
        width: 50%;
    }

    .pitem-col-carusel.pitem-cc-2, .pitem-col-carusel.pitem-cc-3 {
        min-width: 50%;
        width: 50%;
    }

    .pitem-carusel-item {
        height: 18.75rem;
    }

    .pitem-carusel-thumb-item {
        width: 9.375rem;
        height: 6.25rem;
    }
}

@media (max-width: 575.98px) {
    .pitem {
        max-width: 21.875rem;
        margin-left: auto;
        margin-right: auto;
    }

    .pitem-col-carusel {
        min-width: 100%;
        width: 100%;
    }

    .pitem-col-carusel.pitem-cc-2, .pitem-col-carusel.pitem-cc-3 {
        width: 100%;
    }
}

@media only screen and (max-width: 370px) {
    .pitem-carusel-item {
        height: 15rem;
    }

    .pitem-carusel-thumb-item {
        width: 7.5rem;
        height: 5rem;
    }
}

@media (min-width: 1400px) {
    .single-project-page .col-lg-4 {
        width: 29%;
    }

    .single-project-page .col-lg-8 {
        width: 71%;
    }
}

@media only screen and (min-width: 1600px) {
    .pitem-col-carusel {
        min-width: 22%;
        width: 22%;
    }
}

/* 5.4 Items of numbers */
.ini {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.ini.ini-bg {
    max-width: 18rem;
    min-height: 8.5rem;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
}

.ini.ini-bg .ini-info {
    padding-left: 0;
}

.ini.ini-wide {
    max-width: 100%;
}

.ini.ini-min {
    display: block;
}

.ini.ini-min .ini-info {
    padding-left: 0;
}

.ini.ini-min .ini-heading {
    font-size: 1.375rem;
}

.ini-min-header {
    display: flex;
    margin-bottom: 1.25rem;
}

.ini-min-header .ini-heading {
    margin-bottom: 0;
}

.ini-count-min {
    font-size: 1.375rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--accent-color);
    margin-right: 0.625rem;
    line-height: var(--heading-line-height);
}

.ini-count {
    font-size: 1.0625rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--accent-color);
    margin-top: 0.125rem;
    position: relative;
    z-index: 1;
    padding-right: 0.3125rem;
}

.ini-count::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 3.25rem;
    height: 1px;
    background-color: var(--text-primary);
    margin-top: -1px;
}

.ini-info {
    position: relative;
    z-index: 1;
    padding-left: 3.75rem;
}

.ini-heading {
    margin-bottom: 1.25rem;
}

.ini-desc {
    color: var(--text-secondary);
}

.ini-desc p {
    margin: 0;
}

.ini-count-large {
    font-size: 9.5rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--accent-color);
    opacity: 0.14;
    position: absolute;
    left: 0;
    bottom: -1rem;
    line-height: 1;
}

.ini-min {
    display: flex;
    align-items: center;
}

.aim-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 4.75rem;
    width: 4.75rem;
    height: 4.75rem;
    margin-right: 1.25rem;
    border-radius: 50%;
    color: var(--background-color);
    background-color: var(--accent-color);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
    overflow: hidden;
}

.aim-icon > img {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.aim-heading {
    margin-bottom: 0;
}

.aim-desc {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    color: var(--text-secondary);
}

.aim-desc p {
    margin: 0;
}

@media (max-width: 1199.98px) {
    .ini-info {
        padding-left: 2.5rem;
    }

    .ini-count::after {
        width: 2rem;
    }
}

@media (max-width: 991.98px) {
    .ini-info {
        padding-left: 2.75rem;
    }

    .ini-count::after {
        width: 2.25rem;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .ini-heading {
        min-height: auto;
    }

    .ini-heading br {
        display: none;
    }

    .ini-count {
        margin-top: 0;
    }

    .ini-count-large {
        font-size: 8rem;
        bottom: -0.625rem;
    }
}

@media (max-width: 575.98px) {
    .ini-info {
        padding-left: 3rem;
    }

    .ini-count::after {
        width: 42px;
    }
}

@media (min-width: 768px) {
    .ini-min-header {
        align-items: flex-end;
    }
}

/* 5.5 Counters */
.main-counter {
    position: relative;
    padding-right: 4.375rem;
    padding-left: 4.375rem;
    padding-top: 1.25rem;
}

.main-counter::after, .main-counter::before {
    content: "";
    position: absolute;
    right: 0;
    background-color: var(--accent-color);
    border-radius: var(--el-border-radius);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
}

.main-counter::after {
    top: 0;
    width: 3rem;
    height: 3rem;
}

.main-counter::before {
    top: 5.625rem;
    width: 2.25rem;
    height: 2.25rem;
}

.main-counter-item {
    position: relative;
    width: 20rem;
    height: 20rem;
    border-radius: var(--el-border-radius);
    padding-bottom: 0.625rem;
}

.main-counter-item-circ {
    position: absolute;
    left: -4.375rem;
    top: -1.25rem;
    width: 100%;
    height: 100%;
    width: calc(100% - 1.25rem);
    height: calc(100% - 1.25rem);
    background-color: var(--accent-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
}

.main-counter-item-circ::after, .main-counter-item-circ::before {
    content: "";
    position: absolute;
    border-radius: var(--el-border-radius);
    background-color: var(--background-color);
    transition: all 0.2s;
}

.main-counter-item-circ::after {
    left: 2rem;
    bottom: -4rem;
    width: 13.75rem;
    height: 13.75rem;
    opacity: 0.15;
}

.main-counter-item-circ::before {
    left: -1.75rem;
    bottom: -4rem;
    width: 13.75rem;
    height: 13.75rem;
    opacity: 0.1;
}

.main-counter-item-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    box-shadow: var(--el-box-shadow);
    border-radius: var(--el-border-radius);
    z-index: 1;
}

.main-counter-heading {
    font-size: 1.5rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: 1.2;
    max-width: 14.375rem;
    margin: 0 auto;
}

.main-counter-numb {
    display: flex;
    justify-content: center;
    font-size: 9rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--accent-color);
    margin-bottom: 0;
    line-height: 1;
}

.counter-item-heading {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    font-size: 1.5rem;
    margin-bottom: 0;
}

.counter-item-numb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 2.5rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: 1.2;
    color: var(--accent-color);
    margin-bottom: 0.625rem;
}

.counter-col {
    padding: 0 1.25rem 2rem;
    text-align: center;
}

.counter-col.counter-col-no-icon {
    padding: 2rem 1.25rem;
}

.counter-col-numb {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: 1.2;
    color: var(--accent-color);
    margin-bottom: 0.625rem;
    letter-spacing: 0;
}

.counter-col-heading {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.counter-col-ico {
    width: 5.625rem;
    height: 5.625rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    margin-top: -2.5rem;
    background-color: var(--background-secondary-color);
    color: var(--accent-color);
}

.counter-min {
    position: relative;
    height: 6.875rem;
    padding-left: 1.875rem;
}

.counter-min-block {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4.625rem;
    width: 7.5rem;
    border-radius: var(--el-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--background-color);
    background: var(--accent-color);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
}

.counter-min-ico {
    line-height: 1;
    margin-right: 0.625rem;
}

.section-bgc .counter-min-info {
    background-color: var(--background-color);
}

.counter-min-info {
    padding-left: 6.625rem;
    height: 100%;
    display: flex;
    border-radius: var(--el-border-radius);
    background-color: var(--background-secondary-color);
    align-items: center;
    padding-right: 0.625rem;
}

.counter-min-info .counter-min-heading {
    margin-bottom: 0;
    font-size: 1.125rem;
}

.counter-min-numb {
    font-size: 2.1875rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
}

@media (max-width: 991.98px) {
    .main-counter-item {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem;
    }

    .counter-items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

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

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .counter-item-numb {
        font-size: 2rem;
    }

    .main-counter-heading {
        font-size: 1.25rem;
        max-width: 12rem;
    }

    .counter-item-heading {
        font-size: 1.25rem;
    }

    .main-counter-numb {
        font-size: 6.25rem;
    }

    .main-counter-item {
        width: 250px;
        height: 250px;
    }

    .main-counter-item-circ {
        left: -50px;
        top: -10px;
    }

    .main-counter {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .main-counter::after, .main-counter::before {
        content: none;
    }
}

@media (max-width: 575.98px) {
    .counter-items {
        display: block;
    }

    .counter-item-numb {
        justify-content: center;
    }
}

@media only screen and (max-width: 370px) {
    .main-counter-item {
        width: 230px;
        height: 230px;
    }

    .main-counter {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .main-counter-item-circ {
        left: -30px;
        top: -5px;
    }
}

/* 5.6 Team */
.team-item {
    position: relative;
    display: block;
    text-decoration: none;
}

.team-item:hover .team-item-social {
    transform: translate(-50%, -0.875rem);
    opacity: 1;
    visibility: visible;
}

.team-item:hover .team-item-social.team-item-social-relative {
    transform: none;
}

.mobile .team-item-social, .tablet .team-item-social {
    transform: translate(-50%, -0.875rem);
    opacity: 1;
    visibility: visible;
}

.team-item-img {
    position: relative;
    background-color: var(--background-secondary-color);
}

.team-item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-item-heading {
    line-height: 1.4;
    margin-bottom: 0.125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.team-item-heading.team-item-heading-large {
    font-size: 1.375rem;
    margin-bottom: 0.25rem;
}

.team-item-info {
    position: relative;
    text-align: center;
    padding: 1.5rem 1rem 1rem;
}

.team-item-position {
    color: var(--text-secondary);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
}

.main-visible .team-item-social {
    transition: all 0.2s;
}

.main-visible .team-item-social li a {
    transition: background-color 0.2s, fill 0.2s;
}

.team-item-social {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -1.75rem);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
}

.team-item-social.team-item-social-relative {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    opacity: 1;
    visibility: visible;
    margin-top: 1rem;
    justify-content: center;
}

.team-item-social li {
    margin-right: 0.375rem;
}

.team-item-social li:last-child {
    margin-right: 0;
}

.team-item-social li a {
    display: flex;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: var(--el-border-radius-min);
    background-color: var(--accent-color);
    fill: var(--background-color);
    border: 1px solid var(--accent-color);
    transition: none;
}

.team-item-social li a > svg {
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    margin: auto;
}

.team-item-social li a:hover {
    background-color: transparent;
    fill: var(--accent-color);
}

.team-item2 .team-item-info {
    padding: 1rem 1rem 0 1rem;
}

@media (max-width: 991.98px) {
    .team-item-heading.team-item-heading-large {
        font-size: 1.125rem;
        margin-bottom: 0.125rem;
    }
}

@media (max-width: 575.98px) {
    .team-item {
        max-width: 16.875rem;
        margin: 0 auto;
    }
}

/* 5.7 Reviews */
.reviews-item {
    position: relative;
    padding: 2rem 1.25rem;
}

.reviews-item-info {
    padding-top: 0.625rem;
}

.reviews-item-text {
    color: var(--text-secondary);
}

.reviews-item-text p {
    margin-bottom: 0;
}

.reviews-item-name {
    margin-bottom: 0.125rem;
    font-size: 1.125rem;
}

.reviews-item-header {
    display: flex;
    margin-bottom: 1.5rem;
}

.reviews-item-vertical {
    text-align: center;
}

.reviews-item-vertical .reviews-item-header {
    flex-wrap: wrap;
    justify-content: center;
}

.reviews-item-vertical .reviews-item-info {
    width: 100%;
    text-align: center;
}

.reviews-item-vertical .reviews-item-img {
    margin-right: 0;
    margin-bottom: 1rem;
}

.reviews-item-vertical .reviews-item-info {
    padding-top: 0;
}

.reviews-item-position {
    color: var(--text-secondary);
    font-size: 1rem;
}

.reviews-item-img {
    width: 4.6875rem;
    height: 4.6875rem;
    min-width: 4.6875rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.25rem;
    background-color: var(--background-secondary-color);
}

.reviews-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews-carusel-wide .reviews-col {
    width: 100%;
}

.reviews-carusel-wide .reviews-item-text {
    max-width: 46.875rem;
    margin-left: auto;
    margin-right: auto;
}

.reviews-carusel-wide .flickity-viewport {
    transition: height 0.2s;
}

.reviews-container {
    margin-bottom: 2.5rem;
}

.reviews-thumb {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-right: 1rem;
    margin-top: -2.34375rem;
}

.reviews-thumb:last-child {
    margin-right: 0;
}

.reviews-carusel-th .reviews-item-text {
    margin-bottom: 1.25rem;
}

.reviews-carusel-th .reviews-item-header {
    margin-bottom: 2rem;
}

.reviews-thumb-item {
    cursor: pointer;
}

.reviews-thumb-item:last-child .reviews-item-img {
    margin-right: 0;
}

.reviews-thumb-item img {
    opacity: 0.6;
    transition: all 0.2s;
}

.reviews-thumb-item:hover img {
    opacity: 0.8;
}

.reviews-thumb-item.active img {
    opacity: 1;
}

@media only screen and (max-width: 480px) {
    .reviews-thumb-item .reviews-item-img {
        width: 3.5rem;
        height: 3.5rem;
        min-width: 3.5rem;
        margin-right: 1rem;
    }

    .reviews-thumb {
        margin-top: -1.75rem;
    }
}

/* 5.8 News */
.news-item {
    position: relative;
}

.news-item-img {
    position: relative;
    display: block;
    background-color: var(--background-secondary-color);
}

.news-item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-item-info {
    position: relative;
    padding: 2.1875rem 1.25rem 1.25rem;
}

.news-item-date {
    position: absolute;
    left: 50%;
    top: -1.125rem;
    height: 2.25rem;
    line-height: 2.25rem;
    padding: 0 0.625rem;
    background-color: var(--accent-color);
    color: var(--background-color);
    font-size: 0.8125rem;
    border-radius: var(--el-border-radius-min);
    transform: translateX(-50%);
}

.news-item-heading {
    margin-bottom: 0.625rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.125rem;
}

.news-item-heading.news-item-heading-center {
    text-align: center;
}

.news-item-desc {
    color: var(--text-secondary);
}

.news-item-desc p {
    margin-bottom: 0;
}

.news-item-min .news-item-info {
    padding: 1.25rem;
}

.news-item-min .news-item-heading {
    margin-bottom: 0;
}

.news-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    line-height: 1.2;
}

.news-item-header.news-item-header-center {
    justify-content: center;
}

.news-item-header.news-item-header-center .news-item-date2 {
    margin: 0;
}

.news-item-auth {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.news-item-auth:hover {
    color: var(--text-primary);
}

.news-item-auth-img {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.625rem;
    background-color: var(--background-secondary-color);
}

.news-item-date2 {
    color: var(--text-secondary);
    margin-left: 1rem;
    white-space: nowrap;
}

/* Begin item wide */
.news-wide-item {
    position: relative;
    display: flex;
}

.news-wide-item-img {
    display: block;
    height: 12.5rem;
    min-width: 15.625rem;
    width: 15.625rem;
}

.news-wide-item-info {
    padding-left: 1.5625rem;
    width: 100%;
}

.news-wide-item-heading {
    margin-bottom: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-wide-item-row {
    display: flex;
    font-size: 1rem;
    color: var(--text-secondary);
}

.news-wide-item-date {
    padding-right: 0.625rem;
}

.news-wide-item-author a {
    text-decoration: none;
}

.news-wide-item-author a:hover {
    text-decoration: underline;
}

.news-wide-item-desc {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: var(--text-secondary);
}

.news-wide-item-desc p {
    margin: 0;
}

.news-nav {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.625rem;
}

/* End item wide */
.news-post-header {
    margin-bottom: 2rem;
}

.news-post-title {
    margin-bottom: 1rem;
}

.news-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1rem;
    color: var(--text-secondary);
    margin-bottom: -1rem;
    margin-left: -1.25rem;
}

.news-post-meta-item {
    display: flex;
    align-items: center;
    margin-left: 1.25rem;
    margin-bottom: 1rem;
}

.news-post-meta-item i {
    margin-right: 0.625rem;
    color: var(--accent-color);
}

.news-post-meta-item a {
    text-decoration: none;
}

.news-post-meta-item a:hover {
    text-decoration: underline;
}

.news-post-img {
    margin-top: 1.25rem;
    height: 31.25rem;
}

.news-post-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-post-footer {
    margin-top: 2rem;
    padding-top: 0.625rem;
    border-top: 1px solid var(--border-color);
}

.news-post-cat {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -0.625rem;
    margin-left: -1rem;
    font-size: 1rem;
}

.news-post-cat li {
    margin-bottom: 0.625rem;
    margin-left: 1rem;
}

.news-post-cat li a {
    display: block;
    text-decoration: none;
}

.news-post-cat li a:hover {
    text-decoration: underline;
}

.news-post-share {
    display: flex;
    align-items: center;
}

.news-post-share-title {
    margin-right: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 0;
}

.news-timeline {
    position: relative;
}

.news-timeline::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    margin-left: -1px;
    height: 100%;
    background-color: var(--border-color);
}

.news-timeline-item-left,
.news-timeline-item-right {
    position: relative;
}

.news-timeline-item-left .news-item,
  .news-timeline-item-right .news-item {
    height: auto;
}

.news-timeline-item-left:hover::after, .news-timeline-item-left:hover::before,
  .news-timeline-item-right:hover::after,
  .news-timeline-item-right:hover::before {
    background-color: var(--accent-color);
}

.news-timeline-item-right::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 6.25rem;
    width: 7.875rem;
    margin-right: -1rem;
    height: 2px;
    background-color: var(--border-color);
    transition: all 0.2s;
}

.news-timeline-item-right::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 5.875rem;
    width: 1rem;
    height: 1rem;
    background-color: var(--border-color);
    border-radius: 50%;
    margin-right: 6.375rem;
    z-index: 2;
    transition: all 0.2s;
}

.news-timeline-item-right .news-item {
    margin-top: 3.1875rem;
}

.news-timeline-item-left::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 3.1875rem;
    width: 7.875rem;
    margin-left: -1rem;
    height: 2px;
    background-color: var(--border-color);
    transition: all 0.2s;
}

.news-timeline-item-left::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 2.75rem;
    width: 1rem;
    height: 1rem;
    background-color: var(--border-color);
    border-radius: 50%;
    margin-left: 6.375rem;
    z-index: 2;
    transition: all 0.2s;
}

.news-timeline-title {
    position: relative;
    background-color: var(--background-color);
    text-align: center;
    z-index: 2;
    padding: 0.625rem 0;
}

.news-timeline-title-mt {
    margin-top: 3.1875rem;
}

.author {
    display: flex;
    align-items: center;
    text-align: left;
}

.author-info .author-name {
    margin-bottom: 0.25rem;
}

.author-info .author-date {
    color: var(--text-secondary);
}

.author-img {
    position: relative;
    width: 4.6875rem;
    height: 4.6875rem;
    margin-right: 1.25rem;
}

.author-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1399.98px) {
    .news-timeline-item-right::after {
        width: 7rem;
    }

    .news-timeline-item-right::before {
        margin-right: 5.425rem;
    }

    .news-timeline-item-left::after {
        width: 7rem;
    }

    .news-timeline-item-left::before {
        margin-left: 5.425rem;
    }
}

@media (max-width: 1199.98px) {
    .news-item-info {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .news-timeline-item-left::after,
  .news-timeline-item-right::after {
        width: 6rem;
    }

    .news-timeline-item-left::before {
        margin-left: 4.5rem;
    }

    .news-timeline-item-right::before {
        margin-right: 4.5rem;
    }
}

@media (max-width: 991.98px) {
    .news-timeline {
        max-width: 31.25rem;
        margin-left: auto;
        margin-right: auto;
    }

    .news-timeline::after {
        left: 1rem;
        margin-left: 0;
    }

    .news-timeline-title {
        text-align: left;
    }

    .news-timeline-item-left,
  .news-timeline-item-right {
        margin-top: 0;
    }

    .news-timeline-item-left .news-item,
    .news-timeline-item-right .news-item {
        margin-left: 3rem;
        margin-top: 0;
        margin-bottom: 45px;
    }

    .news-timeline-item-left:last-child .news-item,
    .news-timeline-item-right:last-child .news-item {
        margin-bottom: 0;
    }

    .news-timeline-item-left::after,
    .news-timeline-item-right::after {
        margin-right: -4rem;
        width: 3rem;
        margin-left: inherit;
        left: inherit;
        right: 100%;
    }

    .news-timeline-item-left::before,
    .news-timeline-item-right::before {
        margin-right: -1.5rem;
        margin-left: inherit;
        left: inherit;
        right: 100%;
    }

    .news-timeline-title-mt {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .news-item {
        max-width: 21.875rem;
        margin: 0 auto;
    }

    .news-wide-item {
        flex-wrap: wrap;
        max-width: 20rem;
        margin: 0 auto;
    }

    .news-wide-item-img {
        margin-bottom: 1.25rem;
        width: 100%;
    }

    .news-wide-item-info {
        padding-left: 0;
    }

    .news-wide-item-desc {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .news-nav {
        padding-top: 0;
    }

    .news-wide-item-desc {
        height: auto;
    }

    .news-item-desc {
        height: auto;
    }

    .news-post-img {
        height: 18.75rem;
    }

    .news-post-footer {
        padding-top: 1.25rem;
    }

    .news-timeline {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .news-timeline {
        margin: 0 auto;
    }
}

/* 5.9 Comments */
.comment-item {
    position: relative;
    margin-bottom: 2rem;
    padding: 1.5rem 1.25rem;
}

.comment-item:last-child {
    margin-bottom: 0;
}

.comment-item-row:hover .comment-item-reply {
    opacity: 1;
}

.comment-item-header {
    margin-bottom: 1rem;
}

.mobile .comment-item-reply, .tablet .comment-item-reply {
    opacity: 1;
}

.comment-item-reply {
    display: block;
    font-size: 1rem;
    text-decoration: none;
    opacity: 0;
    margin-top: 1rem;
}

.comment-item-reply:hover {
    text-decoration: underline;
}

.comment-item-author {
    display: flex;
    align-items: center;
}

.comment-item-author-img {
    width: 4.625rem;
    height: 4.625rem;
    min-width: 4.625rem;
    margin-right: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--background-secondary-color);
}

.comment-item-author-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.comment-item-author-name {
    margin-bottom: 0.25rem;
}

.comment-item-author-date {
    font-size: 1rem;
    color: var(--text-secondary);
    margin: 0;
}

.comment-item-desc {
    color: var(--text-secondary);
    margin: 0;
}

.comment-item-desc p {
    margin: 0;
}

.comment-item-list {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border-color);
    padding-left: 2.5rem;
}

.comment-item-list > .comment-item-row {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--border-color);
}

.comment-item-list > .comment-item-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.comment-item-list .comment-item-author-img {
    width: 3.75rem;
    height: 3.75rem;
    min-width: 3.75rem;
}

.comment-item-list .item-heading {
    font-size: 1rem;
}

.comment-item-list .comment-item-reply {
    margin-top: 0.5rem;
}

.comment-item-stars {
    margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
    .comment-item-list {
        padding-left: 0.625rem;
    }

    .comment-item-header .comment-item-stars {
        justify-content: flex-start;
        padding-left: 5.875rem;
        margin: 0;
    }
}

/* 5.10 Pricing */
.pricing-col:nth-child(odd) .pricing-item2 .pricing-item-header > svg {
    fill: var(--background-secondary-color);
}

.pricing-col:nth-child(odd) .pricing-item2 .pricing-item-header::after {
    background-color: var(--background-secondary-color);
}

.pricing-col:nth-child(odd) .pricing-item2 .pricing-item-badge {
    color: var(--accent-color);
}

.pricing-col-4 .pricing-item.pricing-item2 .pricing-item-header {
    padding: 3rem 1.5rem 0 2rem;
}

.pricing-col-4 .pricing-item-footer.pif-abs {
    padding: 0 1.5rem;
}

.pricing-col-4 .pricing-item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.pricing-h {
    height: 100%;
    padding-bottom: 1.5rem;
}

.pricing-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.pricing-item.pricing-item-i .pricing-item-header {
    padding-top: 4rem;
    padding-bottom: 0;
    border-bottom: none;
}

.pricing-item.pricing-item-i .pricing-item-footer {
    padding: 0 2rem 2rem 2rem;
}

.pricing-item.pricing-item-i .pricing-item-footer .btn {
    border-radius: var(--el-border-radius-min);
}

.pricing-item.pricing-item-i .pricing-item-footer .btn::before {
    border-radius: var(--el-border-radius-min);
}

.pricing-item.pricing-item2 .pricing-item-header {
    padding: 3rem 3rem 0 3rem;
    border-bottom: none;
    margin-bottom: 1rem;
}

.pricing-item.pricing-item2 .pricing-item-header > svg {
    position: absolute;
    left: -5px;
    bottom: 0;
    width: calc(100% + 10px);
    height: auto;
    fill: var(--accent-color);
}

.pricing-item.pricing-item2 .pricing-item-header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: var(--accent-color);
    border-top-left-radius: var(--el-border-radius);
    border-top-right-radius: var(--el-border-radius);
}

.pricing-item.pricing-item2 .pricing-item-heading {
    display: inline-block;
    border-bottom: 2px solid var(--accent-color);
    margin-bottom: 0.25rem;
}

.pricing-item.pricing-item2 .pricing-item-badge {
    font-family: var(--heading-font-family);
    top: 0.625rem;
    right: 0;
    transform: none;
    width: 100%;
    background-color: transparent;
    font-weight: var(--heading-font-weight);
    z-index: 2;
}

.pricing-item.pricing-item2 .pricing-item-content {
    padding-bottom: 2rem;
}

.pricing-item-badge {
    position: absolute;
    top: 2rem;
    right: -3.75rem;
    width: 12.5rem;
    height: 2rem;
    line-height: 2rem;
    background-color: var(--accent-color);
    color: var(--background-color);
    text-align: center;
    font-size: 1rem;
    transform: rotate(45deg);
}

.pricing-item-header {
    position: relative;
    padding: 2rem;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
    width: 100%;
    z-index: 1;
}

.pih-center {
    position: relative;
    padding: 1.5rem 1rem;
    background-color: var(--background-color);
    border-radius: var(--el-border-radius);
    overflow: hidden;
    box-shadow: var(--el-box-shadow);
    z-index: 2;
}

.pricing-item-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    min-width: 6rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--accent-color);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
    margin: 0 auto -3rem;
    color: var(--background-color);
    z-index: 2;
}

.pricing-item-price {
    font-size: 2rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--accent-color);
}

.pricing-item-price.none {
    display: none;
}

.pricing-item-heading {
    text-transform: uppercase;
}

.pricing-item-h {
    display: flex;
    flex-grow: 10;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.pricing-item-content {
    padding: 2rem;
}

.pricing-item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    fill: var(--text-secondary);
    color: var(--text-secondary);
    line-height: 1.5rem;
    font-size: 1rem;
}

.pricing-item-list p {
    margin: 0;
}

.pricing-item-list li {
    display: flex;
    margin-bottom: 0.75rem;
}

.pricing-item-list li .pili-val {
    color: var(--accent-color);
    margin-left: 1rem;
    text-align: right;
}

.pricing-item-list li:last-child {
    margin-bottom: 0;
}

.pricing-item-list li.active {
    color: var(--text-primary);
}

.pricing-item-list li.active i {
    color: var(--accent-color);
    fill: var(--accent-color);
}

.pricing-item-list li i {
    margin-right: 0.625rem;
}

.pricing-item-footer {
    position: relative;
    z-index: 2;
}

.pricing-item-footer .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--el-border-radius);
    border-bottom-right-radius: var(--el-border-radius);
}

.pricing-item-footer .btn::before {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: var(--el-border-radius);
    border-bottom-right-radius: var(--el-border-radius);
}

.pricing-item-footer.pif-abs {
    padding: 0 3rem;
    margin-top: -1.5rem;
}

.pricing-item-footer.pif-abs .btn {
    border-radius: var(--el-border-radius-min);
}

.pricing-item-footer.pif-abs .btn::before {
    border-radius: var(--el-border-radius-min);
}

.pricing-item-footer.pif-abs .btn-border {
    background-color: var(--background-color);
}

.pricing-toggle {
    display: flex;
    justify-content: center;
}

/* 5.11 Brands */
.brands-carusel .flickity-slider {
    display: flex;
    align-items: center;
}

.brands-item {
    position: relative;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9.5rem;
}

.brands-item.item-style {
    height: 9.5rem;
}

.brands-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.brands-min {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    max-width: 7.5rem;
    margin: 0 auto;
}

.brands-min img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

@media only screen and (min-width: 480px) {
    .brands-item {
        height: 12rem;
    }

    .brands-item.item-style {
        height: 12rem;
    }

    .brands-min {
        max-width: 10rem;
    }
}

/* 5.12 Countdown */
.countdown {
    display: flex;
    justify-content: space-between;
    max-width: 42.5rem;
    margin-left: auto;
    margin-right: auto;
}

.countdown.hidden {
    display: none;
}

.countdown-number {
    padding: 1.25rem;
    width: 9.375rem;
    height: 9.375rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.countdown-number.item-style {
    height: 9.375rem;
    width: 9.375rem;
}

.countdown-time {
    display: flex;
    justify-content: center;
    font-size: 3.75rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    width: 100%;
    line-height: 1;
}

.countdown-text {
    display: block;
    line-height: 1;
    color: var(--text-secondary);
}

.deadline-message {
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: line-through;
    display: none;
}

.deadline-message.visible {
    display: block;
}

.countdown-form {
    position: relative;
    margin-top: 2.5rem;
    z-index: 1;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .countdown-number {
        width: 6.25rem;
        height: 6.25rem;
    }

    .countdown-number.item-style {
        width: 6.25rem;
        height: 6.25rem;
    }

    .countdown-time {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 480px) {
    .countdown-number {
        width: 5rem;
        height: 5rem;
        padding: 0.625rem;
    }

    .countdown-number.item-style {
        width: 5rem;
        height: 5rem;
    }

    .countdown-time {
        font-size: 2rem;
    }

    .countdown-text {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 370px) {
    .countdown-number {
        width: 4rem;
        height: 4rem;
        padding: 0.625rem 0;
    }

    .countdown-number.item-style {
        width: 4rem;
        height: 4rem;
    }

    .countdown-time {
        font-size: 1.375rem;
    }

    .countdown-text {
        font-size: 0.8125rem;
    }
}

/* 5.13 Gallery */
.gallery-item {
    --item-height: 240px;
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    height: var(--item-height);
    text-decoration: none;
    color: var(--background-color);
    background-color: var(--background-secondary-color);
    overflow: hidden;
    cursor: pointer;
}

.gallery-item.el {
    height: inherit;
}

.gallery-item:hover {
    color: var(--background-color);
}

.gallery-item:hover .gallery-item-caption {
    opacity: 1;
    visibility: visible;
}

.gallery-item:hover .gallery-item-caption::after {
    height: 100%;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 1s;
}

.gallery-item-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0.625rem 1rem;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    font-size: 1.125rem;
    transition: all 0.3s;
}

.gallery-item-caption::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 3.125rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translateY(-50%);
    transition: all 0.3s;
}

.gallery-item-caption span {
    position: relative;
    display: block;
    z-index: 2;
}

.pswp__img {
    -o-object-fit: cover;
    object-fit: cover;
}

.lg-outer .lg-thumb {
    margin: 0 auto -0.625rem;
}

@media (min-width: 768px) {
    .gallery-grid-item-height-x2 .gallery-item {
        height: calc((var(--item-height) * 2) + var(--bs-gutter-x));
    }

    .gallery-container.g-0 .gallery-grid-item-height-x2 .gallery-item {
        height: calc(var(--item-height) * 2);
    }
}

@media (min-width: 992px) {
    .gallery-masonry-container-2 .gallery-item {
        --item-height: 320px;
    }

    .gallery-masonry-container-3 .gallery-item {
        --item-height: 265px;
    }
}

@media (min-width: 1200px) {
    .gallery-masonry-container-2 .gallery-item {
        --item-height: 360px;
    }

    .gallery-masonry-container-2 .gallery-item-caption {
        font-size: 1.25rem;
    }

    .gallery-masonry-container-2 .gallery-grid-item-height-x2 .gallery-item-caption {
        font-size: 1.375rem;
    }

    .gallery-masonry-container-3 .gallery-item {
        --item-height: 300px;
    }

    .gallery-masonry-container-3 .gallery-grid-item-height-x2 .gallery-item-caption {
        font-size: 1.375rem;
    }
}

@media (min-width: 1400px) {
    .gallery-masonry-container-3 .gallery-item-caption {
        font-size: 1.25rem;
    }
}

/* 5.14 Contacts */
.contact-info {
    position: relative;
    padding: 2rem 1.25rem;
    background-color: var(--background-secondary-color);
    border-radius: var(--el-border-radius);
    height: 100%;
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: var(--text-secondary);
}

.contact-list li {
    display: flex;
    margin-bottom: 1.625rem;
    line-height: 1.375rem;
}

.contact-list li:last-child {
    margin-bottom: 0;
}

.contact-list li .material-icons {
    margin-right: 0.625rem;
    color: var(--accent-color);
}

.contact-list li a {
    text-decoration: none;
    display: block;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.contact-list li a:last-child {
    margin-bottom: 0;
}

.contact-list li a:hover {
    color: var(--accent-color);
}

.contact-list i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-list i.footer-contact-tel {
    font-size: 1.25rem;
}

.contact-list i.footer-contact-email {
    font-size: 1.125rem;
}

.contact-list .footer-contact-info {
    opacity: 1;
}

.footer-contact-info h3 {
    color: var(--text-primary);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.footer-contact-info p {
    margin-bottom: 0.25rem;
}

.footer-contact-info p:last-child {
    margin-bottom: 0;
}

.contact-form-padding {
    padding-left: 2rem;
}

.map {
    position: relative;
}

.map iframe {
    width: 100%;
    height: 100%;
    min-height: 20rem;
    border: none;
}

.map.map-top {
    width: 100%;
    margin-bottom: 3.25rem;
    padding: 0;
}

.map.map-auto {
    min-height: 100%;
}

.map-contact-info {
    margin-top: 2rem;
}

.contacts-info-item {
    padding: 3rem 1.25rem;
}

.contacts-info-item-ico {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    color: var(--accent-color);
}

.contacts-info-item-content {
    text-align: center;
}

.contacts-info-item-content h3 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.contacts-info-item-content .item-heading-middle {
    margin-top: -0.75rem;
}

.contacts-info-item-content .text-secondary > * {
    margin-bottom: 1rem;
}

.contacts-info-item-content .text-secondary > *:last-child {
    margin-bottom: 0;
}

.contacts-info-item-content p {
    margin: 0;
}

.contacts-info-item-content a {
    text-decoration: none;
    color: var(--text-primary);
}

.contacts-info-item-content a:hover {
    color: var(--accent-color);
}

.form-heading-center h2, .form-heading-center h3, .form-heading-center h4, .form-heading-center h5, .form-heading-center h6 {
    text-align: center;
}

.contact-form-wide {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .map {
        display: flex;
        align-items: center;
        min-height: 35rem;
    }

    .map iframe {
        position: absolute;
        left: 0;
        top: 0;
        min-height: auto;
    }

    .map-contact-info {
        position: relative;
        margin-top: 0;
    }

    .map-contact-info .row {
        height: 0;
    }

    .map-contact-info .contact-info {
        top: -50%;
    }
}

@media (max-width: 1199.98px) {
    .contact-form-padding {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .map-auto {
        height: 25rem;
    }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .map,
  #map_canvas {
        min-height: 20rem;
    }

    .map iframe,
    #map_canvas iframe {
        min-height: 20rem;
    }

    .map {
        display: block;
        min-height: 20rem;
    }

    .map iframe {
        position: relative;
        left: 0;
        top: 0;
    }

    .map-contact-info {
        margin-top: 2rem;
    }

    .map-contact-info .row {
        height: auto;
    }

    .map-contact-info .contact-info {
        transform: none;
    }

    .map-contact-info .col-md-5 {
        width: 100%;
        margin-left: 0;
    }
}

/* 5.15 404 */
.page-404 {
    position: absolute;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-self: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

.page-404 > svg {
    width: 100vw;
    height: 85vh;
}

.page-404 .btn-group {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .page-404 > svg {
        height: 100%;
    }
}

@media only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .page-404 > svg {
        height: 78%;
    }
}

/* 5.16 Careers */
.careers-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: var(--text-primary);
    text-decoration: none;
    padding: 0.625rem;
}

.careers-item:hover {
    text-decoration: none;
    color: var(--text-primary);
}

.careers-item-details {
    width: 100%;
    padding: 1.25rem 0.625rem 1rem;
}

.careers-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -1.25rem;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.careers-item-location {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-left: 1.25rem;
}

.careers-item-location i {
    margin-right: 0.25rem;
}

.careers-item-directions {
    margin-left: 1.25rem;
    text-align: right;
}

.careers-item-heading {
    font-size: 1.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1.75rem 0 0;
}

.single-careers-content {
    margin: 2.5rem 0;
}

@media (max-width: 575.98px) {
    .single-careers-sidebar .item-style {
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .single-careers-header {
        display: block;
    }

    .single-careers-header .careers-item-directions {
        text-align: left;
        margin-top: 1rem;
    }
}

/* 5.16 Process steps */
.process-steps-row .col {
    position: relative;
}

.process-steps-row .col:last-child .process-item.process-item-line::after, .process-steps-row .col:last-child .process-item.process-item-arrow::after {
    display: none;
}

.process-item {
    position: relative;
    display: flex;
}

.process-item.process-item-line::after {
    content: "";
    position: absolute;
    left: 2.25rem;
    top: 0;
    width: 1px;
    height: calc(100% + var(--bs-gutter-x) + var(--bs-gutter-x)/2);
    background-color: var(--border-color);
}

.process-item.process-item-arrow::after {
    content: "\e5cc";
    font-family: 'Material Icons';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 1.5rem;
    bottom: calc(0px - (var(--bs-gutter-x) + var(--bs-gutter-x)/2)/2);
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    color: var(--accent-color);
    transform: rotate(90deg);
}

.process-item.process-item-arrow .process-item-counter {
    background: transparent;
    border: 0.25rem solid var(--accent-color);
    color: var(--accent-color);
}

.process-item.process-item-minimal {
    align-items: center;
}

.process-item.process-item-minimal::after {
    display: none;
    left: 0.5rem;
}

.process-item.process-item-minimal .process-item-counter {
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    border-width: 0.125rem;
}

.process-item-row {
    display: flex;
    align-items: center;
}

.process-item-counter {
    position: relative;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    width: 4.5rem;
    height: 4.5rem;
    min-width: 4.5rem;
    margin-right: 1.25rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--accent-color);
    background: linear-gradient(to right, var(--el-gradient-start) 0%, var(--el-gradient-end) 100%);
    color: var(--background-color);
    z-index: 1;
}

.process-item-details {
    position: relative;
    padding-top: 0.125rem;
    z-index: 1;
}

.process-item-heading {
    margin: 0;
}

.process-item-desc {
    color: var(--text-secondary);
    margin: 0.75rem 0 0 0;
}

@media (min-width: 576px) {
    .process-steps-row .col:nth-child(even) .process-item.process-item-line::after, .process-steps-row .col:nth-child(even) .process-item.process-item-arrow::after {
        display: none;
    }

    .process-item {
        position: static;
        display: block;
        text-align: center;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }

    .process-item.process-item-line::after {
        left: 50%;
        top: 2.25rem;
        width: 100%;
        height: 1px;
        background-color: transparent;
        border-bottom: 1px dashed var(--border-color);
    }

    .process-item.process-item-arrow::after {
        left: calc(100% - 0.75rem);
        top: 1.5rem;
        bottom: initial;
        transform: none;
    }

    .process-item.process-item-minimal {
        position: relative;
        display: flex;
        text-align: left;
        max-width: 100%;
    }

    .process-item.process-item-minimal::after {
        position: relative;
        display: flex;
        top: initial;
        left: calc(var(--bs-gutter-x)/2);
        height: 2.5rem;
        width: auto;
        flex: 1 0 0%;
    }

    .process-item.process-item-minimal .process-item-counter {
        margin: 0 1.25rem 0 0;
    }

    .process-item.process-item-minimal .process-item-heading {
        display: inline-flex;
    }

    .process-item-counter {
        margin: 0 auto 1.25rem;
    }

    .process-item-details {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .process-item.process-item-line::after {
        top: 2.75rem;
    }

    .process-item.process-item-arrow::after {
        top: 2rem;
    }

    .process-item.process-item-minimal::after {
        top: initial;
    }

    .process-item-counter {
        font-size: 1.75rem;
        width: 5.5rem;
        height: 5.5rem;
        min-width: 5.5rem;
        margin-bottom: 1.5rem;
    }

    .process-item-desc {
        margin-top: 1rem;
    }
}

@media (min-width: 992px) {
    .process-steps-row.row-cols-lg-3 .col:nth-child(even) .process-item.process-item-line::after, .process-steps-row.row-cols-lg-3 .col:nth-child(even) .process-item.process-item-arrow::after {
        display: flex;
    }

    .process-steps-row.row-cols-lg-3 .col:nth-child(3n) .process-item.process-item-line::after, .process-steps-row.row-cols-lg-3 .col:nth-child(3n) .process-item.process-item-arrow::after, .process-steps-row.row-cols-lg-3 .col:last-child .process-item.process-item-line::after, .process-steps-row.row-cols-lg-3 .col:last-child .process-item.process-item-arrow::after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .process-steps-row.row-cols-xl-4 .col:nth-child(even) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-4 .col:nth-child(even) .process-item.process-item-arrow::after {
        display: flex;
    }

    .process-steps-row.row-cols-xl-4 .col:nth-child(4n) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-4 .col:nth-child(4n) .process-item.process-item-arrow::after {
        display: none;
    }

    .process-steps-row.row-cols-xl-5 .col:nth-child(even) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-5 .col:nth-child(even) .process-item.process-item-arrow::after {
        display: flex;
    }

    .process-steps-row.row-cols-xl-5 .col:nth-child(3n) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-5 .col:nth-child(3n) .process-item.process-item-arrow::after {
        display: flex;
    }

    .process-steps-row.row-cols-xl-5 .col:nth-child(5n) .process-item.process-item-line::after, .process-steps-row.row-cols-xl-5 .col:nth-child(5n) .process-item.process-item-arrow::after, .process-steps-row.row-cols-xl-5 .col:last-child .process-item.process-item-line::after, .process-steps-row.row-cols-xl-5 .col:last-child .process-item.process-item-arrow::after {
        display: none;
    }
}

/* 5.16 Image comparison */
.compare-image-container {
    --value: 50%;
    position: relative;
    border-radius: var(--el-border-radius);
    box-shadow: var(--el-box-shadow);
}

.compare-image {
    position: absolute;
    height: 100%;
    width: 100%;
}

.compare-image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-clip-path: polygon(100% 0%, var(--value) 0%, var(--value) 100%, 100% 100%);
    clip-path: polygon(100% 0%, var(--value) 0%, var(--value) 100%, 100% 100%);
}

.compare-image-slider {
    position: absolute;
    top: 0;
    left: var(--value);
    width: 0;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.compare-image-slider::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--background-color);
}

.compare-image-slider::after {
    content: "\e5d7";
    font-family: 'Material Icons';
    position: absolute;
    left: -1.5rem;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border-radius: 50%;
    background-color: var(--background-color);
    box-shadow: var(--el-box-shadow);
    transform: rotate(90deg);
}

.compare-image-range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    opacity: 0;
    z-index: 3;
}

.compare-image-caption {
    position: absolute;
    bottom: 1rem;
    background-color: var(--background-color);
    border-radius: var(--el-border-radius-min);
    padding: 0.25rem 0.5rem;
    box-shadow: var(--el-box-shadow);
    z-index: 4;
}

.compare-image-caption-before {
    left: 1rem;
}

.compare-image-caption-after {
    right: 1rem;
}

/* 5.16 Banner */
.banner .btn-group, .banner .content {
    margin-top: 1.5rem;
}

.banner .section-desc {
    margin-bottom: 0;
}

.banner .section-heading, .banner .btn-group, .banner .content {
    position: relative;
    z-index: 1;
}

.banner.banner-container {
    padding-left: 3rem;
    padding-right: 3rem;
}

.banner-container {
    background-position: left center;
    background-size: cover;
}

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

.banner-dark-heading {
    font-size: 1.5rem;
    font-weight: var(--heading-font-weight);
    text-transform: uppercase;
}

.bdt-mt {
    margin-top: 1.125rem;
}

.banner-dark-price {
    position: relative;
}

.banner-dark-price img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.banner-dark-price-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: bold 3.75rem var(--heading-font-family);
    white-space: nowrap;
    color: var(--accent-color);
    margin-top: 0.25rem;
    line-height: 1;
}

.banner-dark-btn {
    margin-top: 1.5rem;
}

@media (max-width: 991.98px) {
    .banner-dark-price-text {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 480px) {
    .banner.banner-container {
        padding-left: 2rem;
    }

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

    .banner-container .btn-group {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .banner {
        --min-height: 200px;
        --max-width: 800px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        min-height: var(--min-height);
    }

    .banner .section-heading {
        max-width: var(--max-width);
    }

    .banner .btn-group {
        width: 100%;
    }
}

/* === 6. Layouts === */
/* 6.1 Header */
.header {
    position: relative;
    width: 100%;
}

.header.fixed {
    position: fixed;
    z-index: 101;
}

.header.header-clear {
    padding: 1rem 0;
}

.header-top {
    position: relative;
    background-color: var(--text-primary);
    color: var(--background-color);
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    z-index: 1001;
}

.header-top i {
    color: var(--background-color);
}

.header-top a {
    color: var(--background-color);
    opacity: 0.8;
    text-decoration: none;
}

.header-top a:hover {
    color: var(--background-color);
    opacity: 1;
}

.header-top .widget-socials > li > a {
    fill: var(--background-color);
}

.header-top.header-top-border-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--background-color);
    opacity: 0.1;
}

.header-top-links {
    display: flex;
    align-items: center;
    margin-left: -2rem;
}

.header-top-links > * {
    margin-left: 2rem;
}

.header-top-links .header-button {
    display: flex;
    align-items: center;
    color: var(--background-color);
    opacity: 0.8;
}

.header-top-links .header-button i {
    margin-right: 5px;
}

.header-top-links .header-button span {
    border-bottom: 1px dashed var(--background-color);
    transition: all 0.2s;
    line-height: 1.1;
}

.header-top-links .header-button:hover {
    opacity: 1;
}

.header-top-links .header-button:hover span {
    border-bottom-style: solid;
}

.header-top-info {
    display: flex;
    align-items: center;
    margin-left: -1rem;
}

.header-top-info b, .header-top-info strong {
    font-weight: 600;
    color: var(--background-color);
}

.header-top-info li {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.header-top-info li > a {
    opacity: 1;
    display: flex;
    align-items: center;
}

.header-top-info li > a:hover span {
    opacity: 1;
}

.header-top-info li b, .header-top-info li strong {
    margin-right: 0.375rem;
}

.header-top-info li i {
    margin-right: 0.625rem;
}

.header-top-info li span {
    opacity: 0.8;
    transition: all 0.25s;
}

.header-center {
    box-shadow: var(--header-box-shadow);
}

.header-center .header-lang-list {
    right: inherit;
    left: 0;
}

.header-center .header-fixed {
    box-shadow: none;
}

.header-center .header-fixed.fixed {
    box-shadow: var(--header-box-shadow);
}

.header-center .logo img {
    max-height: 6rem;
}

.header-logo-center {
    padding: 1.5rem 0 0.5rem;
    line-height: 1;
}

.header-fixed {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.75rem 0;
    background-color: var(--background-color);
    font-size: 1rem;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 101;
    box-shadow: var(--header-box-shadow);
}

.header-fixed.fixed {
    position: fixed;
}

.header-fixed .col-static {
    position: static;
}

.header-fixed .container {
    position: relative;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

.logo-wide {
    min-width: 16rem;
}

.logo {
    --logo-max-width: 133px;
    --logo-max-height: 36px;
    display: inline-flex;
    text-decoration: none;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: var(--logo-max-height);
    max-width: var(--logo-max-width);
}

.logo svg {
    display: block;
}

.logo-text {
    font-family: var(--heading-font-family);
    font-size: 1.125rem;
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    text-decoration: none;
    color: var(--text-primary);
}

body.mmm-open {
    overflow: hidden;
}

body.mmm-open .header-fixed {
    box-shadow: var(--header-box-shadow);
}

body.mmm-open .mmm {
    transform: none;
}

.mmm {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 20rem;
    background-color: var(--background-color);
    z-index: 100;
    box-shadow: var(--header-box-shadow);
    transform: translateX(-150%);
    overflow: hidden;
    overflow-y: auto;
    transition: transform 0.6s;
}

.mf-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    transition: opacity 0.4s;
}

.mf-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.mf-bg.visible {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.mf-bg.side-visible {
    z-index: 1110;
}

.mmm-footer {
    padding: 1.25rem;
    font-size: 1rem;
    border-bottom: 1px solid var(--background-color);
}

.mmm-lang {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: capitalize;
    margin: 0 -1.25rem -1.25rem 0;
}

.mmm-lang li {
    margin: 0 1.25rem 1.25rem 0;
}

.mmm-lang li a {
    color: var(--text-primary);
    text-decoration: none;
}

.mmm-lang li.active a {
    color: var(--accent-color);
}

.mmm-content {
    background-color: var(--background-secondary-color);
}

.mmm-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: var(--font-size);
}

.mmm-list > li {
    position: relative;
    border-bottom: 1px solid var(--background-color);
}

.mmm-list > li > a {
    display: block;
    color: var(--text-primary);
    text-decoration: none;
    width: 100%;
    padding: 0 3.75rem 0 1.25rem;
    height: 3.125rem;
    line-height: 3.125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mmm-list > li.active > a, .mmm-list > li.open > a, .mmm-list > li.current-lang > a {
    background-color: var(--accent-color);
    color: var(--background-color);
}

.mmm-list > li.active .mmm-btn, .mmm-list > li.open .mmm-btn, .mmm-list > li.current-lang .mmm-btn {
    color: var(--background-color);
}

.mmm-list > li.open .mmm-btn {
    transform: rotateX(180deg);
}

.mmm-list > li .mmm-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.125rem;
    height: 3.125rem;
    border-left: 1px solid var(--background-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    cursor: pointer;
}

.mmsm {
    display: none;
    background-color: var(--background-color);
    font-size: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mmsm li {
    border-bottom: 1px solid var(--border-color);
}

.mmsm li:first-child {
    border-top: 1px solid var(--border-color);
}

.mmsm li a {
    display: block;
    padding: 0.625rem 1.25rem 0.625rem 2rem;
    text-decoration: none;
    color: var(--text-primary);
}

.mmsm li.menu-item-has-children > a {
    font-weight: bold;
}

.mmsm > li > ul > li:last-child {
    border: none;
}

.mmsm > li > ul > li > a {
    padding-left: 2.75rem;
}

.mmsm-item {
    margin-bottom: 1.25rem;
}

.mmsm-item:first-child .mmsm-item-heading {
    padding-top: 1.25rem;
}

.mmsm-item:last-child {
    margin-bottom: 0;
}

.mmsm-item:last-child ul li:last-child {
    border-bottom: none;
}

.mmsm-item-heading {
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0 1.25rem;
    text-transform: uppercase;
}

.header-main-nav {
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
}

.header-main-nav .form-field {
    margin-bottom: 0;
}

.tablet .main-mnu-list > li.menu-item-has-children > a, .mobile .main-mnu-list > li.menu-item-has-children > a {
    pointer-events: none;
}

.main-mnu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.main-mnu:not(.main-mnu-js-init) {
    overflow-y: auto;
    scrollbar-width: none;
}

.main-mnu:not(.main-mnu-js-init)::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.main-mnu > .main-mnu {
    width: auto;
}

.main-mnu-list {
    display: inline-flex;
    margin-left: -1.5rem;
}

.main-mnu-list.hide {
    display: none;
}

.main-mnu-list .badge {
    margin-left: 0.5rem;
}

.main-mnu-list > li {
    position: relative;
    margin-left: 1.5rem;
    padding: 1rem 0;
}

.main-mnu-list > li:hover > a > span, .main-mnu-list > li.active > a > span, .main-mnu-list > li.current-lang > a > span {
    transform: translateY(100%);
}

.main-mnu-list > li:hover > a::after, .main-mnu-list > li.active > a::after, .main-mnu-list > li.current-lang > a::after {
    transform: none;
}

.main-mnu-list > li.current-lang > a {
    font-weight: bold;
}

.main-mnu-list > li:hover > ul,
    .main-mnu-list > li:hover .main-sub-mnu {
    transform: none;
    opacity: 1;
    visibility: visible;
    z-index: 11;
}

.main-mnu-list > li:hover > a i {
    transform: rotateX(180deg);
}

.main-mnu-list > li.main-mnu-item-mega-mnu {
    position: static;
}

.main-mnu-list > li > a {
    font-size: 0.9375rem;
    overflow: hidden;
    white-space: nowrap;
}

.main-mnu-list > li > a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100%;
    white-space: nowrap;
    transition: all 0.4s;
    color: var(--accent-color);
}

.main-mnu-list > li > a > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}

.main-mnu-list > li a {
    color: var(--text-primary);
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
}

.main-mnu-list > li.menu-item-has-children {
    padding-right: 0;
}

.main-mnu-list > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
}

.main-mnu-list > li.menu-item-has-children > a i {
    margin-left: 0.25rem;
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--accent-color);
    transition: all 0.4s;
}

.main-mnu-list > li.menu-item-has-children > a .badge {
    margin-left: 0.25rem;
}

.main-mnu-list > li > ul {
    position: absolute;
    top: 100%;
    background-color: var(--background-color);
    box-shadow: var(--el-box-shadow);
    min-width: 12.5rem;
    z-index: 10;
    transform: translateY(15px);
    border-radius: calc(var(--el-border-radius) * 0.6);
    font-weight: normal;
    opacity: 0;
    visibility: hidden;
    padding: 0.75rem 0;
    transition: all 0.2s;
    cursor: default;
}

.main-mnu-list > li > ul > li {
    position: relative;
}

.main-mnu-list > li > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-mnu-list > li > ul > li > a i {
    margin-left: 0.25rem;
    font-size: 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--accent-color);
    transition: all 0.4s;
}

.main-mnu-list > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 12.5rem;
    background-color: var(--background-color);
    border-radius: calc(var(--el-border-radius) * 0.6);
    border-top-left-radius: 0;
    padding: 0.75rem 0;
    opacity: 0;
    box-shadow: var(--el-box-shadow);
    transform: translateY(15px);
    visibility: hidden;
    transition: all 0.2s;
}

.main-mnu-list > li > ul > li:hover > a {
    color: var(--accent-color);
}

.main-mnu-list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-mnu-list > li > ul li {
    padding: 0.25rem 0;
}

.main-mnu-list > li > ul li a {
    padding: 0.125rem 1rem 0.125rem 1.5rem;
    transition: all 0.2s 0s;
    overflow: hidden;
}

.main-mnu-list > li > ul li a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.25rem 1rem 0.25rem 1.5rem;
    transform: translateY(-100%);
    width: 100%;
    transition: all 0.4s;
    color: var(--accent-color);
}

.main-mnu-list > li > ul li a > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}

.main-mnu-list > li > ul li:hover > a > span, .main-mnu-list > li > ul li.active > a > span {
    transform: translateY(100%);
}

.main-mnu-list > li > ul li:hover > a::after, .main-mnu-list > li > ul li.active > a::after {
    transform: translateY(0);
}

.main-mnu-list > li.mega-menu {
    position: static;
}

.main-mnu-list > li.mega-menu > ul {
    left: calc(var(--bs-gutter-x) * 0.5);
    width: calc(100% - var(--bs-gutter-x));
    display: flex;
    padding: 0 1.5rem;
    z-index: -1;
}

.main-mnu-list > li.mega-menu > ul > li {
    width: 100%;
    max-width: 100%;
    flex: 1 0 0%;
    padding: 2.5rem 1rem;
}

.main-mnu-list > li.mega-menu > ul > li > a {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    line-height: var(--heading-line-height);
    margin-bottom: 1.25rem;
}

.main-mnu-list > li.mega-menu > ul > li > a::after {
    content: none;
}

.main-mnu-list > li.mega-menu > ul > li > a > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
}

.main-mnu-list > li.mega-menu > ul > li > a i {
    display: none;
}

.main-mnu-list > li.mega-menu > ul > li > ul {
    position: relative;
    left: inherit;
    top: inherit;
    transform: none;
    opacity: 1;
    visibility: inherit;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.main-mnu-list > li.mega-menu > ul > li > ul li {
    padding: 0;
}

.main-mnu-list > li.mega-menu > ul > li:hover > a {
    color: var(--text-primary);
}

.main-mnu-list > li.mega-menu > ul > li:hover > ul {
    transform: none;
}

.main-mnu-list > li.mega-menu > ul li a {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
}

.main-mnu-list > li.mega-menu > ul li a::after {
    padding: 0.25rem 0;
}

.main-mnu-list > li.menu-item-more > div {
    display: block;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    transition: color 0.2s;
}

.main-mnu-list > li.menu-item-more > div:hover {
    color: var(--accent-color);
}

.main-mnu-list > li.menu-item-more > ul {
    right: 0;
}

.main-mnu-list li > a > div {
    display: flex;
    align-items: center;
}

.main-mnu-btn {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
    overflow: hidden;
}

.main-mnu-btn .bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--text-primary);
    transition: all 0.4s ease-in-out;
}

.main-mnu-btn .bar-1 {
    top: 0;
}

.main-mnu-btn .bar-2,
  .main-mnu-btn .bar-3 {
    top: 8px;
}

.main-mnu-btn .bar-3 {
    right: 0;
}

.main-mnu-btn .bar-4 {
    bottom: 0;
}

.main-mnu-btn.active .bar-1 {
    transform: translateX(40px);
    background-color: transparent;
}

.main-mnu-btn.active .bar-2 {
    transform: rotate(45deg);
}

.main-mnu-btn.active .bar-3 {
    transform: rotate(-45deg);
}

.main-mnu-btn.active .bar-4 {
    transform: translateX(-40px);
    background-color: transparent;
}

.main-sub-mnu {
    position: absolute;
    left: 1rem;
    top: 100%;
    background-color: var(--background-color);
    box-shadow: var(--el-box-shadow);
    width: 100%;
    width: calc(100% - 2rem);
    z-index: 10;
    transform: translateY(1rem);
    font-weight: normal;
    opacity: 0;
    border-radius: calc(var(--el-border-radius) * 0.6);
    visibility: hidden;
    min-height: 18.75rem;
    transition: all 0.2s 0.1s;
    z-index: -1;
    cursor: default;
    overflow: hidden;
}

.main-sub-mnu .mega-mnu-heading {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.main-sub-mnu .container, .main-sub-mnu .row {
    min-height: 18.75rem;
}

.mega-mnu-item {
    padding: 2.5rem 1.25rem 2.5rem 3.125rem;
}

.mega-mnu-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
    opacity: 0.5;
}

.mega-mnu-item:last-child::after {
    content: none;
}

.main-sub-mnu-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1.25rem;
}

.main-sub-mnu-list.main-sub-mnu-listh {
    display: block;
}

.main-sub-mnu-list.main-sub-mnu-listh > li {
    width: 100%;
}

.main-sub-mnu-list > li {
    width: 50%;
    position: relative;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
}

.main-sub-mnu-list > li:hover > a > span {
    transform: translateY(100%);
}

.main-sub-mnu-list > li:hover > a::after {
    transform: translateY(0);
}

.main-sub-mnu-list > li > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-sub-mnu-list > li > a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    transition: all 0.4s;
    color: var(--accent-color);
    width: 100%;
    padding: 0.125rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-sub-mnu-list > li > a > span {
    display: block;
    transform: translateY(0);
    transition: all 0.4s;
    padding: 0.125rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-sub-mnu-slider .flickity-prev-next-button {
    position: absolute;
    padding: 0.3125rem;
    background: transparent;
    width: 1.25rem;
    height: 1.25rem;
    fill: var(--background-color);
    padding: 0;
    border: none;
    line-height: 1;
}

.main-sub-mnu-slider .flickity-button-icon {
    fill: var(--background-color);
}

.header-search.open .header-search-ico-close {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.header-search.open .header-search-ico-search {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3);
}

.header-search.open .header-search-form {
    visibility: visible;
    opacity: 1;
}

.header-search-ico {
    cursor: pointer;
    position: relative;
    z-index: 3;
    transition: all 0.2s;
}

.header-search-ico:hover {
    color: var(--accent-color);
}

.header-search-ico-search,
.header-search-ico-close {
    position: absolute;
    left: 0.0625rem;
    top: 0.0625rem;
    transition: all 0.2s;
}

.header-search-ico-close {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3);
}

.header-search-ico-search {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.header-search-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-color);
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.header-search-form .container {
    padding: 0 15px;
}

.header-search-form .form-field {
    margin: 0;
}

.header-search-form .form-field .form-field-input {
    padding-right: 2.5rem;
}

.header-search-btn,
.search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    color: var(--text-primary);
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.header-search-btn:hover,
  .search-btn:hover {
    color: var(--accent-color);
}

.header-search-btn:focus,
  .search-btn:focus {
    outline: none;
}

.header-search-btn:active i,
  .search-btn:active i {
    transform: scale(0.8);
}

.header-search-btn i,
  .search-btn i {
    transition: all 0.2s;
}

.header-lang {
    position: relative;
}

.header-lang.open .header-lang-list {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header-lang.open .header-lang-current {
    color: var(--accent-color);
}

.header-lang-current {
    display: flex;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--text-primary);
    transition: all 0.2s;
}

.header-lang-current:hover {
    color: var(--accent-color);
}

.header-lang-current .material-icons {
    margin: auto;
}

.header-lang-list {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    background-color: var(--background-color);
    box-shadow: var(--el-box-shadow);
    padding: 0.75rem 0;
    margin-top: 1rem;
    border-radius: calc(var(--el-border-radius) * 0.6);
    transition: all 0.2s;
    transform: translateY(1rem);
    opacity: 0;
    visibility: hidden;
}

.header-lang-list li {
    padding: 0.4rem 1.5625rem;
}

.header-lang-list li a span {
    padding: 0.125rem 0;
}

.header-lang-list li a::after {
    padding: 0.125rem 0;
}

.header-lang-list li.active a {
    pointer-events: none;
    color: var(--accent-color);
}

.header-navbar {
    position: relative;
    z-index: 3;
}

.header-navbar.open .header-navbar-content {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.header-navbar .widget-socials li a {
    opacity: 1;
}

.header-navbar-btn {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
}

.header-navbar-btn:hover {
    color: var(--accent-color);
}

.header-navbar-btn:active {
    transform: scale(0.8);
}

.header-navbar-content {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 1.5rem;
    background-color: var(--background-color);
    font-size: 1rem;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    white-space: nowrap;
    margin-top: 0.625rem;
    z-index: 15;
    box-shadow: var(--el-box-shadow);
    border-radius: calc(var(--el-border-radius) * 0.6);
}

.header-navbar-content .header-actions {
    padding: 0;
}

.header-navbar-content > li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.header-navbar-content > li:last-child {
    margin-bottom: 0;
}

.header-navbar-content i {
    color: var(--text-primary);
    margin-right: 0.625rem;
}

.header-navbar-content b {
    margin-right: 0.3125rem;
}

.header-navbar-content a {
    color: var(--text-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.header-navbar-content a:hover {
    color: var(--text-primary);
}

.header-navbar-content .header-button span {
    border-bottom: 1px dashed var(--text-primary);
    transition: all 0.2s;
    line-height: 1.3;
}

.header-navbar-content .header-button:hover span {
    border-bottom-style: solid;
}

.header-navbar-content .widget-socials {
    margin-top: 0.3125rem;
}

.header-navbar-content .widget-socials li a {
    fill: var(--text-primary);
}

.header-actions {
    display: flex;
    align-items: center;
    margin-left: -1.25rem;
    padding: 1rem 0;
}

.header-actions.header-actions-width-btn {
    padding: 0.25rem 0;
}

.header-actions > li {
    margin-left: 1.25rem;
}

.header-actions .btn {
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.header-actions .btn i {
    display: none;
}

.header-action-icon {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    width: 1.5rem;
    height: 1.5rem;
    transition: all 0.2s;
}

.header-action-icon:hover {
    color: var(--accent-color);
}

.side {
    position: fixed;
    top: 0;
    width: 20rem;
    height: 100%;
    background: var(--background-color);
    z-index: 1111;
    transition: all 0.4s;
}

.side.side-right {
    right: 0;
    transform: translateX(20rem);
}

.side.open {
    transform: none;
}

.side-scroll {
    padding: 1rem 1.5rem 1.25rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.side-close {
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 2;
}

.side-close:hover {
    transform: rotate(90deg);
    color: var(--accent-color);
}

.side-login {
    margin-top: 2rem;
    margin-bottom: 1.25rem;
}

.side-form-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.side-form-nav {
    margin-top: 1.25rem;
    text-align: center;
}

.sfn-row {
    margin-bottom: 1rem;
}

.sfn-row:last-child {
    margin-bottom: 0;
}

@media only screen and (max-height: 750px) {
    .side-form .input-states-labelled {
        display: none;
    }
}

/* 6.2 Sidebar */
.sidebar-item-style,
.sibebar-item-bg-style {
    position: relative;
    padding: 1.5rem 1rem;
    border-radius: var(--el-border-radius);
}

.sidebar-item-style {
    border: 1px solid var(--border-color);
}

.sibebar-item-bg-style {
    background-color: var(--background-secondary-color);
}

.sidebar-item-row {
    margin-bottom: 1.5rem;
}

.sidebar-item-row:last-child {
    margin-bottom: 0;
}

.sidebar-item-heading {
    line-height: 1.2;
    font-family: var(--heading-font-family);
    margin-bottom: 1.25rem;
}

.sidebar-item-desc {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    color: var(--text-secondary);
}

.sidebar-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -0.625rem;
    margin-left: -1rem;
    font-size: 1rem;
}

.sidebar-tags li {
    margin-bottom: 0.625rem;
    margin-left: 1rem;
}

.sidebar-tags li a {
    text-decoration: none;
}

.sidebar-tags li a:hover {
    text-decoration: underline;
}

.sidebar-filter-list > li {
    margin-bottom: 0.5rem;
    line-height: 1.25rem;
}

.sidebar-filter-list > li:last-child {
    margin-bottom: 0;
}

.sidebar-filter-list > li:hover::before {
    border-color: var(--accent-color);
}

.sidebar-filter-list > li.active::before, .sidebar-filter-list > li.is-checked::before {
    border-color: var(--accent-color);
}

.sidebar-filter-list > li.active::after, .sidebar-filter-list > li.is-checked::after {
    opacity: 1;
}

.sidebar-posts li {
    margin-bottom: 1.25rem;
}

.sidebar-posts li:last-child {
    margin-bottom: 0;
}

.sidebar-post {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: bold;
}

.sidebar-post:hover {
    color: var(--accent-color);
}

.sidebar-post-img {
    height: 4.6875rem;
    min-width: 5.3125rem;
    width: 5.3125rem;
}

.sidebar-post-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar-post-title {
    text-decoration: none;
    padding-left: 0.625rem;
    line-height: var(--line-height);
}

.sidebar-cat-tree .sidebar-cat-item {
    display: block;
}

.sidebar-cat-tree > li.open > a::after {
    color: var(--text-primary);
}

.sidebar-cat-tree > li.open .sidebar-cat-icon {
    transform: translateY(-50%) rotate(90deg);
}

.sidebar-cat-item {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    display: flex;
    color: var(--text-secondary);
}

.sidebar-cat-item:last-child {
    margin-bottom: 0;
}

.sidebar-cat-item a {
    position: relative;
    color: var(--text-secondary);
    display: block;
    width: 100%;
    text-decoration: none;
}

.sidebar-cat-item a:hover, .sidebar-cat-item a.active {
    color: var(--accent-color);
}

.sidebar-cat-item ul {
    padding-left: 0.625rem;
    margin-top: 0.5rem;
}

.sidebar-cat-item ul > li {
    margin-bottom: 0.5rem;
}

.sidebar-cat-item ul > li:last-child {
    margin-bottom: 0;
}

.sidebar-cat-item .sidebar-cat-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent-color);
    transition: all 0.2s;
}

.sidebar-cat-count {
    margin-left: 0.625rem;
    min-width: 1.125rem;
    text-align: right;
}

/* 6.3 Section */
.section {
    position: relative;
    padding: 4.5rem 0;
    background-color: var(--background-color);
    color: var(--text-primary);
}

.section.section-without-padding {
    padding: 0;
}

.section.section-without-padding-top {
    padding-top: 0;
}

.section.section-without-padding-bottom {
    padding-bottom: 0;
}

.section.section-minimal-padding {
    padding: 30px 0;
}

.section.section-container-fluid-without-padding .container-fluid {
    padding: 0;
}

.section-bg-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--section-bg-overlay);
}

.page-sections {
    padding-top: 3.5rem;
}

.page-sections .section {
    padding: 0;
    margin-bottom: 3.5rem;
}

.page-sections .section:last-child {
    margin-bottom: 0;
}

.section-overflow-hidden {
    overflow: hidden;
}

.section-bg,
.section-background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-bg,
.section-bgc {
    background-color: var(--background-secondary-color);
}

.section-dark {
    background-color: #000;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-dark a {
    color: #fff;
}

.section-header-margin-none .section-heading {
    margin: 0;
}

.section-heading {
    margin-bottom: 3.25rem;
    max-width: 850px;
}

.section-heading h1, .section-heading h2, .section-heading h3 {
    position: relative;
    font-size: 2.5rem;
    margin: 0;
}

.section-heading.shm-none {
    margin-bottom: 0;
}

.section-heading .btn-group {
    margin-top: 2rem;
}

.heading-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.heading-center .section-desc {
    margin-left: auto;
    margin-right: auto;
}

.heading-right {
    text-align: right;
    margin-left: auto;
}

.heading-right .section-desc {
    margin-left: auto;
}

.section-subheading {
    margin-bottom: 0.3125rem;
    text-transform: uppercase;
    color: var(--accent-color);
}

.section-desc {
    margin: 1.25rem 0;
    max-width: 30rem;
    color: var(--text-secondary);
}

.section-footer {
    margin-top: 1rem;
}

.section-footer .content {
    margin-bottom: 1.25rem;
    max-width: 30rem;
}

.section-footer .content.text-center {
    margin-left: auto;
    margin-right: auto;
}

.section-footer .content.text-right {
    margin-left: auto;
}

.section-footer .content.content-no-margin {
    margin-bottom: 0;
}

.section-footer.section-footer-mt-1 {
    margin-top: -0.75rem;
}

.section-nav {
    position: relative;
    margin-bottom: 2rem;
    margin-top: -0.3125rem;
}

.section-nav-list {
    list-style: none;
    margin: 0;
    padding: 0.3125rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%;
    overflow-x: auto;
}

.section-nav-list li {
    cursor: pointer;
    padding: 0 0.3125rem;
    margin-right: 1.5rem;
    white-space: nowrap;
    transition: all 0.2s;
}

.section-nav-list li:last-child {
    margin-right: 0;
}

.section-nav-list li:hover, .section-nav-list li.active {
    color: var(--accent-color);
}

.section-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-path {
    width: 100%;
    padding: 0 var(--bs-gutter-x, 15px);
}

.main-content .container .container {
    padding: 0;
}

@media (min-width: 576px) {
    .section-path {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .section-path {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .section-row {
        justify-content: flex-start;
    }

    .section-item {
        width: 50%;
        max-height: 100%;
    }

    .section-path {
        max-width: calc(960px / 2);
    }

    .section-path-left {
        margin-left: auto;
    }

    .section-path-right {
        margin-right: auto;
    }

    .section-right-picture {
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 2rem;
    }

    .section-right-picture img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-top-left-radius: var(--el-border-radius);
        border-bottom-left-radius: var(--el-border-radius);
    }
}

@media (min-width: 1200px) {
    .section-path {
        max-width: calc(1140px / 2);
    }
}

@media (min-width: 1400px) {
    .section-path {
        max-width: calc(1320px / 2);
    }
}

/* 6.4 Page */
.grid-item p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.625rem;
}

.page-404-title {
    font-size: 5rem;
}

.search-page-container {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}

.search-page-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3.5rem;
    counter-reset: item;
}

.search-page-list li {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
}

.search-page-list li:last-child {
    margin-bottom: 0;
}

.search-page-list li a {
    font-weight: var(--heading-font-weight);
    font-family: var(--heading-font-family);
    text-decoration: none;
}

.search-page-list li a:hover {
    text-decoration: underline;
}

.search-page-list li::before {
    content: counter(item) ".";
    counter-increment: item;
    display: block;
    min-width: 2rem;
    top: 0;
}

.search-page-list li p {
    margin-top: 0.3125rem;
    margin-bottom: 0;
    color: var(--text-secondary);
    font-size: 1rem;
}

.search-page-results-text {
    margin-bottom: 0;
    margin-top: 2rem;
}

.search-page-results-text b, .search-page-results-text strong {
    font-weight: 600;
    font-family: var(--heading-font-family);
}

.lg-outer .lg-video-cont .lg-object {
    -o-object-fit: cover;
    object-fit: cover;
}

/* 6.5 Footer */
.footer {
    position: relative;
    background-color: var(--text-primary);
    width: 100%;
    color: var(--background-color);
    font-size: 1rem;
}

.footer p, .footer i {
    opacity: 0.8;
}

.footer a {
    opacity: 0.8;
    color: var(--background-color);
    text-decoration: none;
}

.footer a:hover {
    color: var(--background-color);
    opacity: 1;
}

.footer a::after {
    color: var(--background-color);
}

.footer form input {
    color: var(--background-color);
}

.footer form .wpcf7-checkbox .wpcf7-list-item-label,
  .footer form .form-field-label {
    color: var(--background-color);
    opacity: 0.8;
}

.footer form .wpcf7-spinner::before, .footer form .wpcf7-spinner::after {
    background-color: var(--background-color);
}

.footer form *::-webkit-input-placeholder,
  .footer form *::placeholder {
    color: var(--background-color);
}

.footer .menu > li.active > a {
    opacity: 1;
}

.footer .menu > li.active > a span {
    transform: translateY(100%);
}

.footer .menu > li.active > a::after {
    transform: translateY(0);
}

.footer .widget-socials > li > a {
    fill: var(--background-color);
}

.footer .widget-socials.widget-socials-bordered-hover-bg > li > a {
    fill: var(--background-color);
    border-color: var(--background-color);
}

.footer .widget-socials.widget-socials-bordered-hover-bg > li > a:hover {
    background-color: var(--background-color);
    border-color: var(--background-color);
    fill: var(--text-primary);
}

.mobile .footer, .tablet .footer {
    z-index: 1 !important;
    position: relative !important;
}

.mobile .main-inner, .tablet .main-inner {
    margin-bottom: 0 !important;
}

.footer-company-info,
.footer-company-top {
    line-height: 1;
}

.footer-minimal .footer-main {
    padding: 2.5rem 0;
}

.footer-minimal .footer-company-info .logo {
    margin-bottom: 0;
}

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

.footer-center .widget-socials {
    justify-content: center;
}

.footer-center .widget-brand-info-main {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-main {
    position: relative;
    padding: 4rem 0;
}

.footer-main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: var(--background-color);
    opacity: 0.1;
}

.footer-main > .container > .items {
    margin-bottom: -2.5rem;
}

.footer-main .footer-widget {
    margin-bottom: 2.5rem;
}

.footer-item {
    margin-bottom: 2rem;
}

.footer-item:last-child {
    margin-bottom: 0;
}

.footer-mnu li {
    margin-bottom: 1rem;
}

.footer-mnu li:last-child {
    margin-bottom: 0;
}

.footer-mnu-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: -2rem;
    margin-bottom: -1rem;
}

.footer-mnu-line li {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.footer-subscribe {
    display: flex;
}

.footer-subscribe .form-field {
    margin-right: 1rem;
    margin-bottom: 0;
    width: 100%;
}

.footer-subscribe .form-field input {
    background-color: transparent;
    color: var(--background-color);
}

.footer-subscribe .form-field input::-webkit-input-placeholder, .footer-subscribe .form-field input::placeholder {
    color: var(--background-color);
    opacity: 1;
}

.footer-subscribe .form-field .form-field-label {
    color: var(--background-color);
}

.footer-bottom {
    position: relative;
    padding: 1.625rem 0 1.5rem;
    font-size: 0.875rem;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: var(--background-color);
    opacity: 0.1;
}

.footer-bottom .copyright {
    opacity: 0.8;
}

.footer-bottom .items {
    margin-bottom: -1.5rem;
}

.footer-bottom .item {
    margin-bottom: 1.5rem;
}

.footer-links ul {
    display: flex;
    margin-bottom: -1rem;
    margin-left: -1.25rem;
}

.footer-links ul li {
    margin-bottom: 1rem;
    margin-left: 1.25rem;
}

.footer-links ul li a {
    display: block;
    text-decoration: none;
    border-bottom: 1px dashed var(--background-color);
}

.footer-links ul li a:hover {
    border-bottom-style: solid;
}

/* === 7. Cookie === */
.cookie-message {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1.25rem 1rem;
    opacity: 0;
    visibility: hidden;
    color: var(--background-color);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 111111;
    transition: all 0.2s;
}

.cookie-message::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: var(--text-primary);
    z-index: -1;
}

.cookie-message.open {
    opacity: 1;
    visibility: visible;
}

.cmc-title {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
}

.cmc-desc p {
    display: block;
    margin: 0;
}

.mc-btn {
    white-space: nowrap;
    margin-left: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .cookie-message {
        display: block;
        padding: 1rem;
    }

    .cmc-desc {
        margin-bottom: 1rem;
    }

    .mc-btn {
        margin-left: 0;
    }
}

/* === 8. UI elements === */
.ui-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ui-nav li {
    cursor: pointer;
    padding: 0.625rem 1rem;
    border-left: 2px solid transparent;
    transition: all 0.2s;
}

.ui-nav li.active {
    color: var(--accent-color);
    border-left-color: var(--accent-color);
    background-color: var(--background-secondary-color);
}

.ui-nav li:hover {
    color: var(--accent-color);
}

.ui-item {
    display: none;
}

.ui-item.active {
    display: block;
}

.ui-item .page-sections {
    padding-top: 0;
}

.ui-item-icons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.75rem -0.75rem 0;
}

.ui-item-icons svg {
    fill: var(--text-primary);
}

.ui-item-icons > div {
    margin: 0 0.75rem 0.75rem 0;
}

/* === 9. Media === */
/*==========  Desktop First  ==========*/
@media (max-width: 1399.98px) {
    .main-mnu-list > li.mega-menu > ul > li {
        padding: 2rem 0.5rem;
    }
}

@media (max-width: 1199.98px) {
    .mmm {
        display: flex;
    }

    .mega-mnu-item {
        padding: 2rem 0.625rem 2rem 1.5rem;
    }

    .header-fixed .container {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }

    .header-fixed .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }

    .header-fixed .row .header-fixed-col {
        padding: 0 0.625rem;
    }

    .section-nav-list li.hover-link {
        overflow: initial;
    }

    .hover-link > span {
        transform: none;
    }

    .hover-link::after {
        content: none;
    }

    .hover-link.active > span, .hover-link:hover > span {
        transform: none;
    }

    .hl-list li.active > .hover-link, .hl-list li.open > .hover-link {
        color: var(--accent-color);
    }

    .hl-list li.active > .hover-link > span, .hl-list li.open > .hover-link > span {
        transform: none;
    }

    .hl-list li.active > .hover-link::after, .hl-list li.open > .hover-link::after {
        content: none;
    }

    .item-wide {
        height: 28.125rem;
    }
}

@media (max-width: 991.98px) {
    .header-top {
        display: none;
    }

    .header-fixed {
        z-index: 101;
    }

    .sidebar.section {
        padding: 0;
    }

    .section-nav-list li {
        margin-right: 1rem;
    }

    .item-wide {
        height: 20.625rem;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
    .header-fixed {
        padding: 0.625rem 0 0.625rem 0.25rem;
    }

    .logo img {
        max-height: 2.25rem;
    }

    .header-center .logo img {
        max-height: 2.25rem;
    }

    .header-actions {
        padding: 0.5rem 0;
    }

    .section-heading {
        margin-bottom: 3rem;
    }

    .section-heading h1, .section-heading h2, .section-heading h3 {
        font-size: 2rem;
    }

    .item-heading-large {
        font-size: 1.25rem;
    }

    .section-nav {
        margin-bottom: 1.5rem;
    }

    .section-nav-list {
        justify-content: start;
        white-space: nowrap;
        overflow-x: auto;
    }

    .footer-main {
        padding: 3rem 0;
    }

    .footer-mnu-line {
        justify-content: center;
    }

    .footer-minimal .footer-company-top {
        display: flex;
        justify-content: center;
    }

    .footer-minimal .footer-bottom {
        text-align: center;
    }

    .footer-minimal .footer-links ul {
        justify-content: center;
    }

    .footer-contacts li {
        margin-bottom: 1.25rem;
    }

    .item-wide {
        height: 15rem;
    }
}

@media (max-width: 575.98px) {
    .popup {
        padding: 2rem 1.5rem;
    }

    .item-wide {
        height: 12rem;
    }

    .item-heading-middle {
        font-size: 1.125rem;
    }
}

@media (max-width: 480px) {
    .social-login {
        flex-wrap: wrap;
    }

    .social-login li {
        width: 100%;
    }

    .item-wide {
        height: 10rem;
    }

    .el.el-16x9::after {
        margin-top: 65%;
    }

    .el.el-2x1::after {
        margin-top: 60%;
    }

    .header-minimal .btn-link .btn-link-ico {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .header-actions .btn {
        padding: 0.5em;
    }

    .header-actions .btn i {
        display: block;
        font-size: 1.125rem;
        height: 1.125rem;
        width: 1.125rem;
    }

    .header-actions .btn span {
        display: none;
    }
}

@media (min-width: 992px) {
    .play-video.play-video-lg {
        width: 5rem;
        height: 5rem;
    }

    .play-video.play-video-lg .material-icons {
        font-size: 2.75rem;
        width: 2.75rem;
        height: 2.75rem;
    }
}

@media (min-width: 1200px) {
    .main-mnu:not(.justify-content-center) {
        padding-left: 1.25rem;
    }

    .header-fixed .col-xl {
        flex: 1 0 0%;
    }
}

@media (min-width: 1400px) {
    .main-mnu:not(.justify-content-center) {
        padding-left: 1.5rem;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        padding: 0 2rem;
    }
}

@media (min-width: 1800px) {
    .container-fluid {
        padding: 0 3rem;
    }
}
