:root {
    --color-primary: #ffd800;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-dark-1: #252525;
    --color-dark-2: #151515;
    --color-dark-3: #292929;
    --color-border: #444444;
    --color-grey: #4e4e4e;
    --color-grey-1: #333333;
    --color-grey-2: #949494;
    --color-paragraph: #999999;
    --color-error: #d74546;
    --color-warning: #ff9f00;
    --color-success: #61b931;
    --scrollbar-track: var(--color-black);
    --scrollbar-thumb: var(--color-primary);
    --scrollbar-thumb-hover: var(--color-primary);
    --color-white-rgba-10: rgba(255, 255, 255, 0.1);
    --anim-duration: 0.5s
}

.main-wrapper {
    position: relative;
    background-color: #000;
    z-index: 2
}

:root {
    --paragraph-size: 1.8rem;
    --paragraph-weight: 400;
    --paragraph-line-height: 1.66
}

:root {
    --border-radius: 10px;
    --column-width: 1170px;
    --blog-detail-thumbnail-height: 44.5rem
}

.elementor-social-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: block;
    background-color: var(--color-primary);
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transform-origin: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: -1;
    opacity: 0
}

.elementor-social-icon:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1
}

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

html {
    width: 100%;
    box-sizing: border-box;
    font-size: 62.5%
}

body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Manrope",sans-serif;
    background-color: var(--color-black);
    color: var(--color-white);
    word-break: break-word
}

img {
    display: block
}

body:not(.elementor-page) .elementor-icon {
    display: inline-flex !important
}

.main-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

@media(max-width: 991px) {
    .has-large-font-size {
        font-size:24px !important
    }
}

.growla-container {
    max-width: 1170px;
    margin: 0 auto
}

.growla-container-small {
    max-width: 77rem;
    margin: 0 auto
}

.growla-container-flex {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap
}

.growla-container-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 3rem
}

@media only screen and (max-width: 991px) {
    .growla-container-grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

.growla-column-12 {
    grid-column: auto/span 12
}

.growla-column-8 {
    grid-column: auto/span 8
}

.growla-column-6 {
    grid-column: auto/span 6
}

.growla-column-4 {
    grid-column: auto/span 4
}

@media only screen and (max-width: 991px) {
    .growla-column-991-12 {
        grid-column:auto/span 2
    }
}

.glightbox-container+.elementor-lightbox {
    display: none !important
}

a {
    text-decoration: none
}

.growla-character {
    display: inline-block;
    text-decoration: inherit
}

.growla-word {
    display: inline-block;
    text-decoration: inherit
}

svg.growla-mouse-trail {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
    pointer-events: none
}

@media only screen and (max-width: 991px) {
    svg.growla-mouse-trail {
        display:none !important
    }
}

body:hover svg.growla-mouse-trail {
    display: block
}

svg.growla-mouse-trail path {
    fill: none;
    stroke: var(--color-primary);
    stroke-width: 8px;
    stroke-linecap: round;
    stroke-linejoin: round
}

.growla-grow-section {
    clip-path: polygon(20% 20%, 80% 20%, 80% 80%, 20% 80%)
}

@media(max-width: 991px) {
    .growla-grow-section {
        clip-path:none
    }
}

.pin-wrapper {
    width: 100%;
    height: 200vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

html.lenis,html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: var(--scrollbar-track)
}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover)
}

h1 {
    font-size: 3rem;
    line-height: 1.28;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size:4.5rem;
        line-height: 1.6
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size:3rem;
        line-height: 1.6
    }
}

h2,.growla-heading--content p,.growla-heading--content,.project-detail-title {
    font-size: 5rem;
    line-height: 1.4;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    h2,.growla-heading--content p,.growla-heading--content,.project-detail-title {
        font-size:3rem;
        line-height: 1.6
    }
}

h3 {
    font-size: 4rem;
    font-weight: 400
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size:2.5rem;
        line-height: 1.6
    }
}

h4 {
    font-size: 3rem;
    line-height: 1.46;
    font-weight: 500
}

@media only screen and (max-width: 991px) {
    h4 {
        font-size:2.5rem;
        line-height: 1.6
    }
}

h5 {
    font-size: 2.8rem;
    font-weight: 500
}

h6 {
    font-size: 2.6rem;
    font-weight: 500
}

.h7 {
    font-size: 2.7rem;
    font-weight: 500
}

.h8 {
    font-size: 2rem;
    font-weight: 500
}

.mini-heading-01 {
    font-size: 2rem;
    font-weight: 600
}

.mini-heading-02 {
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: .04rem
}

.image-box-content .content a,.wp-block-embed__wrapper,.blog-detail-content-wrapper>div,.blog-detail-content-wrapper a,figure figcaption,.widget.widget_rss li .rssSummary,dd,cite,address,code,ins,pre,.elementor-widget-text-editor,p {
    font-size: var(--paragraph-size);
    font-weight: var(--paragraph-weight);
    line-height: var(--paragraph-line-height);
    color: var(--color-paragraph)
}

a {
    color: var(--color-primary)
}

p a {
    color: var(--color-primary);
    text-underline-offset: 2px
}

p.mini-paragraph {
    font-size: 1.4rem;
    line-height: 2
}

.elementor-widget-text-editor * {
    /* font-size:inherit !important; */
    /* line-height:inherit !important; */
    /* font-weight:inherit !important; */
    /* color:inherit !important; */
}

pre {
    color: var(--color-white)
}

code,ins {
    display: inline-block;
    color: var(--color-white);
    background-color: var(--color-dark-2) !important;
    padding: .5rem 1rem
}

address {
    font-style: italic
}

strong {
    color: var(--color-dark)
}

.default-footer .logo-text.logo,.site-header .logo-text.logo {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .1rem;
    color: var(--color-white)
}

.default-footer .logo a,.site-header .logo a {
    color: inherit
}

@media(max-width: 991px) {
    .has-drop-cap:first-letter {
        font-size:4.5rem !important
    }
}

.has-background {
    border-radius: var(--border-radius)
}

.wp-block-preformatted {
    white-space: revert
}

dfn,cite,em,i {
    font-style: italic
}

.wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p,blockquote:not(.twitter-tweet) p {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--color-dark);
    font-style: italic
}

blockquote:not(.twitter-tweet) {
    padding: 5.5rem !important;
    position: relative;
    overflow: hidden;
    background-color: var(--color-grey-1)
}

blockquote:not(.twitter-tweet) p {
    color: var(--color-white)
}

blockquote:not(.twitter-tweet) * {
    z-index: 10;
    position: relative
}

blockquote:not(.twitter-tweet)::before {
    content: "â€œ";
    display: block;
    font-size: 40rem;
    line-height: 0;
    font-weight: bold;
    color: var(--color-primary);
    position: absolute;
    top: 20rem;
    left: 0;
    opacity: .2;
    z-index: 1
}

@media(max-width: 991px) {
    blockquote:not(.twitter-tweet)::before {
        font-size:calc(20rem + 20*(100vw - 250px)/1150);
        top: calc(10rem + 10*(100vw - 250px)/1150)
    }
}

@media(max-width: 991px) {
    blockquote:not(.twitter-tweet) {
        padding:3rem !important
    }
}

.wp-block-column {
    padding: 1rem
}

.wp-block-column blockquote:not(.twitter-tweet) {
    padding: 2.5rem !important
}

.wp-block-column.has-background {
    color: var(--color-white)
}

.wp-block-column.has-background * {
    color: inherit
}

.wp-block-columns.has-background {
    color: var(--color-white)
}

.wp-block-columns.has-background * {
    color: inherit
}

.wp-block-code {
    padding: 0;
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    padding: 0
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0;
    max-width: 100%
}

cite {
    font-size: 1.5rem
}

address {
    margin: 0 0 1.5em
}

pre {
    background: var(--color-dark-1);
    font-family: "Courier 10 Pitch",courier,monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    border-radius: var(--border-radius)
}

code,kbd,tt,var {
    font-family: monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

.wp-block-media-text__content {
    color: var(--color-paragraph) !important
}

.wp-block-button__link {
    background-color: var(--color-primary)
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,ol {
    margin: 0;
    font-size: var(--paragraph-size);
    font-weight: var(--paragraph-weight);
    line-height: var(--paragraph-line-height)
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 4.4rem;
    color: var(--color-dark)
}

dd {
    margin: 0 1.5em 1.5em
}

.pagination-container span,.pagination-container a,.pagination li,.page-links span,.page-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-paragraph) !important;
    fill: var(--color-paragraph);
    background-color: var(--color-dark-2);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.pagination-container span:hover,.pagination-container a:hover,.pagination li:hover,.page-links span:hover,.page-links a:hover,.pagination-container span:focus,.pagination-container a:focus,.pagination li:focus,.page-links span:focus,.page-links a:focus {
    color: var(--color-black) !important;
    background-color: var(--color-primary)
}

.pagination-container .current,.pagination li *.current,.page-links .current {
    color: var(--color-black) !important;
    background-color: var(--color-primary)
}

embed,iframe,object {
    max-width: 100%
}

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

figure {
    margin: 1em 0
}

.wp-block-media-text figure {
    height: 100%
}

.wp-block-media-text figure img {
    height: 100%;
    object-fit: cover
}

.wp-block-media-text__content {
    color: var(--color-black)
}

.wp-block-media-text__content * {
    color: inherit
}

.wp-block-media-text .has-large-font-size {
    font-size: 2.5rem !important
}

@media(max-width: 991px) {
    .wp-block-media-text {
        grid-template-columns:auto;
        grid-template-rows: 1fr 1fr
    }

    .wp-block-media-text .wp-block-media-text__content {
        grid-column: auto;
        grid-row: 2;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body {
    background-color: var(--color-dark-2) !important
}

.mejs-container .mejs-button button::before {
    display: none
}

.wp-block-audio audio {
    min-width: unset
}

.table-wrapper {
    border-radius: calc(var(--border-radius)/2);
    max-width: 100%;
    overflow: auto
}

.table-outer-wrapper>caption {
    display: block
}

.wp-block-table.is-style-stripes .table-wrapper {
    border-color: var(--color-stripe-table-row)
}

.wp-block-table thead {
    border: none
}

.wp-block-table tfoot {
    border-color: var(--color-dark-1)
}

.wp-block-calendar tbody td,.wp-block-calendar th {
    padding: 1rem 1rem .4rem 1rem
}

table {
    width: 100%;
    max-width: 100%;
    word-break: normal !important;
    border-style: hidden
}

table * {
    word-break: normal !important
}

table th,table td {
    border: 1px solid var(--color-dark-1) !important;
    padding: 1rem
}

table th {
    border: none !important;
    padding: 1rem 1rem .4rem 1rem
}

table td {
    background-color: var(--color-dark-2)
}

table thead th {
    background-color: var(--color-primary);
    font-weight: 700;
    color: var(--color-black)
}

table thead th a {
    color: inherit
}

table th a,table td a {
    color: var(--color-dark);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

table th a:hover,table td a:hover {
    color: var(--color-dark)
}

table thead th {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-black);
    background: var(--color-primary) !important
}

table tbody td,table tbody th {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-paragraph)
}

table tbody td a,table tbody th a {
    font-size: inherit !important
}

table tbody th {
    border: 1px solid var(--color-dark-1);
    background-color: var(--color-dark-1)
}

table tbody tr {
    height: 3rem
}

.wp-block-search__button,#cancel-comment-reply-link,.comment-list .comment--content .reply-button a,.comment-list .children--content .reply-button a,.growla-button,.growla-button-border,button,input[type=button],input[type=reset],html body input[type=submit] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    --color: var(--color-primary);
    --border-color: var(--color);
    width: 100%;
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: .2rem;
    color: var(--color);
    border: none;
    border-bottom: 1px solid var(--border-color);
    background-color: rgba(0,0,0,0);
    padding: 1.7rem 3.7rem 1.7rem 4rem;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.wp-block-search__button span,#cancel-comment-reply-link span,.comment-list .comment--content .reply-button a span,.comment-list .children--content .reply-button a span,.growla-button span,.growla-button-border span,button span,input[type=button] span,input[type=reset] span,html body input[type=submit] span {
    display: block;
    color: inherit;
    transition: transform .25s ease,color 0s ease;
    color: inherit;
    z-index: 10
}

.wp-block-search__button .icon,#cancel-comment-reply-link .icon,.comment-list .comment--content .reply-button a .icon,.comment-list .children--content .reply-button a .icon,.growla-button .icon,.growla-button-border .icon,button .icon,input[type=button] .icon,input[type=reset] .icon,html body input[type=submit] .icon {
    font-size: 1.8rem;
    height: 1.8rem;
    fill: var(--color);
    color: var(--color);
    transition: transform .25s ease,opacity .25s ease,visibility .25s ease,color 0s ease,fill .25s ease
}

.wp-block-search__button .icon *,#cancel-comment-reply-link .icon *,.comment-list .comment--content .reply-button a .icon *,.comment-list .children--content .reply-button a .icon *,.growla-button .icon *,.growla-button-border .icon *,button .icon *,input[type=button] .icon *,input[type=reset] .icon *,html body input[type=submit] .icon * {
    font-size: inherit;
    color: inherit;
    fill: inherit;
    height: inherit
}

[dir=rtl] .wp-block-search__button .icon,[dir=rtl] #cancel-comment-reply-link .icon,[dir=rtl] .comment-list .comment--content .reply-button a .icon,.comment-list .comment--content .reply-button [dir=rtl] a .icon,[dir=rtl] .comment-list .children--content .reply-button a .icon,.comment-list .children--content .reply-button [dir=rtl] a .icon,[dir=rtl] .growla-button .icon,[dir=rtl] .growla-button-border .icon,[dir=rtl] button .icon,[dir=rtl] input[type=button] .icon,[dir=rtl] input[type=reset] .icon,[dir=rtl] html body input[type=submit] .icon,html body [dir=rtl] input[type=submit] .icon {
    transform: rotate(180deg)
}

[dir=rtl] .wp-block-search__button .icon svg,[dir=rtl] #cancel-comment-reply-link .icon svg,[dir=rtl] .comment-list .comment--content .reply-button a .icon svg,.comment-list .comment--content .reply-button [dir=rtl] a .icon svg,[dir=rtl] .comment-list .children--content .reply-button a .icon svg,.comment-list .children--content .reply-button [dir=rtl] a .icon svg,[dir=rtl] .growla-button .icon svg,[dir=rtl] .growla-button-border .icon svg,[dir=rtl] button .icon svg,[dir=rtl] input[type=button] .icon svg,[dir=rtl] input[type=reset] .icon svg,[dir=rtl] html body input[type=submit] .icon svg,html body [dir=rtl] input[type=submit] .icon svg {
    vertical-align: top
}

.wp-block-search__button::before,#cancel-comment-reply-link::before,.comment-list .comment--content .reply-button a::before,.comment-list .children--content .reply-button a::before,.growla-button::before,.growla-button-border::before,button::before,input[type=button]::before,input[type=reset]::before,html body input[type=submit]::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    background-color: var(--color-primary);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.wp-block-search__button:hover,#cancel-comment-reply-link:hover,.comment-list .comment--content .reply-button a:hover,.comment-list .children--content .reply-button a:hover,.growla-button:hover,.growla-button-border:hover,button:hover,input[type=button]:hover,input[type=reset]:hover,html body input[type=submit]:hover,.wp-block-search__button:focus,#cancel-comment-reply-link:focus,.comment-list .comment--content .reply-button a:focus,.comment-list .children--content .reply-button a:focus,.growla-button:focus,.growla-button-border:focus,button:focus,input[type=button]:focus,input[type=reset]:focus,html body input[type=submit]:focus,.wp-block-search__button:active,#cancel-comment-reply-link:active,.comment-list .comment--content .reply-button a:active,.comment-list .children--content .reply-button a:active,.growla-button:active,.growla-button-border:active,button:active,input[type=button]:active,input[type=reset]:active,html body input[type=submit]:active {
    --color: var(--color-black)
}

.wp-block-search__button:hover::before,#cancel-comment-reply-link:hover::before,.comment-list .comment--content .reply-button a:hover::before,.comment-list .children--content .reply-button a:hover::before,.growla-button:hover::before,.growla-button-border:hover::before,button:hover::before,input[type=button]:hover::before,input[type=reset]:hover::before,html body input[type=submit]:hover::before,.wp-block-search__button:focus::before,#cancel-comment-reply-link:focus::before,.comment-list .comment--content .reply-button a:focus::before,.comment-list .children--content .reply-button a:focus::before,.growla-button:focus::before,.growla-button-border:focus::before,button:focus::before,input[type=button]:focus::before,input[type=reset]:focus::before,html body input[type=submit]:focus::before,.wp-block-search__button:active::before,#cancel-comment-reply-link:active::before,.comment-list .comment--content .reply-button a:active::before,.comment-list .children--content .reply-button a:active::before,.growla-button:active::before,.growla-button-border:active::before,button:active::before,input[type=button]:active::before,input[type=reset]:active::before,html body input[type=submit]:active::before {
    transform: translateY(0)
}

@media(max-width: 991px) {
    .wp-block-search__button,#cancel-comment-reply-link,.comment-list .comment--content .reply-button a,.comment-list .children--content .reply-button a,.growla-button,.growla-button-border,button,input[type=button],input[type=reset],html body input[type=submit] {
        --button-padding-horizontal: 3rem
    }
}

html body input[type=submit]:hover,html body input[type=submit]:focus,html body input[type=submit]:active {
    --color: var(--color-white)
}

html body input[type=submit]:hover::before,html body input[type=submit]:focus::before,html body input[type=submit]:active::before {
    transform: translateY(0)
}

.growla-button-border:hover {
    --border-color: var(--color-primary)
}

.growla-button-border-white {
    --color: var(--color-white)
}

.growla-button-border-white::before {
    background-color: var(--color-white)
}

.growla-button-border-white:hover {
    --border-color: var(--color-white)
}

.growla-button-border {
    width: auto;
    font-size: 1.5rem;
    font-weight: 800
}

.growla-button {
    border: none;
    width: auto;
    font-size: 2rem;
    font-weight: 600;
    --button-color: var(--color-primary);
    --button-icon-color: var(--color-primary);
    --button-hover-color: var(--color-black);
    --button-hover-icon-color: var(--color-black);
    color: var(--button-color) !important;
    fill: var(--button-color) !important
}

.growla-button .icon {
    color: var(--button-icon-color) !important;
    fill: var(--button-icon-color) !important
}

@media(max-width: 991px) {
    .growla-button {
        font-size:1.6rem
    }
}

.growla-button:not(.growla-button-background-hover)::before {
    display: none
}

.growla-button.growla-button-background-hover {
    font-size: 1.4rem
}

.growla-button.growla-button-background-hover:hover {
    color: var(--button-hover-color) !important;
    fill: var(--button-hover-color) !important
}

.growla-button.growla-button-background-hover:hover .icon {
    color: var(--button-hover-icon-color) !important;
    fill: var(--button-hover-icon-color) !important
}

.growla-button.growla-button-icon-hover {
    letter-spacing: normal
}

.growla-button.growla-button-icon-hover:hover .icon {
    transform: rotate(-45deg)
}

body.rtl .growla-button.growla-button-icon-hover:hover .icon {
    transform: rotate(145deg)
}

.growla-button.growla-button-underline-hover {
    position: relative;
    overflow: visible
}

.growla-button.growla-button-underline-hover::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
    background-color: var(--color-primary);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.growla-button.growla-button-underline-hover:hover::after {
    width: 100%;
    opacity: 1
}

button.wpcf7-submit {
    font-size: 1.4rem;
    color: var(--color)
}

[dir=rtl] button.wpcf7-submit {
    display: flex
}

[dir=rtl] button.wpcf7-submit span:first-child {
    order: 2
}

[dir=rtl] button.wpcf7-submit span:nth-child(2) {
    order: 1
}

.icon-submit {
    background-color: rgba(0,0,0,0);
    border: 3px solid var(--color-primary);
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    font-size: 3rem;
    color: var(--color-primary);
    padding: 0;
    margin: 3.4rem 0 0 0
}

@media(max-width: 991px) {
    .icon-submit {
        width:6rem;
        height: 6rem;
        font-size: 2.4rem
    }
}

.icon-submit-1 {
    padding: 0;
    font-size: 2rem;
    background-color: rgba(0,0,0,0);
    color: var(--color-primary) !important
}

.wp-block-button__link,.blog-detail-content-wrapper .wp-block-button__link,.wp-block-file .wp-block-file__button {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3rem;
    border-radius: var(--border-radius);
    padding: 1rem 2rem .7rem 2rem;
    color: var(--color-white)
}

textarea,input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-paragraph);
    border-radius: none;
    border: none !important;
    border-bottom: 1px solid var(--color-grey) !important;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

textarea:focus,input:focus:not([type=submit]):not([type=checkbox]):not([type=radio]),textarea:focus-visible,input:focus-visible:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    box-shadow: none;
    border-color: var(--color-primary);
    outline: none
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    height: 4.8rem
}

textarea {
    width: 100%;
    resize: none;
    max-height: 100%;
    padding: .375rem .75rem
}

textarea.wpcf7-textarea {
    height: 15rem
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: none
}

.wpcf7 form.invalid .footer-form .wpcf7-not-valid,.wpcf7 .wpcf7-not-valid {
    background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23ff9f00%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e")
}

.wpcf7 {
    margin-top: -2rem
}

.wpcf7 br {
    display: none
}

.wpcf7 button {
    z-index: 1
}

.wpcf7 .form-control,.wpcf7 .wpcf7-form-control {
    margin-top: 2rem
}

.wpcf7 .wpcf7-not-valid {
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.wpcf7 .wpcf7-not-valid-tip {
    display: none
}

.wpcf7 .wpcf7 form .wpcf7-response-output {
    width: 100%;
    background-color: var(--color-primary);
    border: none;
    border-radius: var(--border-radius);
    color: var(--color-white);
    font-size: 1.4rem;
    font-weight: 500;
    text-align: left;
    padding: 2rem 2rem 1.7rem 2rem;
    margin-left: 0
}

.wpcf7 .wpcf7 form.invalid .wpcf7-response-output {
    background-color: var(--color-warning)
}

.wpcf7 .wpcf7 form.failed .wpcf7-response-output {
    background-color: var(--color-error)
}

.wpcf7 .wpcf7 form.success .wpcf7-response-output {
    background-color: var(--color-success)
}

.footer-form {
    position: relative
}

.footer-form .icon-submit-1 {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%)
}

.footer-form br {
    display: none
}

.footer-form .form-control {
    background-position: right 2.2rem center
}

.footer-form .wpcf7-not-valid {
    background-image: unset;
    background-position: right 2.2rem center;
    background-size: 2rem 2rem
}

.wpcf7 form.invalid .footer-form .icon-submit-1 {
    opacity: 0
}

.wpcf7-spinner {
    display: none
}

.form-control {
    position: relative;
    height: 5rem;
    width: 100%
}

.form-label {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: var(--color-paragraph);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 1.6rem;
    text-align: left
}

.form-input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 1rem 1rem 1rem 1rem;
    resize: none;
    border: none;
    border-bottom: 1px solid var(--color-grey-1);
    outline: none;
    font-family: inherit;
    color: var(--color-white);
    background: rgba(0,0,0,0);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    font-size: 1.6rem;
    text-align: left
}

.form-input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: rgba(0,0,0,0)
}

.form-input:focus {
    border-color: var(--color-primary)
}

.form-input:focus~.form-label,.form-input:not(:placeholder-shown).form-input:not(:focus)~.form-label {
    top: -0.5rem;
    font-size: 1.2rem;
    z-index: 9;
    transition: all .2s ease
}

.form-areas {
    resize: none;
    max-width: 100%;
    min-height: 15rem;
    max-height: 30rem
}

.form-areas .form-label {
    top: 2rem
}

.growla-select {
    z-index: 10;
    position: relative
}

.growla-select select {
    opacity: 0;
    visibility: hidden
}

.growla-select .ts-control {
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid var(--color-grey-1);
    border-radius: 0;
    padding: 1.5rem 1rem;
    font-size: 1.6rem
}

[dir=rtl] .growla-select .ts-control {
    flex-direction: row-reverse
}

.growla-select .ts-control input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    height: unset !important;
    border: none !important
}

[dir=rtl] .growla-select .ts-control input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    text-align: left
}

.growla-select .ts-control input,.growla-select .ts-control .item {
    font-size: 1.6rem;
    color: var(--color-paragraph)
}

.growla-select .ts-control input::placeholder,.growla-select .ts-control .item::placeholder {
    color: var(--color-paragraph)
}

.growla-select .ts-control::after {
    content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"%23999999\" viewBox=\"0 0 24 24\"><title>chevron-down</title><path d=\"M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z\" /></svg>");
    width: 2rem;
    margin-right: 1rem;
    margin-left: auto
}

[dir=rtl] .growla-select .ts-control::after {
    margin-left: 1rem;
    margin-right: 0
}

.growla-select .input-active .ts-control {
    border-color: var(--color-primary);
    background-color: rgba(0,0,0,0) !important
}

.growla-select .input-active .ts-control::after {
    content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"%23999999\" viewBox=\"0 0 24 24\"><title>chevron-up</title><path d=\"M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z\" /></svg>")
}

.growla-select .ts-dropdown {
    border: none;
    background-color: var(--color-black);
    color: var(--color-paragraph);
    box-shadow: 0px 10px 5px 0px rgba(255,255,255,.01);
    margin-top: 1rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-select .ts-dropdown .option {
    font-size: 1.6rem;
    padding: 1rem 2rem
}

.growla-select .ts-dropdown .ts-dropdown-content div {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: left
}

.growla-select .ts-dropdown .active,.growla-select .ts-dropdown .ts-dropdown-content div:hover {
    background-color: var(--color-primary);
    color: var(--color-black)
}

.growla-contact-form-row {
    display: flex;
    gap: 3rem
}

@media only screen and (max-width: 991px) {
    .growla-contact-form-row {
        flex-direction:column;
        gap: 0
    }
}

.growla-contact-form-column {
    flex: 1
}

.growla-file-upload {
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.24rem 0 1.25rem .8rem;
    border-bottom: 1px solid var(--color-border);
    font-size: 1.6rem;
    color: var(--color-paragraph)
}

.growla-file-upload input {
    display: none
}

.growla-file-upload .select-wrapper {
    color: var(--color-primary);
    font-weight: 600;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.reveal {
    position: relative;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: 50%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    --size: 20px;
    --width: calc(var(--size) * 0.6);
    --height: calc(var(--size) * 0.1);
    width: var(--size);
    height: var(--size)
}

.reveal::after,.reveal::before {
    position: absolute;
    display: inline-block;
    background-color: var(--color-black);
    content: "";
    width: 10px;
    height: 2px;
    width: var(--width);
    height: var(--height);
    top: calc(var(--size)/2);
    left: 10px;
    transform: translate(-10px, -10px);
    transition: transform .5s ease;
    border-radius: 3px
}

.reveal:not(.plus)::after {
    transform: translate3d(calc((var(--size) - var(--width)) / 2), calc((var(--size) - var(--height)) / 2), 0) translate(-10px, -10px) rotate(90deg)
}

.reveal:not(.plus)::before {
    transform: translate3d(calc((var(--size) - var(--width)) / 2), calc((var(--size) - var(--height)) / 2), 0) translate(-10px, -10px)
}

.reveal.plus {
    background-color: var(--color-paragraph-1)
}

.reveal.plus::before,.reveal.plus::after {
    background-color: var(--color-dark)
}

.reveal.plus::after {
    transform: translate3d(calc((var(--size) - var(--width)) / 2), calc((var(--size) - var(--height)) / 2), 0) translate(-10px, -10px) rotate(180deg)
}

.reveal.plus::before {
    transform: translate3d(calc((var(--size) - var(--width)) / 2), calc((var(--size) - var(--height)) / 2), 0) translate(-10px, -10px) rotate(-180deg)
}

.search-wrapper {
    padding: 15rem 0
}

@media(max-width: 991px) {
    .search-wrapper {
        padding:50px
    }
}

@media(max-width: 767px) {
    .search-wrapper {
        padding:50px 15px 50px 15px
    }
}

.search .pagination {
    margin-top: 5rem
}

@media(max-width: 991px) {
    .search .pagination {
        margin-left:auto;
        margin-right: auto
    }
}

.search .col-lg-12 .pagination {
    width: 100%
}

.search .col-lg-12 .pagination ul {
    margin-left: auto;
    margin-right: auto
}

.search-error {
    text-align: center
}

.search-error .icon {
    width: 12rem;
    height: 12rem;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center
}

.search-error .icon svg {
    height: 5rem;
    fill: var(--color-black)
}

.search-error .heading {
    margin-top: 4.3rem
}

.search-error .heading::after {
    margin-left: auto;
    margin-right: auto
}

.search-error p {
    margin-top: 3.5rem;
    padding: 0 10%
}

@media(max-width: 991px) {
    .search-error p {
        padding:0
    }
}

.search-error .search-form {
    background-color: var(--color-grey-1);
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5rem;
    max-width: 60%
}

@media only screen and (max-width: 991px) {
    .search-error .search-form {
        max-width:100%
    }
}

.search-error .button {
    margin-top: 3rem
}

@media(max-width: 991px) {
    .search-error .button {
        width:100%
    }
}

@media(max-width: 991px) {
    body:not(.elementor-page) .blog-detail-content-wrapper h1,.comment-list .comment--content h1,.comment-list .children--content h1,.default-page .entry-content h1 {
        font-size:calc(3.8rem + 2.2*(100vw - 250px)/741);
        line-height: calc(6rem + 2*(100vw - 250px)/741)
    }

    body:not(.elementor-page) .blog-detail-content-wrapper h2,body:not(.elementor-page) .blog-detail-content-wrapper .growla-heading--content p,.growla-heading--content body:not(.elementor-page) .blog-detail-content-wrapper p,body:not(.elementor-page) .blog-detail-content-wrapper .growla-heading--content,body:not(.elementor-page) .blog-detail-content-wrapper .project-detail-title,.comment-list .comment--content h2,.comment-list .comment--content .growla-heading--content p,.growla-heading--content .comment-list .comment--content p,.comment-list .comment--content .growla-heading--content,.comment-list .comment--content .project-detail-title,.comment-list .children--content h2,.comment-list .children--content .growla-heading--content p,.growla-heading--content .comment-list .children--content p,.comment-list .children--content .growla-heading--content,.comment-list .children--content .project-detail-title,.default-page .entry-content h2,.default-page .entry-content .growla-heading--content p,.growla-heading--content .default-page .entry-content p,.default-page .entry-content .growla-heading--content,.default-page .entry-content .project-detail-title {
        font-size: calc(3.5rem + 1.5*(100vw - 250px)/741);
        line-height: calc(5.5rem + 1.5*(100vw - 250px)/741)
    }

    body:not(.elementor-page) .blog-detail-content-wrapper h3,.comment-list .comment--content h3,.comment-list .children--content h3,.default-page .entry-content h3 {
        font-size: calc(3rem + 1.5*(100vw - 250px)/741);
        line-height: calc(5rem + 1.5*(100vw - 250px)/741)
    }

    body:not(.elementor-page) .blog-detail-content-wrapper h4,.comment-list .comment--content h4,.comment-list .children--content h4,.default-page .entry-content h4 {
        font-size: calc(2.75rem + 1.25*(100vw - 250px)/741);
        line-height: calc(5.75rem + .25*(100vw - 250px)/741)
    }

    body:not(.elementor-page) .blog-detail-content-wrapper h5,.comment-list .comment--content h5,.comment-list .children--content h5,.default-page .entry-content h5 {
        font-size: calc(2.75rem + .75*(100vw - 250px)/741);
        line-height: calc(5.75rem + -0.25*(100vw - 250px)/741)
    }

    body:not(.elementor-page) .blog-detail-content-wrapper h6,.comment-list .comment--content h6,.comment-list .children--content h6,.default-page .entry-content h6 {
        font-size: calc(2.75rem + .25*(100vw - 250px)/741);
        line-height: calc(5.75rem + -0.75*(100vw - 250px)/741)
    }
}

.default-page {
    padding-top: 15rem
}

@media(max-width: 991px) {
    .default-page {
        padding-top:5rem;
        padding-bottom: 5rem
    }
}

.default-page.no-comments {
    padding-bottom: 15rem
}

@media(max-width: 991px) {
    .default-page.no-comments {
        padding-bottom:5rem
    }
}

@media(max-width: 991px) {
    .default-page.only-comment-form {
        padding-bottom:0;
        margin-bottom: -2.5rem
    }
}

.default-page .entry-content * {
    word-break: break-word
}

.default-page .entry-content>*:nth-child(n+2) {
    margin-top: 1.5rem
}

.default-page .entry-content::after {
    content: "";
    display: table;
    clear: both
}

.default-page .entry-content .wp-block-calendar {
    padding: 0
}

@media(max-width: 991px) {
    .default-page .entry-content {
        padding:0 5rem
    }
}

@media(max-width: 767px) {
    .default-page .entry-content {
        padding:0 1.5rem
    }
}

.page-links {
    margin-top: 3rem !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 1.8rem;
    color: var(--color-dark)
}

.error-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15rem 0
}

@media only screen and (max-width: 991px) {
    .error-page {
        padding:5rem 2.5rem
    }
}

.error-page-top-heading {
    color: var(--color-primary)
}

.error-page-content {
    width: 70%
}

@media only screen and (max-width: 991px) {
    .error-page-content {
        width:100%
    }
}

.error-page .growla-button-border {
    text-decoration: none
}

.error-page .growla-button-group {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem
}

@media only screen and (max-width: 991px) {
    .error-page .waves-illustration {
        bottom:0
    }
}

.error-page .illustration-lines {
    z-index: 0
}

.navigation-menu {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    z-index: 9999
}

.navigation-menu-wrapper {
    height: 100%
}

.navigation-menu ul {
    margin: 0
}

.navigation-menu>li>a {
    padding: 0 25px
}

.navigation-menu>li>a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--color-white);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.navigation-menu>li>a:hover::after {
    width: 100%;
    opacity: 1
}

.navigation-menu li {
    height: 100%;
    list-style: none
}

.navigation-menu a {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1rem;
    color: var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    outline: 0;
    position: relative
}

.navigation-menu a .icon {
    width: 6px;
    height: 11px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.navigation-menu a .icon svg {
    vertical-align: top
}

.navigation-menu .menu-item-has-children {
    position: relative
}

.navigation-menu .sub-menu {
    position: absolute;
    top: 100%;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    padding: 2rem 0;
    min-width: 28rem;
    margin-top: 15px;
    margin-left: -25px
}

.navigation-menu .sub-menu li a {
    opacity: 0;
    visibility: hidden;
    padding: 1.4rem 3rem 1.4rem 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-white);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.navigation-menu .sub-menu li a svg {
    fill: var(--color-white)
}

.navigation-menu .sub-menu li:hover>a,.navigation-menu .sub-menu li.current-menu-item>a {
    background-color: var(--color-primary);
    color: var(--color-black)
}

.navigation-menu .sub-menu li:hover>a svg,.navigation-menu .sub-menu li.current-menu-item>a svg {
    fill: var(--color-black)
}

.navigation-menu .sub-menu .sub-menu {
    top: 0;
    left: calc(100% - 1px);
    background-color: var(--color-black);
    box-shadow: inset 25px 0px 25px -25px rgba(0,0,0,.2),0px 0px 25px 0px rgba(0,0,0,.2);
    margin-left: 0
}

.navigation-menu .sub-menu .sub-menu a {
    color: var(--color-white)
}

.navigation-menu>.menu-item-has-children {
    position: relative
}

.navigation-menu>.menu-item-has-children::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0
}

.navigation-menu>.menu-item-has-children .menu-item-has-children {
    position: static
}

.nav-dropdown-bg {
    position: absolute;
    background-color: var(--color-black);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    transform-origin: center center;
    pointer-events: none;
    display: block;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,.2)
}

.nav-dropdown-bg-icon,.nav-dropdown-bg .icon {
    position: absolute;
    top: -16px;
    left: 50px;
    z-index: inherit;
    transform: scale(1);
    display: block;
    pointer-events: none
}

.nav-dropdown-bg-icon svg,.nav-dropdown-bg .icon svg {
    width: 30px;
    height: 30px;
    fill: var(--color-black)
}

.nav-dropdown-bg-icon {
    z-index: 9999;
    opacity: 0;
    visibility: hidden
}

.nav-dropdown-bg .icon {
    opacity: 0
}

.sticky-nav {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.sticky-nav.scrolled {
    top: 0 !important
}

.sticky-nav .elementor-container,.sticky-nav .e-con-inner {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.elementor-widget-growla_menu .elementor-widget-container {
    height: 100%
}

.header-wrapper {
    z-index: 9999
}

@media(max-width: 991px) {
    .header-wrapper.desktop {
        display:none
    }
}

@media(min-width: 992px) {
    .header-wrapper.mobile {
        display:none
    }
}

.mobile.navigation-menu {
    display: block;
    position: relative;
    padding: 0;
    --item-font-size: 18px;
    --item-font-weight: 500;
    --item-line-height: 60px;
    --item-color-normal: var(--color-paragraph)
}

.mobile.navigation-menu li {
    width: 100%;
    height: auto;
    display: block
}

.mobile.navigation-menu li.menu-item a {
    padding-right: 0;
    padding-left: 0;
    font-size: var(--item-font-size);
    font-weight: var(--item-font-weight);
    line-height: var(--item-line-height);
    color: var(--item-color-normal)
}

.mobile.navigation-menu li.menu-item a::after {
    display: none
}

.mobile.navigation-menu li:hover,.mobile.navigation-menu li:focus,.mobile.navigation-menu li:active,.mobile.navigation-menu li.current-menu-item,.mobile.navigation-menu li.current-menu-ancestor {
    color: var(--color-white)
}

.mobile.navigation-menu li:hover>a,.mobile.navigation-menu li:focus>a,.mobile.navigation-menu li:active>a,.mobile.navigation-menu li.current-menu-item>a,.mobile.navigation-menu li.current-menu-ancestor>a {
    background-color: rgba(0,0,0,0);
    color: inherit !important
}

.mobile.navigation-menu li:hover>a .icon,.mobile.navigation-menu li:focus>a .icon,.mobile.navigation-menu li:active>a .icon,.mobile.navigation-menu li.current-menu-item>a .icon,.mobile.navigation-menu li.current-menu-ancestor>a .icon {
    fill: var(--color-primary)
}

.mobile.navigation-menu .icon {
    fill: var(--item-color-normal);
    width: 25px;
    height: 30px;
    pointer-events: none
}

.mobile.navigation-menu .menu-item-has-children {
    position: static
}

.mobile.navigation-menu .sub-menu {
    top: 0;
    width: 100%;
    left: 100%;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    min-width: 100%
}

.mobile.navigation-menu .sub-menu li a {
    padding: 0;
    font-size: var(--item-font-size);
    font-weight: var(--item-font-weight);
    line-height: var(--item-line-height);
    color: var(--item-color-normal)
}

.mobile.navigation-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    background-color: rgba(0,0,0,0);
    box-shadow: none
}

.mobile.navigation-menu .back-button a {
    justify-content: initial;
    align-items: center;
    color: var(--color-paragraph) !important
}

.mobile.navigation-menu .back-button a .icon {
    transform: rotate(180deg);
    fill: var(--color-primary);
    margin-right: .8rem;
    width: 25px;
    height: 25px
}

.mobile.navigation-menu .back-button a .icon svg {
    fill: var(--color-paragraph)
}

.mobile.navigation-menu .back-button:hover>a {
    color: var(--color-white) !important
}

.mobile.navigation-menu .back-button:hover>a .icon svg {
    fill: var(--color-white)
}

.desktop.navigation-menu {
    padding: 0
}

.desktop.navigation-menu>li {
    display: flex;
    align-items: center
}

.desktop.navigation-menu>li>a {
    height: unset
}

.desktop.navigation-menu>li>a::after {
    bottom: -5px
}

.desktop.navigation-menu>.menu-item-has-children>a::after {
    display: none
}

.desktop.navigation-menu>.menu-item-has-children>a .icon {
    width: 9px;
    height: auto;
    margin-left: .5rem;
    fill: var(--color-primary);
    display: inline-flex
}

.desktop.navigation-menu>li {
    position: relative
}

.desktop.navigation-menu>.current-menu-ancestor::after,.desktop.navigation-menu>.current-menu-item::after {
    display: block
}

.desktop.navigation-menu>li {
    padding: 0;
    padding-right: 4.5rem
}

.desktop.navigation-menu>li>a {
    justify-content: flex-start;
    padding: 0
}

.desktop-wrapper.navigation-menu-wrapper.swiper-container {
    max-width: 100%;
    overflow: visible
}

.desktop-wrapper.navigation-menu-wrapper.swiper-container:not(.swiper-backface-hidden) {
    clip-path: inset(0 0 -100vw 0)
}

.desktop-wrapper.navigation-menu-wrapper.swiper-container .swiper-wrapper {
    max-width: 100%
}

.desktop-wrapper.navigation-menu-wrapper.swiper-container .swiper-slide:last-child::after {
    width: calc(85% + 3rem);
    left: calc(50% + 1rem)
}

.desktop-wrapper.navigation-menu-wrapper .swiper-slide {
    width: auto
}

.desktop-wrapper.navigation-menu-wrapper .swiper-slide:last-child {
    margin-right: 0 !important;
    padding-right: 0
}

.desktop-wrapper.navigation-menu-wrapper .swiper-slide-active,.desktop-wrapper.navigation-menu-wrapper .swiper-slide-active~.swiper-slide {
    opacity: 1;
    visibility: visible
}

.navigation-menu {
    flex-wrap: unset
}

.default-navigation {
    width: 80%
}

.navigation-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%
}

.menu-slider-nav {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: -0.2rem;
    cursor: pointer
}

.menu-slider-nav svg {
    height: 20px;
    fill: var(--color-white)
}

.menu-slider-nav-prev {
    margin-right: 3rem
}

.menu-slider-nav-next {
    margin-left: 3rem
}

.menu-slider-nav.swiper-button-disabled {
    opacity: 0;
    visibility: hidden
}

.menu-slider-nav .swiper-button-lock {
    display: none
}

.page-header {
    position: relative;
    overflow: hidden
}

.page-header-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--color-dark-3);
    background-position: center center;
    padding: 20rem 25px 9rem 25px
}

@media(max-width: 991px) {
    .page-header-wrapper {
        padding:113px 25px 40px 25px
    }
}

@media only screen and (max-width: 991px) {
    .page-header-illustration {
        display:none
    }
}

.page-header-illustration .illustration-lines-canvas-4 {
    bottom: -15px !important
}

.page-header-content {
    position: relative;
    z-index: 10;
}

.page-header-content h1 {
    color: var(--color-white);
    margin-bottom: 2rem;
    margin-top: 8rem;
}

@media(max-width: 991px) {
    .page-header-content h1 {
        font-size: calc(2.5rem + 2.5*(100vw - 250px)/1150);
        line-height: calc(5.5rem + 2.5*(100vw - 250px)/1150);
        margin-bottom: 0
    }
}

.page-header-content .breadcrumbs {
    padding: 0 1rem;
    text-align: right
}

@media(max-width: 991px) {
    .page-header-content .breadcrumbs {
        text-align:left;
        padding: 0
    }
}

.page-header-content ul {
    padding: 0
}

.page-header-content ul li {
    display: inline;
    color: var(--color-white);
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .2rem
}

.page-header-content ul li a {
    color: inherit;
    text-decoration: none
}

.page-header-content ul li:nth-child(n+2)::before {
    content: "|";
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 1.2rem;
}

body.header-default .page-header-wrapper {
    padding-top: 9rem
}

@media(max-width: 991px) {
    body.header-default .page-header-wrapper {
        padding-top:113px
    }
}

.hamburger-icon {
    cursor: pointer
}

.hamburger-content {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-black);
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    transition: all .5s ease-in-out
}

.hamburger.direction-left .hamburger-content {
    transform: translateX(-100%)
}

.hamburger.direction-right .hamburger-content {
    right: -100%
}

.hamburger.shown.direction-left .hamburger-content {
    transform: translateX(0)
}

.hamburger.shown.direction-right .hamburger-content {
    right: 0
}

.hamburger-close {
    font-size: 22px;
    height: 22px;
    color: var(--color-white);
    fill: var(--color-white);
    cursor: pointer
}

.hamburger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--color-dark-rgba-60);
    opacity: 0;
    visibility: hidden;
    z-index: 9999999;
    transition: all .5s ease-in-out
}

.hamburger.shown .hamburger-overlay {
    opacity: 1;
    visibility: visible
}

.hamburger-content {
    --padding-left: 3.8rem;
    --padding-right: 3.8rem
}

.hamburger-content-wrapper {
    width: 100%;
    height: 100%;
    background-color: var(--color-dark);
    display: flex;
    flex-direction: column;
    padding: 2.3rem 0
}

.hamburger-content-header {
    display: flex;
    justify-content: space-between;
    padding-left: var(--padding-left);
    padding-right: var(--padding-right)
}

.hamburger-content-main {
    margin-top: 5.5rem
}

.hamburger-content-main .navigation-menu>li::after {
    display: none
}

.hamburger-content-main .navigation-menu>li>a {
    padding: 0 0
}

.hamburger-content-main .navigation-menu .sub-menu {
    margin-top: 0;
    margin-left: 3.8rem
}

.hamburger-content-main ul {
    padding: 0 var(--padding-left) 0 var(--padding-right) !important
}

.hamburger-content-footer {
    margin-top: auto;
    padding-left: var(--padding-left);
    padding-right: var(--padding-right)
}

.hamburger-content-social ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.hamburger-content-social li {
    width: 3.1rem;
    height: 3.1rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--color-dark-3);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.hamburger-content-social li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.hamburger-content-social li .icon {
    font-size: 1.4rem;
    height: 1.4rem;
    color: var(--color-paragraph-1);
    fill: var(--color-paragraph-1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.hamburger-content-social li:hover,.hamburger-content-social li:focus,.hamburger-content-social li:active {
    background-color: var(--color-primary)
}

.hamburger-content-social li:hover .icon,.hamburger-content-social li:focus .icon,.hamburger-content-social li:active .icon {
    color: var(--color-white);
    fill: var(--color-white)
}

.hamburger-content .bottom-text {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: normal;
    color: var(--color-paragraph-1);
    margin-top: 2.3rem
}

body.elementor-editor-active .hamburger.shown .hamburger-content {
    left: 0
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: relative;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.site-header .site-branding {
    min-width: 20%
}

.site-header .logo {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.site-header.scrolled {
    min-height: 7rem;
    border-color: rgba(0,0,0,0);
    background-color: var(--color-dark)
}

@media(max-width: 991px) {
    .site-header {
        position:absolute
    }
}

@media(max-width: 767px) {
    .site-header {
        padding:0 2.5rem
    }
}

.header-wrapper.mobile .site-header {
    border-bottom: 1px solid var(--color-white-60)
}

.default-navigation {
    height: 100%
}

@media(max-width: 991px) {
    .default-navigation {
        display:flex;
        align-items: center;
        justify-content: flex-end
    }

    .default-navigation>.navigation-slider-wrapper {
        display: none
    }
}

@media(min-width: 992px) {
    .default-navigation .hamburger {
        display:none
    }
}

.default-navigation .mobile-wrapper {
    max-height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden
}

.header-wrapper-default,.header-wrapper-default .header {
    background-color: var(--color-dark);
    border-bottom: 1px solid var(--color-white-60)
}

.header-wrapper-default.desktop .navigation-menu>li>a {
    font-size: 1.4rem
}

.site-header {
    height: 9.2rem
}

.site-header .logo {
    padding: 0
}

@media(max-width: 991px) {
    .site-header {
        height:7rem
    }
}

.header-wrapper-default.desktop .default-navigation .navigation-menu>li>a {
    height: 9.2rem
}

.footer-wrapper {
    position: relative;
    overflow: hidden
}

.footer-wrapper.footer-anim-disabled #footer-spacer {
    display: none
}

.footer-wrapper .footer-content-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%
}

.footer-wrapper.footer-anim-disabled .footer-content-wrapper {
    position: static
}

.wpml-ls-statics-footer a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link,.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link {
    color: var(--color-paragraph);
    background-color: var(--color-black)
}

.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:hover,.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:focus,.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link:hover,.wpml-ls-statics-footer li:not(.wpml-ls-current-language) .wpml-ls-link:link:focus {
    color: var(--color-black);
    background-color: var(--color-primary)
}

.wpml-ls-statics-footer .wpml-ls-current-language>a {
    color: var(--color-white);
    background-color: var(--color-black)
}

.wpml-ls-statics-footer .wpml-ls-current-language:hover>a,.wpml-ls-statics-footer .wpml-ls-current-language>a:focus {
    color: var(--color-black);
    background-color: var(--color-primary)
}

.default-footer {
    margin-top: auto
}

.default-footer-wrapper {
    background-color: var(--color-dark);
    padding: 5rem 0
}

@media(max-width: 991px) {
    .default-footer-wrapper {
        padding:5rem 0
    }
}

.default-footer .copyright {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: right;
    color: var(--color-paragraph)
}

@media(max-width: 991px) {
    .default-footer-wrapper {
        padding:5rem
    }

    .default-footer .copyright {
        margin-top: 1rem;
        text-align: left
    }
}

@media(max-width: 767px) {
    .default-footer-wrapper {
        padding:5rem 1.5rem
    }
}

.sticky {
    display: block
}

.updated:not(.published) {
    display: none
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.pagination {
    margin-top: 9.2rem
}

@media(max-width: 991px) {
    .pagination {
        margin-top:3rem
    }
}

.pagination ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.pagination li svg {
    width: 2rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

[dir=rtl] .pagination li svg {
    transform: rotate(180deg)
}

.pagination li>* {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    color: inherit;
    background-color: inherit
}

.pagination li *.prev,.pagination li *.next {
    background-color: var(--color-primary);
    fill: var(--color-black);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.pagination li *.prev:hover,.pagination li *.next:hover {
    fill: var(--color-primary);
    background-color: var(--color-dark-2)
}

.pagination li:hover,.pagination li:focus {
    fill: var(--color-primary)
}

.comments-title {
    font-size: 5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--color-white);
    margin-bottom: 4.5rem
}

@media(max-width: 991px) {
    .comments-title {
        margin-bottom:0
    }
}

.comments-title::after {
    content: "";
    display: block;
    width: 7.8rem;
    height: .3rem;
    margin-top: 1rem;
    background-color: var(--color-primary)
}

.comment-list {
    margin: 0;
    padding: 0
}

@media(max-width: 991px) {
    .comment-list {
        margin-top:4rem
    }

    .comment-list .container {
        padding: 0
    }
}

.comment-list .comment-reply-title {
    font-size: 2.5rem;
    line-height: 4.5rem
}

.comment-list .parent--comment {
    display: flex;
    gap: 3.8rem;
    border-bottom: 1px solid var(--color-grey-1);
    padding-bottom: 3.9rem
}

@media(max-width: 500px) {
    .comment-list .parent--comment {
        display:block
    }
}

@media(max-width: 991px) {
    .comment-list .parent--comment {
        padding-bottom:3rem
    }
}

.comment-list .comment,.comment-list .children {
    position: relative
}

.comment-list .comment:not(:first-child),.comment-list .children:not(:first-child) {
    margin-top: 5rem
}

@media(max-width: 991px) {
    .comment-list .comment:not(:first-child),.comment-list .children:not(:first-child) {
        margin-top:2.5rem
    }
}

.comment-list .comment .comment,.comment-list .children .comment {
    margin-top: 5rem
}

.comment-list .comment .comment .parent--comment,.comment-list .children .comment .parent--comment {
    padding-left: 15%
}

@media(max-width: 991px) {
    .comment-list .comment .comment,.comment-list .children .comment {
        margin-left:3.5%
    }

    .comment-list .comment .comment .parent--comment,.comment-list .children .comment .parent--comment {
        padding-left: 2.5%
    }
}

.comment-list .comment .comment-inner-wrapper,.comment-list .children .comment-inner-wrapper {
    margin-bottom: 2rem
}

@media(max-width: 991px) {
    .comment-list .comment .comment--content>*:not(.comment-inner-wrapper):not(.reply-button):not(.parent--comment),.comment-list .children .comment--content>*:not(.comment-inner-wrapper):not(.reply-button):not(.parent--comment) {
        margin-left:0
    }

    .comment-list .comment .comment-inner-wrapper,.comment-list .children .comment-inner-wrapper {
        margin-bottom: 0rem
    }
}

.comment-list .comment--avatar,.comment-list .children--avatar {
    border-radius: 50%;
    height: 10rem;
    max-width: 10rem;
    flex: 1
}

.comment-list .comment--avatar img,.comment-list .children--avatar img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width: 500px) {
    .comment-list .comment--avatar,.comment-list .children--avatar {
        margin-bottom:2rem
    }
}

.comment-list .comment--content,.comment-list .children--content {
    flex: 1;
    max-width: calc(100% - 13.8rem)
}

@media(max-width: 500px) {
    .comment-list .comment--content,.comment-list .children--content {
        max-width:100%
    }
}

.comment-list .comment--content>h2,.comment-list .growla-heading--content .comment--content>p,.growla-heading--content .comment-list .comment--content>p,.comment-list .comment--content>.growla-heading--content,.comment-list .comment--content>.project-detail-title,.comment-list .children--content>h2,.comment-list .growla-heading--content .children--content>p,.growla-heading--content .comment-list .children--content>p,.comment-list .children--content>.growla-heading--content,.comment-list .children--content>.project-detail-title {
    margin-bottom: -1rem
}

.comment-list .comment--content>h2:nth-child(n+2),.comment-list .growla-heading--content .comment--content>p:nth-child(n+2),.growla-heading--content .comment-list .comment--content>p:nth-child(n+2),.comment-list .comment--content>.growla-heading--content:nth-child(n+2),.comment-list .comment--content>.project-detail-title:nth-child(n+2),.comment-list .children--content>h2:nth-child(n+2),.comment-list .growla-heading--content .children--content>p:nth-child(n+2),.growla-heading--content .comment-list .children--content>p:nth-child(n+2),.comment-list .children--content>.growla-heading--content:nth-child(n+2),.comment-list .children--content>.project-detail-title:nth-child(n+2) {
    margin-top: 2rem
}

.comment-list .comment--content>*:nth-child(n+2),.comment-list .children--content>*:nth-child(n+2) {
    margin-top: 1.5rem
}

.comment-list .comment--content img,.comment-list .children--content img {
    border-radius: var(--border-radius)
}

.comment-list .comment--content a,.comment-list .children--content a {
    text-decoration: none;
    color: var(--color-primary)
}

.comment-list .comment--content .name,.comment-list .children--content .name {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 500;
    color: var(--color-white);
    letter-spacing: .2rem;
    position: relative;
    width: max-content;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: underline !important;
    text-decoration-color: rgba(0,0,0,0) !important;
    text-underline-offset: 5px
}

.comment-list .comment--content .name:hover,.comment-list .children--content .name:hover {
    text-decoration-color: var(--color-primary) !important;
    text-decoration-thickness: 2px !important
}

.comment-list .comment--content .date,.comment-list .children--content .date {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--color-paragraph);
    letter-spacing: initial;
    background: none;
    text-align: left
}

.comment-list .comment--content p a,.comment-list .children--content p a {
    color: var(--color-primary)
}

.comment-list .comment--content p a:hover,.comment-list .comment--content p a:focus,.comment-list .comment--content p a:active,.comment-list .children--content p a:hover,.comment-list .children--content p a:focus,.comment-list .children--content p a:active {
    color: var(--color-white)
}

.comment-list .comment--content .reply-button a,.comment-list .children--content .reply-button a {
    border: none;
    width: auto;
    color: var(--color);
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: .4rem;
    padding: 0;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.comment-list .comment--content .reply-button a::before,.comment-list .children--content .reply-button a::before {
    display: none
}

.comment-list .comment--content .reply-button a:hover,.comment-list .comment--content .reply-button a:focus,.comment-list .comment--content .reply-button a:active,.comment-list .children--content .reply-button a:hover,.comment-list .children--content .reply-button a:focus,.comment-list .children--content .reply-button a:active {
    color: var(--color-white)
}

.comment-list .comment:last-child:not(:nth-child(-n+2)) .parent--comment,.comment-list .children:last-child:not(:nth-child(-n+2)) .parent--comment {
    border-bottom: none;
    padding-bottom: 0
}

.comment-list .pingback .name,.comment-list .trackback .name {
    max-width: 100%;
    line-height: 4rem
}

.comment-list .pingback .parent--comment,.comment-list .trackback .parent--comment {
    padding-bottom: 0
}

.comments-area {
    padding-top: 14.3rem
}

@media(max-width: 991px) {
    .comments-area {
        padding:50px 50px 44px 50px
    }
}

@media(max-width: 767px) {
    .comments-area {
        padding:50px 25px 44px 25px
    }
}

.comment-form--wrapper {
    padding: 7rem 0 14rem 0;
    margin-top: 2.5rem
}

.comment-form--wrapper .heading {
    font-size: 3.4rem;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 2rem;
    line-height: 1.5
}

.comment-form--wrapper h3 {
    margin-bottom: 6.2rem
}

@media(max-width: 991px) {
    .comment-form--wrapper {
        padding:0 50px 40px 50px
    }

    .comment-form--wrapper.no-comments {
        padding-top: 50px
    }

    .comment-form--wrapper .comment-respond {
        margin: 0 0 0 0
    }

    .comment-form--wrapper h3 {
        margin-bottom: 0
    }

    .comment-form--wrapper .container {
        padding: 0
    }

    .comment-form--wrapper:not(.logged-in-form) .comment-form {
        margin-top: 2rem
    }
}

@media(max-width: 767px) {
    .comment-form--wrapper {
        padding:0 25px 40px 25px
    }

    .comment-form--wrapper.no-comments {
        padding-top: 50px
    }
}

.comment-form--inner form {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem
}

.comment-form--inner .comment-reply-title {
    margin-top: 2rem
}

.comment-form--inner .comment-reply-title small {
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute
}

.comment-form--inner .comment-reply-title small a {
    font-size: 1.6rem;
    text-decoration: none
}

.comment-form--inner .comment-reply-title span {
    display: block
}

@media(max-width: 991px) {
    .comment-form--inner .comment-reply-title {
        margin-top:0
    }
}

.comment-form .cookies-consent {
    width: 100%;
    margin-top: 2.4rem;
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media(max-width: 250px) {
    .comment-form .cookies-consent {
        padding-left:0;
        padding-top: 35px
    }
}

@media(max-width: 991px) {
    .comment-form .cookies-consent {
        margin-top:5rem
    }
}

.comment-form .cookies-consent input {
    height: initial;
    margin-right: 1rem;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.comment-form .cookies-consent .paragraph {
    font-size: inherit;
    color: var(--color-paragraph);
    line-height: initial;
    cursor: pointer
}

@media(max-width: 575px) {
    .comment-form .cookies-consent .paragraph {
        font-size:1.4rem;
        line-height: 2rem
    }
}

.comment-form .cookies-consent .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.2rem;
    height: 2.2rem;
    background-color: rgba(0,0,0,0);
    border: 2px solid var(--color-grey)
}

.comment-form .cookies-consent input:checked~.checkmark {
    border-color: var(--color-primary);
    background-color: var(--color-primary)
}

.comment-form .cookies-consent .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.comment-form .cookies-consent input:checked~.checkmark:after {
    display: block
}

.comment-form .cookies-consent .checkmark:after {
    content: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>check</title><path d=\"M21,7L9,19L3.5,13.5L4.91,12.09L9,16.17L19.59,5.59L21,7Z\" /></svg>");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.comment-form .form-control--author,.comment-form .form-control--email {
    width: calc(50% - 1.5rem)
}

.comment-form .form-submit {
    padding: 0
}

.comment-form .form-submit input {
    font-size: 1.4rem !important
}

.comment-form .form-submit input:hover {
    color: var(--color-white)
}

@media(max-width: 991px) {
    .comment-form .form-submit {
        width:100%
    }
}

.comment-form .form-submit-row {
    width: 100%;
    display: flex
}

.comment-form .form-submit-row .form-submit {
    width: 100%
}

.comment-form .cancel {
    display: none
}

.logged-in-form .comment-reply-title {
    margin-bottom: 0
}

.logged-in-form .textarea-group {
    width: 100%;
    height: 20rem;
    margin: 3.5rem 0 0 0
}

.logged-in-form .textarea-group textarea {
    width: 100%;
    height: 100%
}

@media(max-width: 991px) {
    .logged-in-form .textarea-group {
        margin:0
    }
}

@media(max-width: 991px) {
    .logged-in-form .form-submit {
        margin-top:0
    }
}

.logged-in-as {
    font-size: 1.4rem;
    font-weight: 500
}

.logged-in-as * {
    font-size: inherit;
    font-weight: inherit
}

.logged-in-as a:first-child {
    color: var(--color-paragraph)
}

.logged-in-as a:nth-child(n+2) {
    color: var(--color-dark);
    font-weight: 700
}

.comment-pagination {
    margin-top: 2rem
}

.comment-pagination a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: .1rem;
    text-decoration: none;
    color: var(--color-dark);
    margin: 0 .5rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.comment-pagination a:hover {
    color: var(--growla-main-color)
}

.comment-pagination span {
    color: var(--color-black);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin: 0 .5rem;
    letter-spacing: .1rem
}

.comment-list .comment-form--inner {
    margin-top: 3rem
}

.comment-list .comment-form .logged-in-as {
    margin-top: 1.5rem
}

.comment-list .comment-form .logged-in-as a {
    color: inherit
}

.comment-list .comment-form .form-submit-row {
    display: flex;
    gap: 3rem
}

.comment-list .comment-form .form-submit-row .form-submit {
    width: 100%
}

.comment-list .comment-form .form-submit-row .cancel {
    width: 100%;
    display: flex
}

#cancel-comment-reply-link {
    width: 100%;
    display: flex;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    --color: var(--color-white)
}

#cancel-comment-reply-link:hover,#cancel-comment-reply-link:focus,#cancel-comment-reply-link:active {
    --color: var(--color-primary)
}

@media(max-width: 991px) {
    #cancel-comment-reply-link {
        width:100%;
        transform: translateY(0)
    }
}

.widget {
    background-color: var(--color-dark-2);
    padding: 3.8rem
}

.widget:not(:last-child) {
    margin: 0 0 3rem 0
}

@media(max-width: 991px) {
    .widget {
        padding:2rem 2.5rem
    }
}

.widget * {
    word-break: break-word
}

.widget select {
    max-width: 100%
}

.widget-title,.widget h1,.widget h2,.widget .growla-heading--content p,.growla-heading--content .widget p,.widget .growla-heading--content,.widget .project-detail-title,.widget h3,.widget h4,.widget h5,.widget h6 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-dark);
    margin-bottom: 2.5rem
}

.widget-title *,.widget h1 *,.widget h2 *,.growla-heading--content .widget p *,.widget .growla-heading--content *,.widget .project-detail-title *,.widget h3 *,.widget h4 *,.widget h5 *,.widget h6 * {
    line-height: inherit
}

.widget-title::after,.widget h1::after,.widget h2::after,.widget .growla-heading--content p::after,.growla-heading--content .widget p::after,.widget .growla-heading--content::after,.widget .project-detail-title::after,.widget h3::after,.widget h4::after,.widget h5::after,.widget h6::after {
    content: "";
    width: 4.3rem;
    height: .2rem;
    display: block;
    margin-top: 1rem;
    background-color: var(--color-primary)
}

.widget ul {
    list-style: none;
    padding: 0
}

.widget ul li {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--color-paragraph)
}

.widget ul li a {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-dark);
    display: flex;
    padding: 1.2rem 0;
    flex: 1;
    position: relative;
    text-transform: capitalize;
    padding-right: 1rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(0,0,0,0)
}

.widget ul li a::before {
    content: "";
    position: relative;
    top: 13px;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    margin-right: 1.5rem;
    border-radius: 50%;
    background-color: var(--color-primary);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.widget ul li .children {
    width: 100%
}

.widget ul li a:hover,.widget ul li a:focus,.widget ul li a:active {
    color: var(--color-white);
    text-decoration-color: var(--color-white)
}

.widget ul li:last-child {
    padding-bottom: 0
}

.widget ul li li {
    border-top: 1px solid var(--color-dark-1)
}

.widget ul li li a::before {
    border-radius: 0;
    transform: translateY(-50%) rotate(45deg)
}

.widget ul li li li a::before {
    border-radius: 0;
    transform: translateY(-50%) rotate(0deg)
}

.widget ul ul {
    margin: 0
}

.widget ul ul ul li a,.widget ul ul a {
    padding-left: 10%
}

.widget ul ul ul li a {
    padding-left: 15%
}

.widget .wp-block-group__inner-container>ul>li:nth-child(n+2),.widget .wp-block-group__inner-container>ol>li:nth-child(n+2),.widget>ul>li:nth-child(n+2),.widget>ol>li:nth-child(n+2) {
    border-top: 1px solid var(--color-dark-1)
}

.widget .gallery {
    margin-bottom: 0
}

.widget table,.widget table * {
    word-break: normal
}

.widget img {
    border-radius: calc(var(--border-radius)/2) !important
}

.widget>li>a::before,.widget>ul>li>a::before,.widget_block>li>a::before,.widget_block>ul>li>a::before,.widget_nav_menu>div>ul>li>a::before,.widget_nav_menu>div>ul>ul>li>a::before,.wp-block-latest-posts>li>a::before,.wp-block-latest-posts>ul>li>a::before {
    display: none !important
}

.widget_recent_entries ul li a {
    padding: 1.5rem 0 1.5rem calc(1.5rem + 4px)
}

.widget_recent_entries ul li a::before {
    position: absolute;
    top: calc(1.5rem + 11px);
    transform: none
}

.widget .search,.search-error .search-form {
    position: relative;
    border-radius: var(--border-radius)
}

.widget .search input,.search-error .search-form input {
    width: 100%;
    border-bottom: none !important;
    padding: 0 5rem 0 3rem;
    border-radius: var(--border-radius);
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-paragraph)
}

.widget .search input:not([type=submit]):not([type=checkbox]):not([type=radio]),.search-error .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    height: 6rem;
    background-color: var(--color-dark-2);
    border: none !important;
    font-size: 16px
}

.widget .search input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus-visible,.search-error .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus-visible {
    outline: 2px solid var(--color-primary)
}

.widget .search button,.search-error .search-form button {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    padding: 0;
    width: initial;
    border: none;
    font-size: 1.6rem;
    color: var(--color-primary)
}

.widget .search button::before,.search-error .search-form button::before {
    display: none
}

.widget .search button svg,.search-error .search-form button svg {
    width: 20px;
    fill: var(--color-primary)
}

.widget.widget_search {
    padding: 0
}

.widget.widget_text {
    padding: 3.8rem 3.8rem 3.4rem 3.8rem
}

.widget.widget_text p:last-child {
    margin-bottom: 0
}

.widget.widget_nav_menu ul li {
    display: block
}

.widget.widget_nav_menu ul li:hover a {
    color: unset;
    text-decoration: none
}

.widget.widget_nav_menu ul li a .icon {
    display: none
}

.widget.widget_nav_menu ul li a:hover {
    color: var(--color-primary);
    text-decoration: underline
}

.widget.widget_nav_menu ul.sub-menu {
    margin-left: 0
}

.widget.widget_nav_menu ul.sub-menu li {
    border-top: 1px solid var(--color-dark-1);
    padding-left: 1rem
}

.widget.growla-form-widget {
    background-color: var(--color-dark-2)
}

.widget.growla-form-widget .widget-title {
    font-size: 2rem;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 3.5rem
}

.widget.growla-form-widget .widget-title::after {
    margin-left: auto;
    margin-right: auto
}

.widget.growla-form-widget .growla-form-widget-icon {
    background-color: var(--color-primary);
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    margin: 0 auto 2.7rem auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.widget.growla-form-widget .growla-form-widget-icon img {
    height: 4rem;
    object-fit: contain
}

.widget.widget_categories>li>a::before,.widget.widget_categories>ul>li>a::before,.widget.widget_archive>li>a::before,.widget.widget_archive>ul>li>a::before,.wp-block-categories>li>a::before,.wp-block-categories>ul>li>a::before,.wp-block-archives>li>a::before,.wp-block-archives>ul>li>a::before {
    display: none !important
}

.widget.widget_archive a {
    text-decoration: none
}

.widget.widget_calendar,.wp-block-calendar {
    overflow: hidden;
    padding: 3.6rem
}

@media(max-width: 991px) {
    .widget.widget_calendar,.wp-block-calendar {
        padding:2rem
    }
}

.widget.widget_calendar table thead th,.wp-block-calendar table thead th {
    text-align: center
}

.widget.widget_calendar table tbody td,.wp-block-calendar table tbody td {
    text-align: center
}

.widget.widget_calendar table tbody td:not(#today) a,.wp-block-calendar table tbody td:not(#today) a {
    position: relative;
    text-decoration: none;
    font-size: inherit
}

.widget.widget_calendar table tbody td:not(#today) a::after,.wp-block-calendar table tbody td:not(#today) a::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 1.2rem);
    height: .2rem;
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.widget.widget_calendar table tbody td:not(#today) a:hover,.wp-block-calendar table tbody td:not(#today) a:hover {
    color: var(--color-dark)
}

.widget.widget_calendar table tbody td:not(#today) a:hover::after,.wp-block-calendar table tbody td:not(#today) a:hover::after {
    background-color: var(--color-primary)
}

.widget.widget_calendar table #today,.wp-block-calendar table #today {
    color: var(--color-white)
}

.widget.widget_calendar caption,.wp-block-calendar caption {
    caption-side: initial;
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 500;
    margin: 0;
    color: var(--color-dark);
    font-weight: 700
}

.widget.widget_calendar .wp-calendar-nav,.wp-block-calendar .wp-calendar-nav {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between
}

.widget.widget_calendar .wp-calendar-nav a,.wp-block-calendar .wp-calendar-nav a {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--color-paragraph);
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    position: relative
}

.widget.widget_calendar .wp-calendar-nav a:hover,.wp-block-calendar .wp-calendar-nav a:hover {
    color: var(--color-dark);
    font-weight: 700
}

.widget.widget_recent_comments li,.wp-block-latest-comments li {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-paragraph);
    line-height: 2.8rem;
    margin: 0
}

.widget.widget_recent_comments li span,.wp-block-latest-comments li span {
    color: var(--color-dark);
    font-weight: 700
}

.widget.widget_recent_comments li a,.wp-block-latest-comments li a {
    font-size: inherit;
    color: var(--color-dark);
    font-weight: 700;
    text-decoration: none
}

.widget.widget_recent_comments li a::before,.wp-block-latest-comments li a::before {
    display: none
}

.widget.widget_recent_comments li:nth-child(n+2),.wp-block-latest-comments li:nth-child(n+2) {
    margin-top: 1.7rem;
    padding-top: 2rem
}

.widget.widget_recent_comments li:hover a,.widget.widget_recent_comments li:focus a,.widget.widget_recent_comments li:active a,.wp-block-latest-comments li:hover a,.wp-block-latest-comments li:focus a,.wp-block-latest-comments li:active a {
    text-decoration: none
}

.widget.growla-recent-posts .recent-posts-single {
    list-style: none
}

.widget.growla-recent-posts .recent-posts-single h6::after {
    display: none
}

.widget.growla-recent-posts .recent-posts-single--thumbnail {
    width: 7rem;
    height: 7rem;
    border-radius: calc(var(--border-radius)/2);
    position: relative;
    overflow: hidden
}

.widget.growla-recent-posts .recent-posts-single--thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover
}

.widget.growla-recent-posts .recent-posts-single--thumbnail .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.2);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.widget.growla-recent-posts .recent-posts-single--thumbnail .hover svg {
    fill: var(--color-white);
    height: 2.5rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    transform: translateY(15px)
}

.widget.growla-recent-posts .recent-posts-single a {
    display: flex;
    align-items: center;
    gap: 2rem;
    text-decoration: none
}

.widget.growla-recent-posts .recent-posts-single a::before {
    display: none
}

.widget.growla-recent-posts .recent-posts-single a:hover,.widget.growla-recent-posts .recent-posts-single a:focus,.widget.growla-recent-posts .recent-posts-single a:active {
    text-decoration: none
}

.widget.growla-recent-posts .recent-posts-single a:hover .hover,.widget.growla-recent-posts .recent-posts-single a:focus .hover,.widget.growla-recent-posts .recent-posts-single a:active .hover {
    opacity: 1;
    visibility: visible
}

.widget.growla-recent-posts .recent-posts-single a:hover .hover svg,.widget.growla-recent-posts .recent-posts-single a:focus .hover svg,.widget.growla-recent-posts .recent-posts-single a:active .hover svg {
    transform: translateY(0)
}

.widget.growla-recent-posts .recent-posts-single--content {
    flex: 1
}

.widget.growla-recent-posts .recent-posts-single--content h6 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 2.6rem;
    margin-bottom: 0
}

@media(max-width: 991px) {
    .widget.growla-recent-posts .recent-posts-single a {
        flex-direction:column;
        align-items: flex-start
    }
}

.widget.widget_archive li a {
    text-transform: uppercase;
    display: block
}

.widget.widget_archive li a sup {
    font-weight: 600;
    margin-left: .4rem;
    font-size: 1rem
}

.widget.widget_archive li a::before {
    top: 50%
}

.widget.widget_archive li a:hover,.widget.widget_archive li a:focus,.widget.widget_archive li a:active {
    text-decoration: none
}

.widget.widget_archive li a:hover span,.widget.widget_archive li a:focus span,.widget.widget_archive li a:active span {
    text-decoration: underline
}

.widget.widget_archive li a:hover sup,.widget.widget_archive li a:focus sup,.widget.widget_archive li a:active sup {
    text-decoration-color: rgba(0,0,0,0)
}

.widget.widget_rss .widget-title a {
    color: inherit
}

.widget.widget_rss li {
    display: block
}

.widget.widget_rss li a {
    display: block;
    text-decoration: none;
    padding: 2.5rem 0 0 0
}

.widget.widget_rss li a::before {
    display: none
}

.widget.widget_rss li .rsswidget {
    font-size: 1.8rem
}

.widget.widget_rss li .rss-date {
    font-size: 1.2rem;
    display: block;
    margin: 1rem 0
}

.widget.widget_rss li:hover a,.widget.widget_rss li:focus a,.widget.widget_rss li:active a {
    text-decoration: none
}

.widget.widget_rss li:first-child a {
    padding-top: 0
}

.widget.widget_rss li:not(:first-child) {
    margin-top: 2rem
}

.widget.widget_tag_cloud .tagcloud,.wp-block-tag-cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.widget.widget_tag_cloud a,.wp-block-tag-cloud a {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.5rem !important;
    font-weight: 500;
    background-color: var(--color-grey-1);
    color: var(--color-paragraph);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.widget.widget_tag_cloud a:hover,.wp-block-tag-cloud a:hover {
    background-color: var(--color-primary);
    color: var(--color-black)
}

.wp-block-tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.wp-block-latest-comments {
    padding-left: 0
}

.widget_block.widget_search {
    background-color: rgba(0,0,0,0)
}

.wp-block-search__label {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-paragraph)
}

.wp-block-search__inside-wrapper {
    display: block
}

.wp-block-search__input {
    width: 100%
}

.wp-block-search__button {
    width: 100%;
    text-transform: uppercase;
    margin: 2rem 0 0 0
}

.wp-block-search__button::before {
    display: none
}

.wp-block-search__button:hover,.wp-block-search__button:focus,.wp-block-search__button:active {
    --color: var(--color-white)
}

.widget_recent_entries ul li a {
    padding-left: 0
}

.widget_media_audio {
    padding: 0;
    background-color: unset
}

.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.custom-logo-link {
    display: inline-block
}

.wp-block-cover.has-background-dim .wp-block-cover-text {
    color: var(--color-white)
}

.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2,.growla-heading--content section.wp-block-cover-image>p,section.wp-block-cover-image>.growla-heading--content,section.wp-block-cover-image>.project-detail-title {
    line-height: 2
}

.wp-block-cover-image .wp-block-cover-image-text *,.wp-block-cover .wp-block-cover-text *,section.wp-block-cover-image>h2 *,.growla-heading--content section.wp-block-cover-image>p *,section.wp-block-cover-image>.growla-heading--content *,section.wp-block-cover-image>.project-detail-title * {
    font-size: inherit;
    color: inherit
}

@media(max-width: 991px) {
    .wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2,.growla-heading--content section.wp-block-cover-image>p,section.wp-block-cover-image>.growla-heading--content,section.wp-block-cover-image>.project-detail-title {
        font-size:2rem
    }
}

.wp-block-group.has-background {
    padding: 2rem;
    color: var(--color-black)
}

.wp-block-group.has-background * {
    color: inherit
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center;
    margin-top: 1.5rem
}

figure figcaption {
    margin-top: 1rem
}

figure.aligncenter {
    text-align: center
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    font-size: 1.4rem
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%
}

.gallery-item img {
    margin: 0 auto
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr)
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr)
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr)
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr)
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr)
}

.gallery-caption {
    display: block
}

.back-to-top {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 999999;
    padding: 1.5rem;
    background-color: var(--color-black);
    fill: var(--color-primary);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.back-to-top-inner {
    width: 2rem;
    height: 2rem;
    fill: inherit
}

.back-to-top svg {
    width: 100%;
    height: 100%;
    fill: inherit
}

.back-to-top.scrolled {
    opacity: 1;
    visibility: visible
}

.back-to-top:hover {
    background-color: var(--color-primary);
    fill: var(--color-black)
}

.single-blog-post {
    max-width: 37rem
}

@media only screen and (max-width: 991px) {
    .single-blog-post {
        max-width:100%
    }
}

.single-blog-post .thumbnail {
    position: relative;
    background-color: var(--color-dark-2)
}

.single-blog-post a {
    text-decoration: none
}

.single-blog-post .post-thumbnail {
    width: 100%;
    max-width: 100%;
    height: 26.6rem;
    overflow: hidden
}

.single-blog-post .post-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit
}

.single-blog-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.single-blog-post .content {
    display: block;
    position: relative;
    padding: 5rem;
    min-height: 6rem;
    color: var(--color-white);
    background-color: var(--color-dark-2)
}

.single-blog-post h6 {
    width: 90%
}

.single-blog-post h4 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4rem;
    color: var(--color-dark);
    margin-top: 1.4rem;
    letter-spacing: -0.1rem;
    word-break: break-word
}

@media(max-width: 991px) {
    .single-blog-post h4 {
        font-size:2rem;
        line-height: 3.5rem
    }
}

.single-blog-post p {
    margin-top: 2rem
}

.single-blog-post .icon {
    background-color: var(--color-dark-1);
    padding: 1.5rem;
    transition: all var(--anim-duration) ease
}

.single-blog-post .icon-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem
}

.single-blog-post .icon svg {
    height: 24px;
    fill: var(--color-paragraph);
    transition: all var(--anim-duration) ease
}

[dir=rtl] .single-blog-post .icon svg {
    transform: rotate(180deg)
}

.single-blog-post .date-default .date {
    margin-top: 1rem
}

.single-blog-post .date-default h6 {
    margin-top: .4rem
}

.single-blog-post .no-thumbnail .date {
    position: static
}

.single-blog-post .no-thumbnail .date-default .date {
    margin-top: 0
}

.single-blog-post:hover .post-thumbnail img {
    transform: scale(1.1)
}

.single-blog-post:hover .details {
    transform: translateX(20px) scale(1)
}

.single-blog-post:hover .date .hover {
    top: 0
}

.single-blog-post:hover .icon {
    background-color: var(--color-primary)
}

.single-blog-post:hover .icon svg {
    fill: var(--color-black)
}

.single-blog-post.no-mt .details {
    margin-top: 0;
    align-items: flex-start
}

.single-blog-post.no-mt .details h4 {
    text-align: left;
    margin-top: .7rem
}

.blog-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem
}

.blog-wrapper-column-3 .single-blog-post {
    width: calc(33.33% - 2rem)
}

@media(max-width: 991px) {
    .blog-wrapper-column-3 .single-blog-post {
        width:calc(50% - 1.5rem)
    }
}

.blog-wrapper-column-2 .single-blog-post {
    width: calc(50% - 1.5rem);
    max-width: none
}

@media(max-width: 767px) {
    .blog-wrapper .single-blog-post {
        width:100%;
        max-width: none
    }
}

@media only screen and (max-width: 767px) {
    .blog-wrapper {
        flex-direction:column
    }
}

.sticky {
    border: 2px solid var(--color-primary)
}

.blog-detail-thumbnail .date,.single-blog-post .date {
    background-color: var(--color-primary);
    color: var(--color-black);
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    overflow: hidden;
    width: max-content;
    min-width: 70px;
    position: absolute;
    bottom: 0;
    left: 0
}

[dir=rtl] .blog-detail-thumbnail .date,.blog-detail-thumbnail [dir=rtl] .date,[dir=rtl] .single-blog-post .date,.single-blog-post [dir=rtl] .date {
    right: 0;
    left: unset
}

.blog-detail-thumbnail .date a,.single-blog-post .date a {
    color: inherit;
    display: block;
    text-align: center
}

.blog-detail-thumbnail .date a .wrapper,.single-blog-post .date a .wrapper {
    padding: 1.9rem 2.1rem 1rem 2.1rem
}

.blog-detail-thumbnail .date a .default,.single-blog-post .date a .default {
    padding: 1.3rem 2.1rem 1rem 2.1rem
}

.blog-detail-thumbnail .date a span,.single-blog-post .date a span {
    display: block
}

.blog-detail-thumbnail .date a span.day,.single-blog-post .date a span.day {
    font-size: 3rem
}

.blog-detail-thumbnail .date a span.month,.single-blog-post .date a span.month {
    font-weight: 600;
    text-transform: uppercase
}

.blog-detail-wrapper {
    padding: 10rem 0 15rem 0
}

@media(max-width: 991px) {
    .blog-detail-wrapper {
        padding:50px
    }
}

@media(max-width: 767px) {
    .blog-detail-wrapper {
        padding:50px 18px
    }
}

.blog-detail.related-off-comments-on .blog-detail-wrapper {
    padding-bottom: 0
}

@media(max-width: 991px) {
    .blog-detail.related-off-comments-on .blog-detail-wrapper {
        padding-bottom:0
    }
}

@media(max-width: 767px) {
    .blog-detail.related-off-comments-on .blog-detail-wrapper {
        padding-bottom:0
    }
}

.blog-detail-thumbnail {
    margin-bottom: 4.2rem;
    position: relative
}

.blog-detail-thumbnail .post-thumbnail {
    height: 54.7rem
}

.blog-detail-thumbnail .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-detail-thumbnail .date a {
    text-decoration: none
}

@media(max-width: 991px) {
    .blog-detail-thumbnail {
        margin-bottom:2.2rem
    }

    .blog-detail-thumbnail .post-thumbnail {
        height: 30rem
    }

    .blog-detail-thumbnail .details {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1rem
    }
}

.blog-detail-content {
    margin-bottom: 2rem
}

.blog-detail-content h1 {
    font-size: 5rem;
    line-height: 7rem;
    word-break: break-word
}

@media(max-width: 991px) {
    .blog-detail-content h1 {
        font-size:3rem;
        line-height: 4rem
    }
}

.blog-detail-content-wrapper {
    padding-top: 2rem
}

.blog-detail-content-wrapper>*:nth-child(n+2) {
    margin-top: 2rem
}

.blog-detail-content-wrapper a {
    color: var(--color-primary);
    font-weight: 700
}

.blog-detail-content-wrapper li {
    color: var(--color-paragraph)
}

.blog-detail-content-wrapper .selectify .active {
    background-color: var(--color-grey-1)
}

.blog-detail-content-wrapper::after {
    content: "";
    display: table;
    clear: both
}

.blog-detail-content-wrapper iframe {
    width: 100%
}

.pagination-container {
    margin-top: 3rem
}

.pagination-container h6 {
    color: var(--color-dark)
}

.pagination-container .post-nav-links-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1rem
}

@media(max-width: 991px) {
    .pagination-container {
        margin-top:3rem
    }
}

.post-password-form input[type=password] {
    display: block;
    width: 100%
}

@media(max-width: 991px) {
    .post-password-form input {
        width:100%
    }

    .post-password-form input[type=submit] {
        width: 100%;
        margin-top: 1rem
    }
}

.post_format-post-format-chat>p {
    padding: 2rem;
    background-color: var(--color-primary);
    color: var(--color-black);
    max-width: 70% !important;
    width: max-content;
    font-size: 1.6rem;
    line-height: 3rem
}

@media(max-width: 991px) {
    .post_format-post-format-chat>p {
        max-width:90% !important
    }
}

.post_format-post-format-chat>p:nth-child(odd) {
    margin-right: 0;
    background-color: var(--color-grey-1);
    color: var(--color-dark)
}

.post_format-post-format-chat>p:nth-child(even) {
    margin-left: auto;
    text-align: right
}

.post_format-post-format-chat>p:not(:first-child) {
    margin-top: 2rem
}

.post-tags {
    margin-top: 2rem
}

.post-tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    margin-top: 1rem
}

.post-tags li {
    font-size: 1.4rem;
    font-weight: 500;
    background-color: var(--color-grey-1);
    color: var(--color-paragraph);
    text-decoration: none;
    list-style: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.post-tags li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 2rem;
    color: inherit;
    text-decoration: none
}

.post-tags li:hover {
    background-color: var(--color-primary);
    color: var(--color-black)
}

.post_format-post-format-aside>p {
    position: relative;
    padding-left: 3rem
}

.post_format-post-format-aside>p::before {
    content: "";
    width: .5rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--color-primary)
}

body:not(.elementor-page) .blog-detail-content-wrapper * {
    word-break: break-word
}

body:not(.elementor-page) .blog-detail-content-wrapper .wp-block-calendar {
    padding: 0
}

.related-blog.mobile {
    display: none
}

.related-blog .swiper-container {
    overflow: hidden
}

@media(max-width: 991px) {
    .related-blog {
        padding:0 25px
    }
}

.related-blog .swiper-button-lock {
    opacity: 0;
    visibility: hidden
}

.project-single-vertical,.project-list-wrapper.project-list-vertical .project-single {
    flex-direction: column
}

.project-single-vertical .project-content,.project-list-wrapper.project-list-vertical .project-single .project-content {
    text-align: center;
    flex-direction: column;
    padding-top: 0rem;
    padding-bottom: 1rem;
    gap: 2rem
}

.project-single-vertical .project-content .categories,.project-list-wrapper.project-list-vertical .project-single .project-content .categories {
    display: block
}

@media only screen and (max-width: 991px) {
    .project-single-vertical .project-content,.project-list-wrapper.project-list-vertical .project-single .project-content {
        padding:3rem
    }
}

.project-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.project-list-wrapper.project-list-vertical {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem
}

@media only screen and (max-width: 767px) {
    .project-list-wrapper.project-list-vertical {
        grid-template-columns:1fr
    }
}

.project-list-wrapper.project-list-horizontal .project-content {
    padding-top: 5rem !important;
    padding-bottom: 7rem !important
}

.project-list-header {
    margin-bottom: 9rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

@media only screen and (max-width: 991px) {
    .project-list-header {
        flex-direction:column;
        margin-bottom: 3rem;
        align-items: initial
    }
}

.project-list-header .growla-heading {
    flex: .6
}

@media only screen and (max-width: 991px) {
    .project-list-header .growla-heading {
        flex:1
    }
}

.project-list-layout-switcher {
    display: flex;
    justify-content: flex-end;
    flex: .4
}

@media only screen and (max-width: 991px) {
    .project-list-layout-switcher {
        justify-content:flex-start;
        flex: 1;
        width: 100%
    }
}

.project-list-layout-switcher svg {
    fill: inherit;
    height: 2.4rem
}

.project-list-layout-horizontal,.project-list-layout-vertical {
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 1rem;
    fill: var(--color-paragraph)
}

.project-list-layout-horizontal:hover,.project-list-layout-horizontal.project-list-layout-active,.project-list-layout-vertical:hover,.project-list-layout-vertical.project-list-layout-active {
    fill: var(--color-primary)
}

.project-single {
    width: 100%;
    display: flex
}

@media only screen and (max-width: 767px) {
    .project-single {
        flex-direction:column
    }
}

.project-single .post-thumbnail {
    width: 100%;
    min-height: 45.6rem;
    max-height: 45.6rem;
    flex: 1.3;
    overflow: hidden
}

.project-single .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all var(--anim-duration) ease
}

@media only screen and (max-width: 991px) {
    .project-single .post-thumbnail {
        min-height:3rem
    }
}

.project-single .project-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5.6rem;
    height: 5.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-dark-1);
    font-size: 2rem;
    color: var(--color-white);
    transition: all var(--anim-duration) ease
}

[dir=rtl] .project-single .project-icon {
    right: 0
}

.project-single .project-icon svg {
    fill: var(--color-paragraph);
    width: 2.5rem;
    transition: inherit
}

[dir=rtl] .project-single .project-icon svg {
    transform: rotate(180deg)
}

.project-single .project-content {
    position: relative;
    padding: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex: 1;
    background-color: var(--color-dark-2);
    gap: 2rem
}

.project-single .project-content h4 {
    color: var(--color-white);
    width: 70%
}

@media only screen and (max-width: 991px) {
    .project-single .project-content h4 {
        width:90%
    }
}

.project-single:hover .project-icon,.project-single:focus .project-icon {
    background-color: var(--color-primary)
}

.project-single:hover .project-icon svg,.project-single:focus .project-icon svg {
    fill: var(--color-black)
}

.project-single:hover .post-thumbnail img,.project-single:focus .post-thumbnail img {
    transform: scale(1.1)
}

.load-more-row {
    margin-top: 5rem;
    text-align: center
}

.project-detail {
    padding: 15rem 0
}

@media(max-width: 991px) {
    .project-detail {
        padding:50px
    }
}

@media(max-width: 767px) {
    .project-detail {
        padding:50px 25px
    }
}

.project-detail-thumbnail {
    height: 87.8rem
}

.project-detail-thumbnail .post-thumbnail {
    height: 100%
}

.project-detail-thumbnail a {
    display: block;
    height: 100%
}

.project-detail-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (max-width: 991px) {
    .project-detail-thumbnail {
        height:30rem
    }
}

.project-detail-header {
    margin-bottom: 4.5rem
}

.project-detail-inner {
    display: flex;
    gap: 3rem
}

@media only screen and (max-width: 991px) {
    .project-detail-inner {
        flex-direction:column
    }
}

.project-detail-content {
    width: 70%
}

@media only screen and (max-width: 991px) {
    .project-detail-content {
        width:100%
    }
}

.project-detail-content-heading {
    margin: 5rem 0
}

.project-detail-sidebar {
    width: 30%
}

@media only screen and (max-width: 991px) {
    .project-detail-sidebar {
        width:100%;
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.project-detail-sidebar .detail span.title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-paragraph)
}

.project-detail-sidebar .detail span:not(.title) {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--color-paragraph)
}

.project-detail-sidebar .detail:nth-child(n+2) {
    margin-top: .3rem
}

.project-detail-categories span {
    margin: 0 15px
}

.related-projects-wrapper {
    padding: 0 0 15rem 0
}

@media(max-width: 991px) {
    .related-projects-wrapper {
        padding:44px 50px 50px 50px
    }
}

@media(max-width: 767px) {
    .related-projects-wrapper {
        padding:44px 25px 50px 25px
    }
}

.selectify {
    max-width: 100%;
    position: relative
}

.selectify .active {
    display: block;
    padding: 2rem;
    max-width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color-dark);
    background-color: var(--color-dark-2);
    cursor: pointer
}

.selectify .active * {
    pointer-events: none
}

.selectify .active-wrapper {
    position: relative
}

.selectify .active-wrapper .arrow-icon {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    fill: var(--color-paragraph);
    pointer-events: none;
    transform-origin: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.selectify .active-wrapper .arrow-icon svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    fill: inherit
}

.selectify ul {
    position: absolute;
    top: 120%;
    opacity: 0;
    visibility: hidden;
    max-height: 50rem;
    width: 100%;
    border-radius: var(--border-radius);
    background-color: var(--color-dark-2);
    list-style: none;
    pointer-events: none;
    z-index: 999999;
    margin: 1rem 0 0 0;
    padding: 2rem 0;
    font-size: 1.8rem;
    color: var(--color-black);
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,.1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.selectify ul li {
    padding: 1.5rem 2rem;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    color: var(--color-paragraph);
    margin: 0 .75rem;
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    line-height: 1
}

.selectify ul li * {
    pointer-events: none
}

.selectify ul li:hover,.selectify ul li:focus {
    background-color: var(--color-white)
}

.selectify ul li.selected {
    background-color: var(--color-dark-2);
    font-weight: 600;
    color: var(--color-white)
}

.selectify-wrapper select {
    height: 0
}

.selectify.shown .active-wrapper .arrow-icon {
    transform: translateY(-50%) rotate(180deg)
}

.selectify.shown ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.waves-illustration {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -30px;
    display: flex;
    width: 200vw
}

@media only screen and (max-width: 991px) {
    .waves-illustration {
        width:500%
    }
}

@media only screen and (max-width: 757px) {
    .waves-illustration {
        width:1000%
    }
}

.waves-illustration .first-wave,.waves-illustration .second-wave {
    flex: 1
}

.waves-illustration path {
    stroke: var(--color-primary) !important
}

.illustration-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    --line-color: var(--color-primary);
    --color-secondary: var(--color-white)
}

.illustration-lines .illustration-lines-canvas-1 {
    width: 166px;
    height: 75%;
    position: absolute;
    bottom: 0
}

[dir=rtl] .illustration-lines .illustration-lines-canvas-1 {
    right: 0
}

@media(max-width: 1600px) {
    .illustration-lines .illustration-lines-canvas-1 {
        left:-60px
    }
}

@media(max-width: 1400px) {
    .illustration-lines .illustration-lines-canvas-1 {
        left:-100px
    }
}

@media(max-width: 1300px) {
    .illustration-lines .illustration-lines-canvas-1 {
        display:none
    }
}

.illustration-lines .illustration-lines-canvas-2 {
    width: 166px;
    height: 20%;
    position: absolute;
    top: 0
}

[dir=rtl] .illustration-lines .illustration-lines-canvas-2 {
    right: 0
}

@media(max-width: 1600px) {
    .illustration-lines .illustration-lines-canvas-2 {
        left:-60px
    }
}

@media(max-width: 1400px) {
    .illustration-lines .illustration-lines-canvas-2 {
        display:none
    }
}

.illustration-lines .illustration-lines-canvas-3 {
    width: 250px;
    height: 75%;
    position: absolute;
    top: 0;
    right: 0
}

[dir=rtl] .illustration-lines .illustration-lines-canvas-3 {
    left: 0
}

@media(max-width: 1600px) {
    .illustration-lines .illustration-lines-canvas-3 {
        display:none
    }
}

.illustration-lines .illustration-lines-canvas-4 {
    width: 166px;
    height: 20%;
    position: absolute;
    bottom: 0;
    right: 0
}

[dir=rtl] .illustration-lines .illustration-lines-canvas-4 {
    left: 0
}

@media(max-width: 1300px) {
    .illustration-lines .illustration-lines-canvas-4 {
        display:none
    }
}

.illustration-lines .illustration-lines-canvas-inverse {
    transform: scale(-1)
}

.illustration-lines .illustration-lines-canvas-color-secondary {
    --line-color: var(--color-secondary)
}

.illustration-lines .line-type-1 {
    fill: var(--color-primary)
}

.illustration-lines .line-type-2 {
    fill: var(--color-secondary)
}

.illustration-lines .line-1 {
    width: 17rem;
    transform: translateX(-15%);
    stroke: var(--color-secondary);
    fill: rgba(0,0,0,0)
}

.illustration-lines .line-1-svg {
    position: absolute;
    left: 0;
    top: -30%;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 991px) {
    .illustration-lines .line-1-svg {
        display:none
    }
}

.illustration-lines .line-2 {
    width: 17rem;
    stroke: var(--color-primary);
    fill: rgba(0,0,0,0)
}

.illustration-lines .line-2-svg {
    position: absolute;
    left: -25%;
    bottom: 0;
    width: 100%;
    height: 50rem
}

@media only screen and (max-width: 991px) {
    .illustration-lines .line-2-svg {
        display:none
    }
}

.illustration-lines .line-3 {
    stroke: var(--color-primary);
    fill: rgba(0,0,0,0)
}

.illustration-lines .line-3-svg {
    position: absolute;
    top: -50%;
    right: -43%;
    max-height: initial
}

@media only screen and (max-width: 991px) {
    .illustration-lines .line-3-svg {
        display:none
    }
}

.illustration-lines .line-4 {
    stroke: var(--color-secondary);
    fill: rgba(0,0,0,0)
}

.illustration-lines .line-4-svg {
    position: absolute;
    right: -10%;
    bottom: -20%
}

@media only screen and (max-width: 991px) {
    .illustration-lines .line-4 {
        display:none
    }
}

.page-header .illustration-lines {
    z-index: initial
}

.page-header .illustration-lines .line-1-svg {
    height: 150%;
    max-height: initial;
    top: -75%
}

.page-header .illustration-lines .line-2-svg {
    bottom: -50%
}

.page-header .illustration-lines .line-3-svg {
    top: -175%;
    right: -45%
}

.page-header .illustration-lines .line-4-svg {
    bottom: -70%
}

.illustration-boxes-1-grid {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    position: absolute
}

.illustration-boxes-1-grid-left {
    top: 2rem;
    left: 2rem
}

@media only screen and (max-width: 991px) {
    .illustration-boxes-1-grid-left {
        display:none
    }
}

@media only screen and (max-width: 1700px) {
    .illustration-boxes-1-grid-left {
        display:none
    }
}

.illustration-boxes-1-grid-right {
    bottom: 2rem;
    right: 2rem;
    transform: rotate(180deg)
}

@media only screen and (max-width: 1700px) {
    .illustration-boxes-1-grid-right {
        left:2rem;
        right: unset;
        transform: scaleY(-1)
    }
}

.illustration-boxes-1-row {
    display: flex;
    gap: 1.4rem;
    opacity: 0;
    visibility: hidden
}

.illustration-boxes-1-row--1 {
    margin-top: .8rem
}

@media only screen and (max-width: 1400px) {
    .illustration-boxes-1-row--1 {
        display:none
    }
}

.illustration-boxes-1-item {
    --box-color: var(--color-primary);
    border: .2rem solid var(--box-color);
    width: 4.5rem;
    height: 4.5rem
}

.illustration-boxes-1-item--1 {
    transform: translate(1.4rem, 1.2rem)
}

.illustration-boxes-1-item--2 {
    transform: translate(2.4rem, 0.3rem)
}

.illustration-boxes-1-item--3 {
    transform: translate(0.9rem, 0)
}

.illustration-boxes-1-item--4 {
    transform: translate(-1rem, 5.9rem)
}

.illustration-boxes-1-item--5 {
    transform: translate(-1.6rem, 0.3rem)
}

.illustration-boxes-1-item--6 {
    transform: translate(2.7rem, 3.2 rem)
}

.illustration-boxes-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.illustration-boxes-2-item {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.illustration-boxes-2-item--filled {
    background-color: var(--color-primary)
}

.illustration-boxes-2-item--border {
    border: .3rem solid var(--color-primary)
}

.illustration-boxes-2-item--border-thick {
    border: .6rem solid var(--color-primary)
}

@media only screen and (max-width: 991px) {
    .illustration-boxes-2-item--hide-in-mobile {
        display:none
    }
}

.illustration-boxes-2-item--1 {
    top: 12.3rem;
    left: 9.1rem;
    width: 2.1rem;
    height: 2.1rem
}

.illustration-boxes-2-item--2 {
    width: 9.7rem;
    height: 9.7rem;
    left: 10rem
}

.illustration-boxes-2-item--3 {
    width: 18.8rem;
    height: 18.8rem;
    top: 5.8rem;
    left: -4.4rem
}

.illustration-boxes-2-item--4 {
    width: 4rem;
    height: 4rem;
    left: 4rem;
    bottom: 6rem
}

.illustration-boxes-2-item--5 {
    width: 6rem;
    height: 6rem;
    top: -8rem;
    left: -8rem
}

.illustration-boxes-2-item--6 {
    width: 30.2rem;
    height: 30.2rem
}

.illustration-boxes-2-item--7 {
    width: 9.7rem;
    height: 9.7rem;
    top: 6.2rem;
    left: -7.2rem
}

.illustration-boxes-2-item--8 {
    width: 18.8rem;
    height: 18.8rem;
    top: -7.3rem
}

.illustration-boxes-2-item--9 {
    width: 2.1rem;
    height: 2.1rem;
    top: 6.1rem;
    left: 22rem
}

.illustration-boxes-2-item--10 {
    width: 6.2rem;
    height: 6.2rem
}

.illustration-boxes-2-item--11 {
    width: 17.8rem;
    height: 17.8rem;
    top: 7.4rem;
    left: 7.7rem
}

.illustration-boxes-2-item--12 {
    width: 26.4rem;
    height: 26.4rem;
    top: 10.4rem;
    left: 17.6rem
}

.illustration-boxes-2-item--13 {
    width: 2.2rem;
    height: 2.2rem;
    top: 30rem;
    left: 7.7rem
}

.illustration-boxes-2-item--14 {
    width: 17.8rem;
    height: 17.8rem;
    top: -15.2rem;
    right: 2.5rem
}

.illustration-boxes-2-item--15 {
    width: 2.1rem;
    height: 2.1rem;
    top: 8rem;
    right: 23rem
}

.illustration-boxes-2-item--16 {
    width: 48.2rem;
    height: 48.2rem;
    top: 14rem;
    right: -21.9rem
}

.illustration-boxes-2-item--17 {
    bottom: 4rem;
    right: 6rem;
    width: 2.1rem;
    height: 2.1rem
}

.illustration-boxes-2-item-wrapper {
    position: absolute
}

.illustration-boxes-2-item-wrapper--1 {
    top: 30%;
    left: 0;
    transform: translateY(-50%)
}

.illustration-boxes-2-item-wrapper--2 {
    bottom: 15rem;
    left: 15%
}

.illustration-boxes-2-item-wrapper--3 {
    top: 0;
    left: 40%
}

.illustration-boxes-2-item-wrapper--4 {
    top: 55%;
    right: 40%;
    transform: translateY(-50%)
}

.illustration-boxes-2-item-wrapper--5 {
    top: 0;
    right: 0
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px !important
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0 !important
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.bypostauthor {
    visibility: visible
}

.wp-block-embed {
    margin-bottom: 0;
    word-break: break-word
}

.wp-block-embed-twitter {
    width: 100%
}

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

.wp-block-embed-twitter.alignwide .twitter-tweet,.wp-block-embed-twitter.alignwide iframe {
    width: 100%;
    min-width: 100%
}

.wp-block-embed-twitter.alignwide .r-y54riw {
    min-width: 100%
}

.wp-block-embed-youtube,.wp-block-embed-wordpress-tv {
    width: 100%;
    text-align: center
}

.wp-block-embed-youtube iframe,.wp-block-embed-wordpress-tv iframe {
    width: 100%;
    min-height: 40rem
}

.twitter-tweet {
    max-width: 100% !important
}

.twitter-tweet iframe {
    width: 100%
}

.twitter-tweet div {
    max-width: 100%
}

.growla-heading .mini-heading-02 {
    color: var(--color-primary);
    letter-spacing: .4rem
}

.growla-heading--content {
    margin-top: 1rem;
    color: var(--color-white)
}

@media only screen and (max-width: 991px) {
    .growla-heading--content {
        margin-top:0
    }
}

.growla-heading--content p {
    color: inherit
}

.growla-heading--content span {
    text-decoration-thickness: .2rem !important;
    text-underline-offset: .9rem;
    text-decoration-color: var(--color-primary) !important
}

.growla-heading-underline a {
    position: relative;
    width: max-content
}

.growla-heading-underline a::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    background-color: var(--color-primary);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.growla-heading-underline:hover a::after {
    width: 100%;
    opacity: 1
}

.growla-block-slider {
    overflow: visible
}

.growla-block-slide--thumbnail {
    position: relative;
    overflow: hidden
}

.growla-block-slide--thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.growla-block-slide--icon {
    width: 12rem;
    aspect-ratio: 1/1;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0
}

[dir=rtl] .growla-block-slide--icon {
    right: 0
}

.growla-block-slide--icon svg {
    max-width: 58px
}

@media only screen and (max-width: 991px) {
    .growla-block-slide--icon {
        width:6rem
    }

    .growla-block-slide--icon svg {
        max-width: 30px
    }
}

.growla-block-slide--content {
    display: flex;
    align-items: flex-start;
    gap: 14rem;
    margin-top: 4.5rem
}

.growla-block-slide--content-inner {
    width: 50%
}

@media only screen and (max-width: 991px) {
    .growla-block-slide--content {
        gap:5rem;
        margin-top: 2rem
    }

    .growla-block-slide--content-inner {
        width: 100%
    }
}

.growla-block-slide--content-heading {
    color: var(--color-white)
}

.growla-block-slide--content-index {
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 5rem;
    color: var(--color-primary);
    letter-spacing: 3px;
    white-space: nowrap
}

.growla-block-slide--content-index-wrapper {
    display: flex;
    align-items: center;
    gap: 15px
}

.growla-block-slide--content p {
    margin-top: 2rem
}

a.growla-block-slide .growla-block-slide--thumbnail {
    outline: 2px solid rgba(0,0,0,0);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

a.growla-block-slide:hover .growla-block-slide--thumbnail {
    outline-color: var(--color-primary)
}

.growla-block-slide-2 {
    background-color: var(--color-dark-2);
    padding: 5rem 5rem 4rem 5rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: .2rem solid rgba(0,0,0,0);
    --outline-color: var(--color-primary);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-block-slide-2--icon {
    background-color: var(--color-primary);
    padding: 2rem;
    width: 10.4rem;
    height: 10.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute
}

.growla-block-slide-2--icon-top {
    top: 0;
    right: 0
}

.growla-block-slide-2--icon-bottom {
    bottom: 0;
    left: 0;
    transform: translateX(-100%)
}

.growla-block-slide-2--icon svg {
    height: 6rem
}

.growla-block-slide-2--content-inner-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.growla-block-slide-2--content-wrapper {
    position: relative
}

.growla-block-slide-2--content-heading {
    max-width: 70%;
    margin-bottom: 4.2rem
}

.growla-block-slide-2--content p {
    max-width: 100%
}

.growla-block-slide-2--content-icon {
    position: relative;
    text-align: center;
    padding-top: 3rem;
    margin-top: 4rem
}

.growla-block-slide-2--content-icon-border {
    width: 100%;
    height: .1rem;
    background-color: var(--color-border);
    position: absolute;
    top: 0;
    right: 0
}

.growla-block-slide-2--content-icon svg {
    height: 3.4rem;
    fill: var(--color-primary)
}

.growla-block-slide-2--content-icon-wrapper {
    position: relative;
    height: 3.4rem
}

.growla-block-slide-2--content-icon .normal-icon,.growla-block-slide-2--content-icon .active-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.growla-block-slide-2--content-icon .active-icon {
    opacity: 0;
    visibility: hidden
}

.growla-block-slide-2:hover {
    outline-color: var(--outline-color)
}

.growla-block-slider-2-wrapper .swiper-slide {
    padding: .2rem
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10rem
}

.slider-header .growla-heading {
    flex: .7
}

@media only screen and (max-width: 991px) {
    .slider-header {
        flex-direction:column;
        align-items: flex-start;
        margin-bottom: 3rem
    }
}

.slider-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem
}

.slider-nav-btn {
    cursor: pointer;
    color: var(--color-white);
    fill: var(--color-white);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    position: relative;
    font-size: 3rem;
    opacity: .4
}

.slider-nav-btn .icon {
    position: relative;
    z-index: 2
}

[dir=rtl] .slider-nav-btn .icon {
    transform: rotate(180deg)
}

.slider-nav-btn svg {
    height: 4rem;
    fill: inherit;
    display: inline-flex;
    position: relative;
    z-index: 2
}

.slider-nav-btn:hover,.slider-nav-btn:active {
    color: var(--color-primary);
    fill: var(--color-primary);
    opacity: 1
}

.slider-nav-btn.swiper-button-disabled {
    opacity: .1
}

@media only screen and (max-width: 991px) {
    .slider-nav {
        margin-top:3rem
    }
}

.slider-pagination {
    width: max-content !important;
    margin: 5rem auto 0 auto
}

.slider-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--color-grey-1);
    opacity: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.slider-pagination .swiper-pagination-bullet:hover,.slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary)
}

@media(max-width: 991px) {
    .slider-pagination {
        margin:3rem auto 0 auto
    }
}

.testimonial-main-wrapper .testimonial-wrapper {
    display: flex;
    gap: 10rem
}

@media only screen and (max-width: 991px) {
    .testimonial-main-wrapper .testimonial-wrapper {
        flex-direction:column;
        gap: 3rem
    }
}

[dir=rtl] .testimonial-main-wrapper .testimonial-wrapper {
    text-align: left
}

.testimonial-main-wrapper .testimonial-slider {
    max-width: 75%;
    margin-left: 0
}

[dir=rtl] .testimonial-main-wrapper .testimonial-slider {
    margin-left: unset;
    margin-right: 0
}

@media only screen and (max-width: 991px) {
    .testimonial-main-wrapper .testimonial-slider {
        max-width:100%
    }
}

.testimonial-main-wrapper .testimonial-slider-wrapper {
    max-width: calc(100% - 17.3rem)
}

@media only screen and (max-width: 991px) {
    .testimonial-main-wrapper .testimonial-slider-wrapper {
        max-width:100%
    }
}

.testimonial-main-wrapper .testimonial-slider p {
    font-size: 7rem;
    line-height: 9rem;
    color: var(--color-white)
}

@media only screen and (max-width: 991px) {
    .testimonial-main-wrapper .testimonial-slider p {
        font-size:4rem;
        line-height: 6rem
    }
}

.testimonial-main-wrapper .testimonial-slider h5 {
    color: var(--color-primary);
    margin-top: 2.2rem
}

@media only screen and (max-width: 991px) {
    .testimonial-main-wrapper .testimonial-slider h5 {
        margin-top:2rem
    }
}

@media only screen and (max-width: 991px)and (min-width: 768px) {
    .testimonial-main-wrapper .growla-heading {
        width:51%;
        margin: 0 auto
    }
}

.testimonial-main-wrapper .testimonial-image-slider {
    flex: .1;
    min-width: 7.3rem;
    min-height: calc(29.2rem + 66px)
}

@media only screen and (max-width: 991px) {
    .testimonial-main-wrapper .testimonial-image-slider {
        min-height:initial;
        max-width: 100%;
        margin: 0
    }
}

@media only screen and (max-width: 991px)and (min-width: 768px) {
    .testimonial-main-wrapper .testimonial-image-slider .swiper-wrapper {
        justify-content:center
    }
}

.testimonial-main-wrapper .testimonial-image-slider .swiper-slide {
    cursor: pointer;
    transition: opacity var(--anim-duration) ease
}

.testimonial-main-wrapper .testimonial-image-slider .swiper-slide:not(.swiper-slide-thumb-active) {
    opacity: .4
}

.testimonial-main-wrapper .testimonial-image-slider .testimonial-image-wrapper {
    width: 7.3rem;
    height: 7.3rem;
    border-radius: 50%
}

.testimonial-main-wrapper .testimonial-image-slider .testimonial-image-wrapper img {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    object-fit: cover
}

.testimonial-main-wrapper .slider-nav {
    margin-top: auto;
    position: absolute;
    bottom: 0;
    right: 0
}

[dir=rtl] .testimonial-main-wrapper .slider-nav {
    left: unset;
    right: 0
}

@media only screen and (max-width: 991px) {
    .testimonial-main-wrapper .slider-nav {
        position:static
    }
}

@media only screen and (max-width: 991px)and (min-width: 768px) {
    .testimonial-main-wrapper .slider-nav {
        justify-content:center
    }
}

.testimonial-main-wrapper .slider-nav .slider-nav-btn svg {
    width: 4rem;
    height: auto
}

.testimonial-slide-2 {
    position: relative;
    background-color: var(--color-dark-2);
    padding: 4rem 5rem;
    outline: .2rem solid rgba(0,0,0,0);
    transition: all var(--anim-duration) ease
}

.testimonial-slide-2 p {
    font-size: 2.4rem;
    line-height: 3.4rem;
    color: var(--color-white)
}

.testimonial-slide-2--details {
    border-top: 1px solid var(--color-border);
    margin-top: 3rem;
    padding-top: 2rem
}

.testimonial-slide-2 h5 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3rem;
    color: var(--color-primary)
}

.testimonial-slide-2 h6 {
    font-size: 1.8rem;
    line-height: 3rem;
    color: var(--color-paragraph)
}

.testimonial-slide-2 .icon {
    width: 5.4rem;
    height: 5.4rem;
    background-color: var(--color-primary);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.testimonial-slide-2 .icon svg {
    height: 2.2rem;
    fill: var(--color-black)
}

.testimonial-slide-2:hover {
    outline-color: var(--color-primary)
}

.testimonial-slider-2 .swiper-slide {
    padding: .2rem
}

.client-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 11.7rem
}

.client-slide a {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    width: 100%;
    min-height: inherit;
    object-fit: cover;
    border-radius: inherit;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.client-slide img {
    opacity: .2;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.client-slide:hover img,.client-slide:focus img {
    opacity: 1
}

.client-slider .swiper-slide {
    border-left: 1px solid rgba(0,0,0,0);
    transition: border-color .25s ease
}

.client-slider .swiper-slide:not(.swiper-slide-active) {
    border-color: var(--color-white-rgba-10)
}

@media only screen and (max-width: 991px) {
    .client-slider .swiper-slide {
        border:none
    }
}

.accordion-item {
    background-color: rgba(0,0,0,0);
    border: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.accordion-item:nth-child(n+2) {
    margin-top: 1rem
}

.accordion-item,.accordion-item:first-of-type,.accordion-item:last-of-type {
    border-radius: calc(var(--border-radius)/2)
}

.accordion-button {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    padding: 0;
    --size: 20px;
    --width: calc(var(--size) * 0.6);
    --height: calc(var(--size) * 0.1)
}

.accordion-button.keep-open[aria-expanded=true] {
    pointer-events: none
}

.accordion-button,.accordion-button:focus {
    box-shadow: none
}

.accordion-button span {
    display: inline-block
}

.accordion-button::after {
    display: none
}

.accordion-button,.accordion-button:not(.collapsed) {
    color: var(--color-white);
    box-shadow: none;
    background-color: rgba(0,0,0,0);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius)
}

.accordion-button.collapsed::after,.accordion-button:not(.collapsed)::after {
    background-image: none
}

.accordion-button .icon {
    display: inline-block;
    position: relative;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    aspect-ratio: 1/1;
    background-color: var(--color-primary)
}

.accordion-button .icon::after,.accordion-button .icon::before {
    position: absolute;
    display: inline-block;
    background-color: var(--color-black);
    content: "";
    width: 10px;
    height: 2px;
    width: var(--width);
    height: var(--height);
    top: calc(var(--size)/2);
    left: 10px;
    transform: translate(-10px, -10px);
    transition: transform .5s ease;
    border-radius: 3px
}

.accordion-button.collapsed .icon::after {
    transform: translate3d(calc((var(--size) - var(--width)) / 2), calc((var(--size) - var(--height)) / 2), 0) translate(-10px, -10px) rotate(90deg)
}

.accordion-button.collapsed .icon::before {
    transform: translate3d(calc((var(--size) - var(--width)) / 2), calc((var(--size) - var(--height)) / 2), 0) translate(-10px, -10px)
}

.accordion-button:not(.collapsed) .icon::after {
    transform: translate3d(calc((var(--size) - var(--width)) / 2), calc((var(--size) - var(--height)) / 2), 0) translate(-10px, -10px) rotate(180deg)
}

.accordion-button:not(.collapsed) .icon::before {
    transform: translate3d(calc((var(--size) - var(--width)) / 2), calc((var(--size) - var(--height)) / 2), 0) translate(-10px, -10px) rotate(-180deg)
}

.accordion-collapse {
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius)
}

.accordion-body {
    padding: 1rem 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.accordion-body p {
    color: var(--color-paragraph-1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-tabs {
    --gap: 1.5rem;
    --width: 50%
}

.growla-tabs .nav-tabs {
    border: none;
    max-width: 100%;
    margin: 0;
    display: flex;
    gap: 3rem
}

@media(max-width: 991px) {
    .growla-tabs .nav-tabs {
        gap:1rem
    }
}

.growla-tabs .nav-item {
    width: calc(50% - 1.5rem)
}

@media(max-width: 399px) {
    .growla-tabs .nav-item {
        width:100%
    }
}

.growla-tabs .nav-link {
    background-color: var(--color-dark-2);
    color: var(--color-paragraph-1);
    fill: var(--color-paragraph-1);
    border-radius: var(--border-radius);
    width: 100%;
    max-width: 100%;
    padding: 3.5rem 3rem 2.1rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.growla-tabs .nav-link .icon-wrapper {
    margin-bottom: 3rem
}

.growla-tabs .nav-link .icon {
    font-size: 5rem
}

.growla-tabs .nav-link .icon-svg {
    height: 5rem;
    fill: inherit
}

.growla-tabs .nav-link span {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.5px
}

.growla-tabs .nav-link:hover,.growla-tabs .nav-link.active {
    border-color: rgba(0,0,0,0);
    color: var(--color-black);
    background-color: var(--color-white)
}

.growla-tabs .nav-link:hover i,.growla-tabs .nav-link.active i {
    color: var(--color-primary)
}

.growla-tabs .nav-link:hover .icon-svg,.growla-tabs .nav-link.active .icon-svg {
    fill: var(--color-primary)
}

.growla-tabs .tab-content {
    position: relative;
    margin: calc(var(--gap)/2*-1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-tabs .tab-pane {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    padding: var(--gap) 0 var(--gap) var(--gap);
    width: 100%
}

.growla-tabs .tab-pane.active {
    opacity: 1
}

.growla-tabs .tab-pane h3 {
    font-size: 3rem;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 3rem
}

.growla-tabs .tab-pane>div {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-25px)
}

.growla-tabs .tab-pane.tab-text .text-pane p:not(:last-child) {
    margin-bottom: 3rem
}

.growla-tabs .tab-pane.first-render {
    opacity: 1;
    visibility: visible
}

.growla-tabs .tab-pane.first-render .tab-pane-inner {
    transform: translate(0, 0);
    opacity: inherit;
    visibility: inherit
}

@media(max-width: 991px) {
    .growla-tabs .tab-pane {
        padding:5rem 0
    }

    .growla-tabs .tab-pane h3 {
        margin-bottom: 1.5rem
    }

    .growla-tabs .tab-pane.tab-template {
        padding: 0
    }
}

.growla-tabs .mobile-hidden {
    display: flex
}

@media(max-width: 991px) {
    .growla-tabs .mobile-hidden {
        display:none !important
    }
}

.growla-tabs .selectify-wrapper {
    display: none
}

.growla-tabs .selectify-wrapper .active,.growla-tabs .selectify-wrapper ul li {
    display: flex;
    align-items: center
}

.growla-tabs .selectify-wrapper .active .button-list-text,.growla-tabs .selectify-wrapper ul li .button-list-text {
    flex: 1
}

.growla-tabs .selectify-wrapper .active .icon-wrapper,.growla-tabs .selectify-wrapper ul li .icon-wrapper {
    flex: .1
}

.growla-tabs .selectify-wrapper .selected .icon-wrapper,.growla-tabs .selectify-wrapper .active .icon-wrapper {
    color: var(--color-primary);
    fill: var(--color-primary);
    flex: .1
}

.growla-tabs .selectify-wrapper .icon {
    margin-right: 1.3rem;
    font-size: 3rem;
    height: 3rem
}

@media(max-width: 991px) {
    .growla-tabs .selectify-wrapper {
        display:block
    }
}

.growla-tabs.tab-landscape {
    --gap: 1rem
}

.growla-tabs.tab-landscape .nav-tabs {
    gap: var(--gap);
    margin-bottom: var(--gap);
    width: max-content;
    display: block
}

.growla-tabs.tab-landscape .nav-item {
    width: auto;
    flex: 1;
    display: inline-block
}

.growla-tabs.tab-landscape .tab-content,.growla-tabs.tab-landscape .tab-pane {
    margin: 0;
    padding: 0
}

.growla-tabs.tab-landscape .nav-link {
    flex-direction: row;
    align-items: center;
    padding: 2.4rem 2.5rem 2.2rem 2.5rem;
    border: none;
    border-radius: var(--border-radius);
    position: relative
}

.growla-tabs.tab-landscape .nav-link .button-list-text {
    flex: 1;
    text-align: left
}

.growla-tabs.tab-landscape .nav-link .icon-wrapper {
    margin-bottom: 0;
    display: block
}

.growla-tabs.tab-landscape .nav-link .icon {
    margin-right: 1.3rem;
    font-size: 3rem
}

.growla-tabs.tab-landscape .nav-link .icon-svg {
    height: 3rem
}

.growla-tabs.tab-landscape .nav-link::after {
    content: "";
    display: none;
    position: absolute;
    top: calc(100% - 1rem);
    left: 0;
    width: 100%;
    height: 0;
    background-color: inherit;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-tabs.tab-landscape .nav-link.active .icon {
    color: var(--color-primary)
}

.growla-tabs.tab-landscape .nav-link.active::after {
    transition-delay: .25s;
    height: calc(var(--gap)*4)
}

.tab-content>.active {
    display: block !important;
    z-index: 50
}

.team-member-image {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.team-member-image img {
    height: 100% !important;
    max-height: 53rem;
    object-fit: cover
}

.team-member-content {
    text-align: center
}

.team-member-content h4 {
    margin-top: 3rem
}

.team-member-content p {
    margin-bottom: 2.7rem
}

.team-member-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center
}

.team-member-content li {
    list-style: none;
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 50%;
    background-color: var(--color-dark-1);
    color: var(--color-grey);
    text-align: center;
    display: inline-block;
    transition: all var(--anim-duration) ease
}

.team-member-content li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    font-size: 1.8rem;
    border-radius: inherit;
    padding: 10px;
    fill: var(--color-grey)
}

.team-member-content li a * {
    max-width: 90%
}

.team-member-content li:hover,.team-member-content li:focus {
    color: var(--color-black);
    fill: var(--color-black);
    background-color: var(--color-primary)
}

@media(max-width: 991px) {
    .team-member-content li {
        width:3.5rem;
        height: 3.5rem
    }

    .team-member-content li a {
        font-size: 1.4rem
    }
}

.team-member-2 {
    background-color: var(--color-dark-2);
    padding: 1.7rem 1.7rem 3.5rem 1.7rem;
    border: .3rem solid rgba(0,0,0,0);
    transition: all var(--anim-duration) ease;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.team-member-2-image {
    max-width: 100%;
    height: 35.3rem;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.team-member-2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.team-member-2-small-thumbnail {
    width: 8rem;
    height: 8rem;
    position: absolute;
    bottom: 1.6rem;
    left: 1.6rem;
    transform: translateX(calc(-1 * (100% + 1.6rem)))
}

.team-member-2-small-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.team-member-2-content {
    width: 80%;
    margin: 0 auto
}

.team-member-2-content-inner-2 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding-bottom: 3rem;
    transform: translateY(3rem)
}

.team-member-2-content-inner-1 {
    padding-top: 3rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column
}

.team-member-2-content h4 {
    display: inline;
    margin: 0 auto
}

.team-member-2-content p.mini-paragraph {
    display: inline;
    margin: 0 auto
}

.team-member-2-content ul {
    margin: 2.5rem 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.team-member-2-content li {
    list-style: none;
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 50%;
    background-color: var(--color-dark-1);
    color: var(--color-grey);
    fill: var(--color-grey);
    display: inline-block;
    transition: all var(--anim-duration) ease
}

.team-member-2-content li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    font-size: 1.8rem;
    border-radius: inherit;
    padding: 10px;
    fill: inherit
}

.team-member-2-content li a * {
    max-width: 90%
}

.team-member-2-content li:hover,.team-member-2-content li:focus {
    color: var(--color-black);
    fill: var(--color-black);
    background-color: var(--color-primary)
}

@media(max-width: 991px) {
    .team-member-2-content li {
        width:3.5rem;
        height: 3.5rem
    }

    .team-member-2-content li a {
        font-size: 1.4rem
    }
}

.team-member-2-icon {
    position: relative;
    text-align: center;
    padding-top: 3rem
}

.team-member-2-icon-border {
    --animated-border-width: calc( 100% - 9rem );
    width: 100%;
    height: .1rem;
    background-color: var(--color-border);
    position: absolute;
    top: 0;
    right: 0
}

.team-member-2-icon svg {
    height: 2.9rem;
    fill: var(--color-primary)
}

.team-member-2-icon .active-icon {
    position: absolute;
    top: calc(50% + 1.5rem);
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden
}

.team-member-2:hover {
    border-color: var(--color-primary)
}

@media(max-width: 991px) {
    .team-member-2-image {
        width:100%
    }

    .team-member-2-image img {
        object-position: top
    }
}

.image-box {
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-top: 4rem
}

.image-box-image {
    max-width: 100%;
    height: 24.7rem;
    border-radius: var(--border-radius);
    position: relative;
    top: -4rem;
    left: -1rem;
    z-index: 2
}

.image-box-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: inherit !important
}

.image-box-bg {
    width: 100%;
    height: 100%;
    background-color: var(--color-dark-2);
    border-radius: var(--border-radius);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.image-box-content {
    z-index: 2;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius)
}

.image-box-content-inner {
    padding: 0 3.9rem 2rem 3.9rem
}

@media(max-width: 991px) {
    .image-box-content-inner {
        padding:0 3rem 3rem 3rem
    }
}

.image-box-content .icon {
    width: max-content;
    font-size: 7rem;
    height: 7rem;
    color: var(--color-primary);
    fill: var(--color-primary)
}

@media(max-width: 991px) {
    .image-box-content .icon {
        font-size:5rem;
        height: 5rem
    }
}

.image-box-content h4 {
    font-size: 2.4rem;
    line-height: 4rem;
    font-weight: 600;
    color: var(--color-white);
    margin-top: 2rem;
    margin-bottom: 2rem
}

@media(max-width: 991px) {
    .image-box-content h4 {
        font-size:2rem;
        line-height: 3rem;
        margin-top: 3rem
    }
}

.image-box-content .reveal {
    position: absolute;
    bottom: 2rem;
    right: 2rem
}

.image-box-content .content {
    opacity: 0;
    transform: translateY(25px);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    height: 0;
    margin-bottom: 0
}

.image-box-content .content p {
    margin-bottom: 0;
    color: var(--color-primary-light)
}

.image-box-content .content a {
    color: var(--color-white);
    display: inline-block;
    position: relative;
    margin-top: 20px
}

.image-box-content .content a::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--color-white);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.image-box-content .content a:hover::after {
    width: 100%;
    opacity: 1
}

.image-box.dropped .image-box-content,.image-box.dropped .image-box-bg {
    background-color: var(--color-primary)
}

.image-box.dropped .image-box-content .icon {
    color: var(--color-white);
    fill: var(--color-white)
}

.image-box.dropped .image-box-content .reveal {
    background-color: var(--color-primary-light-2)
}

.image-box.dropped .image-box-content .reveal::before,.image-box.dropped .image-box-content .reveal::after {
    background-color: var(--color-primary)
}

.image-box.dropped .image-box-content .content p {
    color: var(--color-primary-light)
}

@media(max-width: 991px) {
    .image-box-image {
        width:100%
    }
}

svg {
    max-height: 100%;
    max-width: 100%
}

.icon-box {
    display: flex;
    font-size: 6rem;
    width: 17.1rem;
    height: 16.7rem;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius);
    background-color: var(--color-primary)
}

.icon-svg {
    display: block
}

[dir=rtl] .icon-svg {
    transform: rotate(180deg)
}

.icon-box-alt {
    display: flex;
    align-items: center;
    gap: 2rem;
    background-color: var(--color-primary);
    border-radius: var(--border-radius);
    padding: 3.4rem 3rem 2.7rem 3rem
}

.icon-box-alt .icon {
    font-size: 3.4rem;
    height: 3.4rem;
    color: var(--color-white);
    fill: var(--color-white)
}

.icon-box-alt .sub {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-primary-light)
}

.icon-box-alt .main {
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--color-white);
    word-break: break-word
}

@media(max-width: 991px) {
    .icon-box-alt {
        flex-direction:column;
        text-align: center
    }

    .icon-box-alt .main {
        font-size: 2rem
    }
}

.elementor-social-icon {
    position: relative
}

.growla-progress-bar {
    background-color: var(--color-dark-2);
    padding: 1.3rem 3rem 2rem 3rem
}

.growla-progress-bar--header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.1rem
}

.growla-progress-bar--header span {
    font-size: 1.8rem;
    font-weight: 500
}

.growla-progress-bar--value {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--color-primary)
}

.growla-progress-bar--bar {
    width: 100%;
    height: .6rem;
    background-color: var(--color-dark-3);
    border-radius: 3rem;
    overflow: hidden
}

.growla-progress-bar--actual {
    width: 100%;
    height: 100%;
    background-color: var(--color-primary);
    border-radius: inherit;
    transform: translateX(-100%)
}

[dir=rtl] .growla-progress-bar--actual {
    transform: translateX(100%)
}

.growla-counter-value {
    width: 100%;
    border: .3rem solid var(--color-primary);
    padding: .5rem 3rem .7rem 3rem;
    font-size: 6rem;
    font-weight: 500
}

.growla-counter-text {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3rem;
    margin-top: 2rem
}

.hero-slider {
    position: relative
}

.hero-slider .swiper-slide {
    height: auto
}

.hero-slider .hero-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 10
}

.hero-slider .hero-slide .growla-container {
    height: 100%
}

.hero-slider .hero-slide-content {
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    padding: 26.8rem 25px 33.2rem 25px;
    display: flex;
    align-items: center
}

.hero-slider .hero-slide-content .growla-animate-slide {
    opacity: 0;
    transform: translateY(100px)
}

.hero-slider .hero-slide-content .text {
    font-size: 7rem;
    line-height: 10rem;
    color: var(--color-white)
}

.hero-slider .hero-slide-content .text * {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit
}

@media(max-width: 991px) {
    .hero-slider .hero-slide-content {
        padding:17.8rem 25px 25rem 25px
    }

    .hero-slider .hero-slide-content .text {
        font-size: 4rem;
        line-height: 6rem
    }
}

@media(max-width: 757px) {
    .hero-slider .hero-slide-content {
        padding:17.8rem 25px 25rem 25px
    }
}

.hero-slider .hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.hero-slider .hero-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: center center
}

.hero-slider .hero-slide-bg .hero-slide-video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hero-slider .hero-slide-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-slider .hero-slide .hero-illustration {
    z-index: 1
}

.hero-slider-wrapper {
    position: relative
}

.hero-slider-wrapper .slider-nav-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 20
}

@media(max-width: 991px) {
    .hero-slider-wrapper .slider-nav-wrapper {
        display:none
    }
}

.hero-slider .slider-nav {
    gap: 4rem
}

@media only screen and (max-width: 991px) {
    .hero-slider .slider-nav {
        margin-top:0
    }
}

.hero-slider .slider-nav-wrapper {
    position: absolute;
    left: 0;
    bottom: 10rem;
    width: 100%;
    z-index: 10
}

.hero-slider .slider-nav-text div {
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: .2rem;
    color: var(--color-white)
}

.hero-slider .slider-nav-text div.slider-nav-separator {
    opacity: .4
}

.hero-slider .hero-slider-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem
}

@media only screen and (max-width: 991px) {
    .hero-slider .hero-slider-nav {
        padding:0 2.5rem
    }
}

.hero-slider .hero-slider-nav .slider-caption {
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: .2rem;
    margin-right: auto
}

[dir=rtl] .hero-slider .hero-slider-nav .slider-caption {
    margin-left: 0
}

.hero-slider-full-screen {
    min-height: 100vh
}

.hero-slider-full-screen .hero-slide {
    height: 100vh
}

@keyframes bgAnim {
    0% {
        background-size: 100% 100%;
        transform: translateZ(0px)
    }

    100% {
        background-size: 120% 120%;
        transform: translateZ(1px)
    }
}

@keyframes bgAnim1 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: visible !important
}

.elementor-widget-video .growla-video-illustration {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    --box-color: var(--color-primary);
    pointer-events: none
}

.elementor-widget-video .growla-video-illustration-box-1 {
    width: 8rem;
    height: 8rem;
    border: .3rem solid var(--box-color);
    position: absolute;
    top: -3rem;
    right: -3rem
}

@media only screen and (max-width: 991px) {
    .elementor-widget-video .growla-video-illustration-box-1 {
        width:4rem;
        height: 4rem;
        top: -1.5rem;
        right: -1.5rem
    }
}

.elementor-widget-video .growla-video-illustration-box-2 {
    width: 8rem;
    height: 23.8rem;
    border: .3rem solid var(--box-color);
    position: absolute;
    bottom: 5rem;
    left: -4rem
}

@media only screen and (max-width: 991px) {
    .elementor-widget-video .growla-video-illustration-box-2 {
        width:4rem;
        height: 15rem;
        left: -2rem
    }
}

.masonry-item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border-radius: var(--border-radius)
}

.masonry-item img {
    border-radius: inherit !important;
    width: 100%;
    object-fit: cover
}

.single-icon-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--color-primary);
    border-radius: var(--border-radius);
    padding: 1.3rem 2rem 1.3rem 3rem;
    width: 100%;
    height: 100%
}

.single-icon-box .content {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: var(--color-white);
    width: 70%
}

.single-icon-box .icon-wrapper {
    width: max-content
}

.single-icon-box .icon-inner {
    border-radius: 50%;
    background-color: var(--color-white);
    color: var(--color-primary);
    fill: var(--color-primary);
    font-size: 2.4rem;
    padding: 1.3rem 1.3rem;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center
}

.single-icon-box .icon-inner .icon-svg {
    height: 2.5rem
}

.growla-elementor-template-wrapper {
    margin: 15rem 0
}

.r-image {
    height: 100%;
    border-radius: inherit
}

.r-image-inner {
    position: absolute;
    border-radius: inherit
}

.r-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: inherit !important
}

.fadeInUp {
    animation-name: growlafadeInUp !important
}

@media(max-width: 991px) {
    .fadeInUp {
        animation-name:growlafadeInUpMobile !important
    }
}

@keyframes growlafadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes growlafadeInUpMobile {
    from {
        opacity: 0;
        transform: translate3d(0, 10%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.growla-logo a {
    position: relative;
    display: block
}

.growla-logo .normal-logo {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-logo .scrolled-logo {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.sticky-nav.scrolled .growla-logo.scrollable .normal-logo {
    opacity: 0;
    visibility: hidden
}

.sticky-nav.scrolled .growla-logo.scrollable .scrolled-logo {
    opacity: 1;
    visibility: visible
}

.elementor-icon-list-items li a .elementor-icon-list-text {
    position: relative;
    width: max-content
}

.elementor-icon-list-items li a .elementor-icon-list-text::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.elementor-icon-list-items li:hover a .elementor-icon-list-text::after {
    width: 100%;
    opacity: 1
}

.gallery .filter-wrapper {
    margin-bottom: 2.5rem
}

.gallery .filter-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

.gallery .filter-list a {
    border-radius: var(--border-radius);
    color: var(--color-paragraph);
    display: block;
    padding: 1.5rem 3rem 1rem 3rem;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.gallery .filter-list a.selected {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-weight: 700
}

.gallery .filter-list a:not(.selected):hover,.gallery .filter-list a:not(.selected):focus {
    background-color: var(--color-dark);
    color: var(--color-white)
}

.gallery .selectify-wrapper {
    display: none
}

.gallery .selectify-wrapper .active {
    background-color: var(--color-grey-1)
}

.gallery .selectify-wrapper ul {
    background-color: var(--color-grey-1)
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius)
}

.gallery-item img {
    border-radius: inherit
}

.gallery-item .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary-light-3);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.gallery-item .hover svg {
    fill: var(--color-white);
    height: 5rem
}

.gallery-item:hover .hover {
    top: 0;
    opacity: 1;
    visibility: visible
}

@media(max-width: 991px) {
    .gallery .filter-list {
        display:none
    }

    .gallery .selectify-wrapper {
        display: block
    }

    .gallery .filter-wrapper {
        margin-bottom: -1.5rem
    }
}

.growla-carousel-navigation-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5rem
}

.growla-carousel-navigation-bottom .elementor-swiper-button {
    position: static !important;
    transform: none !important
}

.growla-illustration {
    position: relative;
    --box-color: var(--color-primary)
}

.growla-illustration img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.growla-illustration-first-image-wrapper,.growla-illustration-second-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.growla-illustration-first-image {
    max-width: 80%;
    margin-left: auto;
    position: relative
}

.growla-illustration-first-image-wrapper {
    max-height: 43.3rem
}

.growla-illustration-first-image::after {
    content: "";
    width: 8rem;
    height: 8rem;
    background-color: rgba(0,0,0,0);
    border: .3rem solid var(--box-color);
    position: absolute;
    top: -3.3rem;
    right: -2.5rem
}

.growla-illustration-second-image {
    position: relative;
    margin-top: -12rem;
    max-width: 60%;
    max-height: 23.3rem;
    border: 2rem solid var(--color-black)
}

.growla-illustration-second-image-wrapper {
    max-height: 23.3rem
}

.growla-illustration-second-image::after {
    content: "";
    width: 7.8rem;
    height: 100%;
    background-color: rgba(0,0,0,0);
    border: .3rem solid var(--box-color);
    position: absolute;
    bottom: -4.5rem;
    left: -2.6rem
}

.growla-illustration-boxes {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    position: absolute;
    bottom: -3rem;
    right: 0
}

.growla-illustration-box-row {
    width: 15.6rem;
    display: flex;
    gap: 1.2rem
}

.growla-illustration-box-row-2 {
    margin-bottom: 1.2rem
}

.growla-illustration-box-row-end {
    justify-content: flex-end
}

.growla-illustration-box-row-space-between {
    justify-content: space-between
}

.growla-illustration-box-row-center {
    justify-content: center
}

.growla-illustration-box {
    width: 4.4rem;
    height: 4.4rem;
    border: .3rem solid var(--box-color)
}

.growla-illustration-box-filled {
    background-color: var(--box-color)
}

.growla-tabs {
    display: flex;
    gap: 3rem;
    justify-content: space-between
}

@media only screen and (max-width: 991px) {
    .growla-tabs {
        flex-direction:column;
        gap: 1.5rem
    }
}

.growla-tabs-options {
    width: 45%
}

@media only screen and (max-width: 991px) {
    .growla-tabs-options {
        display:none
    }
}

.growla-tabs-options li {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    cursor: pointer
}

.growla-tabs-options li:nth-child(n+2) {
    margin-top: 1rem
}

.growla-tabs-options li span {
    font-size: 2.8rem;
    font-weight: 500;
    color: var(--color-grey-2);
    width: calc(100% - 9.2rem)
}

.growla-tabs-options li .icon {
    width: 7rem;
    height: 6.6rem;
    background-color: var(--color-dark-2);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-tabs-options li .icon svg {
    height: 3rem;
    fill: var(--color-grey);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-tabs-options li.growla-tab-option-active .icon,.growla-tabs-options li:hover .icon {
    background-color: var(--color-primary)
}

.growla-tabs-options li.growla-tab-option-active .icon svg,.growla-tabs-options li:hover .icon svg {
    color: var(--color-black)
}

.growla-tabs-options li.growla-tab-option-active span,.growla-tabs-options li:hover span {
    color: var(--color-white)
}

.growla-tabs-select {
    display: none
}

@media only screen and (max-width: 991px) {
    .growla-tabs-select {
        display:block
    }
}

.growla-tabs-select select {
    opacity: 0;
    visibility: hidden
}

.growla-tabs-select .icon svg {
    height: 3rem;
    fill: var(--color-primary)
}

.growla-tabs-content {
    position: relative;
    width: 100%;
    overflow: hidden
}

.growla-tabs-content span {
    text-decoration-thickness: .2rem !important;
    text-underline-offset: .9rem;
    text-decoration-color: var(--color-primary) !important
}

.growla-tabs-content ul li {
    color: var(--color-paragraph)
}

.growla-tabs-content .growla-tab {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible
}

.growla-tabs-content .growla-tab:not(.growla-tab-active) {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translateY(50px)
}

.growla-tabs .growla-tab-content {
    margin-top: 3rem
}

.growla-collapse {
    background-color: var(--color-dark-2);
    padding: 5rem;
    cursor: pointer;
    overflow: hidden;
    position: relative
}

.growla-collapse-heading {
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--color-white)
}

.growla-collapse-inner>h6 {
    font-size: 1.8rem;
    color: var(--color-paragraph);
    margin-top: .5rem
}

.growla-collapse ul {
    color: var(--color-paragraph);
    padding-left: 2rem
}

.growla-collapse-content {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    cursor: initial;
    padding: 0 0 3rem 0;
    transform: translateY(25px)
}

.growla-collapse-content-wrapper {
    position: relative;
    margin-top: 3rem
}

.growla-collapse-content-wrapper>* {
    top: 0;
    left: 0
}

.growla-collapse-icon {
    width: 4.5rem;
    height: 4.5rem;
    background-color: var(--color-dark-1);
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-collapse-icon div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.growla-collapse-icon div.active-icon {
    opacity: 0;
    visibility: hidden
}

.growla-collapse-icon div * {
    fill: var(--color-paragraph);
    color: var(--color-paragraph);
    height: 2.4rem;
    vertical-align: middle;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-collapse:hover .growla-collapse-icon {
    background-color: var(--color-primary)
}

.growla-collapse:hover .growla-collapse-icon div * {
    fill: var(--color-black);
    color: var(--color-black)
}

.growla-award {
    background-color: var(--color-dark-2);
    padding: 3rem 4rem;
    display: flex;
    align-items: center;
    gap: 3rem
}

@media only screen and (max-width: 767px) {
    .growla-award {
        flex-direction:column;
        text-align: center
    }
}

.growla-award h6 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-paragraph);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-award h6.growla-award-title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    flex: 2
}

.growla-award-presenter {
    font-weight: 500
}

.growla-award:hover h6 {
    color: var(--color-primary)
}

.growla-award:hover h6.growla-award-title {
    color: var(--color-white)
}

.growla-icon-box {
    background-color: var(--color-dark-2);
    padding: 5rem;
    outline: .3rem solid rgba(0,0,0,0);
    display: block;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-icon-box-icon svg {
    height: 11rem;
    fill: var(--color-white);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-icon-box-icon svg path {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

[dir=rtl] .growla-icon-box-icon {
    text-align: left;
    transform: rotate(180deg)
}

.growla-icon-box-content h6 {
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--color-white);
    margin: 2rem 0 3rem 0
}

.growla-icon-box:hover {
    outline-color: var(--color-primary)
}

.growla-icon-box:hover .growla-icon-box-icon svg,.growla-icon-box:hover .growla-icon-box-icon path {
    fill: var(--color-primary) !important
}

.contact-form-tabs {
    display: flex;
    flex-direction: column;
    gap: 3rem
}

.contact-form-tabs-navigation {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

.contact-form-tabs-navigation-item {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-paragraph);
    cursor: pointer;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    gap: 1rem;
    padding: 0 3rem 2rem 3rem;
    border-bottom: 2px solid var(--color-grey-1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.contact-form-tabs-navigation-item svg {
    height: 2.5rem;
    fill: var(--color-paragraph);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

[dir=rtl] .contact-form-tabs-navigation-item svg {
    vertical-align: top
}

.contact-form-tabs-navigation-item:hover,.contact-form-tabs-navigation-item.active {
    color: var(--color-primary);
    border-color: var(--color-primary)
}

.contact-form-tabs-navigation-item:hover svg,.contact-form-tabs-navigation-item.active svg {
    fill: var(--color-primary)
}

.contact-form-tabs-content {
    position: relative
}

.contact-form-tabs .contact-form-tab {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transform: translateY(25px)
}

.contact-form-tabs .contact-form-tab.active {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.growla-full-screen-nav-trigger {
    position: relative;
    z-index: 99999999;
    background-color: #000;
    padding: 10px;
}

.growla-full-screen-nav-trigger-bar {
    width: .2rem;
    min-height: 4.5rem;
    flex: 1;
    background-color: var(--color-white);
    transform-origin: center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.growla-full-screen-nav-trigger-bar-wrapper {
    display: flex;
    gap: 1rem;
    cursor: pointer;
    margin-right: 5rem;
}

.growla-full-screen-nav-trigger-bar-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: .3rem;
    font-size: 1.2rem;
    transition: all .25s ease;
}

.growla-full-screen-nav-trigger.animated-state .growla-full-screen-nav-trigger-bar-text {
    opacity: 0;
    visibility: hidden
}

.growla-full-screen-nav-trigger.animated-state .growla-full-screen-nav-trigger-bar-first {
    transform: rotate(-45deg) translateX(8px)
}

.growla-full-screen-nav-trigger.animated-state .growla-full-screen-nav-trigger-bar-second {
    transform: rotate(45deg) translateX(-8px)
}

.growla-full-screen-nav-content {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 9999999;
    background-color: var(--color-primary);
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.growla-full-screen-nav-content-inner {
    width: calc(100% - 8px);
    height: 100%;
    position: absolute;
    top: 0;
    left: .4rem;
    background-color: var(--color-black);
    transform: translateX(-100%);
    z-index: -1
}

.growla-full-screen-nav-content-container {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(25px)
}

.growla-full-screen-nav-content-container>* {
    flex: 1
}

.growla-full-screen-nav-content-wrapper {
    padding: 10rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.growla-full-screen-nav-content-logo {
    max-height: 20rem
}

.growla-full-screen-nav-content-logo img {
    max-height: 20rem;
    object-fit: contain
}

.growla-full-screen-nav-content-image {
    position: absolute;
    top: 0;
    right: 4px;
    width: 40vw;
    height: 100vh;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden
}

[dir=rtl] .growla-full-screen-nav-content-image {
    transform: translateX(50%)
}

.growla-full-screen-nav-content-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover
}

.growla-full-screen-nav-content-menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.growla-full-screen-nav-content-menu li a {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--color-white);
    line-height: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: block
}

.growla-full-screen-nav-content-menu li a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.growla-full-screen-nav-content-menu li a:hover::after {
    width: 100%;
    opacity: 1
}

.growla-full-screen-nav-content-menu li a:hover {
    color: var(--color-primary)
}

.growla-full-screen-nav-content-menu ul>li {
    position: relative;
    width: 20rem
}

.growla-full-screen-nav-content-menu ul>li.animated>a {
    color: var(--color-primary)
}

.growla-full-screen-nav-content-menu ul>li.animated>a::after {
    width: 100%;
    opacity: 1
}

.growla-full-screen-nav-content-menu>ul>li>.sub-menu {
    margin: 0;
    position: absolute;
    top: 0;
    left: 110%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(2.5rem)
}

.growla-full-screen-nav-content-menu>ul>li>.sub-menu>li {
    width: 30rem
}

.growla-full-screen-nav-content-menu>ul>li>.sub-menu>li a {
    font-size: 2rem;
    font-weight: 500;
    text-decoration: .2rem underline rgba(0,0,0,0);
    text-underline-offset: .5rem
}

.growla-full-screen-nav-content-menu>ul>li>.sub-menu>li a:hover::after {
    width: 0;
    opacity: 0
}

.growla-full-screen-nav-content-menu>ul>li>.sub-menu>li a:hover {
    color: var(--color-primary);
    text-decoration-color: var(--color-primary)
}

.growla-full-screen-nav-content .growla-button {
    width: max-content;
    padding: 0
}

.growla-full-screen-nav-content .growla-button::before {
    display: none
}

.growla-full-screen-nav-content .growla-button:hover {
    --color: var(--color-white)
}

.growla-block-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    row-gap: 5rem
}

.growla-block-grid .growla-block-slide {
    width: calc(50% - 1.5rem)
}

.growla-block-grid .growla-block-slide--content-inner {
    width: initial
}

.growla-block-grid .growla-block-slide--icon {
    width: 9rem
}

.growla-block-grid .growla-block-slide--icon svg {
    max-width: 42px
}

@media only screen and (max-width: 991px) {
    .growla-block-grid .growla-block-slide {
        width:100%
    }
}

.growla-block-grid-2-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem
}

.growla-block-grid-2-block-wrapper {
    width: calc(33% - 1.7rem)
}

@media only screen and (max-width: 991px) {
    .growla-block-grid-2-block-wrapper {
        width:calc(50% - 1.7rem)
    }
}

@media only screen and (max-width: 757px) {
    .growla-block-grid-2-block-wrapper {
        width:100%
    }
}
