@charset "utf-8";
@import url(icons.css);
@import url(icomoon.css);
@import url(font-awesome-brands.css);
a,
body {
    color: var(--color-dark-1)
}

.circle-large.overflow-hidden,
.circle.overflow-hidden,
.hs-wrap,
.round-large.overflow-hidden,
.round.overflow-hidden {
    transform: translateZ(0);
    isolation: isolate
}

.btn-mod,
.hs-paragraph-2,
.hs-title-11,
.hs-title-3,
.hs-title-5,
.hs-title-6,
.uppercase,
a.btn-mod {
    text-transform: uppercase
}

.blog-item-q p,
.testimonial p,
blockquote,
blockquote p {
    font-style: normal
}
.appear-animate .charsAnimIn-1 .char {
    opacity: 1 !important;
    
}

:root {
    --font-global: 'DM Sans', sans-serif;
    --font-alt: 'DM Sans', sans-serif;
    --font-serif: Georgia, 'Times New Roman', Times, serif;
    --full-wrapper-margin-x: 30px;
    --container-width: 1350px;
    --section-padding-y: 120px;
    --menu-bar-height: 85px;
    --menu-bar-height-scrolled: 65px;
    --color-dark-1: #010101;
    --color-dark-2: #171717;
    --color-dark-3: #272727;
    --color-dark-3a: #333;
    --color-dark-4: #555;
    --color-gray-1: #757575;
    --color-gray-2: #888;
    --color-gray-3: #999;
    --color-gray-light-1: #f1f1f1;
    --color-gray-light-2: #f7f7f7;
    --color-gray-light-3: #e5e5e5;
    --color-gray-light-4: #d5d5d5;
    --color-gray-light-5: #ccc;
    --color-gray-light-6: #bbb;
    --color-dark-mode-gray-1: rgba(255, 255, 255, .7);
    --color-dark-mode-gray-2: rgba(255, 255, 255, .1275);
    --color-primary-1: #4567ed;
    --color-primary-1-a: #375ae3;
    --color-primary-light-1: #e3effe;
    --color-primary-light-1-a: #bcd1f1;
    --color-primary-2: #7752e7;
    --color-primary-light-2: #e7defe;
    --color-primary-3: #b947d9;
    --color-primary-light-3: #f7defe;
    --color-primary-4: #e748b1;
    --color-primary-light-4: #ffe1f5;
    --color-secondary-1: #fbe3a1;
    --gradient-primary-1: linear-gradient( 90deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    --gradient-primary-1-a: linear-gradient( 90deg, var(--color-primary-4) 25%, var(--color-primary-3) 40%, var(--color-primary-2) 60%, var(--color-primary-1) 75%);
    --gradient-primary-1-b: linear-gradient( 45deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    --gradient-primary-1-c: linear-gradient( 0deg, var(--color-primary-4) 0%, var(--color-primary-3) 33%, var(--color-primary-2) 67%, var(--color-primary-1) 100%);
    --gradient-gray-light-1: linear-gradient(0deg, #f5f5f5 0%, #fff 100%);
    --gradient-gray-light-2: linear-gradient(0deg, #fff 0%, #f5f5f5 100%);
    --gradient-dark-alpha-1: linear-gradient( 90deg, var(--color-dark-1) 40%, transparent 87%);
    --gradient-dark-alpha-2: linear-gradient( 90deg, transparent 13%, var(--color-dark-1) 60%);
    --gradient-primary-alpha-1: linear-gradient( 90deg, var(--color-primary-1) 40%, transparent 87%);
    --gradient-primary-alpha-2: linear-gradient( 90deg, transparent 13%, var(--color-primary-1) 60%);
    --border-radius-default: 4px;
    --border-radius-large: 30px;
    --box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.03), 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
    --box-shadow-strong: 0px 5px 10px 0px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.06), 0px 3px 5px 0px rgba(0, 0, 0, 0.06);
    --box-shadow-block: 0px 3px 50px 0px rgba(0, 0, 0, 0.05);
    --box-shadow-block-strong: 0px 3px 50px 0px rgba(0, 0, 0, 0.15);
    --transition-default: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    --ease-default: cubic-bezier(0, 0, 0.58, 1);
    --ease-out-long: cubic-bezier(0, .5, 0, 1);
    --ease-out-medium: cubic-bezier(0, .57, .55, 1);
    --ease-out-short: cubic-bezier(.15, .7, .78, 1);
    --ease-elastic-1: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    --ease-elastic-2: cubic-bezier(0.68, -3, 0.27, 5);
    scroll-behavior: auto;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --services-text-overlap: 220px
}

.animate,
.animate *,
.mi-chevron-right,
.parallax-mousemove {
    transition: var(--transition-default)
}

html {
    -ms-overflow-style: scrollbar
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: var(--font-global);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.67
}

main {
    overflow: clip
}

.form input[type=color].input-grad,
.form input[type=date].input-grad,
.form input[type=email].input-grad,
.form input[type=number].input-grad,
.form input[type=password].input-grad,
.form input[type=search].input-grad,
.form input[type=tel].input-grad,
.form input[type=text].input-grad,
.form input[type=url].input-grad,
.form select.input-grad,
.form textarea.input-grad,
.services-7-tabs,
iframe {
    border: none
}

a,
b,
div,
li,
ul {
    -webkit-tap-highlight-color: transparent
}

a:active,
a:focus:not(.focus-visible),
div:active,
div:focus,
section:focus {
    -moz-outline: none;
    outline: 0
}

a:focus.focus-visible,
button:focus.focus-visible,
div:focus.focus-visible {
    -moz-outline: 3px dotted #36a367 !important;
    outline: #36a367 dotted 3px !important;
    outline-offset: 0 !important
}

.work-full-media img,
embed,
img:not([draggable]),
object,
video {
    max-width: 100%;
    height: auto
}

.image-fullwidth img {
    width: 100%;
    height: auto
}

.min-height-80vh {
    min-height: 80vh
}

.min-height-90vh {
    min-height: 90vh
}

.min-height-100vh {
    min-height: 100vh !important;
    min-height: 100svh !important
}

.align-center {
    text-align: center !important
}

.h2,
h2,
p {
    text-align: start
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.hidden,
.mobile-on .desktop-nav-display {
    display: none !important
}

.relative {
    position: relative !important
}

.z-index-1 {
    z-index: 1 !important
}

.z-index-n1 {
    z-index: -1 !important
}

.no-hover {
    cursor: default !important
}

.portfolio-1-item,
.portfolio-2-item,
.wch-unset {
    will-change: unset !important
}

.loader,
.marquee-animation-1,
.marquee-animation-1a,
.marquee-animation-2,
.marquee-animation-2a,
.marquee-animation-3,
.parallax-mousemove,
[data-rellax-x],
[data-rellax-y] {
    will-change: transform
}

.light-content .ci-icon,
.light-content .tpl-alt-tabs li a.active,
.light-content .tpl-alt-tabs li a.active:focus,
.light-content .tpl-alt-tabs li a.active:hover,
.light-content .works-filter.works-filter-fancy a,
.white,
a.link-to-top.color,
a.link-to-top.color:hover,
a.link-to-top.gradient,
a.link-to-top.gradient:hover {
    color: #fff !important
}

.black {
    color: var(--color-dakr-1) !important
}

.color-primary-1,
a.link-to-top.color-light,
a.link-to-top.color-light:hover {
    color: var(--color-primary-1) !important
}

.color-primary-2 {
    color: var(--color-primary-2) !important
}

.color-primary-3 {
    color: var(--color-primary-3) !important
}

.color-primary-4 {
    color: var(--color-primary-4) !important
}

.color-secondary-1 {
    color: var(--color-secondary-1) !important
}

.opacity-003 {
    opacity: .03 !important
}

.opacity-004 {
    opacity: .04 !important
}

.opacity-005 {
    opacity: .05 !important
}

.opacity-006 {
    opacity: .06 !important
}

.opacity-007 {
    opacity: .07 !important
}

.opacity-008 {
    opacity: .08 !important
}

.opacity-009 {
    opacity: .09 !important
}

.opacity-01 {
    opacity: .1 !important
}

.opacity-015 {
    opacity: .15 !important
}

.opacity-02 {
    opacity: .2 !important
}

.opacity-025 {
    opacity: .25 !important
}

.opacity-03 {
    opacity: .3 !important
}

.opacity-035 {
    opacity: .35 !important
}

.opacity-04 {
    opacity: .4 !important
}

.opacity-045 {
    opacity: .45 !important
}

.opacity-05 {
    opacity: .5 !important
}

.opacity-055 {
    opacity: .55 !important
}

.opacity-06 {
    opacity: .6 !important
}

.opacity-065 {
    opacity: .65 !important
}

.opacity-07 {
    opacity: .7 !important
}

.opacity-075 {
    opacity: .75 !important
}

.opacity-08 {
    opacity: .8 !important
}

.opacity-085 {
    opacity: .85 !important
}

.opacity-09 {
    opacity: .9 !important
}

.opacity-095 {
    opacity: .95 !important
}

.opacity-1 {
    opacity: 1 !important
}

.size-13 {
    font-size: 13.5px !important
}

.size-14 {
    font-size: 14px !important
}

.mobile-on .mn-group-title,
.size-15 {
    font-size: 15px !important
}

.size-16 {
    font-size: 16px !important
}

.size-17 {
    font-size: 17px !important
}

.size-18 {
    font-size: 18.5px !important
}

.size-20 {
    font-size: 20px !important
}

.size-22 {
    font-size: 22px !important
}

.size-24 {
    font-size: 24px !important
}

.box-shadow {
    box-shadow: var(--box-shadow-block) !important
}

.box-shadow-strong {
    box-shadow: var(--box-shadow-block-strong) !important
}

.border-color-primary-1 {
    border: 1px solid var(--color-primary-1)
}

.border-color-primary-2 {
    border: 1px solid var(--color-primary-2)
}

.border-color-primary-3 {
    border: 1px solid var(--color-primary-3)
}

.border-color-primary-4 {
    border: 1px solid var(--color-primary-4)
}

.bg-border-dark,
.border-dark {
    border: 1px solid var(--color-dark-mode-gray-2) !important
}

.bg-border-dark {
    background: var(--color-dark-3) !important
}

.stick-fixed {
    position: fixed !important;
    top: 0;
    left: 0
}

.block-sticky {
    position: sticky;
    top: calc(var(--menu-bar-height-scrolled) + 40px);
    left: 0
}

.bg-border-gradient,
.bg-gradient-light-2,
.btn-mod.btn-ellipse-inner,
.btn-mod.btn-hover-anim>span,
.composition-4,
.composition-5,
.composition-6,
.composition-8,
.composition-9,
.contact-2,
.footer-2-social-links a i,
.footer-social-links a i,
.fw-top-link-underline,
.icon-ellipse,
.light-content .fw-top-link .icon i,
.light-content .fw-top-link .icon img,
.light-content .fw-top-link .icon svg,
.mt-icon i,
.mt-icon span,
.portfolio-4-carousel .owl-next svg,
.portfolio-4-carousel .owl-prev svg,
.post-prev-3-container>*,
.post-prev-container>*,
.search-wrap,
.testimonials-slider-3 .owl-next svg,
.testimonials-slider-3 .owl-prev svg,
.text-outline,
img.services-image {
    position: relative
}

.round {
    border-radius: var(--border-radius-default) !important
}

.round-large {
    border-radius: var(--border-radius-large) !important
}

.circle {
    border-radius: 100px !important
}

.circle-large {
    border-radius: 700px !important
}

::selection {
    color: #fff;
    background: var(--color-primary-1)
}

.light-content ::selection {
    color: #fff;
    background: var(--color-primary-1)
}

.parallax-mousemove,
.parallax-mousemove-follow {
    -moz-transition: none !important
}

@media not all and (min-resolution:.001dpcm) {
    .parallax-mousemove,
    .parallax-mousemove-follow {
        transition: none !important
    }
}

[data-rellax-x] {
    transition: transform .25s var(--ease-out-short);
    transition-delay: 2.5ms
}

[data-rellax-y] {
    transition: transform .25s cubic-bezier(0, 0, .58, 1);
    transition-delay: 2.5ms
}

.no-animate {
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important
}

.clearlist,
.clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: 0 0
}

.clearlinks a {
    text-decoration: none;
    color: unset
}

a,
a:hover {
    text-decoration: underline
}

.highlight pre,
a:hover {
    color: var(--color-dark-4)
}

.clearlinks a:hover {
    color: unset !important
}

.full-wrapper {
    margin: 0 var(--full-wrapper-margin-x)
}

.container {
    max-width: var(--container-width);
    padding: 0 30px
}

.row:not( .g-0, .g-1, .g-2, .g-3, .g-4, .g-5, .gx-0, .gx-1, .gx-2, .gx-3, .gx-4, .gx-5, .gy-0, .gy-1, .gy-2, .gy-3, .gy-4, .gy-5) {
    --bs-gutter-x: 30px
}

.row.gx-huge {
    --bs-gutter-x: 276px
}

.icon-ellipse {
    top: -.085em;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    background: currentColor;
    border-radius: 50%
}

.accordion-1>dt>a>span,
.mark-decoration-1,
.mark-decoration-2,
.mark-decoration-4,
.text-outline-cont {
    position: relative;
    display: inline-block
}

.text-outline-1,
.text-outline-2 {
    position: absolute;
    color: #fff;
    -webkit-text-stroke: 1px var(--color-dark-1);
    left: 0;
    pointer-events: none
}

.text-outline-1 {
    top: -.36em;
    opacity: .2
}

.text-outline-2 {
    top: -.72em;
    opacity: .1
}

.light-content .text-outline-1 {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .17
}

.light-content .text-outline-2 {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .07
}

.testimonial .small,
dl dd {
    color: var(--color-gray-1)
}

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-left: 1px solid rgba(0, 0, 0, .55);
    border-radius: 50%;
    animation: .7s linear infinite spinner;
    z-index: 100001
}

.light-content .form select option,
.light-content .services-2-button-close:after,
.light-content .services-2-button-close:before,
.light-content .services-2-descr,
.page-loader.dark {
    background: var(--color-dark-1)
}

.page-loader.dark .loader {
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-right: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    border-left: 1px solid rgba(255, 255, 255, .5)
}

.page-loader.gradient .loader {
    border-color: transparent;
    background: linear-gradient(to right, #fff, #fff), var(--gradient-primary-1);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box
}

.page-loader.gradient.dark .loader {
    border-color: transparent !important;
    background: linear-gradient(to right, var(--color-dark-1), var(--color-dark-1)), var(--gradient-primary-1);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box
}

.page-loader.color .loader {
    border-color: var(--color-primary-light-1-a);
    border-left-color: var(--color-primary-1)
}

@keyframes spinner {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

a {
    transition: color .1s var(--ease-default)
}

b,
strong {
    font-weight: 500
}

mark {
    position: relative;
    padding: 0;
    color: inherit;
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(17, 17, 17, .1) 0, rgba(17, 17, 17, .1) 100%);
    background-repeat: no-repeat;
    background-size: 100% .3em;
    background-position: 0 110%
}

.light-content mark {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .2) 100%)
}

.mark-decoration-1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.4em;
    width: 100%;
    height: .5357em;
    background-image: url(../images/mark-decoration-1.svg);
    background-repeat: no-repeat;
    background-size: auto .55357em;
    background-position: 0 0;
    pointer-events: none
}

.light-content .mark-decoration-1:before {
    background-image: url(../images/mark-decoration-1-white.svg)
}

.mark-decoration-2:before {
    content: "";
    position: absolute;
    top: -.09em;
    left: -.2em;
    bottom: -.09em;
    right: -.2em;
    display: block;
    border: 1px solid var(--color-dark-1);
    border-radius: 50%;
    opacity: .7;
    transform: rotate(-7deg);
    pointer-events: none
}

.testimonial,
blockquote {
    border: none;
    background: 0 0
}

.mark-decoration-3-wrap,
.mark-decoration-5 {
    position: relative;
    display: inline-block;
    isolation: isolate
}

.mark-decoration-3 {
    position: absolute;
    left: 0;
    bottom: .12em;
    display: block;
    width: 100%;
    height: .2em;
    z-index: -1
}

.hs-icon,
.link-hover-anim,
.link-strong {
    display: inline-block
}

.mark-decoration-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-secondary-1)
}

.light-content .mark-decoration-3:before {
    opacity: .37
}

.mark-decoration-4:before {
    content: "";
    position: absolute;
    bottom: .12em;
    left: 0;
    display: block;
    width: 100%;
    height: 7px;
    opacity: .2;
    background: var(--gradient-primary-1);
    pointer-events: none;
    z-index: -1
}

.light-content .mark-decoration-4:before {
    opacity: .375
}

.mark-decoration-5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.4em;
    width: 100%;
    height: .5357em;
    background-image: url(../images/demo-corporate/mark-decoration-1.svg);
    background-repeat: no-repeat;
    background-size: auto .25892em;
    background-position: 0 0;
    pointer-events: none;
    z-index: -1
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1em;
    font-weight: 500;
    line-height: 1.2
}

.h1,
.h2,
dl dt,
h1,
h2 {
    margin-bottom: .5em
}

.h1,
h1 {
    font-size: 26px;
    letter-spacing: -.04em
}

.h2,
.h3,
h2,
h3 {
    letter-spacing: -.03em
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    margin-bottom: .7em;
    font-size: 28px
}

.testimonial,
ol,
p,
ul {
    margin: 0 0 1.5em
}

.h4,
h4 {
    font-size: 24px
}

.h5,
.works-grid.grid-intro-1 .work-item .work-title,
.works-grid.work-grid-fancy .work-title,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 16px;
    font-weight: 700
}

.testimonial,
.testimonial p {
    font-size: 46px;
    position: relative
}

p {
    font-size: 15px
}

blockquote {
    margin: 0 0 2em;
    padding: 0;
    line-height: 1.47
}

blockquote p {
    position: relative;
    margin-bottom: .7em;
    font-size: 140%;
    letter-spacing: -.01em;
    line-height: 1.5
}

blockquote footer {
    font-size: 15px;
    font-weight: 400
}

.testimonial {
    padding-left: 1.9778em
}

.testimonial p {
    margin-bottom: .85em;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.217
}

.testimonial footer,
.testimonials-6-author {
    font-size: 18px;
    font-weight: 500
}

.form .form-check-label,
.normal,
.serif {
    font-weight: 400
}

.testimonial .small {
    font-size: 15px;
    font-weight: 400
}

.light-content .alt-features-descr,
.light-content .ci-text,
.light-content .features-2-descr,
.light-content .form-tip,
.light-content .form-tip a,
.light-content .number-1-descr,
.light-content .number-2-descr,
.light-content .number-3-descr,
.light-content .post-prev-3-info,
.light-content .post-prev-3-info a,
.light-content .post-prev-3-text,
.light-content .post-prev-info,
.light-content .post-prev-info a,
.light-content .post-prev-text,
.light-content .services-3-text,
.light-content .services-5-text,
.light-content .services-6-text,
.light-content .services-7-text,
.light-content .services-text .text-gray,
.light-content .team-item-role,
.light-content .testimonial .small,
.light-content .testimonials-4-author,
.light-content .text-gray,
.light-content .text-gray a,
.light-content .ts2-author .small,
.light-content .widget-body,
.light-content .work-descr,
.light-content .works-filter.works-filter-slick a,
.light-content dl dd,
.marquee-style-1.light-content,
.work-navigation.light-content a,
.work-navigation.light-content a:visited {
    color: var(--color-dark-mode-gray-1)
}

.testimonial .blockquote-icon,
.testimonials-slider-1 .blockquote-icon {
    position: absolute;
    top: .15em;
    left: 0;
    width: .88em;
    height: .88em;
    background: #fff;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 1.5em;
    line-height: 1.45em;
    text-align: center
}

.dark-content .owl-next,
.dark-content .owl-prev,
.form input.newsletter-field:focus,
.form-tip a:hover,
.light-content .map-toggle,
.light-content .mt-icon,
.light-content .slider-bold .owl-next:hover,
.light-content .slider-bold .owl-next:hover svg,
.light-content .slider-bold .owl-prev:hover,
.light-content .slider-bold .owl-prev:hover svg,
.light-content .slider-strong .owl-next:hover svg,
.light-content .slider-strong .owl-prev:hover svg,
.light-content .team-1-social-links>a:hover,
.light-content .testimonial .blockquote-icon,
.light-content .testimonials-slider-1 .blockquote-icon,
.light-content .works-filter.works-filter-bold a.active,
.light-content .works-filter.works-filter-bold a.active:hover,
.search-button:hover,
.work-navigation a span:hover,
.works-filter a.active:hover,
.works-filter.works-filter-slick a.active,
.works-filter.works-filter-slick a.active:hover,
.works-filter.works-filter-slick a:hover,
.works-grid.hide-titles.hover-white .work-title,
a.blog-item-more:hover,
footer:not(.light-content) .text-gray a:hover {
    color: var(--color-dark-1)
}

dl dt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.0039em
}

dl dd {
    margin-bottom: 1.9em
}

pre {
    background-color: #f9f9f9;
    border-color: #ddd
}

hr {
    background-color: #000;
    opacity: .1
}

hr.white {
    background-color: #fff;
    opacity: 1
}

.contact-1-line,
.dark-mode hr.white,
.light-content .ci-icon:before {
    background-color: #fff;
    opacity: .15
}

hr.black {
    background-color: var(--color-dark-1);
    opacity: 1
}

hr.thick {
    height: 2px
}

.uppercase {
    letter-spacing: .025em
}

.serif {
    font-family: var(--font-serif);
    font-style: italic
}

.font-alt {
    font-family: var(--font-alt)
}

.strong {
    font-weight: 700 !important
}

.lead {
    margin: 0 0 1em;
    font-weight: 400;
    letter-spacing: .1rem;
    font-size: 13px;
    line-height: 3px
}

.lead-alt {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.196;
    letter-spacing: -.04em
}

.dropcap {
    float: left;
    font-size: 3em;
    line-height: 1;
    padding: 2px 8px 2px 0
}

.highlight pre {
    border: 1px solid var(--color-gray-light-3);
    background: var(--color-gray-light-2);
    border-radius: var(--border-radius-default)
}

.light-content .highlight pre {
    border-color: transparent;
    background-color: var(--color-dark-3a);
    color: var(--color-gray-light-6)
}

.hs-wrap {
    position: relative;
    margin: 0 auto;
    padding: 50px 40px;
    overflow: hidden;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: var(--border-radius-default);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px)
}

.bg-blur:before,
.hs-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    opacity: .17
}

.hs-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3%;
    height: 160%;
    mix-blend-mode: difference;
    pointer-events: none
}

.hs-line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translate(-50%, -50%) rotate(30deg)
}

.link-circle-1:before,
.link-circle:before {
    transform: translate3d(0, -50%, .001px);
    transition: all .5s var(--ease-elastic-2);
    content: ""
}

.hs-icon {
    width: 50px;
    height: 50px;
    font-size: 50px
}

.alt-features-icon svg,
.alt-tabs-icon svg,
.contact-2-icon svg,
.hs-icon svg,
.hs-social-link svg,
.icons-example-box-icon svg,
.services-3-icon img,
.services-3-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

@media only screen and (min-width:992px) {
    .hs-title-overlap {
        width: 137% !important;
        margin-right: -37%
    }
    .letter {
        font-size: 13px
    }
}

.hs-title-1 {
    margin-top: 0;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.085;
    letter-spacing: -.035em
}

.hs-title-2,
.hs-title-2a {
    margin-top: 0;
    letter-spacing: -.025em
}

.hs-title-2 {
    font-size: 120px;
    font-weight: 400;
    line-height: 1.2
}

.hs-title-2a {
    font-size: 112px;
    font-weight: 500;
    line-height: 1
}

.hs-title-3,
.hs-title-3a {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 0
}

.hs-title-3 {
    letter-spacing: .3em
}

.hs-title-3a {
    letter-spacing: -.012em
}

.hs-title-4,
.hs-title-4a {
    margin-top: 0;
    font-size: 100px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.01em
}

.hs-title-5 {
    margin-top: 0;
    font-size: 150px;
    font-weight: 500;
    line-height: .92;
    letter-spacing: normal
}

.hs-title-6 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .02em
}

.hs-title-7,
.hs-title-8 {
    margin-top: 0;
    font-weight: 500
}

.hs-title-7 {
    font-size: 160px;
    line-height: 1;
    letter-spacing: -.02em
}

.hs-title-8 {
    font-size: 60px;
    line-height: 1.085;
    letter-spacing: -.035em
}

.hs-title-10,
.hs-title-9 {
    letter-spacing: -.037em;
    margin-top: 0;
    font-weight: 500
}

.hs-title-9 {
    font-size: 65px;
    line-height: 1.1176
}

.hs-title-10 {
    font-size: 56px;
    line-height: 1.1785
}

.hs-title-11 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .06em
}

.hs-title-12,
.hs-title-13,
.hs-title-13a {
    margin-top: 0;
    line-height: 1.085;
    letter-spacing: -.035em;
    font-weight: 500
}

.hs-title-12 {
    font-size: 86px
}

.hs-title-13,
.hs-title-13a {
    font-size: 82px
}

.hs-image-1,
.hs-image-2,
.hs-image-3 {
    margin-top: -.2em;
    vertical-align: middle
}

.hs-paragraph-1,
.hs-paragraph-2 {
    position: absolute;
    line-height: 1.5
}

.hs-line-14 {
    font-size: 120px;
    font-weight: 500;
    letter-spacing: -.03em
}

.hs-image-1 {
    max-width: .85em;
    max-height: .85em;
    width: .85em;
    height: .85em
}

.hs-image-2 {
    width: .75em;
    height: .75em;
    border-radius: 50%
}

.hs-image-3 {
    height: .75em !important;
    border-radius: 100px
}

.hs-paragraph-1 {
    top: 158px;
    left: 0;
    max-width: 256px;
    font-size: 16px
}

.hs-paragraph-2 {
    top: 160px;
    right: 50px;
    max-width: 350px;
    font-size: 14px;
    text-indent: 4em;
    letter-spacing: 0
}

.hs-descr {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.353;
    letter-spacing: -.0075em
}

.link-hover-anim {
    position: relative;
    padding: 6px 0;
    overflow: hidden;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    text-decoration: none;
    vertical-align: middle;
    color: currentColor;
    background: 0 0;
    border: none;
    cursor: pointer
}

.link-hover-anim:hover {
    text-decoration: none !important;
    color: inherit
}

.main-nav .link-hover-anim {
    top: 1px
}

.link-strong {
    position: relative;
    overflow: hidden;
    padding: 7px 0;
    transition: transform .5s var(--ease-elastic-1), opacity .5s var(--ease-elastic-1), color .2s var(--ease-default)
}

.underline .link-strong {
    border-bottom: 2px solid currentColor
}

.underline .link-strong i {
    position: relative;
    top: .075em
}

.link-hover-anim:not(.underline) .link-strong i:not([class^=icon-]) {
    position: relative;
    top: -.05em;
    vertical-align: middle
}

.link-strong svg {
    position: relative;
    top: -.1em;
    margin-right: .2em
}

.link-strong-hovered {
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    transform: translateY(150%) translateZ(.001px) skewY(10deg)
}

.body-scrolled .scrolled-visible,
.desktop-nav-display,
.link-strong-unhovered,
.main-nav.light-after-scroll .logo-dark,
.main-nav.light-after-scroll.dark .logo-white,
.mobile-on .body-scrolled .scrolled-hidden,
.mobile-on .scrolled-hidden,
.no-results.show {
    display: block
}

.link-hover-anim:hover .link-strong-unhovered {
    opacity: 0;
    transform: translateY(-150%) translateZ(.001px) skewY(-10deg)
}

.link-hover-anim:hover .link-strong-hovered {
    opacity: 1;
    transform: translateY(0) translateZ(.001px) skewY(0)
}

.form div.error a,
.form div.error a:hover,
.light-content,
.light-content .alt-features-icon,
.light-content .big-icon-link,
.light-content .features-list,
.light-content .link-hover-anim,
.light-content .link-strong,
.light-content .portfolio-2-title a,
.light-content .portfolio-3-title a,
.light-content .post-prev-1-title a,
.light-content .post-prev-2-title a,
.light-content .post-prev-3-title a,
.light-content .post-prev-title a,
.light-content .scroll-down-1-icon,
.light-content .scroll-down-2,
.light-content .scroll-down-2:hover,
.light-content .scroll-down-3,
.light-content .section-caption,
.light-content .section-descr,
.light-content .section-text,
.light-content .services-7-title,
.light-content .team-1-social-links>a,
.light-content .team-item-name,
.light-content .text-gray a:hover,
.light-content .work-item a,
.light-content .work-item a:hover,
.light-content .work-process-icon,
.light-content .works-filter.works-filter-fancy a.active,
.light-content .works-filter.works-filter-fancy a:hover,
.light-content .works-filter.works-filter-slick a.active,
.light-content .works-filter.works-filter-slick a.active:hover,
.light-content .works-filter.works-filter-slick a:hover,
.light-content a.bg-video-button-muted,
.light-content a.bg-video-button-pause,
.light-content a:hover,
.mn-soc-link.alt,
.mn-soc-link.mn-soc-link-color.alt,
.mn-soc-link.mn-soc-link-color:hover,
.mn-soc-link:hover,
.team-1-social-links>a:hover,
.work-navigation.light-content a span:hover,
.works-filter.works-filter-bold a.active,
.works-filter.works-filter-bold a.active:hover,
.works-filter.works-filter-fancy a.active,
.works-filter.works-filter-fancy a.active:hover {
    color: #fff
}

.link-hover-anim.link-gradient .link-strong,
.slider-gradient .owl-next i:before,
.slider-gradient .owl-prev i:before {
    background: var(--gradient-primary-1-a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.btn-mod.btn-border-grad>span i,
.link-hover-anim.link-gradient .link-strong i {
    -webkit-text-fill-color: var(--color-primary-1)
}

.link-circle {
    padding-right: 22px
}

.link-circle:before {
    position: absolute;
    top: calc(50% - 2px);
    right: 7px;
    display: block;
    width: 51px;
    height: 51px;
    border: 1px solid currentColor;
    border-radius: 50%
}

.link-circle:hover:before {
    transform: translate3d(0, -50%, .001px) scale(1.1)
}

.link-circle .link-strong {
    padding: 20px 0
}

.link-circle-1 {
    margin-left: -7px;
    padding-left: 27px
}

.link-circle-1:before {
    position: absolute;
    top: calc(50%);
    left: 7px;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid var(--color-dark-1);
    border-radius: 50%;
    opacity: .15
}

.link-circle-1 .link-strong-hovered {
    left: 27px
}

.light-content .link-circle-1:before,
.light-content .works-filter.works-filter-gradient a:before {
    border-color: #fff;
    opacity: .25
}

.link-circle-1:hover:before {
    transform: translate3d(0, -50%, .001px) scale(.88)
}

.link-circle-1 .link-strong {
    padding: 24px 0
}

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 13px;
    color: #fff;
    background: var(--color-dark-1);
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .065em;
    border-radius: 0;
    box-shadow: none;
    transition: var(--transition-default);
    cursor: pointer
}

.btn-mod:focus,
.btn-mod:hover,
a.btn-mod:focus,
a.btn-mod:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    border-color: transparent;
    box-shadow: none
}

.btn-mod:active {
    cursor: pointer !important;
    outline: 0 !important
}

.btn-mod i.align-center:before {
    display: block;
    margin: -.275em 0;
    transform: translateY(.14em)
}

.btn-mod.btn-small {
    height: auto;
    padding: 6px 15px;
    font-size: 13px;
    letter-spacing: .05em
}

.btn-mod.btn-large,
.btn-mod.btn-medium {
    height: auto;
    letter-spacing: .085em;
    font-size: 13px
}

.btn-mod.btn-medium {
    padding: 13px 20px 12px
}

.btn-mod.btn-large {
    padding: 16px 32px 15px
}

.btn-mod.btn-w,
.btn-mod.btn-w:focus,
.btn-mod.btn-w:hover,
.light-content .features-list-icon,
.light-content .hs-social-link:hover,
.light-content .marquee-style-3,
.light-content .steps-1-number {
    color: var(--color-dark-1);
    background: #fff
}

.btn-mod.btn-w-c,
.btn-mod.btn-w-c:focus,
.btn-mod.btn-w-c:hover {
    color: var(--color-primary-1);
    background: #fff
}

.btn-mod.btn-border {
    color: var(--color-dark-1);
    border: 1px solid var(--color-dark-1);
    background: 0 0
}

.btn-mod.btn-border:focus,
.btn-mod.btn-border:hover {
    color: var(--color-dark-1);
    border-color: var(--color-dark-1)
}

.btn-mod.btn-border-c {
    color: var(--color-primary-1);
    border: 1px solid var(--color-primary-1);
    background: 0 0
}

.btn-mod.btn-border-c:focus,
.btn-mod.btn-border-c:hover {
    color: #fff;
    border-color: transparent;
    background: var(--color-primary-1)
}

.btn-mod.btn-border-w {
    color: #fff;
    border: 1px solid #fff;
    background: 0 0
}

.btn-mod.btn-border-w:focus,
.btn-mod.btn-border-w:hover,
.light-content .accordion,
.light-content .form input[type=color].underline,
.light-content .form input[type=date].underline,
.light-content .form input[type=email].underline,
.light-content .form input[type=number].underline,
.light-content .form input[type=password].underline,
.light-content .form input[type=search].underline,
.light-content .form input[type=tel].underline,
.light-content .form input[type=text].underline,
.light-content .form input[type=url].underline,
.light-content .form select.underline,
.light-content .form textarea.underline,
.light-content .slider-strong .owl-next,
.light-content .slider-strong .owl-prev,
.light-content .toggle,
.light-content .works-filter.works-filter-elegant a:before,
.light-content .works-filter.works-filter-fancy a:before {
    border-color: #fff
}

.btn-mod.btn-border-w-light {
    color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .5);
    background: 0 0
}

.btn-mod.btn-border-w-light:focus,
.btn-mod.btn-border-w-light:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, .8)
}

.btn-mod.btn-gray {
    color: var(--color-dark-4);
    background: var(--color-gray-light-3)
}

.btn-mod.btn-gray:focus,
.btn-mod.btn-gray:hover {
    color: var(--color-dark-3);
    background: var(--color-gray-light-4)
}

.btn-icon.color-1,
.btn-mod.btn-color,
.features-list-icon.features-list-color-1 {
    color: #fff;
    background: var(--color-primary-1)
}

.btn-mod.btn-color-light {
    color: var(--color-primary-1);
    background: var(--color-primary-light-1)
}

.btn-mod.btn-dark,
.btn-mod.btn-dark:focus,
.btn-mod.btn-dark:hover {
    background: var(--color-dark-3) !important;
    border: 1px solid var(--color-dark-mode-gray-2) !important;
    box-shadow: none !important
}

.btn-mod.btn-circle {
    border-radius: 30px
}

.btn-circle-alt {
    border-radius: 50%
}

.btn-circle-alt:hover,
.section-features li:hover {
    border-radius: 10px
}

.btn-mod.btn-round,
.works-grid.work-grid-round .work-item .work-img-bg {
    border-radius: var(--border-radius-default)
}

.alt-tabs-icon img,
.bg-line-1 img,
.bg-line-2 img,
.bg-line-3 img,
.bg-shape-1 img,
.bg-shape-2 img,
.bg-shape-3 img,
.bg-shape-4 img,
.bg-shape-7 img,
.blog-media .video,
.blog-media iframe,
.blog-media img,
.btn-full,
.call-action-1-images img,
.call-action-4-images img,
.composition-1 img,
.composition-2 img,
.composition-3 img,
.composition-4 img,
.composition-5 img,
.composition-6 img,
.composition-7 img,
.composition-8-image img,
.composition-9-image img,
.decoration-image-1 img,
.decoration-image-2 img,
.services-7-image>img,
.work-full-slider img {
    width: 100%
}

.btn-mod.btn-with-icon {
    display: inline-flex;
    align-items: center;
    height: 42px;
    padding: 0 17px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: normal;
    border: none;
    box-shadow: var(--box-shadow-block)
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    margin-left: -10px;
    margin-right: 8px;
    font-size: 16px;
    border-radius: 50%
}

.btn-icon.color-2,
.features-list-icon.features-list-color-2 {
    color: #fff;
    background: var(--color-primary-2)
}

.btn-icon.color-3 {
    color: #fff;
    background: var(--color-primary-3)
}

.btn-icon.color-4 {
    color: #fff;
    background: var(--color-primary-4)
}

.btn-mod.btn-with-icon:hover,
.steps-2-item:hover {
    background: #fff;
    box-shadow: var(--box-shadow-block-strong)
}

.btn-mod.btn-with-icon i:not(.btn-icon i) {
    position: relative;
    top: .05em;
    font-size: 20px
}

.btn-mod.btn-hover-anim {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0)
}

.btn-mod.btn-hover-anim:before {
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.7) translateY(55%);
    background: var(--color-dark-3a);
    border-radius: 100%;
    transition: .25s cubic-bezier(0, 0, .31, .99)
}

.btn-mod.btn-hover-anim:hover {
    opacity: 1;
    border-color: var(--color-dark-3a)
}

.btn-mod.btn-hover-anim:hover:before {
    transform: scaleX(2) scaleY(1) translateY(-15%)
}

.btn-mod.btn-w.btn-hover-anim:before {
    background: #ddd
}

.btn-mod.btn-w.btn-hover-anim:hover {
    border-color: #ddd
}

.btn-mod.btn-w-c.btn-hover-anim:before {
    background: var(--color-primary-light-1)
}

.btn-mod.btn-w-c.btn-hover-anim:hover {
    border-color: var(--color-primary-light-1)
}

.btn-mod.btn-color.btn-hover-anim:before {
    background: var(--color-primary-1-a)
}

.btn-mod.btn-color.btn-hover-anim:hover {
    border-color: var(--color-primary-1-a)
}

.btn-mod.btn-ellipse,
.btn-mod.btn-ellipse:focus {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    text-transform: uppercase;
    letter-spacing: .02em;
    background: 0 0;
    transform: rotate(-15deg)
}

.btn-ellipse-hovered,
.btn-ellipse-unhovered,
.btn-mod.btn-ellipse:before {
    display: block;
    transition: all .37s var(--ease-out-short)
}

.big-icon,
.big-icon-gradient {
    align-items: center;
    border-radius: 50%
}

.btn-mod.btn-ellipse:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    border-radius: 50%;
    opacity: 97%
}

.btn-mod.btn-ellipse>*,
.services-4-item:hover {
    z-index: 1
}

.btn-mod.btn-ellipse:hover {
    background: 0 0;
    opacity: 1
}

.big-icon,
.btn-mod.btn-ellipse.btn-w:before,
.light-content .accordion-1>dt>a>.icon-plus:after,
.light-content .accordion-1>dt>a>.icon-plus:before,
.light-content .accordion-1>dt>a>span:before,
.light-content .decoration-12,
.light-content .decoration-13,
.light-content .decoration-14,
.light-content .decoration-15,
.light-content .footer-2-social-links a:before,
.light-content .fw-social-inline .link-strong:before,
.light-content .mt-icon:before,
.light-content .scroll-down-4:before,
.light-content .section-line,
.light-content .services-2-button-close,
.light-content .slider-bold .owl-next:before,
.light-content .slider-bold .owl-prev:before,
.light-content .slider-strong .owl-next:before,
.light-content .slider-strong .owl-prev:before,
.light-content .team-1-social-links>a:before,
.light-content .works-filter.works-filter-bold a:before,
.main-nav.dark .mobile-nav-icon,
.main-nav.dark .mobile-nav-icon:after,
.main-nav.dark .mobile-nav-icon:before,
.works-grid.hide-titles.hover-white .work-intro:before {
    background: #fff
}

.btn-mod.btn-ellipse:hover:before {
    transform: scale(1.1)
}

.btn-ellipse-inner,
.call-action-1-images,
.team-item-image {
    position: relative;
    overflow: hidden
}

.btn-ellipse-unhovered {
    padding: 10px
}

.btn-ellipse-hovered {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px;
    opacity: 0
}

.btn-animate-y-1,
.btn-animate-y-2 {
    display: block;
    transition: all .37s var(--ease-out-short), opacity .37s linear
}

.btn-mod.btn-ellipse:hover .btn-ellipse-unhovered,
.btn-mod:hover .btn-animate-y-1,
a:not(.no-hover):hover .btn-animate-y-1 {
    opacity: 0;
    transform: translate(0, -100%)
}

.btn-mod.btn-ellipse:hover .btn-ellipse-hovered {
    opacity: 1;
    transform: translate(0, -100%)
}

.btn-animate-y {
    position: relative;
    display: block;
    overflow: hidden
}

.btn-animate-y-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(0, 100%)
}

.big-icon,
.big-icon-border,
.big-icon-gradient {
    display: inline-flex;
    width: 100px;
    height: 100px;
    font-size: 30px;
    color: var(--color-dark-1)
}

.btn-mod:hover .btn-animate-y-2,
a:not(.no-hover):hover .btn-animate-y-2 {
    opacity: 1;
    transform: translate(0, 0)
}

.big-icon {
    justify-content: center;
    margin: 0 auto 20px;
    transition: var(--transition-default)
}

.big-icon i,
.big-icon-border i,
.big-icon-gradient i {
    position: relative;
    left: .1em
}

.big-icon-gradient {
    position: relative;
    justify-content: center;
    margin: 0 auto 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 100px 0 rgba(185, 71, 217, .5);
    transition: transform .2s var(--ease-default);
    isolation: isolate;
    transform: translateZ(0)
}

.big-icon-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary-1-b);
    opacity: .225;
    transition: opacity .1s var(--ease-default)
}

.big-icon-gradient:hover:before,
.works-filter.works-filter-elegant a.active:before {
    opacity: .15
}

.big-icon-gradient i:before,
.testimonials-grad .testimonials-3-icon i:before {
    background: var(--gradient-primary-1-b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.big-icon-border {
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid var(--color-dark-1);
    text-align: center;
    border-radius: 50%;
    transition: var(--transition-default)
}

.home-content,
.home-section {
    width: 100%;
    position: relative
}

.big-icon-link,
.big-icon-link-gradient {
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    letter-spacing: -.02em
}

.accordion-1>dt>a:hover,
.accordion>dt>a:hover,
.big-icon-link-gradient:hover,
.big-icon-link:hover,
.fw-top-link,
.link-to-top:hover,
.portfolio-5-link,
.post-prev-info .icon-author:hover,
.scroll-down:hover,
.toggle>dt>a:hover {
    text-decoration: none
}

.light-content .big-icon-link-gradient {
    background: var(--gradient-primary-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, .8)
}

.light-content .big-icon-link-gradient:hover {
    -webkit-text-fill-color: rgba(255, 255, 255, .9)
}

.light-content .big-icon-border,
.light-content .hs-social-link,
.light-content .scroll-down-4 {
    color: #fff;
    border-color: #fff
}

.btn-mod.btn-grad {
    color: #fff !important;
    background-image: var(--gradient-primary-1);
    background-repeat: no-repeat;
    border: none
}

.btn-mod.btn-border-grad {
    border: 1px solid transparent;
    background: linear-gradient(to right, #fff, #fff), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    color: var(--color-primary-1)
}

.btn-mod.btn-border-grad>span {
    position: relative;
    display: block;
    background: var(--gradient-primary-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.btn-mod.btn-border-grad .btn-animate-y-1,
.btn-mod.btn-border-grad .btn-animate-y-2,
.ci-icon.ci-icon-grad i:before,
.features-2-icon i:before,
.services-7-arrow i:before,
.text-gradient,
.works-filter.works-filter-gradient a.active {
    background: var(--gradient-primary-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.form select:not([multiple]),
.light-content .form select:not([multiple]) {
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 9px 5px
}

.light-content .composition-7-border,
.light-content .input-grad-wrap,
.main-nav.dark .btn-border-grad {
    background: linear-gradient(to right, var(--color-dark-1), var(--color-dark-1)), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box
}

.mobile-on .link-hover-anim {
    top: 0
}

.mobile-on .btn-border,
.mobile-on .btn-border:hover {
    color: #fff !important;
    border-color: #fff !important
}

.form input[type=color],
.form input[type=date],
.form input[type=email],
.form input[type=number],
.form input[type=password],
.form input[type=search],
.form input[type=tel],
.form input[type=text],
.form input[type=url],
.form select {
    display: inline-block;
    height: 27px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-dark-1);
    border: 1px solid rgba(0, 0, 0, .183);
    padding: 0 7px 2px;
    border-radius: 0;
    box-shadow: none;
    transition: .2s cubic-bezier(0, 0, .58, 1)
}

.mn-sub-multi,
.section-title-image img,
.section-title-image svg {
    vertical-align: top
}

.form select:not([multiple]) {
    padding-right: 24px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd" fill="rgb(17, 17, 17)" d="M8.886,0.631 L8.336,0.117 C8.263,0.049 8.178,0.015 8.083,0.015 C7.988,0.015 7.903,0.049 7.830,0.117 L4.506,3.155 L1.183,0.117 C1.109,0.049 1.025,0.015 0.930,0.015 C0.834,0.015 0.750,0.049 0.677,0.117 L0.127,0.631 C0.053,0.699 0.017,0.778 0.017,0.867 C0.017,0.956 0.053,1.035 0.127,1.103 L4.253,4.892 C4.327,4.960 4.411,4.994 4.506,4.994 C4.602,4.994 4.686,4.960 4.759,4.892 L8.886,1.103 C8.959,1.035 8.996,0.956 8.996,0.867 C8.996,0.778 8.959,0.699 8.886,0.631 L8.886,0.631 Z"/></svg>')
}

.form select[multiple] {
    height: auto
}

.form input[type=color]::placeholder,
.form input[type=date]::placeholder,
.form input[type=email]::placeholder,
.form input[type=number]::placeholder,
.form input[type=password]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=text]::placeholder,
.form input[type=url]::placeholder,
.form select::placeholder {
    color: var(--color-gray-2);
    transition: var(--transition-default), font-size 0s
}

.form input[type=color]:hover::placeholder,
.form input[type=date]:hover::placeholder,
.form input[type=email]:hover::placeholder,
.form input[type=number]:hover::placeholder,
.form input[type=password]:hover::placeholder,
.form input[type=search]:hover::placeholder,
.form input[type=tel]:hover::placeholder,
.form input[type=text]:hover::placeholder,
.form input[type=url]:hover::placeholder,
.form select::placeholder {
    color: var(--color-gray-1)
}

.form input[type=color]:hover,
.form input[type=date]:hover,
.form input[type=email]:hover,
.form input[type=number]:hover,
.form input[type=password]:hover,
.form input[type=search]:hover,
.form input[type=tel]:hover,
.form input[type=text]:hover,
.form input[type=url]:hover,
.form select:hover,
.form textarea:hover {
    border-color: rgba(0, 0, 0, .38)
}

.form input[type=color]:focus,
.form input[type=date]:focus,
.form input[type=email]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form input[type=url]:focus,
.form select:focus {
    color: var(--color-dark-1);
    border-color: rgba(0, 0, 0, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    outline: 0
}

.form textarea,
.main-nav.dark {
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    transition: .2s cubic-bezier(0, 0, .58, 1), background-color 1s 900000s;
    -webkit-text-fill-color: var(--color-dark-1)
}

.light-content input[type=color],
.light-content input[type=date],
.light-content input[type=email],
.light-content input[type=number],
.light-content input[type=password],
.light-content input[type=search],
.light-content input[type=tel],
.light-content input[type=text],
.light-content input[type=url],
.light-content select,
.light-content textarea {
    color: #fff;
    background: 0 0;
    border-color: rgba(255, 255, 255, .35)
}

.light-content .services-2-button,
.light-content input[type=color]:hover,
.light-content input[type=date]:hover,
.light-content input[type=email]:hover,
.light-content input[type=number]:hover,
.light-content input[type=password]:hover,
.light-content input[type=search]:hover,
.light-content input[type=tel]:hover,
.light-content input[type=text]:hover,
.light-content input[type=url]:hover,
.light-content select:hover {
    border-color: rgba(255, 255, 255, .5)
}

.light-content input[type=color]:focus,
.light-content input[type=date]:focus,
.light-content input[type=email]:focus,
.light-content input[type=number]:focus,
.light-content input[type=password]:focus,
.light-content input[type=search]:focus,
.light-content input[type=tel]:focus,
.light-content input[type=text]:focus,
.light-content input[type=url]:focus,
.light-content select:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, .75);
    background-color: transparent !important
}

.light-content .form select:not([multiple]) {
    background-color: transparent !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M8.886,0.631 L8.336,0.117 C8.263,0.049 8.178,0.015 8.083,0.015 C7.988,0.015 7.903,0.049 7.830,0.117 L4.506,3.155 L1.183,0.117 C1.109,0.049 1.025,0.015 0.930,0.015 C0.834,0.015 0.750,0.049 0.677,0.117 L0.127,0.631 C0.053,0.699 0.017,0.778 0.017,0.867 C0.017,0.956 0.053,1.035 0.127,1.103 L4.253,4.892 C4.327,4.960 4.411,4.994 4.506,4.994 C4.602,4.994 4.686,4.960 4.759,4.892 L8.886,1.103 C8.959,1.035 8.996,0.956 8.996,0.867 C8.996,0.778 8.959,0.699 8.886,0.631 L8.886,0.631 Z"/></svg>')
}

.light-content .form input[type=color]::placeholder,
.light-content .form input[type=date]::placeholder,
.light-content .form input[type=email]::placeholder,
.light-content .form input[type=number]::placeholder,
.light-content .form input[type=password]::placeholder,
.light-content .form input[type=search]::placeholder,
.light-content .form input[type=tel]::placeholder,
.light-content .form input[type=text]::placeholder,
.light-content .form input[type=url]::placeholder,
.light-content .form select::placeholder {
    color: rgba(255, 255, 255, .6)
}

.light-content .form input[type=color]:hover::placeholder,
.light-content .form input[type=date]:hover::placeholder,
.light-content .form input[type=email]:hover::placeholder,
.light-content .form input[type=number]:hover::placeholder,
.light-content .form input[type=password]:hover::placeholder,
.light-content .form input[type=search]:hover::placeholder,
.light-content .form input[type=tel]:hover::placeholder,
.light-content .form input[type=text]:hover::placeholder,
.light-content .form input[type=url]:hover::placeholder,
.light-content .form select::placeholder {
    color: rgba(255, 255, 255, .75)
}

.light-content input[type=color]:-webkit-autofill,
.light-content input[type=color]:-webkit-autofill:focus,
.light-content input[type=color]:-webkit-autofill:hover,
.light-content input[type=date]:-webkit-autofill,
.light-content input[type=date]:-webkit-autofill:focus,
.light-content input[type=date]:-webkit-autofill:hover,
.light-content input[type=email]:-webkit-autofill,
.light-content input[type=email]:-webkit-autofill:focus,
.light-content input[type=email]:-webkit-autofill:hover,
.light-content input[type=number]:-webkit-autofill,
.light-content input[type=number]:-webkit-autofill:focus,
.light-content input[type=number]:-webkit-autofill:hover,
.light-content input[type=password]:-webkit-autofill,
.light-content input[type=password]:-webkit-autofill:focus,
.light-content input[type=password]:-webkit-autofill:hover,
.light-content input[type=search]:-webkit-autofill,
.light-content input[type=search]:-webkit-autofill:focus,
.light-content input[type=search]:-webkit-autofill:hover,
.light-content input[type=tel]:-webkit-autofill,
.light-content input[type=tel]:-webkit-autofill:focus,
.light-content input[type=tel]:-webkit-autofill:hover,
.light-content input[type=text]:-webkit-autofill,
.light-content input[type=text]:-webkit-autofill:focus,
.light-content input[type=text]:-webkit-autofill:hover,
.light-content input[type=url]:-webkit-autofill,
.light-content input[type=url]:-webkit-autofill:focus,
.light-content input[type=url]:-webkit-autofill:hover,
.light-content textarea:-webkit-autofill,
.light-content textarea:-webkit-autofill:focus,
.light-content textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #fff
}

.form input[type=color].input-lg,
.form input[type=date].input-lg,
.form input[type=email].input-lg,
.form input[type=number].input-lg,
.form input[type=password].input-lg,
.form input[type=search].input-lg,
.form input[type=tel].input-lg,
.form input[type=text].input-lg,
.form input[type=url].input-lg,
.form select.input-lg {
    height: 52.5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px
}

.form input[type=color].input-md,
.form input[type=date].input-md,
.form input[type=email].input-md,
.form input[type=number].input-md,
.form input[type=password].input-md,
.form input[type=search].input-md,
.form input[type=tel].input-md,
.form input[type=text].input-md,
.form input[type=url].input-md,
.form select.input-md {
    height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px
}

.form input[type=color].input-sm,
.form input[type=date].input-sm,
.form input[type=email].input-sm,
.form input[type=number].input-sm,
.form input[type=password].input-sm,
.form input[type=search].input-sm,
.form input[type=tel].input-sm,
.form input[type=text].input-sm,
.form input[type=url].input-sm,
.form select.input-sm {
    height: 37px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px
}

.form input[type=color] {
    padding: 3px !important
}

.form input.form-check-input {
    border: 1px solid var(--color-gray-1)
}

.form textarea {
    font-size: 13px;
    font-weight: 400;
    color: var(--color-dark-1);
    border-color: rgba(0, 0, 0, .183);
    padding: 0 7px;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: none
}

.form textarea::placeholder {
    color: var(--color-gray-2);
    transition: var(--transition-default)
}

.form textarea:hover::placeholder {
    color: var(--color-gray-1)
}

.form textarea:focus {
    color: var(--color-dark-1);
    border-color: rgba(0, 0, 0, .7);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.light-content textarea:hover {
    background: 0 0;
    border-color: rgba(255, 255, 255, .5)
}

.light-content textarea:focus {
    color: #fff;
    background: 0 0;
    border-color: rgba(255, 255, 255, .75)
}

.light-content .form textarea::placeholder {
    color: rgba(255, 255, 255, .6)
}

.light-content .form textarea:hover::placeholder {
    color: rgba(255, 255, 255, .75)
}

.form textarea.input-lg {
    padding: 12px 20px;
    font-size: 16px
}

.form textarea.input-md {
    padding: 8px 15px;
    font-size: 15px
}

.form textarea.input-sm {
    padding: 5px 10px;
    font-size: 14px
}

.form input.input-circle,
.form select.input-circle,
.form textarea.input-circle {
    border-radius: 27px
}

.form div.error,
.form div.success {
    margin-top: 20px;
    padding: 13px 20px;
    color: #fff;
    border-radius: var(--border-radius-default);
    text-align: center
}

.form label {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3
}

.form .form-group {
    margin-bottom: 21px
}

.form div.error {
    background: var(--bs-danger)
}

.form div.error label,
.form div.success label {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: none
}

.form div.success {
    background: rgba(50, 178, 95, .75)
}

.form-tip,
.form-tip a {
    font-size: 14px;
    line-height: 1.43;
    color: var(--color-gray-1)
}

.form-tip .fa {
    font-size: 12px
}

.form-control,
.main-nav.mobile-on .mn-sub>li:last-child>a,
.main-nav.mobile-on.transparent .mn-sub>li:first-child>a,
.works-grid.grid-intro-2 .work-item .work-img,
.works-grid.grid-intro-2 .work-item .work-img .work-img-bg {
    border-radius: 0
}

.form input[type=color].underline,
.form input[type=date].underline,
.form input[type=email].underline,
.form input[type=number].underline,
.form input[type=password].underline,
.form input[type=search].underline,
.form input[type=tel].underline,
.form input[type=text].underline,
.form input[type=url].underline,
.form select.underline,
.form textarea.underline {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
    border-width: 2px;
    border-color: var(--color-dark-1);
    border-radius: 0
}

.hs-status,
.mobile-on .mn-sub li {
    padding-left: 10px
}

.form input[type=color].underline,
.form input[type=date].underline,
.form input[type=email].underline,
.form input[type=number].underline,
.form input[type=password].underline,
.form input[type=search].underline,
.form input[type=tel].underline,
.form input[type=text].underline,
.form input[type=url].underline,
.form textarea.underline {
    padding-right: 0
}

.form input[type=color].underline:focus,
.form input[type=date].underline:focus,
.form input[type=email].underline:focus,
.form input[type=number].underline:focus,
.form input[type=password].underline:focus,
.form input[type=search].underline:focus,
.form input[type=tel].underline:focus,
.form input[type=text].underline:focus,
.form input[type=url].underline:focus,
.form select.underline:focus,
.form textarea.underline:focus,
.form.newsletter-modern input.newsletter-field:focus,
.post-prev-3.gradient .post-prev-3-container,
.post-prev-3.gradient .post-prev-3-container:hover {
    box-shadow: none
}

.input-grad-wrap {
    border: 1px solid transparent;
    background: linear-gradient(to right, #fff, #fff), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box
}

.form input[type=color].input-grad:focus,
.form input[type=date].input-grad:focus,
.form input[type=email].input-grad:focus,
.form input[type=number].input-grad:focus,
.form input[type=password].input-grad:focus,
.form input[type=search].input-grad:focus,
.form input[type=tel].input-grad:focus,
.form input[type=text].input-grad:focus,
.form input[type=url].input-grad:focus,
.form select.input-grad:focus,
.form textarea.input-grad:focus {
    border: none;
    box-shadow: none
}

.home-section {
    display: block;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-content {
    text-align: center
}

@keyframes scroll-down-anim {
    0%,
    100% {
        transform: translateY(-5px)
    }
    50% {
        transform: translateY(5px)
    }
}

.scroll-down-wrap {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 48px;
    height: 48px;
    margin-left: -24px
}

.scroll-down {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: var(--color-dark-1) !important;
    font-size: 22px;
    text-decoration: none;
    transition: .5s cubic-bezier(.25, .46, .45, .94);
    animation: 1.15s infinite scroll-down-anim
}

.scroll-down-1,
.scroll-down-1-icon {
    display: inline-flex;
    justify-content: center
}

.scroll-down:before {
    display: block;
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--box-shadow);
    z-index: 1;
    transition: all .4s var(--ease-elastic-2)
}

.scroll-down-1-icon:before,
.scroll-down-1-text {
    transition: opacity .4s ease, transform .4s var(--ease-elastic-2)
}

.scroll-down:hover:before {
    box-shadow: var(--box-shadow-strong);
    transform: translate(-50%, -50%) scale(1.25)
}

.scroll-down i {
    position: relative;
    top: 1px;
    z-index: 2
}

.scroll-down-wrap-4,
.scroll-down-wrap-type-1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%
}

.scroll-down-1 {
    align-items: center;
    text-decoration: none
}

.scroll-down-1-icon {
    position: relative;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    font-size: 24px
}

.scroll-down-1-icon:before,
.scroll-down-3-wrap,
.scroll-down-wrap-2 {
    position: absolute;
    width: 100%;
    left: 0
}

.scroll-down-1-icon:before {
    content: "";
    top: 0;
    display: block;
    height: 100%;
    border: 1px solid var(--color-dark-1);
    border-radius: 50%;
    opacity: .38
}

.scroll-down-1-icon img,
.scroll-down-1-icon svg {
    width: 24px;
    height: 24px;
    opacity: .43;
    transition: .4s
}

.scroll-down-1-icon i {
    opacity: .43;
    transition: .4s
}

.scroll-down-1-text {
    font-size: 14px;
    opacity: .6
}

.scroll-down-1:hover,
a.portfolio-5-link {
    text-decoration: none;
    color: inherit
}

.scroll-down-1:hover .scroll-down-1-icon:before {
    opacity: 1;
    transform: scale(1.25)
}

.inner-nav li.js-opened .mn-sub,
.light-content .logo-grid-img:hover,
.light-content .services-tabs>li>a.active,
.light-content .works-filter.works-filter-fancy a,
.logo-grid-img:hover,
.logo-item:hover,
.main-nav.dark .inner-nav ul li .mn-sub li a,
.main-nav.dark .main-nav-icon-cart,
.main-nav.dark .mi-chevron-down,
.main-nav.dark.body-scrolled .inner-nav ul>li>a.active .mi-chevron-down,
.main-nav.dark.body-scrolled .inner-nav ul>li>a:hover .mi-chevron-down,
.owl-next:hover,
.owl-prev:hover,
.scroll-down-1:hover .scroll-down-1-icon i,
.scroll-down-1:hover .scroll-down-1-icon img,
.scroll-down-1:hover .scroll-down-1-icon svg,
.services-tabs>li a.active,
.works-filter.works-filter-bold a.active:before,
.works-filter.works-filter-fancy a.active:after,
.works-filter.works-filter-slick a.active:after {
    opacity: 1
}

.scroll-down-1:hover .scroll-down-1-text {
    opacity: 1;
    transform: translateX(7px)
}

.light-content .scroll-down-1-icon i,
.light-content .scroll-down-1-icon img,
.light-content .scroll-down-1-icon svg,
.post-prev-3-title a:hover,
.post-prev-title a:hover,
.team-social-links a:hover {
    opacity: .65
}

.light-content .scroll-down-1-icon:before,
.light-content .works-filter.works-filter-gradient a:hover:before {
    border-color: #fff;
    opacity: .5
}

.light-content .scroll-down-1-text,
.works-grid.hide-titles .work-descr {
    color: #fff;
    opacity: .7
}

.scroll-down-wrap-2 {
    bottom: 30px;
    line-height: 0
}

.scroll-down-2,
.scroll-down-2:hover {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-dark-1);
    animation: 1.5s ease-out infinite scroll-down-2
}

@keyframes scroll-down-2 {
    0%,
    100% {
        transform: translateY(-10px)
    }
    50% {
        transform: translateY(10px);
        animation-timing-function: ease-in
    }
}

.scroll-down-3-wrap {
    bottom: 0;
    display: flex;
    justify-content: center
}

.scroll-down-3,
.scroll-down-4 {
    position: relative;
    color: var(--color-dark-1);
    text-decoration: none
}

.scroll-down-3 {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    transition: letter-spacing .27s var(--ease-out-medium)
}

.link-to-top-2:hover,
.scroll-down-3:hover {
    color: unset;
    text-decoration: none;
    letter-spacing: .2em
}

.scroll-down-3:after {
    content: "";
    display: block;
    width: 1px;
    height: 106px;
    margin: 6px auto -53px;
    background: var(--color-dark-1)
}

.light-content .scroll-down-3:after {
    background: rgba(193, 193, 193, .9)
}

.scroll-down-4 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border: 2px solid var(--color-dark-1);
    border-radius: 50%;
    transition: all .27s var(--ease-default)
}

.scroll-down-4:before,
.slider-strong .owl-next:before,
.slider-strong .owl-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    transform: scale(.3);
    transition: all .27s var(--ease-out-medium)
}

.hs-social.left,
.hs-status {
    left: var(--full-wrapper-margin-x)
}

.mobile-on .mn-has-sub>.mi-chevron-down,
.mobile-on .mn-has-sub>.mi-chevron-right {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 22px;
    right: 10px;
    margin-top: -12px
}

.edge-top-figure-1:before,
.edge-top-figure-2:before {
    transform: translateX(-50%);
    width: 160%;
    height: 520%;
    content: ""
}

.inner-nav ul li a,
.nav-logo-wrap .logo {
    transition: .2s cubic-bezier(0, 0, .58, 1)
}

.scroll-down-4:hover {
    color: #fff;
    border-color: transparent;
    text-decoration: none
}

.appear-animate .wow.scaleOutIn,
.scroll-down-4:hover:before {
    opacity: 1;
    transform: scale(1.2)
}

.light-content .scroll-down-4:hover {
    color: var(--color-dark-1);
    border-color: transparent
}

.hs-status {
    position: absolute;
    bottom: 30px;
    width: 180px;
    font-size: 16px;
    line-height: 1.375;
    border-left: 2px solid currentColor
}

.hs-social {
    position: absolute;
    bottom: 30px;
    right: var(--full-wrapper-margin-x)
}

.hs-social.left {
    right: auto
}

.hs-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: 8px;
    font-size: 16px;
    color: var(--color-dark-1);
    text-decoration: none;
    border: 1px solid var(--color-dark-1);
    border-radius: 50%;
    transition: var(--transition-default)
}

.hs-social-link:hover {
    color: #fff;
    background: var(--color-dark-1);
    text-decoration: none
}

.bg-video-overlay,
.bg-video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bg-video,
.split-image-left>img,
.split-image-right>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

a.bg-video-button-muted,
a.bg-video-button-pause {
    width: 1em;
    bottom: 20px;
    font-size: 24px;
    line-height: 1;
    z-index: 1000;
    position: absolute;
    color: var(--color-dark-1)
}

.bg-video::-webkit-media-controls,
.bg-video::-webkit-media-controls-panel,
.bg-video::-webkit-media-controls-play-button,
.bg-video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
}

a.bg-video-button-muted {
    display: block;
    height: 1em;
    left: 20px
}

a.bg-video-button-pause {
    display: block;
    height: 1em;
    left: 60px
}

.edge-top-figure-1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15%;
    overflow: hidden;
    background: #fff
}

.edge-top-figure-1:before,
.edge-top-figure-2 {
    background: var(--color-dark-1);
    top: 0;
    position: absolute
}

.edge-top-figure-1:before {
    left: 50%;
    display: block;
    border-radius: 100%
}

.edge-top-figure-2 {
    width: 100%;
    left: 0;
    padding-top: 15%;
    overflow: hidden
}

.edge-top-figure-2:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    background: var(--color-dark-2);
    border-radius: 100%
}

.bg-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 90.1875%
}

.bg-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 53.625%
}

.bg-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 90.1875%
}

.bg-shape-4,
.link-to-top-2-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.bg-shape-5 {
    position: absolute;
    top: 0;
    right: 0;
    width: 34.375%;
    height: 100%;
    background: var(--gradient-primary-1-b);
    opacity: .15
}

.bg-shape-6 {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 35.325%;
    padding-top: 35.325%;
    background: var(--gradient-primary-1);
    border-radius: 100%;
    opacity: .15;
    transform: translate(9.7%, -50%) rotate(90deg)
}

.bg-shape-7 {
    position: absolute;
    top: -10%;
    left: 0;
    width: 187%
}

.bg-line-1 {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%
}

.fullwidth-gallery-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%
}

.fullwidth-galley-content {
    position: relative;
    z-index: 25
}

.fullwidth-gallery,
.fullwidth-gallery .owl-wrapper {
    display: flex !important;
    align-items: stretch
}

.fullwidth-gallery .owl-wrapper-outer {
    display: flex;
    align-items: stretch;
    height: auto !important
}

.fullwidth-gallery .owl-item {
    display: flex !important;
    align-items: stretch;
    height: 100% !important
}

.typewrite .wrap:after {
    animation: 1s infinite blink
}

@keyframes blink {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.stack-images {
    position: relative;
    margin: 0 auto;
    padding: 19.2307% 0
}

.stack-images-1 {
    max-width: 57.692%;
    position: absolute;
    top: 0;
    right: 0
}

.stack-images-2 {
    position: relative;
    max-width: 57.692%;
    margin: 0 auto
}

.stack-images-3 {
    max-width: 57.692%;
    position: absolute;
    bottom: 0;
    left: 0
}

.appear-animate .charsAnimIn .char {
    opacity: 0;
    transform: translateY(.5em) rotate(7deg);
    transform-origin: 0 50%;
    transition: transform .62s var(--ease-out-short), opacity .62s var(--ease-default);
    transition-delay: calc( 0.027s * var(--char-index))
}

html:not(.mobile) .appear-animate .charsAnimIn .char,
html:not(.mobile) .appear-animate .charsAnimIn-1 .char,
html:not(.mobile) .appear-animate .charsAnimIn-2 .char,
html:not(.mobile) .appear-animate .charsAnimInLong .char,
html:not(.mobile) .appear-animate .charsAnimInLong-1 .char,
html:not(.mobile) .appear-animate .linesAnimIn .word,
html:not(.mobile) .appear-animate .linesAnimInLong .word,
html:not(.mobile) .appear-animate .wordsAnimIn .word {
    will-change: opacity, transform
}

.accordion-1>dd.active>div,
.accordion-1>dt>a:hover>span:before,
.charsAnimIn-1.animated .char,
.charsAnimIn-2.animated .char,
.charsAnimIn.animated .char,
.charsAnimInLong-1.animated .char,
.charsAnimInLong.animated .char,
.footer-2-social-links a:hover:before,
.footer-social-links a:hover:before,
.linesAnimIn.animated .word,
.linesAnimInLong.animated .word,
.mn-soc-link.alt:after,
.mn-soc-link:hover:after,
.mobile .charsAnimIn .char,
.mobile .charsAnimIn-1 .char,
.mobile .charsAnimIn-2 .char,
.mobile .charsAnimInLong .char,
.mobile .charsAnimInLong-1 .char,
.mobile .linesAnimIn .word,
.mobile .linesAnimInLong .word,
.mobile .owl-animate-chars .char,
.mobile .wordsAnimIn .word,
.owl-item.active .owl-animate-chars .char,
.services-2-descr.js-visible .services-2-descr-inner,
.services-7-tabs>li>a.active .services-7-arrow,
.team-1-social-links>a:hover:before,
.wordsAnimIn.animated .word {
    opacity: 1;
    transform: none
}

.appear-animate .charsAnimIn-1 .char {
    opacity: 1;
    transform: translateX(.01em) translateY(.27em) translateZ(0) rotate(.0003deg);
    transition: transform 1s var(--ease-out-short), opacity 1s var(--ease-default);
    transition-delay: calc( 0.037s * var(--char-index))
}

.appear-animate .charsAnimIn-2 .char {
    opacity: 0;
    transform: translateY(.2em) translateZ(0) rotate(5deg);
    transition: transform .5s var(--ease-out-short), opacity 1s var(--ease-default);
    transition-delay: calc( 0.0427s * var(--char-index))
}

.appear-animate .charsAnimInLong .char {
    opacity: 0;
    transform: translateX(.5em);
    transform-origin: 0 50%;
    transition: transform .85s var(--ease-out-short), opacity .62s var(--ease-default);
    transition-delay: calc( 0.03s * var(--char-index))
}

.appear-animate .charsAnimInLong-1 .char {
    opacity: 0;
    transform: translateX(.275em);
    transform-origin: 0 50%;
    transition: transform 1s var(--ease-out-short), opacity .62s var(--ease-default);
    transition-delay: calc( 0.039s * var(--char-index))
}

.appear-animate .wordsAnimIn .word {
    opacity: 0;
    transform: translateY(1em) scale(.75) skew(-5deg) rotate(7deg);
    transform-origin: 0 50%;
    transition: transform .5s var(--ease-out-short), opacity .5s var(--ease-out-short);
    transition-delay: calc( 0.05s * var(--word-index))
}

.appear-animate .linesAnimIn .word {
    opacity: 1;
    backface-visibility: hidden;
    transform: translateY(39px) translateZ(0) scale(1) rotate(.02deg);
    transform-origin: 0 50%;
    transition: transform 1s cubic-bezier(0, .55, .45, 1), opacity 1s cubic-bezier(0, .55, .45, 1);
    transition-delay: calc( 0.05s * var(--line-index))
}

.appear-animate .linesAnimInLong .word {
    opacity: 0;
    backface-visibility: hidden;
    transform: translateY(39px) translateZ(0) scale(1) rotate(.02deg);
    transform-origin: 0 50%;
    transition: transform 1s cubic-bezier(0, .55, .45, 1), opacity 1s cubic-bezier(0, .55, .45, 1);
    transition-delay: calc( 0.1s * var(--line-index))
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.wow,
.wow-menubar,
.wow-p {
    opacity: .001;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.appear-animate .wow-menubar.animated,
.appear-animate .wow-p.amimated,
.appear-animate .wow.animated,
.appear-animate .wow.scaleOutIn.animated,
.mobile .appear-animate .wow,
.mobile .appear-animate .wow-menubar,
.mobile .appear-animate .wow-p,
.slider-bold .owl-next:hover:before,
.slider-bold .owl-prev:hover:before,
.team-carousel .owl-item.active .team-item {
    opacity: 1;
    transform: scale(1)
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -37px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 37px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(37px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(-37px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        transform: translate3d(0, -12px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDownShort {
    animation-name: fadeInDownShort
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        transform: translate3d(0, 12px, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUpShort {
    animation-name: fadeInUpShort
}

@keyframes fadeInLeftShort {
    0% {
        opacity: 0;
        transform: translate3d(12px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeftShort {
    animation-name: fadeInLeftShort
}

@keyframes fadeInRightShort {
    0% {
        opacity: 0;
        transform: translate3d(-12px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRightShort {
    animation-name: fadeInRightShort
}

@keyframes scalexIn {
    0% {
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left center
    }
    to {
        opacity: 1;
        transform: scaleX(1);
        transform-origin: left center
    }
}

.scalexIn {
    animation-name: scalexIn
}

@keyframes fadeScaleIn {
    0% {
        opacity: 0;
        transform: scale(.95) translateZ(.1px)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fadeScaleIn {
    animation-name: fadeScaleIn
}

@keyframes scaleOutIn {
    0% {
        transform: scale(1.2) translateZ(.1px)
    }
    to {
        transform: scale(1)
    }
}

.scaleOutIn {
    animation-name: scaleOutIn;
    animation-timing-function: var(--ease-out-short)
}

@keyframes fadeScaleOutIn {
    0% {
        opacity: 0;
        transform: translateY(10px) translateZ(.1px) scale(1.1)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fadeScaleOutIn {
    animation-name: fadeScaleOutIn
}

@keyframes clipRightIn {
    0% {
        clip-path: inset(0 100% 0 0)
    }
    to {
        clip-path: inset(0)
    }
}

.clipRightIn {
    animation-name: clipRightIn;
    animation-timing-function: var(--ease-out-medium)
}

@keyframes fadeRotateIn {
    0% {
        opacity: 0;
        transform: rotateX(60deg) rotateY(10deg) rotateZ(-10deg);
        transform-origin: top;
        animation-timing-function: var(--ease-out-short)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeRotateIn {
    animation-name: fadeRotateIn
}

.nav-logo-wrap {
    position: absolute;
    top: 0;
    left: 0;
    flex-shrink: 0;
    z-index: 1
}

.inner-nav,
.inner-nav ul li,
.main-nav,
.main-nav-sub {
    position: relative
}

.nav-logo-wrap .logo {
    display: flex;
    align-items: center;
    max-width: 188px;
    height: var(--menu-bar-height)
}

.nav-logo-wrap .logo img {
    max-height: 100%
}

.body-scrolled .scrolled-hidden,
.faq-item.hidden,
.main-nav.light-after-scroll .logo-white,
.main-nav.light-after-scroll.dark .logo-dark,
.mobile-nav-display,
.mobile-nav-display-i,
.mobile-on .scrolled-visible,
.mt-close,
.nav-logo-wrap .logo:after,
.nav-logo-wrap .logo:before,
.portfolio-4-carousel .owl-pagination,
.scrolled-visible,
.team-carousel .owl-pagination,
.testimonials-slider-3 .owl-pagination,
.works-filter.works-filter-bold a:after,
.works-filter.works-filter-elegant a:after,
.works-filter.works-filter-gradient a:after,
.works-filter.works-filter-slick a:after {
    display: none
}

.logo,
a.logo:hover {
    font-size: 18px;
    font-weight: 600 !important;
    text-decoration: none;
    color: rgba(0, 0, 0, .9)
}

.main-nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    height: var(--menu-bar-height) !important;
    top: 0;
    left: 0;
    text-align: left;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .025), 0 1px 1px 0 rgba(0, 0, 0, .01), 0 0 50px 0 rgba(0, 0, 0, .07);
    z-index: 1030;
    transition: all .2s var(--ease-default)
}

.main-nav.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.main-nav:not(.mobile-on).small-height .inner-nav>ul>li>a,
.small-height {
    height: var(--menu-bar-height-scrolled) !important
}

.inner-nav ul li .mn-sub li a,
.mn-group-title,
.mobile-on .desktop-nav ul li a {
    height: auto !important;
    line-height: 1.3 !important;
    border-left: none;
    border-right: none;
    text-align: left
}

.main-nav-sub {
    flex-grow: 1;
    display: flex
}

.inner-nav {
    flex-grow: 1
}

.inner-nav ul {
    margin: auto;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.3
}

.inner-nav ul i.align-center:before {
    display: block;
    margin-top: -.15em;
    transform: translateY(13.5%)
}

.inner-nav ul i.mi-mobile:before {
    margin-left: -.25em;
    margin-right: -.25em
}

.inner-nav>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center
}

.inner-nav ul li {
    margin: 0 18px
}

.inner-nav ul li:first-child,
.works-filter a:first-child {
    margin-left: 0
}

.mn-sub li,
.mobile-on .inner-nav li {
    margin: 0 !important
}

.inner-nav ul li:last-child {
    margin-right: 0
}

.inner-nav>ul.items-end {
    position: absolute;
    top: 0;
    right: 0
}

.inner-nav ul li a {
    display: inline-block;
    text-decoration: none
}

.inner-nav>ul>li>a {
    display: table-cell;
    vertical-align: middle;
    height: var(--menu-bar-height);
    opacity: .65
}

.inner-nav ul li a.active,
.inner-nav ul li a:hover {
    color: var(--color-dark-1);
    opacity: 1;
    text-decoration: none
}

.inner-nav .mi-chevron-down {
    margin-left: -.19em;
    font-size: 16px;
    transition: all .2s var(--ease-default), color 0 var(--ease-default)
}

.mn-sub {
    display: none;
    width: 220px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background: rgba(35, 35, 35, .9927);
    border-radius: 0 0 3px 3px
}

.light-content .mn-sub {
    background: rgba(50, 50, 50, .9927)
}

.inner-nav .mn-sub .mn-sub,
.mn-has-multi a,
.transparent .mn-sub {
    border-radius: 3px
}

.transparent .mn-sub>li:first-child>a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.mn-sub>li:last-child>a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.mn-sub li {
    display: block;
    width: 100%
}

.inner-nav ul li .mn-sub li a,
.mn-group-title {
    display: block;
    width: 100%;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: var(--color-gray-light-5) !important;
    outline-offset: -2px !important;
    transition: var(--transition-default)
}

.mobile-on .mn-has-multi>li:last-child>a {
    border-bottom: 1px solid rgba(255, 255, 255, .065) !important
}

.inner-nav ul li .mn-sub li a:hover,
.mn-sub li a.active,
.mn-sub li a:hover {
    background: rgba(255, 255, 255, .09);
    color: var(--color-gray-light-1) !important
}

.mn-sub:not(.mn-has-multi) li ul {
    left: 100%;
    right: auto;
    top: 0;
    border-left: 1px solid rgba(255, 255, 255, .07)
}

.inner-nav li .mn-sub.to-left {
    left: auto;
    right: 0
}

.inner-nav li .mn-sub li ul.to-left,
.inner-nav>li:last-child .mn-sub li ul,
.inner-nav>ul>li:last-child .mn-sub li ul {
    left: auto;
    right: 100%;
    top: 0;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, .07)
}

.mobile-on .inner-nav li:last-child .mn-sub li ul {
    left: auto;
    right: auto;
    top: 0
}

.mn-wrap {
    padding: 8px
}

.mn-has-multi {
    width: auto !important;
    padding: 15px;
    text-align: left;
    white-space: nowrap
}

.mn-sub-multi {
    width: 200px !important;
    overflow: hidden;
    white-space: normal;
    float: none !important;
    display: inline-block !important
}

.mn-sub-multi>ul {
    width: auto;
    margin: 0;
    padding: 0;
    float: none
}

.mn-group-title {
    font-size: 18px !important
}

.mn-soc-link,
.mobile-nav {
    font-size: 16px;
    cursor: pointer
}

.mn-group-title:hover {
    background: 0 0 !important
}

.mobile-on .mn-sub-multi>ul {
    left: auto;
    right: auto;
    border: none
}

.mobile-on .mn-sub-multi {
    display: block;
    width: 100% !important
}

.mobile-on .mn-sub-multi>ul>li:last-child>a,
.mobile-on .mn-sub:not(.mn-has-multi)>li:last-child>a {
    border: none !important
}

.mobile-on .mn-sub-multi:last-child>ul {
    border-bottom: none !important
}

.mobile-on .desktop-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 100
}

.fw-social-inline .link-hover-anim,
.mobile-on .full-wrapper .desktop-nav {
    padding: 0
}

.mobile-on .desktop-nav ul {
    position: relative;
    width: 100%;
    float: none;
    overflow-x: hidden;
    background: rgba(18, 18, 18, .995)
}

.mobile-on .desktop-nav>ul {
    overflow-y: auto;
    display: block
}

.mobile-on .desktop-nav ul li {
    display: block;
    float: none !important;
    overflow: hidden
}

.mobile-on .desktop-nav ul li ul {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-on .desktop-nav ul li a {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .065);
    color: var(--color-gray-light-5);
    opacity: 1;
    cursor: pointer
}

.mobile-on .desktop-nav ul li a.active,
.mobile-on .desktop-nav ul li a:hover {
    background: rgba(255, 255, 255, .025);
    color: #eee
}

.mobile-on .desktop-nav ul li a:focus {
    outline-offset: -2px !important
}

.mobile-on .mobile-nav-display {
    display: block !important
}

.mobile-on .mobile-nav-display-i {
    display: inline-block !important
}

.mobile-on .mn-has-sub>.mi-chevron-down {
    display: block;
    position: absolute;
    top: 50%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%
}

.mobile-on .mn-has-sub>.mi-chevron-right {
    display: block;
    position: absolute;
    top: 50%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    transform: rotate(90deg);
    border-radius: 50%
}

.mobile-on .js-opened>.mn-has-sub>.mi-chevron-down {
    border-color: rgba(255, 255, 255, .4);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-on .js-opened>.mn-has-sub>.mi-chevron-right {
    border-color: rgba(255, 255, 255, .4);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg)
}

.mobile-on .mn-sub {
    display: none;
    opacity: 0;
    left: 0 !important;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none;
    z-index: 10
}

.mobile-nav {
    display: none;
    margin-left: auto;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    height: var(--menu-bar-height);
    transition: .2s cubic-bezier(0, 0, .58, 1);
    transition-property: background, color, height
}

.main-nav.small-height .mobile-nav {
    height: var(--menu-bar-height-scrolled)
}

.mobile-nav:active {
    box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset
}

.mobile-on .mobile-nav,
.number-1-item {
    display: flex
}

.mobile-nav-icon {
    position: relative;
    display: block;
    width: 1.8em;
    height: 2px;
    margin: auto;
    background: var(--color-dark-1)
}

.mobile-nav-icon:after,
.mobile-nav-icon:before {
    content: "";
    position: absolute;
    top: -.5em;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    transition: var(--transition-default);
    will-change: top, transform
}

.mobile-nav-icon:after {
    top: .5em
}

.main-nav.dark .mobile-nav.active .mobile-nav-icon,
.mobile-nav.active .mobile-nav-icon {
    background: 0 0
}

.mobile-nav.active .mobile-nav-icon:before {
    top: 0;
    transform: rotate(45deg)
}

.mobile-nav.active .mobile-nav-icon:after {
    top: 0;
    transform: rotate(-45deg)
}

.mobile-on .mn-has-multi {
    width: auto;
    padding: 0;
    text-align: left;
    white-space: normal
}

.mobile-on .mn-sub {
    width: 100%;
    float: none;
    position: relative;
    overflow-x: hidden
}

.main-nav.dark {
    background-color: rgba(10, 10, 10, .905);
    box-shadow: none
}

.main-nav.dark-mode {
    background-color: rgba(27, 27, 27, .905)
}

.main-nav:not(.transparent) {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.main-nav.dark .inner-nav ul>li>a {
    color: #fff;
    opacity: .78
}

.light-content .works-filter a.active,
.light-content .works-filter a:hover,
.light-content .works-filter.works-filter-bold a,
.main-nav.dark .inner-nav ul>li>a.active,
.main-nav.dark .inner-nav ul>li>a:hover {
    color: #fff;
    opacity: 1
}

.main-nav.dark .mobile-nav {
    background-color: transparent;
    border-color: transparent
}

.main-nav.mobile-on.dark .inner-nav {
    border-top: 1px solid rgba(100, 100, 100, .4)
}

.main-nav.dark .logo,
.main-nav.dark a.logo:hover {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: rgba(255, 255, 255, .9)
}

.main-nav.dark .mn-sub {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.marquee-style-1,
.services-3-item,
.services-5-item,
.team-1-item {
    box-shadow: var(--box-shadow-block)
}

.main-nav.transparent {
    background: 0 0 !important;
    box-shadow: none
}

.main-nav.js-transparent {
    transition: all .2s var(--ease-default)
}

.mn-soc-link,
.mn-soc-link:before {
    transition: all .2s var(--ease-out-medium)
}

.mn-soc-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    isolation: isolate
}

.accordion>dt>a.active,
.services-7-tabs>li>a.active,
.works-filter {
    cursor: default
}

.mn-soc-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor;
    border-radius: 50%;
    opacity: .2;
    z-index: -1
}

.mn-soc-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.25);
    transition: all .2s var(--ease-out-short);
    z-index: -1
}

.map-section.js-active .mt-icon,
.mn-soc-link.alt:before,
.mn-soc-link.mn-soc-link-color:hover:before,
.mn-soc-link:hover:before {
    opacity: 0
}

.contact-1-text a:hover,
.mn-soc-link.alt:hover,
.post-prev-3.gradient .post-prev-3-title a:hover {
    opacity: .85
}

.mn-soc-link.mn-soc-link-color {
    color: var(--color-primary-1)
}

.mn-soc-link.mn-soc-link-color:before {
    border-color: var(--color-primary-1);
    opacity: 1
}

.mn-soc-link.mn-soc-link-color:after {
    background: var(--color-primary-1)
}

.bg-image,
.page-section,
.small-section {
    width: 100%;
    display: block;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y)
}

.small-section {
    padding: 100px 0
}

.fixed-height-large {
    min-height: 800px
}

.fixed-height-medium {
    min-height: 700px
}

.fixed-height-small {
    min-height: 600px
}

.bg-overlay,
.section-image-behind {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section-gradient-top,
.section-gradient-top-dark {
    height: 5vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.bg-scroll {
    background-attachment: scroll !important;
    background-position: center center !important
}

.parallax-1,
.parallax-10,
.parallax-2,
.parallax-3,
.parallax-4,
.parallax-5,
.parallax-6,
.parallax-7,
.parallax-8,
.parallax-9 {
    background-position-y: 0
}

.bg-white,
.light-content .ci-link a:after,
.light-content .section-more:after,
.light-content .text-link:after,
.light-content .works-filter a:after {
    background-color: #fff
}

.bg-gray-light-1 {
    background-color: var(--color-gray-light-1)
}

.bg-gray-light-2 {
    background-color: var(--color-gray-light-2)
}

.bg-dark-1,
.google-map>iframe {
    background-color: var(--color-dark-1) !important
}

.bg-dark-2 {
    background-color: var(--color-dark-2) !important
}

.bg-dark-3 {
    background-color: var(--color-dark-3) !important
}

.bg-primary-1 {
    background-color: var(--color-primary-1) !important
}

.bg-primary-2 {
    background-color: var(--color-primary-2) !important
}

.bg-primary-3 {
    background-color: var(--color-primary-3) !important
}

.bg-primary-4 {
    background-color: var(--color-primary-4) !important
}

.bg-gradient-gray-light-1 {
    background-image: var(--gradient-gray-light-1)
}

.bg-gradient-gray-light-2 {
    background-image: var(--gradient-gray-light-2)
}

.bg-gradient-gray-dark-1 {
    background-image: linear-gradient(0deg, var(--color-dark-2) 0, transparent 100%)
}

.bg-gradient-gray-dark-2 {
    background-image: linear-gradient(0deg, transparent 0, var(--color-dark-2) 100%)
}

.bg-gradient-white {
    background-image: linear-gradient(0deg, #fff 0, transparent 60%)
}

.bg-gradient-dark {
    background-image: linear-gradient(0deg, var(--color-dark-1) 0, transparent 60%)
}

.bg-gradient-dark-1 {
    background-image: linear-gradient(0deg, transparent 85%, var(--color-dark-1) 100%)
}

.bg-gradient-primary-light-1 {
    background-image: linear-gradient(-90deg, var(--color-primary-light-3) 0, var(--color-primary-light-2) 100%)
}

.bg-gradient-primary-dark-1 {
    background-image: linear-gradient(-90deg, var(--color-primary-3) 0, var(--color-primary-2) 100%)
}

.bg-gradient-primary-alpha-1:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: var(--gradient-primary-alpha-1);
    opacity: .97
}

.bg-gradient-primary-alpha-2:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: var(--gradient-primary-alpha-2);
    opacity: .97
}

.bg-gradient-dark-alpha-1:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: var(--gradient-dark-alpha-1);
    opacity: .97
}

.bg-gradient-dark-alpha-2:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: var(--gradient-dark-alpha-2);
    opacity: .97
}

.section-gradient-top {
    background: linear-gradient(180deg, var(--color-gray-light-2) 0, transparent 100%)
}

.section-gradient-top-dark {
    background: linear-gradient(180deg, var(--color-dark-2) 0, transparent 100%)
}

.bg-blur {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.light-content .blog-item-data,
.light-content .blog-item-data a,
.light-content a {
    color: rgba(255, 255, 255, .8)
}

.bg-color-alpha .YTPOverlay:before,
.bg-color-alpha-30 .YTPOverlay:before,
.bg-color-alpha-30:before,
.bg-color-alpha-50 .YTPOverlay:before,
.bg-color-alpha-50:before,
.bg-color-alpha-60 .YTPOverlay:before,
.bg-color-alpha-60:before,
.bg-color-alpha-70 .YTPOverlay:before,
.bg-color-alpha-70:before,
.bg-color-alpha-80 .YTPOverlay:before,
.bg-color-alpha-80:before,
.bg-color-alpha-90 .YTPOverlay:before,
.bg-color-alpha-90:before,
.bg-color-alpha:before,
.bg-dark-alpha .YTPOverlay:before,
.bg-dark-alpha-30 .YTPOverlay:before,
.bg-dark-alpha-30:before,
.bg-dark-alpha-50 .YTPOverlay:before,
.bg-dark-alpha-50:before,
.bg-dark-alpha-60 .YTPOverlay:before,
.bg-dark-alpha-60:before,
.bg-dark-alpha-70 .YTPOverlay:before,
.bg-dark-alpha-70:before,
.bg-dark-alpha-80 .YTPOverlay:before,
.bg-dark-alpha-80:before,
.bg-dark-alpha-90 .YTPOverlay:before,
.bg-dark-alpha-90:before,
.bg-dark-alpha:before,
.bg-light-alpha .YTPOverlay:before,
.bg-light-alpha-30 .YTPOverlay:before,
.bg-light-alpha-30:before,
.bg-light-alpha-50 .YTPOverlay:before,
.bg-light-alpha-50:before,
.bg-light-alpha-60 .YTPOverlay:before,
.bg-light-alpha-60:before,
.bg-light-alpha-70 .YTPOverlay:before,
.bg-light-alpha-70:before,
.bg-light-alpha-80 .YTPOverlay:before,
.bg-light-alpha-80:before,
.bg-light-alpha-90 .YTPOverlay:before,
.bg-light-alpha-90:before,
.bg-light-alpha:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.bg-dark-alpha .YTPOverlay:before,
.bg-dark-alpha:before {
    background: #111;
    opacity: .97
}

.bg-dark-alpha-30 .YTPOverlay:before,
.bg-dark-alpha-30:before {
    background: #111;
    opacity: .3
}

.bg-dark-alpha-50 .YTPOverlay:before,
.bg-dark-alpha-50:before {
    background: #111;
    opacity: .5
}

.bg-dark-alpha-60 .YTPOverlay:before,
.bg-dark-alpha-60:before {
    background: #111;
    opacity: .6
}

.bg-dark-alpha-70 .YTPOverlay:before,
.bg-dark-alpha-70:before {
    background: #111;
    opacity: .7
}

.bg-dark-alpha-80 .YTPOverlay:before,
.bg-dark-alpha-80:before {
    background: #111;
    opacity: .8
}

.bg-dark-alpha-90 .YTPOverlay:before,
.bg-dark-alpha-90:before {
    background: #111;
    opacity: .9
}

.bg-light-alpha .YTPOverlay:before,
.bg-light-alpha:before {
    background: rgba(252, 252, 252, .97)
}

.bg-light-alpha-30 .YTPOverlay:before,
.bg-light-alpha-30:before {
    background: rgba(252, 252, 252, .3)
}

.bg-light-alpha-50 .YTPOverlay:before,
.bg-light-alpha-50:before {
    background: rgba(252, 252, 252, .5)
}

.bg-light-alpha-60 .YTPOverlay:before,
.bg-light-alpha-60:before {
    background: rgba(252, 252, 252, .6)
}

.bg-light-alpha-70 .YTPOverlay:before,
.bg-light-alpha-70:before {
    background: rgba(252, 252, 252, .7)
}

.bg-light-alpha-80 .YTPOverlay:before,
.bg-light-alpha-80:before {
    background: rgba(252, 252, 252, .8)
}

.bg-light-alpha-90 .YTPOverlay:before,
.bg-light-alpha-90:before {
    background: rgba(252, 252, 252, .9)
}

.bg-color-primary-1 {
    background-color: var(--color-primary-1)
}

.bg-color-primary-2 {
    background-color: var(--color-primary-2)
}

.bg-color-primary-3 {
    background-color: var(--color-primary-3)
}

.bg-color-primary-4 {
    background-color: var(--color-primary-4)
}

.bg-color-alpha .YTPOverlay:before,
.bg-color-alpha:before {
    background: var(--color-primary-1);
    opacity: .97
}

.bg-color-alpha-30 .YTPOverlay:before,
.bg-color-alpha-30:before {
    background: var(--color-primary-1);
    opacity: .3
}

.bg-color-alpha-50 .YTPOverlay:before,
.bg-color-alpha-50:before {
    background: var(--color-primary-1);
    opacity: .5
}

.bg-color-alpha-60 .YTPOverlay:before,
.bg-color-alpha-60:before {
    background: var(--color-primary-1);
    opacity: .6
}

.bg-color-alpha-70 .YTPOverlay:before,
.bg-color-alpha-70:before {
    background: var(--color-primary-1);
    opacity: .7
}

.bg-color-alpha-80 .YTPOverlay:before,
.bg-color-alpha-80:before {
    background: var(--color-primary-1);
    opacity: .8
}

.bg-color-alpha-90 .YTPOverlay:before,
.bg-color-alpha-90:before {
    background: var(--color-primary-1);
    opacity: .9
}

.bg-gradient-light-1:before,
.bg-gradient-light-2:before,
.features-2-icon:before {
    opacity: .15;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    z-index: -1
}

.bg-gradient-light-1,
.composition-1,
.composition-3 {
    position: relative;
    isolation: isolate
}

.bg-gradient-light-1:before {
    background: var(--gradient-primary-1)
}

.light-content .bg-gradient-light-1:before,
.light-content .bg-gradient-light-2:before,
.light-content .testimonials-grad .testimonials-3-icon,
.light-content .tpl-alt-tabs>li>a:before {
    opacity: .25
}

.bg-gradient-light-2:before,
.features-2-icon:before {
    background: var(--gradient-primary-1-b)
}

.bg-gradient-primary-1 {
    background: var(--gradient-primary-1) !important
}

.bg-gradient-primary-2 {
    background: var(--gradient-primary-1-b) !important
}

.bg-border-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: var(--border-radius-large);
    background: linear-gradient(to right, #fff, #fff), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: .3
}

.light-content .bg-border-gradient:before,
.light-content .features-2-item:before,
.light-content .post-prev-3.gradient .post-prev-3-container:before {
    background: linear-gradient(to right, var(--color-dark-1), var(--color-dark-1)), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: .5
}

.section-caption {
    margin-bottom: 25px;
    color: var(--color-gray-1);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .075em
}

.section-caption-border {
    display: inline-block;
    padding: .45em .7em;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .0095em;
    border: 1px solid currentColor;
    border-radius: 70px;
    z-index: 2
}

.section-caption-fancy,
.section-caption-slick {
    padding: 7px 12px;
    color: var(--color-primary-1);
    letter-spacing: .037em;
    border-radius: 100px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase
}

.section-caption-fancy {
    font-size: 14px;
    background-image: linear-gradient(15deg, var(--color-primary-light-1) 0, transparent 100%)
}

.cookie-banner-text,
.footer,
.footer-2-social-links,
.footer-social-links,
.portfolio-1-descr,
.portfolio-4-descr,
.section-caption-fancy.large,
.testimonials-6-position,
.works-grid.grid-intro-2 .work-item .work-descr {
    font-size: 16px
}

.light-content .section-caption-fancy {
    color: #fff;
    background-image: linear-gradient(15deg, rgba(0, 0, 0, .5) 0, transparent 100%)
}

.section-caption-slick {
    font-size: 14px;
    background-image: linear-gradient(45deg, var(--color-primary-light-1) 0, transparent 100%)
}

.light-content .section-caption-slick {
    color: #fff;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .5) 0, transparent 100%)
}

.section-caption-gradient {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: normal;
    background: var(--gradient-primary-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.section-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.107;
    letter-spacing: -.03em
}

.section-title-tiny {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -.01em
}

.section-title-small {
    margin-top: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.03em
}

.section-title-medium {
    font-size: 82px;
    font-weight: 500;
    letter-spacing: -.025em
}

.section-title-large {
    font-size: 90px;
    font-weight: 500;
    letter-spacing: -.025em
}

.portfolio-1-title a:hover,
.section-title-repeat {
    letter-spacing: -.03em
}

.section-title-repeat {
    flex-shrink: 5;
    position: relative;
    display: inline-block;
    font-size: 120px;
    font-weight: 400
}

.section-title-repeat-left,
.section-title-repeat-right {
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    text-shadow: -1px -1px 0 var(--color-dark-1), 1px -1px 0 var(--color-dark-1), -1px 1px 0 var(--color-dark-1), 1px 1px 0 var(--color-dark-1);
    opacity: .3;
    pointer-events: none
}

.section-title-repeat-left {
    left: calc(-100% - .575em)
}

.section-title-repeat-right {
    right: calc(-100% - .575em)
}

.light-content .section-title-repeat-left,
.light-content .section-title-repeat-right {
    color: var(--color-dark-1);
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff
}

.section-title-strong {
    font-size: 80px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.033em
}

.section-descr,
.section-title-descr {
    color: var(--color-gray-1);
    font-weight: 400
}

.section-title-descr {
    font-size: 18px
}

.light-content .blog-item-q p a,
.light-content .blog-item-q p:after,
.light-content .blog-item-q p:before,
.light-content .blog-item-title a:hover,
.light-content .call-action-2-text dd,
.light-content .comment-author a,
.light-content .section-title-descr,
.light-content .widget-comments,
.light-content .widget-posts,
.light-content .work-process-description {
    color: var(--color-gray-light-6)
}

.section-descr {
    margin-top: 0;
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: -.005em
}

.section-descr-medium {
    margin-top: 0;
    font-size: 24px;
    letter-spacing: -.02em
}

.section-descr-large {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -.025em
}

.section-descr-extralarge {
    margin-top: 0;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.333;
    letter-spacing: -.0325em
}

.section-title-image {
    display: inline-block;
    max-width: .5em;
    margin: -.05em 0 0 -.07em;
    vertical-align: top
}

.section-title-inline {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #fff;
    background-color: var(--color-dark-1);
    border-radius: 30px;
    transform: rotate(-15deg);
    perspective: 99px
}

.section-title-inline.rotate-5 {
    transform: rotate(-5deg)
}

.light-content .section-title-inline {
    color: var(--color-dark-1);
    background-color: #fff
}

.section-title-inline-1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em
}

.section-text {
    font-size: 24px;
    line-height: 1.667;
    letter-spacing: -.005em
}

.section-more,
.text-link {
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.section-features {
    display: flex;
    flex-wrap: wrap
}

.section-features li {
    margin: 0 10px 10px 0;
    padding: 14px 22px 12px;
    font-size: 15px;
    border: 1px solid currentColor;
    border-radius: 35px;
    transition: var(--transition-default)
}

.features-list,
.number-descr,
.services-5-text,
.text-gray,
.work-navigation a,
.work-navigation a:visited,
.works-filter.works-filter-gradient a:hover {
    color: var(--color-gray-1)
}

.features-list-icon {
    position: relative;
    top: .075em;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #fff;
    background: var(--color-dark-1);
    border-radius: 50%
}

.features-list-icon svg,
.work-process-icon svg {
    display: block;
    width: 1em;
    height: 1em
}

.features-list-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.features-list-icon.features-list-grad {
    color: #fff;
    background: var(--gradient-primary-1-b)
}

.section-more {
    display: inline-block;
    padding-bottom: 0;
    color: var(--color-gray-1);
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    transition: .17s cubic-bezier(0, 0, .58, 1)
}

.section-more i {
    margin-left: -4px
}

.section-more:hover {
    text-decoration: none;
    color: var(--color-dark-1);
    opacity: 1
}

.section-line {
    width: 80px;
    height: 1px;
    margin: 0 auto 0 0;
    background: var(--color-dark-1)
}

.section-line-gradient {
    width: 70px;
    height: 1px;
    margin: 0 auto 0 0;
    background: var(--gradient-primary-1)
}

.decoration-12,
.decoration-13 {
    width: 27.7519%;
    padding-top: 27.7519%
}

.text-gray a {
    color: var(--color-dark-1);
    transition: all .17s var(--ease-default)
}

.services-text .text-gray,
.text-gray a:hover {
    color: var(--color-dark-4)
}

.text-link,
.text-link:hover {
    color: #171717;
    text-decoration: none
}

.section-text .lead-alt {
    margin-top: -.2em
}

.text-link {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 12px;
    opacity: .72
}

.decoration-1,
.decoration-2,
.decoration-3,
.decoration-4,
.decoration-5,
.text-link:after {
    position: absolute
}

.text-link:after {
    content: "";
    display: block;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #171717;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .25s ease-out
}

.text-link:hover {
    opacity: 1
}

.text-link:hover:after,
.works-filter a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.light-content .text-link {
    color: #fff;
    opacity: .9
}

.decoration-1 {
    bottom: -50px;
    left: -73px;
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-2 {
    top: -50px;
    right: 150px;
    color: #e0e0e0;
    pointer-events: none
}

.decoration-3 {
    bottom: -150px;
    right: 100px;
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-4 {
    bottom: -30px;
    left: -35px;
    color: #e0e0e0;
    pointer-events: none
}

.decoration-5 {
    bottom: 50px;
    right: -55px;
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-10,
.decoration-6 {
    right: -82px;
    pointer-events: none;
    position: absolute;
    color: var(-color-dark-1)
}

.decoration-6 {
    top: -43px
}

.decoration-7 {
    position: absolute;
    top: -25px;
    left: -60px;
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-8 {
    position: absolute;
    top: -40px;
    left: -80px;
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-9 {
    position: absolute;
    top: -75px;
    left: -60px;
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-10 {
    bottom: -50px
}

.decoration-11 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-12 {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -8.217%;
    margin-left: -10.4651%;
    background: var(--color-dark-1);
    border-radius: 100%;
    opacity: .037;
    pointer-events: none
}

.decoration-13 {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: -8.217%;
    margin-right: -10.4651%;
    background: var(--color-dark-1);
    border-radius: 100%;
    opacity: .037;
    pointer-events: none
}

.decoration-14,
.decoration-15 {
    position: absolute;
    width: 51.1875%;
    padding-top: 51.1875%;
    background: var(--color-dark-1);
    border-radius: 100%;
    opacity: .037;
    pointer-events: none
}

.decoration-14 {
    top: 100%;
    left: 0;
    margin-top: -16%;
    margin-left: -23.4375%
}

.decoration-15 {
    bottom: 100%;
    right: 0;
    margin-bottom: -16%;
    margin-right: -23.4375%
}

.decoration-18,
.decoration-19 {
    position: absolute;
    width: 48px;
    height: 48px;
    background: var(--gradient-primary-1-b);
    border-radius: 100%;
    opacity: .87;
    z-index: 1
}

.decoration-16 {
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-17 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-18 {
    top: 80px;
    left: -24px;
    pointer-events: none
}

.decoration-19 {
    bottom: 80px;
    right: -24px;
    pointer-events: none
}

.decoration-image-1,
.decoration-image-2 {
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
    overflow: hidden;
    position: absolute;
    pointer-events: none
}

.decoration-20 {
    position: absolute;
    bottom: -50px;
    right: -73px;
    color: var(-color-dark-1);
    pointer-events: none
}

.decoration-21 {
    position: absolute;
    top: -190px;
    left: 0;
    color: var(--color-dark-1);
    pointer-events: none
}

.decoration-image-1 {
    top: -30px;
    left: 30px;
    width: 14.8837%
}

.decoration-image-2 {
    bottom: -30px;
    right: 30px;
    width: 19.3798%
}

.section-image-1-wrap {
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%
}

.section-image-1 {
    transform: rotate(3deg)
}

.section-image-behind img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%
}

.marquee {
    position: relative;
    width: 100%;
    overflow: hidden
}

.marquee-track {
    display: table;
    overflow: hidden;
    position: relative
}

.marquee-track>div {
    display: table-cell;
    white-space: nowrap
}

.marquee-animation {
    animation: 37s linear infinite marquee-animation
}

@keyframes marquee-animation {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-50%, 0, 0)
    }
}

.marquee-animation-1 {
    animation: 80s linear infinite marquee-animation-1
}

@keyframes marquee-animation-1 {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-50%, 0, 0)
    }
}

.marquee-animation-1a {
    animation: 50s linear infinite marquee-animation-1a
}

@keyframes marquee-animation-1a {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-50%, 0, 0)
    }
}

.marquee-animation-2 {
    animation: 80s linear infinite marquee-animation-2
}

@keyframes marquee-animation-2 {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(50%, 0, 0)
    }
}

.marquee-animation-2a {
    animation: 50s linear infinite marquee-animation-2a
}

@keyframes marquee-animation-2a {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(50%, 0, 0)
    }
}

.marquee-animation-3 {
    animation: 36s linear infinite marquee-animation-3
}

@keyframes marquee-animation-3 {
    0% {
        transform: translate3d(0, 0, 0)
    }
    100% {
        transform: translate3d(-50%, 0, 0)
    }
}

.marquee-style-1 {
    padding: .5em 0;
    font-size: 19px;
    color: var(--color-gray-3)
}

.marquee-style-2,
.marquee-style-3 {
    font-weight: 500;
    color: #fff;
    transform: rotate(-5deg);
    background: var(--color-dark-1)
}

.marquee-style-1 .marquee-track>div,
.marquee-style-2 .marquee-track>div {
    padding-right: 2.75em
}

.marquee-style-2 {
    width: 120%;
    margin-left: -10%;
    padding: .5em 0;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.marquee-style-3,
.marquee-style-4 {
    width: 120%;
    margin-left: -10%;
    letter-spacing: .02em;
    text-transform: uppercase
}

.marquee-style-2.no-rotate,
.works-grid.hide-titles .work-item a:hover .work-img>img {
    transform: none
}

.marquee-style-3 {
    padding: 20px 0;
    font-size: 150px;
    line-height: .92
}

.split-column-left,
.split-column-right {
    min-height: 60vh;
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y)
}

.marquee-style-3 .marquee-track>div {
    padding-right: .5em
}

.marquee-style-4 {
    font-size: 70px;
    font-weight: 400;
    line-height: 1;
    transform: rotate(5deg)
}

.marquee-style-4 .marquee-track {
    border-collapse: separate;
    border-spacing: 10px
}

.marquee-style-4 .marquee-track>div {
    padding: .4em .65em;
    background: #fff;
    border: 1px solid var(--color-dark-1);
    border-radius: 100px
}

.split-column-left,
.split-image-left {
    border-bottom-right-radius: var(--border-radius-default)
}

.split-column-right,
.split-image-right {
    border-top-left-radius: var(--border-radius-default);
    transform: translateZ(0);
    isolation: isolate;
    overflow: hidden
}

.light-content .marquee-style-4 .marquee-track>div {
    background: var(--color-dark-1);
    border-color: #fff
}

.marquee-style-5 {
    width: 100%;
    font-size: 200px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.032em
}

.marquee-style-5 .marquee-track>div {
    padding-right: .7em
}

.split-column-left {
    overflow: hidden;
    padding-right: 70px;
    isolation: isolate;
    transform: translateZ(0)
}

.split-column-right {
    padding-left: 70px
}

.split-image-left {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0)
}

.split-image-right {
    position: relative;
    width: 100%;
    height: 100%
}

.services-tabs {
    display: block;
    margin: 0;
    padding: 0 calc(40px + var(--services-text-overlap)) 0 0;
    border: none;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.037em
}

.services-tabs>li {
    display: block;
    margin-bottom: .175em
}

.services-tabs>li>a {
    position: relative;
    display: inline-block;
    padding-bottom: .06em;
    text-decoration: none;
    opacity: .27;
    transition: var(--transition-default)
}

.services-tabs>li>a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform-origin: left center;
    transform: scaleX(0);
    transition: .5s cubic-bezier(0, 0, .58, 1)
}

.services-tabs>li a:hover {
    color: unset;
    opacity: .5
}

.fw-top-link:hover .fw-top-link-underline:before,
.services-tabs>li a.active:before {
    transform: scaleX(1)
}

.services-tabs>li>a>.number {
    position: absolute;
    top: .8em;
    left: calc(100% + .5em);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    opacity: 0;
    transform: translateX(5px);
    transition: var(--transition-default)
}

.services-tabs>li a.active>.number {
    opacity: 1;
    transform: translateX(0)
}

.services-content {
    display: flex;
    width: 100%
}

.services-content-item {
    position: relative;
    width: 100%;
    min-height: 600px;
    transition: var(--transition-default)
}

.services-2-image,
.services-2-title {
    will-change: transform;
    transition: transform .375s var(--ease-out-medium)
}

@keyframes services-tabs-animation-1 {
    0% {
        opacity: 0;
        transform: translate(0, 40px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) scale(1)
    }
}

.services-content-item.active img.services-image {
    animation: services-tabs-animation-1 .7s var(--ease-out-long)
}

.services-text {
    position: absolute;
    bottom: 60px;
    left: calc(-1 * var(--services-text-overlap));
    max-width: 410px;
    z-index: 1
}

.services-text-container {
    padding: 50px;
    background: var(--color-gray-light-1)
}

@keyframes services-tabs-animation-2 {
    0% {
        transform: translate(0, 20px) scale(.93)
    }
    100% {
        transform: translate(0, 0) scale(1)
    }
}

.services-content-item.active .services-text {
    animation: services-tabs-animation-2 .7s var(--ease-out-long);
    will-change: transform
}

.services-title {
    margin-bottom: .575em;
    letter-spacing: -.01em
}

.light-content .services-tabs>li>a {
    color: #fff;
    opacity: .4;
    transform: translateZ(0)
}

.light-content .services-tabs>li a:hover {
    opacity: .7
}

.light-content .portfolio-5-image-bg,
.light-content .services-text-container {
    background: var(--color-dark-3)
}

.service-2-item {
    position: relative;
    max-width: 91.582%
}

.service-2-item:nth-child(2n) {
    margin-left: auto
}

.services-2-button {
    position: relative;
    padding: 58px;
    border: 1px solid var(--color-dark-1);
    border-radius: 200px
}

.services-2-title {
    position: relative;
    padding-left: .46em;
    font-size: 82px;
    font-weight: 400;
    letter-spacing: -.05em;
    line-height: 1.1
}

.services-2-button:hover .services-2-title {
    transform: translateX(10px)
}

.services-2-button:hover .services-2-image {
    transform: translateX(-10px)
}

.services-2-number {
    position: absolute;
    top: .3em;
    left: 0;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0
}

.services-2-image {
    max-width: 218px;
    margin-left: auto
}

.services-2-image img {
    border-radius: 70px
}

.services-2-descr {
    position: relative;
    max-width: 600px;
    max-height: 30px;
    overflow: hidden;
    margin-top: -30px;
    margin-left: 100px;
    padding: 0 40px;
    background: #fff;
    font-size: 16px;
    opacity: 0;
    transition: max-height .7s var(--ease-default);
    will-change: max-height
}

.services-2-descr.js-visible {
    max-height: 600px;
    opacity: 1
}

.services-2-descr-inner {
    opacity: 0;
    transform: translateY(10px);
    transition: all .5s var(--ease-default)
}

.services-2-button-close {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) scale(.37);
    width: 60px;
    height: 60px;
    background: var(--color-dark-1);
    border-radius: 50%;
    opacity: 0;
    transition: all .17s var(--ease-out-medium);
    transition-delay: .12s
}

.services-2-button-close:after,
.services-2-button-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20%;
    display: block;
    width: 60%;
    height: 2px;
    background: #fff;
    transform: translateY(-50%) rotate(-45deg)
}

.services-2-button-close:after {
    transform: translateY(-50%) rotate(45deg)
}

.services-2-button.active .services-2-button-close {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0
}

.services-3-item {
    padding: 40px;
    background: #fff;
    transition: all .2s var(--ease-default)
}

.services-3-item:hover,
.services-5-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-block-strong)
}

.services-3-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    width: 86px;
    height: 86px;
    font-size: 64px;
    background: var(--color-gray-light-2);
    border-radius: 50%;
    isolation: isolate;
    transform: translateZ(0)
}

.services-3-title {
    font-size: 24px;
    font-weight: 500
}

.services-3-text {
    color: var(--color-gray-1);
    font-size: 16px;
    line-height: 1.65
}

.light-content .alt-features-item.box-shadow,
.light-content .map-boxed-1,
.light-content .number-2-item,
.light-content .post-prev-3-container,
.light-content .pricing-item-inner,
.light-content .services-3-item,
.light-content .services-5-item,
.light-content .testimonials-3-item,
.light-content .testimonials-4-item,
.light-content .works-filter.works-filter-slick,
.light-content .works-grid.work-grid-fancy .work-item a {
    background: var(--color-dark-3);
    border: 1px solid var(--color-dark-mode-gray-2)
}

.services-5-item,
.services-7-image {
    border-radius: var(--border-radius-default)
}

.light-content .services-3-icon {
    color: #fff;
    background: var(--color-dark-mode-gray-2)
}

.services-4-item {
    position: relative;
    margin-bottom: 0
}

.services-4-title {
    position: relative;
    display: inline-block;
    transition: transform .5s var(--ease-out-short)
}

.services-4-title>b {
    position: absolute;
    display: inline-block;
    top: .5em;
    left: 100%;
    font-size: 24px;
    font-weight: 400
}

.services-4-item:nth-child(2n) .services-4-title>b {
    left: auto;
    right: 100%
}

.services-4-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21.9619vw;
    max-width: 300px;
    pointer-events: none
}

.services-4-image img {
    opacity: 0;
    clip-path: polygon(-5% -5%, 25% 0, 0 105%, 0% 105%);
    transition: clip-path .7s var(--ease-out-short)
}

.services-4-title:hover {
    transform: translate(.2em, 0)
}

.services-4-title:hover+.services-4-image img {
    opacity: 1;
    clip-path: polygon(-5% -5%, 105% -5%, 105% 105%, 0 105%)
}

.services-5-grid {
    margin-top: -30px
}

.services-5-item {
    width: 100%;
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    transition: all .27s var(--ease-default)
}

.services-5-image {
    flex-shrink: 0
}

.services-5-title {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.0175em
}

.services-6-caption {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--color-primary-1)
}

.services-6-separator {
    position: relative;
    width: 100%;
    height: 1px;
    margin-bottom: 22px;
    background: var(--color-gray-light-3)
}

.services-6-separator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background: var(--color-primary-1)
}

.services-7-arrow:before,
.services-7-image:before {
    width: 100%;
    background: var(--gradient-primary-1-b)
}

.services-6-title {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -.01em
}

.services-6-text {
    font-size: 16px;
    line-height: 1.6875;
    color: var(--color-gray-1)
}

.light-content .services-6-separator {
    background: rgba(255, 255, 255, .25)
}

.services-7-tabs>li {
    display: block;
    width: 100%
}

.services-7-tabs>li>a {
    position: relative;
    display: block;
    padding: 26px 45px 26px 30px;
    text-decoration: none
}

.services-7-tabs>li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: var(--color-dark-1);
    opacity: .15;
    transition: all .2s var(--ease-default)
}

.light-content .services-7-tabs>li>a.active:before,
.services-7-tabs>li>a.active:before {
    background: var(--gradient-primary-1-b);
    opacity: 1
}

.services-7-title {
    margin-bottom: 13px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.005em
}

.features-2-descr,
.number-2-descr,
.services-7-text,
.widget-body {
    font-size: 16px;
    color: var(--color-gray-1)
}

.services-7-arrow {
    position: absolute;
    top: 25px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    opacity: 0;
    transform: translateX(-5px);
    transition: all .2s var(--ease-default)
}

.services-7-image,
.services-8-icon {
    isolation: isolate;
    transform: translateZ(0)
}

.services-7-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100%;
    opacity: .2
}

.services-7-content {
    animation: services-7-tabs-animation .7s var(--ease-out-medium)
}

@keyframes services-7-tabs-animation {
    0% {
        transform: translate(0, 10px) scale(.98)
    }
    100% {
        transform: translate(0, 0) scale(1)
    }
}

.services-7-image {
    position: relative;
    overflow: hidden
}

.services-7-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    opacity: .2;
    z-index: -1
}

.light-content .contact-2-icon:before,
.light-content .contact-2-item:before,
.light-content .contact-2-item:last-child:after,
.light-content .contact-2:after,
.light-content .contact-2:before,
.light-content .services-7-tabs>li>a:before {
    background: #fff;
    opacity: .25
}

.services-8-item {
    align-self: stretch;
    margin: -1px 0 0 -1px;
    border: 1px solid var(--color-primary-light-1-a);
    border-right: none
}

.services-8-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-bottom: 42px;
    color: #fff;
    font-size: 48px;
    background: var(--color-dark-1);
    border-radius: 50%
}

.services-8-icon.color-1 {
    color: var(--color-primary-light-1);
    background: var(--color-primary-1)
}

.services-8-icon.color-2 {
    color: var(--color-primary-light-2);
    background: var(--color-primary-2)
}

.services-8-icon.color-3 {
    color: var(--color-primary-light-3);
    background: var(--color-primary-3)
}

.services-8-icon.color-4 {
    color: var(--color-primary-light-4);
    background: var(--color-primary-4)
}

.services-8-icon.color-1 svg {
    fill: var(--color-primary-light-1)
}

.services-8-icon.color-2 svg {
    fill: var(--color-primary-light-2)
}

.services-8-icon.color-3 svg {
    fill: var(--color-primary-light-3)
}

.services-8-icon.color-4 svg {
    fill: var(--color-primary-light-4)
}

.services-8-icon svg {
    width: 1em;
    height: 1em;
    fill: #fff
}

.services-8-title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25
}

.services-8-text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6
}

.services-8-category {
    display: inline-block;
    padding: 7px 13px;
    font-size: 17px;
    line-height: 1.2;
    border: 1px solid currentColor;
    border-radius: 30px
}

.light-content .post-prev-container:before,
.light-content .services-8-item {
    border-color: rgba(255, 255, 255, .25)
}

.team-item-image img {
    width: 100%;
    transition: .4s
}

.team-item-detail {
    display: inline-block;
    max-width: 90%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 10px) scale(.85);
    font-size: 16px;
    color: var(--color-dark-1);
    text-align: center;
    opacity: 0;
    z-index: 2;
    transition: all .4s var(--ease-elastic-1);
    will-change: transform
}

.features-2-icon,
.team-1-image {
    overflow: hidden;
    transform: translateZ(0);
    isolation: isolate
}

.alt-features-title,
.team-item-descr,
.team-social-links a {
    transition: var(--transition-default)
}

.team-item-detail:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: var(--border-radius-default);
    box-shadow: var(--box-shadow)
}

.team-item-descr {
    position: relative;
    line-height: 1.3;
    text-align: center
}

.team-item-name {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500
}

.team-item-role {
    margin-top: 5px;
    font-size: 15px;
    color: var(--color-gray-1)
}

.team-social-links {
    display: inline-flex;
    flex-direction: row;
    position: relative;
    font-size: 14px
}

.team-social-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: var(--color-dark-1);
    text-decoration: none
}

.team-social-links a:not(.team-social-links a:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.features-1-icon svg,
.pricing-icon svg,
.team-social-links img,
.team-social-links svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.no-mobile .team-item:hover .team-item-detail,
.team-item.js-active .team-item-detail {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.team-1-column-sticky {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh
}

.team-1-item {
    text-align: center;
    padding: 36px 32px;
    background: #fff;
    letter-spacing: 0
}

.team-1-title {
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1667;
    text-transform: uppercase;
    letter-spacing: .02em
}

.team-1-image {
    margin: 0 auto 26px;
    max-width: 160px;
    border-radius: 80px
}

.team-1-role {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: .008em
}

.team-1-descr {
    line-height: 1.4117;
    letter-spacing: -.008em
}

.team-1-social-links>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 16px;
    text-decoration: none;
    transition: color .27s var(--ease-default)
}

.team-1-social-links>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.3);
    transition: all .27s var(--ease-out-medium)
}

.team-1-social-links>a>* {
    position: relative;
    z-index: 1
}

.team-1-social-links svg {
    display: block;
    width: 16px;
    height: 16px;
    fill: currentColor
}

.light-content .team-1-item {
    background: var(--color-dark-3);
    border: 1px solid var(--color-dark-mode-gray-2);
    box-shadow: none
}

.map-boxed-1,
.number-2-item,
.post-prev-3-container,
.pricing-item-inner,
.steps-2-item,
.testimonials-3-item,
.testimonials-4-item,
.works-filter.works-filter-slick {
    box-shadow: var(--box-shadow-block)
}

.features-item {
    padding: 0 15px;
    text-align: center
}

.features-icon {
    font-size: 72px;
    margin-bottom: 20px;
    line-height: 1.3
}

.features-icon svg,
.newsletter-label-icon svg {
    width: 1em;
    height: 1em
}

.features-title {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 400
}

.features-descr {
    font-size: 16px;
    font-weight: 400;
    opacity: .75
}

.features-1-number {
    position: absolute;
    top: 7px;
    left: -40px;
    font-size: 20px;
    font-weight: 500;
    text-align: right
}

.features-1-icon {
    font-size: 64px;
    margin-bottom: 5px;
    line-height: 1
}

.features-1-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.05em
}

.features-1-descr {
    font-size: 17px;
    line-height: 1.647;
    letter-spacing: 0
}

.features-2-item {
    position: relative;
    padding: 60px 40px;
    text-align: center
}

.features-2-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-default);
    border: 1px solid transparent;
    background: linear-gradient(to right, #fff, #fff), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: .3;
    transition: opacity .27s var(--ease-default);
    z-index: -1
}

.features-2-item:hover:before,
.post-prev-3.gradient .post-prev-3-container:hover:before {
    opacity: .57
}

.features-2-label {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
    background: var(--gradient-primary-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.features-2-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 94px;
    height: 94px;
    margin: 0 auto 30px;
    font-size: 48px;
    line-height: 1;
    color: var(--color-primary-3);
    border-radius: 100%
}

.alt-features-item.box-shadow,
.number-2-item {
    background: #fff;
    border-radius: var(--border-radius-default)
}

.features-2-icon svg {
    width: 1em;
    height: 1em;
    fill: url(#gradient-horizontal) var(--color-primary-3)
}

.features-2-title {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 500
}

.light-content .features-2-item:hover:before,
.light-content .post-prev-3.gradient .post-prev-3-container:hover:before {
    opacity: .75
}

.alt-features-grid {
    margin-top: -35px
}

.alt-features-item {
    margin-top: 35px
}

.alt-features-item.border-left {
    padding-left: 30px;
    border-left: 1px solid var(--color-gray-light-3)
}

.alt-features-item.box-shadow {
    width: 100%;
    padding: 30px
}

.spot-box-icon:after,
.spot-box-icon:before {
    background: var(--color-dark-1);
    border-radius: 50%;
    content: "";
    display: block
}

.alt-features-icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 0 22px;
    font-size: 48px;
    text-align: center;
    line-height: 1.3;
    color: currentColor
}

.alt-features-icon-s {
    position: absolute;
    top: -6px;
    right: -15px;
    width: 24px;
    height: 24px;
    font-size: 24px
}

.alt-features-title {
    margin-bottom: 11px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -.02em
}

.alt-features-descr {
    font-size: 16px;
    line-height: 1.625;
    color: var(--color-gray-1)
}

.light-content .alt-features-item.border-left {
    padding-left: 30px;
    border-color: rgba(255, 255, 255, .25)
}

.spot-box {
    font-size: 15px;
    line-height: 1.7333
}

.number-1-title,
.number-title {
    font-weight: 500;
    line-height: 1
}

.spot-box-icon {
    position: relative;
    width: 46px;
    height: 46px
}

.spot-box-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1
}

.spot-box-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px
}

.spot-box-text {
    position: relative;
    top: -.2em
}

.number-title {
    font-size: 80px
}

.light-content .number-descr {
    color: rgba(255, 255, 255, .7)
}

.number-1-title {
    display: flex;
    align-items: center;
    margin-right: 15px;
    color: var(--color-primary-1);
    font-size: 60px;
    letter-spacing: -.05em
}

.number-1-descr {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.37;
    color: var(--color-gray-1)
}

.number-2-title,
.number-3-title {
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 500
}

.number-2-item {
    width: 100%;
    padding: 50px 30px;
    text-align: center
}

.number-2-title {
    margin-bottom: 15px;
    font-size: 60px
}

.number-3-title {
    margin-bottom: 10px;
    color: var(--color-primary-1);
    font-size: 44px
}

.number-3-descr {
    font-size: 16px;
    line-height: 1.37;
    color: var(--color-gray-1)
}

.steps-1-title {
    position: relative;
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3
}

.steps-1-number {
    position: absolute;
    top: .15em;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: .642em;
    text-align: center;
    background: var(--color-dark-1);
    border-radius: 50%
}

.steps-1-text {
    font-size: 18px;
    line-height: 1.667
}

.steps-2-item {
    position: relative;
    padding: 30px;
    color: var(--color-dark-1);
    border-radius: var(--border-radius-default);
    background: rgba(255, 255, 255, .92);
    transition: all .2s var(--ease-default)
}

.work-process-icon,
.works-filter a {
    -webkit-transition: var(--transition-default)
}

.steps-2-icon {
    margin-top: 2px;
    margin-bottom: 30px;
    margin-right: 30px;
    font-size: 48px
}

.steps-2-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: var(--color-primary-1)
}

.steps-2-intro {
    margin-top: -2px
}

.steps-2-title {
    margin-bottom: 9px;
    font-size: 21px;
    font-weight: 500
}

.steps-2-text {
    font-size: 18px;
    line-height: 1.5
}

.work-descr,
.work-title {
    line-height: 1.4;
    text-transform: none
}

.steps-2-number {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: var(--color-primary-2);
    border-radius: 100px
}

.steps-2-item.light-content {
    color: #fff;
    background: var(--color-dark-2)
}

.steps-2-item.light-content a {
    color: #fff;
    text-decoration: underline
}

.works-filter {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}

.works-filter a {
    display: inline-block;
    position: relative;
    margin-left: 48px;
    color: var(--color-gray-1);
    text-decoration: none;
    transition: var(--transition-default);
    cursor: pointer
}

.blog-item-data a:hover,
.blog-item-title a,
.comment-item-data a:hover,
.contact-item a:hover,
.works-filter a:hover {
    color: var(--color-dark-1);
    text-decoration: none
}

.works-filter a.active {
    color: var(--color-dark-1);
    cursor: default
}

.works-filter a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: var(--color-dark-1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform .25s ease-out;
    transition: transform .25s ease-out
}

.works-filter.works-filter-elegant a:before,
.works-filter.works-filter-fancy a:before {
    transition: var(--transition-default);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.works-filter a.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.work-img,
.work-img img {
    position: relative;
    transform: rotate(.001deg) translateZ(0);
    overflow: hidden
}

.light-content .works-filter a {
    color: #fff;
    opacity: .72
}

.works-filter.works-filter-elegant {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase
}

.works-filter.works-filter-elegant a {
    margin-left: 27px;
    padding: 4px 13px
}

.works-filter.works-filter-elegant a:before {
    border: 2px solid var(--color-dark-1);
    border-radius: 30px;
    opacity: 0
}

.works-filter.works-filter-fancy {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .059em;
    text-transform: uppercase
}

.works-filter.works-filter-fancy a,
.works-filter.works-filter-fancy a:hover {
    margin: 0;
    padding: 10px 20px;
    color: var(--color-gray-1);
    isolation: isolate
}

.works-filter.works-filter-fancy a:before {
    border: 1px solid var(--color-dark-1);
    opacity: .3;
    z-index: -1
}

.works-filter.works-filter-fancy a:after,
.works-filter.works-filter-fancy a:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: var(--color-primary-1);
    transform: none;
    transition: all .2s var(--ease-out-short);
    z-index: -1
}

.works-filter.works-filter-fancy a:not(:first-child):after,
.works-filter.works-filter-fancy a:not(:first-child):before {
    width: calc(100% + 1px);
    margin-left: -1px;
    border-left: none
}

.works-filter.works-filter-bold a:before,
.works-filter.works-filter-gradient a:before {
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    content: ""
}

.works-filter.works-filter-fancy a:first-child:after,
.works-filter.works-filter-fancy a:first-child:before {
    border-top-left-radius: var(--border-radius-default);
    border-bottom-left-radius: var(--border-radius-default)
}

.works-filter.works-filter-fancy a:last-child:after,
.works-filter.works-filter-fancy a:last-child:before {
    border-top-right-radius: var(--border-radius-default);
    border-bottom-right-radius: var(--border-radius-default)
}

.works-filter.works-filter-gradient {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: normal;
    z-index: 1
}

.works-filter.works-filter-gradient a {
    margin-left: 10px;
    padding: 5px 17px;
    transition: none
}

.works-filter.works-filter-gradient a:before {
    border: 1px solid var(--color-dark-1);
    border-radius: 30px;
    opacity: .15;
    transition: opacity .17s var(--ease-default)
}

.works-filter.works-filter-gradient a:hover:before {
    opacity: .3
}

.works-filter.works-filter-gradient a.active:before {
    border: 1px solid transparent;
    background: linear-gradient(to right, #fff, #fff), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: 1
}

.light-content .works-filter.works-filter-gradient a,
.light-content .works-filter.works-filter-gradient a:hover {
    color: var(--color-dark-mode-gray-1);
    opacity: 1
}

.light-content .works-filter.works-filter-gradient a.active:before {
    border-color: transparent;
    background: linear-gradient(to right, var(--color-dark-1), var(--color-dark-1)), var(--gradient-primary-1-b);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: 1
}

.works-filter.works-filter-slick {
    display: inline-block;
    padding: 0 13px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: normal;
    background: #fff;
    border-radius: 100px
}

.works-filter.works-filter-slick a {
    margin: 0;
    padding: 14px 17px;
    color: var(--color-gray-1)
}

.works-filter.works-filter-bold {
    font-family: var(--font-alt);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase
}

.works-filter.works-filter-bold a {
    margin-top: 7px;
    margin-left: 27px;
    padding: 4px 13px;
    color: var(--color-dark-1);
    isolation: isolate
}

.works-filter.works-filter-bold a:before {
    background: var(--color-dark-1);
    border: none;
    border-radius: 30px;
    opacity: 0;
    transition: var(--transition-default)
}

.works-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}

.work-item {
    width: 25%;
    margin: 0
}

.work-grid-2 .work-item {
    width: 49.99%
}

.work-grid-3 .work-item {
    width: 33.333%
}

.works-grid.work-grid-gut {
    margin: -30px 0 0 -30px
}

.works-grid.work-grid-gut .work-item {
    padding: 30px 0 0 30px
}

.widget .img-left,
.works-grid.work-grid-gut-sm {
    margin: 0 10px 10px 0
}

.works-grid.work-grid-gut-sm .work-item {
    padding: 10px 0 0 10px
}

.works-grid.work-grid-gut-lg {
    margin: -80px 0 0 -70px
}

.works-grid.work-grid-gut-lg .work-item {
    padding: 80px 0 0 70px
}

.works-grid.work-grid-gut-xl {
    margin: -80px 0 0 -90px
}

.works-grid.work-grid-gut-xl .work-item {
    padding: 80px 0 0 90px
}

.work-item a {
    display: block;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-decoration: none
}

.work-item a,
.work-item a:hover {
    color: var(--color-dark-1);
    border: none
}

.work-descr,
.work-intro,
.work-title {
    transform: translateZ(0)
}

.portfolio-1-image-bg,
.work-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-gray-light-2)
}

.light-content .blog-item-q p,
.light-content .work-img-bg {
    background-color: var(--color-dark-3)
}

.work-img img {
    display: block;
    width: 100%
}

.work-intro {
    width: 100%;
    padding-top: 18px;
    text-align: center
}

.work-title {
    margin: 0 0 3px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.007em
}

.work-descr {
    display: block;
    color: var(--color-gray-1);
    font-size: 15px
}

.work-item .work-img,
.work-item .work-img>img,
.work-item .work-intro {
    transition: all 2s var(--ease-out-medium)
}

.work-item .work-img {
    clip-path: inset(-1px);
    will-change: clip-path
}

.portfolio-1-image:hover,
.work-item a:hover .work-img {
    clip-path: inset(10px)
}

.work-item a:hover .work-img>img {
    transform: scale(1.05) rotate(.001deg) translateZ(0)
}

.portfolio-4-carousel .owl-item,
.work-item .work-intro.text-start {
    padding-right: 10px
}

.work-item a:hover .work-intro {
    transform: translate(10px, -10px)
}

.works-grid.work-grid-hover-alt .work-item .work-img {
    overflow: hidden;
    transition: all .2s var(--ease-default)
}

.works-grid.work-grid-hover-alt .work-item .work-img img {
    transition: all .27s var(--ease-default)
}

.works-grid.work-grid-hover-alt .work-item a:hover .work-img {
    clip-path: none;
    transform: translateY(-7px) rotate(.001deg) translateZ(0)
}

.works-grid.work-grid-hover-alt .work-item a:hover .work-img img {
    transform: scale(1) rotate(.001deg) translateZ(0)
}

.works-grid.work-grid-hover-alt .work-item a:hover .work-intro {
    transform: none;
    opacity: 1
}

.works-grid.work-grid-round .work-item .work-img {
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0)
}

.media-body,
.portfolio-2-image,
.widget-posts-descr,
.works-grid.hide-titles .work-item a {
    overflow: hidden
}

.works-grid.hide-titles .work-item .work-img {
    transition: all .37s var(--ease-out-short)
}

.works-grid.hide-titles .work-intro {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    transition: all .37s var(--ease-default)
}

.works-grid.hide-titles .work-intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    opacity: .85
}

.works-grid.hide-titles .work-intro>* {
    position: relative;
    transform: translateY(25px);
    transition: transform .37s var(--ease-out-short), opacity .37s var(--ease-default)
}

.works-grid.hide-titles .work-title {
    margin-bottom: 5px;
    color: #fff;
    font-size: 21px;
    line-height: 1.2
}

.works-grid.hide-titles:not(.work-grid-2,
.work-grid-3) .work-title {
    font-size: 19px
}

.works-grid.hide-titles .work-item a.focus-visible .work-img,
.works-grid.hide-titles .work-item a:hover .work-img {
    clip-path: none;
    transform: scale(1.05) translateZ(.1px)
}

.works-grid.hide-titles .work-item a:focus-visible .work-intro>*,
.works-grid.hide-titles .work-item a:hover .work-intro>* {
    transform: none
}

.works-grid.hide-titles .work-item a:focus-visible .work-intro,
.works-grid.hide-titles .work-item a:hover .work-intro {
    transform: none;
    opacity: 1
}

.works-grid.hide-titles.hover-white .work-descr {
    color: var(--color-gray-1);
    opacity: 1
}

.works-grid.work-grid-fancy .work-item a {
    overflow: hidden;
    border-radius: var(--border-radius-default);
    box-shadow: var(--box-shadow-block);
    transition: all .27s var(--ease-default);
    isolation: isolate;
    transform: translateZ(0)
}

.works-grid.work-grid-fancy .work-item a:hover {
    box-shadow: var(--box-shadow-block-strong);
    transform: translateY(-7px)
}

.tpl-alt-tabs>li>a.active:after,
.tpl-alt-tabs>li>a.active:focus:after,
.tpl-alt-tabs>li>a.active:hover:after,
.works-grid.work-grid-fancy .work-item a:hover .work-img>img {
    transform: none
}

.contat-2-intro,
.works-grid.work-grid-fancy .work-intro {
    padding: 30px
}

.works-grid.work-grid-fancy .work-item a:hover .work-img {
    clip-path: none
}

.works-grid.work-grid-fancy .work-item a:hover .work-intro {
    transform: none;
    opacity: 1
}

.work-navigation {
    width: 100%;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    z-index: 99
}

.work-navigation i {
    position: relative;
    top: -1px
}

.work-navigation a {
    display: block;
    float: left;
    width: 33.33333%;
    overflow: hidden;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    cursor: default
}

.work-navigation a span {
    display: inline-block;
    height: 80px;
    line-height: 79px;
    padding: 0 4%;
    background: #fff;
    cursor: pointer;
    -webkit-transition: .27s cubic-bezier(.3, .1, .58, 1);
    transition: .27s cubic-bezier(.3, .1, .58, 1)
}

.work-navigation span:hover {
    background: var(--color-gray-light-2)
}

.work-prev {
    text-align: left
}

.work-all {
    text-align: center
}

.work-next {
    text-align: right
}

.work-navigation.light-content a span {
    background-color: transparent
}

.work-navigation.light-content span:hover {
    background-color: rgba(255, 255, 255, .05)
}

.portfolio-1-image {
    position: relative;
    clip-path: inset(0);
    transform: translateZ(0);
    transition: all 2s var(--ease-out-medium);
    will-change: clip-path
}

.portfolio-1-title {
    position: relative;
    margin-left: -105px;
    font-size: 82px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.05em
}

.portfolio-1-title a {
    display: inline-block;
    margin-left: -4px;
    color: unset;
    text-decoration: none;
    transition: letter-spacing .27s var(--ease-out-medium);
    will-change: letter-spacing
}

.portfolio-2-title {
    font-size: 43px;
    font-weight: 500
}

.portfolio-3-descr,
.portfolio-3-title {
    font-weight: 400;
    text-transform: uppercase
}

.portfolio-2-title a {
    display: block;
    text-decoration: none;
    transition: all .27s var(--ease-out-medium)
}

.portfolio-2-image img,
.portfolio-3-image img {
    transition: all .5s var(--ease-out-short);
    width: 100%
}

.portfolio-2-title a:hover {
    color: inherit;
    text-decoration: none
}

.portfolio-2-image img {
    transform: scale(1.02) translateZ(.1px)
}

.portfolio-2-image a:hover img {
    transform: translateZ(.1px)
}

.portfolio-3-image {
    overflow: hidden;
    border-radius: 50px;
    isolation: isolate;
    transform: translateZ(0)
}

.portfolio-4-image,
.portfolio-5-image,
.portfolio-5-image-bg {
    border-radius: var(--border-radius-default)
}

.portfolio-3-image img {
    transform: scale(1.037) translateZ(.01px)
}

.portfolio-3-image a:hover img {
    transform: translateZ(.01px)
}

.portfolio-3-title {
    margin-bottom: 15px;
    font-size: 62px;
    line-height: 1;
    letter-spacing: .02em
}

.portfolio-3-title a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 1px;
    background-position: 0 calc(100% - .125em);
    background-repeat: no-repeat;
    transition: background-size .5s var(--ease-out-medium);
    will-change: background-size
}

.portfolio-5-title span,
.post-prev-1-title a,
.post-prev-2-title a {
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    will-change: background-size;
    background-image: linear-gradient(currentColor, currentColor)
}

.portfolio-3-title a:hover {
    color: inherit;
    background-size: 100% 1px
}

.portfolio-3-descr {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: .01em
}

.portfolio-4-carousel.owl-carousel {
    display: flex !important;
    flex-direction: column;
    width: calc(100% + 10px)
}

.portfolio-4-carousel .owl-wrapper-outer,
.testimonials-slider-3 .owl-wrapper-outer {
    overflow: visible !important
}

.portfolio-4-carousel .owl-controls,
.testimonials-slider-3 .owl-controls {
    order: 2;
    margin-top: 40px
}

.portfolio-4-carousel .owl-buttons {
    padding-right: 10px;
    text-align: right
}

.portfolio-4-carousel .owl-next,
.portfolio-4-carousel .owl-prev,
.testimonials-slider-3 .owl-next,
.testimonials-slider-3 .owl-prev {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--color-dark-1);
    border-radius: 50%;
    opacity: 1;
    transform: none
}

.portfolio-4-carousel .owl-next:before,
.portfolio-4-carousel .owl-prev:before,
.team-carousel .owl-next:before,
.team-carousel .owl-prev:before,
.testimonials-slider-1 .owl-next:before,
.testimonials-slider-1 .owl-prev:before,
.testimonials-slider-2 .owl-next:before,
.testimonials-slider-2 .owl-prev:before,
.testimonials-slider-3 .owl-next:before,
.testimonials-slider-3 .owl-prev:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
    transition: all .4s var(--ease-elastic-2)
}

.portfolio-4-carousel .owl-next:hover:before,
.portfolio-4-carousel .owl-prev:hover:before,
.testimonials-slider-1 .owl-next:hover:before,
.testimonials-slider-1 .owl-prev:hover:before,
.testimonials-slider-2 .owl-next:hover:before,
.testimonials-slider-2 .owl-prev:hover:before,
.testimonials-slider-3 .owl-next:hover:before,
.testimonials-slider-3 .owl-prev:hover:before {
    box-shadow: var(--box-shadow-strong);
    transform: scale(1.07)
}

.portfolio-4-item>a {
    color: unset;
    text-decoration: none
}

.portfolio-4-image {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0)
}

.portfolio-4-image img {
    position: relative;
    transition: all .5s var(--ease-out-short)
}

.portfolio-4-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.02em
}

.portfolio-4-intro {
    padding-right: 12px;
    transition: all .5s var(--ease-out-short)
}

.portfolio-4-item>a:hover .portfolio-4-image>img {
    transform: scale(1.05)
}

.portfolio-4-item>a:hover .portfolio-4-intro {
    transform: translateX(12px)
}

.portfolio-5-image {
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0)
}

.portfolio-5-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-gray-light-1)
}

a.portfolio-5-link .portfolio-5-image img {
    transform: translateZ(.01px);
    transition: all .5s var(--ease-out-short)
}

.portfolio-5-title {
    margin-bottom: 18px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    transition: all .27s var(--ease-default)
}

.portfolio-5-title span {
    transition: background-size .5s var(--ease-out-medium)
}

.portfolio-5-number {
    margin-bottom: 5px;
    font-size: 54px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.025em
}

.footer-2,
.portfolio-5-number-descr,
.testimonials-5-caption,
.widget-menu,
.works-grid.grid-intro-1 .work-item .work-descr,
.works-grid.grid-intro-2 .work-item .work-title {
    font-size: 18px
}

a.portfolio-5-link:hover .portfolio-5-image img {
    transform: scale(1.05) translateZ(.01px)
}

a.portfolio-5-link:hover .portfolio-5-title span {
    background-size: 100% 1px
}

.call-action-1-image-1 {
    width: 78.7234%;
    overflow: hidden
}

.call-action-1-image-2 {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: 36.2%;
    height: 100%
}

.call-action-1-image-2-inner {
    overflow: hidden;
    border-radius: 120px;
    isolation: isolate;
    transform: translateZ(0)
}

.call-action-2-image-1,
.call-action-2-image-2,
.call-action-2-image-3 {
    transform: translateZ(0) rotate(.0001deg);
    overflow: hidden
}

.call-action-2-images {
    position: relative;
    margin: 15px 33px 0 0;
    border: 1px solid transparent
}

.call-action-2-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 36.85%
}

.call-action-2-image-2 {
    position: relative;
    width: 77.145%;
    margin: 120px auto
}

.call-action-2-image-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36.85%
}

.call-action-2-text dt {
    margin-bottom: .5em;
    font-size: 20px;
    font-weight: 500
}

.call-action-2-text dd {
    margin-bottom: 2em;
    font-size: 17px;
    line-height: 1.625;
    color: var(--color-gray-1)
}

.call-action-3-images {
    position: relative;
    width: 100%;
    margin-top: 15px
}

.call-action-3-image-1 {
    width: 67.38%;
    margin-left: auto;
    overflow: hidden;
    -webkit-transform: translateZ(0) rotate(.0001deg);
    transform: translateZ(0) rotate(.0001deg)
}

.call-action-3-image-2-wrap {
    position: absolute;
    top: 0;
    left: 54px;
    width: 41.5%;
    height: 100%;
    -webkit-transform: translateZ(0) rotate(.0001deg);
    transform: translateZ(0) rotate(.0001deg)
}

.call-action-3-image-2 {
    overflow: hidden;
    -webkit-transform: translateZ(0) rotate(.0001deg);
    transform: translateZ(0) rotate(.0001deg)
}

.call-action-4-images {
    position: relative;
    padding-bottom: 24.39%
}

.call-action-4-image-1 {
    width: 73.17%;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0)
}

.call-action-4-image-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 73.17%;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0)
}

.composition-1-image-1,
.composition-1-image-2 {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: var(--border-radius-default);
    transform: translateZ(0)
}

.composition-1-image-1 {
    width: 65.6915%;
    z-index: 1
}

.composition-1-image-2 {
    width: 59.3085%;
    margin-top: -18.617%;
    margin-left: auto
}

.composition-1-decoration-1 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -13.2978%;
    margin-left: -17.2872%;
    width: 42.0212%;
    opacity: .5;
    z-index: -1
}

.composition-1-decoration-2 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 45.2127%;
    margin-left: 24.734%;
    width: 26.8617%;
    opacity: .95;
    z-index: 1
}

.composition-2,
.composition-2-image-1,
.composition-2-image-2 {
    position: relative;
    overflow: hidden;
    isolation: isolate
}

.composition-2-image-1 {
    width: 58.5987%;
    margin-top: 29.2993%;
    border-radius: var(--border-radius-default);
    transform: translateZ(0)
}

.composition-2-image-2 {
    width: 71.0191%;
    margin-top: -40.1273%;
    margin-left: auto;
    border-radius: var(--border-radius-default);
    transform: translateZ(0)
}

.composition-2-decoration {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10.9%;
    margin-left: 14.0127%;
    width: 32.1656%;
    opacity: .95;
    z-index: 1
}

.composition-3-image-1,
.composition-3-image-2 {
    position: relative;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
    overflow: hidden
}

.composition-3-image-1 {
    width: 65.6915%;
    margin-left: auto
}

.composition-3-image-2 {
    width: 59.3085%;
    margin-top: -18.617%
}

.composition-3-decoration-1 {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 9.3085%;
    margin-left: 22%;
    width: 28.4574%;
    opacity: .95;
    z-index: 1
}

.composition-3-decoration-2 {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 26.0638%;
    margin-right: -19.1489%;
    width: 39.3617%;
    opacity: .7;
    z-index: -1
}

.composition-4-image-1 {
    position: relative;
    width: 86.0084%;
    margin-left: auto;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%
}

.composition-4-image-1-inner {
    overflow: hidden;
    border: 10px solid #fff;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%
}

.composition-4-image-2 {
    position: relative;
    width: 59.7738%;
    margin-top: -36.672%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-bottom-left-radius: 75%
}

.composition-4-image-2-inner {
    border: 10px solid #fff;
    overflow: hidden;
    border-bottom-left-radius: 75%
}

.composition-4-decoration {
    position: absolute;
    bottom: 7%;
    right: 15.6704%;
    width: 36.8336%;
    opacity: .95;
    z-index: -1
}

.composition-4-decoration-1 {
    position: absolute;
    bottom: 6.025%;
    right: 7.97%;
    width: 25.1042%;
    opacity: .95;
    z-index: -1
}

.composition-5-image-1,
.composition-5-image-2 {
    position: relative;
    isolation: isolate;
    transform: translateZ(0);
    overflow: hidden
}

.light-content .composition-4-image-1,
.light-content .composition-4-image-2,
.light-content .composition-5-image-1,
.light-content .composition-5-image-2 {
    background: var(--color-dark-1);
    border-color: rgba(255, 255, 255, .2)
}

.light-content .composition-4-image-1-inner,
.light-content .composition-4-image-2-inner,
.light-content .composition-5-image-1-inner,
.light-content .composition-5-image-2-inner {
    border-color: var(--color-dark-1)
}

.composition-5-image-1 {
    width: 91.0683%;
    background: #fff;
    border: 1px solid var(--color-gray-light-3);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%
}

.composition-7-border,
.post-prev-3.gradient .post-prev-3-container:before {
    background: linear-gradient(to right, #fff, #fff), var(--gradient-primary-1-b)
}

.composition-5-image-1-inner {
    overflow: hidden;
    border: 10px solid #fff;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    isolation: isolate;
    transform: translateZ(0)
}

.composition-5-image-2 {
    width: 49.387%;
    margin-top: -24.3432%;
    margin-left: auto;
    border: 1px solid var(--color-gray-light-3);
    border-bottom-right-radius: 75%
}

.composition-5-image-2-inner {
    overflow: hidden;
    border: 10px solid #fff;
    border-bottom-right-radius: 75%;
    isolation: isolate;
    transform: translateZ(0)
}

.composition-5-decoration {
    position: absolute;
    bottom: 9.25%;
    left: -6.8%;
    width: 39.9299%;
    opacity: .95;
    z-index: -1
}

.composition-6-image {
    position: relative;
    overflow: hidden;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
    -webkit-mask-type: alpha;
    -webkit-mask-size: 100% 100%;
    mask: url(data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCA2MzAgNjI2Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTUxNC41MjUsNDkwLjEwNyBDNDE1LjI0Niw1MzEuODk2IDM0OC43NDcsNDE0Ljk1MCAyODkuMDQzLDQ5Ny43NjAgQzI0NC43NjEsNTU5LjE3NyAxNjcuOTM2LDY1OS40OTUgOTYuMDY3LDYxNC4yMjcgQy0zLjIyOCw1NTEuNjg0IC04OC4yMDUsMTE0Ljg5MSAxODMuMDg4LDE0LjQ5NiBDMjg2Ljg5MSwtMjMuOTE3IDQ5MS4zMjEsMTUuMjMxIDU4MS44ODEsMTY3LjAwMSBDNjgxLjcxNCwzMzQuMzEwIDYwNi44MTMsNDUxLjI2MCA1MTQuNTI1LDQ5MC4xMDcgWiIvPgo8L3N2Zz4=);
    mask-type: alpha;
    mask-size: 100% 100%
}

.composition-6-decoration-1 {
    position: absolute;
    top: .5%;
    right: 8.887%;
    width: 23.9682%
}

.composition-6-decoration-2 {
    position: absolute;
    bottom: -3.5%;
    left: 25.3968%;
    width: 23.9682%
}

.composition-7 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.composition-7-border {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: var(--border-radius-default);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    z-index: 0
}

.composition-7-inner {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-default);
    isolation: isolate;
    transform: translateZ(0);
    z-index: 1
}

.composition-7-image-1 {
    position: relative;
    width: 14.9903%
}

.composition-7-image-2 {
    position: relative;
    width: 24.8549%
}

.composition-7-image-3 {
    position: relative;
    width: 30.0773%
}

.composition-7-image-4 {
    position: relative;
    width: 21.3733%
}

.composition-8-image {
    position: relative;
    width: 90.7936%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 75px;
    isolation: isolate;
    transform: translateZ(0)
}

.composition-9-image,
.owl-page span {
    border: 1px solid var(--color-dark-1)
}

.composition-8-decoration-1 {
    position: absolute;
    top: 0;
    left: 0
}

.composition-8-decoration-2 {
    position: absolute;
    bottom: 17%;
    left: 0
}

.composition-9-image {
    position: relative;
    overflow: hidden
}

.composition-9-decoration-1 {
    position: absolute;
    top: -20px;
    left: -40px;
    width: 100%;
    height: 100%;
    border: 1px solid currentColor
}

.work-process-item:hover .work-process-icon {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.work-process-heading {
    margin-top: 0;
    margin-bottom: .6em;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.196;
    letter-spacing: -.02em
}

.work-process-description {
    font-family: var(--font-global-alt);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: var(--color-gray-1)
}

.contact-1-text,
.contact-1-title,
.post-prev-1-info {
    font-family: var(--font-alt)
}

.work-process-icon {
    width: 1em;
    height: 1em;
    margin: 0 auto 18px;
    font-size: 72px;
    text-align: center;
    line-height: 1.3;
    color: var(--color-dark-1) 111;
    transition: var(--transition-default)
}

.work-process-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.03em;
    -webkit-transition: var(--transition-default);
    transition: var(--transition-default)
}

.logo-item {
    height: 120px;
    text-align: center;
    opacity: .75;
    -webkit-transition: .27s cubic-bezier(.3, .1, .58, 1);
    transition: .27s cubic-bezier(.3, .1, .58, 1)
}

.logo-item img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-prev-2-img,
.post-prev-3-container,
.post-prev-img {
    transform: translateZ(0);
    overflow: hidden;
    isolation: isolate
}

.logo-grid {
    margin: -30px -15px 0
}

.logo-grid-img {
    margin: 30px 15px 0;
    opacity: .35;
    transition: var(--transition-default)
}

.light-content .logo-grid-img,
.mt-text {
    opacity: .8
}

.post-prev,
.post-prev-3 {
    display: flex;
    align-items: stretch
}

.post-prev-container {
    position: relative;
    display: flex;
    flex-direction: column
}

.post-prev-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid var(--color-gray-light-3);
    border-radius: var(--border-radius-default);
    transition: var(--transition-default)
}

.post-prev-img {
    position: relative;
    border-top-left-radius: var(--border-radius-default);
    border-top-right-radius: var(--border-radius-default)
}

.post-prev-img a {
    -webkit-transition: .2s cubic-bezier(.3, .1, .58, 1);
    transition: .2s cubic-bezier(.3, .1, .58, 1)
}

.post-prev-1-img img,
.post-prev-2-img img,
.post-prev-img img {
    width: 100%;
    transform: translateZ(.1px);
    transition: all .5s var(--ease-out-short)
}

.post-prev-1-img:hover img,
.post-prev-2-img:hover img,
.post-prev-img a:hover img {
    transform: scale(1.05) translateZ(.1px)
}

.post-prev-title {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.008em;
    line-height: 1.476;
    padding-top: 40px
}

.post-prev-3-title a,
.post-prev-title a {
    color: var(--color-dark-1);
    text-decoration: none;
    transition: all .27s var(--ease-default)
}

.post-prev-3-info,
.post-prev-info {
    margin-top: auto
}

.post-prev-info,
.post-prev-info a {
    font-size: 15px;
    text-decoration: none;
    color: var(--color-gray-1);
    transition: all .27s var(--ease-default)
}

.post-prev-1-infro-item,
.post-prev-3-container {
    transition: var(--transition-default)
}

.footer-text a,
.post-prev-3-info a:hover,
.post-prev-info a:hover {
    text-decoration: underline
}

.post-prev-info .icon-author {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: var(--color-gray-light-1);
    border-radius: 50%
}

.post-prev-author-img {
    margin-top: -2px;
    margin-right: 5px;
    border-radius: 50%
}

.post-prev-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--color-gray-1)
}

.post-prev-info,
.post-prev-text,
.post-prev-title {
    padding-left: 40px;
    padding-right: 40px
}

.post-prev-container>:last-child {
    padding-bottom: 40px
}

.light-content .post-prev-info .icon-author {
    background: rgba(255, 255, 255, .2)
}

.post-prev-1-img {
    margin-bottom: 20px;
    overflow: hidden
}

.post-prev-1-info {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .05em;
    text-transform: uppercase
}

.post-prev-1-infro-item {
    display: inline-block;
    margin-right: 2px;
    padding: 4px 10px 2px;
    text-decoration: none;
    border: 1px solid currentColor;
    border-radius: 20px
}

.post-prev-1-title {
    font-size: 24px;
    line-height: 1.333;
    letter-spacing: -.01em
}

.post-prev-1-title a,
.post-prev-2-title a {
    text-decoration: none;
    transition: background-size .5s var(--ease-out-medium)
}

.contact-2-text a:hover,
.post-prev-1-title a:hover,
.post-prev-2-title a:hover {
    color: unset;
    background-size: 100% 1px
}

.post-prev-1-title.large {
    font-size: 30px
}

.post-prev-2-img {
    margin-bottom: 22px;
    border-radius: var(--border-radius-default)
}

.post-prev-2-info {
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.466;
    text-transform: uppercase;
    letter-spacing: .03em
}

.post-prev-2-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3125;
    letter-spacing: -.03em
}

.post-prev-2-text {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.6
}

.post-prev-2-tags {
    margin-top: -5px
}

.post-prev-2-tag {
    display: inline-block;
    align-items: center;
    margin-top: 5px;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid currentColor;
    border-radius: 100px
}

.post-prev-3-container {
    position: relative;
    display: flex;
    width: 100%;
    border-radius: var(--border-radius-default)
}

.post-prev-3-img {
    flex-shrink: 0;
    position: relative;
    min-width: 39.6825%;
    overflow: hidden
}

.post-prev-3-img a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    transition: all .2s var(--ease-default)
}

.post-prev-3-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(.01px) rotate(.003deg);
    transition: all .5s var(--ease-out-short)
}

.post-prev-3-intro {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 35px 40px
}

.post-prev-3-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.476
}

.post-prev-3-info,
.post-prev-3-info a {
    font-size: 14px;
    text-decoration: none;
    color: var(--color-dark-1);
    transition: all .27s var(--ease-default)
}

.post-prev-3-author-img {
    position: relative;
    top: -.1em;
    margin-right: 2px;
    border-radius: 50%
}

.post-prev-3-text {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-gray-1)
}

.post-prev-3.gradient .post-prev-3-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: var(--border-radius-default);
    -webkit-background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    opacity: .3;
    transition: all .27s var(--ease-default)
}

.light-content .post-prev-3.gradient .post-prev-3-container {
    background: 0 0;
    border: none
}

.newsletter-label-icon {
    margin-right: 30px;
    font-size: 96px;
    line-height: 1
}

.newsletter-label-text {
    max-width: 370px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.196;
    letter-spacing: -.03em
}

.form .newsletter-field-wrap,
.form input.newsletter-field {
    margin-right: 10px;
    flex-grow: 1.5
}

.form input.newsletter-field::placeholder {
    color: var(--color-gray-1)
}

.form input.newsletter-field.error,
.form.newsletter-modern input.newsletter-field.error {
    border-color: #dc3545 !important
}

#subscribe-result {
    height: 0
}

.form.newsletter-elegant input.newsletter-field {
    max-width: unset;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-grow: unset;
    font-size: 34px !important;
    font-weight: 400 !important;
    background: 0 0;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-width: 1px !important
}

.light-content .form.newsletter-elegant input.newsletter-field,
.light-content .form.newsletter-elegant input.newsletter-field::placeholder {
    color: #fff !important;
    border-color: #fff !important
}

.light-content .form.newsletter-strong input.newsletter-field,
.light-content .form.newsletter-strong input.newsletter-field:hover {
    background-color: rgba(255, 255, 255, .275) !important;
    border: none
}

.map-boxed-1 iframe,
.map-boxed-1 img {
    border-top-left-radius: calc(var(--border-radius-default) - 5px);
    border-bottom-left-radius: calc(var(--border-radius-default) - 5px)
}

.light-content .form.newsletter-strong input.newsletter-field::placeholder,
.light-content .form.newsletter-strong input.newsletter-field:hover::placeholder {
    color: #fff
}

.form.newsletter-modern input.newsletter-field,
.form.newsletter-modern input.newsletter-field::placeholder,
.form.newsletter-modern input.newsletter-field:hover,
.form.newsletter-modern input.newsletter-field:hover::placeholder {
    max-width: unset;
    width: 100%;
    height: 55px;
    padding: 20px 0;
    font-family: var(--font-alt);
    font-size: 40px;
    color: var(--color-dark-1);
    text-transform: uppercase;
    letter-spacing: .02em;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: var(--color-dark-1)
}

.light-content .form.newsletter-modern input.newsletter-field,
.light-content .form.newsletter-modern input.newsletter-field::placeholder,
.light-content .form.newsletter-modern input.newsletter-field:hover,
.light-content .form.newsletter-modern input.newsletter-field:hover::placeholder {
    color: #fff;
    border-color: #fff
}

.contact-item {
    position: relative;
    padding: 0 0 0 74px;
    color: var(--color-dark-1)
}

.contact-item a {
    color: currentColor;
    text-decoration: none;
    transition: var(--transition-default)
}

.ci-icon {
    position: absolute;
    top: 4px;
    left: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    color: #fff;
    text-align: center
}

.ci-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-dark-1);
    border-radius: 50%
}

.ci-icon i,
.ci-icon img,
.ci-icon svg {
    position: relative;
    vertical-align: middle
}

.ci-icon.ci-icon-grad:before {
    background: var(--gradient-primary-1-b);
    opacity: .15
}

.ci-title {
    margin-bottom: 7px;
    color: var(--color-dark-1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3
}

.ci-text {
    font-size: 18px;
    line-height: 1.625;
    color: var(--color-gray-1)
}

.light-content .accordion>dt>a:after,
.light-content .blog-item-data a:hover,
.light-content .blog-item-q p a:hover,
.light-content .blog-item-q p:hover:after,
.light-content .blog-item-q p:hover:before,
.light-content .blog-item-q:hover a,
.light-content .blog-item-title a,
.light-content .ci-link a,
.light-content .ci-title,
.light-content .comment-item-data a:hover,
.light-content .footer-2-social-links a,
.light-content .fw-menu-large li a,
.light-content .fw-menu-large li a:hover,
.light-content .fw-social-inline a,
.light-content .icons-example-box-icon,
.light-content .mt-text,
.light-content .owl-next,
.light-content .owl-prev,
.light-content .pr-list,
.light-content .search-button:hover,
.light-content .testimonials-4-text p,
.light-content .toggle>dt>a:after,
.light-content .tpl-alt-tabs>li>a,
.light-content .tpl-minimal-tabs>li>a,
.light-content .widget-comments li a:hover,
.light-content .widget-menu li a.active,
.light-content .widget-menu li a:hover,
.light-content .widget-posts li a:hover,
.light-content a.blog-item-more:hover,
.map-toggle,
.mt-icon,
.slider-bold .owl-next:hover,
.slider-bold .owl-prev:hover {
    color: #fff
}

.ci-text.large {
    font-size: 21px;
    line-height: 1.467
}

.ci-link {
    margin-top: 11px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase
}

.ci-link a {
    position: relative;
    text-decoration: none;
    -webkit-transition: .27s cubic-bezier(.3, .1, .58, 1);
    transition: .27s cubic-bezier(.3, .1, .58, 1)
}

.ci-link a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
    opacity: .9
}

.ci-link a:hover {
    text-decoration: none;
    opacity: .9
}

.ci-link a:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.fw-menu li a,
footer:not(.light-content) .text-gray a {
    color: var(--color-gray-1)
}

.contact-1-left {
    width: 100%;
    border-radius: 50px 0 0 50px;
    background: var(--color-dark-1)
}

.contact-1-right {
    width: 100%;
    border-radius: 0 50px 50px 0;
    background: var(--color-gray-light-2)
}

.contact-1-title {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .07em
}

.contact-1-text {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.28;
    letter-spacing: 0
}

.contact-1-text a {
    color: unset;
    text-decoration: none;
    transition: opacity .27s var(--ease-default)
}

.contact-1-link a {
    font-size: 16px;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    background-image: linear-gradient(rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)), linear-gradient(#fff, #fff);
    background-size: 100% 1px, 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all .27s var(--ease-out-medium)
}

.contact-2-text a,
.fw-menu-large li a {
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    will-change: background-size
}

.contact-1-link a:hover {
    color: #fff;
    background-size: 100% 1px, 100% 1px
}

.contact-2:after,
.contact-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--color-dark-1);
    opacity: .17
}

.contact-2:after {
    left: unset;
    right: 0
}

.contact-2-item:before,
.contact-2-item:last-child:after {
    left: 1px;
    width: 100%;
    position: absolute;
    opacity: .17;
    background: var(--color-dark-1);
    content: "";
    display: block;
    height: 1px
}

.contact-2-item {
    display: flex;
    position: relative
}

.contact-2-item:before {
    top: 0;
    width: calc(100% - 2px)
}

.contact-2-item:last-child:after {
    bottom: 0;
    width: calc(100% - 2px)
}

.contact-2-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 70px;
    font-size: 24px
}

.contact-2-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--color-dark-1);
    opacity: .17
}

.map-section,
.mt-icon:before {
    width: 100%;
    position: absolute
}

.contact-2-title {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 400
}

.contact-2-text {
    font-size: 18px;
    line-height: 1.44
}

.contact-2-text a {
    text-decoration: none;
    background-image: linear-gradient(var(--color-dark-1), var(--color-dark-1));
    transition: background-size .5s var(--ease-out-medium)
}

.google-map {
    position: relative;
    background: var(--color-dark-1)
}

.google-map>iframe {
    display: block;
    width: 100%;
    height: 485px;
    position: relative;
    z-index: 1
}

.map-section {
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    background: rgba(245, 245, 245, .93);
    z-index: 2;
    cursor: pointer;
    -webkit-transition: .27s cubic-bezier(.3, .1, .58, 1);
    transition: .27s cubic-bezier(.3, .1, .58, 1)
}

.footer a,
footer:not(.light-content) .text-gray a {
    transition: all .17s var(--ease-default)
}

.map-section:hover {
    background: rgba(245, 245, 245, .8)
}

.map-toggle {
    width: 200px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -100px;
    text-align: center
}

.mt-icon {
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 6px auto 9px;
    position: relative;
    font-size: 24px;
    transition: .27s cubic-bezier(.3, .1, .58, 1)
}

.mt-close-icon,
.mt-open-icon {
    display: inline-block;
    width: 9px;
    height: 5px;
    top: -.1em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(17, 17, 17)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>');
    position: relative
}

.mt-icon:before {
    content: "";
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-dark-1);
    border-radius: 50%
}

.mt-text {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-dark-1)
}

.mt-close-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.map-section.js-active {
    height: 25px;
    background: rgba(245, 245, 245, .85)
}

.map-section.js-active .mt-text {
    font-size: 16px;
    position: relative;
    top: -33px
}

.map-section.js-active:hover {
    background: rgba(245, 245, 245, .95)
}

.light-content .map-section {
    background: rgba(17, 17, 17, .92)
}

.light-content .mt-close-icon,
.light-content .mt-open-icon {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="9px" height="5px"><path fill-rule="evenodd"  fill="rgb(255, 255, 255)" d="M8.886,0.630 L8.336,0.115 C8.263,0.047 8.178,0.013 8.083,0.013 C7.987,0.013 7.903,0.047 7.830,0.115 L4.506,3.154 L1.183,0.115 C1.109,0.047 1.025,0.013 0.930,0.013 C0.834,0.013 0.750,0.047 0.677,0.115 L0.127,0.630 C0.053,0.697 0.017,0.776 0.017,0.866 C0.017,0.954 0.053,1.034 0.127,1.102 L4.253,4.890 C4.327,4.958 4.411,4.993 4.506,4.993 C4.602,4.993 4.686,4.958 4.759,4.890 L8.886,1.102 C8.959,1.034 8.996,0.954 8.996,0.866 C8.996,0.776 8.959,0.697 8.886,0.630 L8.886,0.630 Z"/></svg>')
}

.light-content .map-section:hover {
    background: rgba(17, 17, 17, .88)
}

.light-content .mt-close-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.footer-social-links a:before,
.link-to-top:before {
    width: 100%;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background: #fff;
    content: "";
    top: 0
}

.map-boxed {
    display: flex;
    align-items: stretch;
    width: 100%
}

.map-boxed iframe {
    width: 100%;
    height: auto;
    min-height: 360px
}

.map-boxed-1 {
    position: relative;
    width: 100%;
    padding: 5px 0 5px 5px;
    border-top-left-radius: var(--border-radius-default);
    border-bottom-left-radius: var(--border-radius-default)
}

.map-boxed-1 iframe {
    width: 100%;
    height: 100%
}

.map-boxed-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.footer:not(.light-content) a:hover {
    text-decoration: none;
    color: var(--color-dark-3a) !important
}

.light-content .footer-text {
    color: var(--color-gray-light-3)
}

.footer-social-links a,
.light-content .fw-top-link {
    color: #fff;
    text-decoration: none
}

.footer.light-content a:hover {
    color: #fff !important;
    text-decoration: none
}

.footer-made {
    font-size: 14px;
    opacity: .5
}

.footer-social-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 3px 10px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    transition: all .27s var(--ease-out-medium)
}

.footer-social-links a:before {
    display: block;
    height: 100%;
    opacity: 0;
    transform: scale(.3);
    transition: all .27s var(--ease-out-medium)
}

.footer-2-social-links a svg,
.footer-social-links a svg {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.footer-2.light-content .footer-2-social-links a:hover,
.footer-social-links a:hover,
.footer.light-content .footer-social-links a:hover,
.light-content .footer-2-social-links a:hover,
.light-content .footer-social-links a:hover,
.light-content a.link-to-top,
.light-content a.link-to-top:hover {
    color: var(--color-dark-1) !important
}

.fw-title {
    margin-bottom: 16px;
    font-size: 18px;
    letter-spacing: -.02em
}

.fw-menu li:not(:last-child) {
    margin-bottom: 3px
}

.fw-menu li a {
    text-decoration: none
}

.fw-menu svg,
.fw-menu-large svg {
    position: relative;
    top: -.05em;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.light-content .fw-menu li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .7)
}

.fw-menu-large {
    font-size: 28px;
    line-height: 1.3
}

.fw-menu-large li:not(:last-child) {
    margin-bottom: 10px
}

.fw-menu-large li a {
    text-decoration: none;
    color: var(--color-dark-1);
    background-image: linear-gradient(currentColor, currentColor);
    transition: background-size .5s var(--ease-out-medium)
}

.fw-menu-large li a:hover {
    text-decoration: none;
    color: var(--color-dark-1);
    background-size: 100% 1px
}

a.link-to-top,
footer .text-gray a.link-to-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: var(--color-dark-1);
    font-size: 24px;
    text-decoration: none;
    transition: .5s cubic-bezier(.25, .46, .45, .94)
}

.link-to-top:before {
    display: block;
    height: 100%;
    box-shadow: var(--box-shadow);
    z-index: 1;
    transition: all .4s var(--ease-elastic-2)
}

.link-to-top svg {
    position: relative;
    width: 1em;
    height: 1em;
    z-index: 1
}

.link-to-top i,
.link-to-top span {
    position: relative;
    transform: rotate(.001deg) translateZ(0);
    z-index: 1
}

.link-to-top:hover:before {
    transform: scale(1.25)
}

a.link-to-top.gradient:before {
    background: var(--gradient-primary-1-b);
    box-shadow: none
}

a.link-to-top.color-light:before {
    background: var(--color-primary-light-1);
    box-shadow: none
}

a.link-to-top.color:before {
    background: var(--color-primary-1);
    box-shadow: none
}

.link-to-top-2 {
    position: relative;
    display: block;
    width: 120px;
    margin: 0 auto;
    color: var(--color-dark-1);
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
    transition: letter-spacing .27s var(--ease-out-medium)
}

.fw-social-inline a,
.fw-social-inline-item {
    display: inline-block
}

.link-to-top-2:before {
    content: "";
    display: block;
    width: 1px;
    height: 106px;
    margin: -53px auto 6px;
    background: rgba(193, 193, 193, .9)
}

.fw-top-link-underline:before,
.light-content .fw-top-link .icon:before {
    background: #fff;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    display: block
}

.footer-1 {
    font-size: 15px;
    text-transform: uppercase
}

.footer-1 .small,
.pagination {
    font-size: 13px
}

.fw-social-inline a {
    position: relative;
    margin: 5px 15px 10px;
    text-transform: uppercase;
    letter-spacing: .075em
}

.fw-social-inline .link-strong {
    padding: 0;
    transition: all .35s var(--ease-out-short)
}

.fw-social-inline .link-strong-hovered {
    top: 0;
    transform: translateY(150%) translateZ(.001px)
}

.fw-social-inline .link-hover-anim:hover .link-strong-unhovered {
    transform: translateY(-150%) translateZ(.001px)
}

.fw-social-inline .link-strong:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--color-dark-1);
    opacity: .5;
    transform-origin: left center;
    transition: all .27s var(--ease-out-medium)
}

.footer-text {
    text-transform: none
}

.light-content .fw-top-link .icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -8px;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .4s var(--ease-out-medium)
}

.light-content .fw-top-link .icon:before {
    top: 0;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.25);
    transition: all .4s var(--ease-elastic-1)
}

.fw-top-link-underline:before {
    bottom: 0;
    height: 1px;
    opacity: .5;
    transform: scaleX(0);
    transform-origin: left center;
    transition: all .4s var(--ease-out-medium)
}

.light-content .fw-top-link:hover .icon {
    border-color: transparent;
    color: var(--color-dark-1)
}

.light-content .fw-top-link:hover .icon:before {
    opacity: 1;
    transform: scale(1.1)
}

.footer-2-social-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border: 1px solid currentColor;
    border-radius: 50%;
    transition: all .27s var(--ease-out-medium)
}

.footer-2-social-links a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-dark-1);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.5);
    transition: all .27s var(--ease-out-medium);
    will-change: transform, opacity
}

.footer-2-social-links a:hover {
    border-color: transparent;
    color: #fff !important
}

.blog-item {
    position: relative;
    margin-bottom: 80px
}

.blog-item .lead,
.blog-item blockquote p {
    font-size: 130%
}

.blog-item .lead {
    margin-bottom: 1.2em
}

.blog-item blockquote {
    margin-bottom: 1.75em
}

.blog-media {
    margin-bottom: 30px
}

.blog-item-title {
    margin: 0 0 .35em;
    padding: 0;
    line-height: 1.2
}

.blog-item-q p a:hover,
.blog-item-q:hover a,
.blog-item-title a:hover,
a.blog-item-more {
    color: var(--color-gray-1);
    text-decoration: none
}

.blog-item-data {
    margin-bottom: 30px;
    font-size: 15px;
    color: var(--color-gray-1)
}

.blog-item-data a {
    color: var(--color-gray-1);
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: var(--transition-default);
    transition: var(--transition-default)
}

.blog-item-more,
.blog-item-q p a,
.pagination a,
.pagination span {
    transition: var(--transition-default)
}

.blog-item-data i,
.blog-item-more i {
    position: relative;
    top: -2px;
    vertical-align: middle
}

.blog-item-body {
    margin-bottom: 37px;
    font-size: 20px
}

.blog-item-body h1,
.blog-item-body h2,
.blog-item-body h3,
.blog-item-body h4,
.blog-item-body h5,
.blog-item-body h6 {
    margin: 1.3em 0 .5em;
    line-height: 1.3
}

.blog-item-body blockquote p:before {
    content: '“';
    position: absolute;
    top: -.23em;
    left: -.5em;
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 2.38em;
    opacity: .25
}

.blog-item-more {
    border: 1px solid var(--color-gray-light-5);
    padding: 7px 15px 8px;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-gray-1);
    border-radius: var(--border-radius-default)
}

.blog-item-more:hover {
    text-decoration: none;
    border-color: var(--color-dark-1)
}

.blog-item-q {
    margin: 1em 0;
    padding: 0;
    letter-spacing: -.02em;
    background: 0 0
}

.blog-page-title,
.widget-title {
    padding-bottom: 10px;
    letter-spacing: -.02em
}

.blog-item-q p {
    position: relative;
    background: var(--color-gray-light-1);
    padding: 17px 20px;
    font-size: 26px;
    line-height: 1.6;
    border-radius: var(--border-radius-default)
}

.blog-item-q p a {
    color: var(--color-dark-1);
    text-decoration: none
}

.blog-item-q p:after,
.blog-item-q p:before {
    font-family: var(--font-serif);
    transition: var(--transition-default)
}

.blog-item-q p:before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 10px
}

.blog-item-q p:after {
    content: '”'
}

.blog-item-q p:hover:after,
.blog-item-q p:hover:before {
    color: #777
}

.blog-page-title {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--color-gray-light-5)
}

.light-content .blog-page-title,
.light-content .widget-title {
    border-color: rgba(255, 255, 255, .35)
}

.light-content .blog-item-more,
.light-content .comment-item {
    border-color: var(--color-dark-4);
    color: var(--color-gray-light-5)
}

.light-content .blog-item-more:hover,
.tpl-tabs {
    border-color: var(--color-gray-light-5)
}

.light-content .comment-item-data a,
.light-content .widget-comments li a,
.light-content .widget-menu li a,
.light-content .widget-posts li a,
.light-content a.blog-item-more {
    color: var(--color-gray-light-5)
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    margin-right: 5px;
    padding: 9px 16px;
    border: 1px solid var(--color-gray-light-5);
    color: var(--color-gray-1);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: var(--border-radius-default)
}

.pagination a:hover {
    text-decoration: none;
    border-color: var(--color-dark-1);
    color: var(--color-dark-1)
}

.pagination a.active,
.pagination a.active:hover {
    border-color: var(--color-dark-1);
    color: var(--color-dark-1);
    cursor: default
}

.comment-author a,
.comment-item-data a {
    color: var(--color-gray-1)
}

.pagination span.no-active,
.pagination span.no-active:hover {
    border-color: var(--color-gray-light-5);
    color: var(--color-gray-1);
    cursor: default
}

.light-content .pagination a {
    border-color: rgba(255, 255, 255, .35);
    color: var(--color-dark-mode-gray-1)
}

.light-content .pagination a.active,
.light-content .pagination a.active:hover,
.light-content .pagination a:hover {
    border-color: var(--color-dark-mode-gray-1);
    color: #fff
}

.light-content .pagination span.no-active,
.light-content .pagination span.no-active:hover {
    border-color: rgba(255, 255, 255, .15);
    color: rgba(255, 255, 255, .37)
}

.comment-item {
    padding-top: 30px !important;
    border-top: 1px dotted var(--color-gray-light-5);
    color: var(--color-dark-4);
    font-size: 17px;
    overflow: hidden
}

.comment-item:first-child {
    padding-top: 0 !important;
    border-top: none
}

.comment-list>.comment-item:last-child p:last-child,
.faq-answer p:last-child,
.pr-list li:last-child,
.testimonials-4-text {
    margin-bottom: 0
}

.comment-avatar {
    width: 50px;
    margin-right: 15px;
    border-radius: 50%
}

.comment-item-data {
    margin: 0 0 5px;
    font-size: 15px
}

.comment-item-data a {
    text-decoration: none;
    -webkit-transition: var(--transition-default);
    transition: var(--transition-default)
}

.comment-author {
    display: inline-block;
    margin-right: 10px;
    font-weight: 500
}

.widget:not(:last-child) {
    margin-bottom: 60px
}

.widget .img-right {
    margin: 0 0 10px 10px
}

.widget-title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid var(--color-gray-light-5)
}

.widget-text {
    line-height: 1.7
}

.search-field {
    padding-right: 30px !important
}

.search-button {
    width: 42px;
    height: 50px;
    margin-top: -23px;
    position: absolute;
    top: 50%;
    right: 1px;
    overflow: hidden;
    background: 0 0;
    border: none;
    outline: 0;
    color: var(--color-gray-3);
    font-size: 14px
}

.pricing-item,
.pricing-item-inner,
.pricing-wrap {
    width: 100%;
    display: flex
}

.pricing-icon,
.pricing-item,
.pricing-num,
.pricing-title,
.pricing-wrap {
    position: relative
}

.light-content .search-button {
    color: rgba(255, 255, 255, .65)
}

.widget-menu li {
    padding: 5px 0
}

.widget-menu li a {
    color: var(--color-dark-4);
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: .17s cubic-bezier(0, 0, .58, 1);
    transition: .17s cubic-bezier(0, 0, .58, 1)
}

.widget-comments li a:hover,
.widget-menu li a.active,
.widget-menu li a:hover,
.widget-menu li small,
.widget-posts li a:hover {
    color: var(--color-gray-3)
}

.widget-menu li small {
    font-size: 12px
}

.tags a,
.widget-comments li a,
.widget-posts li a {
    color: var(--color-dark-4);
    text-decoration: none
}

.light-content .widget-menu li small {
    font-size: 12px;
    color: var(--color-gray-light-6)
}

.tags a {
    display: inline-block;
    margin: 0 2px 8px 0;
    padding: 5px 7px;
    border: 1px solid var(--color-gray-light-5);
    font-size: 15px;
    border-radius: var(--border-radius-default);
    -webkit-transition: var(--transition-default);
    transition: var(--transition-default)
}

.tags a:hover {
    text-decoration: none;
    border-color: var(--color-dark-3a);
    color: var(--color-dark-1)
}

.light-content .tags a {
    border-color: var(--color-dark-mode-gray-1);
    color: var(--color-dark-mode-gray-1)
}

.light-content .tags a:hover {
    border-color: #fff;
    color: #fff
}

.widget-comments,
.widget-posts {
    color: var(--color-gray-2)
}

.pr-list,
.pr-per {
    color: var(--color-gray-1)
}

.widget-comments li {
    padding: 12px 0;
    border-bottom: 1px dotted #ddd
}

.widget-comments li:last-child {
    border-bottom: none
}

.widget-comments li a {
    -webkit-transition: .17s cubic-bezier(0, 0, .58, 1);
    transition: .17s cubic-bezier(0, 0, .58, 1)
}

.owl-next,
.owl-page span,
.owl-prev,
.pricing-item-inner {
    transition: var(--transition-default)
}

.light-content .widget-comments li {
    border-bottom-color: var(--color-dark-mode-gray-2)
}

.widget-posts li {
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px dotted var(--color-gray-light-5)
}

.widget-posts li:last-child {
    padding-bottom: 0;
    border: none
}

.widget-posts li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    transition: all .17s var(--ease-default)
}

.widget-posts-img {
    float: left;
    margin: 0 12px 0 0
}

.light-content .widget-posts li {
    border-color: #282828
}

.pricing-item {
    align-items: stretch;
    text-align: center
}

.pricing-item-inner {
    align-items: stretch;
    background: #fff
}

.pricing-item-inner:hover {
    box-shadow: var(--box-shadow-block-strong);
    transform: translateY(-5px)
}

.pricing-wrap {
    flex-direction: column;
    padding: 30px;
    text-align: center;
    overflow: hidden
}

.pricing-icon {
    margin-bottom: 17px;
    font-size: 72px;
    line-height: 1;
    z-index: 1
}

.pricing-title {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -.02em;
    z-index: 1
}

.pricing-features {
    max-width: 180px;
    margin: 0 auto 40px;
    text-align: left;
    letter-spacing: 0
}

.pr-list {
    margin: 0;
    padding: 0;
    font-size: 17px
}

.pr-list li {
    margin-bottom: 12px;
    padding: 0;
    list-style: none
}

.pricing-num {
    display: inline-block;
    align-self: center;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -.057em;
    line-height: 1
}

.pricing-num sup {
    position: absolute;
    top: .8em;
    left: -.8em;
    font-size: 20px;
    font-weight: 400
}

.pr-per {
    margin-bottom: 30px;
    font-size: 16px
}

.light-content .pr-per {
    color: var(--color-dak-mode-gray-1)
}

.mfp-inline-holder .mfp-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #fff
}

.owl-buttons {
    position: static
}

.owl-next,
.owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 57px;
    padding: 11px;
    box-sizing: content-box;
    font-size: 57px;
    text-align: center;
    color: var(--color-dark-1);
    opacity: .8;
    z-index: 6
}

.ts1-author,
.ts2-author {
    font-size: 18px;
    line-height: 1.45
}

.owl-prev {
    left: 20px
}

.owl-next {
    right: 20px
}

.owl-next svg,
.owl-prev svg {
    display: block;
    height: 1em;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .35))
}

.light-content .owl-next svg,
.light-content .owl-prev svg {
    color: #fff;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .35))
}

.dark-content .owl-next svg,
.dark-content .owl-prev svg {
    color: var(--color-dark-1);
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .35))
}

.owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    line-height: 1
}

.owl-page {
    display: inline-block;
    padding: 7px;
    position: relative;
    z-index: 1000 !important
}

.owl-page span {
    width: 8px;
    height: 8px;
    display: block;
    background: 0 0;
    position: relative;
    border-radius: 50%
}

.dark-content .owl-page.active span,
.owl-page.active span {
    background: var(--color-dark-1);
    border: 1px solid var(--color-dark-1)
}

.light-content .owl-page span {
    border: 1px solid #fff;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
}

.light-content .owl-page.active span {
    background: #fff;
    border: 1px solid #fff
}

.dark-content .owl-page span {
    border: 1px solid var(--color-dark-1);
    box-shadow: none
}

.item-carousel .owl-prev {
    left: -30px
}

.item-carousel .owl-next {
    right: -30px
}

.item-carousel {
    padding-bottom: 70px
}

.item-carousel .owl-pagination {
    bottom: 0
}

.item-carousel .owl-item {
    padding: 0 50px
}

.small-item-carousel.owl-carousel .owl-next,
.small-item-carousel.owl-carousel .owl-prev {
    opacity: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.content-slider .owl-pagination,
.work-full-slider .owl-pagination {
    bottom: 15px
}

.team-carousel.owl-carousel {
    width: calc(100% + 30px)
}

.team-carousel .owl-item {
    padding-right: 30px
}

.team-carousel .owl-item .team-item {
    opacity: 0;
    transform: scale(.85);
    transition: .5s
}

.team-carousel .owl-next,
.team-carousel .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - var(--team-item-descr-height)/ 2);
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--color-dark-1);
    opacity: 1
}

.team-carousel .owl-prev {
    left: 0;
    transform: translate(-50%, -50%)
}

.team-carousel .owl-next {
    right: 0;
    transform: translate(calc(50% - 30px), -50%)
}

.team-carousel .owl-next svg,
.team-carousel .owl-prev svg,
.testimonials-slider-1 .owl-next svg,
.testimonials-slider-1 .owl-prev svg,
.testimonials-slider-2 .owl-next svg,
.testimonials-slider-2 .owl-prev svg {
    position: relative;
    width: 1em;
    height: 1em
}

.team-carousel .owl-next:hover:before,
.team-carousel .owl-prev:hover:before {
    box-shadow: var(--box-shadow-strong);
    transform: scale(1.25)
}

.testimonials-slider-1 .owl-item,
.testimonials-slider-2 .owl-item {
    transition: all 1s var(--ease-out-long)
}

.testimonials-slider-1 .owl-item:not(.active),
.testimonials-slider-2 .owl-item:not(.active) {
    opacity: 0;
    transform: scale(.75)
}

.testimonials-slider-1 .owl-buttons,
.testimonials-slider-2 .owl-buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10
}

.testimonials-slider-1 .owl-next,
.testimonials-slider-1 .owl-prev {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--color-dark-1);
    opacity: 1;
    transform: translate(0, 0)
}

.testimonials-slider-1 .owl-next,
.testimonials-slider-2 .owl-next {
    margin-left: 10px
}

.testimonials-slider-1 blockquote {
    position: relative;
    margin: 0 0 1.5em;
    padding-left: 1.9778em;
    font-size: 46px;
    border: none;
    background: 0 0
}

.testimonials-slider-1 blockquote p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5
}

.ts1-author {
    font-weight: 500
}

.ts1-author .small {
    font-weight: 400;
    font-size: 15px;
    color: var(--color-gray-1)
}

.ts1-author-img,
.ts2-author-img {
    margin-right: 10px
}

.testimonials-slider-2 .owl-next,
.testimonials-slider-2 .owl-prev {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: var(--color-dark-1);
    border-radius: 50%;
    opacity: 1;
    transform: translate(0, 0);
    transition: all .27s var(--ease-default)
}

.testimonials-slider-2 blockquote {
    position: relative;
    margin: 0 0 1.5em;
    padding-left: 220px;
    border: none;
    background: 0 0;
    font-size: 43px
}

.testimonials-slider-2 .blockquote-icon {
    position: absolute;
    top: -.03em;
    left: 0;
    width: 190px;
    height: 100px;
    font-family: Georgia, serif;
    font-size: 280px;
    line-height: 1;
    text-align: center;
    -webkit-text-stroke: 2px var(--color-dark-1);
    -webkit-text-fill-color: #fff
}

.testimonials-slider-2 .blockquote-icon img {
    position: relative;
    top: .1em;
    left: .2em;
    display: block;
    width: .35em
}

.testimonials-slider-2 blockquote p {
    font-size: 43px;
    font-weight: 500;
    line-height: 1.395;
    letter-spacing: -.03em
}

.ts2-author {
    font-weight: 500;
    letter-spacing: -.005em
}

.ts2-author .small {
    font-weight: 400;
    font-size: 16px !important;
    color: var(--color-gray-1)
}

.testimonials-slider-3.owl-carousel {
    display: flex !important;
    flex-direction: column;
    width: calc(100% + 30px)
}

.testimonials-slider-3 .owl-wrapper {
    display: flex !important
}

.testimonials-slider-3 .owl-item {
    display: flex;
    align-items: stretch;
    padding-right: 30px
}

.testimonials-slider-3 .owl-buttons {
    padding-right: 30px;
    text-align: right
}

.tpl-progress .progress-bar,
.tpl-progress-alt .progress-bar {
    text-align: left;
    overflow: visible;
    font-size: 12px;
    border-radius: 3px
}

.testimonials-3-item {
    position: relative;
    display: flex;
    align-items: stretch;
    padding: 38px;
    background: #fff;
    border-radius: var(--border-radius-default)
}

.testimonials-3-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 0
}

.testimonials-3-text p {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -.0225em
}

.testimonials-3-author {
    margin-top: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0
}

.testimonials-3-author small,
.testimonials-4-author .small {
    font-size: 16px;
    font-weight: 400
}

.testimonials-3-author-img,
.testimonials-4-author-img {
    margin-top: 1px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
    isolation: isolate;
    transform: translateZ(0)
}

.testimonials-3-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 42px;
    line-height: 1;
    opacity: .075
}

.light-content .testimonials-3-icon {
    opacity: .125
}

.testimonials-grad .testimonials-3-icon {
    opacity: .1575
}

.slider-strong .owl-next,
.slider-strong .owl-prev {
    margin-left: 7px;
    border: 1px solid var(--color-dark-1)
}

.slider-bold .owl-next:before,
.slider-bold .owl-prev:before,
.slider-gradient .owl-next:before,
.slider-gradient .owl-prev:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .27s var(--ease-default)
}

.slider-strong .owl-next:hover,
.slider-strong .owl-prev:hover {
    color: #fff;
    border-color: transparent
}

.slider-strong .owl-next:hover:before,
.slider-strong .owl-prev:hover:before {
    opacity: 1;
    transform: scale(1.08)
}

.slider-strong .owl-next svg,
.slider-strong .owl-prev svg {
    width: unset;
    height: unset;
    filter: none
}

.light-content .slider-strong .owl-next:hover,
.light-content .slider-strong .owl-prev:hover {
    border-color: transparent
}

.slider-bold .owl-next,
.slider-bold .owl-prev {
    font-size: 32px
}

.slider-bold .owl-next:before,
.slider-bold .owl-prev:before {
    background: var(--color-dark-1);
    opacity: 0;
    transform: scale(.75)
}

.slider-bold .owl-next svg,
.slider-bold .owl-prev svg {
    filter: none
}

.slider-gradient .owl-next:before,
.slider-gradient .owl-prev:before {
    background: var(--gradient-primary-1-b);
    box-shadow: none;
    opacity: .2
}

.slider-gradient .owl-next:hover:before,
.slider-gradient .owl-prev:hover:before {
    opacity: .37;
    box-shadow: none;
    transform: scale(1)
}

html:not(.mobile) .owl-animate-chars .char {
    opacity: 0;
    transform: translateY(.5em) rotate(7deg);
    transform-origin: 0 50%;
    transition: transform .62s var(--ease-out-short), opacity .62s var(--ease-default);
    transition-delay: calc( 0.027s * var(--char-index));
    will-change: opacity, transform
}

html:not(.mobile) .owl-animate-fadeInUp {
    opacity: 0;
    transform: translateY(37px) translateZ(0);
    transition: 1s
}

.owl-item.active .owl-animate-fadeInDown,
.owl-item.active .owl-animate-fadeInUp {
    opacity: 1;
    transform: translateY(0) scale(1)
}

html:not(.mobile) .owl-animate-fadeInDown {
    opacity: 0;
    transform: translateY(-37px) translateZ(0);
    transition: 1s
}

@media print {
    .appear-animate .charsAnimIn .char,
    .appear-animate .charsAnimIn-1 .char,
    .appear-animate .charsAnimIn-2 .char,
    .appear-animate .charsAnimInLong .char,
    .appear-animate .charsAnimInLong-1 .char,
    .appear-animate .linesAnimIn .word,
    .appear-animate .linesAnimInLong .word,
    .appear-animate .wordsAnimIn .word,
    .owl-animate-chars .char {
        opacity: 1 !important;
        transform: none !important
    }
    .wow,
    .wow-menubar,
    .wow-p,
    .wow.scaleOutIn {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important
    }
    .owl-animate-fadeInDown,
    .owl-animate-fadeInUp {
        -webkit-transition: none !important;
        transition: none !important
    }
}

.owl-delay-200 {
    transition-delay: .20s !important
}

.owl-delay-250 {
    transition-delay: .25s !important
}

.owl-delay-300 {
    transition-delay: .3s !important
}

.owl-delay-350 {
    transition-delay: .35s !important
}

.owl-delay-400 {
    transition-delay: .4s !important
}

.owl-delay-450 {
    transition-delay: .45s !important
}

.owl-delay-500 {
    transition-delay: .5s !important
}

.owl-delay-550 {
    transition-delay: .55s !important
}

.owl-delay-600 {
    transition-delay: .6s !important
}

.owl-delay-650 {
    transition-delay: .65s !important
}

.owl-delay-700 {
    transition-delay: .7s !important
}

.owl-delay-750 {
    transition-delay: .75s !important
}

.owl-delay-800 {
    transition-delay: .8s !important
}

.owl-delay-850 {
    transition-delay: .85s !important
}

.owl-delay-900 {
    transition-delay: .9s !important
}

.owl-delay-950 {
    transition-delay: .95s !important
}

.owl-delay-1000 {
    transition-delay: 1s !important
}

.testimonials-4-item {
    position: relative;
    padding: 30px;
    background: #fff;
    border-radius: var(--border-radius-default)
}

.tpl-progress,
.tpl-progress-alt {
    background: var(--color-gray-light-1);
    box-shadow: none
}

.testimonials-4-text p {
    color: var(--color-dark-1);
    font-size: 17px;
    line-height: 1.529;
    letter-spacing: 0
}

.testimonials-4-author {
    color: var(--color-gray-1);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0
}

.tpl-minimal-tabs,
.tpl-progress,
.tpl-progress-alt .progress-bar {
    text-transform: uppercase;
    letter-spacing: 1px
}

.testimonials-4-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 30px;
    line-height: 1;
    opacity: .075
}

.light-content .testimonials-4-icon {
    color: #fff;
    opacity: .15
}

.testimonials-5-stars {
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    color: var(--color-primary-1);
    font-size: 22px
}

.testimonials-5-text {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.5
}

.testimonials-6-item {
    position: relative;
    margin-bottom: 0;
    font-size: 29px
}

.testimonials-6-icon {
    position: absolute;
    top: -.21em;
    left: -.3em;
    font-family: Georgia, Times, Serif;
    font-size: 11em;
    font-weight: 700;
    line-height: 1;
    color: var(--color-primary-light-1)
}

.testimonials-6-text {
    margin-bottom: 0;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.448
}

.tpl-tabs>li>a,
.tpl-tabs>li>a:hover {
    color: var(--color-gray-1) !important;
    text-decoration: none
}

.tpl-tabs>li>.nav-link.active {
    color: var(--color-dark-1) !important;
    border-color: var(--color-gray-light-5) var(--color-gray-light-5) #fff
}

.tpl-tabs-cont {
    padding: 0;
    line-height: 1.8
}

.light-content .tpl-tabs {
    border-color: var(--color-dark-mode-gray-1)
}

.light-content .tpl-tabs>li>a {
    color: var(--color-dark-mode-gray-1) !important
}

.light-content .tpl-tabs li .nav-link:hover {
    border-color: var(--color-dark-3a) var(--color-dark-3a) transparent;
    color: #fff !important
}

.light-content .tpl-tabs li .nav-link.active {
    border-color: var(--color-dark-mode-gray-1) var(--color-dark-mode-gray-1) var(--color-dark-1);
    background-color: transparent;
    color: #fff !important
}

.tpl-minimal-tabs {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: none
}

.tpl-minimal-tabs>li {
    display: inline-block;
    padding: 0 5px;
    background: 0 0 !important
}

.tpl-minimal-tabs>li>a,
.tpl-minimal-tabs>li>a:focus {
    padding: 5px 20px;
    text-decoration: none;
    color: var(--color-dark-1);
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 100px !important
}

.tpl-minimal-tabs>li>a:hover {
    background: 0 0;
    border-color: var(--color-gray-light-5) !important;
    color: var(--color-dark-1)
}

.tpl-minimal-tabs li a.active,
.tpl-minimal-tabs li a.active:hover {
    border: 1px solid var(--color-dark-3) !important;
    background: 0 0 !important;
    color: var(--color-dark-1) !important;
    cursor: default
}

.tpl-alt-tabs>li>a:after,
.tpl-alt-tabs>li>a:before {
    width: 100%;
    height: 1px;
    background: currentColor;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0
}

.light-content .tpl-minimal-tabs>li>a:hover {
    border-color: var(--color-dark-4) !important
}

.light-content .tpl-minimal-tabs li a.active,
.light-content .tpl-minimal-tabs li a.active:hover {
    border: 1px solid #fff !important;
    color: #fff !important
}

.tpl-alt-tabs {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    text-align: center;
    border: none
}

.tpl-alt-tabs>li {
    width: 220px;
    display: inline-flex;
    align-items: stretch;
    margin-bottom: 30px;
    vertical-align: top;
    float: none;
    padding: 0;
    background: 0 0 !important;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.005em
}

.tpl-alt-tabs>li>a {
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    text-decoration: none;
    color: var(--color-dark-1);
    background: 0 0 !important;
    border: none !important;
    border-radius: 0 !important
}

.tpl-alt-tabs>li>a:before {
    display: block;
    opacity: .15;
    transition: all .27s var(--ease-default)
}

.tpl-alt-tabs>li>a:after {
    display: block;
    transform: scale(0);
    transform-origin: 0 50%;
    transition: all .37s var(--ease-out-medium)
}

.tpl-alt-tabs>li>a:focus,
.tpl-alt-tabs>li>a:hover {
    background: 0 0;
    color: var(--color-dark-1)
}

.tpl-alt-tabs>li>a .alt-tabs-icon {
    transition: all .27s var(--ease-out-medium)
}

.accordion-1>dt>a,
.accordion>dt>a,
.accordion>dt>a:after,
.toggle>dt>a,
.toggle>dt>a:after {
    transition: var(--transition-default);
    color: var(--color-dark-1)
}

.tpl-alt-tabs>li>a:not(.active):hover .alt-tabs-icon {
    transform: translateY(-8px)
}

.tpl-alt-tabs>li>a.active,
.tpl-alt-tabs>li>a.active:focus,
.tpl-alt-tabs>li>a.active:hover {
    color: var(--color-dark-1) !important;
    cursor: default
}

.alt-tabs-icon {
    display: block;
    margin: 0 auto 5px;
    width: 1em;
    height: 1em;
    font-size: 64px;
    text-align: center;
    line-height: 1.3;
    transition: all .17s var(--ease-default)
}

.dark-mode .tooltip-inner {
    background-color: var(--color-dark-3a);
    border: 1px solid var(--color-dark-mode-gray-2);
    opacity: 1 !important
}

.dark-mode .tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--color-dark-3a) !important
}

.dark-mode .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--color-dark-3a) !important
}

.dark-mode .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: var(--color-dark-3a) !important
}

.dark-mode .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--color-dark-3a) !important
}

.alert {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.accordion,
.accordion-1,
.toggle {
    border-bottom: 1px solid var(--color-dark-1)
}

.accordion>dt,
.toggle>dt {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500
}

.accordion>dd,
.toggle>dd {
    margin-bottom: 1.55em;
    font-size: 18px;
    line-height: 1.625
}

.accordion>dt>a,
.toggle>dt>a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 20px 30px 20px 0;
    border-top: 1px solid var(--color-dark-1)
}

.accordion>dt>a:after,
.toggle>dt>a:after {
    content: "\e91f";
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    font-family: icons !important;
    font-size: 22px;
    text-align: center
}

.accordion>dt>a.active:after,
.accordion>dt>a.active:hover:after,
.toggle>dt>a.active:after,
.toggle>dt>a.active:hover:after {
    transform: translateY(-50%) rotate(-180deg)
}

.accordion-1>dt>a>.icon-plus,
.accordion-1>dt>a>.icon-plus:before {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: block
}

.light-content .accordion>dt>a,
.light-content .toggle>dt>a {
    color: #fff;
    border-color: #fff
}

.light-content .accordion>dd,
.light-content .toggle>dd {
    color: #fff;
    font-weight: 400
}

.toggle>dd {
    opacity: 1
}

.letter {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 20px
}

.accordion-1>dt {
    margin-bottom: 0;
    font-size: 31px;
    font-weight: 500;
    text-transform: uppercase
}

.accordion-1>dt>a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 22px 30px 22px 0;
    border-top: 1px solid var(--color-dark-1)
}

.light-content .accordion-1,
.light-content .accordion-1>dt>a {
    border-color: rgba(255, 255, 255, .9)
}

.accordion-1>dt>a>span:before {
    content: "";
    position: absolute;
    top: .05em;
    left: calc(100% + 7px);
    width: 5px;
    height: 5px;
    background: var(--color-dark-1);
    border-radius: 3px;
    opacity: 0;
    transform: scale(0);
    transition: var(--transition-default)
}

.accordion-1>dt>a>.icon-plus {
    right: 0;
    width: 22px;
    height: 22px;
    transition: all .17s var(--ease-out-short)
}

.accordion-1>dt>a>.icon-plus:before {
    content: "";
    left: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: var(--color-dark-1)
}

.accordion-1>dt>a>.icon-plus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 2px;
    height: 100%;
    background: var(--color-dark-1);
    transition: all .17s var(--ease-out-short)
}

.accordion-1>dt>a.active>.icon-plus,
.accordion-1>dt>a.active>.icon-plus:before {
    transform: translateY(-50%) rotate(90deg)
}

.accordion-1>dd {
    margin-bottom: 1.55em;
    font-size: 16px;
    line-height: 1.625;
    opacity: 1
}

.accordion-1>dd>div {
    opacity: 0;
    transform: translateY(7px);
    transition: all .27s .125s var(--ease-default)
}

.accordion-1.accordion-1-slick>dt {
    font-size: 20px;
    font-weight: 400
}

.accordion-1.accordion-1-slick>dt>a {
    padding: 37px 30px 37px 0
}

.accordion-1.accordion-1-slick>dt>a>span:before {
    width: 4px;
    height: 4px
}

.accordion-1.accordion-1-slick>dd {
    margin-bottom: 37px;
    font-size: 18px
}

.light-content .accordion-1>dt>a {
    color: #fff
}

.tpl-progress {
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
    overflow: visible;
    height: 5px;
    border-radius: var(--border-radius-default)
}

.tpl-progress .progress-bar {
    padding-top: 2px;
    position: relative;
    background-color: var(--color-dark-3);
    color: var(--color-dark-1)
}

.tpl-progress .progress-bar>div {
    position: relative;
    top: 12px
}

.tpl-progress .progress-bar>span {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    padding: 0 3px;
    position: absolute;
    top: 4px;
    right: -5px;
    text-align: center;
    line-height: 23px;
    letter-spacing: 0;
    border-radius: 15px
}

.light-content .tpl-progress,
.light-content .tpl-progress-alt {
    background: var(--color-dark-3a)
}

.light-content .tpl-progress .progress-bar {
    background: #fff;
    color: #fff
}

.tpl-progress-alt {
    height: 20px;
    line-height: 20px;
    badding-bottom: 1px;
    margin-bottom: 30px;
    border-radius: 3px
}

.tpl-progress-alt .progress-bar {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    background-color: var(--color-dark-3);
    color: #fff
}

.light-content .tpl-progress-alt .progress-bar {
    background: #fff;
    color: var(--color-dark-1)
}

.icons-example-box {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    background-color: var(--color-gray-light-1);
    border-radius: var(--border-radius-default);
    transition: .17s cubic-bezier(0, 0, .58, 1)
}

.icons-example-box:hover {
    background-color: var(--color-gray-light-3)
}

.icons-example-box-icon {
    width: 1em;
    height: 1em;
    margin: 0 auto;
    font-size: 72px;
    text-align: center;
    line-height: 1;
    color: var(--color-dark-1)
}

.icons-example-box-number {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 15px;
    opacity: .75
}

.icons-example-box-class {
    margin-top: 10px;
    font-size: 14px;
    text-align: center
}

.light-content .cookie-banner-inner,
.light-content .icons-example-box {
    background-color: var(--color-dark-3);
    border: 1px solid var(--color-dark-mode-gray-2)
}

.light-content .icons-example-box:hover {
    background-color: var(--color-dark-3a)
}

.morphext>.animated {
    display: inline-block;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

.skip-to-content {
    position: absolute;
    top: 3px;
    left: 3px;
    padding: 20px 40px;
    color: #fff;
    background: var(--color-dark-1);
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    transform: translateY(-150%);
    z-index: 100000
}

.skip-to-content.focus-visible,
.skip-to-content:focus,
.skip-to-content:hover {
    color: #fff;
    opacity: 1;
    background: #000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 500px;
    padding: 10px;
    z-index: 999
}

.cookie-banner-inner {
    padding: 20px;
    background-color: #fff;
    border: 1px solid var(--color-gray-light-3);
    border-radius: var(--border-radius-default);
    box-shadow: var(--box-shadow-block)
}

.section-showcases {
    position: relative;
    padding-top: 67%;
    background: var(--color-dark-1);
    border: .625vw solid var(--color-dark-1);
    border-radius: 60px;
    overflow: hidden;
    transform: translateZ(0);
    isolation: isolate
}

.section-showcases-container {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    overflow: hidden;
    isolation: isolate
}

.section-showcases-column {
    width: 24.6875%;
    padding-left: .625vw;
    z-index: -1
}

.section-showcases-column:first-child {
    width: 12.6875%;
    padding-left: 0
}

.section-showcases-column:last-child {
    width: 13.25%
}

.section-showcases-item {
    padding-top: .625vw
}

.section-showcases-item:first-child {
    padding-top: 0
}

.section-showcases-column:nth-child(2),
.section-showcases-column:nth-child(4) {
    margin-top: -5%
}

.works-grid.grid-intro-1 .work-item .work-img,
.works-grid.grid-intro-1 .work-item .work-img .work-img-bg {
    border-radius: 20px
}

.works-grid.grid-intro-2 .work-item .work-img img {
    border: 2px solid var(--color-dark-1);
    border-radius: 12px
}

.container1 {
    margin: 0 auto;
    padding: 0 4rem
}

.faq-header {
    margin-bottom: 3rem;
    color: #fff;
    padding: 0 2rem
}

.faq-header h2 {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    font-weight: 700
}

.faq-header p {
    font-size: 1.1rem;
    opacity: .9
}

.faq-container {
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px)
}

.faq-item {
    margin-bottom: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    transition: .3s
}

.faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    transform: translateY(-2px)
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    position: relative
}

.faq-question h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    flex: 1
}

.faq-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: transform .3s;
    margin-left: 1rem
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: #818181
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: .4s;
    background: #000
}

.faq-item.active .faq-answer {
    padding: 1.5rem;
    max-height: 500px
}

.faq-answer p {
    color: #d4d4d4;
    line-height: 1.7;
    margin-bottom: 1rem
}

.no-results {
    text-align: center;
    padding: 3rem 2rem;
    color: #666;
    display: none
}

.no-results h3 {
    margin-bottom: 1rem;
    color: #333
}

.head {
    padding: 5rem
}

.head h1 {
    font-size: 3rem
}

.bord {
    border-top: 1px solid #939393;
    margin: 5rem 0
}

.parallax-img {
    will-change: transform;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    pointer-events: none
}

@media (max-width:768px) {
    .faq-header h2 {
        font-size: 1.9rem
    }
    .category-btn,
    .faq-question h3 {
        font-size: .9rem
    }
    .faq-container {
        padding: 1.5rem;
        margin: 0 .5rem
    }
    .container1 {
        padding: 0
    }
    .category-btn {
        padding: .4rem 1rem
    }
    .faq-question {
        padding: 1rem
    }
}