.theme-slick {
    --font-global: "Plus Jakarta Sans", sans-serif;
    --font-alt: "Plus Jakarta Sans", sans-serif;
    --section-padding-y: 130px;
    --color-dark-1: #1e2432;
    --color-dark-2: #282e3c;
    --color-dark-3: #303747;
    --color-dark-3a: #3e485e;
    --color-dark-4: #555960;
    --color-gray-1: #697582;
    --color-gray-2: #747f8c;
    --color-gray-3: #8a95a2;
    --color-primary-1: #1872e8;
    --color-primary-1-a: #2b87ff;
    --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;
    --color-gray-light-1: #f5f7fa;
    --color-gray-light-2: #f7f9fc;
    --color-gray-light-3: #cad0d7;
    --color-gray-light-4: #d5d7d8;
    --color-gray-light-5: #cccdcf;
    --color-gray-light-6: #bbbdbf;
    --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, #fff);
    --gradient-gray-light-2: linear-gradient(0deg, #fff, #f5f5f5);
    --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%);
    --gradient-gray-light-1: linear-gradient(0deg, #f7f9fc, #fff);
    --gradient-gray-light-2: linear-gradient(0deg, #fff, #f7f9fc);
    --border-radius-default: 10px;
    --box-shadow: 0px 5px 10px 0px rgba(30, 36, 50, .05), 0px 1px 1px 0px rgba(30, 36, 50, .03), 0px 3px 5px 0px rgba(30, 36, 50, .03);
    --box-shadow-strong: 0px 5px 10px 0px rgba(30, 36, 50, .08), 0px 1px 1px 0px rgba(30, 36, 50, .06), 0px 3px 5px 0px rgba(30, 36, 50, .06);
    --box-shadow-block: 0px 10px 30px 0px rgba(30, 36, 50, .07), 0px 0px 1px 0px rgba(30, 36, 50, .1);
    --box-shadow-block-strong: 0px 15px 50px 0px rgba(30, 36, 50, .14), 0px 0px 1px 0px rgba(30, 36, 50, .15);
    color: var(--color-dark-1);
    font-family: var(--font-global);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.725;
    letter-spacing: normal;
    word-spacing: .1em
}

.theme-slick .dark-mode {
    --color-primary-1: #3f92ff;
    --color-primary-1-a: #1872e8;
    --color-primary-2: #a080ff;
    --color-primary-3: #dc5fff;
    --color-primary-4: #ff68cc;
    --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-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%)
}

.theme-slick .h1,
.theme-slick .h2,
.theme-slick .h3,
.theme-slick .h4,
.theme-slick .h5,
.theme-slick .h6,
.theme-slick h1,
.theme-slick h2,
.theme-slick h3,
.theme-slick h4,
.theme-slick h5,
.theme-slick h6 {
    font-weight: 600
}

.theme-slick .h3,
.theme-slick h3 {
    font-size: 28px;
    letter-spacing: -.03em
}

.theme-slick b,
.theme-slick strong {
    font-weight: 600
}

.theme-slick .small {
    font-size: .8em
}

.theme-slick hr:not([size]) {
    background: var(--color-dark-1);
    height: 1px;
    opacity: .1
}

.theme-slick .bg-dark-alpha .YTPOverlay:before,
.theme-slick .bg-dark-alpha:before {
    background: #101828;
    opacity: .97
}

.theme-slick .bg-dark-alpha-30 .YTPOverlay:before,
.theme-slick .bg-dark-alpha-30:before {
    background: #101828;
    opacity: .3
}

.theme-slick .bg-dark-alpha-50 .YTPOverlay:before,
.theme-slick .bg-dark-alpha-50:before {
    background: #101828;
    opacity: .5
}

.theme-slick .bg-dark-alpha-60 .YTPOverlay:before,
.theme-slick .bg-dark-alpha-60:before {
    background: #101828;
    opacity: .6
}

.theme-slick .bg-dark-alpha-70 .YTPOverlay:before,
.theme-slick .bg-dark-alpha-70:before {
    background: #101828;
    opacity: .7
}

.theme-slick .bg-dark-alpha-80 .YTPOverlay:before,
.theme-slick .bg-dark-alpha-80:before {
    background: #101828;
    opacity: .8
}

.theme-slick .bg-dark-alpha-90 .YTPOverlay:before,
.theme-slick .bg-dark-alpha-90:before {
    background: #101828;
    opacity: .9
}

.theme-slick .main-nav.dark {
    background-color: rgba(16, 24, 40, .878)
}

.theme-slick .main-nav.dark-mode {
    background-color: rgba(55, 63, 78, .9)
}

.theme-slick .inner-nav ul {
    font-size: 16px;
    letter-spacing: normal
}

.theme-slick .inner-nav ul li {
    margin: 0 18px
}

.theme-slick .inner-nav>ul>li>a {
    opacity: .7
}

.theme-slick .inner-nav ul li a {
    position: relative
}

.theme-slick .inner-nav>ul>li>a:not(.no-hover):before {
    content: "";
    position: absolute;
    top: calc(50% + 1.25em);
    left: 1px;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--color-primary-1);
    border-radius: 1px;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .27s var(--ease-default)
}

.theme-slick .inner-nav>ul>li>a.active:before {
    transform: scaleX(1)
}

.theme-slick .main-nav.mobile-on .inner-nav>ul>li>a:not(.no-hover):before {
    display: none
}

.theme-slick .mn-sub {
    background: rgba(55, 63, 78, .993)
}

.theme-slick .mobile-on .desktop-nav ul {
    background: rgba(30, 36, 50, .99)
}

.theme-slick .inner-nav ul li .mn-sub li a,
.theme-slick .mn-group-title,
.theme-slick .mobile-on .desktop-nav ul li a {
    color: hsla(0, 0%, 100%, .9) !important
}

.theme-slick .form label {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600
}

.theme-slick .form .form-group {
    margin-bottom: 25px
}

.theme-slick .form-tip,
.theme-slick .form-tip a {
    font-size: 13px;
    line-height: 1.53
}

.theme-slick .form input[type=color],
.theme-slick .form input[type=date],
.theme-slick .form input[type=email],
.theme-slick .form input[type=number],
.theme-slick .form input[type=password],
.theme-slick .form input[type=search],
.theme-slick .form input[type=tel],
.theme-slick .form input[type=text],
.theme-slick .form input[type=url],
.theme-slick .form select,
.theme-slick .form textarea {
    border-color: rgba(52, 61, 85, .183)
}

.theme-slick .form select:not([multiple]) {
    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="#343d55" 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>')
}

.theme-slick .form input[type=color]:hover,
.theme-slick .form input[type=date]:hover,
.theme-slick .form input[type=email]:hover,
.theme-slick .form input[type=number]:hover,
.theme-slick .form input[type=password]:hover,
.theme-slick .form input[type=search]:hover,
.theme-slick .form input[type=tel]:hover,
.theme-slick .form input[type=text]:hover,
.theme-slick .form input[type=url]:hover,
.theme-slick .form select:hover,
.theme-slick .form textarea:hover {
    border-color: rgba(52, 61, 85, .38)
}

.theme-slick .form input[type=color]:focus,
.theme-slick .form input[type=date]:focus,
.theme-slick .form input[type=email]:focus,
.theme-slick .form input[type=number]:focus,
.theme-slick .form input[type=password]:focus,
.theme-slick .form input[type=search]:focus,
.theme-slick .form input[type=tel]:focus,
.theme-slick .form input[type=text]:focus,
.theme-slick .form input[type=url]:focus,
.theme-slick .form select:focus,
.theme-slick .form textarea:focus {
    border-color: rgba(52, 61, 85, .7);
    box-shadow: 0 0 3px rgba(52, 61, 85, .3)
}

.theme-slick .form input[type=color]::placeholder,
.theme-slick .form input[type=date]::placeholder,
.theme-slick .form input[type=email]::placeholder,
.theme-slick .form input[type=number]::placeholder,
.theme-slick .form input[type=password]::placeholder,
.theme-slick .form input[type=search]::placeholder,
.theme-slick .form input[type=tel]::placeholder,
.theme-slick .form input[type=text]::placeholder,
.theme-slick .form input[type=url]::placeholder,
.theme-slick .form select::placeholder,
.theme-slick .form textarea::placeholder {
    color: var(--color-gray-3)
}

.theme-slick .form input[type=color].input-md,
.theme-slick .form input[type=date].input-md,
.theme-slick .form input[type=email].input-md,
.theme-slick .form input[type=number].input-md,
.theme-slick .form input[type=password].input-md,
.theme-slick .form input[type=search].input-md,
.theme-slick .form input[type=tel].input-md,
.theme-slick .form input[type=text].input-md,
.theme-slick .form input[type=url].input-md,
.theme-slick .form select.input-md {
    height: 50px;
    font-size: 16px
}

.theme-slick .form textarea.input-md {
    font-size: 16px
}

.theme-slick .form input[type=color].input-lg,
.theme-slick .form input[type=date].input-lg,
.theme-slick .form input[type=email].input-lg,
.theme-slick .form input[type=number].input-lg,
.theme-slick .form input[type=password].input-lg,
.theme-slick .form input[type=search].input-lg,
.theme-slick .form input[type=tel].input-lg,
.theme-slick .form input[type=text].input-lg,
.theme-slick .form input[type=url].input-lg,
.theme-slick .form select.input-lg {
    height: 54px;
    font-size: 17px
}

.theme-slick .form textarea.input-lg {
    font-size: 17px
}

.theme-slick .light-content input[type=color],
.theme-slick .light-content input[type=date],
.theme-slick .light-content input[type=email],
.theme-slick .light-content input[type=number],
.theme-slick .light-content input[type=password],
.theme-slick .light-content input[type=search],
.theme-slick .light-content input[type=tel],
.theme-slick .light-content input[type=text],
.theme-slick .light-content input[type=url],
.theme-slick .light-content select,
.theme-slick .light-content textarea {
    border-color: hsla(0, 0%, 100%, .25)
}

.theme-slick .light-content input[type=color]:hover,
.theme-slick .light-content input[type=date]:hover,
.theme-slick .light-content input[type=email]:hover,
.theme-slick .light-content input[type=number]:hover,
.theme-slick .light-content input[type=password]:hover,
.theme-slick .light-content input[type=search]:hover,
.theme-slick .light-content input[type=tel]:hover,
.theme-slick .light-content input[type=text]:hover,
.theme-slick .light-content input[type=url]:hover,
.theme-slick .light-content select:hover,
.theme-slick .light-content textarea:hover {
    border-color: hsla(0, 0%, 100%, .35)
}

.theme-slick .light-content input[type=color]:focus,
.theme-slick .light-content input[type=date]:focus,
.theme-slick .light-content input[type=email]:focus,
.theme-slick .light-content input[type=number]:focus,
.theme-slick .light-content input[type=password]:focus,
.theme-slick .light-content input[type=search]:focus,
.theme-slick .light-content input[type=tel]:focus,
.theme-slick .light-content input[type=text]:focus,
.theme-slick .light-content input[type=url]:focus,
.theme-slick .light-content select:focus,
.theme-slick .light-content textarea:focus {
    border-color: hsla(0, 0%, 100%, .75)
}

.theme-slick .icon-info {
    top: .07em
}

.theme-slick .btn-mod,
.theme-slick a.btn-mod {
    font-weight: 500
}

.theme-slick .btn-mod.btn-border-c {
    border-color: var(--color-primary-light-1-a)
}

.theme-slick .btn-mod.btn-border-c:focus,
.theme-slick .btn-mod.btn-border-c:hover {
    background: transparent;
    color: var(--color-primary-1);
    border-color: var(--color-primary-light-1-a)
}

.theme-slick .btn-mod.btn-small {
    padding: 10px 22px
}

.theme-slick .btn-mod.btn-medium,
.theme-slick .btn-mod.btn-small {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0
}

.theme-slick .btn-mod.btn-medium {
    padding: 12px 22px
}

.theme-slick .btn-mod.btn-large {
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0
}

.theme-slick .big-icon {
    color: var(--color-primary-1)
}

.theme-slick .composition-4-image-1,
.theme-slick .composition-4-image-2 {
    border-color: var(--color-gray-light-3)
}

.theme-slick .scroll-down-1-icon i,
.theme-slick .scroll-down-1-icon img,
.theme-slick .scroll-down-1-icon svg,
.theme-slick .scroll-down-1-icon:before {
    opacity: .7
}

.theme-slick .scroll-down-1-text {
    font-weight: 500;
    opacity: .7;
    transition: opacity .4s ease, transform .4s var(--ease-elastic-2)
}

.theme-slick .typewrite .wrap:after {
    font-size: .9em
}

.theme-slick .section-caption-slick {
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .1em
}

.theme-slick .light-content .section-caption-slick {
    color: #fff;
    background-image: linear-gradient(45deg, rgba(5, 16, 38, .75), transparent)
}

.theme-slick .light-content .section-caption-fancy {
    background-image: linear-gradient(15deg, rgba(5, 16, 38, .75), transparent)
}

.theme-slick .section-title {
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important
}

.theme-slick .section-title-small {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -.02em
}

.theme-slick .section-title-tiny {
    font-size: 20px !important;
    font-weight: 600 !important;
    letter-spacing: normal !important
}

.theme-slick .section-descr {
    font-size: 23px !important;
    font-weight: 300 !important;
    line-height: 1.7 !important;
    letter-spacing: -.005em !important
}

.theme-slick .light-content .section-descr {
    color: var(--color-dark-mode-gray-1) !important
}

.theme-slick .light-content .accordion,
.theme-slick .light-content .accordion>dt>a,
.theme-slick .light-content .toggle,
.theme-slick .light-content .toggle>dt>a {
    border-color: hsla(0, 0%, 100%, .25)
}

.theme-slick .accordion>dt>a:after,
.theme-slick .light-content .accordion>dt>a:after,
.theme-slick .light-content .toggle>dt>a:after,
.theme-slick .toggle>dt>a:after {
    color: var(--color-primary-1)
}

.theme-slick a.link-hover-anim,
.theme-slick a.link-hover-anim:hover {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: var(--color-primary-1);
    font-size: 16px;
    font-weight: 600
}

.theme-slick .link-strong i {
    position: relative;
    top: -.05em;
    vertical-align: middle
}

.theme-slick .link-strong-hovered {
    top: 0
}

.theme-slick .light-content .link-hover-anim,
.theme-slick .light-content .link-strong {
    color: var(--color-primary-1) !important
}

.theme-slick .features-list {
    font-size: 17px
}

.theme-slick .features-list-icon {
    top: .175em;
    color: var(--color-primary-1);
    background: var(--color-primary-light-1)
}

.theme-slick .light-content .features-list-icon {
    color: #fff;
    background: var(--color-primary-1)
}

.theme-slick .works-filter.works-filter-slick {
    font-size: 16px;
    font-weight: 600
}

.theme-slick .works-grid.work-grid-fancy .work-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600
}

.theme-slick .works-grid.work-grid-fancy .work-descr {
    font-size: 16px
}

.theme-slick .work-img-bg {
    background: var(--color-gray-light-2)
}

.theme-slick .number-1-title {
    font-weight: 600
}

.theme-slick .testimonials-3-text p {
    letter-spacing: -.015em
}

.theme-slick .testimonials-4-text p {
    color: var(--color-gray-1);
    line-height: 1.67
}

.theme-slick .testimonials-4-author {
    font-weight: 500
}

.theme-slick .testimonials-4-author .small {
    font-size: 15px;
    font-weight: 400
}

.theme-slick .post-prev-container {
    overflow: hidden;
    background: #fff;
    border-radius: var(--border-radius-default);
    box-shadow: var(--box-shadow-block);
    isolation: isolate;
    transform: translateZ(0);
    transition: all .27s var(--ease-default)
}

.theme-slick .post-prev-container:before {
    display: none
}

.theme-slick .post-prev-container:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-block-strong)
}

.theme-slick .post-prev-title {
    font-size: 22px;
    font-weight: 600
}

.theme-slick .post-prev-img a:hover {
    opacity: 1
}

.theme-slick .post-prev-img a:hover img {
    transform: translateZ(.1px)
}

.theme-slick .post-prev-title {
    padding-top: 30px
}

.theme-slick .post-prev-title a:hover {
    opacity: .85
}

.theme-slick .post-prev-text {
    line-height: 1.625
}

.theme-slick .post-prev-info,
.theme-slick .post-prev-info a {
    font-size: 14px
}

.theme-slick .post-prev-info,
.theme-slick .post-prev-text,
.theme-slick .post-prev-title {
    padding-left: 30px;
    padding-right: 30px
}

.theme-slick .post-prev-container>:last-child {
    padding-bottom: 30px
}

.theme-slick .post-prev-3-text {
    line-height: 1.68
}

.theme-slick .post-prev-3-title a:hover {
    opacity: .85
}

.theme-slick .pagination a.active,
.theme-slick .pagination a.active:hover {
    border-color: var(--color-primary-1);
    color: var(--color-primary-1)
}

.theme-slick .tags a {
    border-radius: 50px
}

.theme-slick .widget-body img {
    border-radius: var(--border-radius-default)
}

.theme-slick .tpl-minimal-tabs {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .059em;
    text-transform: uppercase
}

.theme-slick .tpl-minimal-tabs li {
    padding: 0
}

.theme-slick .tpl-minimal-tabs>li>a,
.theme-slick .tpl-minimal-tabs>li>a:focus,
.theme-slick .tpl-minimal-tabs>li>a:hover {
    position: relative;
    margin: 0 !important;
    padding: 10px 20px;
    color: var(--color-gray-1);
    border: none !important;
    border-radius: 0 !important;
    isolation: isolate
}

.theme-slick .tpl-minimal-tabs>li>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-dark-1);
    opacity: .3;
    transition: var(--transition-default);
    z-index: -1
}

.theme-slick .tpl-minimal-tabs>li>a:after,
.theme-slick .tpl-minimal-tabs>li>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
}

.theme-slick .tpl-minimal-tabs>li:not(:first-child)>a:after,
.theme-slick .tpl-minimal-tabs>li:not(:first-child)>a:before {
    width: calc(100% + 1px);
    margin-left: -1px;
    border-left: none
}

.theme-slick .tpl-minimal-tabs>li:first-child>a:after,
.theme-slick .tpl-minimal-tabs>li:first-child>a:before {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.theme-slick .tpl-minimal-tabs>li:last-child>a:after,
.theme-slick .tpl-minimal-tabs>li:last-child>a:before {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px
}

.theme-slick .tpl-minimal-tabs>li>a.active,
.theme-slick .tpl-minimal-tabs>li>a.active:hover {
    color: #fff !important;
    border: none !important
}

.theme-slick .tpl-minimal-tabs>li>a.active:after {
    opacity: 1
}

.theme-slick .light-content .tpl-minimal-tabs>li>a,
.theme-slick .light-content .tpl-minimal-tabs>li>a:focus,
.theme-slick .light-content .tpl-minimal-tabs>li>a:hover {
    color: #fff
}

.theme-slick .light-content .tpl-minimal-tabs>li>a:before {
    border-color: #fff
}

.theme-slick .light-content .tpl-minimal-tabs li a.active,
.theme-slick .light-content .tpl-minimal-tabs li a.active:hover {
    color: #fff;
    border: none !important
}

.theme-slick .pricing-title {
    font-weight: 600;
    letter-spacing: -.0175em
}

.theme-slick .pricing-num {
    font-weight: 600
}

.theme-slick .contact-item {
    padding-left: 69px
}

.theme-slick .contact-item a.link-hover-anim,
.theme-slick .contact-item a.link-hover-anim:hover {
    font-size: 14px
}

.theme-slick a.link-hover-anim i {
    top: -.05em
}

.theme-slick .ci-icon {
    width: 48px;
    height: 48px;
    color: var(--color-primary-1)
}

.theme-slick .ci-icon:before {
    background: var(--color-primary-light-1)
}

.theme-slick .ci-text {
    margin-bottom: 2px;
    font-size: 16px
}

.theme-slick .light-content .ci-icon {
    color: var(--color-primary-1) !important
}

.theme-slick .light-content .ci-icon:before {
    background: var(--color-primary-1);
    opacity: .25
}

.theme-slick .mt-icon:before {
    background: var(--color-primary-1)
}

.theme-slick .footer b,
.theme-slick .footer strong {
    font-weight: 500
}

.theme-slick .fw-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal
}

.theme-slick .fw-menu li:not(:last-child) {
    margin-bottom: 9px
}

.theme-slick .appear-animate .linesAnimIn .word {
    transform: translateY(37px) translateZ(0) scale(1) rotate(.02deg);
    transition: all .8s var(--ease-out-short);
    transition-delay: calc(65ms * var(--line-index))
}

@media (prefers-reduced-motion:reduce),
print {
    .theme-slick .appear-animate .linesAnimIn .word {
        opacity: 1 !important;
        transform: none !important
    }
}

.theme-slick .linesAnimIn.animated .word,
.theme-slick .mobile .linesAnimIn .word {
    opacity: 1;
    transform: none
}

.theme-slick .mfp-bg {
    background: var(--color-dark-1)
}

.theme-slick .steps-1-number {
    background: var(--color-primary-1)
}

.theme-slick .light-content .steps-1-number {
    color: #fff;
    background: var(--color-primary-1)
}

.theme-slick .light-content .map-section {
    background: rgba(16, 24, 40, .92)
}

.theme-slick .light-content .map-section:hover {
    background: rgba(16, 24, 40, .88)
}

@media only screen and (max-width:1366px) {
    .theme-slick .container {
        max-width: var(--container-width)
    }

    .theme-slick .section-title {
        font-size: calc(1.041rem + 2.29vw) !important
    }

    .theme-slick .section-title-small {
        font-size: calc(1.635rem + .57vw)
    }

    .theme-slick .section-descr {
        font-size: calc(.948rem + .57vw)
    }

    .theme-slick .features-list,
    .theme-slick .number-1-descr {
        font-size: calc(.962rem + .19vw)
    }

    .theme-slick .post-prev-title,
    .theme-slick .works-grid.work-grid-fancy .work-title {
        font-size: calc(.967rem + .48vw)
    }
}

@media only screen and (max-width:1200px) {
    .theme-slick .inner-nav ul li {
        margin: 0 12px
    }
}

@media only screen and (max-width:767px) {
    .theme-slick .tpl-minimal-tabs>li {
        margin: 2px !important;
        width: 46%
    }

    .theme-slick .tpl-minimal-tabs>li>a.active:after,
    .theme-slick .tpl-minimal-tabs>li>a:hover:after {
        transform: none
    }

    .theme-slick .tpl-minimal-tabs>li>a:after,
    .theme-slick .tpl-minimal-tabs>li>a:before {
        width: 100%;
        margin-left: 0
    }

    .theme-slick .tpl-minimal-tabs>li>a:before {
        border: 1px solid var(--color-dark-1) !important
    }

    .theme-slick .tpl-minimal-tabs>li>a:after,
    .theme-slick .tpl-minimal-tabs>li>a:before {
        border-radius: 100px
    }
}

@media only screen and (max-width:480px) {
    .theme-slick .tpl-minimal-tabs>li {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@font-face {
    font-family: HK Grotesk;
    src: url(/assets/webfonts/hk-grotesk/hkgrotesk-regular-webfont.woff2) format("woff2"), url(/assets/webfonts/hk-grotesk/hkgrotesk-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HK Grotesk;
    src: url(/assets/webfonts/hk-grotesk/hkgrotesk-italic-webfont.woff2) format("woff2"), url(/assets/webfonts/hk-grotesk/hkgrotesk-italic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: HK Grotesk;
    src: url(/assets/webfonts/hk-grotesk/hkgrotesk-medium-webfont.woff2) format("woff2"), url(/assets/webfonts/hk-grotesk/hkgrotesk-medium-webfont.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HK Grotesk;
    src: url(/assets/webfonts/hk-grotesk/hkgrotesk-semibold-webfont.woff2) format("woff2"), url(/assets/webfonts/hk-grotesk/hkgrotesk-semibold-webfont.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Zodiak;
    src: url(/assets/webfonts/zodiak/Zodiak-Light.woff2) format("woff2"), url(/assets/webfonts/zodiak/Zodiak-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.theme-strong {
    --font-global: "HK Grotesk", sans-serif;
    --font-alt: "Zodiak", serif;
    --section-padding-y: 160px;
    --color-dark-1: #111;
    --color-gray-1: #777;
    --border-radius-default: 5px;
    --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, #fff);
    --gradient-gray-light-2: linear-gradient(0deg, #fff, #f5f5f5);
    --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%);
    --box-shadow-block: 0px 5px 80px 0px rgba(51, 51, 51, .03), 0px 4px 50px 0px rgba(51, 51, 51, .03), 0px 3px 25px 0px rgba(51, 51, 51, .03), 0px 2px 10px 0px rgba(51, 51, 51, .03), 0px 1px 5px 0px rgba(27, 30, 53, .03);
    letter-spacing: -.008em;
    color: var(--color-dark-1);
    font-family: var(--font-global);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.67
}

.theme-strong .dark-mode {
    --color-dark-1: #151515;
    --color-dark-2: #222
}

.theme-strong .main-nav.dark-mode {
    background-color: rgba(30, 30, 30, .905)
}

.theme-strong .font-alt {
    font-weight: 300
}

.theme-strong .lead {
    font-size: 28px;
    line-height: 1.357
}

.theme-strong .h3,
.theme-strong .h4,
.theme-strong .h5,
.theme-strong h3,
.theme-strong h4,
.theme-strong h5 {
    letter-spacing: -.0177em
}

.theme-strong b,
.theme-strong strong {
    font-weight: 600
}

.theme-strong blockquote p {
    letter-spacing: -.02em
}

.theme-strong .inner-nav ul {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .0095em
}

.theme-strong .inner-nav>ul>li>a {
    opacity: 1 !important
}

.theme-strong .inner-nav ul li a {
    position: relative
}

.theme-strong .inner-nav>ul>li>a:not(.no-hover):before {
    content: "";
    position: absolute;
    top: calc(50% + .7em);
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .27s var(--ease-default)
}

.theme-strong .inner-nav>ul>li>a.active:before {
    transform: scaleX(1)
}

.theme-strong .main-nav.mobile-on .inner-nav>ul>li>a:not(.no-hover):before {
    display: none
}

.theme-strong .inner-nav>ul>li>a:not(.no-hover):after {
    content: "";
    position: absolute;
    top: calc(50% - .5em);
    right: -.5em;
    display: block;
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: var(--transition-default)
}

.theme-strong .inner-nav>ul>li>a:hover:after {
    opacity: 1;
    transform: scale(1)
}

.theme-strong .form input[type=color],
.theme-strong .form input[type=date],
.theme-strong .form input[type=email],
.theme-strong .form input[type=number],
.theme-strong .form input[type=password],
.theme-strong .form input[type=search],
.theme-strong .form input[type=tel],
.theme-strong .form input[type=text],
.theme-strong .form input[type=url],
.theme-strong .form select {
    padding-bottom: 2px;
    border: 1px solid rgba(0, 0, 0, .3)
}

.theme-strong .form textarea {
    border: 1px solid rgba(0, 0, 0, .3)
}

.theme-strong .form input[type=color].input-sm,
.theme-strong .form input[type=date].input-sm,
.theme-strong .form input[type=email].input-sm,
.theme-strong .form input[type=number].input-sm,
.theme-strong .form input[type=password].input-sm,
.theme-strong .form input[type=search].input-sm,
.theme-strong .form input[type=tel].input-sm,
.theme-strong .form input[type=text].input-sm,
.theme-strong .form input[type=url].input-sm,
.theme-strong .form select.input-sm,
.theme-strong .form textarea.input-sm {
    font-size: 16px
}

.theme-strong .form input[type=color].input-md,
.theme-strong .form input[type=date].input-md,
.theme-strong .form input[type=email].input-md,
.theme-strong .form input[type=number].input-md,
.theme-strong .form input[type=password].input-md,
.theme-strong .form input[type=search].input-md,
.theme-strong .form input[type=tel].input-md,
.theme-strong .form input[type=text].input-md,
.theme-strong .form input[type=url].input-md,
.theme-strong .form select.input-md,
.theme-strong .form textarea.input-md {
    font-size: 17px
}

.theme-strong .form input[type=color].input-lg,
.theme-strong .form input[type=date].input-lg,
.theme-strong .form input[type=email].input-lg,
.theme-strong .form input[type=number].input-lg,
.theme-strong .form input[type=password].input-lg,
.theme-strong .form input[type=search].input-lg,
.theme-strong .form input[type=tel].input-lg,
.theme-strong .form input[type=text].input-lg,
.theme-strong .form input[type=url].input-lg,
.theme-strong .form select.input-lg,
.theme-strong .form textarea.input-lg {
    font-size: 18px
}

.theme-strong .form input[type=color].input-lg,
.theme-strong .form input[type=date].input-lg,
.theme-strong .form input[type=email].input-lg,
.theme-strong .form input[type=number].input-lg,
.theme-strong .form input[type=password].input-lg,
.theme-strong .form input[type=search].input-lg,
.theme-strong .form input[type=tel].input-lg,
.theme-strong .form input[type=text].input-lg,
.theme-strong .form input[type=url].input-lg,
.theme-strong .form select.input-lg {
    height: 54px;
    line-height: 54px
}

.theme-strong .form textarea.input-lg {
    padding-top: 11px;
    padding-bottom: 11px
}

.theme-strong .form input[type=color]::placeholder,
.theme-strong .form input[type=date]::placeholder,
.theme-strong .form input[type=email]::placeholder,
.theme-strong .form input[type=number]::placeholder,
.theme-strong .form input[type=password]::placeholder,
.theme-strong .form input[type=search]::placeholder,
.theme-strong .form input[type=tel]::placeholder,
.theme-strong .form input[type=text]::placeholder,
.theme-strong .form input[type=url]::placeholder,
.theme-strong .form select::placeholder,
.theme-strong .form textarea::placeholder {
    color: var(--color-gray-3)
}

.theme-strong .light-content input[type=color],
.theme-strong .light-content input[type=date],
.theme-strong .light-content input[type=email],
.theme-strong .light-content input[type=number],
.theme-strong .light-content input[type=password],
.theme-strong .light-content input[type=search],
.theme-strong .light-content input[type=tel],
.theme-strong .light-content input[type=text],
.theme-strong .light-content input[type=url],
.theme-strong .light-content select,
.theme-strong .light-content textarea {
    border-color: hsla(0, 0%, 100%, .35)
}

.theme-strong .form .form-group {
    margin-bottom: 25px
}

.theme-strong .form label {
    margin-bottom: 12px;
    font-size: 20px
}

.theme-strong .form input.newsletter-field.error {
    border-color: #dc3545 !important
}

.theme-strong .form-tip,
.theme-strong .form-tip a {
    font-size: 14px
}

.theme-strong .btn-mod,
.theme-strong a.btn-mod {
    font-weight: 500
}

.theme-strong .btn-mod.btn-medium {
    padding: 10px 22px;
    font-size: 16px;
    letter-spacing: .0025em
}

.theme-strong .btn-mod.btn-large {
    padding: 13px 30px;
    font-size: 17px;
    letter-spacing: .0017em
}

.theme-strong .link-hover-anim {
    letter-spacing: .0095em
}

.theme-strong .hs-status,
.theme-strong .scroll-down-4 {
    border-width: 1px
}

.theme-strong .section-caption-border {
    padding: .4em .8em .5em
}

.theme-strong .section-title {
    font-size: 60px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    letter-spacing: -.012em !important
}

.theme-strong .section-title-strong {
    font-weight: 600
}

.theme-strong .features-list-icon {
    top: .2em
}

.theme-strong .tpl-alt-tabs>li {
    letter-spacing: -.02em
}

.theme-strong .post-prev-2-img {
    margin-bottom: 17px
}

.theme-strong .post-prev-2-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500
}

.theme-strong .post-prev-2-info {
    font-size: 16px;
    text-transform: unset;
    letter-spacing: 0
}

.theme-strong .footer-social-links a {
    width: 42px;
    height: 42px;
    margin: 0 3px;
    font-size: 16px;
    overflow: visible;
    border: 1px solid #fff;
    border-radius: 50%;
    isolation: isolate;
    transform: translateZ(0)
}

.theme-strong .footer-social-links a:hover {
    border-color: transparent
}

.theme-strong .footer-social-links a:hover:before {
    transform: scale(1.1)
}

.theme-strong .light-content .fw-top-link .icon {
    width: 42px;
    height: 42px;
    transition: all .27s var(--ease-out-medium)
}

.theme-strong .light-content .fw-top-link .icon:before {
    transition: all .27s var(--ease-out-medium)
}

.theme-strong .footer-text a {
    color: inherit;
    text-decoration: underline
}

.theme-strong .features-1-title {
    font-weight: 600
}

.theme-strong .features-2-item:before {
    border: 1px solid var(--color-dark-1);
    background: none;
    opacity: .15;
    transition: opacity .27s var(--ease-default);
    z-index: -1
}

.theme-strong .features-2-item:hover:before {
    opacity: 1
}

.theme-strong .features-2-label {
    font-weight: 500;
    color: var(--color-dark-1);
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset
}

.theme-strong .features-2-icon:before {
    background: var(--color-gray-light-1);
    opacity: 1;
    z-index: -1
}

.theme-strong .features-2-icon svg {
    fill: var(--color-dark-1)
}

.theme-strong .light-content .features-2-item:before {
    background: var(--color-dark-mode-gray-2);
    border: 1px solid var(--color-dark-mode-gray-2);
    transition: border-color .27s var(--ease-default);
    opacity: 1;
    z-index: -1
}

.theme-strong .light-content .features-2-item:hover:before {
    background: var(--color-dark-mode-gray-2);
    opacity: 1
}

.theme-strong .light-content .features-2-label {
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset
}

.theme-strong .light-content .features-2-icon {
    color: #fff
}

.theme-strong .light-content .features-2-icon svg {
    fill: #fff
}

.theme-strong .light-content .features-2-icon:before {
    background: var(--color-dark-mode-gray-2);
    opacity: 1;
    z-index: -1
}

.theme-strong .light-content .features-2-descr {
    color: var(--color-dark-mode-gray-1)
}

.theme-strong .bg-border-gradient:before {
    background: none;
    border: 1px solid var(--color-dark-1);
    opacity: .15
}

.theme-strong .light-content .bg-border-gradient:before {
    background: none;
    border: 1px solid #fff;
    opacity: .25
}

.theme-strong .bg-gradient-dark-alpha-1:before,
.theme-strong .bg-gradient-dark-alpha-2:before {
    opacity: .9
}

.theme-strong .work-navigation a,
.theme-strong .work-navigation a:visited {
    color: var(--color-dark-1)
}

@media only screen and (max-width:1366px) {
    .theme-strong {
        --section-padding-y: 140px
    }

    .theme-strong .container {
        max-width: var(--container-width)
    }

    .theme-strong .section-title {
        font-size: calc(1.138rem + 3.06vw) !important
    }

    .theme-strong .post-prev-2-title {
        font-size: calc(1.235rem + .31vw)
    }
}

@media only screen and (max-width:480px) {
    .theme-strong .lead {
        font-size: 20px
    }
}

.Typewriter,
.typewrite {
    display: inline-block
}

.typewrite {
    margin-left: 10px
}

.dark-mode .dark-white {
    color: #fff !important
}

.dark-mode-logo {
    display: none
}

.dark .dark-mode-logo,
.light-mode-logo {
    display: block
}

.dark .light-mode-logo {
    display: none
}

@media (min-width:1025px) {

    /* .mn-has-sub+:hover,
    .mn-has-sub:hover+* {
        display: block !important;
        z-index: 1
    } */
}

.fadeInText {
    animation: animationFadeText .5s linear 0s 1
}

@keyframes animationFadeText {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.dark-mode .image-filter,
.dark-mode .svg-dark,
.dark-mode .svg-shape {
    filter: invert(1) brightness(2)
}

html {
    scroll-behavior: auto !important
}

a {
    cursor: pointer
}

.mobile-on .desktop-nav {
    height: -moz-fit-content;
    height: fit-content;
    max-height: 0;
    display: block !important;
    overflow: scroll;
    transition: .6s
}

@media (min-width:1025px) {
    .mobile-on .mn-sub {
        display: none
    }
}

@media (max-width:1024px) {
    .mobile-on .js-opened .mn-sub.mobile-sub-active {
        max-height: 1000px
    }
}

.dark-mode .form .form-tip-2 {
    color: var(--color-dark-mode-gray-1);
    background-color: var(--color-dark-2) !important
}

.btn-mod.btn-w:focus,
.btn-mod.btn-w:hover {
    background: none !important
}

@media (max-width:500px) {
    .team-carousel .owl-prev.owl-prev-testimonial-1 {
        left: 21px
    }
}

/* .mn-sub {
    transition: max-height .3s ease-in-out
} */

.mn-sub.open {
    /* max-height: 200px; */
    overflow: auto !important;
    opacity: 1 !important
}

@media only screen and (max-width:1440px) {
    .decoration-1 {
        left: -30px
    }
}

@media only screen and (max-width:1366px) {
    root {
        --full-wrapper-margin-x: 30px
    }

    .container {
        max-width: 1260px
    }

    .row.gx-huge {
        --bs-gutter-x: calc(-6.527rem + 27.85vw)
    }

    .inner-nav ul li {
        margin: 0 16px
    }

    .mn-has-multi {
        padding: 7px
    }

    .mn-sub-multi {
        width: 196px !important
    }

    .inner-nav ul li .mn-sub li a {
        padding: 10px 14px
    }

    .stack-images {
        position: relative;
        padding: 12.5% 0
    }

    .lead-alt {
        font-size: calc(1.896rem + 1.15vw) !important
    }

    .hs-line {
        height: 87vh
    }

    .hs-title-1 {
        font-size: calc(1.5rem + 3vw) !important
    }

    .hs-title-2 {
        font-size: 8.78477vw !important
    }

    .hs-title-2a {
        font-size: 7.5vw !important
    }

    .hs-title-3,
    .hs-title-3a {
        font-size: calc(1.559rem + .96vw) !important
    }

    .hs-title-4 {
        font-size: calc(1.19rem + 5.93vw) !important
    }

    .hs-title-4a {
        font-size: calc(.39rem + 6.86vw) !important
    }

    .hs-title-5 {
        font-size: 10.9809vw !important
    }

    .hs-title-7 {
        font-size: 11.7129vw !important
    }

    .hs-title-8 {
        font-size: calc(1.587rem + 2.53vw) !important
    }

    .hs-title-9 {
        font-size: calc(1.614rem + 2.87vw) !important
    }

    .hs-title-10 {
        font-size: calc(1.827rem + 1.96vw) !important
    }

    .hs-title-11 {
        font-size: calc(.76rem + .57vw) !important
    }

    .hs-title-12 {
        font-size: calc(1.294rem + 4.78vw) !important
    }

    .hs-title-13 {
        font-size: calc(1.37rem + 4.4vw) !important
    }

    .hs-title-13a {
        font-size: calc(.717rem + 5.16vw) !important
    }

    .hs-line-14 {
        font-size: calc(1.297rem + 7.27vw) !important
    }

    .hs-paragraph-1,
    .hs-paragraph-2 {
        top: 11.713vw !important
    }

    .hs-paragraph-2 {
        right: 3.66vw !important
    }

    .hs-descr {
        font-size: calc(1.227rem + 1.05vw) !important
    }

    .section-title {
        font-size: calc(1.179rem + 2.5vw) !important
    }

    .section-title-small {
        font-size: calc(1.136rem + 1.82vw) !important
    }

    .section-title-medium {
        font-size: calc(1.735rem + 3.82vw) !important
    }

    .section-title-large {
        font-size: calc(.50887rem + 5.99vw) !important
    }

    .section-title-repeat {
        font-size: calc(.358rem + 8.37vw) !important
    }

    .section-title-strong {
        font-size: calc(1.409rem + 4.21vw) !important
    }

    .section-descr {
        font-size: calc(1.152rem + .33vw) !important
    }

    .section-descr-large {
        font-size: calc(1.23rem + .76vw) !important
    }

    .section-descr-extralarge {
        font-size: calc(1.156rem + 1.72vw) !important
    }

    .section-text {
        font-size: calc(1.157rem + .4vw) !important
    }

    .services-2-button {
        padding: 4.2459vw
    }

    .services-2-title {
        font-size: 6.0029vw !important
    }

    .services-2-number {
        font-size: 1.9vw !important
    }

    .services-2-image {
        max-width: 15.959vw
    }

    .services-2-descr {
        max-height: 2.1962vw;
        margin-top: -2.1962vw;
        margin-left: 7.3206vw;
        padding: 0 2.9282vw;
        font-size: calc(.83rem + .2vw)
    }

    .services-2-button-close {
        width: 4.39238vw;
        height: 4.39238vw
    }

    .services-3-item {
        padding: 40px calc(.868rem + 1.91vw)
    }

    .services-4-title>b {
        font-size: calc(.521rem + 1.15vw)
    }

    .services-tabs {
        font-size: calc(1.194rem + 1.53vw)
    }

    .services-tabs>li {
        margin-bottom: .1em
    }

    .services-text {
        bottom: 30px
    }

    .post-prev-title {
        padding-top: calc(.459rem + 2.39vw)
    }

    .post-prev-info,
    .post-prev-text,
    .post-prev-title {
        padding-left: calc(.459rem + 2.39vw);
        padding-right: calc(.459rem + 2.39vw)
    }

    .post-prev-container>:last-child {
        padding-bottom: calc(.459rem + 2.39vw)
    }

    .portfolio-1-title {
        margin-left: -7.6867vw;
        font-size: calc(.297rem + 5.65vw)
    }

    .portfolio-1-title a {
        margin-left: -.19vw
    }

    .post-prev-1-title {
        font-size: calc(.684rem + .96vw)
    }

    .post-prev-1-title.large {
        font-size: calc(.789rem + 1.27vw)
    }

    .post-prev-2-title {
        font-size: calc(.98rem + 1.2vw)
    }

    .contact-1-text {
        font-size: calc(.692rem + 1.39vw)
    }

    .marquee-style-1 {
        font-size: calc(.779rem + .48vw)
    }

    .marquee-style-2 {
        font-size: calc(.398rem + 1.73vw)
    }

    .marquee-style-3 {
        font-size: 10.9809vw
    }

    .marquee-style-4 {
        font-size: 5.1244vw
    }

    .marquee-style-5 {
        font-size: 14.6412vw
    }

    .accordion-1>dt {
        font-size: calc(.632rem + 1.53vw)
    }

    .portfolio-2-title {
        font-size: calc(1.463rem + 1.43vw)
    }

    .portfolio-3-title {
        font-size: calc(.975rem + 3.25vw)
    }

    .testimonial,
    .testimonial p,
    .testimonials-slider-1 blockquote {
        font-size: calc(1.079rem + 2.1vw)
    }

    .testimonials-slider-2 blockquote {
        padding-left: 16.1054vw
    }

    .testimonials-slider-2 .blockquote-icon {
        width: 13.9092vw;
        height: 7.3206vw;
        font-size: 20.4978vw
    }

    .testimonials-slider-2 blockquote p {
        font-size: calc(.81rem + 2.2vw)
    }

    .testimonials-3-text p {
        font-size: calc(1.214rem + .33vw)
    }

    .services-5-title {
        font-size: calc(1.26rem + .57vw)
    }

    .big-icon-link,
    .big-icon-link-gradient {
        font-size: calc(1.653rem + 1.58vw)
    }

    .testimonials-6-item,
    .testimonials-6-text {
        font-size: calc(.915rem + 1.05vw)
    }

    .ci-text.large {
        font-size: calc(.904rem + .48vw)
    }

    .fw-menu-large {
        font-size: calc(.915rem + 1.05vw)
    }

    .newsletter-elegant input.newsletter-field {
        font-size: calc(1.472rem + .76vw) !important
    }

    .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 {
        font-size: calc(1.398rem + 1.29vw)
    }

    .features-1-title {
        font-size: calc(1.541rem + 2.29vw)
    }

    .testimonials-5-text {
        font-size: calc(1.174rem + .38vw)
    }

    .form.newsletter-elegant input.newsletter-field {
        font-size: calc(1.309rem + .96vw) !important
    }
}

@media only screen and (max-width:1200px) {
    .hs-paragraph-1 {
        font-size: 15px
    }

    .hs-paragraph-2 {
        max-width: 300px;
        font-size: 12px
    }

    .inner-nav ul {
        font-size: 16px
    }

    .inner-nav ul li {
        margin: 0 11px
    }

    .inner-nav ul li .mn-sub li a {
        padding: 8px 10px;
        font-size: 14px
    }

    .mn-sub-multi {
        width: 180px !important
    }

    .team-social-links a {
        width: 30px;
        height: 30px
    }

    .mod-breadcrumbs-mini {
        text-align: right
    }

    .decoration-1 {
        bottom: -20px
    }

    .number-title {
        font-size: calc(2.273rem + 3.64vw)
    }

    .item-carousel .owl-item {
        padding: 0 3vw
    }

    .works-grid:not(.work-grid-3) .work-item {
        width: 49.9%
    }
}

@media only screen and (max-width:1199px) {
    main {
        overflow: hidden
    }

    .tpl-alt-tabs {
        font-size: 13px;
        letter-spacing: .2em
    }

    .tpl-alt-tabs>li {
        width: 170px
    }

    .services-tabs>li>a>.number {
        top: .3em
    }

    :root {
        --services-text-overlap: 135px
    }

    .team-1-column-sticky {
        position: static;
        height: auto
    }
}

@media only screen and (max-width:1024px) {
    .hs-paragraph-1 {
        max-width: 400px
    }

    .hs-paragraph-1,
    .hs-paragraph-2 {
        position: static;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .hs-paragraph-2 {
        max-width: 600px;
        text-indent: 0
    }

    .scroll-down-alt {
        width: 62px;
        height: 62px;
        line-height: 52px;
        margin-left: -31px;
        font-size: 15px
    }

    .testimonials-slider-1 blockquote p {
        font-size: 18px
    }

    .benefit-item {
        width: 300px;
        padding: 15px 32px
    }

    .page-section,
    .split-column-left,
    .split-column-right {
        padding-top: 120px;
        padding-bottom: 120px
    }

    .owl-pagination {
        bottom: 25px
    }

    .lp-item {
        width: 50%
    }

    .lp-item:nth-child(4n+5) {
        clear: none
    }

    .lp-item:nth-child(2n+3) {
        clear: left
    }

    .lp-author,
    .lp-title {
        font-size: 13px
    }

    .fa-examples>li {
        width: 33.3%
    }

    .services-2-descr.js-visible {
        max-height: 800px
    }

    .works-filter.works-filter-bold a {
        margin-left: 12px
    }

    .section-showcases {
        border-radius: 30px
    }
}

@media only screen and (max-width:991px) {
    .works-grid.work-grid-gut-lg {
        margin: -40px 0 0 -30px
    }

    .works-grid.work-grid-gut-lg .work-item {
        padding: 40px 0 0 30px
    }

    .works-grid.work-grid-gut-xl {
        margin: -40px 0 0 -30px
    }

    .works-grid.work-grid-gut-xl .work-item {
        padding: 40px 0 0 30px
    }

    .owl-next,
    .owl-prev {
        height: 37px;
        font-size: 37px
    }

    :root {
        --services-text-overlap: 0
    }

    .services-content-item {
        min-height: 200px
    }

    .services-text {
        padding: 0
    }

    img.services-image {
        align-self: flex-end;
        width: 60%;
        max-width: 520px;
        margin: 0 0 0 35%
    }

    .mod-breadcrumbs:not(.align-center):not(.mod-breadcrumbs-mini) {
        text-align: left !important
    }

    .tpl-alt-tabs>li {
        width: 200px
    }

    .team-item-name {
        font-size: 18px
    }

    .features-icon {
        font-size: 64px
    }

    .features-title {
        font-size: 20px
    }

    .features-descr {
        font-size: 16px
    }

    .alt-features-grid {
        margin-top: -30px
    }

    .alt-features-item {
        margin-top: 30px
    }

    .container .work-grid-3 .work-item,
    .work-grid-3 .work-item,
    .work-item {
        width: 49.9%
    }

    .contact-1-left,
    .contact-1-right {
        border-radius: 20px
    }

    .split-column-left {
        padding-right: 30px;
        border-radius: 0
    }

    .split-column-right {
        padding-left: 30px;
        border-radius: 0
    }

    .split-image-left,
    .split-image-right {
        overflow: visible;
        border-radius: 0
    }

    .split-image-left img,
    .split-image-right img {
        position: relative;
        height: auto
    }

    .call-action-2-images {
        margin: 0
    }

    .call-action-3-image-2-wrap {
        left: 0
    }
}

@media only screen and (max-width:768px) {

    .page-section,
    .split-column-left,
    .split-column-right {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .small-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .small-title {
        font-size: 18px
    }

    .section-features li {
        font-size: 11px;
        padding: 8px 8px 6px
    }

    .owl-pagination {
        bottom: 17px
    }

    .tpl-minimal-tabs>li {
        padding: 0 5px
    }

    .benefit-item {
        width: 264px
    }

    .alt-service-grid {
        margin-top: -30px
    }

    .alt-service-item {
        margin-top: 30px
    }

    .works-filter a {
        margin: 4px 12px 4px 0
    }

    .blog-item {
        margin-bottom: 50px
    }

    .blog-item-title {
        font-size: 28px
    }

    .blog-item-title .small {
        font-size: 15px
    }

    .blog-media {
        margin-bottom: 15px
    }

    .blog-item-body .small {
        font-size: 13px
    }

    .google-map>iframe {
        height: 300px
    }

    .decoration-3 {
        bottom: -125px;
        right: -35px
    }

    .portfolio-3-image {
        border-radius: 30px
    }
}

@media only screen and (max-width:767px) {
    .fixed-height-small {
        height: 300px;
        min-height: 300px
    }

    .fixed-height-medium {
        height: 350px;
        min-height: 350px
    }

    .fixed-height-large {
        height: 400px;
        min-height: 400px
    }

    .mark-decoration-1>svg {
        bottom: -.55em
    }

    .services-text {
        position: relative;
        bottom: 0;
        left: 0;
        max-width: 100%;
        margin-bottom: 10px
    }

    .services-text-container {
        padding: 30px
    }

    img.services-image {
        max-width: unset;
        width: 100%;
        margin: 0
    }

    .benefit-item {
        width: 230px;
        padding: 0
    }

    .benefit-item:hover:after {
        display: none
    }

    .wide-heading {
        font-size: 32px;
        letter-spacing: 2px
    }

    .works-filter a {
        margin: 4px 4px 4px 0;
        width: 46%
    }

    .works-filter a.active:after,
    .works-filter a:hover:after {
        transform: scaleX(0)
    }

    .works-filter.works-filter-elegant a {
        margin: 4px 4px 4px 0;
        width: 48%
    }

    .works-filter.works-filter-fancy {
        display: block
    }

    .works-filter.works-filter-fancy a,
    .works-filter.works-filter-fancy a.active,
    .works-filter.works-filter-fancy a:hover {
        margin: 2px !important;
        width: 46%
    }

    .works-filter.works-filter-fancy a.active:after,
    .works-filter.works-filter-fancy a:hover:after {
        transform: none
    }

    .works-filter.works-filter-fancy a:after,
    .works-filter.works-filter-fancy a:before {
        width: 100%;
        margin-left: 0
    }

    .works-filter.works-filter-fancy a:before {
        border: 1px solid var(--color-dark-1) !important
    }

    .works-filter.works-filter-fancy a:after,
    .works-filter.works-filter-fancy a:before {
        border-radius: var(--border-radius-default)
    }

    .works-filter.works-filter-gradient a {
        margin: 4px 4px 4px 0;
        width: 47.5%
    }

    .works-filter.works-filter-slick {
        display: block;
        padding: 0;
        background: transparent;
        border-radius: 0;
        box-shadow: none
    }

    .works-filter.works-filter-slick a,
    .works-filter.works-filter-slick a.active,
    .works-filter.works-filter-slick a:hover {
        width: 46%;
        margin: 2px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #fff;
        border-radius: 100px;
        box-shadow: var(--box-shadow-block)
    }

    .works-filter.works-filter-bold a,
    .works-filter.works-filter-bold a:first-child {
        margin: 4px;
        font-size: 14px
    }

    .container .work-grid-3 .work-item,
    .work-grid-2 .work-item,
    .work-grid-3 .work-item,
    .work-grid-4 .work-item,
    .work-item {
        width: 100% !important
    }

    .big-icon {
        width: 60px;
        height: 60px;
        line-height: 52px;
        font-size: 24px;
        margin-bottom: 0
    }

    .text-mobile {
        font-size: 110%;
        line-height: 1.2
    }

    .portfolio-1-title {
        margin-left: 0
    }

    .fw-social-inline-item {
        display: block
    }

    .map-boxed-1 {
        min-height: 50vh;
        aspect-ratio: 9/12;
        padding: 5px;
        border-radius: var(--border-radius-default)
    }

    .map-boxed-1 iframe,
    .map-boxed-1 img {
        border-radius: calc(var(--border-radius-default) - 5px)
    }

    .composition-7 {
        margin-top: -30px
    }

    .composition-7-image-1,
    .composition-7-image-2,
    .composition-7-image-3,
    .composition-7-image-4 {
        width: 46.5%;
        margin-top: 30px
    }

    .testimonials-6-icon {
        font-size: 7em
    }

    .services-8-icon {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:575px) {

    .form .newsletter-field-wrap,
    .form input.newsletter-field {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }

    .form .newsletter-button {
        display: block;
        width: 100%
    }

    .works-filter a {
        margin: 4px 4px 4px 0
    }

    .hs-wrap {
        padding: 30px 20px
    }

    .scroll-down-2,
    .scroll-down-2:hover {
        animation: none
    }

    .contact-2-icon {
        width: 36px
    }

    .contat-2-intro {
        padding: 15px 10px
    }

    .contact-2-text {
        font-size: 16px
    }
}

@media only screen and (max-width:480px) {
    .full-wrapper {
        --full-wrapper-margin-x: 20px
    }

    .container {
        padding-left: 20px;
        padding-right: 20px
    }

    .lead {
        font-size: 120%
    }

    .form textarea {
        min-height: 200px !important
    }

    .tpl-tabs {
        border: none
    }

    .tpl-tabs li .nav-link.active {
        border-color: var(--color-gray-light-5);
        border-radius: var(--border-radius-default)
    }

    .blog-item-body blockquote p:before {
        display: block;
        margin-top: 1em;
        position: static;
        top: 0;
        left: 0;
        font-size: 2.58em;
        line-height: 0;
        opacity: 1
    }

    .page-section,
    .split-column-left,
    .split-column-right {
        padding-top: 70px;
        padding-bottom: 70px
    }

    .small-section {
        padding: 30px 0
    }

    .owl-pagination {
        bottom: 5px !important
    }

    .owl-page {
        padding-left: 8px;
        padding-right: 8px
    }

    .owl-prev {
        left: 0
    }

    .owl-next {
        right: 0
    }

    .tpl-minimal-tabs>li {
        padding: 0
    }

    .tpl-minimal-tabs>li>a {
        padding: 6px 10px 5px
    }

    .tpl-alt-tabs {
        font-size: 12px;
        letter-spacing: .1em
    }

    .tpl-alt-tabs>li {
        width: 120px;
        font-size: 16px
    }

    .alt-tabs-icon {
        font-size: 32px
    }

    .work-container {
        padding: 30px 0
    }

    .works-filter a {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .work-full-text {
        margin-top: 30px
    }

    .work-full-title {
        font-size: 20px
    }

    .works-filter.works-filter-elegant a {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .works-filter.works-filter-fancy a,
    .works-filter.works-filter-fancy a.active,
    .works-filter.works-filter-fancy a:hover {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .works-filter.works-filter-gradient a {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .works-filter.works-filter-slick a,
    .works-filter.works-filter-slick a.active,
    .works-filter.works-filter-slick a:hover {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .call-action-2-image-2 {
        margin: 60px auto
    }

    .post-prev-3-intro {
        padding: 25px 20px
    }

    .composition-8-image {
        margin-bottom: 60px;
        border-radius: 50px
    }

    .composition-8-decoration-2 {
        bottom: -60px
    }

    .blog-container {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .blog-item-q p {
        font-size: 20px
    }

    .pagination a {
        min-width: 32px;
        margin-right: 3px;
        padding: 6px 8px;
        font-size: 16px
    }

    .comment-avatar {
        width: 30px;
        margin-top: 7px
    }

    .comment-item {
        font-size: 15px
    }

    .separ-space {
        display: block;
        height: 10px
    }

    .google-map>iframe {
        height: 300px
    }

    .tpl-tabs>li {
        display: block;
        float: none;
        width: 100%
    }

    .tpl-tabs>li.active a {
        background: #f5f5f5 !important
    }

    .mark-decoration-1:before {
        bottom: -.27em
    }

    .blog-item-title {
        font-size: 22px
    }

    .blog-item-body {
        margin-bottom: 37px;
        font-size: 18px
    }
}

@media only screen and (max-height:768px) {
    .stack-images {
        padding: 16% 0
    }
}

@media only screen and (max-height:374px) {

    .min-height-100vh,
    .min-height-80vh,
    .min-height-90vh {
        min-height: 374px
    }
}

.mobile .home-section,
.mobile .page-section,
.mobile .small-section {
    background-attachment: scroll !important
}

@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) {

    html:not(.no-touch) .home-section,
    html:not(.no-touch) .page-section,
    html:not(.no-touch) .small-section {
        background-attachment: scroll !important
    }
}

@media (-ms-high-contrast:none) {
    .min-height-80vh {
        height: 80vh
    }

    .min-height-90vh {
        height: 90vh
    }

    .min-height-100vh {
        height: 100vh
    }

    .fixed-height-large {
        height: 800px
    }

    .fixed-height-medium {
        height: 700px
    }

    .fixed-height-small {
        height: 600px
    }
}

@media print {
    * {
        color: #000 !important;
        background: #fff !important
    }

    .buy-button,
    .main-nav {
        display: none
    }

    img {
        display: block
    }
}

.jarallax {
    position: relative;
    z-index: 0
}

.jarallax>.jarallax-img,
picture.jarallax-img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

@keyframes modal-video {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-video-inner {
    0% {
        transform: translateY(100px)
    }

    to {
        transform: translate(0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    transition: opacity .3s ease-out
}

.modal-video-effect-exit {
    opacity: 0
}

.modal-video-effect-exit .modal-video-movie-wrap {
    transform: translateY(100px)
}

.modal-video-body {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box
}

.modal-video-body,
.modal-video-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center
}

.modal-video-inner {
    align-items: center
}

@media (orientation:landscape) {
    .modal-video-inner {
        padding: 10px 60px;
        box-sizing: border-box
    }
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    transform: translate(0);
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -45px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent
}

@media (orientation:landscape) {
    .modal-video-close-btn {
        top: 0;
        right: -45px
    }
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
    --pswp-bg: #000;
    --pswp-placeholder-bg: #222;
    --pswp-root-z-index: 100000;
    --pswp-preloader-color: rgba(79, 79, 79, .4);
    --pswp-preloader-color-secondary: hsla(0, 0%, 100%, .9);
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: #4f4f4f;
    --pswp-icon-stroke-color: #4f4f4f;
    --pswp-icon-stroke-width: 2px;
    --pswp-error-text-color: var(--pswp-icon-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: var(--pswp-root-z-index);
    display: none;
    touch-action: none;
    opacity: .003;
    contain: layout style size;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.pswp,
.pswp:focus {
    outline: 0
}

.pswp * {
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--open {
    display: block
}

.pswp,
.pswp__bg {
    transform: translateZ(0);
    will-change: opacity
}

.pswp__bg {
    opacity: .005;
    background: var(--pswp-bg)
}

.pswp,
.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__bg,
.pswp__container,
.pswp__content,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.pswp__img,
.pswp__zoom-wrap {
    width: auto;
    height: auto
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: zoom-out
}

.pswp__button,
.pswp__container,
.pswp__counter,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pswp__item {
    z-index: 1;
    overflow: hidden
}

.pswp__hidden {
    display: none !important
}

.pswp__content {
    pointer-events: none
}

.pswp__content>* {
    pointer-events: auto
}

.pswp__error-msg-container {
    display: grid
}

.pswp__error-msg {
    margin: auto;
    font-size: 1em;
    line-height: 1;
    color: var(--pswp-error-text-color)
}

.pswp .pswp__hide-on-close {
    opacity: .005;
    will-change: opacity;
    transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
    z-index: 10;
    pointer-events: none
}

.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto
}

.pswp__button {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: .85;
    -webkit-appearance: none;
    -webkit-touch-callout: none
}

.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
    transition: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    opacity: 1
}

.pswp__button:disabled {
    opacity: .3;
    cursor: auto
}

.pswp__icn {
    fill: var(--pswp-icon-color);
    color: var(--pswp-icon-color-secondary);
    position: absolute;
    top: 14px;
    left: 9px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    pointer-events: none
}

.pswp__icn-shadow {
    stroke: var(--pswp-icon-stroke-color);
    stroke-width: var(--pswp-icon-stroke-width);
    fill: none
}

.pswp__icn:focus {
    outline: 0
}

.pswp__img--with-bg,
div.pswp__img--placeholder {
    background: var(--pswp-placeholder-bg)
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 10;
    pointer-events: none !important
}

.pswp__top-bar>* {
    pointer-events: auto;
    will-change: opacity
}

.pswp__button--close {
    margin-right: 6px
}

.pswp__button--arrow {
    position: absolute;
    top: 0;
    width: 75px;
    height: 100px;
    top: 50%;
    margin-top: -50px
}

.pswp__button--arrow:disabled {
    display: none;
    cursor: default
}

.pswp__button--arrow .pswp__icn {
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: none;
    border-radius: 0
}

.pswp--one-slide .pswp__button--arrow {
    display: none
}

.pswp--touch .pswp__button--arrow {
    visibility: hidden
}

.pswp--has_mouse .pswp__button--arrow {
    visibility: visible
}

.pswp__button--arrow--prev {
    right: auto;
    left: 0
}

.pswp__button--arrow--next {
    right: 0
}

.pswp__button--arrow--next .pswp__icn {
    left: auto;
    right: 14px;
    transform: scaleX(-1)
}

.pswp__button--zoom {
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__zoom-icn-bar-v {
    display: none
}

.pswp__preloader {
    position: relative;
    overflow: hidden;
    width: 50px;
    height: 60px;
    margin-right: auto
}

.pswp__preloader .pswp__icn {
    opacity: 0;
    transition: opacity .2s linear;
    animation: pswp-clockwise .6s linear infinite
}

.pswp__preloader--active .pswp__icn {
    opacity: .85
}

@keyframes pswp-clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.pswp__counter {
    height: 30px;
    margin-top: 15px;
    -webkit-margin-start: 20px;
    margin-inline-start: 20px;
    font-size: 14px;
    line-height: 30px;
    color: var(--pswp-icon-color);
    text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
    opacity: .85
}

.pswp--one-slide .pswp__counter {
    display: none
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal;
    outline: 0;
    transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}